(diff-apply-hunk): Use proper format string for
[emacs.git] / lisp / ChangeLog
blob5a3d490756b08edac1e8ef55418ff619d97ef126
1 2007-03-11  Andreas Schwab  <schwab@suse.de>
3         * diff-mode.el (diff-apply-hunk): Use proper format string for
4         error.
6 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
10 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
12         * faces.el (face-set-after-frame-default): Recalculate face
13         customizations after applying X resources.
15 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
17         * net/rcirc.el (rcirc-timeout-seconds): New variable.
18         (rcirc-keepalive-seconds): Remove variable.
19         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
20         (rcirc-process, rcirc-user-disconnect): New variables.
21         (rcirc-connect): Initalize new variables.
22         (rcirc-keepalive): Don't send keepalive pings before connection
23         is completed.
24         (rcirc-sentinel): Do mark all channels with activity when
25         connection is dropped.  Run hook with process buffer local.
26         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
27         (rcirc-buffer-process): Return value of rcirc-process if
28         rcirc-server-buffer is nil.
29         (rcirc-server-name): Return the reported server name.
30         (rcirc-update-prompt): Simplify computation of the server name.
31         (rcirc-format-response-string): Likewise.
32         (rcirc-handler-001): Mark server as connected, record the reported
33         server name, and schedule a timeout.
34         (rcirc-track-nick): Add a spec for the tty class.
35         (rcirc-user-non-nick): Remove function.
36         (rcirc-nick-prefix-chars): Add variable.
37         (rcirc-user-nick): Use above variable.
39 2007-03-10  Johan Bockg\e,be\e(Brd  <bojohan@dd.chalmers.se>
41         * icomplete.el (icomplete-tidy, icomplete-exhibit):
42         Bind deactivate-mark to nil.
44 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
46         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
47         that buffer contents get erased during completion.
49 2007-03-10  Glenn Morris  <rgm@gnu.org>
51         * woman.el (woman-change-fonts): Add a hack to deal with
52         font-escape followed by "." at start of a line.
53         (woman2-IP): Add a hack to deal with consecutive requests.
54         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
56 2007-03-10  Alan Mackenzie  <acm@muc.de>
58         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
60 2007-03-09  Richard Stallman  <rms@gnu.org>
62         * abbrev.el (abbrev): Add `provide'.
64 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
66         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
68 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
70         * complete.el (PC-try-completion): New function.
71         (PC-do-completion, read-file-name-internal): Use it instead of
72         try-completion.
74 2007-03-08  Alan Mackenzie  <acm@muc.de>
76         Remove stale tokens from `c-found-types' cache.
78         * progmodes/cc-mode.el (c-unfind-enclosing-token)
79         (c-unfind-coalesced-tokens, c-before-change): New functions.
80         (c-maybe-stale-found-type): New variable.
82         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
83         (c-trim-found-types): New functions.
85 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
88         (debug-ignored-errors): Add entry from smerge-match-conflict.
90 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
92         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
93         special help topics for keywords.
94         (idlwave-help-assistant-command): Include ".exe" for ms-dos
95         etc. Assistant command.
97 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
99         * replace.el (occur-engine): Move buffer-undo-list binding...
100         (occur-1): ...to here.
102         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
104         * simple.el (minibuffer-completing-symbol): New var.
105         (eval-expression): Use it.
106         (completion-setup-function): Don't bind completion-base-size when
107         completing a symbol in the minibuffer.
109 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
111         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
112         tries to start a second session in graphical mode.
114 2007-03-07  Miles Bader  <miles@gnu.org>
116         * international/isearch-x.el
117         (isearch-process-search-multibyte-characters):
118         Strip text-properties from PROMPT to avoid an error from read-string.
120 2007-03-07  Kim F. Storm  <storm@cua.dk>
122         * complete.el (PC-bindings): Remap lisp-complete-symbol to
123         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
125 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
127         * complete.el (PC-do-completion): Delete duplicates in the list of
128         possible completions.
130 2007-03-07  Glenn Morris  <rgm@gnu.org>
132         * ses.el (ses-mode): Doc fix.
134 2007-03-06  Kim F. Storm  <storm@cua.dk>
136         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
138 2007-03-06  Kenichi Handa  <handa@m17n.org>
140         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
142 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
144         * simple.el (completion-setup-function): Improve last fix so it doesn't
145         set it to a relative directory name either.
147 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
149         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
151 2007-03-05  Richard Stallman  <rms@gnu.org>
153         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
155         * files.el (find-file-noselect): No error if file no longer exists.
156         Display a message and avoid other questions.
158 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
160         * pcomplete.el (pcomplete-show-completions): Improve last change, so
161         as not to use an invisible window and to create a window if none exist.
163         * progmodes/python.el (python-send-command): Restart proc if necessary.
164         (python-proc): Simplify.
166 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
168         * pcomplete.el (pcomplete-show-completions): Search all frames for
169         completions buffer.
171 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
173         * cus-edit.el (customize-save-variable): Clear customized-value
174         property (saved values are now put in theme-value property).
175         (customize-set-variable): Doc fix.
177         * complete.el (PC-do-completion): If completion-ignore-case is
178         non-nil, replace field with completion string before exiting.
180 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
182         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
183         Append its extension to the resulting temporary file name.
184         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
186         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
187         (tramp-smb-handle-write-region): Apply it.
189 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
191         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
192         Redo previous change.
194 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
196         * diff-mode.el (diff-mode): Doc fix.
198 2007-03-05  Kenichi Handa  <handa@m17n.org>
200         * international/characters.el: Set category `l' (latin)
201         for more characters.
203 2007-03-04  Kim F. Storm  <storm@cua.dk>
205         * emacs-lisp/authors.el (authors-aliases): Add alias.
207 2007-03-04  Glenn Morris  <rgm@gnu.org>
209         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
210         all when switching major mode.
211         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
212         (hs-block-start-mdata-select, hs-block-end-regexp)
213         (hs-forward-sexp-func, hs-adjust-block-beginning):
214         Do not make these variables permanent-local.
216 2007-03-04  Richard Stallman  <rms@gnu.org>
218         * progmodes/cperl-mode.el (cperl-mode):
219         Modify cperl-compilation-error-regexp-alist by appending.
221         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
222         (edebug-mode): Add the hook.
223         (edebug-recursive-edit): Remove the hook on exiting.
225         * type-break.el (type-break-get-previous-time):
226         Handle end-of-file errors specially
227         so they don't get reported wrong in .emacs.
229         * startup.el (fancy-splash-text): Clarify text.
231         * simple.el (beginning-of-buffer, end-of-buffer):
232         Avoid treating plain C-u like numeric arg.
234         * simple.el (completion-setup-function): Don't set
235         default-directory to nil.
237         * shell.el (shell-dirstack-query): Doc fix.
239         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
240         Don't select the window -- pass it to primitives instead.
242         * faces.el (minibuffer-prompt): Use medium blue by default.
244 2007-03-04  David Kastrup  <dak@gnu.org>
246         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
247         Preserve 16 as default value for "seconds" when customizing.
249 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
251         * textmodes/org.el (org-self-insert-command)
252         (orgtbl-self-insert-command, org-delete-char)
253         (org-delete-backward-char): Set the `flyspell-delayed' property.
255 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
257         * international/mule.el (find-auto-coding): Don't search for
258         line-ending characters past the end of the tail.
260 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
262         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
263         Jump to the line where new score has been uploaded.
265         * play/tetris.el (tetris-move-bottom, tetris-move-left)
266         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
267         Do nothing when the game is paused.
269 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
271         * textmodes/org.el (org-set-tags): Prevent slipping of point
272         during completion.
274 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
276         * isearch.el (isearch-message-prefix):
277         Use minibuffer-prompt-properties.
279 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
281         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
282         (ps-setup): Print which Emacsen is running ps-print package.
284 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change)
286         * files.el (set-auto-mode-0): Use `indirect-function'.
287         (hack-one-local-variable): Don't reapply current major mode.
289 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * progmodes/python.el (python-quote-syntax): Don't bother with
292         syntax-ppss-context.
293         (python-fill-paragraph): Make sure that fenced-string delimiters that
294         stand on their own line stay there
296 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
298         * replace.el (perform-replace): Propertize message.
300 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
302         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
303         invisible heading.
305 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
307         * net/tramp.el (tramp-file-name-handler): Revert last change.
309 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
311         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
312         Correct doc strings.
314 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
316         * replace.el (perform-replace): Undo forward-char immediately if
317         non-adjacent search fails.
319 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * version.el (emacs-major-version, emacs-minor-version):
322         string-to-int -> string-to-number.
324 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
326         * help.el (where-is): Fail gracefully when not passed a command.
328 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
330         * find-lisp.el (find-lisp-default-directory-predicate):
331         Fix bug: Do symlink check on expanded filename.
333 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
335         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
336         changes during replacement.
337         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
339 2007-02-28  Lars Hansen  <larsh@soem.dk>
341         * desktop.el: Delete header line listing me as maintainer.
343 2007-02-28  Glenn Morris  <rgm@gnu.org>
345         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
346         the menus case.
348 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
350         * net/tramp.el (tramp-file-name-handler): Inhibit modification
351         hooks to avoid confusion when combining after-change calls.
353 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
355         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
356         now that pgg-gpg-process-region correctly honors passed-in passphrase.
357         (allout-distinctive-bullets-string): Add info about bullet conventions.
358         (allout-mode): Add info about distinctive vs plain bullets.
360 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
362         * textmodes/org.el (org-archive-subtree): Quote variable name.
363         (org-agenda-get-todos): Make sure skip properties are checked correctly.
365 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
367         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
368         (gud-bashdb-command-name, bashdb): Remove.
369         (gud, gud-menu-map): Remove references to bash/bashdb.
371 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
373         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
374         keyword for Python 2.5.
376 2007-02-26  Romain Francoise  <romain@orebokech.com>
378         * net/net-utils.el (whois-server-tld): Update server for .org.
379         (whois-server-list): Add whois.publicinterestregistry.net.
380         (whois-guess-server): Fix formatting in docstring.
382 2007-02-26  Kim F. Storm  <storm@cua.dk>
384         * mouse.el (mouse-show-mark): Run hooks and perform command
385         remapping for mouse-region-delete-keys.
387 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
389         * font-core.el (font-lock-mode): Doc fix.
391 2007-02-25  Kim F. Storm  <storm@cua.dk>
393         * ido.el (ido-buffer-internal): Set this-command to fallback command.
394         Add selected buffer to buffer-name-history.
395         (ido-file-internal): Set this-command to fallback command.
396         Add file names to file-name-history.
398         * emacs-lisp/map-ynp.el (map-y-or-n-p):
399         Apply minibuffer-prompt-properties.
401 2007-02-25  Andreas Schwab  <schwab@suse.de>
403         * files.el (hack-one-local-variable-eval-safep): Correct handling
404         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
406 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
408         * textmodes/org.el (org-table-overlay-coordinates)
409         (org-table-toggle-coordinate-overlays): New functions.
410         (org-table-overlay-coordinates, org-table-coordinate-overlays):
411         New variables.
412         (org-startup-with-deadline-check): Remove option.
413         (org-mode): Remove deadline check on startup.
414         (org-table-limit-column-width): Remove option.
415         (org-table-formula-numbers-only): Remove option.
416         (org-link-style, org-link-format): Remove options.
417         (org-select-agenda-window, org-fit-agenda-window): Remove options.
418         (org-export-ascii-show-new-buffer)
419         (org-export-html-show-new-buffer): Remove options.
420         (org-activate-links): Remove camel option.
421         (org-file-link-context-use-camel-case): Remove option.
422         (org-camel-regexp): Remove variable.
423         (org-activate-camels): Remove function.
424         (org-store-link): Remove Camel stuff.
425         (org-make-org-heading-camel): Remove function.
426         (org-open-at-point): Remove camel stuff.
427         (org-link-search): Remove camel stuff.
428         (org-camel-to-words): Function removed.
429         (org-get-agenda-file-buffer): Make sure we prepare the base
430         buffers, not any indirect buffers.
431         (org-sort-entries): Sort top-level when not on a headline, and no
432         active region.
433         (org-in-regexp): New function.
434         (org-search-not-self): Rename from `org-search-not-link'.
435         (org-open-link-marker): New variable.
436         (org-open-at-point): Set `org-open-link-marker'.
437         (org-print-icalendar-entries): Fixe bug with excluding DONE
438         entries from the exported list.
439         (org-edit-formula-lisp-indent): New command.
440         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
441         (orgtbl-to-latex, orgtbl-insert-radio-table)
442         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
443         (orgtbl-radio-table-templates): New option.
444         (org-store-link-props):
445         (org-remember-templates): More possibilities to insert info
446         into templates.
447         (org-remember-apply-template): Make use of the extended
448         template capabilities.
449         (org-remember-redo-template): New command.
450         (org-upgrade-old-links)
451         (org-table-modify-formulas, org-table-replace-in-formulas)
452         (org-table-find-dataline)
453         (org-table-get-vertical-vector): Remove functions.
454         (org-table-remove-rectangle-highlight)
455         (org-time-stamp-format, org-toggle-log-option)
456         (org-table-highlight-rectangle)
457         (org-table-iterate, org-table-make-reference):
458         (org-translate-time, org-tree-to-indirect-buffer)
459         (org-table-field-info, org-table-fix-formulas)
460         (org-table-force-dataline, org-table-get-descriptor-line)
461         (org-table-get-range)
462         (org-skip-comments, org-sort)
463         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
464         (org-table-current-dline, org-table-current-field-formula)
465         (org-table-edit-backward-field)
466         (org-table-edit-formulas-post-command)
467         (org-table-edit-line-down, org-table-edit-line-up)
468         (org-agenda-archive)
469         (org-agenda-clock-cancel)
470         (org-agenda-clock-out, org-agenda-list-stuck-projects)
471         (org-agenda-open-link, org-agenda-show-new-time)
472         (org-agenda-skip-subtree-when-regexp-matches)
473         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
474         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
475         (org-do-sort, org-file-image-p, org-find-overlays)
476         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
477         (org-highlight-until-next-command, org-isearch-end)
478         (org-match-any-p, org-next-link, org-previous-link):
479         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
480         (org-rewrite-old-row-references)
481         (org-isearch-post-command)
482         (org-table-edit-move, org-table-edit-next-field)
483         (org-table-edit-scroll, org-table-edit-scroll-down)
484         (org-set-frame-title, org-show-reference)
485         (org-unhighlight-once, org-verify-change-for-undo): New functions.
486         (org-show-variable): Remove command.
487         (org-add-log-maybe): New arguments STATE, FINDPOS
488         (org-table-sort-lines): Rewrite from scratch.
489         (org-link-search): New argument AVOID-POS.
490         (org-print-icalendar-entries): Remove argument CATEGORY.
491         (org-run-agenda-series): Remove argument WONDOW.
492         (org-next-link, org-previous-link): New commands.
493         (org-agenda-date-format): New option.
494         (org-table-iterate): New command.
495         (org-table-modify-formulas)
496         (org-table-replace-in-formulas): Remove functions.
497         (org-table-fix-formulas): New function.
498         (org-table-insert-column, org-table-delete-column)
499         (org-table-move-column): Use `org-table-fix-formulas'.
500         (org-follow-gnus-link): Patch from Bastien/Leo.
501         (org-table-current-field-formula): New function.
502         (org-file-image-p): New function.
503         (org-agenda-show-new-time): New function.
504         (org-agenda-date-later): Call `org-agenda-show-new-time'.
505         (org-with-remote-undo): New macro.
506         (org-agenda-undo): New command.
507         (org-verify-change-for-undo): New function.
508         (org-time-stamp-format): New function.
509         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
510         by user.
511         (org-match-any-p): New function.
512         (org-make-tags-matcher): Handle regular expressions for tag and
513         todo matches.
514         (org-read-date): Accept "+N" as input for a date relative to the
515         current date.
516         (org-remove-subtree-entries-from-agenda): New function.
517         (org-agenda-archive, org-agenda-kill):
518         Use `org-remove-subtree-entries-from-agenda'.
519         (org-do-sort, org-sort-entries): New functions.
520         (org-sort): New command.
521         (org-table-sort-lines): Use `org-do-sort'.
522         (org-fix-decoded-time): New function.
523         (org-table-number-regexp): Require 0x... to identify as number
524         in tables.
525         (org-startup-options): New keywords for note taking.
526         (org-upgrade-old-links): Remove function.
527         (org-get-repeat): New function.
528         (org-show-context): Also show siblings on current level.
529         (org-show-siblings): New function.
530         (org-isearch-end, org-isearch-post-command): New functions.
531         (org-show-siblings): New option.
532         (org-show-context): Use `org-show-siblings'.
533         (org-table-maybe-recalculate-line): No longer require `calc-eval'
534         to be bound, because user may just use elisp.
536 2007-02-24  Kim F. Storm  <storm@cua.dk>
538         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
539         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
541 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
543         * startup.el (command-line): Also check if the abbrev file is readable.
545 2007-02-24  John Paul Wallington  <jpw@pobox.com>
547         * net/tls.el (tls-certtool-program): Fix custom type.
549         * mail/feedmail.el (feedmail-message-id-generator)
550         (feedmail-date-generator): Fix custom types.
552         * mail/rmail.el (rmail-message-filter): Fix custom type.
554 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
556         * startup.el (command-line): If simple.el cannot be found, proceed
557         with a warning message.
559 2007-02-24  Kenichi Handa  <handa@m17n.org>
561         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
562         case that BEG is a string.
564 2007-02-24  Chris Moore  <dooglus@gmail.com>
566         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
567         * pgg-pgp.el (pgg-pgp-encrypt-region):
568         * pgg-gpg.el (pgg-gpg-encrypt-region):
569         Check pgg-encrypt-for-me if no other recipients.
571 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
573         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
575         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
576         shell-quote-argument.
578 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
580         * comint.el (comint-read-input-ring): Use comint-input-ring-size
581         from the comint buffer instead of the temporary one.
583 2007-02-23  David Reitter  <david.reitter@gmail.com>
585         * cus-edit.el (custom-save-all): Canonicalize custom-file before
586         storing it in recentf-exclude.
588 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
590         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
591         in splash screen.
593 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
595         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
596         commands, for restart.
597         (idlwave-shell-current-module): Fix handling of module name by type.
598         (idlwave-shell-break-in): Update type handling.
599         (idlwave-shell-bp-get): Encode type in BP structure.
600         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
601         (idlwave-shell-module-source-query): Query routine info based on type.
602         Fix path parsing for non-compiled files.
603         (idlwave-shell-module-source-filter): Don't signal error in filter
604         if no source found.
605         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
606         filter race.
608 2007-02-22  Kim F. Storm  <storm@cua.dk>
610         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
611         (editable-field): Document need to put some text before the %v
612         escape in :format string.
614 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
617         (vc-svn-use-edit): Remove unused config var.
618         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
620         * outline.el (hide-sublevels): Keep empty last line, if available.
622         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
623         rather than the corresponding unicode char, to make the code
624         more readable.
626 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
628         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
629         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
630         (speedbar-item-info-tag-helper): Doc fixes.
632 2007-02-19  Kenichi Handa  <handa@m17n.org>
634         * international/mule-cmds.el (locale-language-names):
635         Map "eo" to "Esperanto".
637         * language/european.el ("Esperanto"): New language environment.
639 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
641         * simple.el (kill-line): Doc fix.
643 2007-02-17  Kim F. Storm  <storm@cua.dk>
645         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
646         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
647         (bindat--unpack-group, bindat--pack-group):
648         Handle vectors with optional element type.
650 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
652         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
653         if PASSPHRASE is given.
655 2007-02-17  Chris Moore  <dooglus@gmail.com>
657         * jka-cmpr-hook.el (jka-compr-compression-info-list):
658         Recognize backups of bz2 compressed files.
660 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
662         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
663         to nil to speed up lookup of the symbol in index nodes.
665 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
667         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
668         Add indentation for the constants of Lisp.
670 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * ps-print.el: Use (defvar <foo>) where applicable.
673         (ps-print-emacs-type): Remove.
674         (ps-x-frame-property, ps-e-frame-parameter): Remove.
675         (ps-frame-parameter): Align its call-convention with frame-parameter.
676         (ps-begin-job): Adjust calls to it appropriately.
677         (ps-setup): Don't print ps-print-emacs-type.
678         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
679         Define in such a way that it's obvious that it's defined.
680         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
681         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
682         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
684 2007-02-15  Alan Mackenzie  <acm@muc.de>
686         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
687         an empty one-line C-style comment, post-position point properly.
689 2007-02-15  Chris Moore  <dooglus@gmail.com>
691         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
692         (isearch-lazy-highlight-new-loop): Bind it.
693         (isearch-lazy-highlight-search): Use it.
695         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
697 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
699         * font-lock.el (font-lock-extend-region-wholelines):
700         Only return non-nil if the region has really been changed.
701         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
703 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
705         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
706         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
707         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
709 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
711         * faces.el (color-values): Revert changes to docstring from
712         2007-01-31 and 2000-09-07.
714         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
715         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
716         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
717         (ispell-help): Fix typos in docstring and output message.
719 2007-02-14  Kim F. Storm  <storm@cua.dk>
721         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
722         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
723         (grep): Fix lgrep reference.
725         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
726         (standard-display-underline): Use make-glyph-code.
728         * descr-text.el (describe-char): Use glyph-char and glyph-face.
730         * international/latin1-disp.el (latin1-display-char):
731         Use make-glyph-code.
733 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
735         * ehelp.el (with-electric-help, electric-help-exit)
736         (electric-help-retain): Doc fixes.
738         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
739         (byte-compile-file): Doc fixes.
741 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
743         * term/mac-win.el: Change all uses of
744         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
745         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
746         (mac-ae-get-url): Call select-frame-set-input-focus.
747         (mac-dnd-handle-drag-n-drop-event): Don't call
748         select-frame-set-input-focus.
750 2007-02-13  Kenichi Handa  <handa@m17n.org>
752         * international/characters.el: Fix documentation of category `a'.
754 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
756         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
758 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
760         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
761         (tramp-get-remote-ln): Handle error case.
762         Reported by Chris Moore <dooglus@gmail.com>.
764 2007-02-11  Kim F. Storm  <storm@cua.dk>
766         * bindings.el (ctl-x-map): Remove register compatibility bindings
767         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
769 2007-02-11  Richard Stallman  <rms@gnu.org>
771         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
772         in load history.
774         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
775         condition -- don't fail to stop at endpos.
777 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
779         * textmodes/org.el (org-agenda-get-todos)
780         (org-agenda-get-timestamps, org-agenda-get-closed)
781         (org-agenda-get-deadlines, org-agenda-get-scheduled)
782         (org-agenda-get-blocks, org-format-agenda-item)
783         (org-agenda-change-all-lines, org-scan-tags): Rename text property
784         from `category' to `org-category'.
786 2007-02-11  Kenichi Handa  <handa@m17n.org>
788         * international/titdic-cnv.el (titdic-convert): Force files be written
789         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
790         (miscdic-convert): Force files be written with Unix-like eol format.
792 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
794         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
796         * calculator.el (calculator-prompt): Doc fix.
797         (calculator-mode-map): Fix typo in menu entry.
799 2007-02-10  Jay Belanger  <belanger@truman.edu>
801         * calculator.el (calculator): Do more extensive checking for when
802         3 lines should be used for the calculator.
804 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
806         * info-look.el (info-lookup-make-completions):
807         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
808         index nodes.
810         * info.el (Info-fontify-maximum-menu-size): Document the effect
811         of a nil value.
812         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
813         non-nil before using it as size.
815 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
817         * subr.el (insert-for-yank-1): Prevent read-only properties from
818         interfering with text property operations.
820         * image-mode.el (image-mode): Revert 2007-01-30 changes.
822         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
823         (image-type-auto-detected-p): Fail if another match is found in
824         auto-mode-alist.
826         * files.el (magic-mode-alist): Call image-mode instead of
827         image-mode-maybe for autodetected images.
829 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
831         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
832         Fix typos in docstrings.
833         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
835 2007-02-09  Kim F. Storm  <storm@cua.dk>
837         * emacs-lisp/float-sup.el: Remove obsolete comment.
839 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
843 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
845         * simple.el: Revert previous change, at request of RMS:
846         (fundamental-mode-hook): Remove.
847         (fundamental-mode): Run after-change-major-mode-hooks manually,
848         and don't run the now-nonexistent fundamental-mode-hook.
850 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
852         * simple.el (fundamental-mode-hook): Declare new hook.
853         (fundamental-mode): Run the new dedicated hook, and don't run
854         after-change-major-mode-hooks manually anymore.
856 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
858         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
859         added columns of chars.  Remove support for the "no-meta-info" format.
860         Prompted by Romain Francoise <romain@orebokech.com>.
862 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
864         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
865         (gdb-mouse-until, gdb-mouse-jump): Use it.
867 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
869         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
870         work when there is just an assembler buffer (no source buffer).
872 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
874         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
875         just because the diff was produced using "-p" (--show-c-function).
877 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
879         * faces.el (frame-set-background-mode): Use `color-values' and
880         `display-color-p', not `x-color-values' and `x-display-color-p'.
881         (face-valid-attribute-values): Use `defined-colors' instead of
882         `x-defined-colors'.
884 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
886         * ps-print.ps: The ps-print commands without face printing should not
887         print background color.  Reported by Leo <sdl.web@gmail.com>.
888         (ps-print-version): New version 6.7.3.
889         (ps-begin-job): New arg.  Fix ps-default-background and
890         ps-default-foreground initialization.
891         (ps-face-attributes): Fix doc string.
892         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
894         * printing.el: Fix ps-print link.
896 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
898         * faces.el (face-set-after-frame-default): Compile attributes to
899         be set by frame parameters before merging in X resources.
901 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
903         * simple.el (blink-matching-paren-dont-ignore-comments):
904         (blink-matching-paren-on-screen): Doc fixes.
906 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
908         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
910 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
912         * loadhist.el (unload-feature): Silently ignore `load-history' entries
913         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
914         entries like `defun'.  Return nil.
916 2007-02-05  Kim F. Storm  <storm@cua.dk>
918         * ido.el: Doc fixes.
920 2007-02-04  David Kastrup  <dak@gnu.org>
922         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
923         `mpuz-allow-double-multiplicator' is non-zero, and correct
924         calculation of `min'.
926 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
928         * wid-edit.el (widget-default-create): Insert new text at the
929         :from marker _after_ the marker, not before it.
931 2007-02-04  Alan Mackenzie  <acm@muc.de>
933         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
934         containing it is re-indented.
936 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
938         * net/newsticker.el (newsticker--insert-image): Update docstring,
939         and insert the image directly.
940         (newsticker--buffer-redraw): Update docstring.
942         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
943         Rename from define-global-minor-mode.
945         * progmodes/cwarn.el (global-cwarn-mode):
946         * emacs-lisp/autoload.el (make-autoload):
947         * hi-lock.el (global-hi-lock-mode):
948         * font-core.el (global-font-lock-mode): All callers changed.
950 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
952         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
953         Don't copy @ignore lines into menu descriptions.
954         (texinfo-multi-file-update): Goto the @node line before attempting
955         to pluck the node name.
956         (texinfo-multiple-files-update): Reverse the optional arguments'
957         order, as per the doc string and the `interactive' form.
959 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
961         * image-mode.el: Use autoload to avoid overriding disabled setting
962         applied in .emacs.
964 2007-02-03  Alan Mackenzie  <acm@muc.de>
966         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
967         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
968         adjacent paren groups).
970 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
972         * progmodes/ebnf2ps.el: Doc fixes.
973         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
975 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
977         * dired-x.el (dired-do-relsymlink): Add reference to
978         dired-do-symlink.  Add an autoload cookie.
980         * dired-aux.el (dired-do-symlink): Add reference to
981         dired-do-relsymlink.
983 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
985         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
986         <left-fringe mouse-3>: New bindings.
988 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
990         * newsticker.el (newsticker-version): Changed to "1.10".
991         (newsticker--set-customvar): Doc string.
992         (newsticker-new-item-face): Doc string.
993         (newsticker-mode): Initialize `invisibility-spec' with t.
994         (newsticker-mode-map): Added
995         `newsticker-mark-all-items-at-point-as-read'.
996         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
997         (newsticker-w3m-show-inline-images): Do not call
998         `w3m-remove-image'.
999         (newsticker--buffer-after-w3m-insert-image): New advice for
1000         w3m-insert-image to cache images.
1001         (newsticker-next-item-same-feed): New.
1002         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1003         (newsticker-mark-all-items-of-feed-as-read): New.
1004         (newsticker-mark-all-items-at-point-as-read): Use new functions.
1005         (newsticker-mark-item-at-point-as-read): Doc string.
1006         (newsticker-mark-item-at-point-as-read): Use new functions.
1007         (newsticker--do-mark-item-at-point-as-read): New, extracted from
1008         `newsticker-mark-item-at-point-as-read'.
1009         (newsticker-hide-entry): Use (t) instead of t for invisibility.
1010         (newsticker--sentinel): Yet another xml-parser workaround.
1011         (newsticker--decode-iso8601-date): Bugfix for datestrings without
1012         days.
1013         (newsticker--buffer-do-insert-text): Fix.
1014         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1015         (newsticker--buffer-make-item-completely-visible):
1016         `switch-to-buffer' not necessary.
1018 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
1020         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1021         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1022         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1023         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1024         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1026 2007-02-02  Kenichi Handa  <handa@m17n.org>
1028         * international/quail.el (quail-show-key): Fix an error message.
1030 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1032         * faces.el (set-face-underline-p, modify-face): Rename arg
1033         UNDERLINE-P to UNDERLINE (it is not a flag).
1035 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
1037         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1038         when adding gdb-speedbar-update to gdb-input-queue.
1040 2007-02-01  Kenichi Handa  <handa@m17n.org>
1042         * international/quail.el (quail-show-key): Signal an error if the
1043         current input method is not using Quail.
1045 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
1047         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1048         Trim leading whitespace in sysvar names.
1050 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1052         * faces.el (internal-find-face, internal-get-face): Doc fixes.
1054 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1056         * ido.el (ido-set-common-completion): Use `let', not `let*'.
1058 2007-01-31  Romain Francoise  <romain@orebokech.com>
1060         * comint.el: Delete extra copy of `comint-copy-old-input' added in
1061         previous change to this file.
1063 2007-01-31  Jason Rumney  <jasonr@gnu.org>
1065         * files.el (magic-mode-alist): Use image-mode-maybe rather than
1066         image-mode.
1068         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1069         interfering with attempt to set major mode from modified
1070         auto-mode-alist.
1072 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1074         * faces.el (color-values): Doc fix.
1075         (face-differs-from-default-p): Don't check :foreground twice.
1077 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
1079         * comint.el (comint-mode): Prevent non-keyword fontification by default.
1081 2007-01-31  Kenichi Handa  <handa@m17n.org>
1083         * international/quail.el (quail-store-decode-map-key): Store a
1084         translated character too.
1085         (quail-char-equal-p): New function.
1086         (quail-find-key1): Check character equality by quail-char-equal-p.
1087         (quail-decode-map-generated): New variable.
1088         (quail-find-key): Check quail-decode-map-generated and re-generate
1089         a decode map if necessary.
1091 2007-01-30  Richard Stallman  <rms@gnu.org>
1093         * tutorial.el (tutorial--detailed-help): Make the list of
1094         changed keys look nicer.
1096 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
1098         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1099         (gdb-var-delete): Use it.
1100         (gdb-var-update-handler-1): Handle value "invalid" for MI field
1101         `in_scope'.
1103 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
1105         * files.el (get-free-disk-space): Return nil for remote directories.
1107         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1108         instead of "dir".
1110 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
1112         * type-break.el (type-break-catch-up-event): New function.
1113         (type-break-demo-hanoi, type-break-demo-life)
1114         (type-break-demo-boring): Use it.
1116         * image-mode.el (image-mode): Don't automatically view as image.
1117         (image-toggle-display): Add `disabled' property.
1119 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1121         * isearchb.el (isearchb-iswitchb):
1122         * ps-print.el (ps-build-face-reference):
1123         * emacs-lisp/shadow.el (list-load-path-shadows):
1124         * eshell/esh-cmd.el (eshell-rewrite-for-command):
1125         * international/mule.el (find-auto-coding):
1126         * mail/supercite.el (sc-attrib-selection-list):
1127         * progmodes/cc-defs.el (c-emacs-features):
1128         * progmodes/cc-vars.el (c-offsets-alist):
1129         * progmodes/flymake.el
1130         (flymake-init-create-temp-source-and-master-buffer-copy):
1131         Fix typos in docstrings (some suggested by Chris Moore).
1133         * progmodes/vhdl-mode.el (vhdl-components-package-name)
1134         (vhdl-get-library-unit, vhdl-corresponding-begin)
1135         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1136         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1137         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1138         (vhdl-font-lock-match-item): Fix typos in docstrings.
1139         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1140         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1141         (vhdl-speedbar-insert-project-hierarchy):
1142         Improve argument/docstring consistency.
1144 2007-01-29  Kenichi Handa  <handa@m17n.org>
1146         * international/titdic-cnv.el (py-converter): Fix previous change.
1148 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
1150         * jka-compr.el (jka-compr-partial-uncompress)
1151         (jka-compr-call-process): Rebind default-directory if it is
1152         invalid.  Suggested by Chris Moore.
1154         * comint.el (comint-insert-input): Handle situation where the
1155         selected buffer is not the clicked buffer.
1157 2007-01-29  Kenichi Handa  <handa@m17n.org>
1159         * international/ja-dic-cnv.el (skkdic-convert):
1160         Add byte-compile-disable-print-circle:t at the head.
1162         * international/titdic-cnv.el (tit-process-header):
1163         Add byte-compile-disable-print-circle:t at the head.
1164         (miscdic-convert): Likewise.
1165         (py-converter): Skip the header comments.
1167         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1168         New variable.
1169         (byte-compile-output-file-form): Bing print-circle to nil if
1170         byte-compile-output-file-form is not nil.
1171         (byte-compile-output-docform): Likewise.
1173 2007-01-28  Kim F. Storm  <storm@cua.dk>
1175         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1176         Declare earlier to avoid byte compiler warnings.
1178 2007-01-28  Markus Triska  <markus.triska@gmx.at>
1180         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1182 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
1184         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1185         (gamegrid-add-score-with-update-game-score-1): Allow local quits
1186         when calling update-game-score program.  Remove unnecessary
1187         save-excursion.
1189         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1191 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
1193         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1194         avoid compiler warning.
1195         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1196         might have values other than "true" or "false".
1198 2007-01-28  Richard Stallman  <rms@gnu.org>
1200         * textmodes/fill.el (fill-paragraph-function): Doc fix.
1201         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1203         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1205         * image.el (image-type-header-regexps): Make GIF regex more specific.
1207         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1208         Don't check `backspace'.
1209         (tutorial--find-changed-keys): Look up bindings in a temp buffer
1210         in Fundamental mode.
1212         * startup.el (fancy-splash-text, normal-splash-screen):
1213         Mention C-g.
1215         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1216         when inserting in buffer.
1218         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1219         inside the if.
1221 2007-01-27  Richard Stallman  <rms@gnu.org>
1223         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1225 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
1227         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1228         enum/union/struct/class definition.
1229         Revert change to call `forward-sexp' multiple times.
1231 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
1233         * files.el (hack-local-variables-confirm): Don't keep trying to
1234         read an event from an empty kbd macro.
1236 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1238         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1240 2007-01-27  Ben North  <ben@redfrontdoor.org>
1242         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
1243         the arg CHILDREN -> WHICH.
1245 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
1247         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1248         default-directory to a sane value when calling start-process.
1250 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1252         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1253         (ls-lisp-format-time-list): Doc fix.  Mention
1254         ls-lisp-use-localized-time-format.
1255         (ls-lisp-format-time): Use ls-lisp-format-time-list if
1256         ls-lisp-use-localized-time-format is non-nil, even if a valid
1257         locale is defined.
1259 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
1261         * jka-compr.el (jka-compr-shell): Doc fix.
1263         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1265 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1267         * ps-print.ps: Fix background height.
1268         (ps-print-version): New version 6.7.2.
1270 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1272         * makefile.w32-in (finder-data, custom-deps): Depend on
1273         $(lisp)/loaddefs.el.
1275 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1277         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1279 2007-01-24  Miles Bader  <miles@gnu.org>
1281         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1282         (byte-compile-output-docform): Bind `print-circle' to t.
1284 2007-01-24  Kenichi Handa  <handa@m17n.org>
1286         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1287         file name of the original SKK dictionary file.
1289 2007-01-24  Kim F. Storm  <storm@cua.dk>
1291         * ido.el (ido-initial-position): New variable.
1292         (ido-read-internal): Set it if default item is specified.
1293         (ido-minibuffer-setup): Position cursor accordingly if set.
1294         (ido-edit-input): C-e moves to end of input if not already there.
1295         (ido-magic-backward-char): C-b does like M-b if prev char is /.
1296         Don't switch to buffer mode if repeating C-b at start of input.
1297         (ido-toggle-ignore): C-a only toggles ignore at start or end of
1298         input; else it moves to start of input.
1299         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1300         not at end of input, delete rest of input, rather than normal op.
1302 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1304         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1306         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1307         of message.  Activate mark.
1308         (ediff-activate-mark): Set transient-mark-mode to t.
1310         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1312 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1314         * help-fns.el (describe-variable): Don't suppress display of
1315         buffer local value when the value is "large".
1317 2007-01-22  Kim F. Storm  <storm@cua.dk>
1319         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1320         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1321         (ido-tidy): Use ido-active.
1323 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
1325         * hexl.el (hexl-mode-exit): Add missing quote.
1327 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1329         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1330         (mac-ae-keyboard-modifiers): New function.
1331         (mac-handle-toolbar-switch-mode): Use it.
1332         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
1333         if keyboard modifiers on drop contain option key.
1334         (mac-dnd-drop-data): Add optional argument `action'.
1335         (special-event-map): Remove binding for M-drag-n-drop.
1337 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
1339         * add-log.el (add-log-current-defun): Use CC Mode functions to
1340         find the beginning and end of a defun.
1342 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1344         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1345         (gdb-var-create-handler): Handle value field in GDB output of
1346         -var-create.
1347         (gdb-max-frames): New variable.
1348         (gdb-stack-buffer, gdb-frames-select): Use it.
1349         (gdb-info-stack-custom): Help user customize gdb-max-frames,
1350         if necessary.
1351         (gdb-get-frame-number): Simplify.
1353 2007-01-21  Glenn Morris  <rgm@gnu.org>
1355         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1356         Update copyrights.
1358 2007-01-21  Alan Mackenzie  <acm@muc.de>
1360         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1361         handling of K&R stuff.
1363 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1365         * textmodes/bibtex.el (bibtex-files): Fix customization type.
1367 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1369         * ps-print.el: Handle frame parameters (background and/or foreground
1370         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1371         (ps-print-version): New version 6.7.1.
1372         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1373         (ps-frame-parameter): New fun.
1374         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1375         Fix doc and customization.
1376         (ps-begin-job): Get frame parameters (background and/or foreground
1377         colors).
1378         (ps-do-despool): Ensure ps-printer-name has a valid value.
1380 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1382         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1383         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1384         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1385         mean unlimited.
1387 2007-01-20  Alan Mackenzie  <acm@muc.de>
1389         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1390         much more rigorous analysis of putative K&R regions.
1392 2007-01-20  Alan Mackenzie  <acm@muc.de>
1394         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1395         New functions.
1397 2007-01-20  Alan Mackenzie  <acm@muc.de>
1399         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1400         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1401         * progmodes/cc-langs.el, progmodes/cc-styles.el,
1402         * progmodes/cc-vars.el: Add my name.
1404 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1406         * files.el (find-alternate-file): Revert query message to Emacs 21
1407         version.
1409 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1411         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1412         the doc string how to use personal abbrevs without electric
1413         keywords.
1415 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1417         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1418         Fixed cursor position when toggle abbreviated display.
1420 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
1422         * t-mouse.el: Update copyright following assignment by
1423         Alessandro Rubini.
1425 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1427         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1428         (type-break-demo-boring): Call read-event instead of read-char.
1430 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
1432         * progmodes/compile.el: Add handling for makepplog.
1434 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1436         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1437         aspell dictionaries are initialized when called non-interactively.
1439 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
1441         * progmodes/compile.el (compilation-loop): New arg limit.
1442         Handle case where the first error is at point-min.
1443         (compilation-next-error): New arg to compilation-loop call.
1445 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1447         * info.el (Info-default-dirs): Change default info dir to
1448         share/info.
1450         * paths.el (Info-default-directory-list): Ditto.
1452 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
1454         * hexl.el (hexl-before-revert-hook): New function.
1455         (hexl-mode): Use it.
1456         (hexl-after-revert-hook): Just call hexl-mode.
1457         (hexl-mode-exit): Remove before-revert-hook.
1459 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1461         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1463 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
1465         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1466         by "-" in francais7 otherchars entry.
1467         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1468         otherchars entry.
1470 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
1472         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1473         path.  Rewrite function in `cond' style for readability.
1475         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1476         (The path shortening, that is, not the rearrarangement.)
1478 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1480         * term/mac-win.el (mac-ae-quit-application): New function.
1481         (mac-apple-event-map): Bind "quit application" Apple event to it.
1483 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1486         than the program's output.
1488 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1490         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1491         (kmacro-start-macro-or-insert-counter)
1492         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1493         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1495         * longlines.el (longlines-show-hard-newlines):
1496         * ruler-mode.el (ruler-mode-ruler):
1497         * emulation/keypad.el (keypad-setup):
1498         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1499         Fix typo in docstring.
1501 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
1503         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1504         Remove redirect character ">".
1506 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
1508         * replace.el (perform-replace): Remove leftover code.
1510 2007-01-12  Richard Stallman  <rms@gnu.org>
1512         * replace.el (perform-replace): Don't clear NODENT when computing
1513         the replacement string.
1515 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
1517         * net/tramp.el (tramp-handle-file-local-copy):
1518         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
1519         <christopher.ian.moore@gmail.com>.
1521 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1523         * diff-mode.el (diff-sanity-check-context-hunk-half)
1524         (diff-sanity-check-hunk): New functions.
1525         (diff-find-source-location): Use'em to check the hunks are well-formed.
1527         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1528         activate undo when undo is not active.
1529         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1531 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1533         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1534         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1535         (ffap-url-at-point): Use char-classes rather than "a-z".
1537 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
1539         * ediff-init.el (ediff-autostore-merges):
1540         * textmodes/fill.el (fill-region): Doc fix.
1542 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * server.el (server-ensure-safe-dir): UIDs may be floats.
1546 2007-01-10  Richard Stallman  <rms@gnu.org>
1548         * battery.el (battery-linux-proc-acpi): Use ignore-errors
1549         around calls to directory-files.
1551         * subr.el (momentary-string-display): Use save-excursion.
1553         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1554         argument, but read it as `X' does.
1556 2007-01-09  Juri Linkov  <juri@jurta.org>
1558         * info.el (Info-fontify-node): Don't hide node names of index entries.
1560         * faces.el (momentary): Change :group to basic-faces where all
1561         basic faces belong to.  Add :version.
1563 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1565         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1566         keybinding is found.
1567         (tutorial--find-changed-keys): Never treat null keybinding as a
1568         remapping.
1570 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
1572         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1574 2007-01-09  Kenichi Handa  <handa@m17n.org>
1576         * international/mule-cmds.el
1577         (select-safe-coding-system-interactively): Fix message.
1579 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
1581         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1582         (tramp-process-actions): Add optional parameter TIMEOUT.
1583         (tramp-open-connection-telnet, tramp-open-connection-rsh)
1584         (tramp-open-connection-su): Add timeout of 60".
1586 2007-01-09  Richard Stallman  <rms@gnu.org>
1588         * progmodes/compile.el (compile): Doc fix.
1590 2007-01-09  Markus Triska  <markus.triska@gmx.at>
1592         * tumme.el (tumme-display-thumb): Doc fix.
1594 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
1596         * battery.el (battery-search-for-one-match-in-files):
1597         * bindings.el (mode-line-minor-mode-help):
1598         * x-dnd.el (x-dnd-types-alist):
1599         * calendar/icalendar.el (icalendar-import-buffer):
1600         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1602         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1604 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
1606         * replace.el (replace-regexp): Fix typo in docstring.
1608 2007-01-07  Alan Mackenzie  <acm@muc.de>
1610         * progmodes/cc-langs.el (c-operators, c-filter-ops):
1611         Amend doc-string and comments.
1613 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
1615         * files.el (abbreviate-file-name): Doc fix.
1617 2007-01-06  Markus Triska  <triska@gmx.at>
1619         * subr.el (split-string): Remove spurious ")" from doc string.
1621 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1623         * textmodes/table.el (table--warn-incompatibility):
1624         Use display-warning instead of momentary-string-display.
1626 2007-01-05  Richard Stallman  <rms@gnu.org>
1628         * image.el (image-type-header-regexps): Recognize xbm more strictly.
1630         * simple.el (backward-kill-word): Doc fix.
1632 2007-01-05  Romain Francoise  <romain@orebokech.com>
1634         * international/mule.el (sgml-html-meta-auto-coding-function):
1635         Ensure that the buffer contains a HTML document.
1637 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1639         * faces.el (momentary): Move here ...
1640         * subr.el (momentary): ... from here.
1642 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
1644         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
1645         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
1646         large structures/arrays.
1648 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
1650         * files.el (find-file-noselect-1, set-visited-file-name):
1651         Allow backup-enable-predicate to be nil.
1653 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1655         * subr.el (momentary): New face.
1656         (momentary-string-display): Display the string via a temporary
1657         overlay using the new face, instead of inserting it in the buffer.
1659 2007-01-04  Andreas Schwab  <schwab@suse.de>
1661         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
1662         last change.
1664 2007-01-03  Richard Stallman  <rms@gnu.org>
1666         * woman.el (woman-decode-buffer): Clarify error message.
1668 2007-01-03  Alan Mackenzie  <acm@muc.de>
1670         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
1672 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
1674         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1676 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
1680 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1682         * emulation/viper.el (viper-custom-file-name, viper-mode):
1683         Fix typos in docstrings.
1685         * subr.el (momentary-string-display): After moving point, set POS
1686         variable to it to avoid later errors once the buffer is modified.
1687         Doc fix.
1689 2007-01-02  Alan Mackenzie  <acm@muc.de>
1691         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
1692         check that the "*/" is present before trying to manipulate it.
1694 2007-01-02  Richard Stallman  <rms@gnu.org>
1696         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
1698         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
1699         Fix format of value.
1701         * cus-edit.el (customize-unsaved): Rename from customize-customized.
1702         Change messages accordingly.
1703         (customize-customized): Now alias.
1705 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1707         * files.el (version-control): Doc fix.
1709 2007-01-01  Alan Mackenzie  <acm@muc.de>
1711         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
1712         Check the format of c-state-cache is valid for an optimisation before
1713         using it.
1715         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
1716         are at a statement within a macro".  Other changes so that only
1717         the first continuation line in a macro gets the symbol
1718         `cpp-define-intro', the others getting `statement', or whatever.
1720         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
1721         a string, preserve whitespace.  Add a backslash only when also in
1722         a macro.
1724         * progmodes/cc-defs.el: Correct typos.
1726         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
1727         new line after an escaped EOL in a string.
1729         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
1730         label when it directly follows "else", "do", ....
1732         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
1733         angle brackets (as seen in "explicit specialisations" of C++
1734         templates).
1736         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
1737         in the doc-string.
1739         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
1740         when the comment ender looks like "=========*/" and is alone on
1741         its line.
1743         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
1744         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
1745         for the old name.
1747         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
1748         c-\(beginning\|end\)-of-defun by default.
1750         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
1751         New line-up function, for the DEFUN macro in the Emacs C sources.
1752         Only used in "gnu" style.
1754         * progmodes/cc-styles.el (c-style-alist): Use this new function in
1755         the "gnu" style.
1757         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
1758         clean-up comment-close-slash also to work when there's a comment
1759         terminator on the line.
1760         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
1761         these for large arg - only take account of top level {..}, except
1762         for initial and final adjustments.  M-- C-M-[ae] now go to the
1763         right defuns when the starting point is between defuns.  They use
1764         the four new functions:
1765         (c-in-function-trailer-p, c-where-wrt-brace-construct)
1766         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
1767         support c-\(beginning\|end\)-of-defun.
1769         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
1770         expressions more rigorously, to exclude bit-field specifiers from
1771         being classed as labels.
1772         (c-forward-label): When analyzing a ":" within a macro, be careful
1773         about using c-forward-syntactic-ws at the macro beginning.
1774         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
1775         stmt boundary, check for "operator=", etc.
1777         * progmodes/cc-mode.el (c-postprocess-file-styles):
1778         Bind inhibit-read-only to t, around the call to
1779         c-remove-any-local-eval-or-mode-variables, so that it works on a
1780         RO file.
1782         * progmodes/cc-defs.el (c-version): Update the version number to
1783         "5.31.4".
1785 2007-01-01  Richard Stallman  <rms@gnu.org>
1787         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
1788         only if we restored isearch-window-configuration.
1790 2006-12-31  Romain Francoise  <romain@orebokech.com>
1792         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
1794 2006-12-31  Kim F. Storm  <storm@cua.dk>
1796         * files.el (auto-mode-case-fold): New defcustom.
1797         (set-auto-mode): If non-nil, perform second case-sensitive pass
1798         through auto-mode-alist if first pass failed.
1800 2006-12-30  Richard Stallman  <rms@gnu.org>
1802         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
1804 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
1806         * allout.el (allout-encrypt-string): Handle symmetric-key
1807         passphrase caching but leave keypair caching to pgg.
1809 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
1811         Sync with Tramp 2.0.55.
1813         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
1814         `integerp'.  `char-equal' could fail else in case of negative
1815         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
1816         (top): Check for `font-lock-add-keywords' before calling; it
1817         doesn't exist under XEmacs.
1818         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
1819         (tramp-completion-mode): Remove clause (not
1820         tramp-unified-filenames), because the function is called in other
1821         context too, where this check results in wrong results in the
1822         XEmacs case on Windows.
1823         (tramp-touch): UTC handling is not possible for XEmacs.
1825 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1827         * scroll-bar.el (previous-scroll-bar-mode): New variable
1828         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
1829         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
1831         * term/x-win.el: Set scroll bar mode to right if set by X resources.
1833 2006-12-30  Richard Stallman  <rms@gnu.org>
1835         * files.el (make-backup-file-name-1): Precompute abs name
1836         but don't lose the relative name.
1838         * international/mule-cmds.el (select-safe-coding-system-interactively):
1839         Fix message.
1841 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1843         * files.el (backup-buffer): Show entire backup file name in msg.
1845 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
1847         * image.el (image-type-header-regexps, image-type-from-data)
1848         (image-type-from-buffer, image-type-from-file-header):
1849         Revert changes from 2006-12-26.
1850         (image-type-auto-detectable): New variable.
1851         (image-type-auto-detected-p): New function.
1853         * files.el (magic-mode-alist): Detect image files with
1854         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
1856 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
1858         * dired.el (dired-sort-other): Move test for dired-mode...
1859         (dired-sort-set-modeline): ...to here.
1861 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1863         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
1864         change.  Suggested by Stefan Monnier.
1866 2006-12-29  Kim F. Storm  <storm@cua.dk>
1868         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
1869         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
1871 2006-12-27  Kim F. Storm  <storm@cua.dk>
1873         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
1874         so it doesn't accidentally match an fsf.org mail address.
1875         (authors-renamed-files-alist): Add tcover-*.el.
1877 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1879         * vc-arch.el (vc-arch-find-version): New function.
1881         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
1882         composed of arbitrary characters (even /) in some systems.
1884 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
1886         * international/mule-cmds.el (select-safe-coding-system-interactively):
1887         Improve the message in the *Warning* buffer.
1889 2006-12-27  Kim F. Storm  <storm@cua.dk>
1891         * ido.el (ido-set-matches-1): Fix last change.  If default item is
1892         current buffer, it is ok to be first.
1894 2006-12-27  Kenichi Handa  <handa@m17n.org>
1896         * international/mule-cmds.el (select-safe-coding-system-interactively):
1897         Use face `link' for problematic chars.
1899 2006-12-27  Kenichi Handa  <handa@m17n.org>
1901         * international/mule-cmds.el (select-safe-coding-system-interactively):
1902         Improve the message in *Warning* buffer.
1904 2006-12-27  Kim F. Storm  <storm@cua.dk>
1906         * ido.el (ido-set-matches-1): Never put current buffer first if
1907         there are other matches.
1909 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
1911         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
1912         expressions.
1913         (gdb-var-delete): Handle duplicate names.  Print message for non
1914         root expressions.
1915         (gdb-partial-output-name): Start buffer name with a space.
1916         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
1917         buffer name.
1919 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1921         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
1922         last footnote when `footnote-spaced-footnotes' is nil.
1924 2006-12-26  Richard Stallman  <rms@gnu.org>
1926         * cus-edit.el (custom-browse-sort-alphabetically)
1927         (custom-buffer-sort-alphabetically)
1928         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
1930         * image.el (image-type-header-regexps): Change element format
1931         to include third item NOT-ALWAYS.
1932         (image-type-from-data): Handle new format.
1933         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1934         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1936 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1938         * add-log.el (add-log-current-defun): Call `forward-sexp'
1939         multiple times to pick a member function name defined as
1940         part of nested classes/namespaces.
1942 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1944         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1945         which keymap should be used to change menu.  It does not affect any
1946         existent code.
1948 2006-12-26  Richard Stallman  <rms@gnu.org>
1950         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1951         rather than for being in a minibuffer window.
1953 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1955         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1956         locale-coding-system.
1957         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1958         LF.
1960 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1962         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1963         (sql-mode-syntax-table): Disable double quoted strings.
1964         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1966 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1968         * startup.el (fancy-splash-last-input-event): New variable.
1969         (fancy-splash-special-event-action): New function.
1970         (fancy-splash-screens): Temporarily bind special events to it.
1971         Execute command for saved special event before exiting from
1972         recursive editing.
1974         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1975         New functions.
1976         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1977         Use mac-unread-string.
1979 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1981         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1982         an optimized comment regexp if `comment-start-skip' uses a ^.
1983         * bs.el (bs--up): Remove interactive spec.
1985 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1987         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1988         Suggested by James Cloos.
1990 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1992         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1993         in March.
1994         (calendar-dst-ends): Default to first Sunday in November.
1996 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
1998         * allout.el (allout-encrypt-string): Inhibit use of agent within
1999         body of let form where encryption happens.  Acknowledge non-use of
2000         gpg-agent in docstring.
2001         (allout-toggle-subtree-encryption): Acknowledge non-use of
2002         gpg-agent in docstring.
2004 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
2006         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2008 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2010         * ediff-diff.el (ediff-diff-options): Clarify docstring.
2011         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2013         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2014         in hooks.
2015         (viper-add-newline-at-eob-if-necessary): Add newline only if we
2016         actually modify buffer; ignore errors if occur.
2018 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
2020         * calendar/calendar.el (calendar-mode-map): Switch < and >.
2021         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2022         formatting.
2024 2006-12-23  Richard Stallman  <rms@gnu.org>
2026         * simple.el (delete-horizontal-space): Doc fix.
2028 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
2030         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2031         explicitly in a recursive Make, not implicitly through prerequisites,
2032         since the latter is wrong under parallel builds.
2034 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
2036         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2038 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2040         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2041         message string.
2043 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
2045         * outline.el (outline-next-visible-heading): Fix the case with a
2046         header at end-of-file with no final newline.
2048 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
2050         * indent.el (tab-always-indent): Doc fix.
2052 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
2054         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2055         (Info-fontify-node): Do fontify indices.
2057         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2058         to the Emacs Lisp reference manual.
2059         (tutorial--tab-map): Remove.  All callers changed.
2060         (tutorial--find-changed-keys): New elt QUIET, used to...
2061         (tutorial--display-changes): ...ensure that warning messages are
2062         only issued once per changed key.
2063         (tutorial--remove-remarks): Delete unused code-path.
2064         (lang-strings): Remove extraneous formatting.
2065         (tutorial--save-tutorial): Prompt before saving tutorial state.
2067 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
2069         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
2070         Replace '?\ ' by '?\s' throughout.
2071         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
2072         `help' custom group.
2073         (tutorial--key-description): New function.
2074         (tutorial--display-changes): Remove redundant arg.  Scan for all
2075         key sequences to avoid false matches.  Cleanup.
2076         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2077         reduce homedir pollution.
2078         (help-with-tutorial): Call tutorial--display-changes with no arg.
2080 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
2082         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2084 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
2086         * net/tramp.el (tramp-default-method): We still need to check for
2087         `executable-find', because it is not bound under Emacs 20.
2088         (tramp-handle-file-name-completion)
2089         (tramp-completion-handle-file-name-completion): Handle optional
2090         parameter PREDICATE.
2091         (tramp-find-default-method): Add code for default values.
2093 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
2095         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2096         make gud-go send "continue".
2098 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2100         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2101         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
2103 2006-12-19  Kim F. Storm  <storm@cua.dk>
2105         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2106         instead of global-map.
2108         * files.el (magic-mode-alist): Allow matching file type by
2109         calling a function at bob.  Check for image types by calling
2110         image-type-from-buffer.  Suggested by Juanma Barranquero.
2111         (set-auto-mode): Do it.
2113 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
2115         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2116         Remove "ControlMaster" option from the other `scp*' methods.
2117         (tramp-default-method): Check for ssh-agent before setting to `scp'.
2119 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2121         * textmodes/org.el (org-mode): Show context after isearch.
2122         (org-show-siblings): New function.
2123         (org-show-context): Use `org-show-siblings'.
2125 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2127         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2128         Use syntax-ppss-toplevel-pos.
2130 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2132         * textmodes/org.el (org-current-line): Make sure that lines are
2133         counted from beginning of buffer.
2134         (org-table-copy-region, org-table-paste-rectangle): Make sure that
2135         lines are counted from beginning of buffer.
2137 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2139         * info.el (Info-build-node-completions): Signal error if tag-table
2140         marker is not found.
2142         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2144 2006-12-17  Alan Mackenzie  <acm@muc.de>
2146         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2147         speed) the case when open-paren-in-column-0-is-defun-start is nil.
2148         Based on code by Martin Rudalics.
2150         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2151         open-paren-in-column-0-is-defun-start to nil any more.
2153 2006-12-17  Richard Stallman  <rms@gnu.org>
2155         * simple.el (delete-horizontal-space): Use prefix arg.
2157         * help-fns.el (describe-variable): Improve blank separator lines.
2159         * files.el (magic-mode-alist): Mark as risky.
2161         * files.el (make-backup-file-name-1):
2162         Expand backup-directory explicitly.
2164 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
2166         * net/tramp.el (tramp-default-method): Before setting to "pscp",
2167         check whether package password.el is loaded, or Pageant is running.
2169 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
2171         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2172         (icalendar--rris): First try Emacs, then XEmacs.
2173         (icalendar--convert-ical-to-diary): Doc fix.
2174         Insert newline at end of target file.
2176 2006-12-17  Kim F. Storm  <storm@cua.dk>
2178         * outline.el (outline-isearch-open-invisible-function): New defvar.
2179         (outline-flag-region): Use it if non-nil for isearch-open-invisible
2180         overlay property instead of outline-isearch-open-invisible.
2182 2006-12-16  Kim F. Storm  <storm@cua.dk>
2184         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2185         if ido-directory-too-big is set on entry.
2186         (ido-toggle-ignore, ido-completion-help): Print message while
2187         reading big directory.
2189 2006-12-15  Richard Stallman  <rms@gnu.org>
2191         * shell.el (shell): Doc fix.
2193 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2195         * emulation/edt.el (edt-xserver):
2196         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2197         to fix a problem on Cygwin.
2199         * emulation/edt.el
2200         * emulation/edt-mapper.el
2201         * emulation/edt-lk201.el
2202         * emulation/edt-pc.el
2203         * emulation/edt-vt100.el: Update maintainer's email address.
2205 2006-12-15  Simon Marshall  <simon@gnu.org>
2207         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2209 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2211         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2212         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2213         instead of mac-atsu-font-table.
2214         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2216 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
2218         * align.el (align-match-tex-pattern): Fix a rare bug which
2219         hanged Emacs.
2221 2006-12-14  Richard Stallman  <rms@gnu.org>
2223         * startup.el (use-fancy-splash-screens-p): Use frame-height
2224         instead of window-height.  Pass frame to image-size.
2226 2006-12-13  Kenichi Handa  <handa@m17n.org>
2228         * international/mule-cmds.el (set-locale-environment):
2229         Set default-sendmail-coding-system too.
2231 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
2233         * progmodes/idlw-help.el: Fix copyright notice.
2235 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2239 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2241         * subr.el (unread-command-char): Reformat obsolescence info.
2243 2006-12-11  Richard Stallman  <rms@gnu.org>
2245         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2246         about calls to cl-struct-setf-expander.
2248 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2250         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2251         (ediff-combination-pattern): Fix typo in docstring.
2253         * textmodes/refer.el (refer-find-entry): Doc fix.
2254         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2255         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2256         Fix tipos in docstrings.
2258         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2260 2006-12-10  Kim F. Storm  <storm@cua.dk>
2262         * ido.el (ido-init-completion-maps): Remap backward-kill-word
2263         instead of binding M-backspace.
2265 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
2267         * replace.el (replace-match-data, replace-match-maybe-edit):
2268         * calc/calc-aent.el (calc-eval-error):
2269         * emulation/vi.el (vi-char-argument):
2270         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2271         (c-vsemi-status-unknown-p-fn): Doc fixes.
2273 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2275         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2276         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
2278 2006-12-10  Masatake YAMATO  <jet@gyve.org>
2280         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2282 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
2284         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2286         * man.el (Man-xref-button-action): New function.  If the
2287         `Man-target-string' button property is a function, assume it
2288         accepts a position argument.
2289         (Man-abstract-xref-man-page): Use it.
2290         (Man-default-man-entry): New optional arg POS.
2292         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2293         symlink arrows read-only and non-rear-sticky.
2295 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
2297         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2298         (wdired-search-and-rename): Simplify code.
2299         (wdired-preprocess-files, wdired-preprocess-perms): Make
2300         read-only property of preceding character rear-nonsticky to
2301         avoid that it can be modified.  Put old-name and old-link
2302         properties on character preceding name and replace
2303         put-text-property by add-text-properties.
2304         (wdired-get-filename, wdired-get-previous-link): Get old-name
2305         and old-link properties from character preceding name and
2306         simplify code.
2307         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2308         (wdired-perms-to-number): Make local-map property
2309         rear-nonsticky to avoid that text following permissions may be
2310         modified.  Use add-text-properties instead of put-text-property
2311         when changing a permission bit.
2312         (wdired-change-to-dired-mode): Remove stickiness properties.
2314 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
2316         * international/mule-cmds.el (register-input-method): Doc fix.
2318 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
2320         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2322 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2324         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2325         Force buffer local defs evaluation on local variables loading.
2326         (flyspell-mode-on, flyspell-mode-off): Use it in
2327         `hack-local-variables-hook'.
2329 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
2331         * emacs-lisp/find-func.el (find-variable): Doc fix.
2333         * help-fns.el (variable-at-point): Doc fix.
2335         * w32-fns.el (w32-append-code-lines): New function.
2337 2006-12-09  Romain Francoise  <romain@orebokech.com>
2339         * comint.el (comint-insert-input): Delete obsolete comment.
2341 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
2343         * files.el (insert-file-1): Compare file size to
2344         large-file-warning-threshold and request confirmation when
2345         warranted.
2347 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2350         current frame, in case we're connected to several displays.
2352 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2354         * frame.el (other-frame): Doc fix.
2355         (set-frame-parameter): Fix typo in docstring.
2357 2006-12-07  Kim F. Storm  <storm@cua.dk>
2359         * info.el (Info-index): Strip leading colon from topic.
2361 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
2363         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2364         to pointers.
2366 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
2368         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2369         Trim out spurious class inheritance "None" entries.
2371 2006-12-05  Kim F. Storm  <storm@cua.dk>
2373         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2374         (cua-paste-pop): Rework last change for
2375         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2376         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2377         text inserted by the last M-y command.
2379 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2381         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2382         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2384         * shell.el (shell): Search the start file in ~/.emacs.d as
2385         `init_SHELLNAME.sh' instead.
2387 2006-12-05  Glenn Morris  <rgm@gnu.org>
2389         * progmodes/cperl-mode.el (cperl-mode)
2390         * progmodes/f90.el (f90-mode-abbrev-table)
2391         * progmodes/fortran.el (fortran-mode-abbrev-table)
2392         * progmodes/octave-mod.el (octave-abbrev-table)
2393         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2394         if abbrev-table is non-nil (saved user abbrevs may have been restored).
2396         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2397         clear abbrev table, else saved abbrevs will not be restored.
2399 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2401         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2402         the call to `make-obsolete-variable', not in the docstring.
2404 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
2406         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2408 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2410         * progmodes/ebnf-abn.el:
2411         * progmodes/ebnf-bnf.el:
2412         * progmodes/ebnf-dtd.el:
2413         * progmodes/ebnf-ebx.el:
2414         * progmodes/ebnf-iso.el:
2415         * progmodes/ebnf-otz.el:
2416         * progmodes/ebnf-yac.el:
2417         * progmodes/ebnf2ps.el:
2418         * delim-col.el:
2419         * printing.el:
2420         * ps-bdf.el:
2421         * ps-mule.el:
2422         * ps-print.el: Remove 'Time-stamp' comment mark.
2424         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2425         'easy-menu-add-item' when called in Emacs 21 or higher.
2427 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
2429         * progmodes/ada-xref.el (ada-check-current): Doc fix.
2430         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2432 2006-12-04  Kim F. Storm  <storm@cua.dk>
2434         * bindings.el (global-map): Bind [signal t] to ignore, to have
2435         user signals ignored by default.
2437 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2439         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2440         Unicode data file pointed to by `describe-char-unicodedata-file'.
2442 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2444         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2445         O(n^2) regexp-search by anchoring the search.
2447 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
2449         * whitespace.el (whitespace-cleanup-internal): Use current
2450         argument for recursive call.
2452 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
2454         * net/tramp.el (tramp-methods): Add "ControlPath" and
2455         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
2456         Andreas Schwab <schwab@suse.de>.
2457         (tramp-do-copy-or-rename-file-out-of-band)
2458         (tramp-open-connection-rsh): Compute format spec for ?t.
2459         (tramp-process-actions): Trace command parameters.
2461 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
2463         * simple.el (toggle-truncate-lines): Clarify doc string.
2465         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2466         (gdb-speedbar-expand-node): Use it.
2468 2006-12-04  Richard Stallman  <rms@gnu.org>
2470         * progmodes/python.el (python-indent): Add safe-local-variable prop.
2472         * dired.el (dired-revert): Turn off dired-after-readin-hook
2473         around call to dired-readin.
2475         * menu-bar.el (menu-bar-make-toggle): Add "globally"
2476         to echo area messages.
2477         <indicate-empty-lines, case-fold-search>:
2478         Add "globally" to Help string.
2479         <case-fold-search>: MESSAGE arg need not say "globally".
2480         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2482 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
2484         * outline.el (outline-end-of-subtree): Don't leave an empty
2485         line hidden as we would a real next heading.
2487 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
2489         * allout.el (allout-ascend): Add an optional argument to preserve
2490         original position of point when unsuccessful.  Also, fix a
2491         docstring error.
2492         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2493         work again, using allout-ascend's new option.
2494         (allout-setup-mode-map): Extract from allout-mode to initialize
2495         allout-mode-map.  Call it on file load, so the mode docstring
2496         substitutions work even if allout mode has not yet been invoked.
2497         (allout-mode): Use new allout-setup-mode-map to track any keybinding
2498         customizations since the map was last processed.  Also, refine the
2499         docstring so it's ship-shape for release.
2500         (allout-default-layout, allout-beginning-of-line-cycles)
2501         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2502         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2503         (allout-version, allout-layout, allout-infer-body-reindent)
2504         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2505         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2506         (allout-previous-heading, allout-goto-prefix-doublechecked)
2507         (allout-current-bullet-pos, allout-next-sibling-leap)
2508         (allout-pre-command-business, allout-encrypted-type-prefix)
2509         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2510         (allout-rebullet-topic, allout-rebullet-topic-grunt)
2511         (allout-flag-region, allout-expose-topic, allout-expose-topic)
2512         (allout-old-expose-topic, allout-listify-exposed)
2513         (allout-process-exposed, allout-latex-verb-quote)
2514         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2515         (allout-toggle-current-subtree-encryption)
2516         (allout-toggle-subtree-encryption, allout-bullet-isearch):
2517         Remove extraneous open-paren and close paren string escapes.
2519 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
2521         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2522         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2523         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2524         Fix typos in docstrings.
2526 2006-12-03  Glenn Morris  <rgm@gnu.org>
2528         * progmodes/cc-align.el
2529         * progmodes/cc-awk.el
2530         * progmodes/cc-cmds.el
2531         * progmodes/cc-compat.el
2532         * progmodes/cc-defs.el
2533         * progmodes/cc-engine.el
2534         * progmodes/cc-langs.el
2535         * progmodes/cc-menus.el
2536         * progmodes/cc-mode.el
2537         * progmodes/cc-styles.el
2538         * progmodes/cc-vars.el
2539         * progmodes/vhdl-mode.el: Fix Copyright format.
2541 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
2543         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2544         initial down event.
2546 2006-12-02  Kim F. Storm  <storm@cua.dk>
2548         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2549         (cua-repeat-replace-region): Make M-v more robust.
2550         (cua-paste-pop-rotate-temporarily): New defcustom.
2551         (cua-paste-pop): Use it.
2552         (cua-auto-mark-last-change): New defcustom.
2553         (cua-pop-to-last-change): New helper function.
2554         (cua-set-mark): Use them.
2556 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
2558         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2559         mini-buffer message.
2561 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2563         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2565 2006-12-01  Ben North  <ben@redfrontdoor.org>
2567         * paren.el: Fix the highlight overlay extension when the user types a
2568         sequence of char very fast just before the open parenthesis.
2570 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2572         * ps-mule.el: Eliminate Emacs 20 compatibility.
2574         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2575         (ps-print-version): New version 6.7.
2576         (ps-print-quote): Replace '?\ ' by '?\s'.
2578 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2580         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2581         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2582         (hexl-end-of-1k-page): Doc fixes.
2583         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2584         Fix typos in docstrings.
2586 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2588         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
2589         locally, i.e. without using file name handlers.
2590         (ido-read-internal): Allow mono letter host names, avoiding the
2591         `c:' problem by testing if the file exists locally.
2592         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2594 2006-11-30  Masatake YAMATO  <jet@gyve.org>
2596         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2597         to avoid bytecomp warnings.
2598         (hexl-mode-old-ruler-function): New variable.
2599         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2600         and `hl-line-range-function' after `require' hl-line.
2601         Then bind `hl-line-range-function' and `hl-line-face'.
2602         Don't require frame.  Don't use `with-no-warnings'.
2603         (hexl-activate-ruler): Store the original value of
2604         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2605         (hexl-mode-exit): Restore the original value of
2606         `ruler-mode-ruler-function'.
2608 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2610         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2611         (hexl-mode-old-hl-line-face): New variable.
2612         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2613         line when exit from the hexl-mode.
2615 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2617         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2618         Doc fixes.
2620         * international/fontset.el (create-fontset-from-ascii-font)
2621         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
2622         (fontset-name-p): Fix typo in docstring.
2624         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
2626 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2628         * ps-bdf.el: Fix maintainer email.
2630         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
2631         compatibility.
2633         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
2634         21 compatibility.
2635         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
2636         Emacs 20 & 21.
2638 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
2640         * progmodes/idlwave.el (idlwave-auto-fill):
2641         Remove paragraph-start let to prevent auto-fill giving up.
2643 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
2645         * vt100-led.el (led-state): Fix typo in previous change.
2647 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2649         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2650         Fix interactive spec of the functions getting defined to make them
2651         work as documented.
2653 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
2655         * startup.el (fancy-splash-screens): Hide initial splash buffer.
2657 2006-11-28  Kim F. Storm  <storm@cua.dk>
2659         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
2660         icomplete-mode is enabled.
2662 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
2664         * textmodes/org.el (require): Require gnus-sum during compilation
2665         to avoid problem with a macro call.
2667 2006-11-28  Glenn Morris  <rgm@gnu.org>
2669         * emacs-lisp/authors.el (authors-aliases): Add new alias.
2671         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
2672         (fortran-window-create-momentarily): Do not need string-to-char.
2674 2006-11-28  Richard Stallman  <rms@gnu.org>
2676         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2677         Replace incorrect use of assoc-default with a loop.
2679         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
2681         * simple.el (next-error-find-buffer): Improve messages.
2683         * files.el (revert-buffer): Special error message if file
2684         is now not readable.
2686         * facemenu.el (facemenu-add-new-face): Improve doc strings of
2687         constructed commands.
2689         * comint.el (comint-exec-1): Provide Emacs version and `comint'
2690         in INSIDE_EMACS.
2692 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2694         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
2696         * server.el: Remove spurious * in docstrings.
2697         (server-process-filter): Exit from recursive editing before processing
2698         a new request.
2700 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
2702         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
2703         line so hidden blocks will be correctly identified.
2705 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
2707         * ledit.el (ledit-save-defun, ledit-mode):
2708         * resume.el (resume-emacs-args-buffer):
2709         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
2710         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
2711         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
2712         (command-send-input, command-kill-line):
2713         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
2715         * autoarg.el (autoarg-kp-mode): Doc fix.
2717         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
2718         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
2719         (check-emacs-lock): Doc fix.  Simplify.
2721         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
2722         (iimage-mode-buffer): Fix typos in docstring.
2724         * misc.el (zap-up-to-char): Doc fix.
2726         * time-stamp.el: Fix comment and obsolescence string for old
2727         functions.  Use `dolist' instead of `while'.
2729         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
2731         * disp-table.el (standard-display-8bit, standard-display-default):
2732         * ebuff-menu.el (electric-buffer-list):
2733         * ehelp.el (electric-help-command-loop):
2734         * font-core.el (font-lock-mode):
2735         * help-macro.el (make-help-screen):
2736         * help.el (describe-minor-mode-completion-table-for-indicator)
2737         (lookup-minor-mode-from-indicator):
2738         * indent.el (tab-to-tab-stop, move-to-tab-stop):
2739         * info-look.el (info-lookup-guess-custom-symbol):
2740         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
2741         * longlines.el (longlines-wrap-line):
2742         * macros.el (insert-kbd-macro):
2743         * menu-bar.el (menu-bar-update-buffers):
2744         * misc.el (copy-from-above-command):
2745         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
2746         * newcomment.el (comment-indent):
2747         * novice.el (disabled-command-function):
2748         * sort.el (sort-fields-syntax-table):
2749         * subr.el (momentary-string-display):
2750         * tar-mode.el (tar-header-block-summarize)
2751         (tar-clear-modification-flags):
2752         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
2753         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
2754         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
2755         (te-delete-char, te-down-vertically-or-scroll):
2756         * time-stamp.el (time-stamp-string-preprocess):
2757         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
2759 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2761         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
2762         in GUD mode.
2764         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
2765         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2767 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2769         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
2771 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
2773         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
2774         (ada-compile-goto-error): Adapt to new argument profile of
2775         compilation-goto-locus in Emacs 22.  Don't check if the various
2776         compile functions are defined; we already do "(require 'compile)".
2778 2006-11-26  Kim F. Storm  <storm@cua.dk>
2780         * kmacro.el: Fix commentary.
2782 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2784         * progmodes/gud.el (gdb): Explain how to run in text command mode
2785         more clearly.  Say in error message that multiple debugging
2786         requires restarting GDB.
2788 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
2790         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2792 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
2794         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
2795         (flymake-popup-menu): Use it instead of posn-at-point.
2797 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2799         * progmodes/cc-vars.el (c-backslash-column):
2800         Mention c-backslash-max-column in documentation for c-backslash-column.
2802 2006-11-24  Lars Hansen  <larsh@soem.dk>
2804         * net/tramp.el (tramp-default-method): Under Windows, change from
2805         plink to pscp.
2806         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
2807         (tramp-actions-copy-out-of-band):
2808         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
2809         (tramp-action-out-of-band): Move "Permission denied" handling to
2810         tramp-action-copy-failed.
2811         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
2812         process buffer.
2814 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2816         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2817         strings to a single string.  Quote `errors-file-name'.
2818         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2819         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2820         Adjust calls.  Use `shell-quote-argument'.
2822         * international/mule.el (load-with-code-conversion)
2823         (with-category-table): Use with-current-buffer.
2824         (after-insert-file-set-coding): Use restore-buffer-modified-p.
2826 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
2828         * mail/smtpmail.el (smtpmail-send-it):
2829         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
2830         MIME header for the message encoding.
2831         Bind coding-system-for-write around the call to mail-do-fcc.
2832         Use smtpmail-code-conv-from to encode queued mail messages.
2834 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2836         * tabify.el (tabify-regexp): Doc fix.
2838         * net/rcirc.el (rcirc-buffer-maximum-lines):
2839         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
2841         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
2842         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
2843         Fix typos in output messages.
2844         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2846 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2848         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
2849         the horse's mouth.
2850         (hexlify-buffer): Don't re-encode an arg that's already encoded.
2852 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2854         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
2855         Remove condition-case.
2857 2006-11-23  Glenn Morris  <rgm@gnu.org>
2859         * progmodes/f90.el (f90-comment-indent): Do not move point in
2860         default case.
2862 2006-11-21  Romain Francoise  <romain@orebokech.com>
2864         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
2865         from library name (reverts change of 2005-10-25).
2867 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2869         * tutorial.el (tutorial--default-keys): Add newline and
2870         delete-backward-char bindings.
2871         (tutorial--detailed-help): Save excursion when finding keys.
2872         Correct warning string for M-x FOO case.
2873         (tutorial--display-changes): Print special keys in tutorial style.
2874         Tweak search regexp for changed keys.
2876 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2878         * thingatpt.el (thing-at-point-url-at-point): Don't add a
2879         redundant scheme.
2881 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
2883         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
2884         are new to the list at IANA.  Also added irc, mms, mmsh.
2886 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
2888         * progmodes/idlw-help.el (idlwave-html-help-location):
2889         Fail gracefully for missing help packages.
2890         (idlwave-help-assistant-open-link): Open full links.
2891         (idlwave-help-assistant-help-with-topic): Direct help link.
2893         * progmodes/idlwave.el (idlwave-mode):
2894         Set add-log-current-defun-function.
2895         (idlwave-current-routine-fullname): Add, to support add-log.
2896         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
2897         to reflect improvements to xml-parse-file.
2898         (idlwave-mode-menu-def): New binding for help-with-topic.
2900         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
2901         Handle extra newlines and spaces.
2902         (idlwave-shell-mode-map): Add help-with-topic.
2904 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
2906         * tutorial.el (tutorial-warning-face): New face.
2907         (tutorial--detailed-help, tutorial--display-changes): Use it.
2908         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
2909         Improve search pattern for occurrences of changed keys.
2911 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2913         * term/x-win.el (x-last-cut-buffer-coding): New variable.
2914         (x-select-text): Set it.
2915         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
2916         when checking for newness.
2918 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
2920         * subr.el (posn-image):
2921         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
2923         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
2925 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2927         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
2928         Exceptions to the rule "add a space between an identifier and an
2929         opening parenthesis".  Defaulted to the `#define' problem of cpp.
2930         (glasses-parenthesis-exception-p): New.  Check if the region is an
2931         exception regarding to that.
2932         (glasses-make-readable): Use it.
2933         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2934         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2936 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2938         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2940 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2942         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2944         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2945         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2947 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2949         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2950         conditions for function or variable bindings.
2952         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2954         * progmodes/compile.el (compilation-start): Ditto.
2956 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2958         * net/tramp.el (top): cl and custom are always required.
2960 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2962         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2963         cut-buffers with next-selection-coding-system if not nil.
2965 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2967         * textmodes/org.el (org-fix-decoded-time): New function.
2968         (org-display-custom-time): Use `org-fix-decoded-time'.
2970 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2972         * menu-bar.el (menu-bar-games-menu): Remove yow.
2974 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2976         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2977         (org-detach-overlay): Rename from `org-detatch-overlay'.
2978         (org-table-convert-region): Insert space after column separator.
2979         (org-agenda-kill): New command.
2980         (org-metaleft): Call `org-outdent-item' on bullets.
2981         (org-metaright): Call `org-indent-item' on bullets.
2982         (org-timestamp-change): Set `org-last-changed-timestamp'.
2983         (org-current-line): Make sure (bolp) returns correct result.
2984         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2986 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2990 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2992         * mouse.el (global-map): Change 2006-08-16 fix to call
2993         mouse-yank-at-click explicitly, since mouse events are not carried
2994         over into keyboard macros.
2996 2006-11-16  Kim F. Storm  <storm@cua.dk>
2998         * ido.el (ido-file-internal): Use current buffer's file name as default
2999         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
3001 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
3003         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3004         (allout-inhibit-aberrance-doublecheck): Rename from
3005         allout-during-yank-processing.  All callers changed.
3006         (allout-ascend): Provide for unusual case where some topic after
3007         the first in file is at lower depth than the first.
3008         (allout-shift-in): Ensure the offspring of the new containing
3009         topic are exposed.
3010         (allout-encrypt-string): Preserve the coding-system of the text,
3011         according to that of the containing buffer.
3012         (allout-toggle-subtree-encryption): When the text being encrypted
3013         requires a different coding system, offer to preserve the coding
3014         system using a file local var.
3016 2006-11-15  Simon Marshall  <simon@gnu.org>
3018         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3019         to recognise "T t()" as a function declaration, rather than a
3020         variable instantiation, iff at the top-level or inside a class
3021         declaration.  Suggested by Feng Li <fengli@gmail.com>.
3023 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
3025         * progmodes/ada-xref.el (ada-parse-prj-file):
3026         Don't delete project buffer; user may want to edit it.
3027         (ada-xref-set-project-field, ada-xref-current-project-file)
3028         (ada-xref-current-project, ada-show-current-project)
3029         (ada-set-main-compile-application): New functions.
3030         (ada-xref-get-project-field, ada-require-project-file):
3031         Normalize use of ada-prj-default-project-file.
3032         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3033         Normalize use of ada-require-project-file.
3034         (ada-prj-find-prj-file): Improve doc string, comments.
3036         * progmodes/ada-mode.el (ada-mode-version): Bump version.
3037         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3038         (ada-create-menu): Add ada-set-main-compile-application,
3039         ada-show-current-main, ada-show-current-project.
3041 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3044         (inferior-python-mode): Use it.
3046 2006-11-14  Andreas Schwab  <schwab@suse.de>
3048         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3050 2006-11-13  Kim F. Storm  <storm@cua.dk>
3052         * ido.el (ido-copy-current-word): C-o copies region if active.
3054 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3056         * textmodes/org.el (org-emph-face): Fix typo in variable name.
3058 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
3060         * ediff.el (ediff-revision):
3061         * files.el (set-visited-file-name):
3062         * mail/rmailout.el (rmail-output-body-to-file):
3063         Use `format', not `message', in `y-or-n-p' call.
3065 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3067         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3068         (org-metaright): Call `org-indent-item' on bullets.
3069         (org-timestamp-change): Set `org-last-changed-timestamp'.
3070         (org-current-line): Make sure (bolp) returns correct result.
3071         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3073 2006-11-12  Richard Stallman  <rms@gnu.org>
3075         * language/european.el (turkish-case-conversion-enable)
3076         (turkish-case-conversion-disable): New functions.
3077         ("Turkish" lang env): Use them.
3079         * international/characters.el (case table):
3080         Do nothing special for i and I.
3082         * subr.el (remove-overlays): Fix last change.
3084         * cus-edit.el (custom-save-all): Use find-file-visit-truename
3085         for visiting the custom file.
3087 2006-11-12  Markus Triska  <triska@gmx.at>
3089         * play/handwrite.el (handwrite): Also process lines not ending
3090         with newline.  Replace some position-fiddling with different
3091         logic.  Improve performance.
3093 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
3095         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3096         replacing deleted variable `ada-check-switch'.
3097         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3098         (ada-xref-project-files): Improve doc string.
3099         (ada-find-executable): New function.
3100         (ada-initialize-runtime-library): Use `ada-find-executable'.
3101         (ada-xref-set-default-prj-values): In compile commands, don't need
3102         `ada-cd-command'; `compile' does that more portably.
3103         Use ada-prj-default-check-cmd.
3104         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3105         properties if not specified in project file.
3106         (ada-goto-declaration): Display useful message for new error
3107         'error-file-not-found.
3108         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3109         'error-file-not-found.
3110         (ada-get-all-references): Match latest ali syntax.  Signal new
3111         error 'error-file-not-found.
3112         (ada-find-in-ali): Match latest ali syntax.
3113         (ada-make-filename-from-adaname): Handle different semantics of
3114         gnatkr in GNAT 3.15p vs later.
3116         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3117         ada-procedure-start-regexp.
3118         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3120         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3121         with defvar.
3122         (ada-language-version): Rename ada05 -> ada2005.
3123         (ada-align-region-separate): Add `eval-when-compile'.
3124         (ada-name-regexp): Remove unneeded escapes in regexp character
3125         alternative.
3126         (ada-compile-goto-error-file-linenr-re): New constant.
3127         (ada-matching-start-re): Handle additional cases `declare',
3128         `procedure', `function'.
3129         (ada-compile-goto-error): Handle "... at line nn".
3130         (ada-mode): Clearer syntax, comments for ff-special-constructs.
3131         Delete support for old versions of `align'.
3132         (ada-search-prev-end-stmt): Handle additional keyword `private'.
3133         (ada-check-defun-name): Simplify handling of `declare'.
3134         (ada-goto-matching-start): Handle nested `begin ... end'.
3135         Handle `declare', `protected', `procedure', `function'.
3136         (ada-create-menu): Presence of arm95 is not conditional on using
3137         GNAT compiler.
3139 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3141         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3142         nil in the *RE-Builder* buffer (it causes spurious error messages).
3144         * server.el (server-visit-files): If `minibuffer-auto-raise' has
3145         been set to t, respect it.
3147 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
3149         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3150         Delete commented out code for old Emacs versions.  Autoloading of
3151         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3152         (ada-mode-version): Bump version number.
3153         (ada-95-string-keywords, ada-2005-string-keywords)
3154         (ada-2005-keywords, ada-name-regexp): New constant.
3155         (ada-language-version, ada-procedure-start-regexp, ada-mode)
3156         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3157         (ada-package-start-regexp): Support private packages, include package
3158         name (for ada-set-point-accordingly).
3159         (ada-next-procedure, ada-previous-procedure)
3160         (ada-which-function-are-we-in): Match changes to
3161         ada-procedure-start-regexp.
3162         (ada-make-body): Make non-interactive; not a user function.
3163         (ada-make-subprogram-body): Improve doc string.
3165 2006-11-11  Romain Francoise  <romain@orebokech.com>
3167         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3168         `compilation-error-regexp-alist' buffer-local, since we changed
3169         `compilation-error-regexp-alist-alist' locally.
3171 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
3173         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3174         to the value of `server-raise-frame'.
3176 2006-11-11  Glenn Morris  <rgm@gnu.org>
3178         * ido.el (ido-enable-prefix)
3179         * ses.el (ses-call-printer-return)
3180         * net/tramp.el (tramp-unified-filenames)
3181         * progmodes/cc-align.el (c-lineup-string-cont)
3182         * progmodes/compile.el (compilation-directory-matcher)
3183         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3184         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3185         (vhdl-clock-rising-edge)
3186         * textmodes/org.el (org-export-with-timestamps)
3187         (org-export-remove-timestamps-from-toc)
3188         (org-export-with-tags): Improve previous doc fixes.
3190 2006-11-11  Richard Stallman  <rms@gnu.org>
3192         * textmodes/flyspell.el (flyspell-mode-map):
3193         Bind C-c $ instead of M-RET.
3195 2006-11-10  Simon Marshall  <simon@gnu.org>
3197         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3198         fontification for "case" and "default" keywords.
3200 2006-11-10  Andreas Schwab  <schwab@suse.de>
3202         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3203         Avoid starting sentence with "nil".
3205 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3207         * server.el (server-raise-frame): New option.
3208         (server-switch-buffer): Use it.
3210 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
3212         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3213         with a capital.
3215 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3217         * textmodes/org.el (org-show-hierarchy-above)
3218         (org-show-following-heading): Fix typo in default value.
3219         (org-scan-tags): Make the search case-sensitive.
3220         (org-tags-sparse-tree): Don't overrule
3221         `org-show-following-heading' and `org-show-hierarchy-above'.
3222         (org-reveal): New command.
3223         (org-show-context): Rename from `org-show-hierarchy-above'.
3224         (org-fast-tag-selection-single-key): New option.
3225         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3226         (org-tags-overlay): New variable.
3227         (org-agenda-todo-ignore-deadlines): New option.
3228         ("session"): Add circular data structure `org-mark-ring' to
3229         exceptions list in session.el.
3230         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3231         New options.
3232         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3233         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3234         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3235         (org-finalize-agenda): Activate bracket links in agenda.
3236         (org-at-timestamp-p, org-at-date-range-p): Additional argument
3237         INACTIVE-OK.
3238         (org-show-hierarchy-above, org-show-following-heading):
3239         List values allowed for fine-tuned configuration.
3240         (org-show-hierarchy-above): New argument CONTEXT, use the
3241         fine-tuned settings in `org-show-hierarchy-above' and
3242         `org-show-following-heading'.
3243         (org-display-custom-time): New function.
3244         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3245         (org-display-custom-times, org-time-stamp-custom-formats):
3246         (org-maybe-intangible): New macro.
3247         (org-activate-bracket-links, org-hide-wide-columns):
3248         Use `org-maybe-intangible'.
3249         (org-open-file): Use `shell-quote-argument'.
3250         (org-display-internal-link-with-indirect-buffer): New option.
3251         (org-file-remote-p): Get regexp from list.
3252         (org-link-expand-abbrev): New function.
3253         (org-link-abbrev-alist): New option.
3254         (org-open-at-point, org-cleaned-string-for-export):
3255         Call `org-link-expand-abbrev'.
3256         (org-timeline, org-agenda-list, org-todo-list)
3257         (org-tags-view): Remove the KEEP-MODES argument.
3258         (org-finalize-agenda-hook): New hook.
3259         (org-get-alist-option): New function.
3260         (org-follow-timestamp-link): New function.
3261         (org-open-at-point): Call `org-follow-timestamp-link'.
3262         (org-log-note-marker, org-log-note-purpose)
3263         (org-log-note-window-configuration): New variables.
3264         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3265         (org-log-note-headings): New option.
3266         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3267         (org-store-link): Support for dired-mode.
3268         (org-open-file): Substitute environment variables into filename.
3269         (org-last): New defsubst.
3270         (org-agenda-re-align-tags): New function.
3271         (org-agenda-align-tags-to-column): New option.
3272         (org-agenda-timeline): Group removed.
3273         (org-prepare-agenda, org-prepare-agenda-buffers)
3274         (org-run-agenda-series, org-timeline, org-agenda-list)
3275         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3276         the text property inticating the agenda type.
3277         (org-agenda-post-command-hook): Get agenda type from text property
3278         at point.
3279         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
3280         and obey `org-agenda-overriding-arguments'.
3281         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3282         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3283         (org-agenda-week-view, org-agenda-day-view):
3284         Use `org-agenda-overriding-arguments' to make updating work with
3285         multi-block agendas.
3286         (org-agenda-prefix-format): Allow different formats for the
3287         different agenda entry types.
3288         (org-timeline-prefix-format): Option removed, use
3289         `org-agenda-prefix-format' instead.
3290         (org-prepare-agenda): New function.
3291         (org-select-timeline-window): Option removed, use
3292         `org-select-agenda-window' instead.
3293         (org-respect-restriction): Variable removed.
3294         (org-cmp-tag): New function.
3295         (org-agenda-sorting-strategy, org-entries-lessp):
3296         Implement sorting by last tag.
3297         (org-complete): Better completion in in-buffer option lines.
3298         (org-in-item-p): New function.
3299         (org-org-menu): Add entries for checkboxes.
3300         (org-cycle): Extra brouping in outline-regexp, because it is used
3301         in a search with "^" prepended.
3302         (org-provide-checkbox-statistics): New option.
3303         (org-set-font-lock-defaults): Highlight checkbox statistics.
3304         (org-update-checkbox-count-maybe)
3305         (org-get-checkbox-statistics-face): New functions.
3306         (org-update-checkbox-count): New command.
3307         (org-insert-item, org-toggle-checkbox):
3308         Call `org-update-checkbox-count-maybe'.
3309         (org-export-as-html): XEmacs compatibility for coding system.
3310         (org-force-cycle-archived): New command.
3311         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3312         overrules cycling.
3313         (org-fix-position-after-promote): If the line contains only a todo
3314         keyword, add a final space.
3315         (org-promote-subtree, org-demote-subtree):
3316         Call `org-fix-position-after-promote'.
3318 2006-11-10  Glenn Morris  <rgm@gnu.org>
3320         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3321         date in every year.
3322         (calendar-dst-check-each-year-flag): New customizable variable.
3323         (calendar-dst-find-data): New function, extracted from
3324         calendar-current-time-zone.
3325         (calendar-current-time-zone): Use calendar-dst-find-data.
3326         (calendar-dst-transition-cache): New variable.
3327         (calendar-dst-find-startend, calendar-dst-starts)
3328         (calendar-dst-ends): New functions.
3329         (calendar-daylight-savings-starts)
3330         (calendar-daylight-savings-ends): Change value to use
3331         calendar-dst-starts, calendar-dst-ends; respectively.
3333         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3335         * ido.el (ido-enable-prefix)
3336         * ses.el (ses-call-printer-return)
3337         * net/tramp.el (tramp-unified-filenames)
3338         * progmodes/cc-align.el (c-lineup-string-cont)
3339         * progmodes/compile.el (compilation-directory-matcher)
3340         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3341         * progmodes/gdb-ui.el (gdb-many-windows)
3342         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3343         (vhdl-clock-rising-edge)
3344         * textmodes/org.el (org-export-with-timestamps)
3345         (org-export-remove-timestamps-from-toc, org-export-with-tags)
3346         (org-read-date): Doc fix (Nil -> nil).
3348 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3350         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3351         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3353 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3355         * bs.el (bs--window-for-buffer): Remove.
3356         (bs--show-with-configuration): Use `get-window-with-predicate'
3357         instead of `bs--window-for-buffer'.
3359 2006-11-10  Kenichi Handa  <handa@m17n.org>
3361         * files.el (revert-buffer): Fix previous change.
3363 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
3365         * bs.el (bs--redisplay): Fix typo in docstring.
3366         (bs--window-config-coming-from): Make frame-local.
3367         (bs--restore-window-config): New function.
3368         (bs-kill, bs-select, bs-select-other-window)
3369         (bs-select-other-frame): Use it.
3370         (bs--window-for-buffer): Return as soon as a matching buffer is found.
3371         (bs--show-with-configuration): Save the window configuration as a
3372         frame local var, and only if *buffer-selection* is not already
3373         visible on this frame.
3375 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
3377         * vc-svn.el (vc-svn-admin-directory): New var.
3378         (vc-svn-registered, vc-svn-responsible-p)
3379         (vc-svn-repository-hostname): Use it.
3380         Suggested by arit93@yahoo.com.
3382 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3384         * ldefs-boot.el: Regenerate.
3386 2006-11-08  Alan Mackenzie  <acm@muc.de>
3388         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3389         case (eq open-paren-in-column-0-is-defun-start nil) by searching
3390         for least nested open-paren.
3392 2006-11-08  Romain Francoise  <romain@orebokech.com>
3394         * subr.el (remove-overlays): Fix typo in last change.
3396 2006-11-08  Richard Stallman  <rms@gnu.org>
3398         * subr.el (remove-overlays): Call overlay-recenter.
3400 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3402         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3403         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3404         behaviour.
3405         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3406         directly.
3408 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3410         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3411         (ido-max-dir-file-cache, ido-decorations)
3412         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3413         (ido-magic-backward-char, ido-enter-dired)
3414         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3415         (ido-list-directory, ido-first-match, ido-only-match)
3416         (ido-subdir, ido-indicator): Fix typos in docstrings.
3417         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3418         (ido-read-internal): Fix typo in error message.
3420 2006-11-08  Kenichi Handa  <handa@m17n.org>
3422         * international/mule-cmds.el (set-default-coding-systems):
3423         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3425 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3427         * makefile.w32-in (setwins): Remove.
3428         (WINS_ALMOST): New macro.
3429         (WINS): Use it.
3430         (autoloads): Don't extract autoloads from files in obsolete/.
3432 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
3434         * whitespace.el (whitespace-buffer): Call remove-overlays after
3435         overlay-recenter for performance.  Suggested by Martin Rudalics.
3437 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
3439         * net/tramp.el (tramp-default-method): scp is the default method.
3441 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
3443         * server.el (server-start): Save also the Emacs pid in the server file.
3445 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
3447         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3448         point when displaying a bibtex cross reference in the echo area.
3450 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3452         * international/mule.el (make-char): Fix typo in docstring.
3453         (load-with-code-conversion, charsetp): Doc fixes.
3455         * international/ja-dic-cnv.el (skkdic-convert):
3456         * cus-edit.el (hook): Fix typo in docstring.
3458 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3460         * cus-edit.el (custom-mode-map): Move defvar above code using it.
3461         (custom-mode-link-map): New variable.
3462         (custom-group-link, custom-manual): Use follow-link.
3464 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3466         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3467         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
3469 2006-11-06  Richard Stallman  <rms@gnu.org>
3471         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3472         New function broken out of flyspell-correct-word.
3473         (flyspell-mode-map): Bind it to M-RET.
3474         (flyspell-correct-word): Call it.
3476         * textmodes/fill.el (fill-minibuffer-function): New function.
3477         (fill-paragraph): Bind fill-paragraph-function to
3478         fill-minibuffer-function.
3480         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3481         so that they aren't undefined.
3483         * dired.el (dired-readin): Locally bind file-name-coding-system.
3485         * bindings.el: Shorten and clarify usual mode line mouse help string.
3487         * Makefile.in (autoloads): Don't include `obsolete'.
3489 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3491         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3492         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3493         Printing menu if it's not initialized.
3494         (pr-menu-bind): Act on menu-bar-file-menu directly.
3496 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3498         * help.el (view-emacs-news): Fix typo in error message.
3500         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3502         * shadowfile.el (shadow-define-regexp-group)
3503         (shadow-literal-groups, shadow-insert-var): Doc fixes.
3504         (shadow-read-files): Fix typo in message.
3505         (shadow-inhibit-overload, shadow-find, shadow-suffix)
3506         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3507         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3508         (shadow-file-match): Fix typos in docstrings.
3510         * terminal.el (terminal-emulator): Fix typo in message.
3512         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3514         * emacs-lisp/lselect.el (x-kill-primary-selection)
3515         (x-delete-primary-selection, x-copy-primary-selection):
3516         Fix typos in error messages.
3518         * emulation/edt-mapper.el: Fix typo in interactive message.
3520         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3522         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3523         (ispell-help): Fix typos in docstrings.
3524         (ispell-help): Fix typo in output message.
3526         * allout.el (allout-adjust-file-variable)
3527         (allout-passphrase-verifier-string)
3528         (allout-passphrase-hint-string)
3529         (allout-toggle-current-subtree-encryption):
3530         * apropos.el (apropos-synonyms):
3531         * cus-edit.el (hook):
3532         * emacs-lock.el (emacs-lock-from-exiting):
3533         * follow.el (follow-avoid-tail-recenter-p):
3534         * hexl.el (hexl-mode):
3535         * mouse-copy.el (mouse-copy-work-around-drag-bug):
3536         * mouse.el (mouse-set-font):
3537         * resume.el (resume-emacs-args-file):
3538         * rfn-eshadow.el (file-name-shadow-tty-properties):
3539         * t-mouse.el (t-mouse-process, t-mouse-mode):
3540         * emacs-lisp/cust-print.el (custom-print-install)
3541         (custom-print-uninstall, custom-format):
3542         * emacs-lisp/shadow.el (list-load-path-shadows):
3543         * emulation/tpu-edt.el (tpu-help-text)
3544         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3545         (tpu-reset-control-keys):
3546         * emulation/vip.el (vip-emacs-local-map)
3547         (vip-change-mode-to-emacs):
3548         * emulation/viper.el (viper-mode, viper-set-hooks)
3549         (viper-major-mode-modifier-list):
3550         * emulation/viper-init.el (viper-emacs-state-cursor-color):
3551         * emulation/viper-keym.el (viper-emacs-kbd-map)
3552         (viper-toggle-key):
3553         * mail/feedmail.el (feedmail-queue-reminder)
3554         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3555         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3556         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3557         (feedmail-sender-line, feedmail-force-binary-write)
3558         (feedmail-from-line, feedmail-deduce-envelope-from)
3559         (feedmail-x-mailer-line, feedmail-message-id-generator)
3560         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3561         (feedmail-enable-spray, feedmail-spray-this-address)
3562         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3563         (feedmail-queue-runner-confirm-global)
3564         (feedmail-ask-before-queue-prompt)
3565         (feedmail-ask-before-queue-reprompt)
3566         (feedmail-prompt-before-queue-standard-alist)
3567         (feedmail-prompt-before-queue-user-alist)
3568         (feedmail-prompt-before-queue-help-supplement)
3569         (feedmail-queue-use-send-time-for-message-id)
3570         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3571         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3572         (feedmail-mail-send-hook-queued)
3573         (feedmail-confirm-addresses-hook-example)
3574         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3575         (feedmail-queue-runner-mode-setter)
3576         (feedmail-queue-alternative-mail-header-separator)
3577         (feedmail-queue-runner-message-sender)
3578         (feedmail-buffer-eating-function, feedmail-binmail-template)
3579         (feedmail-run-the-queue-no-prompts)
3580         (feedmail-run-the-queue-global-prompt)
3581         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3582         (feedmail-envelope-deducer, feedmail-fiddle-date)
3583         (feedmail-default-message-id-generator)
3584         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3585         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3586         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3587         (vms-pmail-setup):
3588         * play/dunnet.el (dun-help):
3589         * play/handwrite.el (handwrite):
3590         * play/hanoi.el (hanoi-unix-64):
3591         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3592         * textmodes/enriched.el (fixed):
3593         * textmodes/org.el (org-file-apps)
3594         (org-emphasis-regexp-components, org-emphasis-alist):
3595         * textmodes/texinfmt.el (batch-texinfo-format):
3596         Fix typos in docstrings.
3598 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
3600         * loadhist.el (read-feature): Don't complete features not loaded
3601         from a file (which make `unload-feature' to fail).
3603 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3605         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3607 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
3609         * startup.el (command-line-1): Kill emacs if the last frame is
3610         deleted while evaluating the command-line arguments.
3612 2006-11-05  Richard Stallman  <rms@gnu.org>
3614         * startup.el (init-file-had-error): Add doc string.
3615         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3616         Use fixed-width font for keyboard key descriptions.
3618         * cus-edit.el (custom-save-all): Error if saving in .emacs
3619         and it had an error when loaded.
3621         * dired-aux.el (dired-copy-file-recursive): Catch errors
3622         from recursive copies in the loop, around the recursive call.
3624 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3626         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
3627         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
3628         `/proc/acpi/thermal_zone/*'.
3629         (battery-search-for-one-match-in-files): New.  Search a regexp in
3630         the content of some files.
3632 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
3634         * window.el (mouse-autoselect-window-now): Remove variable.
3635         (mouse-autoselect-window-state): New variable.
3636         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
3637         (mouse-autoselect-window-select, handle-select-window):
3638         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
3639         Suspend delayed autoselection during menu or popup dialog.
3641         * info-look.el (info-lookup-guess-custom-symbol): New function
3642         for retrieving symbol at point in custom buffers.
3643         (top level) <info-lookup-maybe-add-help>: Add backquote and
3644         comma to ignored characters in regexps of help specifications
3645         for emacs-lisp-mode and lisp-interaction-mode.  This permits
3646         looking up symbols in `...' and after a comma.  Add help
3647         specifications for custom-mode and help-mode.
3649 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
3651         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
3652         Don't encode body if RAW is non-nil, or if the old encoding is
3653         identical to the new encoding, or if the body contains only
3654         eight-bit-* characters.
3656 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3658         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
3659         (faces-sample-overlay): Remove variable.
3660         (describe-face): Insert sample text in the face being described.
3662 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
3664         * whitespace.el (whitespace-indent-regexp): Make this match any
3665         multiples of eight spaces near the beginning of a line.
3666         (whitespace-buffer): Use `remove-overlays' instead of
3667         `whitespace-unhighlight-the-space' and `overlay-recenter' to
3668         speed up overlay handling.
3669         (whitespace-buffer-leading, whitespace-buffer-trailing):
3670         Make these functions highlight the text removed by
3671         `whitespace-buffer-leading-cleanup' and
3672         `whitespace-buffer-trailing-cleanup' respectively.
3673         (whitespace-buffer-search): Use `with-local-quit'.
3674         Move `format' out of loop to speed up scanning larger buffers.
3675         (whitespace-unhighlight-the-space): Remove `remove-hook' since
3676         that function is never added to a hook.
3677         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
3678         (whitespace-buffer-leading-cleanup)
3679         (whitespace-refresh-rescan-list): Fix docstrings.
3681 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
3683         * allout.el (allout-during-yank-processing): Cue for inhibiting
3684         aberrance processing during yanks.
3685         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
3686         the amount of yanked topics that can be aberrant.
3687         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
3688         a function, and supplement with inihibition of doublechecking
3689         during yanks.
3690         (allout-beginning-of-line, allout-next-heading)
3691         (allout-previous-heading, allout-goto-prefix-doublechecked)
3692         (allout-back-to-current-heading, allout-next-visible-heading)
3693         (allout-next-sibling): Use new allout-do-doublecheck function.
3694         (allout-next-sibling): Ensure we made progress when returning
3695         other than nil.
3696         (allout-rebullet-heading): Preserve text property annotations
3697         indicating the text was hidden, if it was.
3698         (allout-kill-line): Remove any added was-hidden annotations.
3699         (allout-kill-topic): Remove any added was-hidden annotations.
3700         (allout-annotate-hidden): Inhibit adding was-hidden text
3701         properties to the undo list.
3702         (allout-deannotate-hidden): New function to remove was-hidden
3703         annotation.
3704         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
3705         (allout-remove-exposure-annotation): Replace by
3706         allout-deannotate-hidden.
3707         (allout-yank-processing): Signal that yank processing is happening
3708         with allout-during-yank-processing.  Also, wrap
3709         allout-unprotected's closer to the text changes, for easier
3710         debugging.  We need to inhibit-field-text-motion explicitly, in
3711         lieu of the encompassing allout-unprotected.
3712         (outlineify-sticky): Adjust criteria for triggering new outline
3713         decorations to presence or absence of any topics, not just a topic
3714         at the beginning of the buffer.
3716 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3718         * bs.el (bs--show-all, bs--redisplay):
3719         * cus-edit.el (custom-unlispify-menu-entries)
3720         (custom-unlispify-tag-names, custom-prompt-variable):
3721         * expand.el (expand-pos):
3722         * speedbar.el (speedbar-generic-list-tag-p):
3723         * wid-edit.el (widget-image-enable):
3724         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
3725         * emacs-lisp/find-func.el (find-function-noselect)
3726         (find-function, find-variable-noselect, find-variable)
3727         (find-definition-noselect, find-face-definition):
3728         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
3729         * net/eudc-vars.el (eudc-expansion-overwrites-query):
3730         * progmodes/ada-xref.el (ada-find-in-ali):
3731         * textmodes/flyspell.el (flyspell-check-tex-math-command):
3732         * textmodes/org.el (org-copy-subtree):
3733         * textmodes/table.el (table--row-column-insertion-point-p):
3734         Use "non-nil" in docstrings.
3736 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
3738         * sort.el (sort-columns): Set the field separator to tab; on
3739         NetBSD, sort complains if "\n" is used as field separator.
3741 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
3743         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
3745 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * server.el (server-auth-key): Remove.  Replace by a process-property.
3748         (server-start): Don't remove the file of the previous process, but
3749         instead clear out the place for the new file.
3750         (server-start): Set the :auth-key property.
3751         (server-process-filter): Use the :auth-key property.
3753 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
3755         * textmodes/org.el (org-mode-map): No longer copy
3756         `outline-mode-map' explicitly - this is already done by
3757         `define-derived-mode'.
3759 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
3761         * server.el (server-visit-files): Use `when'.
3762         (server-process-filter): When authentication fails, send error
3763         message to client.  Wrap `process-send-region' in `ignore-errors'
3764         instead of `condition-case', and remove misleading comment.
3766 2006-11-01  Juri Linkov  <juri@jurta.org>
3768         * simple.el (yank): Doc fix.
3770 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * server.el: Try and fit within 80 columns.
3773         (server-start): Make the auth file unreadable by other users.
3775 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3777         * battery.el (battery-linux-proc-acpi): Prevent range error when
3778         `full-capacity' is 0.
3780 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3782         * faces.el (faces-sample-overlay): New defvar.
3783         (faces-sample-overlay): New function to show face sample text.
3784         (describe-face): Use it.
3786 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
3788         * progmodes/ada-stmt.el: Change maintainer, apply
3789         whitespace-cleanup, checkdoc.
3790         (ada-func-or-proc-name): Add doc string.
3792         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
3793         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3794         strings and comments.
3795         (ada-prj-display-page): Change buffer name to more accurately
3796         reflect function.
3798         * progmodes/ada-xref.el: Change maintainer, apply
3799         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3800         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
3801         (ada-compile-current): Don't add newlines to commands.
3803 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
3805         * server.el: Add support for TCP sockets.
3806         (server-use-tcp, server-host, server-auth-dir): New options.
3807         (server-auth-key): New variable.
3808         (server-ensure-safe-dir): Create nonexistent parent dirs.
3809         Ignore Unix-style file modes on Windows.
3810         (server-start): Crete a TCP or Unix socket according to the value
3811         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
3812         `server-auth-dir' directory.
3813         (server-process-filter): Delete process if authentication
3814         fails (which never happens for Unix sockets).
3816 2006-10-30  David Kastrup  <dak@gnu.org>
3818         * subr.el (add-to-list): Don't continue checking if a match has
3819         been found.
3821 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
3823         * tutorial.el: Move defvars to avoid bytecomp warnings.
3824         (tutorial--find-changed-keys): Check if viper-current-state is
3825         bound before using it.
3826         (help-with-tutorial): Check if viper-tutorial is defined before
3827         using it.
3829 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3831         * help-fns.el (help-with-tutorial): Move to tutorial.el.
3833         * tutorial.el: New file.
3834         (help-with-tutorial): Move here from help-fns.el. Added help for
3835         rebound keys.  Fixed resume of tutorial.
3836         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
3837         (tutorial--find-changed-keys, tutorial--display-changes)
3838         (tutorial--saved-dir, tutorial--saved-file)
3839         (tutorial--save-tutorial): New functions to support the changes in
3840         help-with-tutorial.
3842 2006-10-30  Kenichi Handa  <handa@m17n.org>
3844         * files.el (revert-buffer): If a unibyte buffer is being reverted
3845         with a coding system for multibyte, set buffer multibyte before
3846         calling insert-file-contents.
3848 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * server.el (server-select-display): Use a dummy buffer to detect when
3851         the frame is later used.
3852         (server-select-display): New function.
3853         (server-process-filter): Use it to detect unused temp frames.
3855 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
3857         * progmodes/ada-mode.el: Change maintainer, apply
3858         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
3859         (ada-mode-version): New function.
3860         (ada-create-menu): Menu operations are available for all supported
3861         compilers.
3863 2006-10-29  Lars Hansen  <larsh@soem.dk>
3865         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
3866         Highlight as keyword.
3867         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
3868         Don't call tramp-method-out-of-band-p for local files.
3869         (tramp-touch): Quote file name.
3871 2006-10-28  Glenn Morris  <rgm@gnu.org>
3873         * calendar/calendar.el (cal-html-cursor-month)
3874         (cal-html-cursor-year): Add autoloads for this new package.
3875         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3877 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
3879         * calendar/cal-html.el: New file.
3881 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
3883         * emacs-lisp/authors.el (authors-aliases): Update.
3885 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
3887         * version.el (emacs-version): Bump version number to 22.0.90.
3889 2006-10-26  John W. Eaton  <jwe@octave.org>
3891         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
3892         New defvar.
3893         (inferior-octave-resync-dirs): Check to see whether Octave has
3894         built-in variables and set inferior-octave-has-built-in-variables.
3895         Check inferior-octave-has-built-in-variables to decide whether to
3896         send commands that set built-in variables or call functions to
3897         change Octave's behavior.
3898         Send "disp (pwd ())" to Octave instead of just "pwd".
3899         (inferior-octave-startup): Send "more off" to Octave instead of
3900         "page_screen_output = 0".
3902 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
3904         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
3905         pattern normally.
3907 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
3909         * bindings.el (mode-line-mode-menu): Remove bindings for global
3910         minor modes (line/column number) as they are on the menubar.
3912 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
3914         * term/w32-win.el (x-handle-name-switch): Doc fix.
3915         (w32-standard-fontset-spec): Fix typo in docstring.
3917         * midnight.el (midnight-buffer-display-time): Doc fix.
3918         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
3920 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3922         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
3924         * viper-ex.el (ex-read): Quote file argument.
3926         * ediff-diff.el (ediff-same-file-contents): Expand file names.
3928         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3930 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3932         * textmodes/flyspell.el (flyspell-check-region-doublons):
3933         Fix last fix.
3935 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3937         * bindings.el (mode-line-mode-menu): List global minor modes
3938         before local ones.
3940 2006-10-23  Kim F. Storm  <storm@cua.dk>
3942         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3943         (sit-for): If last command was a prefix arg, add the read-ahead
3944         event to unread-command-events as (t . EVENT) so it will be added
3945         to this-command-keys by read-key-sequence.
3947 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3949         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3950         whitespace when checking doublons.
3951         (flyspell-check-region-doublons): Fix doublon regexp.
3952         (flyspell-highlight-incorrect-region): Highlight doublons using
3953         flyspell-duplicate face.
3955         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3957 2006-10-22  John Wiegley  <johnw@newartisans.com>
3959         * progmodes/python.el (python-use-skeletons): python-mode was
3960         auto-inserting templates (for those with abbrev-mode on), not only
3961         by default -- *but without a configuration variable to disable
3962         it*.  This rendered python-mode completely useless for me, so I
3963         have added `python-use-skeletons', which is now off by default.
3965 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3967         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3968         font-lock-multiline is auto-local (it's not).
3969         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3970         initialized before calling cperl-init-faces.
3972 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3974         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3975         gdb-stack-position a value when there is no fringe.
3977         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3978         indicator if not visiting a file.
3980 2006-10-20  David Kastrup  <dak@gnu.org>
3982         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3983         operation would still cause some window to collapse later.
3985 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3987         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3988         side-effect due to mixing various backends's file properties.
3990         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3991         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3992         Return `filename's status if applicable.  Update callers.
3994 2006-10-19  Kenichi Handa  <handa@m17n.org>
3996         * international/kkc.el (kkc-region): When a key sequence is not
3997         defined, append (this-single-command-raw-keys) to
3998         unread-input-method-events.
4000 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
4002         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4004 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4006         * version.el (emacs-version): Use mac-carbon-version-string.
4008         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4010 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4012         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4013         Kenichi Handa).
4014         (xselect-convert-to-string): Decline requests for UTF8_STRING if
4015         the selection is not UTF-8.
4017 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4019         * progmodes/ada-mode.el (ada-83-string-keywords)
4020         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4021         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4022         (ada-looking-at-semi-private, ada-get-body-name):
4023         Fix typos in docstrings.
4024         (ada-create-case-exception, ada-create-case-exception-substring):
4025         Fix typos in error messages.
4026         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4028 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4030         * term/x-win.el (res-geometry): Don't set geometry from Xresources
4031         to default-frame-alist if default-frame-alist already contains
4032         width/height.
4034 2006-10-18  Richard Stallman  <rms@gnu.org>
4036         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4037         Non-interactive arg is the value, not the expression.
4039         * simple.el (read-expression-map): Just set it, no defvar.
4041         * subr.el (insert-for-yank-1): If last inserted char has
4042         properties, mark them as rear-nonsticky.
4044         * recentf.el (recentf-mode): Doc fix.
4046         * facemenu.el (facemenu-add-new-face): Defend against symbol
4047         that isn't a face name.
4049         * dired-aux.el (dired-do-copy): Doc fix.
4051 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
4053         * simple.el (line-move-1): Ignore fields when moving to the
4054         beginning of line to avoid getting point stuck.
4056 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
4058         * textmodes/flyspell.el (flyspell-word-search-backward):
4059         Set inhibit-point-motion-hooks to avoid looping due to intangibile
4060         text.
4062 2006-10-16  Richard Stallman  <rms@gnu.org>
4064         * help-fns.el (describe-function-1): Special case optimization
4065         for self-insert-command.
4067 2006-10-16  Kim F. Storm  <storm@cua.dk>
4069         * ido.el (ido-reread-directory): Work in `dir' mode too.
4071 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
4073         * textmodes/table.el: Require 'regexp-opt.
4075 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4077         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4078         Use shell-quote-argument.
4080         * shell.el (explicit-bash-args): Likewise.
4082         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4083         Use grep -E rather than egrep.
4085 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4087         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4089 2006-10-15  Kim F. Storm  <storm@cua.dk>
4091         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4093 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4095         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4096         to protect whitespace and metacharacters from the shell.
4098 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4100         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4102 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
4104         * subr.el (start-process-shell-command): Doc fix.
4106 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
4108         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4109         the regexp for Maxima symbols.
4111 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4114         (vc-find-root): Don't walk higher up than ~.
4116 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
4118         * international/utf-8.el (utf-translate-cjk-load-tables):
4119         Avoid clobbering last-coding-system-used during load.
4121 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
4123         * textmodes/reftex-global.el (reftex-create-tags-file):
4124         Quote file arguments.
4126 2006-10-12  Richard Stallman  <rms@gnu.org>
4128         * files.el (file-name-history): Add defvar.
4129         (save-some-buffers-action-alist): Improve description strings.
4131 2006-10-12  Andreas Schwab  <schwab@suse.de>
4133         * files.el (auto-mode-alist): Match change log file name also with
4134         a dash before a numeric extension.
4136 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
4138         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4139         After 5.0:
4140         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4142         After 5.1: Major edit.  Summary of most visible changes:
4144         - Multiple <<HERE per line allowed.
4145         - Handles multiline subroutine declaration headers (with comments).
4146           (The exception is `cperl-etags' - but it is not used in the rest
4147           of the mode.)
4148         - Fontifies multiline my/our declarations (even with comments,
4149           and with legacy `font-lock').
4150         - Major speedup of syntaxification, both immediate and postponed
4151           (3.5x to 15x [for different CPUs and versions of Emacs] on the
4152           huge real-life document I tested).
4153         - New bindings, edits to imenu.
4154         - "_" is made into word-char during fontification/syntaxification;
4155           some attempts to recognize non-word "_" during other operations too.
4156         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4157         - autoload some more perldoc-related stuff
4158         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4159         - Attempt to incorporate XEmacs edits which reached me.
4161         Fine-grained changelog:
4162         (cperl-hook-after-change): New configuration variable.
4163         (cperl-vc-sccs-header): Likewise.
4164         (cperl-vc-sccs-header): Likewise.
4165         (cperl-vc-header-alist): Default via two preceding variables.
4166         (cperl-invalid-face): Remove double quoting under XEmacs
4167                 (still needed under 21.2).
4168         (cperl-tips): Update URLs for resources.
4169         (cperl-problems): Likewise.
4170         (cperl-praise): Mention new features.
4171         New C-c key bindings: for `cperl-find-bad-style',
4172         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4173         `cperl-perdoc', and `cperl-perldoc-at-point'.
4174         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
4175         moved, new submenu of Tools with Ispell entries and narrowing.
4176         (cperl-after-sub-regexp): New defsubst.
4177         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4178                 Allows heads up to head4.
4179                 Allow "package;".
4180         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4181         (paren-backwards-message): ??? Something for XEmacs???
4182         (cperl-mode): Never auto-switch abbrev-mode off.
4183                 Try to allow '_' be non-word char.
4184                 Do not use `font-lock-unfontify-region-function' on XEmacs.
4185                 Reset syntax cache on mode start.
4186                 Support multiline facification (even on legacy `font-lock').
4187         (cperl-facemenu-add-face-function): ??? Some contributed code ???
4188         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4189                 refuse to inform us whether the fontification is due to lazy
4190                 calling or due to edit to a buffer, install our own hook
4191                 (controlled by `cperl-hook-after-change').
4192         (cperl-electric-pod): =cut may have been recognized as start.
4193         (cperl-block-p): Move, updatedfor attributes.
4194         (cperl-calculate-indent): Try to allow '_' be non-word char
4195                 Support subs with attributes.
4196         (cperl-where-am-i): Queit (?) a warning.
4197         (cperl-cached-syntax-table)     New function.
4198         (cperl-forward-re): Use `cperl-cached-syntax-table'.
4199         (cperl-unwind-to-safe): Recognize `syntax-type' property
4200                 changing in a middle of line.
4201         (cperl-find-sub-attrs): New function.
4202         (cperl-find-pods-heres): Allow many <<EOP per line.
4203                 Allow subs with attributes.
4204                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4205                 Recognize "extproc " (OS/2) case-folded and only at start.
4206                 /x on s///x with empty replacement was not recognized.
4207                 Better comments.
4208         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4209                 Allow subs with attributes, labels.
4210                 Do not confuse "else::foo" with "else".
4211                 Minor optimizations...
4212         (cperl-after-expr-p): Try to allow '_' be non-word char.
4213         (cperl-fill-paragraph): Try to detect a major bug in Emacs
4214                 with `looking-at' inside `narrow' and bulk out if found.
4215         (cperl-imenu--create-perl-index): Updates for new
4216                 `cperl-imenu--function-name-regexp-perl'.
4217         (cperl-outline-level): Likewise.
4218         (cperl-init-faces): Allow multiline subroutine headers
4219                 and my/our declarations, and ones with comments.
4220                 Allow subroutine attributes.
4221         (cperl-imenu-on-info): Better docstring.
4222         (cperl-etags): Rudimentary support for attributes.
4223                 Support for packages and "package;".
4224         (cperl-add-tags-recurse-noxs): Better (?) docstring.
4225         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4226         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4227         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4228         (cperl-perldoc): Add autoload.
4229         (cperl-perldoc-at-point): Likewise.
4230         (cperl-here-doc-spell): New function.
4231         (cperl-pod-spell): Likewise.
4232         (cperl-map-pods-heres): Likewise.
4233         (cperl-get-here-doc-region): Likewise.
4234         (cperl-font-lock-fontify-region-function): Likewise (backward
4235                 compatibility for legacy `font-lock').
4236         (cperl-font-lock-unfontify-region-function): Fix style.
4237         (cperl-fontify-syntaxically): Recognize and optimize away deferred
4238                 calls with no-change.  Governed by `cperl-hook-after-change'.
4239         (cperl-fontify-update): Recognize that syntaxification region
4240                 can be larger than fontification one.
4241                 XXXX we leave `cperl-postpone' property, so this is quadratic...
4242         (cperl-fontify-update-bad): Temporary placeholder until
4243                 it is clear how to implement `cperl-fontify-update'.
4244         (cperl-time-fontification): New function.
4245         (attrib-group): New text attribute.
4246         (multiline): New value: `syntax-type' text attribute.
4248         After 5.2:
4249         (cperl-emulate-lazy-lock): New function.
4250         (cperl-fontify-syntaxically): Would skip large regions.
4251         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4252         Some globals were declared, but uninitialized.
4254         After 5.3, 5.4:
4255         (cperl-facemenu-add-face-function): Add docs, fix U<>.
4256         Copyright message updated.
4257         (cperl-init-faces): Work around a bug in `font-lock'. May slow
4258                         facification down a bit.
4259                 Misprint for my|our|local for old `font-lock'
4260                         "our" was not fontified same as "my|local".
4261                 Highlight variables after "my" etc even in
4262                         a middle of an expression.
4263                 Do not facify multiple variables after my etc
4264                         unless parentheses are present.
4266         After 5.5, 5.6
4267         (cperl-fontify-syntaxically): after-change hook could reset.
4268         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4270         After 5.7:
4271         (cperl-init-faces): Allow highlighting of local ($/).
4272         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4273         (cperl-problems): Remove fixed problems.
4274         (cperl-find-pods-heres): Recognize #-comments in m##x too.
4275                 Recognize charclasses (unless delimiter is \).
4276         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4277         (cperl-regexp-scan): Update docs.
4278         (cperl-beautify-regexp-piece): Use information got from regexp scan.
4280         After 5.8:
4281         Major user visible changes:
4282         Recognition and fontification of character classes in RExen.
4283         Variable indentation of RExen according to groups.
4285         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4286                 Fontify REx charclasses in variable-name face.
4287                 Fontify POSIX charclasses in "type" face.
4288                 Fontify unmatched "]" in function-name face.
4289                 Mark first-char of HERE-doc as `front-sticky'.
4290                 Reset `front-sticky' property when needed.
4291         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4292         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4293         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4294                 constructs.  Support `narrow'ed buffers.
4295         (cperl-praise): Remove a reservation.
4296         (cperl-make-indent): New function.
4297         (cperl-indent-for-comment): Use `cperl-make-indent'.
4298         (cperl-indent-line): Likewise.
4299         (cperl-lineup): Likewise.
4300         (cperl-beautify-regexp-piece): Likewise.
4301         (cperl-contract-level): Likewise.
4302         (cperl-toggle-set-debug-unwind): New function.
4303                 New menu entry for this.
4304         (fill-paragraph-function): Use when `boundp'.
4305         (cperl-calculate-indent): Take into account groups when indenting RExen.
4306         (cperl-to-comment-or-eol): Recognize # which end a string.
4307         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4308         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4309         (cperl-fontify-syntaxically): More clear debugging message.
4310         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4311         (cperl-init-faces): More complicated highlight even on XEmacs (new).
4312         Merge cosmetic changes from XEmacs.
4314         After 5.9:
4315         (cperl-1+): Move to before the first use.
4316         (cperl-1-): Likewise.
4318         After 5.10:
4320         This code may lock Emacs hard!!!  Use at your own risk!
4322         (cperl-font-locking): New internal variable.
4323         (cperl-beginning-of-property): New function.
4324         (cperl-calculate-indent): Use `cperl-beginning-of-property'
4325         instead of `previous-single-property-change'.
4326         (cperl-unwind-to-safe): Likewise.
4327         (cperl-after-expr-p): Likewise.
4328         (cperl-get-here-doc-region): Likewise.
4329         (cperl-font-lock-fontify-region-function): Likewise.
4330         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4331                         recursively.
4332                 Bound `next-single-property-change' via `point-max'.
4333         (cperl-unwind-to-safe): Bound likewise
4334         (cperl-font-lock-fontify-region-function): Likewise.
4335         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4336                 Initialization of `cperl-font-lock-multiline-start' could be
4337                 missed if the "main" fontification did not run due to the
4338                 keyword being already fontified.
4339         (cperl-pod-spell): Return t from do-one-chunk function.
4340         (cperl-map-pods-heres): Stop when the worker returns nil.
4341                 Call `cperl-update-syntaxification'.
4342         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4343         (cperl-get-here-doc-delim): Remove unused function.
4345         After 5.11:
4347         The possible lockup of Emacs (introduced in 5.10) fixed.
4349         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4350         (cperl-syntaxify-for-menu): New customization variable.
4351         (cperl-select-this-pod-or-here-doc): New function.
4352         (cperl-get-here-doc-region): Extra argument.
4353                 Do not adjust pos by 1.
4355         New menu entries
4356                 (Perl/Tools): Selection of current POD or HERE-DOC section.
4357                 (Debugging CPerl:) backtrace on fontification.
4359         After 5.12:
4360         (cperl-cached-syntax-table): Use `car-safe'.
4361         (cperl-forward-re): Remove spurious argument SET-ST.
4362                 Add documentation.
4363         (cperl-forward-group-in-re): New function.
4364         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4365         (XXXX Temporary (?) hack is to syntax-mark them as comment).
4367         After 5.13:
4368         (cperl-string-syntax-table): Make { and } not-grouping
4369           (Sometimes they ARE grouping in RExen, but matching them would only
4370            confuse in many situations when they are not)
4371         (beginning-of-buffer): Replace two occurences with goto-char...
4372         (cperl-calculate-indent): `char-after' could be nil...
4373         (cperl-find-pods-heres): REx can start after "[" too.
4374                 Hightlight (??{}) in RExen too.
4375         (cperl-maybe-white-and-comment-rex): New constant
4376         (cperl-white-and-comment-rex): Likewise.
4377                 XXXX Not very efficient, but hard to make
4378                 better while keeping 1 group.
4380         After 5.13:
4381         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4382                 Likewise for 1 << identifier.
4384         After 5.14:
4385         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4386                 Error-less condition-case could fail.
4387         (cperl-font-lock-fontify-region-function): Likewise.
4388         (cperl-init-faces): Likewise.
4390         After 5.15:
4391         (cperl-find-pods-heres): Support property REx-part2.
4392         (cperl-calculate-indent): Likewise.
4393                 Don't special-case REx with non-empty 1st line.
4394         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4395                 Invert highlighting of charclasses:
4396                         now the envelop is highlighted.
4397                 Highlight many others 0-length builtins.
4398         (cperl-praise): Mention indenting and highlight in RExen.
4400         After 5.15:
4401         (cperl-find-pods-heres): Highlight capturing parens in REx.
4403         After 5.16:
4404         (cperl-find-pods-heres): Highlight '|' for alternation
4405         Initialize `font-lock-warning-face' if not present.
4406         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4407                          `font-lock-function-name-face'.
4408         (cperl-look-at-leading-count): Likewise.
4409         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4410                         `font-lock-keyword-face' (needed for
4411                         batch processing), etc...
4412                 Use `font-lock-builtin-face' for builtin in REx
4413                         Now `font-lock-variable-name-face'
4414                         is used for interpolated variables
4415                 Use "talking aliases" for faces inside REx
4416                 Highlight parts of REx (except in charclasses)
4417                         according to the syntax and/or semantic
4418                 Syntax-mark a {}-part of (?{}) as "comment"
4419                         (it was the ()-part)
4420                 Better logic to distinguish what is what in REx
4421         (cperl-tips-faces): Document REx highlighting
4422         (cperl-praise): Mention REx syntax highlight etc.
4424         After 5.17:
4425         (cperl-find-sub-attrs): Would not always manage to print error message.
4426         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4428         After 5.18:
4429         (cperl-find-pods-heres): Misprint in REx for parsing REx.
4430                 Very minor optimization.
4431                 `my-cperl-REx-modifiers-face' got quoted.
4432                 Recognize "print $foo <<END" as HERE-doc.
4433                 Put `REx-interpolated' text attribute if needed.
4434         (cperl-invert-if-unless-modifiers): New function.
4435         (cperl-backward-to-start-of-expr): Likewise.
4436         (cperl-forward-to-end-of-expr): Likewise.
4437         (cperl-invert-if-unless): Works in "the opposite way" too.
4438                 Cursor position on return is on the switch-word.
4439                 Indents comments better.
4440         (REx-interpolated): New text attribute.
4441         (cperl-next-interpolated-REx): New function.
4442         (cperl-next-interpolated-REx-0): Likewise.
4443         (cperl-next-interpolated-REx-1): Likewise.
4444         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
4445         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4446         (cperl-praise): Mention finded interpolated RExen.
4448         After 5.19:
4449         (cperl-init-faces): Highlight %$foo, @$foo too.
4450         (cperl-short-docs): Better docs for system, exec.
4451         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4452                 Would not find HERE-doc ended by EOF without NL.
4453         (cperl-short-docs): Correct not-doubled \-escapes.
4454         start block: Put some `defvar' for stuff gone from XEmacs.
4456         After 5.20:
4457         initial comment: Extend copyright, fix email address.
4458         (cperl-indent-comment-at-column-0): New customization variable.
4459         (cperl-comment-indent): Indentation after $#a would increasy by 1.
4460         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4461         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4462         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4463         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4464                         highlight $ in $foo too (UNTESTED).
4465         (cperl-set-style): Docstring missed some available styles.
4466         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4467                 Change "Current" to "Memorize Current".
4468         (cperl-indent-wrt-brace): New customization variable; the default is
4469                 as for pre-5.2 version.
4470         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4471         (cperl-style-alist): Likewise.
4472         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4473                 and `cperl-extra-newline-before-brace' etc
4474                 being t
4475         (cperl-indent-exp): Plans B and C to find continuation blocks even
4476                 if `cperl-extra-newline-before-brace' is t.
4478         After 5.21:
4479         Improve some docstrings concerning indentation.
4480         (cperl-indent-rules-alist): New variable.
4481         (cperl-sniff-for-indent): New function name
4482                 (separated from `cperl-calculate-indent').
4483         (cperl-calculate-indent): Separate the sniffer and the indenter;
4484                 uses `cperl-sniff-for-indent' now.
4485         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4486                 was inverted;
4487                 Support `comment-column' = 0.
4489 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
4491         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4492         * help-at-pt.el (scan-buf-move-to-region): Likewise.
4493         * longlines.el (longlines-window-change-function): Likewise.
4494         * simple.el (undo-ask-before-discard): Likewise.
4495         * wid-edit.el (widget-field-prompt-internal)
4496         (widget-documentation-link-p): Likewise.
4498 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4500         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4501         for a keyword.
4503 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         * newcomment.el (comment-valid-prefix-p): Make the check
4506         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
4507         (comment-indent-new-line): Adjust call.
4509 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
4511         * allout.el (allout-back-to-current-heading): Base on lower-level
4512         routines to get proper disqualification of aberrant topics.
4514 2006-10-09  Richard Stallman  <rms@gnu.org>
4516         * textmodes/two-column.el (2C-two-columns): Doc fix.
4518 2006-10-09  Kim F. Storm  <storm@cua.dk>
4520         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4521         about implicit use.
4523 2006-10-08  Richard Stallman  <rms@gnu.org>
4525         * textmodes/two-column.el (2C-two-columns): Doc fix.
4527 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4529         * files.el: Mark `buffer-read-only' as safe-local-variable.
4531 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
4533         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4534         Burp if GUD buffer has been killed.
4536 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * completion.el (add-completions-from-c-buffer):
4539         Don't presume an error's second element is a string.
4540         Use looking-at rather than buffer-substring + member.
4542 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
4544         * mail/rmail.el (rmail-redecode-body): If the old encoding is
4545         `undecided', call find-coding-systems-region to find a proper
4546         non-trivial encoding.
4547         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4548         and "text/plain".
4550 2006-10-07  Kevin Ryde  <user42@zip.com.au>
4552         * textmodes/reftex-vars.el (defgroup reftex): Update home page
4553         url-link.
4555         * strokes.el (defgroup strokes): Remove invalid url-link.
4557 2006-10-07  Magnus Henoch  <mange@freemail.hu>
4559         * autoinsert.el (auto-insert-alist): Doc fix.
4561 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4563         * mouse-sel.el (mouse-insert-selection-internal):
4564         Use insert-for-yank, so that yank handlers are run.
4566 2006-10-07  Kim F. Storm  <storm@cua.dk>
4568         * ido.el (ido-file-extension-aux): Fix comparison.
4570 2006-10-06  Kim F. Storm  <storm@cua.dk>
4572         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4574 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
4576         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4577         (ad-make-mapped-call): Use `let', not `let*'.
4579 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
4581         * international/mule-cmds.el (coding-system-change-eol-conversion):
4582         Ensure the coding system is initialized before calling
4583         coding-system-eol-type.
4585 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
4587         * textmodes/org.el (org-rm-props, org-activate-plain-links)
4588         (org-activate-angle-links, org-activate-dates)
4589         (org-activate-target-links, org-activate-camels)
4590         (org-activate-tags): Add `rear-nonsticky' text property to avoid
4591         textproperty keymaps from being active beyond the end of a line.
4592         (org-unfontify-region): Also remove `rear-nonsticky' property.
4594 2006-10-04  Kenichi Handa  <handa@m17n.org>
4596         * international/code-pages.el (next): Table fixed.
4598 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4600         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4601         that it's been made unnecessary by removing narrowing.
4603 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4606         control flow a bit, simplify another bit, and add comments.
4608 2006-10-03  David Kastrup  <dak@gnu.org>
4610         * help.el (describe-mode): For clicks on mode-line, use "@"
4611         interactive argument to get the major mode of the click instead of
4612         the current buffer.
4614         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4615         in order to better redirect mouse-2 clicks.  Also allow default
4616         bindings to apply.
4618 2006-10-03  Kim F. Storm  <storm@cua.dk>
4620         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
4621         (pushnew): Fix last change.
4623 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
4625         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4626         Use the interactive spec of `eval-expression'.
4628 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4630         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
4632 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4634         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
4635         2006-09-28 commit.
4637 2006-10-02  Kenichi Handa  <handa@m17n.org>
4639         * international/code-pages.el (iso-8859-6): Table fixed.
4641 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
4643         * dired.el (dired-build-subdir-alist): Fix previous change.
4645 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
4647         * simple.el (undo-elt-crosses-region): Fix the inequalities.
4649 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * emacs-lisp/find-func.el (find-function-regexp): Don't match
4652         "define-button-type".
4654         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
4655         they don't keep accumulating.
4657 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4659         * ffap.el (ffap-rfc-path): Change the address of the RFC
4660         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
4662 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
4664         * allout.el (allout-expose-topic): Rectify implementation of "+"
4665         spec, so that bodies are not exposed with headlines.
4667 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
4669         * allout.el (allout-current-depth): Do aberrent check only at or
4670         below doublecheck depth.
4671         (allout-chart-subtree): Make it explicit that LEVELS being nil
4672         means unlimited depth.  Drop undocumented support for LEVELS value
4673         t meaning unlimited depth.  (This is consistent with
4674         allout-chart-to-reveal, but contrary to allout-show-children,
4675         which needs to use nil to default to depth of 1.)
4676         (allout-goto-prefix-doublechecked): Wrap long docstring line.
4677         (allout-chart-to-reveal): Be explicit in docstring about meaning
4678         of nil LEVELS, and drop support for LEVELS value t.
4679         (allout-show-children): Translate the level spec used by this
4680         routine to that used by allout-chart-subtree and
4681         allout-chart-to-reveal.
4682         (allout-show-to-offshoot): Retry once when stuck, after opening
4683         subtree - improvements in discontinuity handling likely will
4684         enable progress.
4686 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
4688         * wid-edit.el (widget-button-click-moves-point): New variable.
4689         (widget-button-click): If widget-button-click-moves-point is
4690         non-nil, set point after performing the button action
4692         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
4694 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
4696         * files.el (find-file-existing): Modify to not allow wildcards.
4698 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4700         * simple.el (undo-more): When undo information for the region is
4701         exhausted, say "No further undo information FOR REGION".
4703 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4705         * progmodes/sh-script.el (sh-prev-thing):
4706         Take `sh-leading-keywords' into account.
4708 2006-09-29  Glenn Morris  <rgm@gnu.org>
4710         * custom.el (defcustom): Doc fix.
4712         * calendar/calendar.el (european-calendar-style):
4713         Call european-calendar or american-calendar as needed when set.
4714         (diary-view-entries, list-calendar-holidays): Move autoloads
4715         before use.
4717 2006-09-29  Juri Linkov  <juri@jurta.org>
4719         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4720         to nil if there is no previous property change.
4722 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4724         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
4725         saving anything to be sure that `forward-sexp' behaves correctly.
4727 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
4729         * simple.el (line-move-finish): Ignore field boundaries if the
4730         initial and final points have the same `field' property.
4732 2006-09-29  Kim F. Storm  <storm@cua.dk>
4734         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
4735         to t while calling ido-read-internal.
4737 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
4739         * textmodes/org.el (org-file-remote-p): Get regexp from list.
4740         (org-archive-subtree): Remove erraneous `]' from character list.
4742 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
4744         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
4745         (ses-reconstruct-all): Make undo of "insert row" work by keeping
4746         markers for data-area and parameters-area.
4748 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4750         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
4752         * font-lock.el (font-lock-after-change-function): Refontify next line
4753         as well if end is at BOL.
4754         (font-lock-extend-jit-lock-region-after-change): Be more careful to
4755         only extend the region as much as needed.
4757 2006-09-28  Richard Stallman  <rms@gnu.org>
4759         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4761         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
4763         * international/mule.el (after-insert-file-set-coding):
4764         If VISIT, don't let set-buffer-multibyte make undo info.
4766 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
4768         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
4769         lines in base64-encoded authentication response.
4771 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4773         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
4774         (ebnf-version): New version 4.3.
4775         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
4776         (ebnf-prologue): Adjust PostScript programming.
4777         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
4778         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
4780 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4782         * jit-lock.el (jit-lock-force-redisplay): Rename from
4783         jit-lock-fontify-again, and undo the mistaken change I've just done.
4785         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
4786         (jit-lock-fontify-again): Don't refontify text that's not displayed.
4788 2006-09-26  Kenichi Handa  <handa@m17n.org>
4790         * startup.el (display-splash-screen): Allow a prefix argument.
4792 2006-09-25  Jason Rumney  <jasonr@gnu.org>
4794         * subr.el (shell-quote-argument): Use DOS logic for Windows
4795         shells with DOS semantics.
4797 2006-09-24  Richard Stallman  <rms@gnu.org>
4799         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
4800         (compilation-goto-locus): Use compilation-goto-locus-delete-o
4801         to delete the overlay.  Put it on pre-command-hook.
4803         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
4805         * startup.el (fancy-splash-screens, normal-splash-screen):
4806         Call the splash buffer *About GNU Emacs*.
4808         * simple.el (next-error-highlight, next-error-highlight-no-select):
4809         Default to 0.5.
4810         (yank-excluded-properties): Add `fontified'.
4812         * font-lock.el (font-lock-compile-keywords): Allow value of
4813         syntax-begin-function to enable paren-column-0 highlighting.
4815 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
4817         * dired.el (dired-build-subdir-alist): When file ends in colon,
4818         don't exit the loop, just disregard that file.
4820 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
4822         * simple.el (line-move-finish): Handle corner case for fields in
4823         continued lines.
4824         (line-move-1): Remove flawed test for that case.
4826 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
4828         * icomplete.el (icomplete-simple-completing-p): Use the correct
4829         name for the new variable, `icomplete-with-completion-tables'.
4830         (file local variables): Remove superfluous setting.
4832 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4834         * calendar/appt.el (appt-check): Fix typo for appointments just
4835         after midnight.
4837 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
4839         * help.el (describe-key-briefly, describe-key): Don't expect an
4840         extra up event if a down-event is generated by a popup menu.
4842 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
4844         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
4845         local dictionary when changing the global dictionary.
4847 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
4849         * icomplete.el (icomplete-with-completion-tables): List of
4850         specialized completion tables with which icomplete should
4851         operate.  Include the new `internal-complete-buffer', so icomplete
4852         works with interactive buffer-selection.
4853         (icomplete-simple-completing-p): Add acceptance of specialized
4854         completion tables listed in icomplete-with-completion-tables.
4856 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4858         * frame.el (focus-follows-mouse): Set default to nil on Mac.
4860         * startup.el (command-line): Use `custom-reevaluate-setting' for
4861         `focus-follows-mouse'.
4863 2006-09-22  Richard Stallman  <rms@gnu.org>
4865         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
4866         explain why Save is not available.
4868 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
4870         * woman.el (woman0-so): Use `let*', not `let'.
4871         (woman-horizontal-line): Remove unbalanced parenthesis.
4873 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * woman.el: Make sure all the end-of-region markers we use have
4876         a non-nil insertion-type.
4877         (woman0-so): Move things around so we can use copy-marker.
4878         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
4879         Adjust marker type.
4880         (woman2-process-escapes): Check marker type.
4881         (woman-horizontal-line): Dispense with the use of a marker.
4883 2006-09-22  Jay Belanger  <belanger@truman.edu>
4885         * calc/calc-lang.el: Add Greek letters to math-variable-table
4886         property of tex.
4888 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
4890         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
4892 2006-09-22  Masatake YAMATO  <jet@gyve.org>
4894         * add-log.el (add-log-current-defun): Use `forward-sexp'
4895         instead of `forward-word' to pick c++::symbol.
4896         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
4898 2006-09-22  Kenichi Handa  <handa@m17n.org>
4900         * bindings.el: Fix setting self-insert-command for multibyte
4901         characters in global-map.
4903 2006-09-21  David Kastrup  <dak@gnu.org>
4905         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
4906         doc string.
4908 2006-09-21  Kenichi Handa  <handa@m17n.org>
4910         * language/european.el ("Latin-1"): Add windows-1252 to
4911         coding-priority.
4912         ("German"): Likewise.
4914 2006-09-21  Kim F. Storm  <storm@cua.dk>
4916         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
4917         Suggested by Miles Bader.
4919         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
4920         instead of add-to-list in the simple case.
4922 2006-09-20  Kenichi Handa  <handa@m17n.org>
4924         * isearch.el (isearch-process-search-char): Cancel the previous change.
4925         (isearch-search-string): New function.
4926         (isearch-search): Use isearch-search-string.
4927         (isearch-lazy-highlight-search): Likewise.
4929 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4931         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4932         string to become an option.
4934 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4938 2006-09-20  Kim F. Storm  <storm@cua.dk>
4940         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4941         position t instead of trying both window-end and window-end - 1.
4943 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4945         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4946         hidden trees.
4948 2006-09-20  David Kastrup  <dak@gnu.org>
4950         * mouse.el (mouse-posn-property): Improve doc string.
4951         (mouse-on-link-p): Change buffers for function calls on links.
4953         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4954         buffer is read-only.
4956 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4958         * allout.el (allout-unprotected): Let inhibit-read-only only when
4959         buffer-read-only isn't set.
4960         (allout-annotate-hidden): Enable topic annotation during copies even
4961         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4962         advances, even when the span extends beyond the deletion region.
4963         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4964         rather than allout-exposure-changed-hook, as a stronger assertion.
4965         (allout-keybindings-list): Add bindings for
4966         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4967         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4968         Copy wrappers for allout-kill-line and allout-kill-topic.
4969         (allout-listify-exposed): Position correctly to accumulate lines.
4971 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4973         * simple.el (line-move-1): Escape field boundaries occurring
4974         exactly at point.  Update goal column if constrained to a field.
4975         (line-move-finish): Escape field boundaries occurring exactly at point.
4977 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4980         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4982 2006-09-19  Kim F. Storm  <storm@cua.dk>
4984         * help.el (describe-key-briefly, describe-key): Simplify printing
4985         of descriptions by using format and %S.  Fix "is undefined"
4986         messages to say "at that spot" for mouse events.
4988         * simple.el (line-move-partial): Optimize.  Try window-line-height
4989         before posn-at-point to get vpos of current line.
4991 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4993         * viper.el: Bump up version/date of update to reflect the substantial
4994         changes done in August 2006.
4996         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4997         are defined.
4999         * ediff-util.el (ediff-add-to-history): New function.
5001         * ediff.el: Use ediff-add-to-history instead of add-to-history.
5003 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5005         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5006         Delete duplicate make-local-variable form.
5007         (conf-space-keywords): Add autoload cookie.
5008         Fix typo (`keywords', not `keyword').
5010 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5012         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5013         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
5014         to x-gtk-use-old-file-dialog
5016 2006-09-18  Richard Stallman  <rms@gnu.org>
5018         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5019         that might come in during mouse tracking.
5021 2006-09-18  Kim F. Storm  <storm@cua.dk>
5023         * simple.el (line-move-partial): Rework 2006-09-15 change to use
5024         new window-line-height function.  Further optimize by not calling
5025         pos-visible-in-window-p for window-end when window-line-height
5026         returns useful information.
5028 2006-09-16  Richard Stallman  <rms@gnu.org>
5030         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5031         (conf-space-mode): Don't handle prefix arg.
5032         Delete conf-space-keywords-override code.
5033         Use add-hook.
5034         (conf-space-keywords): New command.
5035         (conf-space-mode-internal): Be careful with imenu-generic-expression.
5036         Delete conf-space-keywords-override code.
5037         (conf-space-keywords-alist): Doc fix.
5038         (conf-space-font-lock-keywords): Doc fix.
5039         (conf-space-keywords-override): Var deleted.
5041 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5043         * startup.el (fancy-splash-screens): Don't switch to the scratch
5044         buffer; it may not be the next buffer.
5046 2006-09-16  Romain Francoise  <romain@orebokech.com>
5048         * saveplace.el (load-save-place-alist-from-file): Use expanded name
5049         in both messages.
5051 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
5053         * progmodes/python.el (python-preoutput-filter):
5054         Fix arg order to string-match.
5056 2006-09-16  Richard Stallman  <rms@gnu.org>
5058         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5059         font-lock-compile-keywords.
5061         * font-lock.el (font-lock-compile-keywords): Rename optional arg
5062         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
5064 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5066         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5068         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5069         and the data doesn't look like UTF8, send STRING instead.
5071 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
5073         * textmodes/flyspell.el (flyspell-check-region-doublons):
5074         New function to detect duplicated words.
5075         (flyspell-large-region): Use it.
5077 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5079         * simple.el (line-move-to-column): Revert 2006-08-03 change.
5081 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5083         * help.el (describe-prefix-bindings): Use let, not let*.
5085 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
5087         * allout.el (allout-regexp, allout-line-boundary-regexp)
5088         (allout-bob-regexp): Correct grouping and boundaries to fix
5089         backwards traversal.
5090         (allout-depth-specific-regexp, allout-depth-one-regexp):
5091         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5092         worse time in allout-ascend.
5093         (allout-doublecheck-at-and-shallower): Identify depth threshold
5094         below which topics are checked for and disqualified by containment
5095         discontinuities.
5096         (allout-hotspot-key-handler): Correctly handle multiple-key
5097         strokes.  Remove some unused variables.
5098         (allout-mode-leaders): Clarify that mode-specific comment-start
5099         will be used.
5100         (set-allout-regexp): Correctly regexp-quote allout regexps to
5101         properly accept alternative header-leads and primary bullets with
5102         regexp-specific characters (eg, C "/*", mathematica "(*").
5103         Include new regular expressions among those configured.
5104         (allout-infer-header-lead-and-primary-bullet):
5105         Rename allout-infer-header-lead.
5106         (allout-recent-depth): Manifest as a variable as well as a function.
5107         (allout-prefix-data): Simplify into an inline instead of a macro,
5108         assuming current match data rather than being explicitly passed
5109         it.  Establish allout-recent-depth value as well as
5110         allout-recent-prefix-beginning and allout-recent-prefix-end.
5111         (allout-aberrant-container-p): True when an item's immediate
5112         offspring discontinuously contained.  Useful for disqualifying
5113         unintended topic prefixes, likely at low depths.
5114         (allout-goto-prefix-doublechecked): Elaborate version of
5115         allout-goto-prefix which disqualifies aberrant pseudo-items.
5116         (allout-pre-next-prefix): Layer on top of lower-level routines, to
5117         get disqualification of aberrant containers.
5118         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5119         containers.
5120         (allout-beginning-of-current-entry): Position at start of buffer
5121         when in container (depth 0) entry.
5122         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5123         (allout-current-bullet): Strip text properties.
5124         (allout-get-prefix-bullet): Use right match groups.
5125         (allout-beginning-of-line, allout-next-heading):
5126         Disqualify aberrant containers.
5127         (allout-previous-heading): Disqualify aberrant containers, and
5128         change to regular (rather than inline) function, to allow
5129         self-recursion.
5130         (allout-get-invisibility-overlay): Increment so progress is made
5131         when the first overlay is not the sought one.
5132         (allout-end-of-prefix): Disqualify aberrant containers.
5133         (allout-end-of-line): Cycle something like allout-beginning-of-line.
5134         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5135         outline.el outlines) functional again.  Change the primary bullet
5136         along with the header-lead - level 1 new-style bullets now work.
5137         Engage allout-before-change-handler in mainline Emacs, not just
5138         XEmacs, to do undo handling.
5139         (allout-before-change-handler): Expose undo changes occurring in
5140         hidden regions.  Use allout-get-invisibility-overlay instead of
5141         reimplementing it inline.
5142         (allout-chart-subtree): Use start rather than end of prefix in
5143         charts.  Use allout-recent-depth variable.
5144         (allout-chart-siblings): Disqualify aberrant topics.
5145         (allout-beginning-of-current-entry): Position correctly.
5146         (allout-ascend): Use new allout-depth-specific-regexp and
5147         allout-depth-one-regexp for linear instead of O(N^2) or worse
5148         behavior.
5149         (allout-ascend-to-depth): Depend on allout-ascend, rather than
5150         reimplementing an algorithm.
5151         (allout-up-current-level): Depend on allout-ascend, rather than
5152         reimplementing an algorithm.  Return to start-point if we fail.
5153         (allout-descend-to-depth): Use allout-recent-depth variable
5154         instead of function.
5155         (allout-next-sibling): On traversal of numerous intervening
5156         topics, resort to economical allout-next-sibling-leap.
5157         (allout-next-sibling-leap): Specialized version of
5158         allout-next-sibling that uses allout-ascend cleverly, to depend on
5159         a regexp search to leap large numbers of contained topics, rather
5160         than arbitrarily many one-by-one traversals.
5161         (allout-next-visible-heading): Disqualify aberrant topics.
5162         (allout-previous-visible-heading): Position consistently when
5163         interactive.
5164         (allout-forward-current-level): Base on allout-previous-sibling
5165         rather than (differently) reimplmenting the algorithm.  Remove some
5166         unused variables.
5167         (allout-solicit-alternate-bullet): Present default choice stripped
5168         of text properties.
5169         (allout-rebullet-heading): Use bullet stripped of text properties.
5170         Register changes using allout-exposure-change-hook.
5171         Disregard aberrant topics.
5172         (allout-shift-in): With universal-argument, make topic a peer of
5173         it's former offspring.  Simplify the code by separating out
5174         allout-shift-out functionality.
5175         (allout-shift-out): With universal-argument, make offspring peers
5176         of their former container, and its siblings.  Implement the
5177         functionality here, rather than inappropriately muddling the
5178         implementation of allout-shift-in.
5179         (allout-rebullet-topic): Respect additional argument for new
5180         parent-child separation function.
5181         (allout-yank-processing): Use allout-ascend directly.
5182         (allout-show-entry): Disqualify aberrant topics.
5183         (allout-show-children): Handle discontinuous children gracefully,
5184         extending the depth being revealed to expose them and posting a
5185         message indicating the situation.
5186         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5187         Leave cursor in correct position.
5188         (allout-hide-current-subtree): Use allout-ascend directly.
5189         Disqualify aberrant topics.
5190         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5191         a way that the yanks can restore it, as used to happen.
5192         (allout-yank-processing): Restore exposure layout as recorded by
5193         allout-kill-*, as used to happen.
5194         (allout-annotate-hidden, allout-hide-by-annotation): New routines
5195         for preseving and restoring exposure layout across kills.
5196         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5197         (allout-encrypt-string): Strip text properties.
5198         Rearranged order and outline-headings for some of the
5199         miscellaneous functions.
5200         (allout-resolve-xref): No need to quote the error name in the
5201         condition-case handler section.
5202         (allout-flatten): Classic recursive (and recursively intensive,
5203         without tail-recursion) list-flattener, needed by allout-shift-out
5204         when confronted with discontinuous children.
5206 2006-09-16  Jason Rumney  <jasonr@gnu.org>
5208         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5209         on ms-windows.
5210         (dnd-open-unc-file): Remove.
5211         (dnd-open-local-file): Mention in doc string that it also handles
5212         remote files if the system natively supports unc file-names.
5214 2006-09-15  Kim F. Storm  <storm@cua.dk>
5216         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5217         all necessary information about the event before erasing *Help*.
5219         * simple.el (line-move-partial): Use window-line-visiblity to
5220         quickly check whether last line is partially visible, and only do
5221         the hard (and slow) part in that case.
5223 2006-09-15  Jay Belanger  <belanger@truman.edu>
5225         * COPYING: Replace "Library Public License" by "Lesser Public
5226         License" throughout.
5228 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5230         * term/x-win.el (x-menu-bar-open): New function for F10.
5232 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
5234         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5235         Disallow filenames containing " -" to avoid confusion with libtool
5236         compilation messages.  Suggested by Stefan Monnier.
5238 2006-09-15  David Kastrup  <dak@gnu.org>
5240         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5241         instead of buffer position for `mouse-on-link-p'.
5243         * mouse.el (mouse-posn-property): New function looking up the
5244         properties at a click position in overlays and text properties in
5245         either buffer or strings.
5246         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5247         of both `follow-link' as well as `mouse-face' properties.
5248         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5249         buffer position.
5251         * help.el (describe-key-briefly): When reading a down-event on
5252         mode lines or scroll bar, swallow the following up event, too.
5253         Use the new mouse sensitity of `key-binding' for lookup.
5254         (describe-key): The same here.
5256 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
5258         * play/life.el (life-patterns): Add a few more interesting patterns.
5259         (life-setup): Force `show-trailing-whitespace' to nil.
5261 2006-09-14  Richard Stallman  <rms@gnu.org>
5263         * startup.el (fancy-splash-text): Change text to improve alignment.
5264         (fancy-splash-screens): Don't set non-standard tab width.
5265         Bind cursor-type temporarily, and make it easy to patch to
5266         preserve the splash buffer.
5267         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5268         (fancy-splash-screens): Display echo-area message explicitly.
5269         Don't set fancy-splash-help-echo.
5271         * simple.el (line-number-mode): Group mode-line instead of
5272         editing-basics.
5273         (column-number-mode, size-indication-mode): Likewise.
5275         * faces.el (mode-line-faces): Group mode-line instead of modeline.
5277         * time.el (display-time): Group mode-line instead of modeline.
5279         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
5281 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
5283         * startup.el (fancy-splash-text): Move editing instructions to
5284         fancy-splash-head.
5285         (fancy-splash-head): Issue editing instructions.
5286         (fancy-splash-screens): Fixup whitespace.
5288 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5290         * bindings.el (mode-line-buffer-identification-keymap):
5291         Remove duplicate line.
5293 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5295         * ido.el (ido-ignore-item-p): Allow any kind of functions in
5296         ignore lists.
5298 2006-09-14  Kim F. Storm  <storm@cua.dk>
5300         * jit-lock.el (jit-lock-fontify-again): New function.
5301         (jit-lock-fontify-now): Use it instead of lambda form.
5303 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
5305         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5306         (flyspell-auto-correct-word): Make ispell-filter local to these
5307         functions.  Check that ispell-filter has new stuff before calling
5308         ispell-parse-output.
5310 2006-09-13  Kim F. Storm  <storm@cua.dk>
5312         * simple.el (line-move-partial): Optimize.
5314 2006-09-13  Richard Stallman  <rms@gnu.org>
5316         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5317         Delete spurious backquote.
5319 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5321         * net/rcirc.el (rcirc-print): Fix last change.
5323 2006-09-12  Jay Belanger  <belanger@truman.edu>
5325         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5327 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5329         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5330         rcirc-show-maximum-output.
5331         (rcirc-mode): Remove window-scroll-function hook.
5332         (rcirc-scroll-to-bottom): Remove function.
5333         (rcirc-print): Recenter so point stays at the bottom of the window
5334         if point was already there.
5336 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5338         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5339         not to "t".
5340         * progmodes/compile.el (compilation-start): Likewise.
5341         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5342         Don't use expand-file-name on invocation-directory, since this
5343         might mishandle special characters in invocation-directory.
5345 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5347         * pcvs-defs.el: Remove * in defcustom's docstrings.
5349 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
5351         * progmodes/compile.el (compilation-directory-properties):
5352         Doc fix for help-echo.
5354 2006-09-12  Lars Hansen  <larsh@soem.dk>
5356         * desktop.el (desktop-read): Add comment.
5358 2006-09-12  Kim F. Storm  <storm@cua.dk>
5360         * simple.el (next-error-highlight, next-error-highlight-no-select):
5361         Fix spelling error.
5363         * subr.el (sit-for): Rework to use input-pending-p and cond.
5364         Return nil input is pending on entry also for SECONDS <= 0.
5365         (while-no-input): Use input-pending-p instead of sit-for.
5367 2006-09-11  Richard Stallman  <rms@gnu.org>
5369         * simple.el (next-error-highlight, next-error-highlight-no-select):
5370         Fix custom type and doc strings.
5372 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5375         (diff-apply-hunk): Use it to ask for confirmation.
5377 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5379         * emacs-lisp/cl.el (pushnew): Add missing `,'.
5381 2006-09-11  David Kastrup  <dak@gnu.org>
5383         * help.el (string-key-binding, describe-key-briefly)
5384         (describe-key): Remove `string-key-binding' and its callers since
5385         `key-binding' already caters for the proper lookup now.
5387 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5389         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5390         (cfengine-mode): Use it.  Fix \ syntax to be like /.
5392         * bindings.el (mode-line-buffer-identification-keymap):
5393         Move initialization into declaration.
5395 2006-09-10  Kim F. Storm  <storm@cua.dk>
5397         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5398         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5399         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5400         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5402 2006-09-10  Richard Stallman  <rms@gnu.org>
5404         * dired-aux.el: Handle errors in recursive copy usefully.
5405         (dired-create-files-failures): New variable.
5406         (dired-copy-file): Remove condition-case.
5407         (dired-copy-file-recursive): Check for errors on all file
5408         operations, and add them to dired-create-files-failures.
5409         Check file file-date-erorr here too.
5410         (dired-create-files): Check dired-create-files-failures
5411         and report those errors too.
5413         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5415         * subr.el (add-to-list): New argument COMPARE-FN.
5417 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5419         * filecache.el (file-cache-add-directory)
5420         (file-cache-add-directory-list, file-cache-add-file)
5421         (file-cache-add-directory-using-find)
5422         (file-cache-add-directory-using-locate)
5423         (file-cache-add-directory-recursively): Add autoloads.
5425 2006-09-09  Richard Stallman  <rms@gnu.org>
5427         * textmodes/conf-mode.el (conf-space-mode):
5428         Use hack-local-variables-hook instead of calling hack-local-variables.
5429         (conf-space-keywords-override): New variable.
5430         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
5431         (conf-space-mode): Always make conf-space-keywords and
5432         conf-space-keywords-override local.
5433         Call conf-space-mode-internal directly as well as via hook.
5435 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5437         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5438         quasi-keywords.
5440 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5442         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5443         (python-send-string): Be slightly more careful about adding \n.
5445         * startup.el (normal-splash-screen): Don't display the buffer if we'll
5446         kill it right away anyway.
5448 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
5450         * international/codepage.el (cp850-decode-table): Fix a few codes.
5451         (cp858-decode-table): New variable.
5453 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5455         * net/ldap.el (ldap-search-internal): Doc fix.
5457 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5459         * play/life.el (life-display-generation): Test for input manually if
5460         `sleeptime' is negative or null.
5462         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5463         (print-region-1): Substitute `%s' with the page title.
5465 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
5467         * locate.el (locate-current-search): New variable.
5468         (locate): Set buffer local value.  Use current buffer if it is
5469         in Locate mode.
5470         (locate-mode): Disable undo here.
5471         (locate-do-setup): Use locate-current-filter from buffer to be killed.
5472         (locate-update): Use locate-current-search and locate-current-filter.
5474 2006-09-08  David Kastrup  <dak@gnu.org>
5476         * desktop.el (desktop-read): When loading a desktop, disable
5477         saving it while the load progresses, and switch off a pending lazy
5478         load by calling `desktop-lazy-abort'.
5480 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
5482         * window.el (mouse-autoselect-window-timer)
5483         (mouse-autoselect-window-position)
5484         (mouse-autoselect-window-window)
5485         (mouse-autoselect-window-now): New vars.
5486         (mouse-autoselect-window-cancel)
5487         (mouse-autoselect-window-select)
5488         (mouse-autoselect-window-start): New functions.
5489         (handle-select-window): Call `mouse-autoselect-window-start' when
5490         delayed window autoselection is enabled.
5492         * cus-start.el (mouse-autoselect-window): Handle delayed window
5493         autoselection.
5495         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5496         commands after which it is allowed to print in the echo area.
5498 2006-09-08  Richard Stallman  <rms@gnu.org>
5500         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5502         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5503         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5505         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5506         (cancel-timer-internal): Add doc string.
5507         (cancel-function-timers): Doc fix.
5508         (with-timeout-handler, timer-event-last*): Add doc strings.
5510         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5512         * files.el (risky-local-variable-p): Match ...-bindat-spec.
5514         * dired.el (dired-log-summary): Add doc string.
5516         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5517         (custom-group-menu-create): Not here.
5519 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
5521         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5523 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5525         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5526         (mac-apple-event-map): Define its handler.
5528 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5530         * net/ldap.el (ldap-search-internal): Handle `auth' key.
5532 2006-09-07  Magnus Henoch  <mange@freemail.hu>
5534         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5535         clause.
5537 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5539         * info.el (Info-index): Bind completion-ignore-case.
5541 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5543         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5544         previous commit.
5545         (inferior-prolog-guess-flavor): New fun left out of previous commit.
5546         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5547         burp in dedicated windows.
5548         (inferior-prolog-self-insert-command): New command.
5549         (inferior-prolog-mode-map): Use it.
5551 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5553         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5555         * international/code-pages.el: Add cp858.
5557 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5559         * dnd.el: Fix bootstrapping.
5561 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5563         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5564         (dnd-open-remote-url): New function.
5565         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5566         not windows-nt.
5568 2006-09-07  Jason Rumney  <jasonr@gnu.org>
5570         * dnd.el (dnd-open-remote-file-function): New variable.
5571         (dnd-open-unc-file): New function.
5572         (dnd-open-file): Call dnd-open-remote-file-function if set.
5574 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5576         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5577         pgg-passphrase-coding-system rather than locale-coding-system.
5578         * pgg-def.el (pgg-passphrase-coding-system): New user option.
5580 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5582         * progmodes/prolog.el: Remove * in docstrings.
5583         (prolog-program-name): Add SWI prolog.
5584         (prolog-mode-menu): New menu.
5585         (prolog-mode): Set comment-add.
5586         (prolog-indent-line): Simplify.  Use indent-line-to.
5587         (inferior-prolog-buffer): New var.
5588         (inferior-prolog-run, inferior-prolog-process): New funs.
5589         (run-prolog, switch-to-prolog): Rewrite, using them.
5590         (prolog-consult-region): Use inferior-prolog-buffer.
5591         (inferior-prolog-load-file): New function.
5592         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5594         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5595         last word, if it's not the end of the paragraph.
5597         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5598         file name.
5600 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
5602         * frame.el (display-mm-dimensions-alist): New defcustom.
5603         (display-mm-height, display-mm-width): Use it.
5605 2006-09-06  Simon Josefsson  <jas@extundo.com>
5607         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5609 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
5611         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5612         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5613         string values.
5615 2006-09-06  Kim F. Storm  <storm@cua.dk>
5617         * simple.el (line-move-partial): New function to do vscrolling for
5618         partially visible images / tall lines.  Rewrite based on code
5619         previously in line-move.  Simplify backwards vscrolling.
5620         (line-move): Use it.  Simplify.
5622 2006-09-05  Kim F. Storm  <storm@cua.dk>
5624         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
5626 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
5628         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5629         Process the `gcc-include' after the `gnu' rule.
5631 2006-09-05  Kim F. Storm  <storm@cua.dk>
5633         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
5635 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5637         * pgg.el (pgg-clear-string): Alias to clear-string for backward
5638         compatibility.
5640         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
5641         inhibit-redisplay; encode passphrase with locale-coding-system.
5643 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5645         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
5647 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
5649         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5650         (gdb-var-list-children-regexp): Make type field optional.
5652         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
5653         e.g public, protected in C++.
5655 2006-09-04  John Paul Wallington  <jpw@pobox.com>
5657         * simple.el (completion-show-help): New defcustom.
5658         (completion-setup-function): Heed it.
5660 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5662         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
5664 2006-09-04  Richard Stallman  <rms@gnu.org>
5666         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
5667         (rsf-min-region-to-spam-list): Doc fix.
5668         (rsf-add-content-type-field): Doc fix.
5670         * simple.el (kill-region): Explicitly test there is a region.
5672 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5674         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
5675         sendmail in several common directories.
5677         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
5679         * paths.el (sendmail-program): Removed.
5681 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
5683         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
5684         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
5685         http://article.gmane.org/gmane.emacs.gnus.general/50457
5687 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
5689         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
5690         mark after running the menu filter.
5692 2006-09-03  Juri Linkov  <juri@jurta.org>
5694         * international/quail.el (quail-defrule-internal): Add a check
5695         if a key is a vector.
5697 2006-09-02  Juri Linkov  <juri@jurta.org>
5699         * man.el (Man-topic-history): New variable.
5700         (man): Use it.
5702         * woman.el (woman-topic-history): Change defvar to defvaralias
5703         for symbol `Man-topic-history'.
5705         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
5706         `comint-last-output-start' is a marker by using `markerp' and
5707         check if it has a position by using `marker-position', and use
5708         this position for `goto-char'.
5710         * international/quail.el (quail-defrule-internal): Add missing
5711         `error' call for null key.
5713 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
5715         * rcirc.el (rcirc-keywords): New variable.
5716         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5717         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
5718         variables.
5719         (rcirc-responses-no-activity): New function.
5720         (rcirc-handler-generic): Check for responses in above.
5721         (rcirc-process-command): Add ?: character to arguments of raw
5722         server commands.
5723         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
5724         `rcirc-dim-nicks'.
5725         (rcirc-gray-toggle): Remove unused variable.
5726         (rcirc-print): Remove some tracking logic, which is moved into
5727         markup functions.
5728         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
5729         types.
5730         (rcirc-activity-string): Look for 'keyword in activity-types.
5731         (rcirc-window-configuration-change): Don't erase overlay-arrow
5732         unnecessarily.
5733         (rcirc-add-or-remove): New function.
5734         (rcirc-cmd-ignore): Use it.
5735         (rcirc-message-leader): Remove unused function.
5736         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
5737         (rcirc-add-face): New function.
5738         (rcirc-facify): Use rcirc-add-face.
5739         (rcirc-url-regexp): Add parens.
5740         (rcirc-map-regexp): Remove function.
5741         (rcirc-mangle-regexp): Remove function.
5742         (rcirc-markup-text-functions): New variable.
5743         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
5744         (rcirc-markup-body-text, rcirc-markup-attributes)
5745         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
5746         (rcirc-markup-bright-nicks): New markup handler functions.
5747         (rcirc-nick-in-message-full-line): New face.
5748         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
5749         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
5751 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
5753         * cus-start.el (hscroll-margin, hscroll-step)
5754         (mode-line-in-non-selected-windows, mouse-autoselect-window)
5755         (x-use-underline-position-properties): Change version to "22.1"
5756         since they will appear there for the first time.
5758 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5760         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
5762 2006-08-31  Richard Stallman  <rms@gnu.org>
5764         * cus-edit.el (custom-save-variables): Slight cleanup.
5765         (Custom-no-edit): Renamed from custom-no-edit.
5766         (Custom-newline): Renamed from custom-newline.
5767         (custom-mode-map): Use new names.
5769         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
5770         about customization, rather than M-x customize, in the doc string
5771         made for the defcustom.
5773         * emacs-lisp/trace.el (trace-function-background): Doc fix.
5775 2006-08-31  Romain Francoise  <romain@orebokech.com>
5777         * dired-x.el (dired-guess-shell-alist-default): Update.
5779 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
5781         * custom.el (custom-theme-set-variables): Autoload packages before
5782         sorting the variables.
5784 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
5786         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
5787         chars if XEmacs.
5788         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
5790 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * progmodes/python.el (python-eldoc-function): Re-enable quit while
5793         waiting for process.
5795 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5797         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
5798         results in ASCII-only string, encode original one directly.
5800 2006-08-29  Romain Francoise  <romain@orebokech.com>
5802         * startup.el (normal-splash-screen, fancy-splash-screens):
5803         Make buffer read-only and arrange to enter view mode if necessary.
5805 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5807         * hl-line.el (hl-line): New face.
5808         (hl-line-face): Use it.
5810         * image-mode.el (image-mode): Fix last fix.
5811         Suggested by Kim F. Storm.
5813 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
5815         Sync with Tramp 2.0.54.
5817         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
5818         of `=', because `tramp-get-remote-gid' might not always return an
5819         integer when expected.
5820         (tramp-register-file-name-handlers): `partial-completion-mode' is
5821         unknown to XEmacs.
5822         (tramp-time-diff): Don't use `floor', it might fail for large
5823         differences.
5824         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
5825         `tramp-auto-save-directory' if unset in order to guarantee unique
5826         auto-save file names.
5828 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5830         * image-mode.el (image-mode): Display image as text on a terminal.
5832 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5834         * progmodes/python.el (python-send-command): Simplify.
5835         (run-python): Don't generate a new buffer unless `new' was specified.
5836         Make sure we send `import emacs' to the proper process.
5838         * progmodes/python.el (python-send-command): Don't wait for the command
5839         to terminate.  Don't fiddle with compilation-parsing-end.
5841 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5843         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5844         Insert commentary after first line summary.
5846         * woman.el (woman-follow): New function, based on `man-follow'.
5847         (woman-mode-map): Use it.
5849         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
5850         since ibuffer-do-sort-by-recency does not define a sorter.
5852 2006-08-28  Kim F. Storm  <storm@cua.dk>
5854         * find-dired.el (find-dired): Use shell-quote-argument to properly
5855         escape ( and ) args.  Also use it on {} and ; args in default
5856         value of find-ls-option string.
5857         (find-grep-dired): Use shell-quote-argument on {} and ; args.
5859 2006-08-27  Michael Olson  <mwolson@gnu.org>
5861         * emacs-lisp/tq.el: Small grammar fix in comments.
5862         (tq-enqueue): Check for existence of queue rather than the
5863         head queue item's question, which was a no-op.
5864         (tq-filter, tq-process-buffer): Make sure the process buffer
5865         exists before making it the current buffer.
5867 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5869         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
5870         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
5871         (special-event-map): Apply 2006-08-16 change for x-win.el.
5873 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5875         * progmodes/python.el (python-send-receive): Wait in the
5876         process's buffer so as to check the right buffer-local variables.
5878 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
5881         (defgroup checkdoc): Move to beginning.
5883         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
5884         (python-preoutput-continuation): Remove.
5885         (python-preoutput-filter): Simplify correspondingly.
5886         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
5887         Loop around to catch embedded _emacs_out output.
5888         (run-python): Send the import&print command on a single line.
5889         (python-send-command): Send command&print on a single line.
5890         (python-send-string): Only add double \n if needed.
5891         (python-send-receive): Loop until the result comes.
5892         (python-mode-running): Defvar it.
5893         (python-setup-brm): Remove unused var `menu'.
5894         Only bind py-mode-map and `features' around brm-init.
5895         (python-calculate-indentation): Remove unused var `point'.
5896         (python-beginning-of-defun): Remove unused var `def-line'.
5898 2006-08-25  Richard Stallman  <rms@gnu.org>
5900         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
5902 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5904         * viper.el (viper-set-hooks): Use frame bindings for
5905         viper-vi-state-cursor-color.
5906         (viper-non-hook-settings): Don't set default
5907         mode-line-buffer-identification.
5909         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
5910         (viper-set-cursor-color-according-to-state)
5911         (viper-get-saved-cursor-color-in-replace-mode)
5912         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
5913         viper-emacs-state-cursor-color.
5915         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
5916         (viper-undo): Use point if undo-beg-posn is nil.
5917         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
5918         (viper-after-change-undo-hook): Don't use
5919         viper-emacs-state-cursor-color by default.
5920         (viper-undo): More sensible positioning after undo.
5922         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
5923         (viper-emacs-state-cursor-color): Default to nil, since this feature
5924         doesn't work well yet.
5926         * ediff-mult.el (ediff-intersect-directories)
5927         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
5928         always expand filenames.
5930 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5932         * tumme.el: Remove * in defcustoms's docstrings.
5934 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5936         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5937         Accept internal time format for SECS arg.
5938         (timer-relative-time): Doc fix.
5940         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5941         adapted from Martin Rudalics.
5942         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5943         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5944         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5945         using sit-for.
5947 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5949         * cus-start.el (all): Add `overline-margin' and
5950         `x-underline-at-descent-line'.
5952 2006-08-24  Kim F. Storm  <storm@cua.dk>
5954         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5955         to mean "use find -exec"; nil now unambiguously means auto-detect.
5956         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5957         Use shell-quote-argument to build grep-find-command and
5958         grep-find-template.
5959         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5960         Reported by Tom Seddon.
5962 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5964         * startup.el (fancy-splash-head): Give instructions for dismissing
5965         the splash screen for default startup too.
5966         (display-startup-echo-area-message, fancy-splash-screens)
5967         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5968         all splash text at once and keep the splash buffer around.
5969         (command-line-1): Give display-startup-echo-area-message a t arg.
5971 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5973         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5974         gnus frame is selected.
5976 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5978         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5980 2006-08-22  Kim F. Storm  <storm@cua.dk>
5982         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5983         Add suffix matching for subdirs.
5985 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5987         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5988         mouse-yank-at-point is non-nil.
5990 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5992         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5993         a bit wider and remove fringes to fit initial output on line.
5995 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         * frame.el (blink-cursor-end): Only ignore the error we care about.
5998         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6000 2006-08-21  Richard Stallman  <rms@gnu.org>
6002         * whitespace.el (whitespace-cleanup): Doc fix.
6004 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
6006         * net/rcirc.el (rcirc-show-maximum-output): New var.
6007         (rcirc-buffer-process): If no buffer argument is supplied, use
6008         current-buffer.
6009         (rcirc-complete-nick): Complete to the last completed nick first.
6010         (rcirc-mode): Preserve the value of `rcirc-urls' across
6011         connections.  Setup scroll function.
6012         (rcirc-scroll-to-bottom): New function.
6013         (rcirc-print): Use nick syntax around regexp work.
6014         Notice dim-nicks speaking only if they say our nick.
6015         (rcirc-update-activity-string): Do not show the modeline indicator
6016         if there are no live rcirc processes.
6017         (rcirc-cmd-ignore): Ignore case.
6018         (rcirc-browse-url-at-point): Fix off-by-one error.
6020 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6022         * progmodes/python.el: Remove * in defcustom docstrings.
6023         (run-python, python-proc, python-try-complete): Use derived-mode-p.
6024         (python-mode): Set tab-width and indent-tabs-mode.
6026 2006-08-20  Dave Love  <fx@gnu.org>
6028         * progmodes/python.el: Update to Dave Love's latest version.
6029         (python-font-lock-keywords, python-mode): Don't use
6030         font-lock-syntax-table, but match symbol elements explicitly instead.
6031         (python-mode-map): Add help, and a few more key bindings.
6032         (python-skip-comments/blanks): Move out of comments as well.
6033         (python-continuation-line-p): Behave better with unbalanced parens.
6034         (python-blank-line-p): New fun.
6035         (python-open-block-statement-p): Don't use a heuristic.
6036         (python-outdent-p): Better handle blocks-in-the-same-line.
6037         (python-calculate-indentation): Misc improvements.
6038         (python-comment-indent): Remove.
6039         (python-block-pairs): New var.
6040         (python-first-word): New fun.
6041         (python-indentation-levels): Handle more common cases.
6042         (python-indent-line-1): Add `leave' argument.
6043         (python-indent-region): New fun.
6044         (python-skip-out): New fun.
6045         (python-beginning-of-statement, python-end-of-statement): Use it.
6046         (python-next-statement): Return correct count even at eob.
6047         (python-end-of-block): Fix paren-typo.
6048         (python-imenu-create-index): Add module variables.
6049         (run-python): Add `new' arg.
6050         Check we're at a prompt before returning.
6051         (python-send-command): Move to end of buffer.
6052         Wait for prompt to return.
6053         (python-set-proc): New fun.
6054         (python-imports): New var.
6055         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
6056         (python-eldoc-function): Try to move out of arg list.
6057         (python-outline-level): Offset by 1.
6058         (python-find-imports): New fun.
6059         (python-symbol-completions): Use python-imports.
6060         (python-module-path, ffap-alist): Add support for ffap.
6061         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6062         (python-insert-*, python-default-template, python-expand-template):
6063         Add templates/skeletons.
6064         (python-setup-brm): Support for Bicycle Repair Man.
6065         (python-abbrev-syntax-table): New var.
6066         (python-abbrev-pc-hook, python-pea-hook): New funs.
6068 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
6070         * frame.el (blink-cursor-start): Set timer first.
6071         (blink-cursor-end): Ignore timer cancelling errors.
6072         Suggested by Ken Manheimer.
6074 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
6076         * newcomment.el (comment-box): Call `comment-normalize-vars'.
6077         Add autoload cookie.
6079 2006-08-20  Richard Stallman  <rms@gnu.org>
6081         * simple.el (line-number-at-pos): Doc fix.
6083         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6084         timer-activate-when-idle, so timer can run before Emacs becomes
6085         non-idle again.
6087 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6089         * whitespace.el (whitespace-cleanup-internal): New optional arg
6090         REGION-ONLY.  If it's non-nil, modify the message to the user
6091         accordingly.
6092         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6093         a non-nil argument.
6095 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
6097         * rect.el (spaces-string): Simplify and add doc string.
6099 2006-08-17  Romain Francoise  <romain@orebokech.com>
6101         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6103 2006-08-17  Richard Stallman  <rms@gnu.org>
6105         * compare-w.el (compare-windows): lambda's take an arg and pass
6106         it to compare-windows-skip-whitespace.
6108 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
6110         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6111         the right buffer.
6113 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6116         removed files.
6118 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
6120         * progmodes/gdb-ui.el (gdb-locals-watch-map)
6121         (gdb-locals-watch-map-1): Suppress keymap first.
6122         (gdb-edit-locals-map-1): New variable.
6123         (gdb-edit-locals-value): New function.
6124         (gdb-stack-list-locals-handler): Use them.
6126 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6128         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6129         cursor would normally be drawn in the fringe.
6131         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6132         Reported by Martin Rudalics <rudalics@gmx.at>.
6134 2006-08-16  Richard Stallman  <rms@gnu.org>
6136         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6137         (special-event-map): Process drag-n-drop events this way.
6139         * simple.el (move-beginning-of-line): Test whether fields
6140         would prevent motion back to line's first visible character.
6141         If so, stop where the fields would stop the motion.
6143         * newcomment.el (comment-indent): Fully update INDENT
6144         before checking to see if it will change the text.
6146         * cus-edit.el (custom-newline): New function.
6147         (custom-mode-map): Bind newline to custom-newline.
6149         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6150         into ignore-whitespace.
6151         Check each buffer for its skip-function.
6152         Handle compare-windows-skip-whitespace special-case test
6153         by returning t from default skip function.
6155 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6157         * textmodes/org.el (org-clock-special-range)
6158         (org-clock-update-time-maybe): New functions.
6159         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6160         not only a-z.
6161         (org-agenda-get-blocks): Allow multiple blocks per headline.
6162         (org-timestamp-change): Call `org-clock-update-time-maybe'.
6163         (org-export-html-title-format)
6164         (org-export-html-toplevel-hlevel): New options.
6165         (org-export-language-setup): Add support for Czech.
6166         (org-mode, org-insert-todo-heading, org-find-visible)
6167         (org-find-invisible, org-invisible-p, org-invisible-p2)
6168         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6169         (org-show-subtree, org-show-entry, org-make-options-regexp):
6170         Remove compatibility support for old outline-mode.
6171         (org-check-occur-regexp): Funtion removed.
6172         (org-on-heading-p, org-back-to-heading): Made defalias.
6173         (org-set-local): New defsubst.
6174         (org-set-regexps-and-options, org-mode)
6175         (org-set-font-lock-defaults, org-edit-agenda-file-list)
6176         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6177         (org-remember-apply-template, org-table-edit-field)
6178         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6179         (org-set-autofill-regexps): Use `org-set-local'.
6180         (org-table-eval-formula): Fix bug with parsing of display flags.
6182 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
6184         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6185         frame with fringe arrow.  Suggested by Simon Marshall
6186         <simon.marshall@misys.com>.
6187         (gdb-stack-position): New variable.
6188         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6189         (gdb-frames-mode): Set gdb-stack-position to nil.
6190         Add to overlay-arrow-variable-list
6191         (gdb-reset): Delete gdb-stack-position from above list.
6193 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6195         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6196         read only.
6198 2006-08-13  Romain Francoise  <romain@orebokech.com>
6200         * cus-theme.el (customize-create-theme)
6201         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6203         * filesets.el (filesets-add-buffer): Ditto.
6205         * pcvs.el (cvs-change-cvsroot): Ditto.
6207 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
6209         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6210         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6211         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6212         expressions.
6213         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6214         Only search till end of line.
6215         Add face to function names in case of no filename.
6216         Add face to variable names of watchpoints.
6218 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6220         * cus-start.el <indent-tabs-mode>: Move to the `indent'
6221         customization group.
6223 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
6225         * allout.el (allout-prior-bindings, allout-added-bindings):
6226         Remove, after long deprecation.
6227         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6228         Add customization vars controlling allout-beginning-of-line and
6229         allout-end-of-line conveniences.
6230         (allout-header-prefix, allout-use-mode-specific-leader)
6231         (allout-use-mode-specific-leader, allout-mode-leaders):
6232         Revise docstrings.
6233         (allout-infer-header-lead): Change to be an alias for
6234         allout-infer-header-lead-and-primary-bullet.
6235         (allout-infer-header-lead-and-primary-bullet): New version of
6236         allout-infer-header-lead which assigns the primary bullet to the
6237         same as the header lead, when its being changed.
6238         (allout-infer-body-reindent): Apply regexp-quote instead of
6239         unconditionally prepending "\\", so that all literal
6240         allout-header-prefix and allout-primary-bullet strings are
6241         properly handled.
6242         (allout-add-resumptions): Add optional qualifier for extending or
6243         appending to existing values, rather than replacing them.
6244         (allout-view-change-hook): Clarify docstring.
6245         (allout-exposure-change-hook): Take explicit arguments, via
6246         run-hook-with-args.
6247         (allout-structure-added-hook)
6248         (allout-structure-deleted-hook)
6249         (allout-structure-shifted-hook): New hooks analogous to
6250         allout-exposure-change-hook for other kinds of structural outline
6251         edits.
6252         (allout-encryption-plaintext-sanitization-regexps): New encryption
6253         customization variable, by which cooperating modes can provde
6254         massage of the plaintext without actually being passed it.
6255         (allout-encryption-ciphertext-rejection-regexps)
6256         (allout-encryption-ciphertext-rejection-ceiling): New encryption
6257         customization variables, by which cooperating modes can prohibit
6258         rare but possible ciphertext patterns from fouling their
6259         operation, with actually being passed the ciphertext.
6260         (allout-mode): Run activation and deactivation hooks after the
6261         minor-mode variable has been toggled, to clarify the mode
6262         disposition.  The new encryption ciphertext rejection variable is
6263         used to ensure that the ciphertext does not contain text that
6264         would be recognized as outline structural elements by allout.
6265         Substite allout-beginning-of-line and allout-end-of-line for
6266         conventionall beginning-of-line and end-of-line bindings.
6267         If allout-old-style-prefixes is non-nil, don't nullify it on mode
6268         activation!
6269         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6270         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6271         (allout-chart-subtree): Implement new mode, charting only the
6272         visible items in the subtree, when new 'visible' parameter is non-nil.
6273         (allout-end-of-subtree): Properly handle the last item in the buffer.
6274         (allout-pre-command-business, allout-command-counter):
6275         Increment an advertised counter so that cooperating enhancements can
6276         track revisions of items.
6277         (allout-open-topic): Run allout-structure-added-hook with suitable
6278         arguments.
6279         (allout-shift-in): Run allout-structure-shifted-hook with suitable
6280         arguments.
6281         (allout-shift-out): Fix doubling for negative args and ensure call
6282         of allout-structure-shifted-hook by solely using allout-shift-in.
6283         (allout-kill-line, allout-kill-topic):
6284         Run allout-structure-deleted-hook with suitable arguments.
6285         (allout-yank-processing): Run allout-structure-added-hook with
6286         proper arguments.
6287         (allout-yank): Enclose activity in allout-unprotected.
6288         (allout-flag-region): Run allout-exposure-change-hook with
6289         suitable arguments, instead of making the callee infer the arguments.
6290         (allout-encrypt-string):
6291         Support allout-encryption-plaintext-sanitization-regexps,
6292         allout-encryption-ciphertext-rejection-regexps, and
6293         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
6294         en/de cryption mode in symmetric encryption failure message.
6295         (allout-obtain-passphrase): Use copy-sequence to get a distinct
6296         copy of the passphrase, and don't zero it or we'll corrupt the
6297         stashed copy.
6298         (allout-create-encryption-passphrase-verifier)
6299         (allout-verify-passphrase): Respect the new signature for
6300         allout-encrypt-string.
6301         (allout-get-configvar-values): Convenience for getting a
6302         configuration variable value and handling its absence gracefully.
6304 2006-08-11  Romain Francoise  <romain@orebokech.com>
6306         * obsolete/zone-mode.el: Delete.
6308 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6312 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
6314         * emacs-lisp/bindat.el (bindat-ip-to-string):
6315         Use `format-network-address' if possible.
6317 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6319         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6321 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
6323         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6324         restore unread-command-events here.
6325         (edebug-display): Do it here, to detect sit-for interruptions.
6327 2006-08-10  Romain Francoise  <romain@orebokech.com>
6329         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6330         (dns-mode-soa-auto-increment-serial): New user option.
6331         (dns-mode-soa-maybe-increment-serial): New function.
6332         (dns-mode): Add the latter to `write-contents-functions'.
6334         * obsolete/zone-mode.el: Move to obsolete/ from net/.
6335         Delete autoload cookies.
6337 2006-08-10  John Wiegley  <johnw@newartisans.com>
6339         * eshell/em-glob.el (eshell-glob-chars-list)
6340         (eshell-glob-translate-alist): Add support for [^g] in character globs.
6342 2006-08-10  Richard Stallman  <rms@gnu.org>
6344         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6345         (facemenu-set-face): Doc fix.
6346         (facemenu-listed-faces): Doc fix.
6348 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
6350         * avoid.el (mouse-avoidance-animating-pointer): New var.
6351         (mouse-avoidance-nudge-mouse): Use it.
6352         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6353         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6354         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6355         Don't activate if currently animating.  All callers changed.
6357 2006-08-09  John Wiegley  <johnw@newartisans.com>
6359         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6360         variable, which causes timeclock to report elapsed time worked,
6361         instead of just work remaining.
6363 2006-08-09  Kenichi Handa  <handa@m17n.org>
6365         * international/latexenc.el (latexenc-find-file-coding-system):
6366         Fix for the case that the 2nd element of arg-list is a cons.
6368 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
6370         * info.el (Info-fontify-node): Handle preceding `in' for note
6371         reference hiding rules.
6373 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6375         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6376         mistake a closing " for an opening one.
6378 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6380         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6382 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6384         * complete.el (PC-do-completion): Filter out completions matching
6385         completion-ignored-extensions before checking whether there are
6386         multiple completions.
6387         Don't use `list' unnecessarily when building completion tables.
6389 2006-08-06  Richard Stallman  <rms@gnu.org>
6391         * help.el (describe-mode): Make minor mode list more concise.
6393 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
6395         * bindings.el: Give mode-line-format, mode-line-modes, and
6396         mode-line-position `standard-value' properties.
6398 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
6400         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6401         "(file)node" instead of the file name.
6403 2006-08-05  Richard Stallman  <rms@gnu.org>
6405         * faces.el (escape-glyph): Doc fix.
6407 2006-08-04  Kenichi Handa  <handa@m17n.org>
6409         * international/mule-diag.el (describe-font): Improve docstring
6410         and error message.  Use frame-parameter (not frame-parameters).
6412 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6414         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6415         Correctly mark the end-of-docstring char.
6417 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
6419         * simple.el (line-move-to-column): Constrain move-to-column to
6420         current field.
6422 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * font-lock.el (font-lock-beg, font-lock-end)
6425         (font-lock-extend-region-functions): New vars.
6426         (font-lock-extend-region-multiline)
6427         (font-lock-extend-region-wholelines): New functions.
6428         (font-lock-default-fontify-region): Use them.
6429         (font-lock-extend-jit-lock-region-after-change): Only round up
6430         if font-lock-default-fontify-region will do it as well.
6432         * font-lock.el (font-lock-extend-after-change-region-function):
6433         Rename from font-lock-extend-region-function.
6434         (font-lock-extend-region): Remove by inlining at call sites.
6435         (font-lock-after-change-function): Don't needlessly round up to a whole
6436         number of lines.
6437         (font-lock-extend-jit-lock-region-after-change): Be more careful about
6438         the boundary conditions and the interactions between the various ways
6439         to extend the region.
6441 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6443         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6444         modification status when forcing the second redisplay.
6446 2006-08-03  Kim F. Storm  <storm@cua.dk>
6448         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6450 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6452         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6453         doesn't look like a file name.
6455         * complete.el (PC-expand-many-files): Avoid signalling an error when
6456         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6458 2006-08-02  Andreas Schwab  <schwab@suse.de>
6460         * bindings.el (mode-line-format): Simplify reference to vc-mode.
6462 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6464         * bindings.el (map): Make mode-line-buffer-identification-keymap
6465         before defining propertized-buffer-identification.
6467 2006-08-01  Richard Stallman  <rms@gnu.org>
6469         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6471 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6473         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6474         default value.
6475         (gdb-find-source-frame): New function.
6476         (menu): Add to menu bar.
6478 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6480         * font-core.el (font-lock-extend-region-function)
6481         (font-lock-extend-region): Move to font-lock.el.
6483         * font-lock.el (font-lock-extend-region-function)
6484         (font-lock-extend-region): Move from font-core.el.  Simplify.
6486         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6487         if needed.
6488         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6489         (jit-lock-after-change-extend-region-functions): New hook.
6490         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6492         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6493         (font-lock-turn-on-thing-lock): Use it.
6495         * longlines.el (longlines-show-region): Make it work on read-only
6496         buffers as well.
6498 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
6500         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6502 2006-07-31  Richard Stallman  <rms@gnu.org>
6504         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6505         (vhdl-speedbar-display-projects): Update old obsolete
6506         speedbar variable names.
6508 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6510         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6511         (gdb-stopped): Use it.
6513         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6515 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
6517         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6518         for load-history elements.
6520 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
6522         * files.el (convert-standard-filename): For Cygwin, replace
6523         characters not allowed in Windows file names.
6524         (make-auto-save-file-name): Add Cygwin to the list of systems
6525         where the auto-save file name needs to be run through
6526         convert-standard-filename.
6528 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6530         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6532 2006-07-28  Richard Stallman  <rms@gnu.org>
6534         * bindings.el (mode-line-frame-identification)
6535         (propertized-buffer-identification): Centralize the code
6536         to initialize the variable.
6538         * progmodes/grep.el (grep-default-command): Catch errors from
6539         wildcard-to-regexp.
6541 2006-07-29  Kim F. Storm  <storm@cua.dk>
6543         * progmodes/grep.el (grep-tag-default): New function.
6544         (grep-default-command, grep-read-regexp): Use it.
6545         (grep-read-files): Use car of grep-files-history or grep-files-aliases
6546         as default if nothing else applies.
6548 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
6550         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6551         Throw error if buffer is not in Dired and Wdired mode, respectively.
6553 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
6555         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6556         self-insert-command keys don't activate buttons.
6557         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6559 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
6561         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6562         faces for enable character.
6564 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6566         * Makefile.in (recompile): Update comment to reflect change
6567         on 2004-04-21.
6569 2006-07-27  Richard Stallman  <rms@gnu.org>
6571         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6572         (customize-package-emacs-version): Change msg when pkg has no entry.
6573         (custom-no-edit): On a button, do like widget-button-press.
6575 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6577         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6578         S-tab and C-S-tab.
6580 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6582         * progmodes/which-func.el (which-function): Fix documentation/
6583         comment typo.
6585 2006-07-26  Richard Stallman  <rms@gnu.org>
6587         * textmodes/ispell.el (ispell-word): If we replace the word,
6588         move point to the end.  Insert before deleting.
6590 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
6592         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6593         a timer.
6595 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
6597         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
6598         when at first image.
6599         (tumme-forward-image): Add prefix argument.  Add error when at last
6600         image.
6602 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * tabify.el (tabify-regexp): Use more specific regexps.
6605         (tabify): Avoid modifying the buffer unnecessarily.
6607 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
6609         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6610         (tumme-format-properties-string): Handle empty `buf'.
6611         (tumme-get-comment): Change variable names inside `let'.
6612         Add missing `let' variable that cause font-lock problems.
6613         (tumme-write-comments): Change variable names inside `let'.
6614         Add missing `let' variable that cause font-lock problems.
6615         (tumme-forward-image): Rename from `tumme-forward-char'.
6616         (tumme-backward-image): Rename from `tumme-backward-char'.
6618 2006-07-25  Masatake YAMATO  <jet@gyve.org>
6620         * progmodes/ld-script.el (ld-script-keywords)
6621         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
6622         and add comments.
6624 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
6626         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6627         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
6628         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
6629         for status indicator.
6631 2006-07-24  Richard Stallman  <rms@gnu.org>
6633         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
6635         * subr.el (dolist, dotimes): Use interned symbols for locals.
6636         (--dotimes-limit--, --dolist-tail--): New defvars.
6637         (looking-back): Doc fix.
6639         * replace.el (replace-match-string-symbols): Handle dotted lists.
6641 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6643         * tumme.el (tumme-write-tags): Add.
6644         (tumme-write-comments): Add.
6645         (tumme-tag-files): Change to use `tumme-write-tags'.
6646         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
6647         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
6648         (tumme-save-information-from-widgets): Change to use
6649         `tumme-write-comments' and `tumme-write-tags'.
6650         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
6651         (tumme-write-tag): Remove.
6652         (tumme-write-comment): Remove.
6653         (tumme-display-previous-thumbnail-original): Remove empty line.
6654         (tumme-widget-list): Add punctuation.
6656 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6658         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
6660 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6662         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6663         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
6664         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
6666 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
6668         * mouse.el (mouse-on-link-p): Doc fix.
6670 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
6672         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6673         Handle "C-h f `".
6675 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6677         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
6678         column.
6680 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
6682         * textmodes/table.el: Add move-beginning-of-line and
6683         move-end-of-line to Point Motion Only Group.
6685 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6687         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
6689 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6691         * startup.el (user-mail-address): Initialize from the `EMAIL'
6692         environment variable first.  Document this.
6693         (command-line): Ditto.
6695 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
6697         * help-mode.el (help-function-def, help-variable-def)
6698         (help-face-def): Print a message in the minibuffer.
6700 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6702         * term/xterm.el (terminal-init-xterm): Fix key bindings
6703         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
6705 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6707         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
6708         where `(nth 1 command)' is a cons cell.  Doc fix.
6710         * textmodes/po.el (po-find-charset): Doc fix.
6712 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
6714         * allout.el (allout-unprotected, allout-e-o-prefix-p)
6715         (allout-beginning-of-current-line, allout-end-of-current-line)
6716         (allout-next-visible-heading, allout-open-topic)
6717         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
6718         (allout-flag-current-subtree, allout-show-to-offshoot)
6719         (allout-hide-current-entry, allout-show-current-branches)
6720         (allout-hide-region-body, allout-old-expose-topic)
6721         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
6722         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
6723         containing `beginning-of-line' and `end-of-line' with
6724         `inhibit-field-text-motion' t.
6726 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6728         * frame.el (focus-follows-mouse): Document that it doesn't have
6729         any effect on MS-Windows.
6731 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
6735 2006-07-20  Jay Belanger  <belanger@truman.edu>
6737         * calc.el (calc-previous-alg-entry): Remove variable.
6739         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
6740         New variables.
6741         (calc-alg-entry): Use `calc-alg-entry-history'.
6742         (calc-do-quick-calc): Use `calc-quick-calc-history'.
6743         Remove reference to `calc-previous-alg-entry'.
6744         (calcAlg-edit, calcAlg-enter): Remove reference to
6745         `calc-previous-alg-entry'.
6746         (calcAlg-previous): Use `previous-history-element' instead of
6747         `calc-previous-alg-entry'.
6748         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
6749         Change keybinding for `calcAlg-plus-minus', add keybindings for
6750         `previous-history-element' and `next-history-element'.
6752         * calc-rewr.el (calc-match): Remove reference to
6753         `calc-previous-alg-entry'.
6755         * calc-sel.el (calc-selection-history): New variable.
6756         (calc-enter-selection, calc-sel-mult-both-sides)
6757         (calc-sel-add-both-sides): Use `calc-selection-history'.
6759         * calc-map.el (calc-get-operator-history): New variable.
6760         (calc-get-operator): Use `calc-get-operator-history'.
6762         * calcalg3.el (calc-curve-fit-history): New variable.
6763         (calc-curve-fit): Use `calc-curve-fit-history'.
6765 2006-07-20  Kenichi Handa  <handa@m17n.org>
6767         * international/mule-cmds.el (select-safe-coding-system): Fix the
6768         way of deciding eol-type of the coding system.
6770 2006-07-20  Alan Mackenzie  <acm@muc.de>
6772         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
6773         (c-lang-setvar): New macro.
6774         (c-make-init-lang-vars-fun): Use the initialization forms in
6775         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
6776         (comment-start, comment-end, comment-start-skip): Change these from
6777         c-lang-defvar's to c-lang-setvar's.
6779         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
6780         which calls make-local-variable on the elements of
6781         c-emacs-variable-inits.
6782         (c-init-language-vars-for): Call this new macro.
6784 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6787         Try to rule out false positives due to time stamps.
6788         (compilation-mode-font-lock-keywords): Remove rules made redundant
6789         because of the above change.  Add `segmentation fault' to the known and
6790         highlighted compilation termination messages.
6792 2006-07-19  Kim F. Storm  <storm@cua.dk>
6794         * progmodes/grep.el (grep-find-ignored-directories):
6795         Add .svn and _darcs to list.
6797 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
6799         * dired.el (dired-mode-map): Add key binding `C-te' for
6800         `tumme-dired-edit-comment-and-tags'.
6802         * tumme.el (tumme-display-thumbnail-original-image): Make sure
6803         image display buffer is displayed before call to
6804         `tumme-display-image.
6805         (tumme-dired-display-image): Make sure image display buffer is
6806         displayed before call to `tumme-display-image.
6807         (tumme-mouse-display-image): Make sure image display buffer is
6808         displayed before call to `tumme-display-image.
6809         (tumme-widget-list): Add.
6810         (tumme-dired-edit-comment-and-tags): Add.
6811         (tumme-save-information-from-widgets): Add.
6813 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6815         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
6817 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6819         * progmodes/sh-script.el (sh-font-lock-keywords-1):
6820         Revert inadvertently installed patch hunk.
6822         * progmodes/compile.el (compilation-find-file): Handle the
6823         cases where the user selects a non-existent file.
6825 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
6829 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6831         * subr.el (sit-for): Just sleep-for if noninteractive.
6833 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6835         * emacs-lisp/autoload.el (make-autoload): Use new arg.
6837         * custom.el (custom-autoload): Add `noset' argument.
6838         (custom-push-theme): Don't autoload the variable, let callers do it.
6839         (custom-theme-set-variables): Autoload the variable if necessary.
6841         * cus-edit.el (custom-variable-state-set): If the variable was
6842         originally set outside custom, but to the same value as the default,
6843         consider it to be standard.
6845         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
6846         file *before* telling Emacs to add the autoloads, in case it fails.
6848         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
6849         Use `cond', push', and `dolist'.
6851 2006-07-17  Richard Stallman  <rms@gnu.org>
6853         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
6854         Add defvars to silence warnings.
6856 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6858         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6859         Don't highlight "Compiling file" messages as error.
6861         * dired-aux.el (dired-compress-file): Confirm again if gzipped
6862         file already exists.
6864 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
6866         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
6867         entry, don't assign to free var; simply return the extracted filename.
6868         (ff-treat-as-special): Incorporate common preamble from callers.
6869         (ff-other-file-name, ff-find-the-other-file):
6870         Update call to ff-treat-as-special.
6872         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
6874 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
6876         * tumme.el (tumme-get-comment): Fix bug.
6878 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6880         * files.el: Remove spurious * in docstrings.
6882 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6884         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
6885         grammar.
6886         (allout-beginning-of-current-line): Beware beginning of buffer.
6887         Also, a comment is simplified.
6888         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
6889         when appropriate.  (This fix enables use for other than
6890         bullet-hotspot operation.)
6891         (allout-hide-current-subtree): While escalating to sibling-close,
6892         make sure to situate on a topic.
6894 2006-07-14  Kim F. Storm  <storm@cua.dk>
6896         * emulation/cua-base.el (cua-delete-selection)
6897         (cua-toggle-set-mark): New defcustoms.
6898         (cua-rectangle-modifier-key): Add `alt' modifier.
6899         (cua-replace-region): Don't delete if cua-delete-selection is nil.
6900         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
6901         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
6903         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
6905 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6907         * allout.el: Require 'cl during byte-compilation/interactive load,
6908         for the `assert' macro.
6909         (allout-mode-deactivate-hook): New hook, run when allout mode
6910         deactivates.
6911         (allout-developer): New allout customization subgroup.
6912         (allout-run-unit-tests-on-load): New allout-developer
6913         customization variable, when true allout unit tests are run towards
6914         end of file load/eval.
6915         (allout-inhibit-auto-fill): Disable auto-fill activity even during
6916         auto-fill-mode.
6917         (allout-resumptions): Remove, to be replaced by...
6918         (allout-add-resumptions): Register variable settings to be
6919         reinstated by `allout-do-resumptions'.  The settings are made
6920         buffer-local, but the locality/globality of the suspended setting
6921         is restored on resumption.
6922         (allout-do-resumptions): Reinstate all settings suspended using
6923         `allout-add-resumptions'.
6924         (allout-test-resumptions): Unit tests (and intermediate variables)
6925         for resumptions.
6926         (allout-tests-globally-unbound, allout-tests-globally-true)
6927         (allout-tests-locally-true): Intermediate variables for
6928         resumptions unit tests.
6929         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6930         (allout-exposure-category): Replaces 'allout-overlay-category variable.
6931         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6932         instead of retired `allout-resumptions'.  For hook functions, use
6933         `local' parameter so hook settings are created and removed as
6934         buffer-local settings.  Revise (resumptions) setting
6935         auto-fill-function so it is set only if already active.  (The
6936         related fill-function settings are all made in either case, so
6937         that activating auto-fill-mode activity will have the custom
6938         allout-mode behaviors (hanging indent on topics, if configured for it).
6939         Remove all allout-exposure-category overlays on mode deactivation.
6940         (allout-hotspot-key-handler): New function extracted from
6941         `allout-pre-command-business', so the functionality can be used
6942         for other purposes, eg as a binding in an overlay.
6943         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6944         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6945         customization variable.
6946         (allout-run-unit-tests): Run the (currently quite small)
6947         repertoire of unit tests.  Called just before the provide iff user
6948         has customized `allout-run-unit-tests-on-load' non-nil.
6950 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6952         * emacs-lisp/authors.el (authors-aliases): Update.
6954 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6956         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6957         gdb-source-window.  Add dedicated argument.
6958         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6959         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6960         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6961         (gdb-display-locals-buffer): Use it.
6963         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6964         Set gdb-source-window.
6966 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6968         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6969         minor modes, redundant with the custom-autoload line above.
6971 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6973         * longlines.el (longlines-post-command-function): Handle open-line too.
6975 2006-07-12  Richard Stallman  <rms@gnu.org>
6977         * progmodes/grep.el (grep-last-buffer): Doc fix.
6979         * info.el (Info-try-follow-nearest-node): Doc fix.
6981         * emacs-lisp/edebug.el (edebug-instrument-function):
6982         Err if find-function-noselect gives no position.
6984         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6985         If can't find definition, return nil for position.
6986         (find-function-do-it): Handle new return value
6987         of find-definition-noselect.
6988         (find-definition-noselect, find-variable-noselect): Doc fix.
6989         (find-function-noselect): Doc fix.
6991         * help-mode.el (help-variable-def): Handle find-variable-noselect
6992         returning no position.
6993         (help-function-def): Likewise for find-function-search-for-symbol.
6994         (help-face-def): Likewise.
6996         * help-fns.el (describe-variable): Handle find-variable-noselect
6997         returning no position.
6999         * files.el (locate-file-completion): Avoid duplicates in result.
7001         * cus-edit.el (custom-no-edit): New command.
7002         (custom-mode-map): Remap to custom-no-edit instead of
7003         using suppress-keymap.
7005 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
7007         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7008         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7009         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7011         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7013 2006-07-11  Kim F. Storm  <storm@cua.dk>
7015         * ido.el (ido-copy-current-file-name): Use buffer-name if
7016         buffer-file-name is nil.
7018 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
7020         * simple.el (undo-ask-before-discard): Set to nil.
7022         * vc.el (vc-exec-after): Don't delete process manually.
7023         (vc-print-log): Run log-view-mode in process sentinel inside
7024         inhibit-read-only.  Don't shrink window due to timing issues.
7026         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7027         Avoid using with-output-to-temp-buffer, which clobbers local vars.
7029 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7031         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7032         Fix ambiguity introduced by last change.
7033         (compilation-find-file): Move save-excursion to where it may
7034         make sense.  Fix a left over `find-file'.
7036 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
7038         * textmodes/texinfmt.el (texinfo-format-separate-node):
7039         Insert a string before point, which fits documentation, not after.
7040         (texinfo-multitable-item): In a multitable row, insert any
7041         additional needed @tabs and spaces.
7043 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
7045         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7046         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7047         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7048         instead of shell-command.
7049         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7050         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7051         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7052         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7053         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7054         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7056 2006-07-11  Kim F. Storm  <storm@cua.dk>
7058         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
7059         Remove special case for seconds < 0.  Use (redisplay t) instead.
7061 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
7063         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7064         avoid compilation error.
7066         * subr.el (sit-for): New function.
7068         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7070 2006-07-10  Richard Stallman  <rms@gnu.org>
7072         * ldefs-boot.el (edebug): Update page.
7074 2006-07-10  Kim F. Storm  <storm@cua.dk>
7076         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7077         to FOR-RELEASE and TODO.
7079 2006-07-10  Romain Francoise  <romain@orebokech.com>
7081         * emacs-lisp/authors.el (authors-aliases): Update.
7083 2006-07-10  Alan Mackenzie  <acm@muc.de>
7085         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7086         * cc-mode.el: Changes to eradicate eval-after-load.
7088 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
7090         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7091         on non-char events.
7093 2006-07-09  Romain Francoise  <romain@orebokech.com>
7095         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7096         Don't highlight start/end markers as compilation messages.
7098         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7099         to t.
7101 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7105 2006-07-08  Richard Stallman  <rms@gnu.org>
7107         * term/x-win.el (x-handle-display): Add doc string.
7109         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7111         * subr.el (def-edebug-spec): Move here.
7112         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7114         * imenu.el (imenu-choose-buffer-index): Doc fix.
7116 2006-07-08  Romain Francoise  <romain@orebokech.com>
7118         * term/x-win.el (x-display-name): Fix typo.
7120 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7122         * hexl.el (hexl-find-file): Doc fix.
7124         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7126 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
7128         * term/x-win.el (x-display-name): Doc fix.
7130 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7132         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7133         long prefixes.
7134         (fill-region-as-paragraph): Don't round up to a whole line.
7135         (fill-comment-paragraph): Don't include the code-before-the-comment
7136         when calling fill-region-as-paragraph.
7138         * international/mule.el (make-char): Remove redundancy.
7140         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7141         property may contain an anonymous function rather than a symbol.
7143         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7145         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7146         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
7148         * dirtrack.el (dirtrack-default-directory-function): Remove.
7149         (dirtrack-directory-function): Use file-name-as-directory.
7150         (dirtrack-windows-directory-function): Simplify.
7151         (dirtrack-forward-slash, dirtrack-backward-slash)
7152         (dirtrack-replace-slash): Remove.
7153         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7154         (dirtrack): Fix wrong parenthesizing; use match-string.
7156         * progmodes/octave-inf.el: Remove spurious * in docstrings.
7157         (inferior-octave-mode): Only change the buffer-local value of
7158         comint-dynamic-complete-functions.
7159         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7160         Move the initialization to the declaration.
7161         (inferior-octave-complete): Remove unused var `filter'.
7163         * shell.el (shell-mode): Only change the buffer-local value of
7164         comint-dynamic-complete-functions.
7166 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7168         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7169         entry is skipped because it has been scheduled.
7170         (org-prepare-agenda-buffers): Don't mark buffers as modified when
7171         changing `:org-archived' and `:org-comment' properties.
7173 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
7175         * server.el (server-select-display): Don't make the temp frame
7176         minibuffer-only, in case it's not a temp frame.
7177         (server-process-filter): Don't delete the temp frame if it's the
7178         only one we have on that display.
7180         * files.el (find-alternate-file): Doc fix.
7182 2006-07-05  Richard Stallman  <rms@gnu.org>
7184         * files.el (abbreviate-file-name): Add save-match-data.
7186 2006-07-03  Richard Stallman  <rms@gnu.org>
7188         * faces.el (read-face-name): Doc fix.
7190 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
7192         * net/goto-addr.el (goto-address): Mark as safe for local evals.
7194 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
7196         * vc.el (vc-diff-internal): Fix prev change.
7198 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7200         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7201         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7203 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7205         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7206         fails if the symbol contains chars like ( or '.
7207         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7208         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7209         `short'.
7211 2006-07-04  Kenichi Handa  <handa@m17n.org>
7213         * international/mule-cmds.el (set-language-info): If LANG-ENV is
7214         the current one, don't call set-language-environment, but call one
7215         of set-language-environment-XXX to make INFO effective now.
7216         (set-language-environment): Call set-language-environment-XXX
7217         functions instead of doing the various setups directly.
7218         (set-language-environment-coding-systems): Delete argument eol-type.
7219         (set-language-environment-input-method)
7220         (set-language-environment-nonascii-translation)
7221         (set-language-environment-charset)
7222         (set-language-environment-fontset)
7223         (set-language-environment-unibyte): New functions.
7225 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7227         * locate.el (locate-update-when-revert): New option.
7228         (locate-update-path): New option (suggested by Michael Albinus).
7229         (locate-prompt-for-command): Whitespace change.
7230         (locate-update): No longer offer to update the locate database by
7231         default.  Implement the two new options.
7233 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
7235         * tooltip.el: Move comment about track-mouse...
7237         * progmodes/gud.el: ...to here.
7239 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
7241         * facemenu.el (facemenu-listed-faces): New var.
7242         (facemenu-unlisted-faces): Variable deleted.
7243         (facemenu-add-new-face): Use facemenu-listed-faces.
7245         * emulation/viper-init.el, calendar/calendar.el:
7246         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7248 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7250         * textmodes/org.el (org-mode): Remove no invalid settings for
7251         calc embedded mode.
7252         (org-mode-p): New defsubst.
7253         (org-save-all-org-buffers): New function.
7254         (org-first-headline-recenter): Enclose outline-regexp in group
7255         delimiters.
7256         (org-set-tags): Keep single space after stars.
7258 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * window.el (set-window-text-height): Only set window-min-height to
7261         1 if that's the requested size.
7263         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7264         (diff-unified->context, diff-context->unified)
7265         (diff-reverse-direction): Make sure the end marker stays at the end.
7266         (diff-mode): Add the keymap table at the end of docstring.
7267         Use lexical-let rather than constructing a closure manually.
7269         * files.el (find-file-noselect-1): Remove unused var assignment.
7270         (hack-local-variables-confirm): Print lists of strings as lists of
7271         strings rather than lists of symbols.
7272         (abbreviate-file-name, hack-local-variables-prop-line):
7273         Use match-string.
7274         (hack-one-local-variable): Move `make-local-variable' nearer its use.
7275         (recover-session-finish): Use line-end-position.
7277 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
7279         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7281 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
7283         * progmodes/make-mode.el (makefile-macroassign-regex):
7284         Accept preceding keyword.
7285         (makefile-gmake-statements): Reorganize, now that makepp has
7286         "override" and also handle forgotten "override define".
7287         (makefile-makepp-statements): Add new "global", "override export"
7288         and "override global".
7290 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
7292         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7293         (ada-compile-mouse-goto-error, ada-deactivate-properties)
7294         (ada-no-auto-case): Fix typos in docstrings.
7296 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7298         * info.el (Info-find-node-2): Search for makeinfo version more
7299         carefully.
7301 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7303         * textmodes/org.el (org-prepare-agenda-buffers):
7304         Use `invisible-OK' argument for `org-end-of-subtree'.
7305         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7306         (org-beginning-of-item): Fix bug in regular expression for white line.
7307         (org-export-as-html): Enforce space after bullet in plain list items.
7308         (org-set-autofill-regexps): Require space after plain list bullet
7309         for paragraph-start.
7310         (org-ts-regexp3): New constant.
7311         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7312         (org-timestamp-up-day, org-timestamp-down-day)
7313         (org-timestamp-change): Work with inactive timestamps.
7314         (org-ts-regexp1): Don't allow brackets in time stamps.
7316 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
7318         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7319         for ignoring links.
7321         * faces.el (read-face-name): Use it.
7323 2006-06-28  Juri Linkov  <juri@jurta.org>
7325         * buff-menu.el (list-buffers-noselect): Compare Info file
7326         with the string "dir" to detect Info directory.
7328         * complete.el (partial-completion-mode): In lambda for
7329         `choose-completion-string-functions' use full function signature
7330         with 4 args, and move point to the end of the minibuffer only if arg
7331         `mini-p' is non-nil.
7333 2006-06-28  John Paul Wallington  <jpw@pobox.com>
7335         * ibuffer.el (ibuffer-mode): Doc fix.
7337 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7339         * textmodes/org.el (org-context): New contexts :item-bullet,
7340         :latex-fragment, :latex-preview.
7341         (org-overlays-at, org-overlay-start, org-overlay-end):
7342         New compatibility functions.
7343         (org-inside-LaTeX-fragment-p): More accurate matching, using the
7344         exact regexp that will be used during export.
7345         (org-latex-regexps): New variable.
7346         (org-cdlatex-mode): Improve advice for `texmathp'.
7347         (turn-on-org-cdlatex): New function.
7349 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7351         * term/mac-win.el (mac-handle-font-selection): Change keys of
7352         mac-atsu-font-table from strings to numbers.
7353         (mac-ts-caret-position): Use also when cursor-type is nil.
7354         (mac-ts-update-active-input-area): Add Mac OS Classic support.
7355         Relax condition for using overlay strings.
7356         Use mac-ts-caret-position face when cursor-type is nil.
7358 2006-06-26  Kim F. Storm  <storm@cua.dk>
7360         * help.el (view-emacs-news): Declare `res' in the right let* form.
7362 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
7364         * net/rcompile.el (remote-compile): Replace ange-ftp based
7365         implementation by Tramp functions.
7366         Suggested by Marc Abramowitz <msabramo@gmail.com>.
7368         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7370 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
7372         * international/fontset.el (setup-default-fontset): Fix a typo in
7373         the "Oriya-Akruti" registry name.
7375 2006-06-23  Lars Hansen  <larsh@soem.dk>
7377         * desktop.el (desktop-full-file-name): New function.
7378         (desktop-kill, desktop-save, desktop-remove, desktop-read)
7379         (desktop-revert): Use it.
7380         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7381         (desktop-after-read-hook): Add option list-buffers.
7382         (desktop-locals-to-save): Add tab-width.
7383         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7384         Fix docstring.
7386 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7388         * textmodes/org.el (org-cdlatex-mode-map)
7389         (org-cdlatex-texmathp-advice-is-done): New variables.
7390         (org-cdlatex-mode): New minor mode.
7391         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7392         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7393         (org-export-with-archived-trees): New option.
7394         (org-open-file): Remove the call to `convert-standard-filename'.
7395         (org-archive-tag, org-agenda-skip-archived-trees)
7396         (org-cycle-open-archived-trees)
7397         (org-sparse-tree-open-archived-trees): New options.
7398         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7399         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7400         New functions.
7401         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7402         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7403         (org-mode-map): Add binding for `org-toggle-archive-tag'.
7404         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7405         Call `org-prepare-agenda-buffers'.
7406         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7407         (org-file-apps, org-file-apps-defaults-gnu)
7408         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7409         Handle remote files by forcing them to be opened in Emacs.
7411 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
7413         * vc.el (vc-diff-knows-L): New variable.
7414         (vc-diff-internal): Use it to handle "diff" programs that don't
7415         understand -L.  This works automatically, no user action is necessary.
7417 2006-06-23  Daniel Brockman  <daniel@brockman.se>
7419         * net/rcirc.el (rcirc-default-user-full-name): Default to
7420         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7421         longer exists).
7422         (rcirc-process-list): Check `buffer-live-p' before attempting to
7423         switch to a buffer.
7425 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
7427         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7428         based on rcirc-coding-system-alist.
7430 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
7432         * cus-edit.el (customize-apropos): A better error message.
7433         (top level) <debug-ignored-errors>: Extend and update the list of
7434         ignored error messages.
7436 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
7438         * complete.el (PC-do-completion): Retain capitalization of user
7439         input, when possible, even if completion-ignore-case is set.
7441 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
7443         * generic-x.el (bat-generic-mode): Support .cmd files.
7445         * dos-w32.el (top level): Use find-file-not-found-functions
7446         instead of the obsolete find-file-not-found-hooks.
7448 2006-06-22  Kim F. Storm  <storm@cua.dk>
7450         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7451         to recognize mode name containing submodes, such as Grep/lw.
7453 2006-06-21  Kim F. Storm  <storm@cua.dk>
7455         * simple.el (line-move-1): Check for move-end-of-line instead of
7456         end-of-line when setting temporary-goal-column.
7458 2006-06-21  Miles Bader  <miles@gnu.org>
7460         * play/cookie1.el (cookie): Work properly when there's only one entry.
7462 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
7464         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7465         (gdb-frame-handler): Generalize frame regexp for templates.
7467 2006-06-20  Glenn Morris  <rgm@gnu.org>
7469         * calendar/appt.el (appt-display-format): Default value must be
7470         one of the customize options.
7472 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7474         * term/xterm.el (terminal-init-xterm): Update key availability info.
7475         Bind C-return.
7477         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7479 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
7481         * files.el (hack-local-variables): Run `hack-local-variables-hook'
7482         whether or not a local variables list is defined.
7484         * msb.el (msb): Move `sit-for' hack here to handle both
7485         "mouse-down and drag" and "mouse-up and select" situations.
7486         (mouse-select-buffer): Move `sit-for' hack to `msb'.
7488 2006-06-20  Kenichi Handa  <handa@m17n.org>
7490         * international/characters.el (word-combining-categories):
7491         Add entries for 2-byte Han characters.
7493 2006-06-19  Richard Stallman  <rms@gnu.org>
7495         * bindings.el (mode-line-format): Save some mode line space.
7497         * files.el (find-file-noselect): Improve the question wording.
7498         (basic-save-buffer-2): Mask UMASK against 666.
7500         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7501         (mouse-drag-vertical-line): Call it.
7503         * cus-edit.el (customize-option, customize-option-other-window):
7504         Error if SYMBOL is nil.
7506 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7508         * textmodes/org.el: Require noutline, also on XEmacs.
7509         (org-end-of-subtree): Return point.
7510         (org-dblock-start-re, org-dblock-end-re): New constants.
7511         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7512         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7513         (org-update-all-dblocks, org-find-dblock): New functions.
7514         (org-collect-clock-time-entries): New function.
7515         (org-html-handle-time-stamps): Never export CLOCK timeranges.
7516         (org-fixup-indentation): Modify to deal correctly with lines
7517         starting with TAB.  Only one argument DIFF now.
7518         (org-demote, org-promote): Call `org-fixup-indentation' with just
7519         one argument, DIFF.
7520         (org-mode): Don't mark buffer as modified when aligning tables.
7521         (org-clock-sum): Don't mark buffer modified when adding time sum
7522         properties.
7523         (org-export-as-html): Add support for a link validation function.
7524         (org-archive-all-done): New function.
7525         (org-archive-subtree): New prefix argument.  When set, archive all
7526         done subtrees in this buffer.
7527         (org-remove-clock-overlays)
7528         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7529         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7530         (org-put-clock-overlay): Don't swallow last headline character
7531         when displaying overlay.
7532         (org-store-link): Link to `image-mode' with just the file name.
7534 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7536         * viper-cmd.el (viper-special-read-and-insert-char):
7537         Use read-key-sequence.
7538         (viper-after-change-undo-hook): Misc enhancements.
7539         (viper-after-change-undo-hook): New hook.
7540         (viper-undo): Use viper-after-change-undo-hook.
7541         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7542         (viper-next-line-at-bol): If point is on a widget or a button, simulate
7543         clicking on that widget/button.
7545         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7547         * ediff-diff (ediff-test-patch-utility): Catch errors.
7548         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7549         (ediff-set-actual-diff-options): New function.
7550         (ediff-reset-diff-options, ediff-toggle-ignore-case):
7551         Use ediff-set-actual-diff-options.
7552         (ediff-extract-diffs): Catch errors.
7553         (ediff-whitespace): Add non-breakable space.
7554         (ediff-same-file-contents): Catch errors.
7556         * ediff-mult.el (ediff-collect-custom-diffs):
7557         Save coding-system-for-read.
7559         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7560         (ediff-vc-internal, ediff-vc-merge-internal):
7561         Use ediff-delete-version-file.
7562         (ediff-delete-version-file): New function.
7564         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7566         * ediff.el (ediff-directories, ediff-directory-revisions)
7567         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7568         (ediff-directories-internal, ediff-merge-directory-revisions)
7569         (ediff-merge-directory-revisions-with-ancestor)
7570         (ediff-directories3): Use read-directory-name.
7572 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
7574         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7575         Remove superfluous part of regexp for brace matching which is handled
7576         by `scan-lists' call.
7578 2006-06-16  Richard Stallman  <rms@gnu.org>
7580         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7582         * files.el (basic-save-buffer-2): For a new precious file,
7583         use the default modes in the return value.
7585         * facemenu.el (facemenu-color-alist): Doc fix.
7587         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7589 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7591         * cus-start.el (all): Add mac-ts-script-language-on-focus.
7593         * term/mac-win.el (mac-text-encoding-ascii): New constant.
7594         (mac-utxt-to-string): Use it.
7595         (mac-ts-update-active-input-area): Use mac-ae-number.
7597 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7599         * term.el (term-handle-scroll, term-delete-lines)
7600         (term-insert-lines): Fix off by one errors.
7602 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7604         * net/tramp.el (tramp-touch): Use UTC to express time.
7606 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
7608         * mail/sendmail.el (mail-send): Search explicitly for
7609         mail-header-separator when checking for corrupted header lines.
7611 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
7613         * progmodes/gdb-ui.el (gdb-same-frame): New option.
7614         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7615         (gdb-init-1): Initialise them.
7616         (gdb-starting): Reset gdb-printing
7617         (gdb-starting): Save value of gud-overlay-arrow-position.
7618         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
7619         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
7620         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
7621         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
7623 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7625         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
7627 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
7629         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
7630         (ldap-search-internal): Keep error messages, and a regexp fix.
7632 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
7634         * files.el (hack-local-variables-confirm):
7635         Display string value using its printed representation.
7637 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
7639         * server.el (server-edit): No-op if no server buffers exist.
7641 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
7643         * textmodes/page-ext.el (pages-directory-for-addresses):
7644         Including `pages-directory-address-mode' in the function results
7645         in the message "Buffer in which pages were found is deleted".
7647 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
7649         * textmodes/org.el (org-agenda-mode-map): Add bindings for
7650         clocking functions.
7652         (org-agenda-clock-in, org-check-running-clock)
7653         (org-clock-out-if-current, org-remove-clock-overlays)
7654         (org-put-clock-overlay): New functions.
7655         (org-clock-marker, org-clock-file-total-minutes)
7656         (org-clock-overlays): New variables.
7657         (org-clock-display, org-clock-sum, org-clock-cancel)
7658         (org-clock-out, org-clock-in): New commands.
7659         (org-export): New function.
7660         (org-emph-re): New constant.
7661         (org-set-emph-re, org-do-emphasis-faces): New functions.
7662         (org-emphasis-regexp-components, org-emphasis-alist): New options.
7663         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7664         (org-export-html-convert-emphasize): Use the configurable emphasis.
7665         (org-cleaned-string-for-export): Make multiline emphasis visible
7666         to the exporter.  New optional argument PARAMETERS.
7667         (org-export-as-html): Specify :emph-multiline parameter to
7668         `org-cleaned-string-for-export'.
7670 2006-06-10  Richard Stallman  <rms@gnu.org>
7672         * help.el (help-for-help-internal): Clean up help text.
7674 2006-06-10  Andreas Schwab  <schwab@suse.de>
7676         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
7677         in doc string.
7679         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
7681 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
7683         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
7684         spaces after the comment start.
7686 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7688         * play/pong.el (pong-init-buffer):
7689         Fill buffer with spaces instead of ^A.
7691         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
7692         launched asynchronously, delete its process instead of being cool.
7693         (ispell-async-processp): Check for `delete-process' existence
7694         instead of `kill-process' one for consistency.
7696 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
7698         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
7699         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
7700         in mode line at startup.
7702 2006-06-08  Kim F. Storm  <storm@cua.dk>
7704         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
7705         (ido-init-completion-maps): Bind them to M-SPC and M-v.
7706         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
7707         (ido-file-internal): Pass full file name to write-file.
7708         (ido-read-internal): Only pop stack elements automatically if they
7709         actually match an existing directory or file name.
7711 2006-06-07  Kenichi Handa  <handa@m17n.org>
7713         * international/mule.el (find-auto-coding): Don't handle the short
7714         name `char-trans'.
7716         * files.el (hack-local-variables-prop-line)
7717         (hack-local-variables): Cancel the previous change.
7719 2006-06-06  Jesper Harder  <harder@phys.au.dk>
7721         * ediff-diff.el (ediff-test-utility): Protect against file-error.
7723 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
7725         * diff-mode.el (diff-mode): Set buffer-read-only to t when
7726         diff-default-read-only is non-nil.
7727         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
7728         (diff-refine-hunk): Set inhibit-read-only to t.
7730         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7731         modifying the *Diff* buffer.
7732         (diff-process-filter): New filter function for diff process that
7733         sets inhibit-read-only to t when modifying the *Diff* buffer.
7735 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
7737         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
7738         insertion point and control the number of empty lines.
7739         (org-paste-subtree): Limit the number of empty lines at the end of
7740         the inserted tree.
7741         (org-agenda): Use buffer name of current file for narrowing.
7742         (org-export-as-xml): Command removed.
7743         (org-export-xml-type): Option removed.
7744         (org-mode-map): Call `org-export-as-xoxo' directly.
7745         (org-get-indentation): New optional argument LINE.
7746         (org-fix-indentation, org-remove-tabs): New functions.
7747         (org-export-as-ascii, org-ascii-level-start): Determine and apply
7748         correct indentation for headlines that are converted it items.
7749         (org-skip-comments): Remove table lines that contain narrowing
7750         cookies but no other non-empty fields.
7751         (org-set-tags): Allow groups of mutually exclusive tags.
7752         (org-cmp-time): Sort 24:21 before items without time.
7753         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
7754         (org-open-at-point): Require double colon also for numbers.
7756 2006-06-06  Kim F. Storm  <storm@cua.dk>
7758         * ido.el (ido-default-file-method, ido-default-buffer-method):
7759         Make choice values consistent with corresponding command names.
7760         (ido-visit-buffer): Update accordingly.  Default to selected-window.
7762 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
7764         * progmodes/gud.el (gud-running): Fix doc string.
7765         (gud-menu-map): Use :visible instead fo :enable for debugger test.
7766         (gud-tooltip-modes): Add python-mode.
7767         (gud-tooltip-print-command): Add pdb.  Remove perldb.
7769 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
7771         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
7772         Quote $(EMACS).
7774 2006-06-05  Richard Stallman  <rms@gnu.org>
7776         * faces.el (defined-colors): Doc fix.
7778 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
7780         * vc.el (vc-process-filter): Inhibit undo info collection around
7781         call to insert.
7782         (vc-setup-buffer): Likewise for call to erase-buffer.
7783         (vc-do-command): Likewise for call to process-file.
7785 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
7787         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
7788         for gud-go.
7789         (gud-common-init): Other debuggers may trigger error.
7791 2006-06-05  Kenichi Handa  <handa@m17n.org>
7793         * international/mule.el (find-auto-coding):
7794         Handle enable-character-translation in file header.
7796 2006-06-04  Kim F. Storm  <storm@cua.dk>
7798         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
7799         (authors-fixed-entries): Fix spelling.
7800         (authors-canonical-file-name): Don't report error for wildcards.
7802         * help.el (view-emacs-news): Rewrite to support new NEWS,
7803         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
7804         e.g. version 10 matches 1.10, and don't be confused by version 1.1
7805         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
7807 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
7809         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
7810         exec constructs like `foo bar`.
7811         (sh-quoted-subshell): New helper function to search for a possibly
7812         nested subshell (like `` or $()) within a "" quoted string.
7813         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
7814         (sh-apply-quoted-subshell): Flag quote characters inside a
7815         subshell, which is itself already in a quoted region, as
7816         punctuation, since this is the closest to what they actually are.
7817         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
7818         sh-apply-quoted-subshell.
7819         (sh-font-lock-syntactic-face-function): Apply the new face for
7820         text inside `` instead of the old font-lock-string-face.
7822 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7824         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
7825         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
7826         (mac-bytes-to-text-range, mac-ae-text-range-array)
7827         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
7828         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
7829         (mac-ts-unicode-for-key-event): New functions.
7830         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
7831         (mac-handle-font-selection): Use mac-ae-number.
7832         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
7833         New variables.
7834         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
7835         (mac-ts-converted-text, mac-ts-selected-converted-text)
7836         (mac-ts-block-fill-text, mac-ts-outline-text)
7837         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
7838         (mac-ts-hilite-style-faces): New constant.
7839         (mac-apple-event-map): Bind text input events.
7840         (mac-dispatch-apple-event): Use command-execute instead of
7841         call-interactively.
7842         (global-map): Don't bind mac-apple-event.
7843         (special-event-map): Bind mac-apple-event.
7845 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
7847         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
7848         file name.
7849         (emacs): Enclose the value of $(EMACS) in quotes.
7851 2006-06-02  Juri Linkov  <juri@jurta.org>
7853         * international/mule.el (sgml-html-meta-auto-coding-function):
7854         Remove the condition `(search-forward "<html" size t)'.
7855         Replace `\"' with `[\"']?' in `re-search-forward'.
7857 2006-06-02  Kenichi Handa  <handa@m17n.org>
7859         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
7860         as well as `coding'.
7861         (hack-local-variables): Likewise.
7863         * international/mule.el (enable-character-translation):
7864         Put permanent-local and safe-local-variable properties.
7865         (find-auto-coding): Handle char-trans: tag.
7867 2006-06-02  Juri Linkov  <juri@jurta.org>
7869         * international/mule.el (sgml-html-meta-auto-coding-function):
7870         Limit the search by the end of the HTML header (if any).
7872 2006-06-01  Richard Stallman  <rms@gnu.org>
7874         * subr.el (with-current-buffer): Doc fix.
7876 2006-06-02  Masatake YAMATO  <jet@gyve.org>
7878         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
7879         Almost rewrite.  Underlines over all lines of gcov output are too
7880         uncomfortable to read.  Suggested by Dan Nicolaescu.
7882 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
7884         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
7886         * shell.el (shell-mode): Use shell-mode-map in docstring.
7888         * comint.el (comint-send-input): Do not add help-echo and
7889         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
7891 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7893         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
7895 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7897         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
7898         (gdb-stopped, gdb-info-stack-custom): If there is no source info
7899         look up the stack and pop up GUD buffer if necessary.
7900         (gdb-frames-select): Remove redundant call to gud-display-frame.
7901         (gdb-info-threads-custom): Keep point at start of buffer.
7902         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
7904 2006-05-31  Juri Linkov  <juri@jurta.org>
7906         * replace.el (query-replace-read-from, query-replace-read-to):
7907         Bind `history-add-new-input' to nil.  Call `add-to-history'.
7909 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7911         * textmodes/table.el: Convert all HTML tags to lower case for
7912         XHTML compatibility.
7914 2006-05-31  Masatake YAMATO  <jet@gyve.org>
7916         * progmodes/compile.el:
7917         (compilation-error-regexp-alist-alist::gcov-called-line):
7918         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
7920 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
7922         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
7923         Revert inadvertent changes made with last commit.
7925 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7927         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
7928         New functions.
7930         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7932 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7934         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7935         only matches in the right place.
7936         (org-upcoming-deadline): New face.
7937         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7938         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7939         and make it an option.
7940         (org-export-ascii-bullets): New option.
7941         (org-export-as-html): Many changes to emit valid XHTML.
7942         (org-par-open): New variable.
7943         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7944         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7945         (org-timeline): Pass `org-timeline-show-empty-dates' to
7946         `org-get-all-dates'.  Interpret empty dates returned by
7947         `org-get-all-dates'.
7948         (org-get-all-dates): New argument EMPTY.  Add dates without
7949         entries to the list, mark large ranges of empty dates.
7950         (org-point-in-group, org-context): New functions.
7952 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7954         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7956         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7957         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7958         to C-mouse-3 (for 2 button mice).
7959         (gdb-send): Do the right thing for C-d.
7961         * speedbar.el (speedbar-detach): Delete.
7962         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7963         it breaks things.
7964         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7966 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7968         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7969         Makeppfile.
7971         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7972         Add makepp diagnostic.
7974 2006-05-29  Richard Stallman  <rms@gnu.org>
7976         * window.el (fit-window-to-buffer): Doc fix.
7978         * help.el (temp-buffer-max-height): Doc fix.
7980         * subr.el (with-current-buffer): Doc fix.
7982 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7984         * term/x-win.el: Bind F10 to menu-bar-start if available.
7986 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7988         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7989         uses with a simple test.
7990         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7991         (term-send-raw-string, term-send-raw, term-mouse-paste)
7992         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7993         (term-handle-exit, term-read-input-ring)
7994         (term-previous-matching-input-string)
7995         (term-previous-matching-input-string-position)
7996         (term-previous-matching-input-from-input)
7997         (term-replace-by-expanded-history, term-send-input)
7998         (term-skip-prompt, term-bol, term-send-invisible)
7999         (term-kill-input, term-delchar-or-maybe-eof)
8000         (term-backward-matching-input, term-check-source)
8001         (term-proc-query, term-emulate-terminal)
8002         (term-handle-colors-array, term-process-pager, term-pager-line)
8003         (term-pager-bob, term-unwrap-line, term-word)
8004         (term-dynamic-complete-filename)
8005         (term-dynamic-complete-as-filename)
8006         (term-dynamic-simple-complete): Replace one arm ifs with whens or
8007         unlesses.
8009 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8012         during bootstrapping.
8014         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8015         Basically undo the change of 2006-05-26: use extra arguments instead of
8016         dynamic scoping.
8017         (ewoc-locate): Remove unused var `footer'.
8019 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8021         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8023         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8024         (generate-file-autoloads): Obey it.  Return whether autoloads were
8025         added at point or not.
8026         (update-file-autoloads): Use this new return value.
8027         Remove redundant test for the presence of an autoload cookie.
8029         * emacs-lisp/autoload.el (autoload-find-file): New fun.
8030         This one calls hack-local-variables.
8031         (generate-file-autoloads, update-file-autoloads): Use it.
8033         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8034         (bibtex-sort-entry-class): Add safe-local-variable predicate.
8035         (bibtex-sort-entry-class-alist): Don't set the global value.
8036         (bibtex-init-sort-entry-class-alist): New fun.
8037         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8038         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8039         of bibtex-init-sort-entry-class.
8041 2006-05-28  Richard Stallman  <rms@gnu.org>
8043         * subr.el (load-history-regexp): If FILE is relative, insist
8044         entire last name component must match it.
8045         (load-history-filename-element, load-history-regexp): Doc fixes.
8047 2006-05-29  Kim F. Storm  <storm@cua.dk>
8049         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8050         `pos' and `raw-data' for clarity, as eval forms may access these.
8052 2006-05-28  Kim F. Storm  <storm@cua.dk>
8054         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8056 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8058         * progmodes/make-mode.el (makefile-browser-map)
8059         (makefile-mode-syntax-table): Move initialization inside declaration.
8060         (makefile-fill-paragraph): Use the default comment-filling code.
8062 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
8064         * replace.el (query-replace-defaults): New variable.
8065         (query-replace-read-from): Use `query-replace-defaults' for
8066         default value, instead of history list.
8067         (query-replace-read-to): Update `query-replace-defaults'.
8069 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8071         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8072         with no X toolkit.
8074 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
8076         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8077         (tumme-show-all-from-dir): Add autoload.
8079 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8081         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8082         (tumme-remove-tag): Fix bug.
8084 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8086         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8087         FOOTER args.  Update unique caller.
8088         (ewoc-delete): Compute last node once before looping.
8089         (ewoc--node-branch): Merge into unique caller.
8090         (ewoc--node): Don't define constructor make-ewoc--node for this
8091         structure.
8092         (ewoc): Add member `hf-pp' to this structure.
8093         (ewoc--wrap): New func.
8094         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
8095         header/footer pretty-printers.  Save header/footer pretty-printer.
8096         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
8098         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8100 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8102         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8103         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
8104         Tag'.  Change "Compare directories..." to "Change Directories...".
8105         Move tumme commands to Operate, Regexp and Immediate menus.
8106         Change "Add Comment" to "Add Image Comment".  Change "Add Image
8107         Tag" to "Add Image Tags".
8109         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8110         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8111         `tumme-delete-tag'.
8113 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8115         * shell.el (shell-mode): Call shell-dirtrack-mode after
8116         list-buffers-directory is made a local variable, to avoid setting
8117         the default value.
8119 2006-05-26  Kevin Ryde  <user42@zip.com.au>
8121         * info.el (Info-index-next): Use where-is-internal to report
8122         actual binding of Info-index-next, rather than hard-coded `,'.
8124 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8126         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8127         and "Find Command in Manual" to here.
8129         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8130         Info-current-file as the file name.
8132 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
8134         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
8135         overrides will now be done a different way.
8136         (ses-set-parameter): Reapply this function for undo.
8137         (ses-set-header-row): Reconstruct header row during undo.
8138         (ses-widen): New function.
8139         (ses-goto-data, ses-reconstruct-all): Use new function.
8140         (ses-command-hook): Widen buffer during undo, before unupdating
8141         the cells.
8142         (ses-insert-row, ses-delete-row): Widen buffer during undo.
8143         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8144         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8145         formula hasn't been executed yet.
8147 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8149         * comint.el (comint-kill-whole-line): Rename arg to count.
8150         Fix doc string.
8152 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
8154         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8155         to copy-file.
8157 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8159         * simple.el (toggle-truncate-lines): Make arg optional for
8160         backward compatibility.
8162 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
8164         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8165         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8166         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
8167         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8168         (ewoc--adjust): Use ewoc--current-dll.
8169         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8171 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8173         * textmodes/org.el (org-next-item, org-previous-item): Emit more
8174         compact error message.
8175         (org-tags-view): Refresh category table in each file.
8176         (org-table-justify-field-maybe): Remove superfluous arguments to
8177         `format'.
8178         (org-export-as-html): Insert "<p>" before postamble.
8179         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8181 2006-05-26  Kenichi Handa  <handa@m17n.org>
8183         * textmodes/po.el (po-find-charset): Pay attention to the case
8184         FILENAME is a cons (NAME . BUFFER).
8185         (po-find-file-coding-system-guts): Likewise.
8187         * arc-mode.el (archive-set-buffer-as-visiting-file):
8188         Call find-operation-coding-system with (FILENAME . BUFFER).
8190         * tar-mode.el (tar-extract): Call find-operation-coding-system
8191         with (FILENAME . BUFFER).
8193         * international/mule.el (decode-coding-inserted-region):
8194         Call find-operation-coding-system with (FILENAME . BUFFER).
8196 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8198         * image-mode.el (image-toggle-display): Use buffer contents to
8199         generate image for a remote file.
8201 2006-05-25  Juri Linkov  <juri@jurta.org>
8203         * replace.el (query-replace-read-from, query-replace-read-to):
8204         Remove 8th arg KEEP-ALL in read-from-minibuffer.
8206 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
8208         * whitespace.el (whitespace-cleanup): Change to cleanup
8209         region if one is active.
8210         * whitespace.el (whitespace-cleanup-internal): New internal method.
8212 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8214         * dired.el (dired-mode-map): Add help-echo strings to tumme
8215         commands.  Bind `tumme-dired-display-image' to C-t i.
8217         * tumme.el (tumme-display-image): Change documentation string slightly.
8218         (tumme-dired-display-image): Add call to `display-buffer'.
8220 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8222         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8223         Signal error if RAW-DATA is a multibyte string.
8225 2006-05-24  Richard Stallman  <rms@gnu.org>
8227         * subr.el (with-local-quit): When handling `quit' signal,
8228         make a chance for quit-flag to cause a quit.
8230         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8231         (ad-disable-advice): Add autoloads.
8233         * subr.el (read-passwd): Copy PROMPT before changing its properties.
8235 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8237         * dired.el (dired-mode-map): Change menu items for tumme as per
8238         suggestions in emacs-devel.
8240 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8242         * dired.el (dired-mode-map): Fix breakage.
8244 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8246         * tumme.el (tumme-display-dired-image): Rename to...
8247         (tumme-dired-display-image): ...this.
8248         (tumme-track-movement): Change default value to t.
8249         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8250         used from `tumme-next-line-and-display' and similar commands.
8252         * dired.el (dired-mode-map): Add Thumbnail submenu under the
8253         Immediate menu.  Add some tumme commands there.
8255 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8257         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8259 2006-05-24  Chong Yidong  <cyd@mit.edu>
8261         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8262         menu entries that open submenus.
8264 2006-05-24  Alan Mackenzie  <acm@muc.de>
8266         * startup.el (command-line): For names of preloaded files, don't
8267         append ".elc" (now done in Fload), and call file-truename on the
8268         lisp directory.
8270         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
8271         match ANY loaded file with the right name, not just those in
8272         load-path.  Put a regexp matching the file name into
8273         after-load-alist, rather than the name itself.
8275         * subr.el (load-history-regexp, load-history-filename-element)
8276         (do-after-load-evaluation): New functions.
8278         * international/mule.el (load-with-code-conversion): Do the
8279         eval-after-load stuff by calling do-after-load-evaluation.
8281 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8283         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8284         has not been killed.
8286 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8288         * term/mac-win.el: Set idle timer to clean up expired Apple events.
8289         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8290         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8291         Optionally set error message in reply.
8293 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8295         * textmodes/org.el (org-open-at-point): Use renamed variable
8296         `org-confirm-shell-link-function'.
8297         (org-confirm-shell-link-function): Rename from
8298         `org-confirm-shell-links'.
8299         (org-export-directory): New function.
8300         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8301         (org-export-icalendar): Use `org-export-directory'.
8302         (org-indent-item): Keep cursor position.
8303         (org-link-file-path-type): New option.
8304         (org-export-as-html): Fix bug with plain lists starting in
8305         column 0.
8306         (org-export-as-html): Remove deadline formatting, this happens
8307         now already in `org-html-handle-time-stamps'.
8308         (org-export-html-style): Deadline class removed.
8309         (org-insert-labeled-timestamps-at-point): New option.
8310         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8311         of `hide-sublevels 1', in case the first headline is not level 1.
8312         (org-overview, org-content): New fuction.
8313         (org-cycle-global-status, org-cycle-subtree-status): Make these
8314         variables buffer-local.
8315         (org-global-cycle): New command.
8316         (org-shifttab): Use `org-global-cycle'.
8317         (org-insert-heading, org-insert-item): Go to end of new
8318         headline/item after creating it.
8319         (org-export-visible): Rename from `org-export-copy-visible'.
8320         Now creates a temporary org-file and applies an exporting command
8321         to it.
8322         (org-table-eval-formula): Support for lisp forms.
8323         (org-agenda-todo-ignore-scheduled): New option.
8324         (org-agenda-get-todos): Use new option
8325         `org-agenda-todo-ignore-scheduled'.
8326         (org-export-html-inline-images): New value `maybe'.
8327         (org-export-as-html): Inlining of images dependent on link description.
8328         (org-archive-subtree): Check for end-of-buffer before trying
8329         `kill-line'.
8330         (org-agenda-follow-mode): New option.
8331         (org-export-with-tags, org-export-with-timestamps): New options.
8332         (org-html-handle-time-stamps): New function.
8333         (org-keyword-time-regexp): New variable.
8334         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8335         (org-agenda-todo-list-sublevels): New option.
8336         (org-html-level-start): When TITLE is nil, just close all levels.
8337         (org-parse-key-lines, org-parse-export-options): Remove functions,
8338         replaced by `org-infile-export-plist'.
8339         (org-combine-plists, org-infile-export-plist)
8340         (org-default-export-plist): New functions.
8341         (org-export-html-preamble, org-export-html-postamble)
8342         (org-export-html-auto-preamble, org-export-html-auto-postamble):
8343         New variables.
8344         (org-export-publishing-directory): New option.
8345         (org-export-as-html, org-export-as-ascii): Use the new property
8346         lists for settings.
8347         (org-export-copy-visible, org-export-as-xoxo):
8348         Respect `org-export-publishing-directory'.
8349         (org-link-search, org-store-link, org-file-apps): Support for
8350         links to BibTeX database entries..
8351         (org-get-current-options, org-set-regexps-and-options):
8352         Implement logging as a startup option.
8353         (org-store-link): Make sure context string is never empty
8354         (org-insert-link): Use relative path when possible.
8355         (org-at-item-checklet-p): New function.
8356         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8357         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8358         (org-metaright, org-metaup, org-metadown, org-shiftup)
8359         (org-shiftdown, org-shiftright, org-shiftleft)
8360         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8361         Dispatch using `call-interactively'.
8362         (org-call-with-arg): New defsubst.
8363         (org-tag-alist, org-use-fast-tag-selection): New options.
8364         (org-complete): Use `org-tag-alist'.
8365         (org-fast-tag-insert, org-fast-tag-selection): New functions.
8366         (org-next-item, org-previous-item): New commands.
8367         (org-beginning-of-item, org-end-of-item): Add (interactive) to
8368         make command.
8369         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8371 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
8373         * emacs-lisp/ewoc.el (ewoc-delete): New function.
8374         (ewoc-filter): Use `ewoc-delete'.
8376         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8378 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8381         Signal more user-friendly error messages.
8383         * complete.el (PC-do-completion): Undo the addition of implicit
8384         wildcards if they did not lead to finding any match.
8385         (read-file-name-internal): Don't add the final > if the completion is
8386         not finished.
8388 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8390         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8391         Quote safe-local-variable predicate.
8393 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8395         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8397 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8399         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8401         * progmodes/make-mode.el (makefile-special-targets-list)
8402         (makefile-macro-table, makefile-target-table): Mark as risky.
8403         (makefile-query-one-target-method): Make this the alias for the
8404         following variable.
8405         (makefile-query-one-target-method-function): Make this the real name.
8407         * textmodes/artist.el (artist-text-renderer): Make this the alias
8408         for the following variable.
8409         (artist-text-renderer-function): Make this the real name.
8411         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8412         the alias for the following variable.
8413         (flyspell-generic-check-word-predicate): Make this the real name.
8415         * textmodes/ispell.el (ispell-format-word): Make this the alias
8416         for the following variable.
8417         (ispell-format-word-function): Make this the real name.
8418         (ispell-message-text-end): Mark as risky.
8420         * skeleton.el (skeleton-transformation, skeleton-filter)
8421         (skeleton-pair-filter): Make these the aliases for the following
8422         variables.
8423         (skeleton-transformation-function, skeleton-filter-function)
8424         (skeleton-pair-filter-function): Make these the real names.
8426         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8427         and skeleton-pair-filter-function.
8429         * textmodes/sgml-mode.el (sgml-transformation): Make this the
8430         alias for the following variable.
8431         (sgml-transformation-function): Make this the real name.
8432         (sgml-tag-alist): Mark as risky.
8434 2006-05-21  Richard Stallman  <rms@gnu.org>
8436         * simple.el (kill-region): Interactively, pass point, then mark.
8438 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8440         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8442 2006-05-21  Romain Francoise  <romain@orebokech.com>
8444         * dired-x.el (dired-mode-map): Don't bind M-g.
8446 2006-05-20  Richard Stallman  <rms@gnu.org>
8448         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8449         (dired-goto-file): Doc fix.
8451 2006-05-21  Kim F. Storm  <storm@cua.dk>
8453         * emulation/cua-base.el: Mention customizing cua-mode as alternative
8454         way to enable built-in cua-mode if user loads older CUA-mode package.
8456         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8457         if default-filename is specified.
8459 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8461         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8463         * info.el (info-apropos): Make sure current-file and current-node
8464         have non-nil values.  Speed up by using add-to-list instead of
8465         manual consing.
8467 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8469         * progmodes/make-mode.el (makefile-mode): Doc fix.
8471 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8473         * dired-aux.el (dired-do-shell-command): Doc fix.
8475 2006-05-20  Kevin Ryde  <user42@zip.com.au>
8477         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8478         ``(custom-manual :tag "Foo" "(foo)Node")''.
8480 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
8482         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8483         value is an integer.
8485 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8487         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8488         "format".
8489         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8491 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
8493         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8494         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8496 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8498         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8499         regexp for keywords.
8501 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
8503         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8504         replace-regexp-in-string.
8506         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8507         encode, and escape file name on conversion to URL.
8509 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8511         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8512         Don't unescape URL.
8513         (dnd-get-local-file-name): Unescape URL on conversion to file name.
8515         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8516         on conversion to URLs.
8518         * net/browse-url.el (browse-url-file-url): Encode file name on
8519         conversion to URL.
8521         * term/mac-win.el (mac-ae-open-documents): Escape file name on
8522         conversion to URL.
8524 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
8526         * progmodes/cc-styles.el (c-style-alist): Doc fix.
8528 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8530         * term/mac-win.el (mac-bytes-to-digits): Remove function.
8531         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8533 2006-05-19  Glenn Morris  <rgm@gnu.org>
8535         * calendar/diary-lib.el (diary-bahai-date)
8536         (list-bahai-diary-entries, mark-bahai-diary-entries)
8537         (mark-bahai-calendar-date-pattern): Not interactive.
8538         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
8539         (diary-entries-list): Change format of 4th element in each entry.
8540         (diary-list-entries): Use add-to-diary-list.
8541         (diary-goto-entry): Handle the case where the buffer visiting the
8542         diary has been killed.
8543         (fancy-diary-display): Add 'locator to button rather than 'marker.
8544         Only generate temp-face when there are marks to apply.
8545         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8546         (diary-fancy-date-pattern): New variable.
8547         (diary-time-regexp): Doc fix.
8548         (diary-anniversary, diary-time): New faces.
8549         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8550         diary-time-regexp.  Add font-lock-multiline property where needed.
8551         Use new faces diary-anniversary and diary-time.
8552         (diary-fancy-font-lock-fontify-region-function): New function, to
8553         handle multiline font-lock pattern in fancy diary.
8554         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8555         (diary-font-lock-keywords): Tweak time regexp.  Use new face
8556         diary-time.
8558 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
8560         * international/code-pages.el (mik): Table corrected.
8562 2006-05-18  Kim F. Storm  <storm@cua.dk>
8564         * progmodes/grep.el (grep-find): Don't check grep-find-command
8565         before running command (breaks non-interactive usage).
8567 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
8569         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8570         (ewoc--insert-new-node): Don't insert trailing newline.
8571         Instead, adjust successor nodes's start markers.
8572         (ewoc--refresh-node): Delete all text from current node's start
8573         marker to the next one's; adjust successor nodes's start markers.
8574         (ewoc--create): Doc fixes.
8575         (ewoc--refresh): Don't insert newline.
8576         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8577         * pcvs.el (cvs-make-cvs-buffer):
8578         Specify extra newline for ewoc's header and footer.
8579         (cvs-update-header): Update initial header recognition.
8580         Append newline to final header and footer values.
8581         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8583 2006-05-17  Richard Stallman  <rms@gnu.org>
8585         * files.el (file-name-extension): Doc fix.
8587 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8589         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8590         we can explicitly enable/disable rather than toggle.
8591         (shell-mode): Use it.
8592         (shell-cd): Don't try to reproduce what `cd' does.
8594 2006-05-17  Kim F. Storm  <storm@cua.dk>
8596         * ido.el (ido-read-internal): Use only nondirectory part of
8597         default item.
8599 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
8601         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8602         (ewoc-nth): Doc fix.
8604         (ewoc-map, ewoc-invalidate): Compute PP before looping.
8606 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
8608         * international/mule.el (auto-coding-alist): Add .lha to files
8609         read with no-conversion.
8611         * files.el (auto-mode-alist): Add .lha files to archive file
8612         extensions.
8614         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8615         Convert csize to integer when computing offsets within the
8616         compressed archive file.
8618 2006-05-16  Kim F. Storm  <storm@cua.dk>
8620         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
8621         with read-from-minibuffer.
8623 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8625         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
8626         (byte-compile-warnings): Fix safe-local-variable property.
8628 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
8630         * allout.el (allout-show-bodies, allout-old-style-prefixes)
8631         (allout-stylish-prefixes, allout-numbered-bullet)
8632         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
8633         predicates to qualify `safe-local-variable' property, when
8634         available, else use equivalent lambda.
8635         (allout-current-topic-collapsed-p): Do the right thing regarding
8636         trailing blank lines.
8638 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8640         * server.el (server-start): Only create a directory if needed.
8641         (server-edit, server-unload-hook): server-start => server-mode.
8642         (kill-emacs-hook): Cleanup upon exit.
8644 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8646         * hexl.el (hexlify-buffer): Encode process arguments manually.
8648 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
8650         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
8651         call to gdb-tooltip-print.
8653 2006-05-15  Romain Francoise  <romain@orebokech.com>
8655         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
8656         systems, default to "tar" since those systems probably have GNU tar.
8658 2006-05-14  Lars Hansen  <larsh@soem.dk>
8660         * desktop.el (desktop-missing-file-warning): Fix docstring.
8661         (desktop-restore-file-buffer): Correct question asked on missing file.
8663 2006-05-14  Kim F. Storm  <storm@cua.dk>
8665         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
8666         Add CUA move property.
8668 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
8670         * custom.el (custom-push-theme): Load the variable before checking
8671         its `standard-value'.
8673 2006-05-13  Lars Hansen  <larsh@soem.dk>
8675         * desktop.el (desktop-save): Use with-temp-buffer.
8677 2006-05-12  Glenn Morris  <rgm@gnu.org>
8679         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
8680         * calendar/calendar.el (calendar-mode-map):
8681         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
8682         * calendar/appt.el (appt-check, appt-make-list): Refer to
8683         diary-view-entries, diary-list-entries, diary-show-all-entries
8684         rather than obsolete aliases.
8686 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
8688         * simple.el (line-move-finish): Avoid calling point motion hooks
8689         while processing intangibility.
8691 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8693         * term/xterm.el (terminal-init-xterm): Fix typo.
8695 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
8697         * allout.el (allout-view-change-hook): Mark as being deprecated,
8698         to be replaced by `allout-exposure-change-hook'.
8699         (allout-exposure-change-hook): New, replacing
8700         `allout-view-change-hook'.
8701         (allout-flag-region): Run new hook `allout-exposure-change-hook',
8702         in addition to `allout-view-change-hook'.
8703         (allout-show-bodies, allout-old-style-prefixes)
8704         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
8705         lambda forms to prevent their showing up in variable help
8706         presentations as inscrutable byte-compiled code.
8707         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
8708         Use string-or-null-p to qualify safe-local-variable values.
8709         (allout-reindent-bodies): Use memq to qualify matches against
8710         valid safe-local-variable values.  Also, quote the lambda as above.
8711         (allout-use-mode-specific-leader): Add missing candidate-value
8712         symbols, use memq, and quote the lambda.
8713         (allout-overlay-interior-modification-handler): Remove unused
8714         variables `msg' and 'opened'.
8715         (allout-hidden-p): Constrain invisibility consideration to allout's
8716         invisibility spec, disregarding invisibility for other reasons.
8718 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
8720         * files.el (version-control): Correct safe values.
8722 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
8724         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
8726         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
8727         (ewoc--insert-new-node): New func.
8728         Update callers of deleted funcs to use it, instead.
8730 2006-05-11  Glenn Morris  <rgm@gnu.org>
8732         * calendar/calendar.el (diary-show-all-entries): Do not refer to
8733         obsolete alias `show-all-diary-entries'.
8734         (make-diary-entry): Not interactive.
8735         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
8736         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8737         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8738         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8739         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8740         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
8742 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8744         * calendar/calendar.el (calendar-french-date-string)
8745         (calendar-mayan-date-string, calendar-chinese-date-string)
8746         (calendar-astro-date-string, calendar-iso-date-string)
8747         (calendar-islamic-date-string, calendar-bahai-date-string)
8748         (calendar-hebrew-date-string, calendar-coptic-date-string)
8749         (calendar-ethiopic-date-string, calendar-persian-date-string):
8750         These functions are not interactive.
8752 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
8754         * files.el: Balance parentheses.
8756 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
8758         * files.el, newcomment.el, outline.el, simple.el,
8759         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
8760         * progmodes/cc-vars.el, progmodes/compile.el:
8761         Move `safe-local-variable' declarations to the respective files.
8763         * help-fns.el (describe-variable): Don't print safe-var if it is
8764         byte-code.  Improve wording as suggested by Luc Teirlinck.
8766 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8768         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
8769         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
8770         Use a token for pending-triggers to ensure gdb-var-update
8771         gets called once per user input again for pre-GDB 6.4.
8772         (gdb-var-delete): Match on more complex expressions.
8773         (gdb-var-list-children-handler, gdb-var-create-handler):
8774         Use a token for consistency.
8776 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
8778         * textmodes/org.el (org-read-date, org-goto-calendar)
8779         (org-agenda-goto-calendar):
8780         Bind `view-calendar-holidays-initially' to nil.
8782 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
8784         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
8785         Update all callers to do it there, instead.
8787 2006-05-10  Glenn Morris  <rgm@gnu.org>
8789         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
8790         prefix arg case, to avoid view-diary-entries-initially error.
8791         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8792         (calendar-date-is-legal-p): Handle dates with no day part.
8794 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8796         * comint.el (comint-insert-input): Just make it when
8797         comint-use-prompt regexp is nil (default) and with the mouse.
8798         (comint-copy-old-input): Reinstate from 2004-06-23.
8799         (comint-mode-map): Bind C-c C-m to it.
8801 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
8803         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
8804         Remove spurious move to point-max (new comint behavior fixes).
8806         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
8807         compatibility function (Emacs 18/19).
8808         (idlwave-is-continuation-line): Always return point at start of
8809         previous non-blank continuation line.
8810         (keyword-parameters): Fix continued comment font-lock matcher.
8811         (idlwave-font-lock-fontify-region): Written, use as
8812         font-lock-fontify-region-function, to fix continued keyword
8813         fontification issues.
8815 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8817         * term/mac-win.el (mac-font-panel-mode): Doc fix.
8818         (mac-service-selection, mac-service-open-file)
8819         (mac-service-open-selection, mac-service-mail-selection)
8820         (mac-service-mail-to, mac-service-insert-text): Rename from
8821         mac-services-*.  All uses changed.
8822         (mac-apple-event-map): Rename event symbol `services' to `service'.
8824 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
8826         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
8827         (ewoc--node-enter-first, ewoc--node-enter-last)
8828         (ewoc--delete-node-internal): Merge funcs into unique callers.
8830 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
8832         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
8833         return value of read-from-minibuffer for empty input.
8835 2006-05-09  Miles Bader  <miles@gnu.org>
8837         * comint.el (comint-insert-input): Remove redundant calls to setq
8838         and goto-char.
8840 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
8842         * comint.el (comint-insert-input): Make it work when
8843         comint-use-prompt-regexp is t.
8845 2006-05-10  Miles Bader  <miles@gnu.org>
8847         * subr.el (field-at-pos): New function.
8849         * comint.el (comint-insert-input): Use it.
8851 2006-05-09  Juri Linkov  <juri@jurta.org>
8853         * battery.el (battery-linux-proc-acpi): Also try
8854         `/proc/acpi/thermal_zone/THR2/temperature'.
8856         * files.el <safe-local-variable>: Remove `eval' and `let' binding
8857         for now unused lambda `string-or-null'.
8859         * add-log.el (change-log-default-name): Put `string-or-null-p'
8860         instead of lambda on `safe-local-variable' property.
8862         * diff-mode.el (diff-context->unified): Use `region-beginning' and
8863         `region-end' instead of `mark' and `point'.
8864         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
8865         Operate on region in Transient Mark mode when the mark is active.
8866         Use `region-beginning' and `region-end' instead of `mark' and
8867         `point'.
8868         (diff-hunk-text, diff-goto-source): Doc fix.
8870         * startup.el (fancy-splash-screens, normal-splash-screen): Use
8871         face `mode-line-buffer-id' for mode-line buffer face instead of
8872         hard-coded `(:weight bold)'.
8874         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
8875         buffer-undo-list to t (undo-ask is reproducible by visiting
8876         nested archives).
8878 2006-05-09  Kim F. Storm  <storm@cua.dk>
8880         * progmodes/grep.el (rgrep): Set default directory of *grep*
8881         buffer if we start M-x rgrep in the *grep* buffer and choose
8882         a different base directory.
8884 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
8886         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
8887         completion also when ido is loaded.
8889 2006-05-09  Masatake YAMATO  <jet@gyve.org>
8891         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
8892         "warning" and "import".
8893         (cpp-font-lock-keywords): Added "warning".
8895 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8897         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8899 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8901         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
8902         pages at a time, if we signal the end, we should indeed reach that end.
8904 2006-05-08  David Reitter  <david.reitter@gmail.com>
8906         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
8907         output during execution of the body.
8909 2006-05-08  Kim F. Storm  <storm@cua.dk>
8911         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
8913 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
8915         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
8916         Use with-current-buffer.
8918 2006-05-07  Kim F. Storm  <storm@cua.dk>
8920         * subr.el (add-to-history): Remove keep-dups arg.
8922         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
8923         to nil around call to add-to-history.
8925 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
8928         than after a buffer modification.
8930 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
8932         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8933         call to...
8934         (gud-watch): ...here so speedbar is raised for already watched
8935         expressions.
8936         (gdb-speedbar-refresh): Delete function.
8937         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8938         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8939         earlier change).
8940         (gdb-var-evaluate-expression-handler)
8941         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8943         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8944         Update localized contents for all buffers except ignored modes.
8946 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8948         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8949         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8950         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8951         (mac-handle-font-panel-closed, mac-handle-font-selection):
8952         New functions.
8953         (mac-font-panel-mode): New minor mode.
8954         (mac-apple-event-map): Add bindings for toolbar toggle button and
8955         font panel.
8956         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8958 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8960         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8961         Avoid `regexp-opt'; simplify regexp for readability.
8963 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8965         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8966         * files.el (buffer-stale-function):
8967         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8968         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8969         links to the main manual, not to emacs-xtra.
8971 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8973         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8974         MacJapanese if text is ASCII-only.
8976 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8978         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8979         unless so nil isn't returned.
8980         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8982 2006-05-06  Kim F. Storm  <storm@cua.dk>
8984         * subr.el (add-to-history): New function.
8986         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8987         (ediff-merge-files-with-ancestor):
8988         * env.el (setenv):
8989         * isearch.el (isearch-update-ring):
8990         * server.el (server-visit-files):
8991         * progmodes/grep.el (lgrep, rgrep):
8992         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8993         * progmodes/xscheme.el (xscheme-insert-expression):
8994         Use add-to-history.
8996         * kmacro.el (kmacro-push-ring): Use add-to-history.
8997         (kmacro-ring-length): Remove unused defun.
8998         (kmacro-start-macro): Use kmacro-push-ring.
9000 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
9002         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9003         directly instead of a lambda expression that calls it.
9005 2006-05-06  Kim F. Storm  <storm@cua.dk>
9007         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9008         instead of compute-motion.
9010 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
9012         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9013         change.
9015 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
9017         * startup.el (command-line-1): Refer to "Pure Storage" on
9018         pure-space-overflow.
9020 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
9022         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9023         provided faces once they all have been used up.
9025 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9027         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9028         reference to the Lisp manual to the warning about pure space
9029         overflow.
9031 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9033         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9034         argument to avoid the call to `ispell-internal-change-dictionary'
9035         when not needed.
9036         (ispell-change-dictionary): Use this argument and call
9037         `ispell-internal-change-dictionary' after the possible change
9038         to `ispell-local-dictionary'.
9039         (ispell-internal-change-dictionary): Check for a change in
9040         personal dictionary use too.
9042 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9044         * startup.el (command-line): On MS-Windows, probe "~", not
9045         "~USER", for warning about non-existent home directory
9047         * arc-mode.el (archive-l-e): New optional argument `float' means
9048         generate a float value.
9049         (archive-arc-summarize, archive-lzh-summarize)
9050         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9051         with 3rd argument non-nil when file's size is being computed.
9052         Format the file sizes with %8.0f instead of %8d.
9054 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9056         * cus-start.el (all): Add mac-dnd-known-types.
9058         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9059         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9060         (mac-TIFF-to-string): New functions.
9061         (x-get-selection, x-selection-value)
9062         (mac-select-convert-to-string): Use them.
9063         (mac-text-encoding-mac-japanese-basic-variant): New constant.
9064         (mac-dnd-types-alist): New customization variable.
9065         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9066         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9067         (mac-dnd-handle-drag-n-drop-event): New functions.
9068         (mac-drag-n-drop): Remove function.
9069         (global-map): Bind drag-n-drop and M-drag-n-drop to
9070         mac-dnd-handle-drag-n-drop-event.
9072 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
9074         * progmodes/perl-mode.el (perl-beginning-of-function):
9075         Skip anonymous subs.
9077 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
9079         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9080         regexp-opt at run time.
9082         * term.el (term-handle-ansi-escape): Fix off by one error.
9084 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
9086         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9087         (gdb-init-1, gdb-post-prompt): ...and references to it.
9088         (gdb-frame-handler): Strip directory name from filename if present.
9090         * progmodes/gud.el (gdb-force-update): Delete defvar
9091         (gud-speedbar-buttons): ...and references to it.  Use window-start
9092         to try to keep positon in watch expression.
9094 2006-05-03  Richard Stallman  <rms@gnu.org>
9096         * simple.el (next-history-element, previous-history-element): Doc fix.
9098         * isearch.el (isearch-update-ring): Doc fix.
9100 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
9102         * isearch.el (isearch-update-ring): Take history-delete-duplicates
9103         into consideration.  Replace one arm ifs with whens.
9105 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
9107         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9108         (menu): Fix typo.
9110 2006-05-02  Miles Bader  <miles@gnu.org>
9112         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9114 2006-05-02  Jay Belanger  <belanger@truman.edu>
9116         * calc/calc-embed.el (calc-override-minor-modes-map)
9117         (calc-override-minor-modes): New variables.
9118         (calc-do-embedded): Make sure that Calc keystrokes aren't
9119         overwritten by minor modes.
9121 2006-05-02  Chong Yidong  <cyd@mit.edu>
9123         * msb.el (msb): If EVENT is a down event, read and discard the up event.
9125 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9127         * startup.el (command-line-1): Refer to Lisp manual when
9128         pure-space-overflow occurs.
9130         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9131         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9132         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9133         (version-control): Don't use `t' for safe-local-variable declarations.
9135 2006-05-01  Richard Stallman  <rms@gnu.org>
9137         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9138         M-r, M-R, M-A, M-SPC or M-DEL.
9139         (diff-mode-map): diff-refine-hunk now on C-c C-w
9140         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9142         * help-mode.el (help-mode): view-exit-action calls delete-window
9143         only when it is safe and possible.
9145         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9146         in messages.
9148         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9150         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9151         in the default tool-bar-map.
9153 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
9155         * net/tramp.el (tramp-completion-file-name-handler-alist)
9156         (tramp-run-real-handler, tramp-completion-run-real-handler)
9157         (tramp-completion-handle-file-name-all-completions)
9158         (tramp-completion-handle-file-name-completion): Autoload them.
9159         (tramp-completion-handle-file-exists-p)
9160         (tramp-completion-handle-file-name-directory)
9161         (tramp-completion-handle-file-name-nondirectory)
9162         (tramp-completion-handle-expand-file-name): Remove them.
9163         (tramp-handle-file-name-directory): Return the real directory name.
9164         Returning "/" only doesn't need to be necessary any longer.
9165         (tramp-file-name-handler): Make special attention when in hostname
9166         completion mode.
9167         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9168         (tramp-register-file-name-handlers):
9169         Register `tramp-completion-file-name-handler' only when
9170         `partial-completion-mode' is enabled.
9171         (tramp-completion-handle-file-name-all-completions):
9172         Delete directory part from results.
9173         (tramp-get-completion-methods, tramp-get-completion-user-host):
9174         Discard deleting "/", it doesn't work after the change of
9175         `tramp-handle-file-name-directory' above.
9177 2006-05-01  Kim F. Storm  <storm@cua.dk>
9179         * progmodes/grep.el (grep-expand-template): Use save-match-data
9180         and symbol-value.
9182 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9184         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9185         Use select-frame-set-input-focus instead of raise-frame.
9186         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9188 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
9190         * progmodes/gud.el (gud-def): Add %c case.
9191         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9192         (gud-format-command): Make match case sensitive.  Match on %F.
9194 2006-04-30  Glenn Morris  <rgm@gnu.org>
9196         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9197         (cal-tex-preamble): Use cal-tex-preamble-extra.
9198         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9199         than alias `list-diary-entries'.
9201 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
9203         * help-fns.el (describe-variable): Add info about safe local variables.
9205 2006-04-29  Richard Stallman  <rms@gnu.org>
9207         * bindings.el (mode-line-format): help-echo doc fixes.
9209         * net/tramp.el (tramp-file-name-handler-alist): Delete
9210         expand-file-name and other operations that can cause spurious loading.
9212 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9214         * files.el (safe-local-variable-p): Remove support for the special
9215         value t.
9217         * textmodes/paragraphs.el (sentence-end-without-space):
9218         Fix safety predicate.
9219         (sentence-end-double-space, sentence-end-without-period)
9220         (paragraph-ignore-fill-prefix):
9221         * textmodes/fill.el (colon-double-space):
9222         * abbrev.el (abbrev-mode): Tighten the safety predicate.
9224         * subr.el (booleanp): New fun.
9226         * textmodes/reftex-vars.el (reftex-guess-label-type):
9227         Tighten the safety predicate.
9229 2006-04-28  Kim F. Storm  <storm@cua.dk>
9231         * progmodes/grep.el (defgroup grep): Doc fix.
9232         (grep-auto-highlight): Remove.
9233         (grep-template): New defcustom.
9234         (grep-find-template): Rename from grep-tree-template.
9235         (grep-files-aliases): Rename from grep-tree-files-aliases.
9236         Remove "all" alias, add "l" alias.
9237         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9238         (grep-find-ignored-directories): New defcustom to replace
9239         grep-tree-ignore-CVS-directories, to facilitate ignoring
9240         subdirectories for multiple version control systems.
9241         (grep-mode-map): Add Recursive grep item to GREP menu.
9242         (grep-regexp-history, grep-files-history): New defvars.
9243         (grep-probe): New helper function.
9244         (grep-compute-defaults): Use it to simplify code.
9245         Adapt to name changes.
9246         Use `.' as base in grep-find-template rather than <D>.
9247         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
9248         Call grep-compute-defaults unconditionally.
9249         (grep-expand-keywords): New defconst.
9250         (grep-expand-template): Rename from grep-expand-command-macros.
9251         Simplify via grep-expand-keywords.  Look at case-fold-search instead
9252         of grep-tree-ignore-case to add -i option.
9253         Bind case-fold-search to nil while matching keywords.
9254         (grep-tree-last-regexp, grep-tree-last-files): Remove.
9255         (grep-read-regexp, grep-read-files): New helper functions.
9256         (rgrep): Rename from grep-tree.  Rework to use proper histories.
9257         Adapt to changes in defcustoms and functions above.
9258         (lgrep): New command, as grep, but using same interactive UI as rgrep.
9260 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
9262         * net/tramp.el (tramp-completion-file-name-handler):
9263         Disable Tramp's functionality while loading Tramp itself.
9264         (tramp-register-file-name-handlers): That's a defsubst now.
9265         Code from `tramp-repair-jka-compr' moved here.  Apply it via
9266         `after-init-hook'.
9267         (tramp-repair-jka-compr): Remove.
9269 2006-04-27  Jay Belanger  <belanger@truman.edu>
9271         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9272         read expression when `math-read-big-expr' doesn't work.
9274 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
9276         * startup.el (command-line-1): Display warning when
9277         pure-space-overflow is non-nil.
9279 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9281         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9282         risky.
9284 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9286         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9287         Return the URL or nil if none can be generated.
9289 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
9291         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9292         byte compiler warnings.
9293         (gud-basic-call, gud-find-expr): Let user select an expression
9294         for printing.  Print expression as well as value in GUD buffer.
9296 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
9298         * allout.el: Remove local autoload declaration for
9299         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9300         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9301         (allout-plain-bullets-string, allout-distinctive-bullets-string)
9302         (allout-use-mode-specific-leader, allout-old-style-prefixes)
9303         (allout-stylish-prefixes, allout-numbered-bullet)
9304         (allout-file-xref-bullet, allout-presentation-padding)
9305         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9306         safe-local-variable with suitable value spec, and add autoload
9307         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
9308         (move-beginning-of-line, move-end-of-line): Repair so these compat
9309         functions now actually resituate the point, when appropriate.
9311 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9313         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9315         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9316         (add-log-iso8601-time-string): Fix call to format-time-string.
9318 2006-04-26  Kim F. Storm  <storm@cua.dk>
9320         * subr.el (posn-string, posn-image, posn-object): Doc fix.
9322 2006-04-26  Masatake YAMATO  <jet@gyve.org>
9324         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9325         Add support for "//" style comments.  Remove `b' flag
9326         from ?* in `asm-mode-syntax-table'.
9328 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9330         * follow.el: Use (featurep 'xemacs) everywhere.
9331         (follow-mode): Use define-minor-mode.
9332         (follow-mode-map): Move initialization into the declaration.
9333         Use command remapping.
9334         (follow-emacs-version-xemacs-p): Remove.
9335         (follow-submit-feedback): Remove.
9337         * allout.el (allout-layout, allout-passphrase-verifier-string)
9338         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9340         * textmodes/reftex-vars.el (reftex-vref-is-default)
9341         (reftex-fref-is-default, reftex-guess-label-type):
9342         Tighten up a bit the safety predicate.
9344         * textmodes/paragraphs.el (sentence-end-double-space)
9345         (sentence-end-without-period, sentence-end-without-space)
9346         (page-delimiter, paragraph-ignore-fill-prefix):
9347         Tighten up a bit the safety predicate.
9349         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9351         * progmodes/python.el (python-continuation-line-p)
9352         (python-beginning-of-statement): syntax-ppss may return
9353         a negative depth.
9354         (python-mode): Don't forcefully enable font-lock.
9356         * time-stamp.el (time-stamp-start, time-stamp-end)
9357         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9359         * add-log.el: Remove spurious * in docstrings.
9360         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9361         (add-change-log-entry): Use it here, since it's not specific
9362         to iso8601.
9363         (add-log-iso8601-time-string): Don't use it here any more.
9364         (change-log-indent-text, change-log-indent): Rename from add-log-*.
9366         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9368 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
9370         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9371         (rcirc-toggle-low-priority): Doc fix.
9372         (rcirc-handler-NOTICE): Remove beginning of line anchor in
9373         ChanServ regexp.
9374         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9375         #emacs.
9376         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9377         (rcirc-decode-coding-system): Use utf-8 as the default.
9378         (rcirc-multiline-minor-mode): Set the fill-column.
9379         (rcirc-format-response-string): Display bright and dim nicks.
9380         (rcirc-browse-url): Update interactive spec to fill ARG.
9381         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9382         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9384 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
9386         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9387         case for @Article, etc.
9389 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
9391         * net/tramp.el (tramp-register-file-name-handlers): New defun.
9392         Added with autoload cookie.
9393         (tramp-unload-file-name-handlers): Rename from
9394         `tramp-unload-file-name-handler-alist'.
9396 2006-04-23  Romain Francoise  <romain@orebokech.com>
9398         * comint.el (comint-match-partial-filename): Doc fix.
9400 2006-04-21  Glenn Morris  <rgm@gnu.org>
9402         * calendar/cal-menu.el (calendar-mode-map): Refer to
9403         `diary-view-entries' rather than alias `view-diary-entries'.
9404         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9406 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
9408         * progmodes/antlr-mode.el (antlr-default):
9409         * cus-edit.el (custom-documentation):
9410         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9411         in defface.
9413 2006-04-21  Kim F. Storm  <storm@cua.dk>
9415         * image.el (image-type): New defun split out of create-image.
9416         (create-image): Use it.
9418 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9420         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9421         (org-open-at-point): Remove the "...done" message to keep output
9422         in the echo area visible.
9423         (org-export-as-xoxo): Fix call to `indent-region'.
9425 2006-04-21  Kevin Ryde  <user42@zip.com.au>
9427         * international/mule.el (keyboard-coding-system): defcustom
9428         info-link fixes: "Specify Coding" has been split, keyboard now in
9429         "Terminal Coding", and "Single-Byte Character Support" is now
9430         "Unibyte Mode".
9432 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
9434         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9435         Use font-lock-warning-face for any errors e.g. no stack.
9436         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9438 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9440         * progmodes/sh-script.el (sh-shell): Mark as safe.
9442         * newcomment.el (comment-start, comment-start-skip)
9443         (comment-end-skip, comment-end): Mark as safe.
9445 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9447         * textmodes/org.el (org-deadline-announce): Face removed.
9448         (org-level-faces, org-n-levels): Convert to constant.
9449         (org-compatible-face): New function.
9450         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9451         (org-level-5, org-level-6, org-level-7, org-level-8)
9452         (org-special-keyword, org-warning, org-headline-done, org-link)
9453         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9454         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9455         Face definition revised for better color tty support.
9456         (org-bold-re, org-italic-re, org-underline-re): New constants.
9457         (org-set-font-lock-defaults): Use the new constants.
9458         (org-agenda-highlight-todo): New function.
9459         (org-agenda-todo): Fix bug with point at end of line.
9460         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9461         Fontify TODO keywords.
9462         (org-insert-link): Preserve relative path in ../ links.
9463         (org-export-as-html): Convert links pointing to .org files into
9464         links that will work beteen the exported HTML files.
9465         (org-todo-list): Fix bug when arg=0.
9466         (org-insert-heading): More fine-tuning.
9468 2006-04-19  Romain Francoise  <romain@orebokech.com>
9470         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9471         from `rmail-mime-charset-pattern'.
9473 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9475         * progmodes/python.el (python-mode): Fix typo.
9477 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
9479         * comint.el (comint-previous-input): Don't clobber input line
9480         when moving off either end of the input history ring.
9481         (comint-delete-input): New function, used by
9482         `comint-previous-input' and others.
9483         (comint-previous-matching-input):
9484         Use `coming-delete-input'.  Save the partial input if leaving the
9485         edit line.  Goto point-max before deleting input to avoid
9486         partial input fragments hanging around.
9487         (comint-restore-input): New function, used by `comint-previous-input'.
9489 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
9491         * imenu.el (imenu--index-alist): Balance parentheses.
9493 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9495         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9497 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
9499         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9500         file is nil.
9502 2006-04-18  Richard Stallman  <rms@gnu.org>
9504         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9506         * imenu.el (imenu-create-index-function, imenu--index-alist)
9507         (imenu--last-menubar-index-alist, imenu--make-index-alist)
9508         (imenu-default-create-index-function, imenu--generic-function):
9509         Doc fixes.
9511         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9513         * help-mode.el (help-mode): Set view-exit-action to delete window.
9515         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
9516         now works by passing nil as arg.
9518         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9520         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9521         (read-abbrev-file): Provide default when reading filename.
9523         * files.el (enable-local-variables): Allow :all as value.
9524         (hack-local-variables): Implement that value.
9525         (safe-local-variable-values, safe-local-eval-forms)
9526         (enable-local-variables): Mark as risky.
9527         (find-file-visit-truename, kept-old-versions): Mark safe.
9529         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9530         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9531         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9533 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9536         Use forward-line so as to get to BOL even in the presence of fields.
9537         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9538         in return.
9539         (inferior-tcl): Tell tclsh to work in interactive mode.
9541         * complete.el (partial-completion-mode):
9542         Use 'choose-completion-string-functions to make sure that
9543         choose-completion fills the minibuffer properly.
9545         * complete.el (PC-old-read-file-name-internal): Remove.
9546         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9547         of read-file-name-internal.
9548         (partial-completion-mode): Enable/disable this advice.
9550 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
9552         * net/tramp.el (tramp-completion-file-name-handler): Revert change
9553         of 2006-04-17.
9555 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9557         * textmodes/org.el (org-insert-heading): Insert heading before
9558         current if at beginning of line.
9559         (org-todo, org-date): New faces.
9560         (org-table-align): Make sure tooltip window contains full text.
9561         (org-no-properties): New defsubst.
9562         (org-set-font-lock-defaults): Use new faces.
9564 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
9566         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9567         for root variables.
9569         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9570         (gdb-frame-address): Re-use to identify frame for watch expression.
9571         (gdb-var-list, gdb-var-create-handler): Add frame address for root
9572         variables.
9573         (gdb-init-1, gdb-source, gdb-post-prompt)
9574         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9575         (gdb-frame-handler): Get gdb-frame-address.
9577 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
9579         Sync with Tramp 2.0.53.
9581         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9582         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9583         (tramp-completion-file-name-handler): Add autoload cookie for
9584         adding to `file-name-handler-alist'.
9586         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9587         the prompt.  If it returns earlier (when detecting an error
9588         message), the rest of the output will merge accidently with the
9589         output of the next command.  Reported by M Jared Finder
9590         <jared@hpalace.com>.
9592         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9593         for `process-file', in order to let it work for older Emacsen too.
9595 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
9597         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9598         (tex-font-lock-keywords-3): Use it.
9600 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9602         * newcomment.el (comment-add): New function.
9603         (comment-region-default, comment-dwim): Use it.
9605 2006-04-15  Michael Olson  <mwolson@gnu.org>
9607         * emacs-lisp/tq.el: Improve comments.
9608         (tq-queue-head-question): New accessor function.
9609         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9610         Update for modified queue structure.
9611         (tq-queue-add): Accept `question' argument.
9612         (tq-queue-pop): If a question is pending, send it.
9613         (tq-enqueue): Accept new optional argument `delay-question'.
9614         If this is non-nil, and at least one other question is pending a
9615         response, queue the question rather than sending it immediately.
9617 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9619         * calendar/appt.el (appt-add): Check whether an appointment is
9620         already present in appt-time-msg-list.  Simplify code.
9622 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9624         * progmodes/cc-langs.el (c-mode-menu):
9625         Don't presume c-subword-mode is bound.
9627 2006-04-13  Bill Wohler  <wohler@newt.com>
9629         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
9630         (customize-package-emacs-version): Use cdr instead of cadr now
9631         that alists use dotted pairs.
9633         * custom.el (defcustom): Fix docstring for :package-version.
9635 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
9637         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
9638         (tramp-handle-shell-command): Display output buffer only when
9639         `tramp-display-shell-command-buffer' is true.
9640         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
9642 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9644         * textmodes/org.el (org-set-autofill-regexps): Set only the local
9645         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
9647 2006-04-13  Romain Francoise  <romain@orebokech.com>
9649         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9650         leaving temporary .cvsignore buffers behind.
9652 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9654         * textmodes/org.el (org-set-regexps-and-options)
9655         (org-get-current-options): Better names for the startup folding
9656         options.
9658 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
9660         * vc.el (vc-annotate): Arrange for point to end up at the same
9661         line number as in the original, but only when using a new buffer.
9663 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
9665         * files.el (hack-one-local-variable-eval-safep):
9666         Recognize `edebug-form-spec' for `put', but only if it passes
9667         `edebug-basic-spec'.  Generalize `put' handling.
9669         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
9670         vetting file-local form specs.
9672         * allout.el (allout-layout): Autoload its `safe-local-variable'
9673         property.
9675 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9677         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
9678         (org-agenda-mouse-1-follows-link)
9679         (org-mouse-1-follows-link): New options.
9680         (org-format-agenda-item): Fix bug if TAGS is nil.
9681         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9683 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
9685         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
9686         GDB 6.1+ gives full filename for "info sources" so use
9687         file-name-nondirectory.
9689 2006-04-12  Romain Francoise  <romain@orebokech.com>
9691         * subr.el (read-passwd): Bind `message-log-max' to nil.
9693 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9695         * progmodes/perl-mode.el (perl-indent-new-calculate):
9696         Recompute parse-start after jumping backward by a whole sexp.
9698 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9700         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
9701         window configuration.
9702         (vc-annotate-display-select): Select the buffer so that current-buffer
9703         (and selected-window) is the output buffer at the end of vc-annotate.
9705 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
9707         * vc.el (vc-annotate-color-map): Add custom TTY color map for
9708         8-color terminals, to use all of the colors in a sensible order.
9709         256-color terminals work well with the standard map.
9710         (vc-annotate-lines): Only strip the first color character if it
9711         is "#", to allow for terminal-style named colors.
9712         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9713         the correct buffer is scrolled.
9715 2006-04-11  Richard Stallman  <rms@gnu.org>
9717         * emacs-lisp/bytecomp.el (byte-compile-file):
9718         Bind enable-local-variables to :safe, and make normal-mode obey it.
9720         * files.el (enable-local-variables): Allow value :safe.
9721         (normal-mode): Doc fix.
9722         (hack-local-variables): Implement enable-local-variables = :safe.
9723         (hack-local-variables-confirm): Don't prevent quitting.
9725 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * loadhist.el (unload-feature): A bit of sanity check of
9728         load-history entries.  Cancel timer-vars before unbinding them.
9730         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
9731         quote special chars, and make the trick work on the hex part of the
9732         buffer as well.
9733         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
9734         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
9736         * startup.el (normal-splash-screen): Fix last change so we don't wait
9737         2 minutes if we don't show the splash screen.
9739 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
9741         * textmodes/org.el (org-export-plain-list-max-depth)
9742         (org-table-spaces-around-separators)
9743         (org-radio-targets, org-activate-camels)
9744         (org-table-spaces-around-invisible-separators): Options removed.
9745         (org-time-stamp-rounding-minutes, org-remember-templates)
9746         (org-ellipsis, org-activate-links, org-descriptive-links):
9747         New options.
9748         (org-remember-apply-template, org-current-time)
9749         (org-finish-edit-table-field)
9750         (org-link-unescape, org-link-escape)
9751         (org-string-width, org-table-clean-line, org-html-do-expand)
9752         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9753         (org-read-agenda-file-list): New functions.
9754         (org-table-edit-field)
9755         (org-table-create-or-convert-from-region): New commands
9756         (org-table-toggle-vline-visibility): Command removed.
9757         (org-table-convert-region): Made a command.
9758         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
9759         Replace with the normal org- functions.
9760         (org-self-insert-command): Don't trigger realign unnecessarily
9761         when blanking a field that is not full.
9762         (org-mode): `Set buffer-invisibility-spec' for links.
9763         (org-activate-links2): Hide link part and only show descriptive
9764         part of the link.
9765         (org-insert-link): Modify for new linking system.
9766         (org-store-link): Store description separately, for use by
9767         `org-insert-link'.
9768         (org-table-align): Use `org-string-width'.
9769         (defgroup): Completely new group structure for custom variables.
9770         (org-agenda-files): Option: Single file name allowed.  Function:
9771         Optional argument unrestrited means ignore any restricitons.
9772         (org-install-agenda-files-menu): Find a buffer in Org-mode before
9773         trying to modify the menu.  Use generalized access to
9774         `org-agenda-files.'
9775         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9776         (org-agenda-file-to-front, org-remove-file, org-diary)
9777         (org-tags-view, org-export-icalendar-all-agenda-files)
9778         (org-export-icalendar-combine-agenda-files): Use generalized
9779         access to `org-agenda-files'.
9780         (org-remember-handler): Correctly preserve heading if present.
9781         (org-table-insert-row, org-table-insert-hline): Deal with
9782         invisible characters.
9784 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
9786         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
9787         (vc-annotate-color-map): New 18 element constant
9788         value/saturation, rotating hue colormap, from red->blue.
9789         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
9790         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
9791         (vc-annotate): To avoid killing the required local variables,
9792         set them before the end of `with-output-to-temp-buffer', and
9793         after first switching to annotate-mode.
9794         (vc-annotate-warp-version): Add buffer argument in goto-line to
9795         ensure annotation, not source, is scrolled.
9797 2006-04-10  Bill Wohler  <wohler@newt.com>
9799         * custom.el (defcustom, custom-handle-keyword):
9800         Add :package-version keyword.
9801         (custom-add-package-version): New function.  Sets value of new
9802         property 'custom-package-version from :package-version keyword.
9803         (defcustom): Create Common Keywords section in docstring.
9804         (defface, defgroup): Replace definitions of a select few keywords
9805         with a reference to the Common Keywords in defcustom.
9806         (defcustom, defface, defgroup): Replace reference to Customization
9807         chapter in manual with hyperlink.
9809         * cus-edit.el (customize-package-emacs-version-alist): New variable.
9810         (customize-changed-options): Add check for custom-package-version.
9811         (customize-package-emacs-version): New function to look up Emacs
9812         version corresponding to the given package version.
9814         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
9815         defun name, in similar fashion to find-variable-regexp.
9817 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
9819         * international/mule-cmds.el (set-locale-environment): Fix last
9820         change for when the locale's preferences don't specify any encoding.
9822 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
9825         so the defined var/fun doesn't need to be quoted.
9827 2006-04-10  Richard Stallman  <rms@gnu.org>
9829         * finder.el (finder-mode-map): Add n and p bindings.
9831 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
9833         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
9834         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
9835         (gdb-setup-windows): Put something in source window if we can't find
9836         the source file.
9837         (gdb-frame-handler): Make it work again with just assembly.
9838         (gdb-data-list-register-values-handler): Make it work when there is
9839         no stack.
9841 2006-04-09  Richard Stallman  <rms@gnu.org>
9843         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
9844         specs while looking for charset.
9846         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
9848         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9849         Make them faces.
9850         (lm-font-lock-keywords): Update appropriately.
9852 2006-04-10  Kim F. Storm  <storm@cua.dk>
9854         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
9855         it can also replace buffer-substring-no-properties.
9857         * emulation/cua-base.el (cua-delete-region, cua-paste)
9858         (cua-repeat-replace-region): Use filter-buffer-substring.
9860         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9861         (cua-cut-region-to-global-mark): Likewise.
9863         * emulation/cua-rect.el (cua--extract-rectangle)
9864         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
9866 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9868         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
9869         entry-type.  Add field delimiters to numerical fields if they are
9870         not present.
9872 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9874         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
9875         string-const to return value.
9876         (bibtex-remove-delimiters): Use it.
9878 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9880         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
9881         cl-byte-compile-compiler-macro unless it exists.
9883 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9885         * files.el (hack-local-variables-confirm) <offer-save>:
9886         Clarify message text.  Suggested by Ralf Angeli.
9888 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9890         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
9891         (delete-extract-rectangle-line): Use `filter-buffer-substring'
9892         instead of `buffer-substring' and `delete-region'.  (Most of the
9893         code actually copied from `kill-region'.)
9895 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
9897         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
9898         (rcirc-default-port): Rename from rcirc-port.
9899         (rcirc-default-nick): Rename from rcirc-nick.
9900         (rcirc-default-user-name): Rename from rcirc-user-name.
9901         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
9902         (rcirc-low-priority-flag): New variable.
9903         (rcirc-decode-coding-system): New defcustom.
9904         (rcirc-encode-coding-system): New defcustom.
9905         (rcirc-coding-system-alist): New defcustom.
9906         (rcirc-multiline-major-mode): New defcustom.
9907         (rcirc-nick): New internal variable.
9908         (rcirc-process): Remove variable.
9909         (rcirc-server-buffer): New variable.
9910         (rcirc): Update to use rcirc-default-* variables above.
9911         (rcirc-connect): Do not add window-configuration-hook-here.
9912         (rcirc-server): New internal variable.
9913         (rcirc-connect): Do not send keepalive pings if
9914         rcirc-keepalive-seconds is nil.
9915         (with-rcirc-server-buffer): New macro.
9916         (rcirc-send-string): Encode with rcirc-encode-coding-system.
9917         (rcirc-server-name): Rename from rcirc-server.
9918         (rcirc-buffer-process): New function.
9919         (rcirc-buffer-nick): New function.
9920         (rcirc-buffer-target): Remove function.
9921         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9922         New commands.
9923         (rcirc-mode-map): Change binding of C-c C-l to
9924         rcirc-toggle-low-priority.
9925         (rcirc-mode): Initialize coding system based on
9926         rcirc-coding-system-alist.  New change-major-mode-hook to part the
9927         channel on a mode change.  Make kill-buffer-hook buffer-local.
9928         (rcirc-change-major-mode-hook): New function.
9929         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9930         (rcirc-last-post-time): New variable.
9931         (rcirc-process-message): Store the last time user posted a message
9932         to this target.
9933         (rcirc-multiline-minor-mode): New mode.
9934         (rcirc-multiline-minor-mode-map): New mode map.
9935         (rcirc-edit-multiline): Put multiline-edit buffer in
9936         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9937         (rcirc-print): Ignore any line starting with an ignored nick.
9938         (rcirc-print): Decode using rcirc-decode-coding-system.
9939         (rcirc-track-minor-mode): Update global-mode-string when disabling
9940         this mode.
9941         (minor-mode-alist): Add LowPri indicator.
9942         (rcirc-toggle-low-priority): New function.
9943         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9944         next lowpriority buffer with activity.
9945         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9946         last time the user posted a message in to the target.
9947         (rcirc-update-activity-string): New formatting for low priority
9948         buffers.
9949         (rcirc-split-activity): New function.
9950         (rcirc-handler-PART, rcirc-handler-KICK)
9951         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9952         (rcirc-nick-away-alist): New variable.
9953         (rcirc-handler-301): New handler.  Away messages are printed once
9954         per change.
9956 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9958         * info.el (Info-follow-nearest-node): Doc fix.
9960         * international/mule-cmds.el (set-locale-environment): Make sure
9961         the coding-system preferred by the locale's language has the same
9962         EOL conversion type as the original buffer-file-coding-system.
9963         (locale-language-names): Add a few MS Windows language codes.
9965 2006-04-07  Richard Stallman  <rms@gnu.org>
9967         * simple.el (eval-expression): Doc fix.
9969         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9970         (eval-defun): Doc fixes.
9972 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9974         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9976 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9978         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9979         GDB list command without argument for greater generality.
9981 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9983         * subr.el (string-or-null-p): New function.
9985         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9987         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9989         * files.el: Update comment about safe-local-variable declarations.
9991 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9993         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9994         See idlwave.org.
9996         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9997         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
9999         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10000         See idlwave.org.
10002         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10003         version 6.0 (minimal changes).  See idlwave.org.
10005         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10006         6.0 (minimal changes).  See idlwave.org.
10008         * progmodes/idlw-rinfo.el: File obsoleted and removed.
10010 2006-04-06  Romain Francoise  <romain@orebokech.com>
10012         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10013         symmetric encryption features and a new asynchronous interface to
10014         GnuPG.  This new version is version 1.4, plus whitespace changes.
10016 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10018         * files.el: Move some `safe-local-variable' declarations to the
10019         respective files.
10021         * textmodes/ispell.el (ispell-check-comments)
10022         (ispell-local-dictionary): Mark as safe.
10024         * abbrev.el (abbrev-mode): Mark as safe.
10026         * add-log.el (change-log-default-name): Mark as safe.
10028         * textmodes/reftex-vars.el (reftex-vref-is-default)
10029         (reftex-fref-is-default, reftex-level-indent)
10030         (reftex-guess-label-type): Mark as safe.
10032         * textmodes/fill.el (colon-double-space): Mark as safe.
10034         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10035         (sentence-end-double-space, sentence-end-without-period)
10036         (sentence-end-without-space, sentence-end, sentence-end-base)
10037         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10039 2006-04-06  Kim F. Storm  <storm@cua.dk>
10041         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10042         the :set-after list.
10043         (ido-downcase-unc-hosts): New user option.  Default on.
10044         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10045         when it is set, as regexps are now applied on the fly.
10046         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10047         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10048         on the fly, but only when ido-process-ignore-lists is set.
10049         Do case insensitive filtering if ido-downcase-unc-hosts is set.
10050         Only downcase names if ido-downcase-unc-hosts is set.
10052 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
10054         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10056         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10058 2006-04-05  Kim F. Storm  <storm@cua.dk>
10060         * ido.el (ido-mode): Set after ido-unc-hosts and
10061         ido-ignore-unc-host-regexps.
10062         (ido-save-history): Save ido-unc-hosts-cache.
10063         (ido-load-history): Load ido-unc-hosts-cache.
10064         (ido-reread-directory): Refresh unc hosts cache in // dir.
10066         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10067         to nil while displaying slash screen.
10069 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10071         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10072         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10074 2006-04-05  Kenichi Handa  <handa@m17n.org>
10076         * international/characters.el: Setup cases of Latin, Greek, and
10077         Cyrillic characters in CJK charsets.
10079 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10081         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10082         default-enable-multibyte-characters.  This reverts the change from
10083         revision 6.17 which is no longer necessary because the passphrase
10084         is sent separately now.  GnuPG messages are unreadable under
10085         multibyte locales with default-enable-multibyte-characters set to nil.
10087 2006-04-04  Andreas Schwab  <schwab@suse.de>
10089         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10090         and `byte-compile-warnings' as `safe-local-variable'.
10092 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10094         * man.el (Man-mode-map): Restore the \r binding.
10095         (Man-abstract-xref-man-page): If Man-target-string is a function,
10096         call it.
10097         (Man-highlight-references): Use Man-default-man-entry to get the
10098         target.  Deal with xrefs too.
10099         (Man-highlight-references0): Don't call the target function.
10101         * woman.el (WoMan-xref-man-page): Strip the section number, woman
10102         cannot deal with it.
10104 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10106         * pgg-gpg.el: Clean up process buffers every time gpg processes
10107         complete.
10109 2006-04-04  Kenichi Handa  <handa@m17n.org>
10111         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10112         here.
10113         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10114         Temporarily bind inhibit-field-text-motion to t.
10116 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10118         * startup.el (normal-splash-screen): Only set mode-line-format in the
10119         splash buffer, so as not to interfere when debugging the code.
10120         Ignore errors when switching buffer.
10122 2006-04-03  Romain Francoise  <romain@orebokech.com>
10124         * dired.el (dired-dnd-protocol-alist): Fix typo.
10126 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10128         * savehist.el (savehist): Add :version.
10129         (savehist-ignored-variables): New variable.
10130         (savehist-minibuffer-hook): Don't save variables listed in
10131         `savehist-ignored-variables'.
10133         * dired.el (dired-dnd-protocol-alist): Mention that change does
10134         only apply to new buffers in doc string.
10136 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10138         * recentf.el (recentf-open-files-item): Include newline in button
10139         field, so opening a file will work, when the point is at the end
10140         of the file name.  Allow, for example, to [i]search a file by
10141         extension and just push RET to open it.
10143 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10145         * pgg-gpg.el (pgg-gpg-process-filter)
10146         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10148         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10149         lines, temporary fix.
10151 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10153         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10155 2006-04-02  Richard Stallman  <rms@gnu.org>
10157         * progmodes/compile.el (compilation-message-face): Make it defcustom.
10159 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10161         * ibuf-macs.el (define-ibuffer-column): Add a new key:
10162         header-mouse-map.
10164         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10165         (ibuffer-mode-header-map): New keymaps.
10166         (ibuffer-update-title-and-summary): Enable mouse face highlighting
10167         and keybindings for column headers.
10168         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10169         property.
10171 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10173         * speedbar.el (speedbar-after-create-hook): Doc fix.
10175 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
10177         * shell.el (shell-directory-tracker)
10178         (shell-dynamic-complete-command): Doc fixes.
10180 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
10182         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10183         terminals.
10185 2006-04-01  Kim F. Storm  <storm@cua.dk>
10187         * ido.el (ido-unc-hosts-cache): New defvar.
10188         (ido-unc-hosts): If value of defcustom is a function, call it to
10189         get list of UNC hosts.  Add function-item choices to specify
10190         ido-unc-hosts-net-view or user function.
10191         (ido-ignore-unc-host-regexps): New defcustom.
10192         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10193         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10194         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10196 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10198         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10199         wwidth.
10201 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
10203         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10204         (ido-max-work-file-list, ido-switch-buffer)
10205         (ido-read-file-name-as-directory-commands):
10206         Fix typos in docstrings.
10208 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10210         * term/mac-win.el (mac-system-coding-system): Define and use after
10211         Mac-specific coding systems are ready.
10213 2006-03-27  Romain Francoise  <romain@orebokech.com>
10215         * net/rcirc.el (rcirc-connect): Add autoload cookie.
10217         * ldefs-boot.el: Update.
10219 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10221         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10222         passphrases when it is not needed.
10223         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10224         passphrase stuff from gpg, should only be necessary when you use
10225         gpg with a smartcard.
10227 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10229         * comint.el (comint-dynamic-list-completions): Allow user to
10230         select *Completions* buffer.
10232 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
10234         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10236 2006-03-26  Andreas Schwab  <schwab@suse.de>
10238         * progmodes/gud.el (gdb): Only complain about multiple debugging
10239         when the gdb process is still running.
10241 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
10243         * mail/rmail.el (tool-bar-map): Defvar it.
10244         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10245         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10247 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10249         * help.el (print-help-return-message): Suggest to use
10250         display-buffer instead of switch-to-buffer-other-window to restore
10251         the previous window without selecting it.
10253 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10255         * frame.el (select-frame-by-name): Call x-focus-frame also when
10256         window-system is mac.
10258         * term/mac-win.el: Adjust Courier font specifications in
10259         x-fixed-font-alist.
10260         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10261         when directly encoding to UTF-16 in native byte order, no BOM.
10263 2006-03-25  Kim F. Storm  <storm@cua.dk>
10265         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10266         (cua--init-keymaps): Use it instead of fixed C-return.
10267         (cua-mode): Set after it.
10269         * emulation/cua-rect.el (cua--init-rectangles):
10270         Use cua-rectangle-mark-key instead of fixed C-return.
10272 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
10274         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10275         "run" in .gdbinit.
10276         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10278 2006-03-24  Romain Francoise  <romain@orebokech.com>
10280         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10281         `display-buffer-other-frame'.
10283 2006-03-24  Kim F. Storm  <storm@cua.dk>
10285         * apropos.el (apropos-synonyms): Add selection => region.
10287 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10289         * progmodes/gdb-ui.el (gdb-var-create-regexp)
10290         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10291         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10292         (gdb-data-list-register-values-regexp)
10293         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10294         Future proof against new fields being added to MI output.
10295         (gdb-send): Don't treat backslashes for program input as
10296         continuations.
10297         (gdb-assembler-handler): Don't use window-start for this handler.
10298         (gdb-frame-handler): Don't change to hollow arrow if overlay
10299         arrow doesn't move to new frame.
10301 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10303         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10304         prevent compiler warnings.
10305         (gdb-stopped): Check for gud-last-last-frame (case: signal).
10306         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10307         (gdb-assembler-custom): Use hollow-right-triangle for assembler
10308         buffer too.
10310 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
10312         * pgg-gpg.el (pgg-gpg-update-agent): Check for
10313         make-network-process, so we can use the same code in Gnus v5-10
10314         too and have this file fully synchronized with that release.
10316 2006-03-23  Romain Francoise  <romain@orebokech.com>
10318         * ibuf-ext.el (ibuffer-read-filter-group-name):
10319         Use `ibuffer-generate-filter-groups' to make completion list match
10320         the filter groups that are really displayed in the Ibuffer buffer.
10321         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10323 2006-03-23  Kenichi Handa  <handa@m17n.org>
10325         * international/mule-cmds.el (sort-coding-systems): Describe that
10326         the argument is modified in docstring.
10328 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10330         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10331         (pgg-gpg-update-agent): New function.
10332         (pgg-gpg-use-agent-p): New function.
10333         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10334         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10335         (pgg-gpg-sign-region): Use it.
10337 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
10339         * cus-edit.el (custom-face-set): Call custom-push-theme before
10340         face-spec set so that `changed' theme is correctly saved.
10341         (custom-face-reset-standard): Reset to recalculated face rather
10342         than defface spec.
10344         * custom.el (custom-push-theme): Only save `changed' theme if the
10345         current face does not match the defface specs.
10347 2006-03-21  Simon Josefsson  <jas@extundo.com>
10349         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10350         <wilde@sha-bang.de>.
10351         (pgg-gpg-use-agent): New variable.
10352         (pgg-gpg-process-region): Use it.
10353         (pgg-gpg-encrypt-region): Likewise.
10354         (pgg-gpg-encrypt-symmetric-region): Likewise.
10355         (pgg-gpg-decrypt-region): Likewise.
10356         (pgg-gpg-sign-region): Likewise.
10357         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10359 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
10361         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10362         bracket links.
10364 2006-03-21  Kim F. Storm  <storm@cua.dk>
10366         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10367         fringe-indicator-alist instead of modifying global value.
10368         (gdb-frame-handler): Likewise.
10370 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
10372         * diff-mode.el (diff-function): Make it inherit from diff-header
10373         instead of diff-context.
10375         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10376         bitmap.
10377         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10378         change names in macro above for consistency.
10379         (gdb-frame-handler): Use hollow-right-triangle for all selected
10380         frames which except the innermost (where execution has stopped).
10381         (gdb-reset): Reset buffer-local values of overlay-arrow.
10383 2006-03-20  Richard Stallman  <rms@gnu.org>
10385         * simple.el (set-mark-command): Doc fix.
10387         * files.el (display-buffer-other-frame): New command.
10388         (ctl-x-4-map): Bind C-x 5 C-o to it.
10390 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10392         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10393         rather than just defer-time, in case defer-time has been changed but
10394         the timer isn't running yet.
10395         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10397 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
10399         * help-mode.el (help-follow-symbol): New function.
10400         Essentially identical to the old `help-follow', but do not let
10401         `push-button' do the work when on an xref.
10402         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10404 2006-03-19  Richard Stallman  <rms@gnu.org>
10406         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10407         preceded by the word `program'.
10408         (help-follow-mouse, help-follow): Throw error if not on xref.
10409         Delete no longer used args.
10411 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
10413         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10414         annotation ensure gud-overlay-arrow-position is redisplayed.
10416 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10418         * textmodes/bibtex.el (bibtex-include-OPTkey)
10419         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10420         (bibtex-autokey-name-case-convert)
10421         (bibtex-autokey-titleword-case-convert): Make these the aliases
10422         for the following two variables.
10423         (bibtex-autokey-name-case-convert-function)
10424         (bibtex-autokey-titleword-case-convert-function): Make these the
10425         real names.
10426         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10427         bibtex-font-lock-crossref sublists.
10428         (bibtex-mode): Revert 2005-12-30 change (which made
10429         completion-ignore-case buffer-local).
10430         (bibtex-url): Simplify.
10432 2006-03-19  Kim F. Storm  <storm@cua.dk>
10434         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10435         cursor property value to 2 (to align with C level change).
10437 2006-03-19  Bill Wohler  <wohler@newt.com>
10439         * image.el (image-load-path-for-library): Shorten first line in
10440         docstring.
10442 2006-03-18  Richard Stallman  <rms@gnu.org>
10444         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10446 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
10448         * isearch.el (isearch-other-meta-char): Handle user bindings for
10449         shifted control characters.
10451 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
10453         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10454         part that matches email addresses, file names, etc.
10456 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
10458         * term/w32-win.el (mouse-set-font):
10459         Mention w32-list-proportional-fonts in the doc string.
10461 2006-03-18  Kim F. Storm  <storm@cua.dk>
10463         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10464         (ido-unc-hosts): New user option to explicitly define list of know
10465         UNC-style hosts for completion.
10466         (ido-cache-unc-host-shares-time): New user option.
10467         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10468         New helper functions for UNC file-name support.
10469         (ido-may-cache-directory): Check for UNC host.  Simplify.
10470         (ido-wash-history): Clean out old UNC hosts.
10471         (ido-nonreadable-directory-p): UNC hosts are always readable.
10472         (ido-directory-too-big-p): UNC hosts are never too big.
10473         (ido-set-current-directory): Handle UNC root path.
10474         (ido-file-name-all-completions): Complete UNC host names from
10475         ido-unc-hosts list.  Cache UNC host shares.
10476         (ido-make-file-list-1): Don't filter UNC root.
10477         (ido-exhibit): Check for // in root directory, and switch to UNC
10478         mode by setting ido-current-directory to //.
10480 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10482         * cus-edit.el (customize-changed-options): Mention explicit
10483         version number as default in prompt.
10485 2006-03-17  Bill Wohler  <wohler@newt.com>
10487         * image.el (image-load-path-for-library): Minor docstring fix.
10489 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
10491         * textmodes/org.el (org-read-date): Include subgroup 5 into
10492         replacement text.
10493         (org-popup-calendar-for-date-prompt): Fix customization type.
10495 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
10497         * progmodes/gdb-ui.el (gud-watch): Provide completion.
10498         (gdb-continuation): New variable.
10499         (gdb-send): Deal with continuation lines.
10501         * progmodes/gud.el (gud-gdb-complete-command)
10502         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10503         expressions.
10504         (gud-tooltip-mode): Use buffer-local value.
10506 2006-03-16  Kim F. Storm  <storm@cua.dk>
10508         * ido.el (ido-edit-input): Use selected match, if any.
10510 2006-03-16  Bill Wohler  <wohler@newt.com>
10512         * image.el (image-load-path-for-library): Prefer user's images in
10513         image-load-path.
10515 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
10517         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10518         when checking for attempt to drag leftmost or rightmost scrollbar.
10520 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
10522         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10523         (gdb-force-mode-line-update): New function.
10524         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10525         (gdb-exited): Use them.
10526         (gdb-signal): New function.
10527         (gdb-annotation-rules): Provide a rule for it.
10529 2006-03-16  Kenichi Handa  <handa@m17n.org>
10531         * international/mule.el (auto-coding-regexp-alist): Add entries
10532         for Unicode BOM.
10534         * sort.el (sort-build-lists): Temporarily bind
10535         inhibit-field-text-motion to t.
10537 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
10539         * locate.el (locate-command, locate-make-command-line)
10540         (locate-fcodes-file, locate-update-command)
10541         (locate-prompt-for-command, locate, locate-with-filter)
10542         (locate-get-file-positions): Doc fixes.
10543         (locate-buffer-name, locate-header-face): Remove leading `*' in
10544         defcustom.
10545         (locate-filter-output): Use `keep-lines' instead of its alias
10546         `delete-non-matching-lines'.
10547         (locate-get-filename, locate-get-dirname): Add introductory comment.
10548         (locate-find-directory-other-window): Give appropriate error
10549         message if used outside main listing.
10551 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10554         the new extend-region feature.
10555         (font-lock-after-change-function): Update correspondingly.
10556         * jit-lock.el (jit-lock-after-change): Update correspondingly.
10557         * progmodes/grep.el (font-lock-lines-before): Don't disable.
10559 2006-03-15  Bill Wohler  <wohler@newt.com>
10561         * image.el (image-load-path-for-library): Fix example by not
10562         recommending that one binds image-load-path.  Just defvar it to
10563         placate compiler and only use it if previously defined.
10565 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
10567         * textmodes/org.el (org-insert-centered): Use `string-width' to
10568         make underlining work for wide characters.
10569         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10570         TAB to `org-cycle', to make sure that no binding in
10571         `outline-mode-map' can supercede it.
10573 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
10575         * allout.el: Increment version to 2.2.1 in file commentary.
10577         (allout-version): Increment to 2.2.1.
10579         (allout-default-layout): New customization variable, used when the
10580         file lacks a specific allout-layout.  Uses allout-layout-type for
10581         recursively nested definition.
10583         (allout-layout-type): Widget defining allout layouts, necessary for
10584         self-recursive definition.
10586         (allout-mode): Incorporate allout-default-layout as fallback for
10587         allout-layout.
10589         (allout-layout): Mark as 'safe-local-variable', and refer mention
10590         fallback to `allout-default-layout' in absence of a specified value.
10591         (allout-passphrase-verifier-string)
10592         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10594         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10596         (allout-get-encryption-passphrase-verifier): Use correct name of
10597         passphrase verifier in docstring.
10599 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
10601         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10602         elements.
10603         (gdb-find-watch-expression): Make it work for arrays too.
10604         Follow change to gdb-var-list.
10605         (gud-watch): Allow the user to enter variable name with a prexix
10606         arg.  Create keybindings.
10607         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10608         (gdb-var-list-children-handler, gdb-var-update-handler)
10609         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10610         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10611         Follow change to gdb-var-list.
10612         (gdb-starting): Don't show the overlay arrows when program is running.
10614         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10615         gdb-var-list.
10617 2006-03-14  Bill Wohler  <wohler@newt.com>
10619         * image.el (image-load-path-for-library): Pass value of path
10620         rather than symbol.  Always return list of directories.
10621         Guarantee that image directory comes first.
10623 2006-03-14  Alan Mackenzie  <acm@muc.de>
10625         * font-core.el (font-lock-extend-region\(-function\)?.):
10626         New function/variable.
10628         * font-lock.el (font-lock-after-change-function):
10629         Call font-lock-extend-region.  Obey font-lock-lines-before.
10630         (font-lock-default-fontify-region): Remove reference to
10631         font-lock-lines-before.
10633         * jit-lock.el (jit-lock-after-change):
10634         Call font-lock-extend-region.  Obey font-lock-lines-before.
10636 2006-03-14  David Ponce  <david@dponce.com>
10638         * tree-widget.el (tree-widget-themes-load-path)
10639         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10641 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
10643         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
10644         (rcirc-print): Mark the start of text at the end of the prompt.
10645         (rcirc-track-minor-mode): Add autoload cookie.
10646         (rcirc-update-activity-string): Add space to front of mode-line
10647         indicator.
10649 2006-03-13  Miles Bader  <miles@gnu.org>
10651         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
10652         (rcirc-abbrev-nick): Remove function.
10653         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
10655 2006-03-13  David Ponce  <david@dponce.com>
10657         * tree-widget.el: Handle themes across all occurrences of the main
10658         themes sub-directory found in tree-widget-themes-load-path.
10659         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10660         (tree-widget--locate-sub-directory): Return all occurrences.
10661         (tree-widget-themes-path): New function.
10662         Replace tree-widget-themes-directory, and return a list of directories.
10663         (tree-widget-set-parent-theme)
10664         (tree-widget-lookup-image): Use it.
10666 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
10668         * textmodes/org.el (org-link-search): Avoid self-matching of
10669         links, allow target text to be distributed over several lines.
10670         (org-search-not-link): New function.
10671         (org-set-regexps-and-options, org-get-current-options):
10672         New startup options.
10673         (org-export-as-html): Take odd-level setting from local variable.
10674         (org-fontify-emphasized-text): New option.
10675         (org-set-font-lock-defaults): Include emphasized text.
10676         (org-follow-mhe-link): Allow folder-only links, fix folder name.
10677         (org-font-lock): Customize group renamed from `org-faces'.
10679 2006-03-13  John Paul Wallington  <jpw@pobox.com>
10681         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
10682         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
10684 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
10686         * cus-start.el (all): Delete :version keyword for members of the
10687         fringe group, since the entire group is new in 22.1.
10689 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
10691         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
10692         map if value is hexadecimal (an address).
10693         (gud-watch): Only search roots for existing watch expressions.
10694         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
10695         prevent caching problems with speedbar-update-directory-contents.
10697 2006-03-12  Juri Linkov  <juri@jurta.org>
10699         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
10700         before comparing with `low' and `warn'.
10702         * info.el (Info-dir-remove-duplicates): Move point to the
10703         beginning of the current line after deleting the entries from
10704         redundant heading.  Use marker for `limit' and compare it with
10705         point before calling `re-search-forward'.
10707 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
10709         * simple.el (yank): Fix typo in docstring.
10711 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
10713         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
10714         messages, where "D" is the 6th character.
10716 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10718         * simple.el (yank): Fix last change.
10720 2006-03-11  David Ponce  <david@dponce.com>
10722         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
10723         merging elements from the standard ispell-dictionary-alist.
10724         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
10725         alist, and return the new alist.
10727 2006-03-11  Richard Stallman  <rms@gnu.org>
10729         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
10731         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
10732         the way it is implemented is too unclean.
10734         * simple.el (kill-region, yank): Doc fix.
10736         * battery.el (battery-echo-area-format): Doc fix.
10737         (battery-mode-line-format): Likewise.
10738         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
10739         (battery-linux-proc-acpi): Ignore batteries that say "charged".
10741 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10743         * progmodes/octave-mod.el (octave-indent-for-comment):
10744         Behave according to do string.
10746 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
10748         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
10749         Be visible only if major mode is Mail Mode.
10751         * textmodes/flyspell.el (flyspell-external-point-words)
10752         (flyspell-process-localwords): Fix last changes.
10754 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10756         * calendar/holidays.el (list-holidays): Doc fix.
10758         * international/mule.el (auto-coding-alist): Add .odt
10759         (OpenOffice's open document) files.
10761         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
10762         document) files.  Mention in the doc string the need to sync with
10763         auto-coding-alist.
10765 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
10767         * files.el (hack-local-variables-confirm): Don't prompt for ! if
10768         enable-local-variables is set to always query, or there is no
10769         savable variable.
10771 2006-03-10  Bill Wohler  <wohler@newt.com>
10773         * image.el (image-load-path-for-library): Merge at least three
10774         functions from Gnus and MH-E into this one function that can now
10775         be shared.
10777 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
10779         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10780         gdb-remove-mouse-face and remove help-echo too.
10781         (gdb-enqueue-input): Correct conditional clause.
10783 2006-03-10  Glenn Morris  <rgm@gnu.org>
10785         * calendar/calendar.el (calendar-holidays): Doc fix.
10786         * calendar/holidays.el (list-holidays): Doc fix.
10788 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
10790         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
10791         it gets called in gdb-prompt anyway.
10792         (gdb-use-separate-io-buffer): Only restore window arrangement for
10793         gdb-many-windows.
10794         (gdb-enqueue-input): Make it harder to send GDB input when program
10795         is running.
10796         (gdb-buffer-list): New variable.
10797         (gdb-remove-mouse-face): New function.
10798         (gdb-starting): Use it when GDB input won't get sent.
10800 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
10802         * help.el (view-lossage): Remove trailing whitespace before
10803         inserting "\n".
10805 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
10807         * files.el (hack-local-variables-confirm):
10808         Set coding-system-for-read to nil before writing to .emacs.
10810         * arc-mode.el (archive-extract): Check if an existing buffer name
10811         comes from a different archive.
10813         * help.el (describe-key-briefly): If KEY is a down event, read and
10814         discard the up event.
10816 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
10818         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
10819         be edited and use font-lock-warning-face for any changes.
10821         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
10822         (gdb-edit-value): Use it to report any errors.
10824 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
10826         * help.el (describe-key): Remove leftover test code.
10828 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
10830         * textmodes/org.el: Move defvars out of eval-when-compile.
10831         Use buffer-file-name variable.
10832         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
10833         arg `file'.
10834         (org-level-faces): Remove startup dependency.
10835         (org-cycle, org-map-tree, org-scan-tags)
10836         (org-remember-handler): Don't call `outline-level' directly.
10837         (org-mhe-search-all-folders): New option.
10838         (org-mhe-get-message-folder-from-index)
10839         (org-mhe-get-message-folder): Fix indexing search.
10840         (org-format-agenda-item): Handle nil TAGS argument.
10841         (org-cleaned-string-for-export, org-activate-target-links)
10842         (org-make-target-link-regexp): Deal with empty radio target list.
10843         (org-tag): New face.
10844         (org-get-level-face): New function.
10845         (org-set-font-lock-defaults): Simplify setup for headlines.
10846         (org-complete): Pass common substring to `display-completion-list'.
10848 2006-03-06  David Ponce  <david@dponce.com>
10850         * tree-widget.el: Update Commentary header.
10851         (tree-widget-theme-name): Ignore parent themes.
10852         (tree-widget-set-parent-theme): New function.
10853         (tree-widget-set-theme): Use it.
10854         (tree-widget-set-image-properties): Move definition.  Does nothing
10855         if image properties have already been set.
10856         (tree-widget-image-properties): Move definition.  Receive an image
10857         name.  Set the :pointer property.
10858         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
10859         Don't set the :pointer image property.
10860         (tree-widget-convert-widget): New function.  Handle :dynargs
10861         compatibility here.
10862         (tree-widget): Use it to :convert-widget.  Add the :expander-p
10863         predicate to control when the :expander function is entered.
10864         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
10865         (tree-widget-value-create): Handle :expander-p.  widget-apply
10866         :expander.
10867         (tree-widget-expander-p): New function.  Default value of the
10868         :expander-p property.
10870 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
10872         * help.el (describe-key): Properly handle the return value of
10873         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
10874         remaps.  Handle string and vector `follow-link' values.
10876 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10878         * complete.el (PC-expand-many-files): Try be more careful when parsing
10879         the shell's output.
10881 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * outline.el (hide-sublevels): Provide better interactive default.
10885 2006-03-06  Kenichi Handa  <handa@m17n.org>
10887         * international/fontset.el (create-fontset-from-fontset-spec):
10888         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
10890 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10892         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
10893         backslashes instead of one in regexp.
10894         (gud-tooltip-dereference): Add missing optional argument.
10896 2006-03-04  John Paul Wallington  <jpw@pobox.com>
10898         * wdired.el (toplevel): Require `cl' at compile-time.
10900 2006-03-04  Andreas Schwab  <schwab@suse.de>
10902         * server.el (server-process-filter): Handle errors during
10903         evaluation of the argument.
10905 2006-03-03  John Paul Wallington  <jpw@pobox.com>
10907         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
10908         escape parentheses at beginning of line.
10909         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
10910         (t-mouse-mode): Remove period from end of error message.
10912 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
10914         * textmodes/flyspell.el (flyspell-process-localwords):
10915         Be case-sensitive.
10917 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
10919         * cus-edit.el (custom-quote): Remove function, since it has been
10920         moved to custom.el.
10922         * font-lock.el (lisp-font-lock-keywords-2)
10923         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
10924         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
10925         they have no special meaning.
10927         * midnight.el (clean-buffer-list): Handle case where base-buffer of
10928         indirect buffer gets killed before indirect buffer.  Use dolist.
10930 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10932         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10933         value instead of a literal constant (1) on more pauses.
10935 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10937         * textmodes/flyspell.el (flyspell-external-point-words):
10938         Be case-sensitive.
10940 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10942         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10943         with "www".
10945 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10947         * allout.el: Restablish intermediate missing comment header to
10948         preserve outline structure.
10949         (allout-beginning-of-current-entry): Skip invisible text.
10950         (allout-open-topic): Fix opening a topic at end-of-buffer.
10951         (allout-minor-mode): Move nearer to allout-mode function.
10953 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10955         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10957 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10959         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10960         is nil.
10962         * progmodes/gud.el (gud-speedbar-menu-items):
10963         Use buffer-local-value and add missing :visible keyword.
10965         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10967 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10969         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10970         must be `follow-link'.
10972         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10974         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10975         formatting: No nested anchors.
10976         (org-all-targets): Fix bug with XEmacs compatibility.
10977         (org-read-date): Add (require 'parse-time).
10978         (org-set-tags): Fix bug with extra inserted space.
10979         (org-export-html-style): Define a style class for targets.
10980         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10981         (org-hide-leading-stars): New option.
10982         (org-hide): New face.
10983         (org-set-font-lock-defaults): Allow to hide leading stars.
10984         (org-get-legal-level, org-tr-level): New functions.
10985         (org-odd-levels-only): New option.
10986         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10987         (org-demote, org-promote): Deal with double-star levels.
10988         (org-convert-to-odd-levels): New command.
10990 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10992         * speedbar.el (speedbar-update-localized-contents): Try to
10993         preserve window-start.
10994         (speedbar-update-directory-contents): Try to preserve window-start
10995         and window-point.
10996         (speedbar-update-special-contents): Don't move back to start of window.
10998         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10999         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
11000         speedbar-timer-fn.
11001         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11002         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11003         instead of gdb-speedbar-timer-fn.
11005 2006-02-28  Jay Belanger  <belanger@truman.edu>
11007         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11008         (math-compose-expr): Use latex option when calling
11009         `math-compose-tex-matrix' for latex mode.
11011 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
11013         * speedbar.el: Re-instate comments about developing for speedbar
11014         [this is what info and gdb-ui use even if better methods exist now].
11016         * t-mouse.el: New file.
11017         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
11018         (t-mouse-lispy-buffer-posn-from-coords): Remove.
11019         (t-mouse-make-event-element): Use posn-at-x-y instead.
11020         (t-mouse-make-event): Deal with Fedora Core 3.
11021         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11022         (t-mouse-mouse-position-function): New function.  Use it instead
11023         of advising mouse-position.
11024         (t-mouse-mode): New minor mode.
11025         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
11027 2006-02-27  Glenn Morris  <rgm@gnu.org>
11029         * calendar/calendar.el (calendar-holidays): Doc fix.
11031 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
11033         * progmodes/gdb-ui.el (gdb-source-window): New variable.
11034         Re-introduce the concept of a source window.
11035         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11036         consistency with get-buffer-create.
11037         (def-gdb-auto-update-handler, gdb-info-locals-handler)
11038         (gdb-data-list-register-values-handler)
11039         (gdb-stack-list-locals-handler): Try to preserve window-start as
11040         well as window-point.
11041         (gdb-display-source-buffer): New function (old concept).
11042         (gdb-goto-breakpoint): Use it.
11044         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11045         for gdb-ui/gdb-mi (old concept).
11047 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
11049         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11050         binding.
11052         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11054         * textmodes/reftex-sel.el (reftex-select-label-map)
11055         (reftex-select-bib-map): Add `follow-mouse' binding.
11057 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
11059         * jka-cmpr-hook.el (jka-compr-compression-info-list)
11060         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11061         Give :set functions to provide automatic updating.
11062         Update docstring.  Give compiler defvars early in the file
11063         and move the defcustoms to a later spot where all called functions
11064         are defined.
11065         (jka-compr-file-name-handler-entry): Doc fix.
11066         (jka-compr-compression-info-list--internal)
11067         (jka-compr-mode-alist-additions--internal)
11068         (jka-compr-load-suffixes--internal): New variables.
11069         (jka-compr-install): Set the three above variables.
11070         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11071         (jka-compr-update, jka-compr-set): New functions.
11072         (auto-compression-mode): Doc fix.
11074         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11075         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11076         Use jka-compr-compression-info-list--internal,
11077         jka-compr-mode-alist-additions--internal and
11078         jka-compr-load-suffixes--internal.
11080         * files.el (load-library):
11081         * loadhist.el (file-loadhist-lookup):
11082         * startup.el (command-line):
11083         * subr.el (locate-library):
11084         * emacs-lisp/autoload.el (update-directory-autoloads):
11085         * emacs-lisp/find-func.el (find-library-suffixes):
11086         Use `get-load-suffixes' instead of `load-suffixes'.
11088         * subr.el (locate-library):
11089         * emacs-lisp/find-func.el (find-library-name):
11090         Use `load-file-rep-suffixes' instead of '("").
11092 2006-02-26  Kim F. Storm  <storm@cua.dk>
11094         * ido.el (ido-save-history, ido-load-history): Simplify.
11095         Don't use find-file-noselect to avoid interference from other modes.
11097 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
11099         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11100         to use the default shell if filename is not available.
11101         Reported by Giorgos Keramidas.
11103 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
11105         * progmodes/etags.el (tags-completion-table): Do completion from
11106         all the tables in the current list, as documented in the manual.
11108 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11110         * CC Mode Update to 5.31.3.
11112 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11114         * progmodes/cc-mode.el (c-postprocess-file-styles):
11115         Bind inhibit-read-only to t, around the call to
11116         c-remove-any-local-eval-or-mode-variables, so that it works on a
11117         RO file.
11119 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11121         * progmodes/cc-awk.el: Correct a typo.
11123 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11125         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11126         c-hungry-delete-backwards, at the request of RMS.  Leave the old
11127         name as an alias.
11129 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11131         * progmodes/cc-mode.el: Correct a typo.
11133 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11135         * progmodes/cc-defs.el: Update the version number to 5.31.3.
11137 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11139         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11140         brace-else-brace (error due to mbeg, mend being undefined).
11142 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11144         * progmodes/cc-mode.el: File Local variables: Solve the problem
11145         where both `mode' and c-file-offsets are specified: `mode' will
11146         overwrite c-f-o's settings:
11147         (c-remove-any-local-eval-or-mode-variables): New function.
11148         (c-postprocess-file-styles): Call the above new function, within
11149         c-tentative-buffer-change, to splat `mode' and `eval' before the
11150         second hack-local-variables.
11152 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11154         * progmodes/cc-mode.el:
11155         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11156         (c-after-change): Protect the match data with save-match-data.
11157         It was getting corrupted by c-after-change-check-<>-operators.
11159         * cc-defs.el: [Supersedes patch V1.38]:
11160         (top level): Check for a buggy font-lock-compile-keywords ONLY in
11161         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
11163         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11164         with save-match-data.  It was being corrupted when Font Lock was
11165         not enabled.
11167 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11169         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11170         Mode and Subword Mode.
11172         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11173         real labels ("case 1:" or "foo:") from non-labels ("public:").
11174         (c-forward-objc-directive): Replace c-forward-token-2 with crude
11175         coding; c-f-t-2 doesn't move over a token at EOB.
11177         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11179         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11180         (c-update-modeline): Concatenate the minor mode indicators
11181         directly onto mode-name, removing c-submode-indicators.
11182         Sometimes, c-s-i got separated from the mode name on the mode line.
11184         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11185         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11187 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11189         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11190         error message when there's an evaluation error to show whether
11191         it's loaded from source or not.
11192         (c-filter-ops): Make it available at runtime too to work when
11193         `c-make-init-lang-vars-fun' needs to evaluate from source.
11195 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
11197         * help.el (help): Revert last part of 2006-02-23 change (deletion
11198         of the `provide' call).
11200 2006-02-23  Juri Linkov  <juri@jurta.org>
11202         * compare-w.el (compare-windows-highlight): Add new value
11203         `persistent' and change :type from `boolean' to `choice'.
11204         (compare-windows-overlays1, compare-windows-overlays2):
11205         New internal variables.
11206         (compare-windows-highlight): If compare-windows-highlight is
11207         `persistent', add current overlays to compare-windows-overlays[12]
11208         instead of adding compare-windows-dehighlight to pre-command-hook.
11209         (compare-windows-dehighlight): Delete all overlays from
11210         compare-windows-overlays[12].
11212         * info.el (Info-search): Don't bind search-spaces-regexp to
11213         Info-search-whitespace-regexp in non-regexp isearch mode.
11215 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11219 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
11221         * textmodes/org.el (org-xemacs-p)
11222         (org-export-html-show-new-buffer, org-table-may-need-update)
11223         (org-insert-item, org-mhe-get-message-real-folder)
11224         (org-mhe-get-message-folder-from-index)
11225         (org-mhe-get-message-folder, org-mhe-get-message-num)
11226         (org-mhe-get-header, org-make-org-heading-search-string)
11227         (org-make-org-heading-camel, org-table-sort-lines)
11228         (org-format-org-table-html, org-format-table-table-html):
11229         Fix typos in docstrings.
11231 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
11233         * textmodes/org.el (org-cleaned-string-for-export)
11234         (org-solidify-link-text): New function.
11235         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11236         XEmacs, just to silence the compiler.
11237         (org-export-as-ascii, org-export-as-html-and-open):
11238         Use `org-cleaned-string-for-export' and create internal links.
11239         (org-follow-mhe-link): Require mh-e, use folder.
11241 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11243         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11245         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11246         gdb-debug-log-length.
11247         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
11248         it a real ring but...
11249         (gud-gdba-marker-filter): ...make it work like mark-ring.
11250         (gdb-enable-debug): Rename from gdb-enable-debug-log.
11251         (gdb-mouse-jump): New function.  Add bindings.
11253 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11255         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11256         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11257         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11258         (gdb-debug-log-length): Customize it's length.
11259         (gud-watch, gdb-var-create-handler): Display function::var format
11260         but don't use to create variable object.
11261         (gdb-var-create-handler): Use message-box in place of message.
11262         (gdb-stopped): Call gdb-exited if signalled.
11264 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
11266         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11268         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11270         * textmodes/reftex.el (reftex-locate-file): Search all extensions
11271         if `reftex-try-all-extensions' is set.
11273         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11274         fail silently when there is no valid argument at point.
11275         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11276         `fail-silently' argument.  From a patch by David Reiter.
11278         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11279         New commands.
11280         (org-mark-ring): New variable.
11281         (org-mark-ring-length): New option.
11282         (org-open-at-point, org-goto, org-open-file): Push old position
11283         onto the mark ring.
11284         (org-add-hook): New function.
11285         (org-export-table-remove-special-lines): New option.
11286         (org-skip-comments, org-format-org-table-html): Respect new
11287         option `org-export-table-remove-special-lines'.
11288         (org-open-file): Allow special command configuration for
11289         directory link.
11290         (org-file-apps): Fix bugs in customize type, added setting
11291         for directories.
11292         (org-activate-tags, org-format-agenda-item, org-complete)
11293         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11294         (org-get-tags, org-get-buffer-tags, org-open-at-point)
11295         (org-link-search, org-make-org-heading-search-string)
11296         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11297         (org-radio-targets, org-file-link-context-use-camel-case)
11298         (org-activate-camels): New options.
11299         (org-update-radio-target-regexp, org-all-targets)
11300         (org-make-target-link-regexp, org-activate-target-links):
11301         New functions.
11302         (org-make-org-heading-search-string): New function.
11303         (org-store-link, org-insert-link): Use new option
11304         `org-file-link-context-use-camel-case'.
11305         (org-activate-camels): Use new option `org-activate-camels'.
11306         (org-link-regexp): Add mhe prefix.
11307         (org-open-at-point, org-store-link): Support for mhe links.
11308         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11309         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11310         (org-mhe-get-header, org-follow-mhe-link): New functions.
11311         (org-remove-angle-brackets, org-add-angle-brackets):
11312         New functions.
11313         (org-bracket-link-regexp): New constant.
11314         (org-read-date): Fix bug that was rejecting all typed dates.
11315         (org-link-search): Make hierarchy above visible after a match.
11316         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11317         (org-store-link): Fix bug with link creation when cursor is in
11318         an empty line.
11319         (org-open-at-point): Fix bug with matching a link.
11320         Fixed buggy argument sequence in call to `org-view-tags'.
11321         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11322         (org-prefix-has-tag): New variable.
11323         (org-format-agenda-item): Remove tags from headline
11324         if appropriate.
11325         (org-agenda-remove-tags-when-in-prefix): New option.
11327 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
11329         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11330         Fix the regular expressions.
11332 2006-02-21  Richard M. Stallman  <rms@gnu.org>
11334         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11335         if there's no other specific basis.
11337         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11338         as variables at all.
11339         (unsafep-variable): Rename arg; doc fix.
11341         * abbrevlist.el (list-one-abbrev-table): Add autoload.
11343         * calendar/appt.el (diary-selective-display): Add defvar.
11345         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11347         * isearch.el (search-whitespace-regexp): Fix custom type.
11349         * help.el (describe-key-briefly): Compute interactive args
11350         in same was as before previous change.
11352         * files.el (enable-local-variables): Doc fix.
11354 2006-02-21  Kim F. Storm  <storm@cua.dk>
11356         * fringe.el: Cleanup as file is now pre-loaded.
11357         (fringe-bitmaps): Initialize unconditionally.
11358         (fringe-mode, set-fringe-style): Remove autoload cookies.
11360 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
11362         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11363         `horizontal-bar'.
11364         (fringe-cursor-alist): Use `horizontal-bar'.
11366 2006-02-20  Kim F. Storm  <storm@cua.dk>
11368         * fringe.el (fringe-bitmaps): Update to new bitmap names.
11369         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11371         * loadup.el: Load "fringe" on window systems.
11373 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11375         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11376         out of scope components.
11378         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11379         default.
11381 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
11383         * custom.el (customize-mark-to-save, customize-mark-as-set):
11384         Load the symbol first.
11386 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
11388         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11389         strech spec so it doesn't display as "^J" on the header line
11390         when `Buffer-menu-use-header-line' is t.
11392 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11394         * speedbar.el (speedbar-make-button): Keep text properties
11395         of string arguments if desired.
11397         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11398         expessions.
11400         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11401         of speedbar.
11403 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
11405         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11406         to value of `read-file-name-completion-ignore-case'.
11408 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
11410         * custom.el (customize-mark-as-set): Push to `user' theme.
11412         * cus-edit.el (custom-save-variables): Allow unthemed values.
11413         (customize-set-variable): Push setting to `user' theme.
11415 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11417         * progmodes/gud.el: Don't require font-lock as it's now
11418         automatically loaded.
11419         (gud-speedbar-buttons): Replace gdb-var-changed with
11420         gdb-force-update.
11422         * progmodes/gdb-ui.el (gdb-force-update): Rename from
11423         gdb-var-changed.
11424         (gdb-post-prompt): Use it.
11425         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11426         (gdb-var-update-handler, gdb-var-delete)
11427         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11428         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11429         gdb-force-update in gdb-post-prompt.
11430         (gdb-reset): Clear watch expressions from speedbar when quitting.
11432 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11434         * viper-cmd.el (viper-insert-state-post-command-sentinel)
11435         (viper-change-state-to-vi, viper-change-state-to-emacs):
11436         Make aware of cursor coloring in the Emacs state.
11437         (viper-special-read-and-insert-char): Use read-char-exclusive.
11438         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11440         * viper-init.el (viper-emacs-state-cursor-color): New variable.
11442         * viper-util.el (viper-save-cursor-color)
11443         (viper-get-saved-cursor-color-in-replace-mode)
11444         (viper-get-saved-cursor-color-in-insert-mode)
11445         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11446         state.
11447         (viper-get-saved-cursor-color-in-emacs-mode): New function.
11449         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11450         (ediff-ignore-case-option3, ediff-actual-diff-options)
11451         (ediff-actual-diff3-options): New variables to control case sensitivity.
11452         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11453         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11454         (ediff-toggle-ignore-case): New function.
11455         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11457         * ediff-help.el (ediff-long-help-message-narrow2)
11458         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11459         (ediff-long-help-message-word-mode): Add ignore-case command.
11460         (ediff-help-for-quick-help): Add ignore-case command.
11462         * ediff-merg.el: Move provide to the end.
11464         * ediff-ptch.el: Move provide to the end.
11466         * ediff-wind.el: Move provide to the end.
11468         * ediff-mult.el: Move provide to the end.
11469         (ediff-set-meta-overlay): Enable follow-link.
11471         * ediff.el: Move provide to the end.
11472         Break recursive load cycle in eval-when-compile.
11473         (ediff-patch-buffer): Better heuristics.
11475         * ediff-util.el: Move provide to the end.
11476         Break recursive load cycle in eval-when-compile.
11477         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
11478         defuns.
11479         (ediff-submit-report): Pass the values of ediff-diff3-program,
11480         ediff-diff3-options.
11482 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
11484         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11485         the opening bracket of the following bracketing pairs: {}, [], (), <>,
11486         `' (for example, in the docstring of `windmove-default-keybindings').
11488 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11490         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11491         shadow face.  Don't provide binding to edit variable when it is
11492         out of scope.
11494         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11495         (gdb-var-update-handler): Detect out of scope variables with pre
11496         GDB 6.4 too.
11497         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11498         Reset status of variable objects to nil in update handlers.
11499         (gdb-var-update-handler-1): Detect when a variable object comes
11500         in scope.  setcar on var changes gdb-var-list directly.
11502 2006-02-17  Juri Linkov  <juri@jurta.org>
11504         * ffap.el (ffap) <defface>: Add explicit face declaration.
11505         (ffap-highlight): Use face `ffap' directly instead of checking
11506         for its existence.
11508         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11509         `visible-ok' of `other-buffer' to find the right original buffer.
11511         * info.el (Info-search): Skip `Local Variables' node.
11513 2006-02-17  Juri Linkov  <juri@jurta.org>
11515         * info.el (Info-find-file): Check for symbols `apropos', `history',
11516         `toc' in the input filename, and return these symbols as is.
11517         (Info-find-node-2): Set Info-current-file to symbols `apropos',
11518         `history', `toc' instead of strings.
11519         (Info-set-mode-line): For non-string Info-current-file use the
11520         symbol's name inside **.
11521         (Info-isearch-push-state): Add quote before Info-current-file and
11522         Info-current-node.
11523         (Info-isearch-pop-state): Use `equal' instead of `string='.
11524         (Info-extract-pointer, Info-following-node-name): Use
11525         `match-string-no-properties' instead of `match-string'.
11526         (Info-up): Check `old-file' for `stringp'.
11527         (Info-history): Use `equal' instead of `string-equal'.
11528         Check `file' for `stringp'.
11529         (Info-history): Use symbol `history' instead of string as first arg
11530         of `Info-find-node'.
11531         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
11532         `toc' instead of string.
11533         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11534         instead of `buffer-substring', and `match-string-no-properties'
11535         instead of `match-string'.
11536         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11537         instead of strings.
11538         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11539         Use symbol `apropos' instead of string.
11540         (Info-copy-current-node-name): Check `Info-current-file' for
11541         `stringp' and construct a command with `Info-find-node' from it.
11542         (Info-fontify-node): Use `match-string-no-properties' instead of
11543         `match-string' and check file names for `stringp'.
11544         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11545         `history', `toc' instead of strings.
11547 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
11549         * files.el: Rearrange functions and variables in the file local
11550         variables section.
11552 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
11554         * files.el: Add truncate-lines, ispell-check-comments and
11555         ispell-local-dictionary as safe local variables.
11557 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
11559         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11560         out of scope variables.
11561         (gud-speedbar-buttons): Use unless.
11563         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11564         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11565         (gdb-show-changed-values): Also use for out of scope variables.
11566         (gdb-var-update-handler-1): Note if variable goes out of scope.
11568 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
11570         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11571         default to global variable values for unsupplied args.
11572         (rcirc-get-buffer-create): Fix bug with setting the target.
11573         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11574         test for rcirc-always-use-server-buffer-flag here.
11575         (rcirc-response-formats): Add %N, which is a facified nick.  %n
11576         uses the default face.  Change the ACTION format string.  If the
11577         "nick" is the server, don't print anything for that field.
11578         Comment fixes.
11579         (rcirc-target-buffer): Don't test
11580         rcirc-always-use-server-buffer-flag here.
11581         (rcirc-print): Squeeze extra spaces out of the text before message.
11582         (rcirc-put-nick-channel): Strip potential "@" char from nick
11583         before adding them to nick table.
11584         (rcirc-url-regexp): Improve to match address like "foo.com".
11586 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
11588         * allout.el (allout-hidden-p): Move this defsubst before
11589         allout-overlay-interior-modification-handler, where it is first
11590         used.
11592 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
11594         * allout.el: Use allout invisible-text overlays instead of
11595         selective display for concealed text.  Also, lots of general
11596         cleanup, and improved compatibility code.
11598         (allout-version) Incremented, corrected, revised, and refined
11599         module commentary.
11601         (provide 'allout): Moved to the bottom, added a require of overlay.
11603         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11604         `except-current'.
11605         (allout-write-file-hook-handler): Minimize delay.
11606         (count-trailing-whitespace-region): New function so
11607         auto-encryption of current topic can resituate cursor exactly.
11608         PGP/GPG encryption trims trailing whitespace from lines, which
11609         must be accounted for across encryption then decryption.
11611         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11612         just plain "\C-c", to avoid intruding on user's keybinding space.
11614         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11615         parameter, so user request to provide a new password is done.
11617         (allout-outside-normal-auto-fill-function, allout-auto-fill):
11618         Refined mechanism for auto-filling behavior while in allout mode.
11620         (allout-mode): Explicitly specify the mode map in the docstring.
11621         Clarify provision for various write-file hook var names.
11622         Adjusted for invisible-text overlays instead of selective-display.
11624         (allout-depth): Really return 0 if not within any topic.  This
11625         rectifies `allout-beginning-of-level' and sequence numbering
11626         errors that occur when cutting and pasting numbered topics.
11627         Changed from a in-line subst to a regular function, as well.
11629         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
11631         (allout-end-of-subtree, allout-end-of-subtree)
11632         (allout-end-of-entry, allout-end-of-current-heading)
11633         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
11634         (allout-show-children, allout-show-to-offshoot)
11635         (allout-hide-current-entry, allout-show-current-entry): Rectified
11636         handling of trailing blank lines between items.
11638         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
11639         (allout-current-depth, allout-unprotected, allout-hidden-p)
11640         (allout-on-current-heading-p, allout-listify-exposed)
11641         (allout-chart-subtree, allout-goto-prefix)
11642         (allout-back-to-current-heading, allout-get-body-text)
11643         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
11644         (allout-hide-region-body, allout-toggle-subtree-encryption)
11645         (allout-encrypt-string, allout-encrypted-key-info)
11646         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
11647         (allout-file-vars-section-data): Adjusted for use with
11648         invisible-text overlays instead of selective-display.
11650         (allout-kill-line, allout-kill-topic, allout-yank-processing):
11651         Reworked for use with invisible text overlays.
11653         (allout-current-topic-collapsed-p): New function.
11655         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
11656         to know when to close the containing topic.
11658         (allout-pre-command-business, allout-post-command-business):
11659         Simplify undo-batching and dynamic isearch exposure.
11661         (allout-set-overlay-category): New for invisible-text overlays.
11662         Sets properties of allout-overlay-category, used by
11663         allout-flag-region to set invisible-text overlay properties.
11664         (allout-get-invisibility-overlay): Get the first qualifying
11665         invisibility overlay, so we can find the extent of it.
11666         (allout-back-to-visible-text): Get to just before the beginnining
11667         of the current invisibility overlay, if any.
11669         (allout-overlay-insert-in-front-handler)
11670         (allout-overlay-interior-modification-handler)
11671         (allout-before-change-handler, allout-isearch-end-handler): New
11672         functions to handle extraordinary actions affecting concealed
11673         text.
11675         (allout-flag-region): Use overlays instead of selective-display
11676         for invisible text - by inheritence from the properties of
11677         allout-overlay-category in mainline Emacs, and applied
11678         property-by-property in XEmacs, some recent versions of which
11679         don't inherit the properties from the category.  Provisions to
11680         respond to concealed-text edits simplified drastically.
11682         (allout-isearch-rectification, allout-isearch-was-font-lock)
11683         (allout-isearch-expose, allout-enwrap-isearch)
11684         (allout-isearch-abort, allout-pre-was-isearching)
11685         (allout-isearch-prior-pos, allout-isearch-did-quit)
11686         (allout-isearch-dynamic-expose)
11687         (allout-hide-current-entry-completely): Functions deleted.
11689         (allout-undo-aggregation): Explicit undo aggregation no longer
11690         necessary due to transition away from selective-display.
11692         (set-allout-regexp, allout-up-current-level)
11693         (allout-next-visible-heading, allout-forward-current-level)
11694         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
11695         (allout-kill-line, allout-yank-processing, allout-show-children)
11696         (allout-expose-topic, allout-old-expose-topic)
11697         (allout-listify-exposed, allout-insert-latex-header)
11698         (allout-toggle-subtree-encryption, allout-encrypt-string)
11699         (remove-from-invisibility-spec, allout-hide-current-subtree):
11700         Ditched unused variables.
11702 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
11704         * textmodes/ispell.el (ispell-change-dictionary): Call
11705         ispell-buffer-local-dict instead of
11706         ispell-accept-buffer-local-defs.
11707         (ispell-local-dictionary-alist): Accept as valid any coding-system
11708         supported by Emacs.
11709         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
11710         changed to iso-8859-3.
11712 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
11714         * speedbar.el (speedbar-frame-width): Make an inline function
11715         instead of a macro.  Use frame-width.
11716         (speedbar-try-completion, speedbar-update-contents)
11717         (speedbar-timer-fn): Use consp.
11718         (speedbar-update-localized-contents): Try to preserve point.
11720         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
11721         (menu): Re-order menu items.
11722         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
11723         field.
11724         (gdb-var-update-handler-1): Use it for GDB 6.4+.
11725         (gdb-post-prompt): Speed things by not forcing update.
11727 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
11729         * wid-edit.el (widget-button-click): For mouse-1, cancel button
11730         press and perform default action if we get a mouse movement event.
11732 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11734         * calendar/icalendar.el (icalendar--get-event-property)
11735         (icalendar--get-event-property-attributes): Fix typos in
11736         docstrings.
11738         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
11739         docstring.
11741 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
11743         * bs.el (bs-mode): Use `buffer-disable-undo'.
11744         (bs--get-file-name): Simplify.
11745         (bs-show-in-buffer): Mark the buffer as not modified.
11747 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11749         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
11750         widget-button-click.
11752         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
11753         (custom-mode): Update docstring.
11755         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
11756         binding.
11758         * files.el (hack-local-variables-confirm): Allow scrolling if the
11759         file variable list is too long.  Kill temp buffer after use.
11761 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
11763         * progmodes/gud.el (gdb): Improve doc string.
11764         (gdb-script-font-lock-keywords): Expand allowed character set.
11766         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
11767         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
11768         (gdb-separate-io-interrupt, gdb-separate-io-quit)
11769         (gdb-separate-io-stop, gdb-separate-io-eof):
11770         Rename from gdb-inferior-* to gdb-separate-*.
11771         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
11773 2006-02-14  Jay Belanger  <belanger@truman.edu>
11775         * calc/calc-arith.el (math-check-known-scalarp): Make sure
11776         expression is a symbol before checking that it is bound.
11778         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
11779         test to see if equation can be solved.
11781 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11783         * wid-edit.el (widget-button-click): Use :pressed-face property
11784         for overlay face, if it exists.
11786         * cus-edit.el (custom-manual, custom-add-see-also)
11787         (custom-add-parent-links, custom-group-link): Add :pressed-face
11788         property to links.
11790         * files.el (hack-local-variables): Remove ignored variables before
11791         checking if any variables need setting.
11793 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11795         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
11797 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
11799         * help.el (where-is): Fix message for remapped commands.
11801         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
11802         Fix typos in docstrings.
11804 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
11806         * files.el (safe-local-variable-values): New option.
11807         (hack-local-variables-prop-line): Return a list of variable-value
11808         pairs if MODE-ONLY is non-nil.
11809         (hack-local-variables): Construct list of variable-value pairs,
11810         and apply or reject them in one go.  Ask for confirmation if
11811         variables are not known safe.
11812         (hack-local-variables-confirm): Complete rewrite.  Support
11813         `safe-local-variable-values'.
11814         (enable-local-variables): Update docstring to reflect new
11815         behavior.
11816         (ignored-local-variables): Ignore ignored-local-variables and
11817         safe-local-variable-values.
11818         (safe-local-variable-p): New function.
11819         (risky-local-variable-p): `safe-local-variable' property check
11820         moved to safe-local-variable-p.
11821         (hack-one-local-variable): Checks moved to hack-local-variables.
11823         (byte-compile-dynamic, c-basic-offset, c-file-style)
11824         (c-indent-level, comment-column, fill-column, fill-prefix)
11825         (indent-tabs-mode, kept-new-versions, no-byte-compile)
11826         (no-update-autoloads, outline-regexp, page-delimiter)
11827         (paragraph-start, paragraph-separate, sentence-end)
11828         (sentence-end-double-space tab-width, version-control):
11829         Add `safe-local-variable' property.
11831         * find-lisp.el: Delete nonexistent `autocompile' file variable.
11833         * icomplete.el, play/landmark.el: Change nonexistent
11834         `outline-layout' file variable to `allout-layout'.
11836 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
11838         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
11839         (gdb-get-changed-registers): Test value of gud-minor-mode relative
11840         to gud-comint-buffer.
11841         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
11842         gdb-ui.el for gdb-mi.el.
11843         (gdb-post-prompt, gdb-get-changed-registers): Move test for
11844         registers buffer to gdb-get-changed-registers.
11845         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
11846         deletion of catchpoints (throw and catch).
11847         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11848         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
11849         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
11850         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
11851         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
11853 2006-02-13  Jay Belanger  <belanger@truman.edu>
11855         * calc/calc-arith.el (math-check-known-matrixp): Make sure
11856         expression is a symbol before checking that it is bound.
11858 2006-02-13  Richard M. Stallman  <rms@gnu.org>
11860         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
11861         for the minibuffer too, but not if resize-mini-windows will interfere.
11863         * help.el (describe-key-briefly, describe-key): Do all arg-reading
11864         inside `interactive' spec.
11865         (describe-key-briefly-internal, describe-key-internal):
11866         Functions merged back into their callers.
11868 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
11870         * info.el (info-xref-visited): Inherit from info-xref too.
11871         (Info-set-mode-line): Replace occurrences of `%' by `%%'
11872         when propertizing Info-current-file and Info-current-node.
11874 2006-02-13  Juri Linkov  <juri@jurta.org>
11876         * tumme.el (tumme-thumbnail-storage): Fix docstring.
11877         (tumme-thumb-name): Fix per-directory format.
11879 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
11881         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
11883 2006-02-12  Miles Bader  <miles@gnu.org>
11885         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
11887 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
11889         * tumme.el: Remove history section.  If someone needs the it, it
11890         can always be found in CVS.
11892 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11894         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
11895         about the Thumbnail Managing Standard option.
11897 2006-02-12  Richard M. Stallman  <rms@gnu.org>
11899         * subr.el (substitute-key-definition): Doc fix.
11901         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
11903         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
11905         * info.el (Info-mode): Doc fix.
11907         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
11909 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
11911         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
11912         because on Solaris a POSIX compatible "id" is needed.  Reported by
11913         Magnus Henoch <mange@freemail.hu>.
11915 2006-02-12  Juri Linkov  <juri@jurta.org>
11917         * tumme.el: Remove todo item about Thumbnail Managing Standard.
11918         (tumme) <defgroup>: Change :group to `multimedia'.
11919         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
11920         Managing Standard.
11921         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
11922         Fix dostring.
11923         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
11924         and %y.  Fix docstring.
11925         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
11926         (tumme-cmd-create-standard-thumbnail-command): New user options.
11927         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
11928         is `standard'.  Fix docstring.
11929         (tumme-thumb-width, tumme-thumb-height): New user options.
11930         (tumme-external-viewer): Try to find various viewers.
11931         (tumme-get-thumbnail-image): Use `create-image' instead of
11932         constructing the `image' structure.
11933         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11934         `standard'.
11935         (tumme-thumb-name): Add file name generation for standard storage.
11936         Simplify code for other storages.
11937         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11938         Add modification time %m and thumbnail-nq8 %q.
11939         Use `tumme-cmd-create-standard-thumbnail-command' if
11940         tumme-thumbnail-storage is `standard'.
11941         (tumme-dired-insert-marked-thumbs): New autoload command.
11942         (tumme-dired-after-readin-hook): New function.
11943         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11944         `tumme-thumb-size'.
11945         (tumme-display-image): Replace size-x %x and size-y %y with
11946         width %w and height %h.
11948         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11949         `tumme-dired-insert-marked-thumbs'.
11951 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11953         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11954         include path).
11955         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11956         matching tag.
11958 2006-02-12  Miles Bader  <miles@gnu.org>
11960         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11961         New variables.
11962         (rcirc-abbrev-nick): New function.
11963         (rcirc-format-response-string): Rewrite to use the formats in
11964         `rcirc-response-formats' and expand escape sequences therein.
11965         A text-property `rcirc-text' is added over the actual response
11966         text to make easy to find inside the returned string.
11967         (rcirc-print): When filling, just look for the `rcirc-text'
11968         text-property to find the appropriate fill prefix, instead of
11969         using hardwired patterns.
11971 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11973         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11974         Managing Standard.
11976 2006-02-11  Kim F. Storm  <storm@cua.dk>
11978         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11979         Don't use insert-buffer; do insert-buffer-substring directly.
11980         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11982 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11984         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11985         with inhibit-read-only.  Suggested by Stefan Monnier.
11986         (revert-buffer): Let insert-file-contents discard
11987         buffer-undo-list.  Simplify code.
11988         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11990 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11992         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11994         * help.el (describe-key-briefly): Now a wrapper for
11995         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
11996         to t.  Populate yank-menu if empty.
11997         (describe-key-briefly-internal): Renamed from describe-key-briefly.
11998         (describe-key): Now a wrapper for describe-key-internal.  Bind
11999         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
12000         (describe-key-internal): Renamed from describe-key.
12002 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
12004         * progmodes/glasses.el (glasses-separator): Doc fix.
12005         (glasses-original-separator): New defcustom.
12006         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12008 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
12010         * mwheel.el (mouse-wheel-up-event): Doc fix.
12012 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
12014         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12015         (tumme-dir): New function.  Copied from thumbs.el.
12017 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
12019         * desktop.el (desktop-outvar): Fix typo.
12020         (desktop-save-buffer-p): Doc fix.
12022         * subr.el (substitute-key-definition): Fix typo.
12024 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12026         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12027         when window-system is mac.
12029         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12031 2006-02-10  Kim F. Storm  <storm@cua.dk>
12033         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12034         indirect-function instead of using condition-case.
12036 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
12038         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12039         less `colloquial'...
12041 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
12043         * tumme.el: Add a couple of todo items.
12045 2006-02-09  Lars Hansen  <larsh@soem.dk>
12047         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12048         (highlight-changes-mode): Don't change desktop-locals-to-save.
12050 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
12052         * image-mode.el (image-toggle-display): Clear image cache if using
12053         filename.
12055 2006-02-09  Masatake YAMATO  <jet@gyve.org>
12057         * dired-x.el (dired-guess-shell-alist-default): Add .man as
12058         a `dired-man' target.
12060         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12061         boundary of symbols.
12063 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
12065         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12067 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
12069         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12070         `mapcar'; return nil.
12072 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
12074         * mouse.el (mouse-drag-track): Don't change window if we rebind to
12075         some other event.
12077 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
12079         * net/rcirc.el (rcirc-startup-channels-alist):
12080         Add irc.freenode.net and #emacs as defaults.
12081         (rcirc-ignore-all-activity-flag): Remove variable.
12082         (rcirc-authinfo): New variable.
12083         (rcirc-authinfo-filename): Remove variable.
12084         (rcirc-always-use-server-buffer-flag): New flag.
12085         (rcirc): M-x rcirc will automatically connect without prompting.
12086         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
12087         connection in lisp.
12088         (rcirc-process-server-response-1): Remove everything but the nick
12089         portion of the sender so it doesn't need to be done everywhere
12090         else.  Update related code.
12091         (global-map): Remove global keybindings.
12092         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12093         (rcirc-send-input): Split into several functions.
12094         (rcirc-process-input-line, rcirc-process-message)
12095         (rcirc-process-command): New functions.
12096         (rcirc-target-buffer): New function to determine where to route
12097         messages.
12098         (rcirc-user-nick): Save match data.
12099         (rcirc-toggle-ignore-buffer-activity)
12100         (rcirc-update-activity-string): Remove global ignore functionality,
12101         which can be done now by toggling rcirc-track-minor-mode.
12102         (rcirc-track-minor-mode-map): New keymap.
12103         (rcirc-track-minor-mode): New minor-mode.
12104         (ignore): Make the ignore output nicer.  Always print it when
12105         adding or removing nicks.
12106         (rcirc-url-regexp): Improve.
12107         (rcirc-mangle-text): Remove properties before using text in the
12108         modeline.
12109         (rcirc-authenticate): Authentication data comes from
12110         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12111         (rcirc-server-prefix): Inherit from rcirc-server.
12113 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
12115         * Makefile.in (compile): Append "|| true" to the end of the `find'
12116         command, like compile-always does.
12118 2006-02-08  Sam Steingold  <sds@gnu.org>
12120         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12121         output from a dead connection.
12123 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12125         * dired.el (dired-mode-map): Add more bindings for tumme.
12127 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12129         * wdired.el (wdired-mode-map): Use remap.
12130         (wdired-get-filename): Massage.
12131         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12132         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12133         `keymap' property rather than `local-map'.
12135 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12137         * tumme.el (tumme-get-thumbnail-image): New utility function.
12138         Suggested by from Chong Yidong.
12139         (tumme-dired-with-window-configuration): Rename from
12140         `tumme-dired'.  Add code to save window configuration.
12141         (tumme-restore-window-configuration): New command to restore the
12142         window configuration that `tumme-dired-with-window-configuration'
12143         saves before it changes the window configuration.
12144         (tumme-show-all-from-dir): New command to display thumbnails for
12145         all files in a directory entered by the user, like M-x thumbs.
12146         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12147         have been created.
12148         (tumme-display-thumbnail-original-image): Call `display-buffer'.
12149         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12150         Remove obsolete test function.
12152 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
12154         * vc.el (small-temporary-file-directory): Remove defvar; there's
12155         a defcustom for it in files.el.
12157         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12158         Fix typo in message.
12159         (tumme-gallery-generate): Fix typo in `error' message.
12160         (tumme-display-window-height-correction)
12161         (tumme-display-window-width-correction, tumme-line-up-dynamic)
12162         (tumme-line-up-interactive): Dox fixes.
12163         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12164         (tumme-restore-window-configuration, tumme-format-properties-string)
12165         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12166         Fix typos in docstrings.
12168 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12170         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12172 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
12174         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12175         User should use hook if desired.
12177         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12178         buffer if necessary.
12179         (gdb-delete-frame-or-window): New function.
12180         (gdb-breakpoints-mode-map): Bind "q" to it.
12182 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12184         * textmodes/nroff-mode.el: Clean up name space.
12185         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12186         (nroff-mode): Obey the global setting of nroff-electric-mode.
12187         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12189         * calendar/calendar.el (calendar-increment-month): Typo in last change.
12191 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
12193         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12195 2006-02-06  Lars Hansen  <larsh@soem.dk>
12197         * generic-x.el (etc-fstab-generic-mode): Add file system types
12198         cifs and usbdevfs.  Allow special chars in file names.
12200 2006-02-05  Jay Belanger  <belanger@truman.edu>
12202         Update copyright notices of the files in lisp/calc.
12204 2006-02-05  Romain Francoise  <romain@orebokech.com>
12206         Update copyright notices of all files in the lisp/play directory.
12208 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12210         * ldefs-boot.el: Regenerate.
12212         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12214 2006-02-05  Kim F. Storm  <storm@cua.dk>
12216         * files.el (magic-mode-regexp-match-limit): New defvar.
12217         (set-auto-mode): Use it to limit magic-mode-alist matching.
12219 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
12221         * simple.el (display-message-or-buffer): Compare the number of
12222         characters to the frame width when determining whether a 1-line
12223         message string will fit in the echo area.  Count screen lines
12224         instead of buffer lines when determining whether a multi-line
12225         message will fit in the echo area/minibuffer window.
12227 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
12229         * info.el (Info-index, Info-mode): Improve the description of the
12230         `i' command.
12232         * ldefs-boot.el: Regenerate.
12234 2006-02-03  Werner Lemberg  <wl@gnu.org>
12236         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12237         greedy to find the closing bracket in \*[...] and similar
12238         expressions.  This is a first rough fix -- many additional
12239         refinements are necessary to make nroff mode really usable with groff.
12241 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
12243         * international/mule-cmds.el (set-locale-environment):
12244         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12245         libX11.
12247 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12249         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12250         archive are created in archive-tmpdir.
12252 2006-02-02  John Paul Wallington  <jpw@pobox.com>
12254         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12255         (ibuffer-fontification-alist): Use it.
12256         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12257         to "* z" and the Ibuffer Mark menu.
12259         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12261 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12263         * textmodes/table.el (*table--cell-describe-mode)
12264         (*table--cell-describe-bindings): Undo last change since
12265         print-help-return-message is not obsoleted by anything at all.
12267 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
12269         * emulation/cua-base.el (cua-mode): Doc fix.
12271 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
12273         * dframe.el (dframe-handle-make-frame-visible)
12274         (dframe-handle-iconify-frame, dframe-get-focus)
12275         (dframe-select-attached-frame, dframe-power-click)
12276         (dframe-frame-mode): Fix typos in docstrings.
12278         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12279         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12280         Fix typos in docstrings.
12282         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12283         (hi-lock-face-buffer, hi-lock-font-lock-hook)
12284         (hi-lock-archaic-interface-message-used)
12285         (hi-lock-file-patterns-range): Fix typos in docstrings.
12287         * savehist.el (savehist-loaded, savehist-load, savehist-install)
12288         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12290         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12291         Fix typo in docstring.
12293         * net/newsticker.el (newsticker--decode-iso8601-date)
12294         (newsticker--set-customvar, newsticker--buffer-insert-item)
12295         (newsticker--do-run-auto-mark-filter)
12296         (newsticker--parse-generic-feed): Doc fixes.
12297         (newsticker--retrieval-timer-list, newsticker-url-list)
12298         (newsticker-hide-immortal-items-in-echo-area)
12299         (newsticker-hide-obsolete-items-in-echo-area)
12300         (newsticker-new-item-face, newsticker--enclosure)
12301         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12302         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12303         (newsticker--parse-generic-feed, newsticker--cache-contains)
12304         (newsticker--stat-num-items, newsticker-download-enclosures):
12305         Fix typos in docstrings.
12307         * net/rcirc.el (rcirc-debug): Doc fix.
12308         (rcirc-fill-column, rcirc-receive-message-hooks)
12309         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12310         (rcirc-mode, rcirc-generate-new-buffer-name)
12311         (rcirc-startup-channels, rcirc-ignore-update-automatic)
12312         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12313         Fix typos in docstrings.
12314         (rcirc-print): "?\ " -> "?\s".
12315         (rcirc-cmd-join): Improve argument/docstring consistency.
12317 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
12319         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12320         before narrow-to-region.
12322 2006-02-01  Richard M. Stallman  <rms@gnu.org>
12324         * simple.el (move-beginning-of-line): Scan properly for invis change.
12326         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12328 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
12330         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12331         change bit only when id-format is 'integer.  Reported by Matt
12332         Hodges <M.P.Hodges@rl.ac.uk>.
12334 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
12336         * hilit-chg.el (highlight-changes-initial-state)
12337         (highlight-changes-global-initial-state): Doc fixes.
12338         (highlight-changes-global-modes, global-highlight-changes):
12339         Fix typos in docstrings.
12341 2006-02-01  Kim F. Storm  <storm@cua.dk>
12343         * emulation/cua-base.el (cua-mode): Mention that CUA enables
12344         transient-mark-mode in doc string.
12346 2006-01-31  Richard M. Stallman  <rms@gnu.org>
12348         * replace.el (multi-occur): Doc fix.
12349         (multi-occur-in-matching-buffers): Rename from
12350         multi-occur-by-filename-regexp.  Prefix arg says match
12351         buffer names instead of file names.
12353 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
12355         * bs.el: Allow non-default values of `bs-header-lines-length'.
12356         (bs--running-in-xemacs): Remove (not needed anymore).
12357         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12358         instead of `shrink-window', thus avoiding having to compute the
12359         height of the window.
12360         (bs--up): Wrap around even when there's no header.
12361         (bs--down): Use `forward-line' instead of `next-line'.
12363 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
12365         * image-mode.el (image-toggle-display): Use file name if possible,
12366         instead of unnecessarily allocating a (possibly huge) lisp string.
12368 2006-01-30  John Paul Wallington  <jpw@pobox.com>
12370         * subr.el (toplevel): Define `cl-assertion-failed' condition here
12371         because the `assert' macro signals it at runtime.
12373         * emacs-lisp/cl.el (toplevel): Remove definition of
12374         `cl-assertion-failed' condition.
12376 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
12378         * thumbs.el (thumbs-marked-list): Make buffer-local and
12379         permanent-local.
12380         (thumbs-insert-thumb): Make help-echo non-sticky.
12381         (thumbs-file-alist): Use eolp as check for (non)-image.
12383 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
12385         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12386         (ediff-before-session-group-setup-hooks)
12387         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12388         Fix typos in docstrings.
12390         * window.el (bw-dir, bw-eqdir, balance-windows)
12391         (split-window-keep-point): Fix typos in docstrings.
12393         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12394         (org-quote-string, org-calendar-to-agenda-key)
12395         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12396         (org-show-following-heading, org-tags-column)
12397         (org-use-tag-inheritance, org, org-allow-space-in-links)
12398         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12399         (org-enable-table-editor, org-calc-default-modes)
12400         (org-table-allow-automatic-line-recalculation)
12401         (org-export-html-style, org-export-with-fixed-width)
12402         (org-export-with-sub-superscripts, org-special-keyword)
12403         (org-formula, org-time-grid, org-table-may-need-update)
12404         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12405         (org-goto-quit, org-get-indentation, org-end-of-item)
12406         (org-move-item-down, org-move-item-up)
12407         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12408         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12409         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12410         (org-agenda-log-mode, org-agenda-toggle-diary)
12411         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12412         (org-agenda-file-to-end, org-agenda-no-heading-message)
12413         (org-agenda-get-closed, org-format-agenda-item)
12414         (org-cmp-priority, org-cmp-category, org-cmp-time)
12415         (org-agenda-change-all-lines, org-agenda-diary-entry)
12416         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12417         (org-link-search, org-camel-to-words, org-open-file)
12418         (org-remember-handler, org-table-convert-region)
12419         (org-table-move-row-down, org-table-move-row-up)
12420         (org-table-copy-region, org-table-wrap-region)
12421         (org-table-toggle-vline-visibility)
12422         (org-table-get-vertical-vector, org-table-modify-formulas)
12423         (org-table-get-specials, org-recalc-commands)
12424         (org-table-rotate-recalc-marks, org-table-eval-formula)
12425         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12426         (org-level-color-stars-only, org-insert-heading):
12427         Fix typos in docstrings.
12428         (last-arg): Add defvar.
12430         * makefile.w32-in (WINS): Add erc.
12431         (MH_E_SRC): Update (copied from lisp/Makefile.in).
12433 2006-01-29  Bill Wohler  <wohler@newt.com>
12435         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12436         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12437         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
12438         (mh-autoloads): Don't use comments on otherwise empty lines.
12440 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
12442         * emulation/viper.el (viper-major-mode-modifier-list): Add
12443         insert-state and vi-state entries for erc-mode.
12444         (viper-go-away, viper-set-hooks): Add and remove
12445         viper-comint-mode-hook from erc-mode-hook as appropriate.
12447         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12449 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
12451         * bs.el (bs--format-aux): Implement `middle' alignment as
12452         described in the docstring for `bs-attributes-list'.
12453         (bs--get-name): Simplify.  Don't pad the buffer name.
12455 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
12457         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12458         English aspell dictionary is installed, use the first entry of
12459         ispell-dictionary-alist-1.
12461 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
12463         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12464         Doc fix.
12466 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
12468         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12469         for `process-file', in order to let it work for older Emacsen too.
12471 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
12473         * international/latexenc.el: Add a suitable `coding:' tag.
12474         (latexenc-find-file-coding-system): Undo last change.
12476 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12478         * international/latexenc.el (latexenc-find-file-coding-system):
12479         Make sure latexenc-main-file is a regular file and is readable.
12481 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
12483         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12484         Pass FILE to vc-user-login-name.
12486         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12488 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
12490         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12491         there are no more images to display.
12492         (thumbs-mark, thumbs-unmark): Revert change so that they move to
12493         the next image.
12495 2006-01-26  Richard M. Stallman  <rms@gnu.org>
12497         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12499         * wid-edit.el (advertised-widget-backward): New alias.
12500         (widget-keymap): Use advertised-widget-backward for S-TAB.
12502         * tumme.el: Correct the keywords.
12503         (tumme-dir-max-size): Use defvar.
12504         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12506         * simple.el (move-beginning-of-line): Take account of fields.
12507         (clone-indirect-buffer-other-window): Take args like
12508         clone-indirect-buffer, and work like it.
12510         * help-fns.el (describe-function): Don't pass `nil' as default.
12512         * files.el (risky-local-variable-p): Follow var aliases.
12514         * subr.el (lazy-completion-table): Doc fix.
12516         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12517         global binding of `line'.
12519 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
12521         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12522         Tramp.
12524         * vc.el (vc-default-dired-state-info): Pass FILE to
12525         vc-user-login-name.
12526         (vc-default-update-changelog): Don't use vc-user-login-name, we
12527         don't need it here.
12529         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12530         no longer necessary.
12532 2006-01-25  Kenichi Handa  <handa@m17n.org>
12534         * international/mule.el (decode-char): Avoid the overhead of
12535         calling utf-lookup-subst-table-for-decode if
12536         utf-translate-cjk-mode is nil.
12537         (encode-char): Avoid the overhead of calling
12538         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12539         nil.
12541 2006-01-22  Kenichi Handa  <handa@m17n.org>
12543         * international/mule.el (make-subsidiary-coding-system): Reset
12544         `coding-system-define-form' property of subsidiaries to nil.
12545         Avoid duplicated entry in coding-system-alist.
12546         (make-coding-system): Avoid duplicated entry in
12547         coding-system-alist.
12548         (define-coding-system-alias): Likewise.
12550 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12552         * completion.el: Minor fixes in introductory comment.
12553         (completion-def-wrapper): Fix alist.
12555 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
12557         * thumbs.el (thumbs-new-image-size): New function.
12558         (thumbs-increment-image-size-element)
12559         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12560         (thumbs-decrement-image-size): Delete.
12561         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
12562         temp files and use to resize.
12563         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12564         Use increment argument to enlarge/shrink.  Preserve point.
12565         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12566         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12567         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12568         (thumbs-mark, thumbs-unmark): Preserve point.
12569         (thumbs-modify-image): Keep old temp files and use to modify.
12570         Cleanup old temp files at load time.  Preserve point.
12571         (thumbs-view-image-mode-map): Use new command names.
12573 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12575         * log-view.el (log-view-minor-wrap): First rev is the one at point.
12577         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12578         the nastiest part of the cyclic dependency.
12579         (cal-menu-update): Use dotimes and calendar-increment-month.
12581         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12582         (calendar-week-start-day): Add an :initializer.
12583         (calendar-mode-map): Use suppress-keymap, and command remapping.
12584         (describe-calendar-mode): Setup xref-stack info for the back button.
12585         (calendar-star-date): Insert before delete.
12586         (calendar-set-mode-line): Add file-modified info if applicable.
12587         (calendar-increment-month): New function.
12589 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
12591         * font-lock.el (lisp-font-lock-keywords-2):
12592         Recognize "& keywords" only at word boundaries.
12594 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
12596         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
12597         and permanent-local.
12598         (thumbs-max-image-number): New variable.
12599         (thumbs-do-thumbs-insertion): Use them.
12600         (thumbs-per-line): Change default to 4.
12601         (thumbs-marked-list): Rename from thumbs-markedL.
12602         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12603         (thumbs-rename-images): Use -list instead of L for internal variables.
12604         (thumbs-call-convert): Use call-process instead of shell-command.
12605         (thumbs-insert-thumb): Add filename as help-echo to each image.
12606         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12607         Give dir to thumbs-show-thumbs-list.
12608         (thumbs-show-thumbs-list): Set default-directory to that of images.
12609         (thumbs-dired-show): Rename from thumbs-dired-show-all.
12610         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12611         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12612         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12614 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12616         * ses.el (ses-read-cell): Provide a default value.
12618 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
12620         * term/w32-win.el (image-library-alist): Add additional names for
12621         GIF library.
12623 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12625         * international/latexenc.el (latexenc-find-file-coding-system):
12626         Add file-regular-p check.
12628 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12630         * simple.el (clone-buffer): Don't show the new buffer in the same
12631         window.
12633 2006-01-23  Juri Linkov  <juri@jurta.org>
12635         * faces.el (link, link-visited): New faces based on default values
12636         of `info-xref' and `info-xref-visited'.
12638         * info.el (info-xref): Inherit from `link'.
12639         (info-xref-visited): Inherit from `link-visited'.
12641         * cus-edit.el (custom-buffer-create-internal): Use widget type
12642         `custom-manual' instead of `info-link' and don't set properties
12643         `button-face' and `mouse-face' explicitly.
12644         (custom-browse-group-tag, custom-browse-variable-tag)
12645         (custom-browse-face-tag): Inherit from widget class
12646         `custom-group-link' instead of `push-button'.
12647         (custom-button-unraised): Inherit from `underline' face.
12648         (custom-link): Inherit from `link' face.  Fix doc and group.
12649         (custom-add-parent-links, custom-group-value-create): Don't set
12650         properties `button-face' and `mouse-face' explicitly for
12651         `custom-group-link' widget.
12652         (custom-group-link): Add properties `button-face' and `mouse-face'
12653         to widget definition.
12654         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
12655         editable-field's :keymap property.
12656         (custom-mode): Fix docstring: substitute keybindings for
12657         `widget-forward' and `widget-backward' from `widget-keymap',
12658         `widget-complete' from `custom-field-keymap', replace old
12659         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
12661         * desktop.el (desktop-load-file): Check for `fboundp' before
12662         calling `symbol-function'.
12664         * simple.el (clone-buffer, clone-indirect-buffer)
12665         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
12666         `read-string'.  Fix prompts.
12668         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
12670 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
12672         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
12674 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
12676         * startup.el (inhibit-splash-screen, initial-scratch-message):
12677         Doc fixes.
12679 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
12681         Sync with Tramp 2.0.52.
12683         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
12684         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
12685         `tramp-unload-tramp' for checklist.
12687         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
12688         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
12689         (tramp-unload-file-name-handler-alist)
12690         (tramp-unload-tramp): New defuns.
12691         (tramp-advice-PC-expand-many-files): New defadvice.
12692         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
12693         removed.
12694         (tramp-handle-expand-file-name): Remove double slash.
12695         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
12696         It doesn't matter, because it will be converted later on.
12697         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
12698         implementation was just heuristic.
12699         (tramp-post-connection): Set uid and gid properties.
12700         (tramp-convert-file-attributes): Set file's gid change bit.
12701         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
12702         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
12703         in case of su(do)? methods.  The home directory of the local user
12704         will be taken else.
12705         (tramp-open-connection-telnet)
12706         (tramp-open-connection-rsh, tramp-open-connection-su)
12707         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
12708         local shell prompt could hurt.  Reported by Romain Francoise
12709         <romain@orebokech.com>.
12710         (tramp-let-maybe): Add `edebug-form-spec' property.
12711         (tramp-handle-expand-file-name): Bind `default-directory' locally
12712         to "/" in order to avoid problems with UNC shares or Cygwin
12713         mounts.
12714         (tramp-md5-function): Fix typo in error message.
12716         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
12718         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
12719         for byte-compiler pacification.
12721 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
12723         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
12724         ID-FORMAT `string'.  This allows us to get rid of
12725         `vc-user-login-name UID'.
12727         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
12729 2006-01-22  John Paul Wallington  <jpw@pobox.com>
12731         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
12733 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
12735         * emacs-lisp/find-func.el (find-definition-noselect)
12736         (find-variable-noselect): Search variables in C source code too.
12737         (find-function-C-source, find-function-noselect, find-function)
12738         (find-function-other-frame, find-variable-noselect, find-variable)
12739         (find-variable-other-frame, find-variable-at-point):
12740         Fix docstrings.
12742 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12744         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
12746 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
12748         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
12749         Default to disabling the "Save affix" question.
12751 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
12753         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
12754         the first arg to run-python.
12756 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
12758         * startup.el (command-line-1): Handle --no-desktop if desktop.el
12759         is not loaded.
12761 2006-01-20  Jay Belanger  <belanger@truman.edu>
12763         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
12764         limit is 0.
12766         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
12767         the correct variable.
12769 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
12771         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
12772         link.  Fixed buggy argument sequence in call to `org-view-tags'.
12773         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12774         (org-prefix-has-tag): New variable.
12775         (org-format-agenda-item): Remove tags from headline if
12776         appropriate.
12777         (org-agenda-remove-tags-when-in-prefix): New option.
12778         (org-get-tags-at): New function.
12780 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
12782         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
12783         (thumbs-find-image): Move image name and number from buffer name
12784         to mode name.  Set thumbs-buffer.  Preserve point so that large
12785         images remain visible.
12786         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
12787         order.
12788         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
12789         mode name.
12790         (thumbs-next-image, thumbs-previous-image): Make them work.
12792 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12794         * cus-edit.el (custom-buffer-create-internal): State in the text above
12795         the whole buffer buttons that they do not operate on hidden items.
12796         (custom-face-menu): Use `custom-face-save' instead of
12797         `custom-face-save-command'.
12798         (custom-face-save-command): Make it an alias for `custom-face-save'
12799         and declare it obsolete.
12800         (custom-face-save): Doc fix.
12802         * dired.el (dired-no-confirm): Add quote.
12803         (dired-subdir-alist-pre-R): Add quote in
12804         `make-variable-buffer-local' form and remove unbalanced parenthesis.
12806 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12808         * textmodes/table.el (table-mode-indicator): Typo in last change.
12810 2006-01-19  Richard M. Stallman  <rms@gnu.org>
12812         * outline.el (hide-leaves): Don't call outline-end-of-heading.
12813         Fixes bug reported in Nov 2005.
12815         * isearch.el (isearch-forward): Doc fix.
12817         * dired.el (dired-move-to-filename-regexp): Define as alias.
12818         (dired-no-confirm): Use defcustom.
12819         (dired-subdir-alist-pre-R): Put defvar at top level.
12821         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
12823         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12824         Mark as risky.
12826         * simple.el (set-mark-command): Doc fix.
12827         (clone-indirect-buffer-other-window):
12828         Read arg like clone-indirect-buffer.
12829         (move-beginning-of-line): Skip invisible newlines.
12831 2006-01-19  Masatake YAMATO  <jet@gyve.org>
12833         * progmodes/cpp.el (cpp-edit-load): Make the order of
12834         listed conditions in a base C code buffer and its associate
12835         CPP Edit buffer the same.
12837 2006-01-19  Kenichi Handa  <handa@m17n.org>
12839         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
12840         (rmail-mime-feature): Likewise.
12841         (rmail-require-mime-maybe): Use display-warning to show a warning
12842         message.
12844         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
12845         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
12847 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12849         * array.el: Move defvars out of eval-when-compile.
12850         (array-make-template): Replace undeclared global var with a local one.
12851         (array-mode): Inline initialization functions.
12852         (array-init-local-variables, array-init-max-row)
12853         (array-init-max-column, array-init-columns-per-line)
12854         (array-init-field-width, array-init-rows-numbered)
12855         (array-init-line-length, array-init-lines-per-row): Remove.
12857         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
12858         (doc-mode-map): Define explicitly.
12859         (doctor-txtype): Use mapc.
12861         * textmodes/table.el: Move defvars out of eval-when-compile.
12862         Remove harmful code meant to avoid byte-compiler warnings.
12863         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
12864         specification that checks table-fixed-width-mode directly.
12865         (table-recognize-region, table-recognize-cell):
12866         Use restore-buffer-modified-p.
12867         (table-fixed-width-mode): Remove code that refreshes
12868         table-fixed-mode-indicator.
12869         (*table--cell-describe-bindings, *table--cell-describe-mode):
12870         Avoid obsolete name print-help-return-message.
12871         (table--test-cell-list): Don't use replace-regexp from elisp.
12872         (table--point-entered-cell-function, table--point-left-cell-function):
12873         Don't set table-fixed-mode-indicator, use force-mode-line-update.
12875         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
12876         that was after the end of file.  Use buffer-file-name variable.
12877         (org-timestamp-change): Use with-current-buffer.
12878         (org-todo-list): Don't unnecessarily define a new buffer-local var.
12879         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
12880         `file'.
12882         * progmodes/fortran.el: Move defvars out of eval-when-compile.
12883         (fortran-break-line): Remove unused var `opoint'.
12884         (fortran-abbrev-start): Obey help-event-list.
12886 2006-01-18  Jesper Harder  <harder@phys.au.dk>
12888         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
12890 2006-01-18  Masatake YAMATO  <jet@gyve.org>
12892         * progmodes/make-mode.el (makefile-imake-mode): New mode
12893         derived from makefile-mode.
12894         (makefile-imake-mode-syntax-table): New syntax table
12895         derived from makefile-mode-syntax-table.
12896         (makefile-mode): Write about makefile-imake-mode in doc string.
12897         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
12898         (makefile-imake-font-lock-keywords): New font lock keywords.
12900         * files.el (auto-mode-alist): Add Imakefile.
12902 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
12904         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
12905         loading the file rather than when turning on flyspell-mode.
12907 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12909         * cus-edit.el (customize-rogue): Minor doc fix.
12911 2006-01-17  Juri Linkov  <juri@jurta.org>
12913         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
12914         instead of the file at the mark as default if the file at the mark
12915         is the same as the file at point or if dired-dwim-target-directory
12916         is not the same as the current directory and the mark is not active.
12918         * log-view.el (log-view-minor-wrap): Use the same logic to get
12919         revisions as `log-view-diff'.
12921         * info.el (Info-revert-find-node): Check for Info-current-file
12922         before preserving new-history.
12924         * man.el (Man-heading-regexp): Add `/'.
12926         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
12927         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12929 2006-01-16  Juri Linkov  <juri@jurta.org>
12931         * faces.el (mode-line-faces): New defgroup.
12932         (mode-line-highlight): Move definition after new defgroup.
12933         (mode-line, mode-line-inactive, mode-line-highlight):
12934         Replace :group `modeline' with `mode-line-faces'.
12935         (mode-line-buffer-id): New face.
12936         (modeline-buffer-id): New face alias.
12937         (vertical-border): Remove :group `modeline'.
12939         * bindings.el (propertized-buffer-identification): Use face
12940         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12941         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12942         (mode-line-buffer-identification-keymap): For mouse-1 replace
12943         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12944         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12945         mouse-3.
12947         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12948         Buffer-menu-buffer.  Doc fix.
12949         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12950         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12951         `Buffer-menu-buffer'.
12953         * info.el (Info-mode-line-node-keymap): New defvar.
12954         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12955         Propertize Info-current-node with `mode-line-buffer-id' and
12956         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12958         * time.el (display-time-mail-face): Replace :group `faces' with
12959         `mode-line-faces'.
12961 2006-01-16  Kenichi Handa  <handa@m17n.org>
12963         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12965         * language/european.el (cp1252): New alias for windows-1252.
12967         * international/mule.el (autoload-coding-system): Prepare for EOL
12968         variants.
12970 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12972         * term.el (term-raw-map): Add mapping for insert.
12973         (term-send-insert): New.
12974         (term-mode): Make variables local here instead of doing it in
12975         `term-emulate-terminal'.
12976         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12977         Scroll reverse needs to take into account the scroll region.
12978         Saving and restoring the cursor should save the color attributes too.
12979         (term-reset-terminal): Reset the scroll region.
12980         (term-handle-ansi-escape): Cursor up and down should take into
12981         account the scroll region.
12982         (term-set-scroll-region): Rename from `term-scroll-region'.
12983         Move to 0,0 after setting the region.
12984         (term-handle-scroll): Handle scroll up.
12985         (term-down): Fix off by one error.
12986         (term-delete-lines): Do not delete outside the scroll region.
12987         (term-insert-lines): Take into account the scroll region.
12989 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12991         * textmodes/ispell.el (ispell-internal-change-dictionary)
12992         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12993         (start, end): Move declaration outside of eval-when-compile.
12995         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12996         (flyspell-mode-on): Use it.
12998         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12999         ispell-kill-ispell-hook.
13001 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
13003         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13004         (Custom-reset-saved): Do not ask for confirmation in single option
13005         buffers.
13007 2006-01-13  Richard M. Stallman  <rms@gnu.org>
13009         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13011 2006-01-13  Romain Francoise  <romain@orebokech.com>
13013         * add-log.el (add-change-log-entry, change-log-merge):
13014         Conditionally use `hard-newline'.
13016 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
13018         * wid-edit.el (widget-field-end): If the overlay is no longer
13019         associated with a buffer, behave as if the overlay didn't exist.
13021         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13022         Make sure the links use the `custom-link' face.
13024 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13026         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13027         (ld-script-mode): Don't set indent-line-function since we don't
13028         have one.
13030 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
13032         * textmodes/org.el (org-open-file): Use mailcap for selecting an
13033         application.
13034         (org-file-apps-defaults-gnu): Use mailcap as the default for
13035         selecting an application on a UNIX system.
13036         (org-agenda-show-tags): New command.
13037         (org-table-insert-hline): Keep cursor in current table line.
13038         (org-table-convert): Offset effect of modifying
13039         `org-table-insert-hline'.
13040         (org-format-agenda-item): New optional argument TAG.
13041         (org-compile-prefix-format): Handle %T format for the tag.
13042         (org-expand-wide-chars): New function.
13043         (org-table-insert-row, org-table-insert-hline):
13044         Use `org-expand-wide-chars'.
13045         (org-open-file): Fix bug in program launch.
13046         (org-get-time-of-day): Fix bug with times before 1am.
13047         (org-agenda-menu): Add tags commands.
13049 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
13051         * textmodes/ispell.el (ispell-init-process): Include the used
13052         dictionary in ispell process start message.
13053         (ispell-internal-change-dictionary): When flyspell-mode is active
13054         and dictionary is changed, make sure ispell process is restarted
13055         and flyspell word cache cleared out for the current buffer.
13056         (ispell-change-dictionary): Make sure flyspell word cache is
13057         cleared out in all buffers with active flyspell mode when
13058         dictionary is globally changed.
13059         Call ispell-internal-change-dictionary after dictionary change.
13061 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
13063         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13065         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13066         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13067         years.  Fix small differences wrt Makefile.in.
13068         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13069         Makefile.in does.
13071 2006-01-12  Bill Wohler  <wohler@newt.com>
13073         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13074         mh-search.el.
13076 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13078         * progmodes/ld-script.el: Update copyright year.
13080 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
13082         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13083         Don't add widget if setting undefined.
13085 2006-01-12  John Paul Wallington  <jpw@pobox.com>
13087         * help-fns.el (describe-variable): Remove newlines from void
13088         variable output.
13090 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
13092         * wdired.el (wdired-mode-map): Add help echo for
13093         wdired-abort-changes.
13095         * man.el (Man-file-name-regexp): Adjust for a list of files.
13097 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13099         * progmodes/ld-script.el (auto-mode-alist): Support
13100         suffix conventions used in netbsd and eCos.
13102 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
13104         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13105         (custom-variable-menu, custom-face-menu, custom-group-menu)
13106         (Custom-mode-menu): Change names of menu items.  (As discussed on
13107         emacs-devel.)
13108         (custom-face-menu): Add "Undo Edits" item.
13110         * startup.el (init-file-user): defcustom -> defvar.
13112         * tooltip.el (tooltip-mode): Doc fix.
13114 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13116         * reveal.el (reveal-post-command): window-buffer signals an error on
13117         dead windows rather than returning nil.
13118         (reveal-open-new-overlays): An overlay might die while we open others.
13120 2006-01-11  Bill Wohler  <wohler@newt.com>
13122         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13123         phrasing in docstring.
13125         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13126         can give some systems gas.  Add new file mh-buffers.el.
13128 2006-01-06  Masatake YAMATO  <jet@gyve.org>
13130         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13131         C preprocessor forward ported from GNU Emacs 21.2.
13133         * progmodes/asm-mode.el (asm-font-lock-keywords):
13134         Use `cpp-font-lock-keywords'.
13136         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13138         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13139         of $ for "\\.ld[s]?".
13141 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13143         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13144         (tcl-indent-line): Return `noindent' if inside a string.
13146         * progmodes/flymake.el (flymake-split-string): Remove more than one
13147         empty string at beg/end of the result.
13148         (flymake-find-buildfile, flymake-find-possible-master-files):
13149         Use expand-file-name.
13150         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13151         since expand-file-name does it for us.  Use directory-file-name.
13152         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13153         (flymake-ler-get-type, flymake-ler-get-text)
13154         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
13155         (flymake-current-line-no): Remove spurious interactive spec.
13156         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13157         (flymake-check-include): Remove arg inc-path merged into inc-name.
13158         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13159         Arg regexp-list replaced by a simple regexp.
13160         (flymake-master-make-header-init, flymake-master-tex-init):
13161         Correspondingly replace regexp-list with a regexp.  Fix regexp.
13163 2006-01-10  Simon Josefsson  <jas@extundo.com>
13165         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13166         describing AUTH PLAIN fix.
13168 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13170         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13171         (report-emacs-bug): Don't record initial prompt text.
13172         Instead, add text properties to prompting text.
13173         (report-emacs-bug-hook): Delete prompting text.
13175 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13177         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13178         `dirs'.  Adjust callers.
13180 2006-01-09  John Paul Wallington  <jpw@gnu.org>
13182         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13184 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13186         * reveal.el (reveal-open-new-overlays): New extracted fun.
13187         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
13188         using them.  Simplify the code.
13189         (reveal-post-command): Use them.  Fix up obsolete windows in
13190         reveal-open-spots.
13192         * progmodes/flymake.el: Use `require' rather than autoload for
13193         XEmacs's overlays.
13194         (flymake-get-common-file-prefix, flymake-build-relative-filename):
13195         Delete.  Use file-relative-name instead.
13196         (flymake-get-syntax-check-program-args, flymake-perl-init):
13197         Simplify the resulting code.
13199         * log-view.el (log-view-file-re, log-view-message-re): Add support
13200         for DaRCS output.
13202 2006-01-09  Alex Schroeder  <alex@gnu.org>
13204         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13205         identifiers sometimes added in square brackets at the beginning of
13206         subject lines.
13208 2006-01-07  Richard M. Stallman  <rms@gnu.org>
13210         * cus-edit.el (Custom-set, Custom-save): Doc fix.
13211         (Custom-reset-current, Custom-reset-saved): Change question text.
13212         (Custom-reset-standard): Likewise.
13213         (custom-variable-reset-saved): Doc fix.
13215 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
13217         * startup.el (init-file-user): Doc fix.
13219 2006-01-07  Alex Schroeder  <alex@gnu.org>
13221         * mail/rmail.el (rmail-current-subject): New function.
13222         (rmail-current-subject-regexp): New function.
13223         (rmail-next-same-subject): Use it.
13225         * mail/rmailsum.el (rmail-summary-by-topic):
13226         Use rmail-current-subject and rmail-current-subject-regexp.
13227         (rmail-summary-next-same-subject): Ditto.
13229         * net/rcirc.el (rcirc-send-input): No longer check whether the
13230         process is open, since not all commands need an open process.
13231         (rcirc-send-string): Check whether the process is open before
13232         sending anything.
13233         (rcirc-ignore-list): New option.
13234         (rcirc-ignore-list-automatic): New variable.
13235         (rcirc-print): Take rcirc-ignore-list into account.
13236         (rcirc-cmd-ignore): New command.
13237         (rcirc-ignore-update-automatic): New function.
13238         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13239         list if ignored nicks.
13240         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13242 2006-01-06  David Reitter  <david.reitter@gmail.com>
13244         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13245         reflect the address to which the report will be sent.
13247 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
13249         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13250         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13252 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
13254         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13256         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13257         the doc string: "functoin" => "function".
13258         * ldefs-boot.el: Likewise.
13260         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13261         message text: "Duplicat" => "Duplicate".
13263 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13265         * files.el (basic-save-buffer-2): If backing-up failed, reset
13266         buffer-backed-up to nil.
13268 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
13270         * progmodes/gud.el (gdb-script-skip-to-head)
13271         (gdb-script-calculate-indentation): Indent for breakpoint command
13272         lists also.
13274 2006-01-05  Bill Wohler  <wohler@newt.com>
13276         * Makefile.in (compile-always): Add mh-autoloads dependency.
13277         (bootstrap): Remove mh-autoloads dependency, as compile dependency
13278         provides it.
13279         (updates): Remove mh-autoloads dependency, since it probably has
13280         already run recently (via recompile).
13282 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13284         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13285         argument `force' to disable the flyspell-last-buffer optimization.
13286         (flyspell-mode-on): Use it.
13288         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13289         flymake-simple-cleanup.
13290         (flymake-allowed-file-name-masks): Use this new default.
13291         All the functions are now called in the right buffer rather than
13292         passing the buffer as argument.
13293         (flymake-process-sentinel): Switch to buffer before calling cleanup.
13294         (flymake-parse-err-lines): Remove redundant buffer arg.
13295         (flymake-get-program-dir): Comment out unused function.
13296         (flymake-start-syntax-check, flymake-start-syntax-check-process):
13297         Remove redundant buffer argument.
13298         (flymake-get-real-file-name, flymake-simple-java-cleanup)
13299         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13301 2006-01-05  Richard M. Stallman  <rms@gnu.org>
13303         * info.el (Info-find-node): Don't record previous node if have none.
13304         (info): Go to directory only if history is empty.
13306         * simple.el (mark): Doc fix.
13308 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13310         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13311         already of desired type.
13312         (mac-ae-list): Coerce parameter to "list" type.
13313         (mac-dispatch-apple-event): Replace cadr part of event with a
13314         dummy position so that event-start returns it.
13316 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
13318         * textmodes/org.el (org-end-of-subtree): New function.
13319         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13320         Use `org-end-of-subtree'.
13321         (org-agenda, org-agenda-convert-date): Protect calls to
13322         `fit-window-to-buffer'.
13323         (org-tags-view): Force matching of sublevels when doing a
13324         todo-only search.  Define the correct redo command, including the
13325         arguments.
13326         (org-agenda-redo): Display message.
13327         (org-check-for-org-mode): New function.
13328         (org-agenda-type): New variable.
13329         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13330         Set `org-agenda-type'.
13331         (org-agenda-check-type): New function.
13332         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13333         (org-agenda-week-view, org-agenda-day-view)
13334         (org-agenda-next-date-line, org-agenda-previous-date-line)
13335         (org-agenda-log-mode, org-agenda-toggle-diary)
13336         (org-agenda-toggle-time-grid, org-agenda-date-later)
13337         (org-agenda-date-prompt, org-agenda-diary-entry)
13338         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13339         (org-agenda-convert-date, org-agenda-menu):
13340         Use `org-agenda-check-type'.
13341         (org-make-overlay, org-delete-overlay)
13342         (org-detatch-overlay, org-move-overlay, org-overlay-put):
13343         New compatibility functions.
13344         (org-calendar-select-mouse): New command.
13346 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
13348         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13349         (Custom-reset-standard): Fix y-or-n-p messages.
13350         (custom-link): New face for links.
13351         (custom-buffer-create-internal, custom-manual): Use it.
13352         (custom-face-save): Push to theme-face before setting face spec.
13354         * wid-edit.el (widget-default-mouse-face-get): New function.
13355         (widget-specify-button): Handle mouse-face like button-face.
13357         * custom.el (load-theme): Clear old theme settings if reloading.
13359 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13361         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13362         "Erase Customization" button back to same position it occupies in
13363         the individual State menus.
13365 2006-01-04  Kim F. Storm  <storm@cua.dk>
13367         * wid-edit.el (key-sequence): Rework widget to read key binding
13368         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
13369         (widget-key-sequence-default-value): Default value for empty sequence.
13370         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
13371         (widget-key-sequence-read-event): New command for C-q.
13372         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13373         (widget-key-sequence-value-to-external): New functions.
13375 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13377         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13378         Use expand-file-name.
13379         (flymake-delete-temp-directory): Use expand-file-name,
13380         file-name-directory, and directory-file-name.
13381         (flymake-strrchr): Delete.
13382         (flymake-start-syntax-check): Don't pass the redundant buffer argument
13383         to the init-f function.
13384         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13385         (flymake-init-find-buildfile-dir)
13386         (flymake-init-create-temp-source-and-master-buffer-copy)
13387         (flymake-simple-make-init-impl, flymake-simple-make-init)
13388         (flymake-master-make-init, flymake-master-make-header-init)
13389         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13390         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13391         (flymake-xml-init): Remove corresponding redundant buffer argument.
13392         (flymake-allowed-file-name-masks): Remove last elems that are equal to
13393         the default anyway.  Clean up regexps.
13395         * progmodes/flymake.el (flymake-temp-source-file-name)
13396         (flymake-master-file-name, flymake-temp-master-file-name)
13397         (flymake-base-dir): New buffer-local vars.
13398         (flymake-buffer-data, flymake-get-buffer-value)
13399         (flymake-set-buffer-value): Replace those hash-tables by the new
13400         buffer-local vars.  Update callers.
13402         * progmodes/flymake.el (flymake-check-start-time)
13403         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13404         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13405         Move definition, so we can remove redundant earlier declaration.
13406         (flymake-replace-regexp-in-string, flymake-split-string)
13407         (flymake-get-temp-dir): Use defalias.
13408         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
13409         (flymake-xemacs-window-edges): Remove unused function.
13410         (flymake-get-point-pixel-pos): Move.
13411         (flymake-pid-to-names, flymake-reg-names)
13412         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13413         Replace by a simple list flymake-processes and by process-buffer.
13414         Update callers.  Other than simplify the code, it uses buffers rather
13415         than buffer-names so it doesn't get confused by uniquify.
13416         (flymake-buffer-data): The global value should just be nil.
13418         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13419         Optimize the body of a defalias like any other code.
13421         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13422         Make sure we've setup font-lock's vars.  It may influence which
13423         function we then call.
13424         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13425         here since it's too late anyway.
13427 2006-01-03  Romain Francoise  <romain@orebokech.com>
13429         * startup.el (fancy-splash-tail, normal-splash-screen):
13430         Update copyright year.
13432 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
13434         * mouse.el (mouse-drag-track): Rename, from
13435         `mouse-drag-region-1'.  Includes optional argument required to
13436         enable post-drag event processing (e.g. delete region keys).
13437         Can be used without this argument to track a mouse region and operate
13438         on it as soon as the drag completes.
13439         (mouse-drag-region): Use `mouse-drag-track'.
13441 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
13443         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13444         Move to `custom-buffer' group.
13446         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13447         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13448         (custom-theme-insert-face-marker, custom-theme-variable-menu)
13449         (custom-theme-face-menu): New variables.
13450         (custom-theme-add-variable, custom-theme-variable-action)
13451         (custom-variable-reset-theme, custom-theme-delete-variable)
13452         (custom-face-reset-theme, custom-theme-face-action)
13453         (custom-theme-delete-face, custom-theme-merge-theme)
13454         (custom-theme-add-face, custom-theme-visit-theme): New functions.
13456 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
13458         * custom.el: Move Custom Themes commentary to start of theme code.
13459         (custom-known-themes): Rename `standard' theme to `changed'.
13460         (custom-push-theme): Caller no longer specifies what theme to use
13461         when doing `reset'---the setting is simply removed from the theme.
13462         Delete MODE from `theme-value' and `theme-settings' properties.
13463         (custom-declare-theme): Ignore &rest args since we don't use them.
13465         (custom-loaded-themes): Delete variable.
13466         (custom-theme-load-themes, custom-theme-loaded-p)
13467         (custom-theme-value): Delete functions.
13469         (custom-declare-theme): Signal error on invalid theme names.
13470         (provide-theme): custom-loaded-themes was deleted.
13471         (load-theme): Load the file unconditionally.
13472         (enable-theme): Call `load-theme' if theme is undefined.
13473         (custom-enabled-themes): Only update value for successful loads.
13474         (disable-theme): Complete from enabled themes when interactive.
13475         (custom-variable-theme-value): Calculate theme value directly.
13477         (custom-theme-reset-variables, custom-reset-variables): Mark as
13478         XEmacs compatibility functions.  We don't actually use these.
13480         * cus-edit.el (custom-variable-state-set):
13481         Use custom-variable-theme-value instead of custom-theme-value.
13482         (custom-face-state-set): Rename `standard' theme to `changed'.
13483         (custom-save-variables, custom-save-faces): Delete unneeded
13484         references to custom-reset-variables.
13485         (custom-save-resets): Delete function.
13486         (custom-save-variables, custom-save-faces): MODE argument deleted.
13487         (custom-save-variables, custom-save-faces): Ignore theme values.
13489         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13490         compatibility function.
13492 2006-01-01  Richard M. Stallman  <rms@gnu.org>
13494         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13495         (Custom-reset-current, Custom-reset-saved): Likewise.
13496         (Custom-reset-standard): Show message if aborted.
13497         (custom-mode): Doc fix, describing those commands.
13499         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13500         put on event-kind property.
13502 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
13504         * custom.el (provide-theme): Ban `user' theme name.
13505         (custom-enabling-themes): New variable.
13506         (enable-theme): Don't enable user if custom-enabling-themes is t.
13507         (custom-enabled-themes): Make it a defcustom.
13508         (custom-theme-recalc-face): No-op if face is undefined.
13510         * cus-edit.el (custom-button-mouse): New variable.
13511         (custom-button-mouse): New face.
13512         (custom-raised-buttons, custom-mode): Use it.
13514         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13516 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13518         * progmodes/gud.el (gud-display-line): Support hl-line in the
13519         source buffer.
13521 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13523         * mouse.el (mouse-drag-window-above): Verify that the found window
13524         overlaps with the given window in the horizontal dimension.
13526 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13528         * Makefile.in (cvs-update): New target.
13530         * makefile.w32-in (cvs-update): Ditto.
13532 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
13534         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13535         (custom-new-theme-mode-map): New variable.
13537 2005-12-30  Richard M. Stallman  <rms@gnu.org>
13539         * custom.el (custom-load-themes): Function deleted.
13541         * cus-edit.el (custom-save-loaded-themes): Function deleted.
13542         (custom-save-variables): Don't delete or add custom-load-themes call.
13544 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13546         * cus-start.el: Add `visible-cursor'.
13548         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13549         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13550         (flymake-process-filter): Switch to buffer before calling it instead.
13551         (flymake-post-syntax-check, flymake-highlight-err-lines)
13552         (flymake-delete-own-overlays, flymake-parse-err-lines)
13553         (flymake-start-syntax-check, flymake-start-syntax-check-process)
13554         (flymake-count-lines, flymake-parse-residual):
13555         Remove constant buffer argument.
13556         (flymake-start-syntax-check-for-current-buffer): Remove.
13557         Update callers to use flymake-start-syntax-check instead.
13558         (flymake-display-err-menu-for-current-line):
13559         Remove unused var `mouse-pos'.
13560         (flymake-restore-formatting): Comment out unused function.
13561         (flymake-report-status, flymake-report-fatal-status): Remove buffer
13562         argument, use current-buffer instead.  Update callers.
13564 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13566         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13567         buffer-local because choose-completion-delete-max-match requires
13568         that we set completion-ignore-case (i.e., binding via let is not
13569         sufficient).
13570         (bibtex-complete): Always set completion-ignore-case and
13571         choose-completion-string-functions.  The latter is needed because
13572         choose-completion-string-functions keeps its value if we quit the
13573         *Completions* buffer without requesting a completion.
13575 2005-12-30  Andreas Schwab  <schwab@suse.de>
13577         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13579 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
13581         * jit-lock.el (jit-lock-chunk-size): Doc fix.
13583 2005-12-30  Juri Linkov  <juri@jurta.org>
13585         * locate.el (locate-fcodes-file, locate-header-face)
13586         * progmodes/delphi.el (delphi-other-face)
13587         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13589         * paren.el (show-paren-match, show-paren-mismatch): Use existing
13590         group `paren-showing-faces'.
13592         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13593         (goto-address): Fix docstring.
13595         * net/webjump.el (webjump-sample-sites): Update URLs.
13597         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13599         * subr.el (cancel-change-group): Add listp around pending-undo-list.
13601 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13603         * font-lock.el (font-lock-compile-keywords): Signal an error when
13604         font-lock-set-defaults hasn't been called.
13606 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
13608         * subr.el (noreturn, 1value): Doc fixes.
13610 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13612         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13613         that assoc-string returns nil.
13615 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13617         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13618         (bibtex-entry-type-str, bibtex-empty-field-re)
13619         (bibtex-search-backward-string, bibtex-preamble-prefix)
13620         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13621         (bibtex-any-valid-entry-type): New variable.
13622         (bibtex-parse-field-name): Simplify.
13623         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13624         (bibtex-preamble-prefix): Include left delimiter.
13625         (bibtex-search-forward-field, bibtex-search-backward-field):
13626         Allow unbounded search past entry boundaries (required by bibtex-pop).
13627         (bibtex-text-in-field-bounds): Use push.
13628         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
13629         (bibtex-parse-preamble, bibtex-valid-entry)
13630         (bibtex-beginning-first-field): New functions.
13631         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
13632         (bibtex-map-entries): Fix docstring.
13633         (bibtex-flash-head): New arg prompt.  Simplify.
13634         (bibtex-enclosing-field): Include code of bibtex-inside-field.
13635         (bibtex-insert-kill): Simplify.  Always insert text past the
13636         current field or entry.
13637         (bibtex-format-entry): Use bibtex-parse-field.
13638         (bibtex-pop): Use bibtex-beginning-of-entry and
13639         bibtex-end-of-entry to initiate the search.  Insert empty field if
13640         we found ourselves.
13641         (bibtex-print-help-message): New args field and comma.
13642         Handle entry keys.
13643         (bibtex-make-field): Use bibtex-beginning-of-entry.
13644         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
13645         invalid entry.
13646         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
13647         Handle preambles.  Simplify code for thorough test.
13648         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
13649         New arg comma.  Handle entry heads.
13650         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
13651         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
13652         New arg comma.
13653         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
13654         (bibtex-fill-field): Simplify.
13655         (bibtex-fill-entry): Use bibtex-beginning-first-field and
13656         bibtex-parse-field.
13657         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
13658         (bibtex-complete): Use bibtex-parse-preamble.
13660 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
13662         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
13663         Display name of expression instead of convenience variable.
13664         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
13666         * progmodes/gud.el (gud-tooltip-dereference): Rename from
13667         toggle-gud-tooltip-dereference.
13668         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
13669         (gud-tooltip-tips): ...here when dereferencing.
13671 2005-12-28  Bill Wohler  <wohler@newt.com>
13673         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
13675 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13677         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
13678         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
13679         (vc-annotate-display-autoscale): Adjust call.
13680         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
13681         Fix interactive spec.
13682         (vc-annotate-time-span): Remove.
13683         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
13684         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
13685         (vc-annotate-display-select): Use new name.
13687         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
13688         (vc-annotate-mode-menu): Remove left-over redundant declaration.
13689         Correct the construction of span entries.  Simplify.
13690         (vc-annotate-display-select): Fix the nil case.
13691         (vc-annotate): Remove obsolete (and now broken) code.
13692         (vc-annotate-extract-revision-at-line): Remove obsolete code.
13693         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
13695 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
13697         * subr.el (lazy-completion-table): Correct typo in docstring.
13699         * startup.el (command-line): Use `custom-reevaluate-setting' for
13700         `send-mail-function'.
13702         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
13704 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
13706         * mail/smtpmail.el (smtpmail-try-auth-methods):
13707         Send credentials together with "AUTH PLAIN" command.
13709 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13711         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
13712         mouse-2, go back to previously selected window, so it's selected
13713         when mouse-2 command runs.
13715 2005-12-27  Juri Linkov  <juri@jurta.org>
13717         * descr-text.el (describe-text-sexp): Use square brackets for
13718         button [Show] to distinguish it from the property value `show'.
13719         (describe-property-list): Use `insert-text-button' with
13720         `help-face' type instead of putting face in quotes, because button
13721         is not created automatically for a list of faces.
13722         (describe-text-properties-1): Put button-type value in quotes to
13723         distinguish from plain text "button".
13724         (describe-char): Display code point values in hex.  Don't use
13725         `symbol-name' for `current-input-method' because it is a string.
13726         Use `insert-text-button' with `help-face' type instead of putting
13727         hardcoded face in quotes, because button is not created automatically.
13729 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13731         * progmodes/glasses.el (glasses-face): More specific custom type.
13733         * files.el (set-visited-file-name): Doc fix.
13735         * textmodes/flyspell.el (flyspell-external-point-words):
13736         Use local var buffer-scan-pos to advance scan for next misspelling.
13737         Advance it only after we find the misspelling.
13739 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
13741         * textmodes/flyspell.el (flyspell-external-point-words):
13742         New criteria for finding the misspelling in the buffer.
13744 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
13746         * help-mode.el (help-insert-string): Set help-xref-stack-item
13747         rather than call help-setup-xref.
13749         * descr-text.el (describe-char): Revert previous changes for
13750         optional buffer argument.
13752 2005-12-27  Juri Linkov  <juri@jurta.org>
13754         * help-mode.el (help-insert-string): New function.  Save buffer
13755         contents in cases where it is impossible to recompute the old contents.
13757         * descr-text.el (describe-char): Set help-xref-stack-item
13758         explicitly after buffer has been generated.
13760 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13762         * cus-start.el (all): Add x-gtk-show-hidden-files.
13764 2005-12-26  Richard M. Stallman  <rms@gnu.org>
13766         * replace.el (perform-replace): Calculate match-again
13767         before skipping read-only matches.
13769         * paren.el (paren-showing-faces): New group.
13770         (show-paren-match, show-paren-mismatch): Move to that group.
13772         * button.el (button): Put into group `basic-faces'.
13774         * progmodes/make-mode.el: Remove faces from group `faces'.
13776         * apropos.el (apropos, apropos-value): Doc fix.
13777         (apropos-documentation): Doc fix.
13779 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13781         * subr.el (lazy-completion-table): Remove argument `args'.
13783         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13784         Don't use the `args' argument of lazy-completion-table.
13786 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
13788         * descr-text.el (describe-char): Add optional argument for buffer.
13789         Set buffer appropriately.  Call help-setup-xref.
13790         Suggested by Stefan Monnier.
13792 2005-12-26  Juri Linkov  <juri@jurta.org>
13794         * descr-text.el: Require `help-fns' at runtime.  Don't require
13795         `button' for byte compilation.
13796         (describe-text-widget): Add `help-echo' for first button.
13797         Use `help-info' for second.
13798         (describe-property-list): Use `help-argument-name' instead of `italic'.
13799         (describe-text-category): Add prompt to interactive spec.
13800         Call `help-setup-xref'.
13801         (describe-char): Use `help-character-set'.  Add `help-echo' for
13802         code point.  Use `help-input-method'.  Remove superfluous insert.
13804 2005-12-25  Richard M. Stallman  <rms@gnu.org>
13806         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
13807         at point, in case of narrowing.
13809         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
13811         * locate.el (locate-header-face): Allow nil in type.
13813         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
13815 2005-12-25  Romain Francoise  <romain@orebokech.com>
13817         * battery.el (battery-linux-proc-acpi): Also try
13818         `/proc/acpi/thermal_zone/THM0/temperature'.
13820 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
13822         * custom.el (custom-push-theme): Fix docstring.
13824         * cus-edit.el (custom-variable-set, custom-variable-save)
13825         (custom-variable-save): Custom-quote widget values.
13826         (customize-save-variable): Fix custom-push-theme call.
13828 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
13830         * w32-fns.el (w32-batch-update-autoloads): New function.
13832         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
13833         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
13834         from the command line.
13836 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
13838         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
13839         reset means to remove setting from theme entirely.  Don't keep
13840         expanding theme-settings list; delete old entries if necessary.
13842         * cus-edit.el (custom-buffer-create-internal): Move "Erase
13843         customization" button one line up.
13844         (custom-themed): New face.
13845         (custom-magic-alist): New value, THEMED, for theme settings.
13846         (custom-variable-state-set, custom-face-state-set):
13847         Check theme-value instead of saved-value.
13848         (custom-variable-reset-standard, custom-face-reset-standard):
13849         Remove theme setting entirely.  Recalculate new values.
13850         (custom-variable-set, custom-variable-set)
13851         (custom-variable-reset-saved, custom-variable-reset-backup)
13852         (custom-face-set, custom-face-reset-saved): Update `user' theme.
13853         (custom-variable-save): Fix typos.
13855 2005-12-23  Juri Linkov  <juri@jurta.org>
13857         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
13858         Add autoload cookies.
13859         (edebug-outside-d-c-i-n-s-w): New variable.
13860         (edebug-display, edebug-outside-excursion): Use it to save the
13861         original value of default-cursor-in-non-selected-windows.
13862         Set default-cursor-in-non-selected-windows to t while Edebug
13863         is active.
13864         (edebug-mode, edebug-eval-mode): Doc fix.
13866         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
13867         with `buffer-substring-no-properties' to remove common substring
13868         highlighting.
13870         * info.el (info-other-window, info): Rename function argument
13871         `file' to `file-or-node'.
13872         (Info-complete-menu-item): Use local variable `complete-nodes' to
13873         keep the global value of `Info-complete-nodes' unchanged for
13874         subsequent completions.
13875         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
13877         * simple.el (get-next-valid-buffer, last-buffer)
13878         (next-error-buffer-p, next-error-find-buffer)
13879         (minibuffer-history-sexp-flag): Doc fix.
13881         * savehist.el (savehist-mode-hook): Add `:group'.
13883         * log-view.el: Call autoload for vc-find-version.
13884         (log-view-current-file): Adjust subgroup numbers.
13885         (log-view-current-tag): Add `length'.
13887 2005-12-23  Richard M. Stallman  <rms@gnu.org>
13889         * vc.el (vc-annotate-car-last-cons): Defn moved up.
13891 2005-12-23  Juri Linkov  <juri@jurta.org>
13893         * hi-lock.el (hi-lock-archaic-interface-message-used)
13894         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
13895         (hi-lock-mode): Display "Hi" in the mode line only when
13896         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
13897         (hi-lock-write-interactive-patterns):
13898         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13899         (hi-lock-set-pattern, hi-lock-set-file-patterns)
13900         (hi-lock-font-lock-hook): Set 3rd arg `how' of
13901         font-lock-add-keywords to t.
13903 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
13905         * hi-lock.el (hi-lock-highlight-range): New variable.
13906         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
13907         only if font-lock-fontified is non-nil.  Remove overlays.
13908         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
13909         font-lock-fontified is non-nil, otherwise use overlays (instead of
13910         text properties).
13911         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
13912         New variables.
13913         (hi-lock-string-serialize) New function.
13915 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13917         * menu-bar.el (menu-find-file-existing): New function.
13918         (menu-bar-file-menu): Use menu-find-file-existing for Open.
13920         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
13922 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13924         * vc.el: Remove unnecessary leading * in docstrings.
13925         (vc-annotate-mode-map): Move initialization into declaration.
13926         (vc-static-header-alist): Nitpick on the regexp.
13927         (vc-default-init-version): New fun.
13928         (vc-register): Use it.
13929         (vc-insert-headers): Use dolist.
13930         (vc-annotate-get-backend): Remove unused function.
13931         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
13932         (vc-annotate-mode): Remove corresponding call.
13933         (vc-annotate-car-last-cons): Simplify.
13934         (vc-annotate-buffers): Remove var.
13935         (vc-annotate-backend): Make it buffer-local.
13936         (vc-annotate): Move the interaction to the interactive spec.
13937         Add a `buf' argument.
13938         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13939         killing&creating a vc-annotate buffer, which is very disruptive when
13940         the buffers are shown in dedicated frames.
13942 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13944         * descr-text.el: Add FSF as maintainer.
13945         (describe-text-mode, describe-text-mode-map)
13946         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13947         help-mode.
13948         (describe-text-widget, describe-text-sexp)
13949         (describe-property-list, describe-text-category)
13950         (describe-text-properties, describe-text-properties-1)
13951         (describe-char): Use help buttons instead of widgets.
13952         (describe-char-unicodedata-file): Make URL link in doc string.
13954 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13956         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13957         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13958         Don't include buttons that write a file when there's no file.
13959         (custom-variable-menu, custom-face-menu, custom-group-menu):
13960         Don't include commands that write a file when there's no file.
13961         (customize-browse): Reword the top-of-buffer help intro.
13962         (custom-buffer-create-internal): Fix previous change.
13963         (customize-changed-options-previous-release): Prev release is 21.1.
13964         (customize-changed-options): Doc fix.
13965         (customize-changed): New alias.
13966         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13967         Say "standard values".
13968         (Custom-reset-standard): Doc fix.
13969         (custom-face-reset-standard): Doc fix.
13971 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13973         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13974         even if font-lock-mode is non-nil since it may be t without having
13975         turned on font-lock-mode-internal.
13976         (font-lock-choose-keywords): Minor optimization.
13977         (font-lock-add-keywords, font-lock-remove-keywords)
13978         (font-lock-set-defaults): Don't call make-local-variable on a variable
13979         that we know to already be local.
13981 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13983         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13984         messages if in the minibuffer.
13986 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13988         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13989         (tex-mode-flyspell-verify, flyspell-get-word)
13990         (flyspell-external-point-words): Don't use point-min/max uselessly.
13992         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13993         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13994         don't need to show it.
13996 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
13998         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14000 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14002         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14003         delete-windows-on with an inexistent buffer.
14005 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
14007         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14008         Delete defcustom variable :tag names.
14010 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14012         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14013         (log-view-font-lock-keywords): Ajust subgroup numbers.
14014         (log-view-current-tag): Don't hard code the number of subgroups.
14016 2005-12-20  Juri Linkov  <juri@jurta.org>
14018         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14019         (tooltip-x-offset, tooltip-y-offset): Doc fix.
14021         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14022         (menu-bar-non-minibuffer-window-p): Instead of checking
14023         display-multi-frame-p, use selected-frame when menu-updating-frame
14024         is nil.
14026 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
14028         * align.el (align-rules-list): Use [ \t] instead of \s-
14029         for column separators in text mode.
14031 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
14033         * help-mode.el (help-customize-variable, help-customize-face):
14034         Don't pop help-xref-stack as help-follow no longer pushes
14035         anything on to it.
14037 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
14039         * textmodes/org.el (org-agenda-custom-commands): New option.
14040         (org-agenda): Offer custom commands on splash screen.
14041         (org-make-tags-matcher): Parser for Boolean logic added.
14042         (org-agenda-set-tags): New command.
14043         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14044         (org-set-tags): Efficiency improvements.
14045         (org-auto-align-tags): New option.
14046         (org-todo, org-demote, org-promote): Realign tags.
14047         (org-tags-completion-function): Use also "&" and "|" as separators.
14048         (org-org-menu): Agenda commands simplified.
14050 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
14052         * cus-edit.el (customize-apropos, customize-apropos-options):
14053         Docstring changes.
14055         * font-lock.el (font-lock): Add tags to the links in the defgroup.
14057 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
14059         * longlines.el (longlines-mode): Wrap while widened.
14060         (longlines-decode-region, longlines-encode-region): Compute max
14061         just once.
14063 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14065         * cus-edit.el (mac): New group.
14067         * cus-start.el (all): Add user options in macterm.c.  Add test for
14068         Mac-related built-ins.  Fix test for GTK-related built-ins.
14070         * term/mac-win.el (mac-handle-language-change)
14071         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14072         (mac-services-open-selection, mac-services-mail-selection)
14073         (mac-services-mail-to, mac-services-insert-text)
14074         (mac-dispatch-apple-event): Add docstrings.
14075         (x-get-selection, mac-select-convert-to-string): Select coding
14076         system from `utf-16be' and `utf-16le' using `byteorder'.
14078 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14080         * subr.el (lazy-completion-table): Don't be fooled if the var holds
14081         a "list" (lambda ...) rather than a real completion list.
14083         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14084         lexical-let when encountering ((lambda (...) ...) ...).
14086 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14088         * progmodes/sh-script.el (sh-mode):
14089         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14090         * textmodes/picture.el (picture-mode): Update docstrings.
14092 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
14094         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14095         commands enclosed in $(ARGQUOTE)s should not be split between two
14096         lines, as that will break with GNU Make >3.80, when sh.exe is used
14097         and arg quoting is with '..'.
14098         (autoloads): Don't break the quoted --eval expression between
14099         several lines.
14101 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14103         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14104         Capture error from printing circular structures.
14106 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
14108         * wid-edit.el (widget-checkbox-action): Clear undo info.
14110 2005-12-16  Bill Wohler  <wohler@newt.com>
14112         * menu-bar.el (kill-this-buffer): Set a good example by using menu
14113         bar, not menubar in comment.
14115 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14117         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14118         After-change-functions should not clobber the match data.
14120 2005-12-16  Juri Linkov  <juri@jurta.org>
14122         * simple.el (choose-completion): Use `buffer-substring-no-properties'
14123         instead of `buffer-substring'.
14124         (completion-common-substring): Doc fix.
14125         (completion-setup-function): Use minibuffer-completion-contents
14126         instead of minibuffer-contents.  Don't set common-string-length
14127         initially.  Remove special handling of partial-completion-mode.
14128         Move computation of completion-base-size into one cond.
14129         Call completion-base-size-function in mainbuf.  In computation of
14130         completion-base-size for file name completion don't move point to
14131         the end of the minibuffer.  Move computation of common-string-length
14132         into one cond.  Start putting faces only when common-string-length>=0.
14133         Add condition to put completions-common-part when
14134         common-string-length>0.
14136         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14137         place point at the first different character in the minibuffer
14138         even if this position is at the beginning of the minibuffer.
14140         * info.el (Info-read-node-name-1): In completion-base-size-function's
14141         lambda return 1 if common-substring or minibuffer-completion-contents
14142         starts with (, and 0 otherwise.
14144         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14145         Use `crm-current-element' for second arg of `display-completion-list'.
14147 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
14149         * files.el (set-auto-mode): Look for an interpreter specified on
14150         the first line also if search for mode specification succeeded,
14151         but the mode is not known.
14153 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
14155         * textmodes/org.el (org-tags-match-list-sublevels): New option.
14156         (org-open-at-point): Implement tag searches as links.
14157         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14158         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14159         (org-tags-sparse-tree, org-tags-view, org-set-tags)
14160         (org-agenda-dispatch): New commands.
14161         (org-use-tag-inheritance, org-tags-column): New options.
14162         (org-tab-follows-link, org-return-follows-link): New options.
14163         (org-tags): New customize group.
14164         (org-start-icalendar-file): Get local time zone.
14165         (org-tags-completion-function): New function.
14166         (org-set-font-lock-defaults): Make sure links will also be
14167         highlighted inside headlines.
14169 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
14171         * term.el (term-emulate-terminal):
14172         Let term-handle-ansi-terminal-messages override what Bash says about
14173         its current directory.
14175 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14177         * bindings.el (last-buffer): Move to simple.el.
14178         * simple.el (last-buffer): Move here.
14179         (get-next-valid-buffer): New function.
14180         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14181         (prev-buffer): Ditto.  Rename to `previous-buffer'.
14183         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14184         * bindings.el (global-map): Ditto.
14186 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
14188         * cus-edit.el: Introductory comment change.
14189         (custom-magic-alist): Change message string for the `rogue' state.
14191 2005-12-15  Richard M. Stallman  <rms@gnu.org>
14193         * tooltip.el: Delete defcustom variable :tag names.
14195         * complete.el (partial-completion-mode): Doc fix.
14197         * textmodes/flyspell.el (flyspell-external-point-words):
14198         Use save-excursion to ensure we don't move backward in the
14199         search loop, not even one character.
14200         (flyspell-delete-all-overlays): Use remove-overlays directly.
14202         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14203         (ispell-start-process): Set that variable.
14204         Clear ispell-buffer-local-name.
14205         (ispell-internal-change-dictionary):
14206         Set ispell-current-dictionary after killing process.
14207         (ispell-buffer-local-dict):
14208         Don't set spell-personal-dictionary after killing process.
14209         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14210         (ispell-tex-skip-alists, ispell-html-skip-alists)
14211         (ispell-skip-region-alist): Mark as risky.
14213         * net/newsticker.el (newsticker--retrieval-timer-list)
14214         (newsticker--display-timer, newsticker-running-p)
14215         (newsticker-ticker-running-p): Definitions moved up.
14217 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
14219         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14221 2005-12-15  David Ponce  <david@dponce.com>
14223         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14224         (recentf-edit-list, recentf-open-files): Signal an error when
14225         there is no recent file.
14227 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14229         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14230         read-only except for texinfo-format-region evaluation.
14232 2005-12-14  Richard M. Stallman  <rms@gnu.org>
14234         * vc.el (vc-default-previous-version, vc-default-next-version)
14235         (vc-do-command): Doc fixes.
14237 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14239         * textmodes/bibtex.el (bibtex-expand-strings)
14240         (bibtex-autokey-expand-string, bibtex-name-part)
14241         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14242         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14243         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14244         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14245         (bibtex-entry-postfix, bibtex-known-entry-type-re)
14246         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14247         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14248         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14249         (bibtex-beginning-of-last-entry): Remove.
14250         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
14251         message if comma is missing but buffer is read-only.
14252         (bibtex-parse-field-text): Handle whitespaces at the end of field
14253         text.  Return 3-element list with beginning and end of field text
14254         and end of field.
14255         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14256         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
14257         (bibtex-search-forward-field, bibtex-search-backward-field):
14258         Search always delimited by limits of entry.  Use more efficient
14259         search algorithms.
14260         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14261         bibtex-end-of-name-in-field.
14262         (bibtex-text-in-field-bounds): Handle BibTeX strings when
14263         extracting the content of a field.
14264         (bibtex-text-in-field): Use search limits.
14265         (bibtex-parse-string-prefix): Handle empty string keys based on
14266         bibtex-string-empty-key.
14267         (bibtex-parse-string): Fix docstring.
14268         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14269         (bibtex-preamble-prefix, bibtex-strings): New functions.
14270         (bibtex-skip-to-valid-entry): Include preceding whitespace in
14271         BibTeX entries (consistent with other BibTeX functions).
14272         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14273         (bibtex-search-entry): Fix docstring.  Simplify.
14274         (bibtex-flash-head, bibtex-complete-string-cleanup)
14275         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14276         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14277         (bibtex-parse-entry): New optional arg content.
14278         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14279         Use bibtex-text-in-field-bounds.
14280         (bibtex-print-help-message): Handle BibTeX strings and preambles.
14281         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14282         bibtex-parse-string-postfix.
14283         (bibtex-find-text-internal): New function.
14284         (bibtex-remove-delimiters): Use it.
14285         (bibtex-find-text): Use it.  New optional arg help.
14286         (bibtex-complete): Handle BibTeX string and preamble entries.
14287         (bibtex-Preamble): Fix order of closing delimiters.
14289 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14291         * vc.el (vc-default-revert): New fun.
14293         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14295 2005-12-14  Romain Francoise  <romain@orebokech.com>
14297         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14298         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14299         (font-lock-remove-keywords): Likewise.
14301 2005-12-14  Juri Linkov  <juri@jurta.org>
14303         * log-view.el (log-view-diff): Doc fix.
14305         * isearch.el (isearch-query-replace): Use (mark) instead of
14306         isearch-opoint if mark is active in transient-mark-mode.
14308 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
14310         * isearch.el (isearch-query-replace): Check for isearch-other-end.
14312 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14314         * progmodes/cpp.el (cpp-face): New widget.
14315         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14317 2005-12-14  Juri Linkov  <juri@jurta.org>
14319         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14320         around `erase-buffer' and `insert'.
14322         * descr-text.el (describe-text-properties): Replace buffer name
14323         "*Help-2*" with "*Help*<2>".
14324         (describe-char): Add functions print-help-return-message,
14325         toggle-read-only.  Use help-setup-xref with nil to not store
14326         describe-char in help-xref-stack.  Use help-make-xrefs to
14327         make [back] button.
14329         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14331         * wdired.el (wdired-old-point): New internal variable.
14332         (wdired-change-to-wdired-mode): Set it buffer-locally.
14333         (wdired-abort-changes): Restore point after aborting changes.
14335 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14337         * vc.el (vc-do-command): Add a new value t for okstatus.
14339         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14340         frame in case of errors.
14342 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14344         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14345         so it comes after "On the Left" in the menu.
14347 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
14349         * cus-edit.el (customize-apropos, customize-apropos-options)
14350         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14352 2005-12-12  Bill Wohler  <wohler@newt.com>
14354         * vc-svn.el (vc-svn-registered): Fix problem of visiting
14355         non-writable Subversion-controlled files by saving window
14356         configuration before calling vc-do-command.  vc-do-command calls
14357         pop-to-buffer on error which is unexpected during registration.
14359 2005-12-12  Jay Belanger  <belanger@truman.edu>
14361         * calc/README: Update the summary of changes.
14363 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14365         * descr-text.el (describe-char): Rework last fix to solve the problem
14366         is the same way it's solved for everything else in that function
14367         (i.e. by extracting the info before setting up the *Help* buffer).
14369 2005-12-12  Kim F. Storm  <storm@cua.dk>
14371         * subr.el (version-regexp-alist): Allow space as separator before
14372         non-numeric part, e.g. "1.0 alpha".
14373         (version-to-list): Interpret .X.Y version as 0.X.Y version.
14375 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
14377         * textmodes/org.el (org-agenda, org-timeline, org-todo):
14378         Implement Logging and the keep-modes setting.
14379         (org-get-category): Make sure a string is returned.
14380         (org-log-done): New function.
14381         (org-log-done, org-closed-string): New options.
14383 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14385         * tooltip.el (tooltip-y-offset): Change default to 20.
14387 2005-12-12  Richard M. Stallman  <rms@gnu.org>
14389         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14391         * frame.el (display-hourglass): Doc fix.
14393         * help.el (help-for-help-internal): Simplify entry for `a'.
14395         * info.el (Info-on-current-buffer): Doc fix.
14396         (info-insert-file-contents): Don't test (featurep 'jka-compr).
14398         * startup.el (inhibit-splash-screen): Make this the real name.
14399         (inhibit-startup-message): Make this the alias.
14400         (command-line): Find only simple.el, and use its directory
14401         to fill in other preloaded files' names.
14402         (command-line): Deactivate the mark if deactivate-mark is set.
14404         * international/mule.el (load-with-code-conversion):
14405         Bind deactivate-mark.
14407         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14409 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
14411         * cus-edit.el (customize-apropos): Avoid listing an option more
14412         than once under different aliases.  No longer list user options
14413         that are not defined with defcustom (unless a prefix arg is given).
14414         Doc fix.
14415         (customize-apropos-options): Doc fix.
14417 2005-12-11  Juri Linkov  <juri@jurta.org>
14419         * frame.el (set-background-color, set-foreground-color)
14420         (set-cursor-color, set-mouse-color, set-border-color):
14421         Add explicit prompts to read colors by `facemenu-read-color'.
14422         (show-trailing-whitespace, blink-cursor-delay)
14423         (blink-cursor-interval, display-hourglass, hourglass-delay):
14424         Remove tags.
14425         (display-hourglass, hourglass-delay): Doc fix.
14426         (cursor-in-non-selected-windows): Capitalize words in tag.
14428         * faces.el (frame-background-mode): Replace `choice-item' keywords
14429         with `const' to not make [default] button.  Change default value tag
14430         from `default' to `automatic'.  Doc fix.
14431         (trailing-whitespace) <defface>: Change group `whitespace' to
14432         `whitespace-faces'.
14434 2005-12-11  Richard M. Stallman  <rms@gnu.org>
14436         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14438 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14440         * term/mac-win.el: Create keymap for mac-apple-event-map.
14442 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
14444         * tooltip.el (tooltip-mode): Move to start of file so that it
14445         appears at top of customize buffer.
14447         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14448         Add the gud groupname.
14449         (gud-tooltip-mode): Add the tooltip groupname.
14450         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
14451         avoid conflict with tooltip-use-echo-area.
14453 2005-12-10  Romain Francoise  <romain@orebokech.com>
14455         * help.el (help-for-help-internal): Add `r' in doc string.
14457 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14459         * align.el (align-regexp, align-highlight-rule):
14460         Use region-beginning and region-end instead of point and mark, so that
14461         repetition (with `repeat-complex-command') recomputes the region
14462         bounds.
14464 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14466         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14467         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14468         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14469         (balance-windows): Rewrite using the above new functions.
14471 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
14473         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14474         react if global-hi-lock-mode seems intended.
14475         (global-hi-lock-mode) Renamed from hi-lock-mode.
14476         (hi-lock-archaic-interface-message-used)
14477         (hi-lock-archaic-interface-deduce): New variables.
14478         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14479         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14480         (hi-lock-find-patterns, hi-lock-font-lock-hook):
14481         Replace hi-lock-buffer-mode with hi-lock-mode.
14483 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
14485         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14486         completion list, even after a partial completion has been
14487         inserted in the current buffer.  If there are more than 1
14488         completion, redisplay the *Completions* buffer; if the
14489         completion is unique, delete the *Completions* window.
14491 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
14493         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14494         strings and long subject lines that were broken into multiple
14495         lines at arbitrary places.  Handle subjects that have "Re: " in
14496         the middle.
14498 2005-12-10  John W. Eaton  <jwe@octave.org>
14500         * emacs/octave-mod.el (octave-electric-space): Don't indent
14501         comments or strings if octave-auto-indent is nil.
14503 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14505         * term/mac-win.el: Require url when compiling.
14506         Call mac-process-deferred-apple-events after loading init files.
14507         (mac-apple-event-map): New defvar.  Define event handlers in it.
14508         (core-event, internet-event): New Apple event class symbols.
14509         (open-application, reopen-application, open-documents)
14510         (print-documents, open-contents, quit-application)
14511         (application-died, show-preferences, autosave-now, get-url):
14512         New Apple event ID symbols.
14513         (about): New HICommand ID symbol.
14514         (mac-event-spec, mac-event-ae): New macros.
14515         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14516         (mac-ae-selection-range, mac-ae-text-for-search)
14517         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14518         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
14519         and Services menu events are now defined in mac-apple-event-map.
14520         (mac-drag-n-drop): Remove selection range handling.
14522 2005-12-10  Kenichi Handa  <handa@m17n.org>
14524         * simple.el (zap-to-char):
14525         * isearch.el (isearch-process-search-char): Translate CHAR by
14526         translation-table-for-input.
14528 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
14530         * foldout.el (foldout-exit-fold): Properly hide subtree.
14532 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14534         * files.el (save-buffer):
14535         * international/ucs-tables.el (ucs-set-table-for-input):
14536         * mail/mail-extr.el (mail-extract-address-components):
14537         * mail/sendmail.el (mail-mode): Reformat doc string.
14539 2005-12-09  Juri Linkov  <juri@jurta.org>
14541         * isearch.el (isearch-highlight): Change main overlay priority
14542         from 1 to 1001.  Simplify.
14543         (isearch-lazy-highlight-update): Change lazy overlay priority
14544         from 0 to 1000.
14546         * replace.el (replace-highlight): Change overlay priority from
14547         1 to 1001.
14549         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14550         Change overlay priority from 1 to 1001.  Reuse existing overlay.
14552         * compare-w.el (compare-windows-highlight): Change overlay
14553         priority from 1 to 1000.
14555         * menu-bar.el (menu-bar-edit-menu): Add listp around
14556         pending-undo-list to disable menu item "undo" when pending
14557         undo list is empty.
14559         * locate.el (locate): Disable undo in *Locate* buffer.
14561 2005-12-09  Kim F. Storm  <storm@cua.dk>
14563         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14565 2005-12-09  David Ponce  <david@dponce.com>
14567         * recentf.el: Improvement of the menu code.
14568         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
14569         instead of menu hook.
14570         (recentf-show-menu, recentf-hide-menu): New functions.
14571         (recentf-menu-customization-changed, recentf-mode): Use them.
14572         (recentf-menu-action, recentf-max-menu-items)
14573         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14574         (recentf-arrange-by-rule-others)
14575         (recentf-arrange-by-rules-min-items)
14576         (recentf-arrange-by-rule-subfilter) : Don't use
14577         `recentf-menu-customization-changed'.
14578         (recentf-arrange-rules): Likewise.  Accept functions to compute
14579         sub-menu titles.
14580         (recentf-menu-filter): Likewise.  Doc fix.
14581         (recentf-menu-value-shortcut): Doc fix.
14582         (recentf-dump-variable): Quote atom value.
14583         (recentf-make-menu-items): Update to use it as a menu filter.
14584         (recentf-match-rule): New function.
14585         (recentf-arrange-by-rule): Use it.
14586         (recentf-indirect-mode-rule): New function.
14587         (recentf-build-mode-rules): Use it.
14588         (recentf-dir-rule): New function.
14589         (recentf-arrange-by-dir): Use it.
14590         (recentf-filter-changer-current): Rename from
14591         `recentf-filter-changer-state'.  All references updated.
14592         (recentf-filter-changer-alist): Update filter names.
14593         (recentf-filter-changer-select): New function.
14594         (recentf-filter-changer): Use it.  Make a sub-menu from filters
14595         available in `recentf-filter-changer-alist'.
14596         (recentf-data-cache, recentf-clear-data)
14597         (recentf-update-menu): Remove.  All references updated.
14598         (recentf-match-rule-p, recentf-build-dir-rules)
14599         (recentf-filter-changer-goto-next)
14600         (recentf-filter-changer-get-current)
14601         (recentf-filter-changer-get-next): Remove.
14603 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
14605         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14606         buffer "Reset" button to "Reset to Current" for consistency with
14607         the State buttons.
14609 2005-12-08  John Paul Wallington  <jpw@pobox.com>
14611         * ibuf-ext.el (define-ibuffer-filter filename):
14612         If `dired-directory' is a list then really use its car.
14614 2005-12-08  Kim F. Storm  <storm@cua.dk>
14616         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14617         Fix indention of text on right side of replaced rectangle.
14619 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
14621         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14622         No need to check gud-comint-buffer is bound.
14623         (gdb): Prevent multiple debugging when first session uses gdba.
14625 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14627         CC Mode update to 5.31.
14629         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
14630         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
14631         We might do this function properly in the future).
14633         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
14634         New macros c-sentence-end and c-default-value-sentence end, to cope
14635         with Emacs 22's new function `sentence-end'.
14637 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14639         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
14640         compat issue using `c-put-overlay' and `c-delete-overlay'.
14642         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
14643         New compat macros to handle overlays/extents.
14645 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14647         * progmodes/cc-fix.el: Add definitions of the macros push and pop
14648         (for GNU Emacs 20.4)
14650         * progmodes/cc-defs.el:
14651         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
14653         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
14654         highlighting mechanism so it will work in XEmacs too.
14656         * progmodes/cc-defs.el: Insert c-int-to-char.
14658         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
14659         call to the new macro c-int-to-char.  This solves XEmacs's
14660         regarding characters as different from integers.
14662 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14664         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
14665         New internal helper.
14667         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
14668         construct to make the indirect face lookup work in XEmacs.
14670         (c-cpp-matchers): Append the negation char face to the existing
14671         fontification, so that the cpp face doesn't disappear.
14672         Use `c-make-syntactic-matcher' to avoid negation chars in comments
14673         and strings.
14675         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
14676         to map to `font-lock-negation-char-face' in emacsen where it exists.
14678 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14680         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
14682         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
14683         Rename "c-subword-move-mode" as "c-subword-mode".
14685         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
14686         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
14688 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14690         * progmodes/cc-mode.el: Added autoload directive for
14691         `c-subword-move-mode' for use in older emacsen.
14693 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14695         * progmodes/cc-mode.el:
14696         (i) Insert a binding for C-c C-backspace into
14697         c-bind-special-erase-keys which works in TTYs.
14698         (ii) Make sure that when file styles are used, any explicitly
14699         given style variables take priority over those in the style.
14700         Do this by calling `hack-local-variables' a second time.
14702         * progmodes/cc-vars.el: Add language specific customization
14703         widgets for AWK to c-doc-comment-style, c-require-final-newline
14704         and c-default-style.  Add a defcustom for awk-mode-hook.
14705         Give c-syntactic-element and c-syntactic-context doc-strings by
14706         directly setting their `variable-documentation' propery.
14707         This allows Emacs 22.1 to read these with C-h v.
14709         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
14711 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14713         * progmodes/cc-fonts.el, cc-vars.el
14714         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
14715         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
14716         Masatake YAMATO.
14718         (c-doc-comment-style): Made GtkDoc default in C mode.
14720         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
14721         and C-c C-<delete>.
14723         (c-bind-special-erase-keys): New function for use on
14724         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
14726         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
14727         <delete> key behavior in XEmacs according to `delete-forward-p'.
14728         C.f. `c-electric-delete'.
14730 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14732         * progmodes/cc-mode.el: Give c-hungry-backspace and
14733         c-hungry-delete-forward permanent key bindings.
14735         * progmodes/cc-cmds.el (c-electric-semi&comma):
14736         Bind c-syntactic-context for calls to "criteria functions", for
14737         consistency with other calls to user functions.
14739         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
14740         `current-prefix-arg', since this might be the prefix arg to a
14741         command which calls c-indent-command as a function.  Change the
14742         interactive spec from "p" to "P".
14744         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
14745         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
14746         was difficult to understand.
14748 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14750         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
14751         first char of an identifier.
14753         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
14754         +" syntax in C++.
14756 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14758         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
14759         auto-fill doesn't split a c-comment's last word from a hanging
14760         "*/" when a space is typed between them after fill-column.
14762         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
14764         * progmodes/cc-styles.el (c-set-style)
14765         (c-setup-paragraph-variables): Abort the command if we're not in a
14766         CC Mode buffer.
14768         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
14769         with blank comment-prefix, and a blank line as the comment's
14770         second line.
14772 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14774         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
14775         Incorporate the patterns added in the Emacs development branch
14776         for the new Emacs 22 face `font-lock-negation-char-face'.
14778         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
14779         of "red" since it stands out better in xterms and DOS terminals.
14781         * progmodes/cc-engine.el (c-literal-faces):
14782         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
14784 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14786         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
14787         forcibly enable c-electric-flag.
14789         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
14790         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
14791         after the comment-prefix of a C-style comment will close that comment.
14793 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14795         * progmodes/cc-fonts.el (c-basic-matchers-before)
14796         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
14797         in Pike.
14799         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
14800         digraphs.
14802         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
14803         (c-cpp-message-directives, c-cpp-include-directives)
14804         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
14805         (c-cpp-expr-directives): Introduce new language constants to
14806         control cpp syntax in a cleaner way.
14808         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
14810         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
14812         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
14813         (c-multiline-string-start-char): New language constants and
14814         variables to specify how newlines in string literals work.
14816         (c-font-lock-invalid-string): Use them.
14818         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
14819         unbalanced close brace is entered.  Optimization by avoiding going
14820         back over arbitrarily large blocks.  Removed hints that this
14821         function only would be relevant/useful in AWK.
14823         (c-electric-brace): Indent syntactically after the cleanups since
14824         lineup functions might do it differently then.
14826         * progmodes/cc-engine.el, cc-langs.el
14827         (c-opt-op-identifier-prefix): New language constant and variable.
14829         (c-just-after-func-arglist-p, c-after-special-operator-id)
14830         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
14832         * progmodes/cc-align.el, cc-engine.el
14833         (c-after-special-operator-id): New helper to handle C++ operator
14834         identifiers.
14836         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
14837         (c-guess-basic-syntax): Handle C++ operator identifiers in
14838         declarations.
14840         * progmodes/cc-langs.el (c-assignment-operators): Add the
14841         trigraph version of ^= too.
14843         * progmodes/cc-langs.el (c-assignment-operators): Add the
14844         trigraph version of |= in C++.
14846         * progmodes/cc-fonts.el (c-font-lock-declarators):
14847         Handle `c-decl-hangon-kwds' after the identifier name.
14849         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
14850         whether an arglist is "nonempty", ignore a comment after the open
14851         paren if it isn't followed by a non-comment token on the same line.
14853         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
14854         Enable heuristics below the point to cope with classes inside special
14855         brace lists in Pike.
14857 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14859         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
14861 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14863         * progmodes/cc-guess.el (cc-guess-install): New function to
14864         install an already guessed style in another buffer.
14866         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
14867         sets `inhibit-read-only' - `c-save-buffer-state' should be used
14868         anyway if the change always is undone.
14870 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14872         Implement togglable electricity:
14874         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
14875         saying when it should be used.
14877         * progmodes/cc-engine.el: Add the new buffer-local variable,
14878         c-electric-flag.
14880         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
14881         c-toggle-auto-newline.
14883         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
14884         c-toggle-auto-newline.  Remove the binding for
14885         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
14886         c-toggle-electric-state.
14888         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
14890         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
14891         c-\(forward\|backward\)-subword.
14892         (c-update-modeline): Add the new modeline flag `l' for
14893         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
14894         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
14895         Make the old name an alias of the new name.
14896         (c-toggle-electric-state): New function.
14897         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
14898         Adapt these functions to do electric things only when
14899         c-electric-flag is non-nil.
14900         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
14901         new functions from c-electric-brace.
14902         (c-point-syntax): Add a check for "virtual semicolons" in AWK
14903         mode, so that the tentative extra newline doesn't change the
14904         syntax of the following brace.
14905         (c-electric-brace): Restructure by extracting the above functions.
14906         Tidy up the coding somewhat.
14907         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14908         restructure a bit.
14910 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14912         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
14913         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
14915         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
14916         (c-submode-indicators): Change name from `c-auto-hungry-string'
14917         since it's now used to track another submode.
14919         (c-update-modeline): Convert to function and extended to check
14920         `c-subword-move-mode'.
14922         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14923         Convert to compat aliases for `c-forward-subword' and
14924         `c-backward-subword'.
14926         * progmodes/cc-subword.el: New functions and minor mode to handle
14927         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14929         (c-forward-subword, c-backward-subword, c-mark-subword)
14930         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14931         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14932         Functions corresponding to the standard word handling functions.
14934         (c-subword-move-mode): Minor mode that replaces all the standard
14935         word handling functions with their subword equivalences.
14937 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14939         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14940         entry for one-liner-defun.
14942         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14943         name in its def-edebug-spec.
14945         * progmodes/cc-cmds.el (c-electric-brace): Make the
14946         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14947         compacts space before a comment, if this will make things fit on
14948         one line.
14950         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14952         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14954         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14955         clean-up one-liner-defun.
14957         * progmodes/cc-styles.el: Add the new "awk" style.
14959         * progmodes/cc-vars.el: Add description of one-liner-defun to
14960         c-cleanup-list's doc-string.  New user options,
14961         c-max-one-liner-length.  In c-default-style, set the default style
14962         for AWK to "awk".
14964 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14966         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14967         macros inside labels.
14969         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14970         `c-at-statement-start-p' and `c-at-expression-start-p'.
14972         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14973         error if the mark isn't set.
14975         * progmodes/cc-engine.el (c-guess-continued-construct)
14976         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14977         accurately detect functions inside functions.
14979         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14980         like `c-at-statement-start-p' that additionally recognizes commas
14981         and expression parentheses as delimiters.
14983         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14984         to avoid heuristics that doesn't work for unclosed blocks.
14985         (c-at-statement-start-p): New function.
14987         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14988         Objective-C directives, e.g. directives spanning lines should work
14989         reasonably well now.
14991         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14993         (c-forward-objc-directive): New function to move over any ObjC
14994         directive.
14996         (c-just-after-func-arglist-p, c-guess-basic-syntax)
14997         (c-basic-matchers-before): Use it.
14999         (c-font-lock-objc-iip-decl): Remove.
15001         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15002         in the template arglist recognition.
15004         * progmodes/cc-styles.el (c-style-alist): Fix several
15005         inconsistencies in the Whitesmith style.
15007         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15008         New lineup function to get lines after Whitesmith style blocks
15009         correctly indented.
15011         (c-lineup-whitesmith-in-block): Back out the compensation for
15012         opening parens since it's done using `add' lists in the style
15013         definition instead.  Don't use the anchor position since it varies
15014         too much between the syntactic symbols. :P
15016         * progmodes/cc-vars.el (c-valid-offset): Update.
15018         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15019         lists where the offsets are combined according to several
15020         different methods: `first', `min', `max', and `add'.
15021         Report offset evaluation errors with `c-benign-error' so that some kind
15022         of reindentation still is done.
15024         * progmodes/cc-engine.el (c-guess-basic-syntax):
15025         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15026         `arglist-close'.
15028         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15029         situations for `arglist-cont-nonempty' and `arglist-close'.
15031         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15033         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15034         cc-bytecomp-boundp' in a number of places.
15036         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15037         macro related issue.
15039 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15041         * progmodes/cc-awk.el: Change the terminology of regexps: A char
15042         list is now [asdf], a char class [:alpha:].
15043         Include code for char classes.
15044         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
15045         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15047         Remove (nearly all of) the cruft associated with AWK Mode's former
15048         concept of "virtual semicolons":
15050         Adapt c-beginning-of-statement, c-end-of-statement (together with
15051         subfunctions) to use the new notion of "virtual semicolon" in
15052         place of the old awkward special handling for AWK.  There remains
15053         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15054         * progmodes/cc-cmds.el:
15055         (c-ascertain-adjacent-literal): In the backwards direction, now
15056         recognises AWK regexp delimiters as string delimiters.
15057         (c-after-statement-terminator-p): Adapt for virtual semicolons;
15058         check more rigorously for "end of macro".
15059         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15060         virtual semicolons;
15061         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15062         out the code for forward movement into ...
15063         (c-end-of-statement): Now contains the code for forward movement,
15064         adapted for virtual semicolons.
15066         * progmodes/cc-engine.el:
15067         (c-ws*-string-limit-regexp): New regexp.
15068         (c-forward-single-comment, c-backward-single-comment): Comment out
15069         the (now redundant) "special" AWK stuff.
15071         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15072         c-string-par-start, c-string-par-separate to be more like Text
15073         Mode than Fundamental Mode.
15075 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15077         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15078         to the fontified region so that fontification doesn't occur
15079         outside it (could happen e.g. when fontifying a line with an
15080         unfinished declaration).
15082 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15084         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15085         start of the file.  ^L now separate sections of the file.
15086         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
15087         (c-awk-one-line-possibly-open-string-re)
15088         (c-awk-regexp-one-line-possibly-open-char-class-re)
15089         (c-awk-one-line-possibly-open-regexp-re)
15090         (c-awk-one-line-non-syn-ws*-re): New defonsts.
15091         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15093         Amend the concept of "virtual semicolons" (in the indentation
15094         engine) for languages like AWK, such that they are now
15095         conceptually attached to end of the last token of a statement, not
15096         the end of the line.  (In AWK Mode, however, the pertinent text
15097         property is still physically set on the EOL.)  Remove the specific
15098         tests for awk-mode, thus facilitating the introduction of other
15099         language modes where EOLs can end statements.
15100         (Note: The funtionality in cc-cmds.el, specifically
15101         c-beginning/end-of-statement has yet to be amended.)
15103         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15104         New macros.
15106         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15107         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
15108         c-vsemi-status-unknown-p-fn (in a new page).
15110         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15111         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15112         numerous awkward forms like
15113         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15114         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
15115         variable before-ws-ip, the place just after char-before-ip appears.
15117         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15118         a comment.
15120 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15122         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15123         `c-tentative-buffer-changes'.
15125         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15126         convert to macro to choose between Emacs and XEmacs at compile time.
15128         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15130         (c-tentative-buffer-changes): New macro to handle temporary buffer
15131         changes in a convenient way.
15133         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15134         for `c-tentative-buffer-changes'.
15136         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15137         the checks for paren sexps between the point and the keyword, to
15138         avoid some false alarms.
15140         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15141         Fixed a situation where an error could be thrown for unbalanced
15142         parens.  Changed to make use of c-keyword-member' to avoid some
15143         repeated regexp matches.
15145         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15146         These language variable are no longer necessary.
15148         (c-block-stmt-kwds): New language constant used by
15149         c-looking-at-inexpr-block'.
15151         (c-guess-basic-syntax): Remove an optional check that looked at
15152         the existence of the now removed language variables.
15154         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15155         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15156         object instantiation expressions as declarations in some contexts.
15157         This bug only affected languages where the declarator can't be
15158         enclosed in parentheses.
15160         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15161         insert newlines before and after substatement braces.
15163         * progmodes/cc-engine.el: Improved the heuristics for recognizing
15164         function declaration headers and the handling of C++ style member
15165         init lists.
15167         (c-just-after-func-arglist-p): Rewritten to use
15168         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
15170         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15172         (c-guess-basic-syntax): Adapt case 5B for the new
15173         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
15174         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15175         covers all cases now).
15177         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15179 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15181         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15182         c-string-par-start/separate c-sentence-end-with-esc-eol,
15183         initialised in c-setup-paragraph-variables, used in string
15184         scanning subroutines of c-beginning-of-statement.
15186         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15187         which precedes the newly inserted `{'.
15189 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15191         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15192         function for declaration level blocks.  It should now cope with
15193         templates better and also be a lot more comprehensible.
15195         (c-looking-at-decl-block): The new function.
15197         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
15198         for compatibility.
15200         (c-add-class-syntax, c-guess-continued-construct)
15201         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15203         (c-decl-block-key): Change to tell apart ambiguous and
15204         unambiguous keywords.  Pike specials are now handled directly in
15205         the code instead.
15207         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15208         New language constants and variables to make the backward skip in
15209         `c-looking-at-decl-block' as tight as possible.
15211         (c-nonsymbol-token-char-list): New language constant.
15213         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15214         find balanced template arglists backwards.
15216         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15217         making char classes for `c-syntactic-skip-backward'.
15219         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15220         16D - can't be a class-close at that point.
15222         * progmodes/cc-engine.el (c-guess-basic-syntax)
15223         (c-add-class-syntax): Don't narrow out the enclosing declaration
15224         level.  This makes everything a lot easier, and it was actually
15225         only four small places that needed it to work.  Some places that
15226         previously did `widen' are removed now, which has the effect that
15227         `c-guess-basic-syntax' never will look at things outside the
15228         current narrowment now.  The anchor position for `topmost-intro'
15229         is affected by this, but it was so bogus it was basically useless
15230         before, and now it's equally bogus but in a slightly different way.
15232         (c-narrow-out-enclosing-class): Gone.
15234         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15235         the narrowed region.
15237         (c-least-enclosing-brace): Remove silly optional argument.
15239         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15240         the point could be left directly after an open paren when finding
15241         the beginning of the first decl in the block.
15243         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15244         Specify which submatch to use.
15246         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15248         (c-decl-start-re): No longer any need for special treatment of
15249         ObjC due to the above.
15251         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15252         presumably follows C in that regard.
15254         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15255         New language constants to specify operator tokens inside
15256         identifiers in a more high level way.
15258         (c-opt-identifier-prefix-key): New internal language constant.
15260         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15261         (c-identifier-start, c-identifier-key): Now completely calculated
15262         from other constants.
15264         (c-identifier-last-sym-match): Decommission since it's no longer used.
15266         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
15268         * progmodes/cc-engine.el (c-forward-name): Remove the
15269         optimization when c-identifier-key is equal to c-symbol-key since
15270         it doesn't work in byte compiled files.  Don't record empty
15271         regions as identifiers.
15273         * progmodes/cc-langs.el (c-filter-ops): New helper function to
15274         simplify access to `c-operators' and its likes.
15276         (c-operator-list, c-all-op-syntax-tokens)
15277         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15278         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15279         (c-primary-expr-regexp, c-cast-parens): Use it.
15281         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15282         an explicit language in functions.
15284         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15285         variant of adornment.
15287         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15288         variable.
15290         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15291         the Pike value.
15293         * progmodes/cc-engine.el (c-on-identifier)
15294         (c-simple-skip-symbol-backward): Small fix for handling "-"
15295         correctly in `skip-chars-backward'.  Affected the operator lfun
15296         syntax in Pike.
15298         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15299         diagnostic message about precompiled language vars not being used.
15301         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15302         "__attribute__" is followed by a parenthesis.
15304         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15305         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15306         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15308         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15309         Internal cleanups to properly detect the declared identifiers in
15310         various declarations.
15312         (c-decl-start-kwds): New language constant to recognize
15313         declarations that can start anywhere.  Used for class declarations
15314         in Pike.
15316         (c-specifier-key, c-not-decl-init-keywords)
15317         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15318         (c-find-decl-spots): Implement `c-decl-start-kwds'.
15320         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15321         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15322         handling of the compiler specific extension keywords into a new
15323         language constant `c-decl-hangon-kwds' that defines keyword
15324         clauses to be ignored in declarations.
15326         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15327         past unrecognized tokens when handling `c-colon-type-list-kwds'.
15328         Necessary to stop at the declared identifier in e.g. IDL valuetype
15329         declarations.
15331         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15332         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15333         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15334         (c-forward-decl-or-cast-1): Recognize the declared identifier in
15335         class and enum declarations as such and not as part of the type.
15337         (c-forward-decl-or-cast-1, c-forward-label): Relax the
15338         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15340         (c-forward-decl-or-cast-1): Don't disregard sure signs of
15341         declarations when there's some syntax error later on.
15343         (c-complex-decl-matchers): Did away with a reference to
15344         `c-specifier-key'.
15346         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15347         value - this variable is always dynamically bound.
15349         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15350         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15351         * cc-cmds.el, cc-defs.el: Change the policy for marking up
15352         functions that might do hidden buffer changes: All such internal
15353         functions are now marked instead of those that don't.
15355         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15356         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15357         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15358         (c-literal-type): Allow these functions to make hidden buffer changes,
15359         so that they are free to use text property caching later on.
15361         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15362         (c-electric-brace, c-electric-slash, c-electric-star)
15363         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15364         (c-electric-paren, c-electric-continued-statement, c-indent-command)
15365         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15366         (c-context-line-break): Add `c-save-buffer-state' calls to comply
15367         with the changed semantics of the functions above.
15369         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15370         when macros occur in obscure places.  Optimized the sexp movement
15371         a bit.
15373 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15375         Enhancements for c-beginning-of-statement to work in AWK Mode:
15377         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15378         (completed statement) with `}' (statement completed by closing
15379         brace or semicolon) and `$' (statement completed by EOL).
15381         (c-awk-virtual-semicolon-ends-prev-line-p)
15382         (c-awk-virtual-semicolon-ends-line-p)
15383         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15384         (c-awk-at-statement-end-p): New functions.
15386         * progmodes/cc-cmds.el: Simplify the structure of functions
15387         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
15388         two functions and c-beginning-of-statement to handle AWK Mode.
15390         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15391         c-backward-single-comment for AWK mode.  Attempt to clarify their
15392         doc-strings.
15394         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15396 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15398         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15399         label handling.  Labels are now recognized in a uniform and more
15400         robust way, regardless of context.  Text properties are put on all
15401         labels to recognize the following declarations better.
15402         Multiword labels are handled both in indentation and fontification for
15403         the benefit of language extensions like Qt.  For consistency, keywords
15404         in labels are now fontified with the label face instead.
15405         That also applies to "case" and "default".
15407         (c-beginning-of-statement-1): Fix some bugs in the label
15408         handling.  Disregard `c-nonlabel-token-key' in labels that begin
15409         with `c-label-kwds'.
15411         (c-find-decl-spots): Support that the callback adds more
15412         `c-decl-end' spots to find.
15414         (c-forward-decl-or-cast-1): Don't treat a list of plain
15415         identifiers followed by a colon as a declaration.
15417         (c-forward-label): New function to recognize labels.
15419         (c-guess-basic-syntax): Replace uses of `c-label-key' with
15420         `c-forward-label'.  Moved the label recognition cases (14 and 15)
15421         earlier since they aren't so context sensitive now.  Handle labels
15422         on the top level gracefully.  Moved access label recognition to
15423         the generic label case (CASE 15) - removed CASE 5E.
15425         (c-font-lock-declarations): Add recognition of labels in the
15426         same round since we need to handle labels in parallell with other
15427         declarations to recognize both accurately.  It should also improve
15428         speed.
15430         (c-simple-decl-matchers, c-basic-matchers-after):
15431         Move `c-font-lock-labels' so that it only is used on decoration level 2
15432         since `c-font-lock-declarations' handles it otherwise.
15434         (c-complex-decl-matchers): Remove the simplistic recognition of
15435         access labels.
15437         (c-decl-prefix-re): Remove the kludges that was necessary to cope
15438         with labels earlier.
15440         (c-decl-start-re): New language variable to make
15441         `c-font-lock-declarations' stop for the special protection labels
15442         in Objective-C that start with `@'.
15444         (c-label-key): Remove since it's no longer used.
15446         (c-recognize-colon-labels, c-label-prefix-re): New language
15447         constants to support recognition of generic colon-terminated labels.
15449         (c-type-decl-end-used): `c-decl-end' is now used whenever there
15450         are colon terminated labels.
15452         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15453         first argument starts with a special brace list.
15455         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15456         (c-font-lock-declarations): Break out the declaration and cast
15457         recognition from `c-font-lock-declarations' to a new function, so
15458         that it can be used in the indentation engine.
15460         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15461         up to the start of the literal.  Fixed bug with the point on the
15462         wrong side of the search limit that could happen when the start
15463         position is inside a literal.
15465         * progmodes/cc-engine.el (c-parse-state)
15466         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15467         so that it's kept a little bit back to increase the hit rate.
15469         (c-parse-state): Change the macro handling and fixed some
15470         glitches.  Macro context is checked more often than necessary now,
15471         but otoh less garbage conses are generated.
15473         * progmodes/cc-engine.el (c-parse-state)
15474         (c-invalidate-state-cache): Cache the last position where
15475         `c-state-cache' applies.  This can speed up refontification quite
15476         a bit in blocks where there are many non-brace parens before the point.
15478         (c-state-cache-end): New variable for this.
15480         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15481         cache variable.
15483         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15484         get close initial continue positions when the start position is
15485         inside a literal or macro.  Do not call the callback for spots
15486         before the start position (which can happen e.g. for `c-decl-end'
15487         spots inside comments).  Optimize better in special cases when the
15488         region is a single line inside a literal or macro (typically when
15489         the current line is refontified).
15491         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15492         to `c-add-stmt-syntax' - there's no need to explicitly whack off
15493         entries from the paren state.
15495         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15496         special case for "else if" clauses.
15498         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15499         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15501         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15502         New language variable to recognize the gcc extension with statement
15503         blocks inside expressions.
15505         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15506         it somewhat more comprehensible.  The argument AT-BLOCK-START is
15507         no longer used and hence removed.
15509         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15510         to `c-add-stmt-syntax'.
15512         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15513         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15514         This fixes bogus label recognition.
15516         * progmodes/cc-engine.el (c-add-type, c-check-type)
15517         (c-forward-name, c-forward-type): Improve storage of template
15518         types in `c-found-types' so that they can be recognized better.
15520         (c-syntactic-content): Add option to skip past nested parens.
15522         * progmodes/cc-engine.el (c-forward-name):
15523         Set `c-last-identifier-range' all the time.  It's less work that way.
15524         Handle that there might not be an identifier to store in
15525         `c-last-identifier-range'.
15527         (c-forward-type): Handle that `c-last-identifier-range' might be
15528         nil from `c-forward-name'.
15530         * progmodes/cc-defs.el (c-safe-scan-lists)
15531         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15533         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15534         to work even if the form fails.
15536         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15537         down in a large file in one go.
15539         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15541         * progmodes/cc-align.el (c-lineup-assignments): New lineup
15542         function which is like `c-lineup-math' but returns nil instead of
15543         `c-basic-offset' when it doesn't match.
15545         (c-lineup-math): Change to use `c-lineup-assignments'.
15547 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15549         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15550         c-beginning-of-statement.  New subfunctions
15551         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15553 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15555         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15556         hardcoded char classes whereever possible.  Changed a couple of
15557         places to use skip by syntax instead of skip by char class.
15559         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15560         Fix a bug in the regexp that caused extreme backtracking.
15562         * progmodes/cc-langs.el (c-block-comment-starter)
15563         (c-block-comment-ender): New language constants to specify in a
15564         single place how block comments look.
15566         (c-comment-start-regexp, c-block-comment-start-regexp)
15567         (comment-start, comment-end, comment-start-skip)
15568         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15569         (c-syntactic-ws, c-nonempty-syntactic-ws)
15570         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15571         `c-line-comment-starter', `c-block-comment-starter' and
15572         `c-block-comment-ender'.
15574         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15575         New language constants to break up things a bit.
15577         (c-simple-ws): New language constant for simple whitespace.
15579         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15581         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15582         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15583         newlines.  Allow and ignore nil elements in the list.
15585 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15587         * progmodes/cc-cmds.el: Comment out a (n almost certainly
15588         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15590         * progmodes/cc-cmds.el: Tidy up the comments in
15591         c-beginning-of-statement and subfunctions.
15593         * progmodes/cc-awk.el: Replace calls to put-text-property to the
15594         more flexible c-put-char-property and c-clear-char-properties.
15595         Add the author's email address.
15597         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15599         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15600         closing "*/" of a block comment.
15602         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15603         subfunctions) so that it works at BOB and EOB.
15605         * progmodes/cc-cmds.el, cc-vars.el: More updating of
15606         c-beginning-of-statement, including new variable
15607         c-block-comment-start-regexp.
15609 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15611         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15612         symbols from `*-font-lock-extra-types' so that there's no need to
15613         use `regexp-opt' on those lists.
15615         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15616         `c-type-modifier-kwds' is empty.
15618         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15619         there are several strings on the same line.
15621         * progmodes/cc-engine.el (c-literal-limits): Remove the
15622         compatibility function for older emacsen.  `c-literal-limits-fast'
15623         has now taken the place of this function.
15625         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15626         with older emacsen: We now require `pps-extended-state'.
15628 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15630         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
15631         which obviates the need to hack sentence-end.  This now handles
15632         escaped newlines in strings correctly.  Correct minor bugs in
15633         c-move-over-sentence and in c-beginning-of-statement.
15635         * progmodes/cc-cmds.el (c-beginning-of-statement (and
15636         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
15637         that movement over macros and code are rigorously separated from
15638         eachother.  Correct a few incidental bugs.
15640         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
15641         Improve its doc-string.  Improve the handling of certain specific cases.
15643 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15645         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
15646         (c-guess-basic-syntax): Change the way class-level labels are
15647         recognized; they can now contain essentially any symbols.
15649         (c-opt-extra-label-key): New language variable to cope with the
15650         special protection label syntax in Objective-C.
15652         (c-opt-access-key): Remove; this is now handled better by
15653         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
15655         (c-complex-decl-matchers): Update to handle that
15656         `c-opt-access-key' no longer exists.
15658         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
15659         improved label recognition in `c-beginning-of-statement-1'.
15661         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15662         Recognize bitfields better.
15664         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
15665         Remove some cruft and fixed a bug that could cause it to go to a
15666         position further down.
15668         * progmodes/cc-langs.el, cc-engine.el
15669         (c-beginning-of-statement-1): Improve detection of labels in
15670         declaration contexts.
15672         (c-beginning-of-decl-1): Use it.
15674         (c-nonlabel-token-key): New language constant and variable needed
15675         by `c-beginning-of-statement-1'.
15677         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
15678         manifested itself due to the correction in `c-forward-sexp'.
15680         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
15681         Make these behave as documented when used at the buffer limits.
15683         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
15684         (c-type-decl-end-used): Made this a language variable.
15686         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
15687         correctly when `combine-after-change-calls' is used together with
15688         temporary narrowings.
15690         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15691         Report labels correctly when the start point is immediately after the
15692         colon.
15694         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
15695         Remove since it isn't used anymore.
15697         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
15698         bracket arglists such as template parens in C++.
15700         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
15701         in the last check-in.  Some optimization.
15703         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
15704         where it could stop at the same level in a preceding sexp when
15705         PAREN-LEVEL is set.
15707         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
15708         text property lookup only when it's needed.
15710         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
15711         Change the policy for paren marked angle brackets to be more
15712         persistent; once marked they remain marked even when they're found
15713         to be unbalanced in the searched region.  This should keep the
15714         paren syntax around even when individual lines are refontified in
15715         multiline template arglists.
15717         (c-parse-and-markup-<>-arglists): New dynamically bound variable
15718         to control markup so that incorrect angle bracket arglists aren't
15719         marked in contexts where the correct value for
15720         `c-disallow-comma-in-<>-arglists' isn't known.
15722         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
15723         argument has become `c-parse-and-markup-<>-arglists'.
15725         (c-remove-<>-arglist-properties): Remove - no longer used.
15727         (c-after-change-check-<>-operators): New function used on
15728         `after-change-functions' to avoid that "<" and ">" characters that
15729         are part of longer operators have paren syntax.
15731         (c-<>-multichar-token-regexp): New language variable used by
15732         `c-after-change-check-<>-operators'.
15734         (c-after-change): Call `c-after-change-check-<>-operators'.
15736         (c-font-lock-<>-arglists): Use the context properties set by
15737         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
15738         correctly to avoid doing invalid markup.
15740         (c-font-lock-declarations): Remove code that undoes the invalid
15741         markup done by `c-font-lock-<>-arglists'.
15743         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
15744         after `c-font-lock-declarations'.
15746         * progmodes/cc-engine.el (c-syntactic-skip-backward):
15747         Add paren-level feature.
15749         (c-guess-basic-syntax): Improve the anchor position for
15750         `template-args-cont' in nested template arglists.  There's still
15751         much to be desired in this area, though.
15753 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15755         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
15756         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
15758 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15760         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
15761         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
15763         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
15764         it doesn't work no longer are supported.
15766         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
15767         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
15768         requires support for the syntax-table' text property, which rules
15769         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
15770         cruft associated with those versions.
15772         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
15773         for the `syntax-table' text property, which rules out Emacs 19 and
15774         XEmacs < 21.4.  Removed various compatibility cruft associated
15775         with those versions.
15777         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
15778         support for the `syntax-table' text property.
15780         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
15781         variable and use an extra quoted face name instead.  All the
15782         emacsen flavors handle that correctly.
15784         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
15785         (c-font-lock-declarators, c-font-lock-declarations)
15786         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
15787         property to mark the items in in declarator lists to handle
15788         refontification inside multiline declarations better.
15790         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
15791         construct like "a * b = c;" as a declaration.
15793 2005-12-08  Kim F. Storm  <storm@cua.dk>
15795         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
15796         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
15797         select either meta, hyper, or super modifier for rectangle commands.
15798         (cua--rectangle-modifier-key): New defvar.
15799         (cua--M/H-key): Use it.  Remove special case for `space'.
15800         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
15801         on X, to meta otherwise.  Always bind C-return to toggle
15802         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
15804         * emulation/cua-rect.el (cua-help-for-rectangle):
15805         Use cua--rectangle-modifier-key.  Handle super modifier too.
15806         (cua--init-rectangles): Always bind C-return to toggle rectangle.
15807         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
15809         * ido.el: Move Acknowledgements and History after Commentary.
15810         Minor changes to Commentary.
15812         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
15813         keymap if cua--prefix-override-timer is `shift'.
15814         (cua--shift-control-prefix): New function; emulate "type prefix
15815         key twice" functionality to handle shifted prefix key override.
15816         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
15817         New commands.
15818         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
15820 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
15822         * textmodes/org.el (org-insert-heading): Try to do items before
15823         headings.
15824         (org-agenda-mode): Quote `org-agenda-mode-hook'.
15825         (org-insert-item): New function.
15826         (org-renumber-ordered-list): Don't skip to higher level lists.
15828 2005-12-08  Juri Linkov  <juri@jurta.org>
15830         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
15832         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
15834         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
15836         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
15837         the constructed function name fun-1.
15839         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
15840         because such links don't lead to parent documentation.
15842 2005-12-08  Kenichi Handa  <handa@m17n.org>
15844         * descr-text.el (describe-char): Use *Help-2* buffer if the
15845         current buffer is *Help*.  Call describe-text-properties while
15846         setting the original buffer.
15848 2005-12-07  Bill Wohler  <wohler@newt.com>
15850         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
15851         and causes problems with non-MH users (such as Gnus users).
15853 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
15855         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
15856         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
15857         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
15858         command "info sources".  Move calls to GDB command "list".
15859         (gdb-find-file-hook): Just use gdb-source-file-list.
15860         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
15861         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
15862         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
15863         (gdb-data-list-register-values-handler): Use correct trigger name.
15865 2005-12-07  Kim F. Storm  <storm@cua.dk>
15867         * ido.el (ido-completion-map): Rename from ido-mode-map.
15868         (ido-common-completion-map, ido-file-completion-map)
15869         (ido-file-dir-completion-map, ido-buffer-completion-map):
15870         Rename from ido-mode-....-map.
15871         (ido-init-completion-maps): Rename from ido-init-mode-maps.
15872         (ido-setup-completion-map): Rename from ido-define-mode-map.
15873         (ido-read-internal): Bind minibuffer-local-filename-completion-map
15874         to ido-completion-map.
15876 2005-12-07  Kenichi Handa  <handa@m17n.org>
15878         * international/mule-cmds.el
15879         (set-display-table-and-terminal-coding-system): If the coding
15880         system specified in `unibyte-display' property is different from
15881         the arg coding-system, don't setup standard-display-table.
15883 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15885         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
15886         that comments end at \n, regardless of selective-display.
15888 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
15890         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
15891         (gdb-version): New variables.
15892         (gdb-source-file-list, gdb-register-names)
15893         (gdb-changed-registers): New variables for use with GDB 6.4+.
15894         (gdb-ann3): Replace with...
15895         (gdb-init-1, gdb-init-2): ...two new functions.
15896         (gdba, gdb-prompt): Call gdb-init-1.
15897         (gdb-get-version): New function.  Call gdb-init-2 from here.
15898         (gud-watch): Make it work with mouse events too.
15899         (gdb-post-prompt): Don't add to queue until GDB version is known.
15900         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
15901         (gdb-locals-mode): Use gdb-version.
15902         (gdb-memory-format-map, gdb-memory-unit-map)
15903         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
15904         (gdb-locals-font-lock-keywords-1)
15905         (gdb-locals-font-lock-keywords-2): New variables.
15906         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
15907         (gdb-set-gud-minor-mode-existing-buffers-1)
15908         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
15909         (gdb-var-update-1, gdb-var-update-handler-1)
15910         (gdb-data-list-register-values-handler)
15911         (gdb-data-list-register-values-custom)
15912         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
15913         (gdb-stack-list-locals-handler, gdb-get-register-names):
15914         New functions for use with GDB 6.4+.
15915         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
15916         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
15917         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
15918         (gdb-stack-list-locals-regexp)
15919         (gdb-data-list-register-names-regexp): New regexps for use with
15920         GDB 6.4+.
15922 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15924         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15926 2005-12-06  Nozomu Ando  <nand@mac.com>
15928         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15929         prompts work for AUTH PLAIN.  Also reported by Steve Allan
15930         <seallan@verizon.net>.
15932 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15934         * frame.el (set-frame-parameter): Add doc string.
15936 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15938         * textmodes/org.el (org-occur-highlights): New variable.
15939         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15940         (org-highlight-sparse-tree-matches): New option.
15941         (org-do-occur): New function.
15942         (org-get-heading): Make it work also at beginning of line.
15943         (org-category-table): New variable.
15944         (org-get-category-table, org-get-category)
15945         (org-camel-to-words, org-link-search): New functions.
15946         (org-select-this-todo-keyword): New variable.
15947         (org-todo-list): New command.
15948         (org-shiftright, org-shiftleft): New commands.
15949         (org-agenda-todo): Add prefix argument.
15950         (org-show-hierarchy-above): New option.
15951         (org-show-todo-tree): Numerical prefix creates tree for specific
15952         TODO keyword.
15953         (org-outline-level): New function, to assign a level to plain
15954         lists items.
15955         (org-cycle-include-plain-lists): New option.
15956         (org-mode): Use `org-outline-level' as value of `outline-level'.
15957         (org-cycle): Temporarily switch `outline-regexp' if
15958         `org-cycle-include-plain-lists' is non-nil.
15959         (org-start-icalendar-file): Fix format bug.
15960         (org-agenda-get-day-entries): Create category table.
15961         (org-agenda-get-todos, org-agenda-get-timestamps)
15962         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15963         (org-agenda-get-blocks): Use `org-get-category'.
15964         (org-context-in-file-links): Rename from
15965         `org-line-numbers-in-file-links'.
15967 2005-12-06  Romain Francoise  <romain@orebokech.com>
15969         * window.el (balance-windows): Delete extraneous third arg in call
15970         to `enlarge-window'.
15972 2005-12-06  Kenichi Handa  <handa@m17n.org>
15974         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15976 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15978         * progmodes/gdb-ui.el (gdb-var-create-handler)
15979         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15980         (gdb-var-list-children-handler, gdb-var-update-handler):
15981         Current buffer is already gdb-partial-output-buffer, don't
15982         make it current again.
15984 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15986         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15987         (list-buffers-noselect): Use it.
15989 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15991         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15992         (mail-yank-ignored-headers): Use regexp-opt.
15993         (mail-mode-map): Move initialization into declaration.
15994         (mail-sent-via): Remove unused shadowed var `to-line'.
15995         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15996         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15997         (mail-do-fcc): Use dolist and push.
15998         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15999         (mail-yank-ignored-headers): Don't autoload.
16001 2005-12-05  Kenichi Handa  <handa@m17n.org>
16003         * international/mule-cmds.el (set-language-info-internal): New fun.
16004         (set-language-info): Call set-language-info-internal to update
16005         language-info-alist.  If LANG-ENV is the current one, call
16006         set-language-environment to make INFO effective now.
16007         (set-language-info-alist): Likewise.
16008         (locale-language-names): With locale "en", use English
16009         lang. env. but set the default codings to iso-8859-1.
16011 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
16013         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16014         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16015         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16016         for plain strings.
16017         (gdb-frames-mode): Remove redundant call to font-lock-mode.
16018         (gdb-all-registers): Rename from toggle-gdb-all-registers.
16019         Create registers buffer if necessary.  Echo new state in minibuffer.
16020         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16022 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
16024         * info.el (Info-fontify-node): Match external links using
16025         non-directory part of filename.
16027 2005-12-04  Juri Linkov  <juri@jurta.org>
16029         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16030         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
16031         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16032         because there is no customization option for it.
16034         * font-lock.el (lisp-font-lock-keywords-1):
16035         Add define-global-minor-mode.
16037         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16039         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16040         properties on the constructed variable names.
16042         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16043         Put `definition-name' properties on the constructed function names
16044         next-sym and prev-sym.
16046         * emacs-lisp/find-func.el (find-function-regexp):
16047         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
16048         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
16049         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16050         and easy-menu-define.
16052         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16053         easy-mmode-define-global-mode and define-global-minor-mode.
16054         (lisp-imenu-generic-expression): Add define-global-minor-mode.
16056         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16057         instead of easy-mmode-define-global-mode.
16059         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16060         Use define-minor-mode instead of easy-mmode-define-minor-mode.
16062         * cus-edit.el (customize-group, customize-group-other-window):
16063         Filter out autoloaded options from the group completion list by
16064         using heuristics that autoloaded groups don't have `custom-autoload'
16065         property on their symbols (they have only `custom-loads').
16067         * simple.el (completion-setup-function): Put completions-common-part
16068         face on complete completion string too (i.e. completion string
16069         without completions-first-difference face).
16071         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16073 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
16075         * view.el (view-mode): Doc fix.
16077         * disp-table.el (standard-display-european): Add to the warning
16078         message a reference to the doc string.
16080         * play/yow.el (apropos-zippy): Call print-help-return-message,
16081         similar to other Help and Apropos commands.
16083         * help.el (print-help-return-message): If pop-up-frames is
16084         non-nil, set up help-return-method to delete the help window and,
16085         possibly, its frame as well, and don't display message about
16086         scrolling the help window.  Doc fix.
16087         (help-return-method): Doc fix.
16089 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
16091         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16092         whereby names of length one or names starting with a
16093         symbol-constituent character would not be returned.
16095 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16097         * subr.el (atomic-change-group): Add edebug and indentation spec.
16099 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16101         * completion.el (save-completions-file-name): Fix typo in last change.
16103 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16105         * info.el: Move back/forward history to the beginning of the tool bar.
16107 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
16109         * allout.el (eval-when-compile): Remove unnecessary load of cl.
16110         Add fset of allout-real-isearch-abort during compile to fix
16111         byte-compilation warnings.
16112         (allout-mode-p): Move definition of this macro above all uses, or
16113         byte compilation in barren Emacs (eg, during Emacs build) will
16114         lack the definition.
16115         (allout-mode): Move this variable above any uses, or byte
16116         compilation will fail.
16117         (allout-resolve-xref): Remove use of personal file-reference function.
16118         (allout-toggle-current-subtree-encryption): Do the current (ie,
16119         visible containing) topic, rather than nearest around point.  Doc fix.
16120         (allout-toggle-subtree-encryption): New function, workhorse that
16121         works on nearest topic containing point.
16122         (allout-encrypt-string): Signal requirement for newer version of pgg.
16123         (allout-resumptions): Doc fix.
16125 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
16127         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16129 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
16131         * textmodes/flyspell.el (flyspell-external-point-words):
16132         Consider a misspelling as found in the string search if: (a) misspelling
16133         and found string lengths match, or (b) misspelling is found as
16134         element in a boundary-chars separated longer string, or (c)
16135         ispell-program-name is really ispell and misspelling is found as
16136         part of a TeX string.  After successful match move beginning of
16137         search region to end of match.  Warn about not found misspellings
16138         once the process is done.
16139         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16141 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
16143         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16144         tool bar (removed inadvertently).
16146 2005-12-02  Juri Linkov  <juri@jurta.org>
16148         * log-view.el (log-view-diff): Clarify doc string.
16150 2005-12-01  Bill Wohler  <wohler@newt.com>
16152         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16153         triggers lm-verify errors.
16155 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
16157         * simple.el (transient-mark-mode, line-number-mode)
16158         (column-number-mode, size-indication-mode): Remove `:require nil'.
16160 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
16162         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16163         in the margin also.
16164         (gdb-breakpoints-mode-map): Use D instead of d for
16165         gdb-delete-breakpoint.
16166         (gdb-get-frame-number): Require a number to match on.
16167         (gdb-threads-mode-map): Add follow-link binding.
16169 2005-11-30  Jason Rumney  <jasonr@gnu.org>
16171         * isearch.el (isearch-mode-map): Avoid exiting search on
16172         language-change event.
16174 2005-11-30  Romain Francoise  <romain@orebokech.com>
16176         * speedbar.el (speedbar-default-position): New defcustom.
16177         (speedbar-frame-reposition-smartly): Use it.
16179         * dframe.el (dframe-reposition-frame-emacs): Fix position
16180         computation for `left' location.
16181         Update copyright year.
16183 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16185         * help.el (help-map): Move initialization into declaration.
16187         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16189         * help-fns.el (help-argument-name): Don't autoload.
16190         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16191         to be re-loaded when customizing the `help' group.
16193 2005-11-30  John Paul Wallington  <jpw@gnu.org>
16195         * help-fns.el (describe-function-1): Fill arglist output.
16197 2005-11-30  Kim F. Storm  <storm@cua.dk>
16199         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16200         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16201         after revert-buffer (or anything else which kills all local variables).
16203         * apropos.el (apropos-parse-pattern): Doc fix.
16204         Set apropos-regexp directly, rather than expecting callers to do so.
16205         (apropos-command, apropos, apropos-value, apropos-documentation):
16206         Simplify calls to apropos-parse-pattern.
16208 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16210         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16211         (hi-lock-face-phrase-buffer): Use hi-yellow face.
16212         (hi-lock-write-interactive-patterns): Use comment-region.
16214         * longlines.el (longlines-mode): Add mail-setup-hook.
16216         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16218         * simple.el (sendmail-user-agent-compose, next-line):
16219         Conditionally use hard-newline.
16221 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16223         * international/latexenc.el (latex-inputenc-coding-alist):
16224         Reword doc string.
16226 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16228         * help.el (describe-key-briefly, describe-key): Recognize default
16229         bindings.
16231 2005-11-29  Romain Francoise  <romain@orebokech.com>
16233         * view.el (view-inhibit-help-message): New defcustom.
16234         (view-mode-enter): Use it.
16236 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
16238         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16239         Preserve user position.
16241 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
16243         * font-lock.el: Throw error if facemenu is not loaded to prevent
16244         accidental change of loading order in loadup.el.  (Suggested by RMS.)
16246         * loadup.el: Add comment explaining why facemenu must be loaded
16247         before font-lock.
16249 2005-11-28  Jay Belanger  <belanger@truman.edu>
16251         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16252         (calc-dispatch-map): Add more keys for `calc-same-interface'.
16254         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16256         * calc/calc-embed.el (calc-do-embedded): Update help message.
16258         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16260 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16262         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16264         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16265         called-interactively-p.
16266         (elp-profilable-p): Rename from elp-not-profilable-p.
16267         Invert result and take into account macros and autoloaded functions.
16268         (elp-instrument-function): Update call.
16269         (elp-instrument-package): Update call.  Add completion.
16270         (elp-pack-number): Use match-string.
16271         (elp-results-jump-to-definition-by-mouse): Merge into
16272         elp-results-jump-to-definition and then remove.
16273         (elp-output-insert-symname): Make help echo text single-line.
16275         * replace.el (query-replace-map): Move initialization into declaration.
16276         (occur-engine): Use with-current-buffer.
16277         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16278         (occur-mode-mouse-goto): Replace with an alias.
16280 2005-11-28  Juri Linkov  <juri@jurta.org>
16282         * simple.el (quoted-insert): Let-bind input-method-function to nil.
16284         * term/w32-win.el: Bind [S-tab] to [backtab].
16286         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16287         `Info-find-file' to t.
16289         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16290         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16291         and same-window-regexps.
16292         (occur-next-error): Don't move point for arg 0.
16294 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
16296         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16298 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16300         * log-edit.el (log-edit-changelog-use-first): New var.
16301         (log-edit-changelog-ours-p): Use it.
16302         (log-edit-insert-changelog): Set it with new arg `use-first'.
16303         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16304         (log-edit-hook): Add them to the list of suggested options.
16306         * textmodes/flyspell.el (flyspell-last-buffer): New var.
16307         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16308         redundant work.
16309         (flyspell-mode-on): Use add-hook for after-change-functions.
16310         (flyspell-mode-off): Use remove-hook for after-change-functions.
16311         (flyspell-changes): Make it buffer-local.
16312         (flyspell-after-change-function): Make it non-interactive.  Use push.
16313         (flyspell-post-command-hook): Check input-pending-p while processing
16314         the potentially long list of buffer changes.
16316 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16318         * buff-menu.el (list-buffers-noselect): Display the selected
16319         frame's buffer list, not the global one.
16321 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16323         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16324         that (list last-input-event) works as in interactive spec.
16326 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16328         * loadup.el ("facemenu"): Load facemenu before font-lock, because
16329         `facemenu-keymap' needs to be defined when font-lock is loaded.
16330         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16332 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16334         * completion.el: Remove useless leading * in defcustom docstrings.
16335         (save-completions-file-name): Use ~/.emacs.d if available.
16336         (completion-standard-syntax-table): Rename from
16337         cmpl-standard-syntax-table and fold initialization into declaration,
16338         thus removing cmpl-make-standard-completion-syntax-table.
16339         (completion-lisp-syntax-table, completion-c-syntax-table)
16340         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16341         (cmpl-saved-syntax, cmpl-saved-point): Remove.
16342         (symbol-under-point, symbol-before-point)
16343         (symbol-under-or-before-point, symbol-before-point-for-complete)
16344         (add-completions-from-c-buffer): Use with-syntax-table.
16345         (make-completion): Don't return a list of completion entries.
16346         Update callers.
16347         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16348         (completion-initialize): Rename from initialize-completions.
16349         (completion-find-file-hook): Rename from cmpl-find-file-hook.
16350         (kill-emacs-save-completions): Collect stats here.
16351         (save-completions-to-file, load-completions-from-file):
16352         Use with-current-buffer.
16353         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
16354         into a function.  Move all calls to toplevel.
16355         (completion-lisp-mode-hook): New fun.
16356         (completion-c-mode-hook, completion-setup-fortran-mode):
16357         Set the syntax-table here.  Use local-set-key.
16358         (completion-saved-bindings): New var.
16359         (dynamic-completion-mode): Make it into a proper minor mode.
16360         (load-completions-from-file): Remove unused var `num-uses'.
16362         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16363         constructor if it is explicitly overridden.
16365         * complete.el (PC-completion-as-file-name-predicate):
16366         Use minibuffer-completing-file-name.
16367         (partial-completion-mode): Use find-file-not-found-functions.
16368         (PC-lisp-complete-symbol): Use with-syntax-table.
16369         (PC-look-for-include-file): Remove dead setq.
16370         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16371         (PC-complete): Use with-current-buffer.
16373         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16374         escape single quotes.
16376 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16378         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16379         of `if' whose condition always returned nil.  Doc fix.
16381         * buff-menu.el (Buffer-menu-revert-function): Make the selected
16382         window's buffer the current buffer around the call to
16383         `list-buffers-noselect'.  This is necessary to mark that buffer
16384         with a `.' in the Buffer Menu when called from Lisp, for instance
16385         by Auto Revert Mode.
16387 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16389         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16390         attaching to it.
16391         (gdb-pre-prompt): Make sure gdb-error is reset.
16393         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16394         with a child process, detect it.
16395         (gud-speedbar-buttons): Match regexp more carefully.
16397 2005-11-27  Richard M. Stallman  <rms@gnu.org>
16399         * mouse.el (mouse-drag-move-window-bottom):
16400         Use adjust-window-trailing-edge.
16402 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16404         * simple.el (blink-matching-open): Ignore
16405         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16406         (blink-matching-paren-on-screen): Update docstring.
16408         * paren.el (show-paren-mode): No longer change
16409         `blink-matching-paren-on-screen'.
16411 2005-11-27  John Paul Wallington  <jpw@pobox.com>
16413         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16414         (gdb-threads-select, gdb-edit-register-value):
16415         Use `posn-set-point' instead of `mouse-set-point' because the
16416         latter is not fbound when configured without X.
16418 2005-11-27  Kim F. Storm  <storm@cua.dk>
16420         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16421         existing face when partially highlighting a TAB in a rectangle.
16423 2005-11-26  Kim F. Storm  <storm@cua.dk>
16425         * ido.el (ido-mode-map): Doc fix.
16426         (ido-mode-common-map, ido-mode-file-map)
16427         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16428         (ido-define-mode-map): Rewrite.  Select one of the new maps as
16429         parent for ido-mode-map instead of building from scratch.
16430         (ido-init-mode-maps): New defun to initialize new maps.
16431         (ido-mode): Call it.
16432         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16433         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16435 2005-11-26  John Paul Wallington  <jpw@pobox.com>
16437         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16438         `mouse-set-point' because the latter is not fbound when configured
16439         without X.
16441 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
16443         * files.el (file-relative-name): Doc fix.
16445 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16447         * progmodes/octave-inf.el (inferior-octave-startup): Force a
16448         non-empty string for secondary prompt PS2.
16450 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16452         * progmodes/compile.el (compilation-setup): Fix last change.
16454 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
16456         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16457         (gdb-mouse-toggle-breakpoint-margin)
16458         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16459         Add gdb-server-prefix to keep out of command history.
16460         (gdb-edit-register-value): New function.
16461         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16462         (gdb-info-registers-custom): Use above map.
16464 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16466         * custom.el (enable-theme): Signal error if argument is not a
16467         theme.  Don't recalculate a face if it's not loaded yet.
16469         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16470         the `user' theme is in effect.
16472         * info.el (Info-on-current-buffer): Record actual filename in
16473         Info-current-file, instead of t, or a fake filename if a non-file
16474         buffer.  Make autoload.
16475         (Info-find-node, Info-revert-find-node): No need to check for
16476         Info-current-file nil.
16477         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16478         Info-current-file is now never `t'.
16479         (Info-fontify-node): Many simplifications due to Info-current-file
16480         always being valid.  Use Info-find-file to find node filename.
16482 2005-11-25  David Kastrup  <dak@gnu.org>
16484         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16485         new character, then delete" in order to preserve markers.
16487 2005-11-25  David Ponce  <david@dponce.com>
16489         * recentf.el (recentf-arrange-by-rule): Handle a special
16490         `auto-mode-alist'-like "strip suffix" rule.
16491         (recentf-build-mode-rules): Handle second level auto-mode entries.
16493 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16495         * viper-keym.el (viper-ESC-key): Use different values in terminal and
16496         window modes.
16498         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16499         jde-javadoc-checker-report-mode.
16501         * ediff-wind (ediff-make-wide-display): Slight simplification.
16503         * ediff.el (ediff-date): Change the date of last update.
16505 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
16507         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16508         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
16509         (hi-lock-mode): New global minor mode.
16510         (turn-on-hi-lock-if-enabled): New function.
16511         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16512         Change arguments to regexp and face instead of a font-lock pattern.
16513         Directly set face property, instead of refontifying.
16514         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16515         (hi-lock-find-patterns): Use line-number-at-pos.
16517         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
16518         arguments for hi-lock-set-pattern.
16519         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16520         Call font-lock-fontify-buffer.
16521         (hi-lock-find-file-hook, hi-lock-current-line)
16522         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16524         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16525         turned off.
16527         * progmodes/compile.el (compilation-setup): Don't fiddle with
16528         font-lock-defaults.
16530 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
16532         * progmodes/gdb-ui.el (gdb-var-create-handler)
16533         (gdb-var-list-children-handler): Find values for all variable
16534         objects.  gud-speedbar-buttons decides whether to display them.
16536 2005-11-24  Romain Francoise  <romain@orebokech.com>
16538         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16539         buffer name with a space.
16541 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
16543         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16544         `org-export-local-list-max-depth'.  Change default value to 3.
16545         (org-auto-renumber-ordered-lists)
16546         (org-plain-list-ordered-item-terminator): New options.
16547         (org-at-item-p, org-beginning-of-item, org-end-of-item)
16548         (org-get-indentation, org-get-string-indentation)
16549         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16550         New functions.
16551         (org-move-item-down, org-move-item-up): New commands.
16552         (org-export-as-html): New classes for CSS support.  Bug fix in
16553         regular expression detecting fixed-width regions.  Respect
16554         `org-local-list-ordered-item-terminator'.
16555         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16556         also a list item.
16557         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16558         New item moving functions.
16560 2005-11-24  Juri Linkov  <juri@jurta.org>
16562         * isearch.el (isearch-repeat): With empty search ring set
16563         `isearch-error' to the error string instead of signaling error
16564         with the function `error'.
16566 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16568         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16570 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
16572         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16573         and variable.
16574         (gdb-var-create-handler, gdb-var-list-children-handler):
16575         Don't match on "char **...".
16576         (gdb-var-update-handler): Find values for all variable objects.
16577         (gdb-info-frames-custom): Identify frames by leading "#".
16579         * progmodes/gud.el (gud-speedbar-menu-items): Add
16580         gdb-speedbar-auto-raise as radio button.
16581         (gud-speedbar-buttons): Raise speedbar if requested.
16582         Don't match on "char **...".
16583         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16584         Make it editable.
16586 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
16588         * info.el (Info-fontify-node): Handle the case where
16589         Info-current-file is t.
16591 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16593         * simple.el (blink-matching-open): Fix off-by-one in last change.
16595 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16597         * term/mac-win.el: Don't change default directory.
16599 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
16601         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16602         buffers correctly.  (It used to throw an error in such buffers.)
16603         Make it ask for confirmation in group buffers and other Custom
16604         buffers containing more than one customization item.
16606 2005-11-22  John Paul Wallington  <jpw@gnu.org>
16608         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16609         property on mail and url overlays.
16610         (goto-address-at-point): Use `posn-set-point' instead of
16611         `mouse-set-point' because the latter is not fbound when configured
16612         without X.
16614 2005-11-22  Lars Hansen  <larsh@soem.dk>
16616         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16617         (ls-lisp-classify, ls-lisp-format): Delete call to
16618         ls-lisp-parse-symlink.
16619         (ls-lisp-handle-switches): Handle symlinks to directories as
16620         directories when ls-lisp-dirs-first in non-nil.
16622 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
16624         * startup.el (command-line): Make sure that loaddefs.el is handled
16625         correctly in load-history.
16627 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
16629         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
16630         (gdb-struct-string, gdb-array-string): New constants.
16631         (gdb-info-locals-handler): Use them.
16632         (gdb-reset): Reset gdb-var-list to nil.
16634 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
16637         in patterns.
16639 2005-11-21  Juri Linkov  <juri@jurta.org>
16641         * custom.el (defcustom): Update link types in docstring.
16643 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
16645         * custom.el (defgroup): Add doc-string-elt info.
16647         * widget.el (define-widget): Don't use declare for the doc-string-elt.
16649 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16651         * newcomment.el (comment-enter-backward): Fix last fix.
16653         * simple.el (blink-matching-open):
16654         * paren.el (show-paren-function): Allow new paren-class info.
16656 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
16658         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
16659         handled automagically.
16661 2005-11-20  Andreas Schwab  <schwab@suse.de>
16663         * descr-text.el (describe-char): When copying overlays put them
16664         over the full char description instead of just the first character
16665         of it.
16667 2005-11-20  Juri Linkov  <juri@jurta.org>
16669         * simple.el (what-cursor-position):
16670         * descr-text.el (describe-char): Use Lisp-readable syntax
16671         for octal and hex.  Reorder decimal, octal and hex values.
16672         Remove excess whitespace in the output.  Use `=' in `column='
16673         like in `point=' and `Hscroll='.
16675         * international/mule-cmds.el (encoded-string-description):
16676         Use Lisp-readable syntax for hex.
16678 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16680         * newcomment.el (comment-enter-backward): Handle the case where the
16681         comment is closed by EOB.
16683 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16685         * longlines.el (longlines-before-revert-hook)
16686         (longlines-after-revert-hook): New functions.
16687         (longlines-mode): Turn off longlines temporarily when reverting.
16688         Add a message-setup-hook.
16689         (longlines-decode-buffer): New function.
16690         (longlines-wrap-line): Preserve marker positions.
16692 2005-11-19  Andreas Schwab  <schwab@suse.de>
16694         * emacs-lisp/shadow.el: Handle compressed files.
16696 2005-11-19  Romain Francoise  <romain@orebokech.com>
16698         * net/browse-url.el (browse-url-default-browser): Signal an error
16699         if no usable browser can be found, rather than try to load w3.
16701 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
16703         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
16704         replacing existing properties.
16705         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16706         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
16707         tty specs.
16708         (rcirc-server-prefix, rcirc-server): New faces.
16709         (rcirc-url-regexp): Generate with rx macro.
16710         (rcirc-last-server-message-time): New variable.
16711         (rcirc-filter): Record time of last message.
16712         (rcirc-keepalive): Kill processes that did not send a message
16713         since the last ping.
16714         (rcirc-mode): Give rcirc-topic a local binding here.
16716 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16718         * subr.el (read-passwd): Fontify the prompt as we do with other
16719         prompts.
16721 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
16723         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
16724         binding buffer-read-only to nil.
16726 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16728         * complete.el (partial-completion-mode):
16729         Mention completion-auto-help in the doc string.
16731         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
16732         more Lisp-ish way.
16734 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16736         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
16737         digits, not 8, to avoid misalignment for files larger than 100MB.
16739 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16741         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
16742         Mention "keyboard shortcuts" in the help text.
16744 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16746         * startup.el (fancy-splash-default-action): Discard only
16747         mouse-down and succeeding mouse-up events in the splash screen
16748         window so that drag-n-drop event can be processed.
16750 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
16752         * longlines.el (longlines-mode): Add hacks for mail-mode and
16753         message-mode.
16755 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
16757         * textmodes/org.el (org-table-sort-lines): New command.
16758         (org-tbl-menu): Add entry for `org-table-sort-lines'.
16759         (org-add-file): Command removed, use `org-agenda-file-to-front'
16760         instead.
16761         (org-export-icalendar): Use `org-icalendar-combined-name'.
16762         (org-cycle-agenda-files, org-agenda-file-to-end)
16763         (org-agenda-file-to-front): New commands.
16764         (org-table-tab-jumps-over-hlines, org-export-html-style):
16765         New options.
16766         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
16767         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
16768         New functions.
16769         (org-fill-paragraph): Call `org-table-align' in tables.
16770         (org-mode): Call `org-set-autofill-regexps'.
16771         (org-export-as-html): Support for local handformatted lists.
16772         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
16773         (org-export-local-list-max-depth): New option.
16774         (org-html-expand): Use `org-html-protect'.
16776 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
16778         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
16779         to "p".
16780         (gdb): Move definition of gud-pp to...
16782         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
16783         speedbar.
16784         (gdb-find-watch-expression): New function.
16786 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16788         * faces.el (face-attribute, set-face-attribute): Mention existence
16789         of `:ignore-defface' setting in docstring.
16791 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16793         * simple.el (completion-setup-function): Fix last change.
16795 2005-11-17  John Paul Wallington  <jpw@pobox.com>
16797         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
16798         Use `posn-set-point' instead of `mouse-set-point' because the
16799         latter is not fbound when configured without X.
16801         * comint.el (comint-insert-input): Likewise.
16803 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16805         * simple.el (hard-newline): New variable.
16806         (sendmail-user-agent-compose, next-line): Use it.
16808         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
16809         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
16810         (mail-mail-reply-to, mail-mail-followup-to)
16811         (mail-position-on-field, mail-signature, mail-yank-original)
16812         (mail-attach-file): Likewise.
16814         * mail/mailheader.el (mail-header-format)
16815         (mail-header-format-function): Likewise.
16817         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
16819 2005-11-17  Juri Linkov  <juri@jurta.org>
16821         * font-lock.el (font-lock-faces): Rename this defgroup from
16822         `font-lock-highlighting-faces'.
16823         (font-lock-comment-face, font-lock-comment-delimiter-face)
16824         (font-lock-string-face, font-lock-doc-face)
16825         (font-lock-keyword-face, font-lock-builtin-face)
16826         (font-lock-function-name-face, font-lock-variable-name-face)
16827         (font-lock-type-face, font-lock-constant-face)
16828         (font-lock-warning-face, font-lock-negation-char-face)
16829         (font-lock-preprocessor-face)
16830         (font-lock-regexp-grouping-backslash)
16831         (font-lock-regexp-grouping-construct): Rename :group from
16832         `font-lock-highlighting-faces' to `font-lock-faces'.
16834         * cus-edit.el (lisp, c, tex):
16835         * progmodes/ada-mode.el (ada):
16836         * progmodes/asm-mode.el (asm):
16837         * progmodes/cperl-mode.el (cperl-faces):
16838         * progmodes/cpp.el (cpp):
16839         * progmodes/dcl-mode.el (dcl):
16840         * progmodes/f90.el (f90):
16841         * progmodes/fortran.el (fortran):
16842         * progmodes/icon.el (icon):
16843         * progmodes/idlwave.el (idlwave-misc):
16844         * progmodes/m4-mode.el (m4):
16845         * progmodes/make-mode.el (makefile):
16846         * progmodes/meta-mode.el (meta-font):
16847         * progmodes/modula2.el (modula2):
16848         * progmodes/octave-mod.el (octave):
16849         * progmodes/pascal.el (pascal):
16850         * progmodes/perl-mode.el (perl):
16851         * progmodes/prolog.el (prolog):
16852         * progmodes/ps-mode.el (PostScript-edit):
16853         * progmodes/scheme.el (scheme):
16854         * progmodes/sh-script.el (sh-script):
16855         * progmodes/simula.el (simula):
16856         * progmodes/tcl.el (tcl):
16857         * textmodes/nroff-mode.el (nroff):
16858         * textmodes/reftex-vars.el (reftex-fontification-configurations):
16859         * textmodes/sgml-mode.el (sgml):
16860         * textmodes/texinfo.el (texinfo):
16861         Add :link (custom-group-link font-lock-faces) to defgroup.
16863         * hi-lock.el (hi-lock): Rename this defgroup from
16864         `hi-lock-interactive-text-highlighting'.  Change parent group from
16865         `faces' to `font-lock'.  Add link to the manual.
16866         (hi-lock-mode, hi-lock-file-patterns-range)
16867         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
16868         `hi-lock-interactive-text-highlighting' to `hi-lock'.
16869         (hi-lock-faces): Add :group `faces'.
16871         * cus-edit.el (custom-variable-prompt): Clarify the code.
16873         * faces.el (face-read-string): Set the default value arg of
16874         completing-read.
16876 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
16878         * rfn-eshadow.el (file-name-shadow-properties)
16879         (file-name-shadow-tty-properties, file-name-shadow-mode):
16880         Remove autoloads, because the file is now preloaded.
16882 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16884         * printing.el (easy-menu-intern): Don't define.
16885         (pr-get-symbol): Use easy-menu-intern only if defined.
16887         * simple.el (blink-matching-open): Simplify a bit.
16888         (completion-setup-function): Fix the case of partial-completion-mode
16889         when the minibuffer's contents start with "-".
16890         Obey completion-base-size-function even when
16891         minibuffer-completing-file-name is non-nil.
16893 2005-11-16  Richard M. Stallman  <rms@gnu.org>
16895         * net/eudcb-ph.el (eudc-ph-open-session):
16896         Use set-process-query-on-exit-flag.
16898         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
16900         * international/ucs-tables.el (ucs-set-table-for-input):
16901         Use make-local-variable, not make-variable-buffer-local.
16903         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16904         Improve warning message text.
16906         * savehist.el (savehist-save-hook): Add :group.
16908         * menu-bar.el (menu-bar-help-menu):
16909         Rename Find Extra Packages to External Packages.
16911         * cus-edit.el (Custom-reset-standard): Verify that
16912         :custom-standard-value prop exists before calling it.
16914         * apropos.el (apropos-calc-scores): Use apropos-pattern.
16916 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
16918         * wid-edit.el (color): Enclose %t in %{...%}.
16920         * cus-edit.el (face): Enclose %t in %{...%}.
16922 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
16924         * savehist.el (savehist-mode-hook): Re-add the var.
16925         (savehist-mode): Use it.
16927 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16929         * textmodes/flyspell.el: Fix commenting convention.
16930         Remove unnecessary leading * in custom docstrings.
16931         (flyspell-emacs): Remove unused var.
16932         (flyspell-delete-region-overlays): Use remove-overlays.
16933         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16934         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16935         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16936         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16937         (make-flyspell-overlay): Don't locally reuse a global name.
16938         (flyspell-highlight-incorrect-region)
16939         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16940         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16941         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16942         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16943         Wrap calls to accept-process-output inside with-local-quit since it's
16944         often called from a post-command-hook.
16945         (flyspell-correct-word, flyspell-auto-correct-word):
16946         Use ispell-send-string.
16947         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16949         * calendar/diary-lib.el (diary-list-entries): Also hide the
16950         terminating newline.
16952 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16954         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16955         window-system, to allow fonts on tty.
16957 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16959         * progmodes/gud.el (gud-speedbar-item-info): New function.
16960         (gud-install-speedbar-variables): Use it to display data type
16961         of watch expression as a tooltip in speedbar.
16963 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16965         * font-core.el (global-font-lock-mode): Add :version keyword,
16966         because default was changed.
16968         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16970         * startup.el (command-line): Use `custom-reevaluate-setting' for
16971         `file-name-shadow-mode'.
16973         * loadup.el: Preload rfn-eshadow.
16975         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16976         Add :version keyword.
16977         (file-name-shadow-properties, file-name-shadow-tty-properties)
16978         (file-name-shadow): Add :version keyword.
16980         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16981         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16982         in the custom-group property of the symbol frames and the fringe
16983         group got no link to its parent group frames.
16984         Doc fix.
16986 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16988         * progmodes/gud.el (gud-stop-subjob): New function.
16989         (gud-menu-map, gud-tool-bar-map): Use it.
16991 2005-11-16  Kim F. Storm  <storm@cua.dk>
16993         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16994         than kill it.
16995         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
16996         to a more useful/logical place.
16998 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17000         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17001         go buttons complementary.
17003 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17005         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17006         (rfn-eshadow-sifn-equal): New function.
17007         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17009 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17011         * viper-utils.el (viper-non-word-characters-reformed-vi):
17012         Quote `-' in string.
17014         * viper.el (viper-emacs-state-mode-list): Ensure that
17015         rcirc-mode buffers come up in Emacs state.
17017         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17018         operation.
17020 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
17022         * term.el (term-termcap-format): Fix typos.
17023         (term-down): Fix the negative argument case.
17025 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
17027         * progmodes/gdb-ui.el: Remove face-alias left over from change on
17028         2005-08-15.
17029         (gdb-ann3): New command gud-go.
17030         (menu): Accomodate gdb-mi.el.
17031         (gdb-assembler-custom): Make buffer of selected window current
17032         so that set-window-point works.
17034         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17035         buttons and include new ones.
17037 2005-11-16  Kim F. Storm  <storm@cua.dk>
17039         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17040         (gud-menu-map): Use it.
17042 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
17044         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17045         that works correctly for Custom and that does not override a user
17046         who disables it.
17048         * help-mode.el (help-make-xrefs, help-xref-on-pp)
17049         (help-xref-interned, help-follow): Make hyperlinks for variables
17050         that are unbound, but have a non-nil variable-documentation property.
17052         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17053         mode hook.  (It conflicted with defcustoms for some mode hooks.)
17054         Use the `variable-documentation' property to give the mode hook a
17055         docstring and expand that docstring.
17057 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
17059         * savehist.el (savehist-mode): Don't bother with
17060         `custom-set-minor-mode'.
17061         (savehist-coding-system): Check XEmacs version.
17062         (history-length): Declare also at run time.
17063         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
17064         Don't set the customize state.
17065         (savehist-minibuffer-hook): Special case for when
17066         minibuffer-history-variable is equal to t.
17068 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17070         * files.el (write-file): Refresh VC status.
17072         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17073         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17074         than fundamental-mode to see if the mode was set.
17076 2005-11-14  Romain Francoise  <romain@orebokech.com>
17078         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17079         dummy function in `eval-when-compile' to avoid compiler warning.
17080         Require `man' at compile time.
17082 2005-11-14  Jay Belanger  <belanger@truman.edu>
17084         * calc-alg.el (calcFunc-write-out-power): Rename it to
17085         calcFunc-powerexpand.
17086         (math-write-out-power): Rename it to math-powerexpand; have it
17087         handle negative exponents.
17088         (calc-writeoutpower): Rename it to calc-powerexpand.
17090         * calc-ext.el: Change calcFunc-writeoutpower and
17091         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17092         autoloads.
17093         Add calcFunc-ldiv to autoloads.
17095         * calc-arith.el (calcFunc-ldiv): New function.
17097         * calc.el (calc-left-divide): New function.
17099 2005-11-14  Juri Linkov  <juri@jurta.org>
17101         * cus-edit.el (custom-variable-prompt): Set the default value arg
17102         of completing-read.
17104         * cus-dep.el (custom-make-dependencies): Reverse the list of
17105         found dependencies.
17107 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
17109         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17110         Highlighting" entry, it is on by default now.
17111         (menu-bar-options-save): Do not save global-font-lock-mode.
17113 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17115         * textmodes/flyspell.el (flyspell-large-region):
17116         Call flyspell-accept-buffer-local-defs.
17118 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
17120         * textmodes/flyspell.el (flyspell-notify-misspell):
17121         Fix misspelling of "Misspelling".
17122         (flyspell-process-localwords): New function.
17123         (flyspell-large-region): Call flyspell-process-localwords and
17124         flyspell-delete-region-overlays.
17125         (flyspell-delete-region-overlays): New function.
17126         (flyspell-delete-all-overlays): Call that.
17128 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17130         * help.el (help-for-help-internal): Improve doc of C-h a.
17131         (describe-key): Improve prompt; doc fix.
17133 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17135         * vc-svn.el (vc-svn-registered): Catch all errors.
17137         * cus-dep.el (custom-make-dependencies): Typo.
17139 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
17141         * net/tramp-util.el (top): Fix compilation warning.
17143 2005-11-13  Kim F. Storm  <storm@cua.dk>
17145         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
17147 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17149         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17150         (gud-speedbar-buttons): Match on "const char *" too.
17152         * progmodes/gdb-ui.el (gdb-var-create-handler)
17153         (gdb-var-list-children-handler): Match on "const char *" too.
17154         (gdb-var-evaluate-expression-handler): Match on empty string.
17155         (gdb-var-update-handler): Only call
17156         gdb-var-evaluate-expression-handler when required.
17158 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17160         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17161         selected window.  This still doesn't work for speedbar.
17162         (gud-speedbar-buttons): Handle string expressions properly.
17164         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17165         (gdb-var-create-handler): Handle string expressions properly.
17166         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17167         Handle string expressions properly.  Move "type" field into regexp.
17169 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17171         * bookmark.el (bookmark-maybe-message): New function to reduce
17172         code duplication: invokes `message' iff baud-rate is high enough.
17173         (bookmark-write-file): Use above instead of an inline conditional.
17174         (bookmark-load): Same.
17176 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17178         * bookmark.el (bookmark-write-file): Don't visit the destination
17179         file, just write the data to it using write-region.  This is
17180         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17181         change to avoid visiting the file in the first place.
17183 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
17185         * hi-lock.el (hi-lock-mode): Set the default value of
17186         font-lock-defaults.
17188 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
17190         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17191         arg to `file-attributes'.
17192         (find-lisp-format): The UID and GID can now be strings.
17194 2005-11-12  Kim F. Storm  <storm@cua.dk>
17196         * help.el (help-map): Bind C-h d to apropos-documentation.
17198         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17199         when point is at end-of-buffer.
17201         * apropos.el (apropos-match-face): Doc fix.
17202         (apropos-sort-by-scores): Add new choice `verbose'.
17203         (apropos-documentation-sort-by-scores): New defcustom.
17204         (apropos-pattern): Now contains the pattern entered by the user.
17205         (apropos-pattern-quoted): New defvar.
17206         (apropos-regexp): New defvar, containing the regexp corresponding
17207         to apropos-pattern.
17208         (apropos-all-words-regexp): Rename from apropos-all-regexp.
17209         (apropos-read-pattern): New defun.  Use it to read pattern arg in
17210         interactive calls; returns list of words for a word list, and
17211         string for a regexp.
17212         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
17213         parses a list of words or regexp as returned by apropos-read-pattern.
17214         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17215         (apropos-score-doc): Return a very high score if the string
17216         entered by the user matches literally.
17217         (apropos-variable): Doc fix.  Use apropos-read-pattern.
17218         (apropos-command): Doc fix.  Use apropos-read-pattern and
17219         apropos-parse-pattern.  Call apropos-print with nosubst=t.
17220         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
17221         apropos-parse-pattern.
17222         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
17223         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
17224         apropos-documentation-sort-by-scores.  Call apropos-print with
17225         nosubst=t.
17226         (apropos-documentation-internal): Pass doc string through
17227         substitute-key-definition before adding text properties.
17228         Highlight substring matching literal user input if possible.
17229         (apropos-documentation-check-doc-file): Remove locals beg and end.
17230         Fix calculation of score (as added twice).  Pass doc string through
17231         substitute-key-definition before adding text properties.
17232         (apropos-documentation-check-elc-file): Pass doc string through
17233         substitute-key-definition before adding text properties.
17234         Highlight substring matching literal user input if possible.
17235         (apropos-print): Add new arg NOSUBST; if set, command and variable
17236         doc strings have already been passed through substitute-key-definition.
17237         Add code to handle apropos-accumulator items without score element
17238         for backwards compatibility (e.g. with woman package).
17239         Only show scores if apropos-sort-by-scores is `verbose'.
17241 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17243         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17244         Add jka-compr-load-suffixes to load-suffixes.
17246         * jka-compr.el: Require jka-cmpr-hook.
17247         (jka-compr-info-compress-message, jka-compr-info-compress-program)
17248         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17249         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17250         (jka-compr-info-can-append, jka-compr-info-strip-extension)
17251         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17252         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
17253         (jka-compr-uninstall): Remove entries from
17254         jka-compr-added-to-file-coding-system-alist after they are used.
17255         (jka-compr-error): Remove unused var `curbuf'.
17256         (jka-compr-file-local-copy): Remove unused var `notfound'.
17258 2005-11-10  Romain Francoise  <romain@orebokech.com>
17260         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17262 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
17264         * progmodes/gud.el (gud-menu-map): Move parentheses.
17265         (gdb): New command gud-pv.
17267 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17269         * tar-mode.el: Remove spurious or unnecessary leading stars
17270         in docstrings.
17271         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17272         (tar-parse-octal-integer-safe): Use mapc.
17273         (tar-header-block-summarize): Remove unused var `ck'.
17274         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17275         cleared before.  Obey default-enable-multibyte-characters.
17276         Use mapconcat.  Simplify setting of tar-header-offset.
17277         (tar-mode-map): Move initialization inside delcaration.
17278         (tar-flag-deleted): Use `abs'.
17279         (tar-expunge-internal): Remove unused var `line'.
17280         (tar-expunge-internal): Don't hardcode point-min==1.
17281         (tar-expunge): Widen while doing set-buffer-multibyte.
17282         (tar-rename-entry): Use file-name-coding-system.
17283         (tar-alter-one-field): Don't hardcode point-min==1.
17284         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17285         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
17287 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17289         * add-log.el (add-log-current-defun): Handle class::method
17290         notation of c++.  Fix incorrect comment.
17292 2005-11-10  Alan Mackenzie  <acm@muc.de>
17294         * help-fns.el (describe-variable): Make C-h v work when a variable
17295         has variable documentation yet is unbound.
17297 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17299         * man.el (Man-highlight-references): Set an empty
17300         string to `Man-arguments' if it is nil.
17301         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17303 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17305         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17306         commenting conventions.
17308         * cus-dep.el (custom-make-dependencies): Simplify.
17309         Better follow the commenting conventions.
17311 2005-11-09  Richard M. Stallman  <rms@gnu.org>
17313         * apropos.el (apropos-pattern): Rename from apropos-regexp.
17314         (apropos-orig-pattern): Rename from apropos-orig-regexp.
17315         All uses changed.
17316         (apropos-rewrite-regexp): Doc fix.
17317         (apropos-variable, apropos-command, apropos, apropos-value):
17318         Change prompt; carry through the argument renaming.
17320 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
17322         * find-lisp.el: Require dired.
17323         (find-lisp-find-dired-internal): Do not call
17324         `abbreviate-file-name' on DIR.
17326 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
17328         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17330 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
17332         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17333         when using the speedbar.
17334         (gdb): New command gud-pp.
17335         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17337 2005-11-09  Juri Linkov  <juri@jurta.org>
17339         * replace.el (occur-excluded-properties): New defcustom.
17340         (occur-1, occur-engine, occur-accumulate-lines): Use it.
17342 2005-11-08  Jay Belanger  <belanger@truman.edu>
17344         * calc/calc-units.el (math-convert-units): Replace any composite
17345         unit by its definition.
17347 2005-11-08  Lars Hansen  <larsh@soem.dk>
17349         * emacs-lisp/autoload.el (update-directory-autoloads):
17350         Add obsolete function alias.
17352 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17354         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17355         comment-indent-function.
17356         (lisp-comment-indent): Replace by an alias for comment-indent-default.
17358         * reveal.el (reveal-post-command): Rework the handling of
17359         reveal-open-spots, so as to be more reliable.  There were several
17360         tricky corner cases where an open spot might be lost, or where
17361         a closed spot might end up on the list of open spots.
17362         Only reveal text that's ellipsised.
17364 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
17366         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17368 2005-11-07  John Paul Wallington  <jpw@gnu.org>
17370         * ibuffer.el (ibuffer): Search iconified frames too when
17371         getting Ibuffer buffer's window.
17373 2005-11-06  Richard M. Stallman  <rms@gnu.org>
17375         * progmodes/compile.el (compilation-internal-error-properties):
17376         save-excursion around the computation of MARKER.
17378 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
17380         * textmodes/flyspell.el (flyspell-external-point-words):
17381         flyspell-get-word returns a list, not just a string.
17383 2005-11-06  John Paul Wallington  <jpw@pobox.com>
17385         * ibuffer.el (ibuffer): Search all visible frames when getting
17386         Ibuffer buffer's window.
17388 2005-11-07  Masatake YAMATO  <jet@gyve.org>
17390         * man.el (Man-reference-regexp): Accept spaces between
17391         `Man-name-regexp' and `Man-section-regexp'.
17392         (Man-apropos-regexp): New variable.
17393         (Man-abstract-xref-man-page): Use value for `Man-target-string'
17394         if available.
17395         (Man-highlight-references, Man-highlight-references0):
17396         Handle the case when `Man-arguments' includes "-k".
17397         (Man-highlight-references0): Rename the argument `TARGET-POS' to
17398         `TARGET'. `TARGET' can be a number, function or nil.
17400 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
17402         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17403         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17404         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17405         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17406         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17407         (gdb-send-item): Use buffer-local-value and simplify.
17409 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
17411         * startup.el (command-line): Use `custom-reevaluate-setting' for
17412         `global-font-lock-mode'.
17414         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17415         by default, except in batch mode or when the -D option is given.
17417         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17418         specified keyword args on to `define-minor-mode'.  Update docstring.
17420 2005-11-05  Romain Francoise  <romain@orebokech.com>
17422         * replace.el (occur-engine): Add marker at end of line, too.
17424 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17426         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17427         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17428         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17429         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17430         argument to all these routines, so the passphrase can be managed
17431         externally and passed in to the system.
17432         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17433         pgg-add-passphrase-to-cache function.
17435         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17436         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17437         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17438         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17439         argument to all these routines, so the passphrase can be managed
17440         externally and passed in to the system.
17441         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17442         function.
17444 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
17446         * font-lock.el: Don't deal with font-lock-face-attributes here,
17447         move the code ...
17449         * startup.el (command-line): ... here.  Use face-spec-set instead
17450         of custom-declare-face.
17452         * faces.el (face-spec-set): Reset the face if spec is not nil.
17454 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17456         * newcomment.el (comment-region-internal): Box more tightly in the
17457         common case where there's no TAB in the boxed text.
17459 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17461         * info.el (info-tool-bar-map): Use images prev-node, next-node and
17462         up-node.
17464 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
17466         * newsticker.el: Commentary updated.  Code formatting changed.
17467         (newsticker-version): Change to "1.9".
17468         (newsticker, newsticker-feed): Doc fix.
17469         (newsticker-url-list): Doc fix.  Add option "Weekly".
17470         (newsticker-retrieval-interval): Add option "Weekly".
17471         (newsticker-headline-processing): Doc fix.
17472         (newsticker-auto-mark-filter): Remove.
17473         (newsticker-auto-mark-filter-list): New.
17474         (newsticker-layout, newsticker-sort-method): Doc fix.
17475         (newsticker-hide-old-items-in-newsticker-buffer)
17476         (newsticker-heading-format, newsticker-item-format)
17477         (newsticker-desc-format): Doc fix.
17478         (newsticker-show-all-rss-elements): Remove.
17479         (newsticker-show-all-news-elements): New.
17480         (newsticker-faces, newsticker-ticker): Doc fix.
17481         (remove-from-invisibility-spec): Code formatting.
17482         (newsticker--process-ids): New.
17483         (newsticker-mode): Doc fix.
17484         (newsticker-mode): Change mode-line-format.
17485         (newsticker-start): Remove debug output.
17486         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
17487         (newsticker-w3m-show-inline-images): Code formatting.
17488         (newsticker-next-item): Call `force-mode-line-update'.
17489         (newsticker-previous-item): Call `force-mode-line-update'.
17490         (newsticker-next-feed): Call `force-mode-line-update'.
17491         (newsticker-previous-feed): Call `force-mode-line-update'.
17492         (newsticker-mark-all-items-at-point-as-read): Code formatting.
17493         (newsticker-show-old-items): Do not show descs.
17494         (newsticker-hide-entry): Hide too much.
17495         (newsticker-hide-entry, newsticker-show-entry)
17496         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17497         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17498         (newsticker-toggle-auto-narrow-to-item): Code formatting.
17499         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17500         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17501         (newsticker-get-news): Call `force-mode-line-update'.
17502         Collect process ids.
17503         (newsticker--sentinel): Change coding system handling.
17504         Move image retrieval to new functions newsticker--get-logo-url-*.
17505         Move feed parsing to new functions newsticker--parse-*.
17506         Update list of process ids.
17507         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17508         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17509         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17510         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17511         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17512         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17513         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17514         (newsticker--decode-coding-string): Remove.
17515         (newsticker--decode-numeric-entities): Check input.  Format code.
17516         (newsticker--remove-whitespace): Check input.
17517         (newsticker--do-forget-preformatted): Doc fix.
17518         (newsticker--decode-rfc822-date): Allow for missing time.
17519         (newsticker--update-process-ids): New.
17520         (newsticker--image-sentinel): Change comment.
17521         (newsticker--image-read): Change error message.
17522         (newsticker--imenu-goto): Doc fix.  Show headline title.
17523         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17524         (newsticker--buffer-do-insert-text): Clean whitespace in
17525         html-rendered headline title.  Code formatting.
17526         Call `newsticker--buffer-print-extra-elements'.
17527         (newsticker--buffer-print-extra-element): Remove.
17528         (newsticker--buffer-print-extra-elements): New.
17529         (newsticker--buffer-do-print-extra-element): New.
17530         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
17531         large sizes.
17532         (newsticker--run-auto-mark-filter)
17533         (newsticker--do-run-auto-mark-filter):
17534         Use `newsticker-auto-mark-filter-list'.
17536 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
17538         * net/rcirc.el: Use split-string OMIT-NULLS argument.
17539         (rcirc-print): Force redisplay before running hooks.  Do long
17540         buffer truncation after making new text read-only.  Deal with nil
17541         text when decoding strings.  If TARGET is nil, use either the
17542         currently selected buffer, if it is an rcirc buffer and of the
17543         same process or the process buffer.
17544         (rcirc-mode): Remove header-line.  Recompute short buffer names.
17545         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17546         (rcirc-short-buffer-name): Add variable.
17547         (rcirc-kill-buffer-hook): Recompute short buffer names.
17548         Remove nick from private channel.
17549         (rcirc-send-input): Send command text to current-buffer.
17550         Don't clear overlay arrow here.
17551         (rcirc-short-buffer-name): Return a short buffer name.
17552         (rcirc-update-short-buffer-names, rcirc-abbreviate)
17553         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17554         buffer-name abbreviations.
17555         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17556         Do not touch nick-table when killing a parted channel.
17557         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17558         Clear arrow from current buffer if it is now hidden.
17559         (rcirc-current-buffer): Add variable.
17560         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17561         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17562         Remove -face from names.
17563         (rcirc-update-activity-string): Print "DND" when globally ignoring
17564         activity.
17565         (rcirc-ignore-buffer-activity-flag): Rename from
17566         rcirc-ignore-channel-activity.
17567         (rcirc-ignore-all-activity-flag): Doc fix.
17568         (rcirc-channels): Remove variable.
17569         (rcirc-kill-buffer-hook):
17570         (rcirc-get-buffer-create): Add nick to private channel.
17571         (rcirc-multiline-edit-submit): Remove tabs.
17572         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17573         folded.
17574         (rcirc-remove-nick-channel): Bug fix.
17575         (rcirc-toggle-ignore-buffer-activity): Rename from
17576         rcirc-toggle-ignore-channel-activity.
17577         (rcirc-record-activity): Add buffers to the front of the list.
17578         (rcirc-update-activity): Remove killed buffers from list.
17579         (rcirc-process-server-response-1): Remove last argument if it is
17580         null before calling handler.
17581         (rcirc): Add "rcirc" defcustom prefix.
17582         (rcirc-prompt): Simplify default prompt.
17583         Use custom-initialize-default.
17584         (rcirc-private-chats): Remove variable.
17585         (rcirc-prompt): Change initialization.
17586         (rcirc-version): Remove function.
17587         (rcirc-id-string): Add constant.
17588         (rcirc-last-buffer): Remove variable.
17589         (rcirc-buffer-alist): Add variable.
17590         (rcirc-connect): Update variable setup.
17591         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17592         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17593         default.
17594         (rcirc-handler-generic): Trigger activity.
17595         (rcirc-send-message): Create the buffor of the target.
17596         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17597         (rcirc-get-buffer): Just return nil if there is no matching buffer.
17598         (rcirc-multiline-edit-cancel): Remove function.
17599         (rcirc-set-last-buffer): Remove function.
17600         (rcirc-get-any-buffer): Add function.
17601         (rcirc-join-channels): Don't print /join text.
17602         (rcirc-toggle-ignore-channel-activity): Add and update echo area
17603         messages.
17604         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17605         (rcirc-handler-NOTICE): Recognize CTCP responses.
17606         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17607         constructing TOPIC string for buffers we are not JOINed.
17608         (rcirc-handler-CTCP-response): Add handler.
17609         (rcirc-multiline-edit-submit): Restore the window-configuration
17610         before adjusting point.
17611         (rcirc): Add customization group.
17612         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17613         (rcirc-user-full-name, rcirc-startup-channels-alist)
17614         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17615         (rcirc-ignore-all-activity-flag, rcirc-time-format)
17616         (rcirc-input-ring-size, rcirc-read-only-flag)
17617         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17618         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17619         Change defvar to defcustom.
17620         (rcirc-update-prompt): Add optional ALL arg, which will update
17621         prompts in all rcirc buffers.  Regexp quote replacement text.
17622         (rcirc-fill-column): Accept frame-width as a value.
17623         (rcirc-set-changed): Add function.
17624         (rcirc-next-active-buffer): Write more meaningful messages.
17625         (rcirc-faces): Add customization group.
17626         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
17627         (rcirc-nick-in-message-face, rcirc-prompt-face)
17628         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
17629         (with-rcirc-process-buffer): Move before first usage.
17630         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
17631         (rcirc-debug-flag): Rename from `rcirc-log-p'.
17632         (rcirc-debug): Rename from `rcirc-log'.
17633         (rcirc-format-response-string): Do not print `-' chars for a
17634         NOTICE with no sender.  Simplify output of server responses.
17636 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17638         (rcirc-browse-url-map, rcirc-browse-url-at-point)
17639         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
17640         Make urls mouse and RET clickable.
17642 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17644         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
17646 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17648         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17649         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17650         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17651         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17652         argument to all these routines, so the passphrase can be managed
17653         externally and passed in to the system.
17654         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17655         pgg-add-passphrase-to-cache function.
17657         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17658         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17659         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17660         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17661         argument to all these routines, so the passphrase can be managed
17662         externally and passed in to the system.
17663         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17664         function.
17666 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
17668         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
17669         from goto-address-url-regexp.
17671 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
17673         * textmodes/org.el (org-read-date, org-goto-calendar)
17674         (org-recenter-calendar, org-agenda-goto-calendar):
17675         Temporarily clear `calendar-move-hook'.
17677 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
17679         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
17680         merging.
17682         * ediff-util.el (ediff-previous-difference): Don't skip regions that
17683         have merge clashes.
17685 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17687         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17688         Undo previous change.
17690         * startup.el (command-line): Use `custom-reevaluate-setting' for
17691         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
17692         tty-register-default-colors on Mac.
17694 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17696         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
17697         (gdb-buffer-type): Make it automatically buffer local...
17698         (gdb-get-create-buffer): ...and set it accordingly.
17699         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
17700         actually work.
17702 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
17704         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
17705         not red.
17707 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17709         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
17710         case GUD buffer is not visible.
17711         (gdb-goto-breakpoint): Try to force display in source buffer.
17712         (gdb-frame-gdb-buffer): Copy other similar functions.
17713         (gdb-restore-windows): Don't display source if not asked for.
17714         (gdb-assembler-buffer-name): Don't capitalise.
17716 2005-11-03  Richard M. Stallman  <rms@gnu.org>
17718         * wid-edit.el (key-sequence): New widget type.
17720         * simple.el (set-mark-command-repeat-pop): New variable.
17721         (set-mark-command): Only interpret plan C-@ after a pop as a pop
17722         if set-mark-command-repeat-pop is true.
17724         * info.el (Info-fontify-node): Don't display extra "see" if there
17725         already is one here.
17727         * mouse.el: Fix special handling of DEL after dragging a region:
17728         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
17729         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
17731         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17733         * textmodes/ispell.el (ispell-command-loop): Change `i' description
17734         not to assume it pertains to an affix.
17736         * textmodes/flyspell.el (flyspell-post-command-hook):
17737         Bind deactivate-mark to prevent deactivation.
17739 2005-11-03  Lars Hansen  <larsh@soem.dk>
17741         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
17742         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
17743         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
17745 2005-11-03  Romain Francoise  <romain@orebokech.com>
17747         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
17748         Update copyright years.
17750 2005-11-03  Sam Steingold  <sds@gnu.org>
17752         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17753         Use system-type instead of window-system because window-system is not
17754         correctly defined during loadup.
17756 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
17758         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
17759         (xml-parse-tag): Join strings separated by a comment properly.
17761 2005-11-02  Andreas Schwab  <schwab@suse.de>
17763         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
17765 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17767         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
17768         (byte-optimize-pure-func): Quote the eval'd value.
17770         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
17771         Rename from perl-font-lock-syntactic-face-function.
17772         Change the calling convention so it can be used as a font-lock MATCHER.
17773         Do the parse-partial-sexp loop outselves.
17774         (perl-font-lock-syntactic-keywords): Use it.
17775         (perl-mode): Don't set font-lock-syntactic-face-function any more.
17777 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
17779         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
17780         disassembly buffer too.
17781         (gdb-exited): Remove overlay arrows when execution has finished.
17782         (gdb-info-frames-custom, gdb-info-threads-custom)
17783         (gdb-info-registers-custom): Don't add inappropriate text
17784         properties if inferior is not active.
17786 2005-11-02  Glenn Morris  <rgm@gnu.org>
17788         * progmodes/fortran.el (fortran-blink-match):
17789         Use `blink-matching-delay'.
17791 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
17793         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
17795 2005-11-02  Lars Hansen  <larsh@soem.dk>
17797         * net/tramp.el (tramp-action-out-of-band): Handle scp message
17798         "Permission denied".
17800 2005-11-01  Richard M. Stallman  <rms@gnu.org>
17802         * textmodes/flyspell.el (flyspell-external-point-words):
17803         Pass nil to flyspell-get-word.
17805 2005-11-02  Kim F. Storm  <storm@cua.dk>
17807         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
17808         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
17810 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17812         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
17813         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
17814         (calendar-mouse-print-dates): Add optional `event' argument.
17815         Update interactive-spec.
17816         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
17817         Use `calendar-event-to-date' instead of `event'.
17819 2005-11-02  Masatake YAMATO  <jet@gyve.org>
17821         * progmodes/ld-script.el (ld-script-builtins):
17822         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
17823         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
17824         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
17826 2005-11-01  Romain Francoise  <romain@orebokech.com>
17828         * vc-sccs.el: Update copyright year.
17829         * ezimage.el: Likewise.
17831 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
17833         * info.el (Info-fontify-node): Use `string-width' for fontifying
17834         underlined titles.
17836 2005-11-01  Juri Linkov  <juri@jurta.org>
17838         * info.el (Info-fontify-node): Downcase node header keywords Node,
17839         Prev, Next, Up before comparison.
17840         (Info-history): Insert absolute directory name, and put invisible
17841         property on it.
17843 2005-11-01  Juri Linkov  <juri@jurta.org>
17845         * info.el (Info-file-supports-index-cookies): New variable.
17846         (Info-find-node-2): Check makeinfo version for index cookie support.
17847         (Info-index-nodes): Search for nodes with index cookies only when
17848         Info-file-supports-index-cookies is t.  Otherwise, search nodes
17849         with "Index" in the node name.
17850         (Info-index-node): Search index cookie in the current node only when
17851         Info-file-supports-index-cookies is t.  Otherwise, check the word
17852         "Index" in the node name.
17853         (Info-find-emacs-command-nodes): Remove code that searches nodes
17854         with "Index" node name in the top menu.
17856 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17858         * progmodes/scheme.el (scheme-mode-variables): Use the default
17859         comment-indent-function.
17861         * faces.el (face-attribute): Handle the case where a face inherits from
17862         a non-existent face.
17864         * simple.el (eval-expression-print-format): Use lisp-readable syntax
17865         for octal and hexa output, and merge the char into the paren.
17866         (kill-new): Use push.
17867         (copy-to-buffer): Use with-current-buffer.
17868         (completion-setup-function): Move code in loop to remove redundancy.
17869         (minibuffer-local-must-match-map): Don't add bindings that duplicate
17870         those inherited from minibuffer-local-completion-map.
17872         * savehist.el (savehist-mode) <defcustom>:
17873         Use custom-set-minor-mode if available.
17874         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
17875         and emit a message if applicable.
17877 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
17879         * savehist.el: Sync up to version 19.
17880         (savehist-mode): New minor mode.
17881         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
17882         (savehist-length): Remove (use history-length instead).
17883         (savehist-file-modes): Rename from savehist-modes.
17884         (savehist-save-hook, savehist-loaded): New vars.
17885         (savehist-load): Use savehist-mode.  Try to smooth up transition from
17886         old format to new format.
17887         (savehist-install): Allow savehist-autosave-interval to be nil.
17888         (savehist-save): Run the new hook.  Be more careful to only trim the
17889         history variables.
17890         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
17891         (savehist-printable): Print into a buffer rather than char-by-char.
17893 2005-11-01  John Wiegley  <johnw@newartisans.com>
17895         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
17896         toggle-ignore keybinding (C-a).  The author said it had been
17897         disabled much earlier due to a possible incompatibility, but after
17898         many months of usage I have encountered no problems (and it is a
17899         rather useful option, especially for switching to " *temp*").
17901         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
17902         support for OS/X's AddressBook, by calling out to the open source
17903         program "contacts" (installable through Fink).
17905         * net/eudc.el (eudc-expand-inline): If the
17906         `eudc-multiple-match-handling-method' is set to `all', delete the
17907         query string before inserting the query result.
17909         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
17910         flag, to prevent Eshell from using the system ls when
17911         `eshell-ls-insert-directory' is in used.
17912         (eshell-ls-insert-directory): Disable font-lock in directory
17913         buffer so that Eshell's own fontification is seen.  This broke
17914         recently due to changes in font-lock, so this goes back to version
17915         21 behavior.
17917 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
17919         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
17920         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
17921         (gdb-many-windows): Doc fix.
17923 2005-10-31  Romain Francoise  <romain@orebokech.com>
17925         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
17927 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
17929         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17930         that global-font-lock-mode can be enabled by default.
17932         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17933         (font-lock-add-keywords, font-lock-remove-keywords)
17934         (font-lock-fontify-buffer): Remove autoload cookies.
17936         * jit-lock.el (jit-lock-register): Likewise.
17938         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17940 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17942         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17943         intact if there is no gud-comint-buffer.
17945 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17947         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17948         old prompt comint-prompt-read-only is t and GDB commands are
17949         issued from tool bar etc.
17951 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17953         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17955 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17957         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17958         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17960 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17962         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17963         starting at beginning of line.  Fontification is messed up when
17964         `open-paren-in-column-0-is-defun-start' set to t.
17965         Reported by John Paul Wallington <jpw@pobox.com>.
17967 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17969         * comint.el (comint-send-input): Call `comint-update-fence' when
17970         `comint-process-echoes' and `comint-prompt-read-only' are both
17971         non-nil, to avoid leftover read-only newline.
17973 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17975         * textmodes/flyspell.el (flyspell-external-point-words):
17976         Detect when WORD can't be checked properly because
17977         flyspell-get-word finds just part of it, and move on.
17979         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17980         boundarychar for Polish.
17981         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17982         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17984 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17986         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17987         (gdb-registers-font-lock-keywords): Delete.
17988         (gdb-registers-mode): Don't fontify.
17989         (gdb-info-registers-custom): Use text properties instead as, in
17990         future, changed register values will use font-lock-warning-face.
17991         (gdb-local-font-lock-keywords): Rename to...
17992         (gdb-locals-font-lock-keywords): ...for consistency.
17994 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
17996         * vc.el (vc-switch-backend): Better error message if the buffer is
17997         not visiting a file under version control.
17999         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18001 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
18003         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18004         ~/.emacs.d/.emacs.
18006 2005-10-29  Richard M. Stallman  <rms@gnu.org>
18008         * replace.el (occur-mode-mouse-goto): Always go to other window.
18009         (occur-mode-goto-occurrence): Always switch in same window.
18011         * simple.el (undo): Display message at end, not at start.
18013         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18014         New arg REUSE-CELL.
18015         (cancel-timer-internal): New function.
18016         (timer-event-handler): Use cancel-timer-internal,
18017         and pass the cell it returns to timer-activate...
18019         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18020         (jit-lock-deferred-fontify, jit-lock-context-fontify)
18021         (jit-lock-after-change): Test memory-full.
18023 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18025         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18026         part of the decoded armor to find the key-identifier.
18027         (pgg-gpg-lookup-key-owner): New function to return the
18028         human-readable identifier of a key owner.
18029         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18030         key itself.
18031         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18032         the key value) if we have a key and can match it against a secret
18033         key.  Also, added a note pointing out fact that the prompt only
18034         indicates the first matching key.
18036         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18037         pgg-decrypt-region.
18038         (pgg-pending-timers): A new hash for tracking the passphrase cache
18039         timers, so that new ones supercede old ones.
18040         (pgg-add-passphrase-to-cache): Rename from
18041         `pgg-add-passphrase-cache' to reduce confusion (all callers
18042         changed).  Modified to cancel old timers when new ones are added.
18043         (pgg-remove-passphrase-from-cache): Rename from
18044         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18045         changed).  Modified to cancel old timers when their keys are
18046         removed from the cache.
18047         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18048         XEmacs, an indirection to delete-itimer.
18049         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18050         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18051         users can only check cache without risk of prompting.  Correct bug in
18052         notruncate behavior.
18053         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18054         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18055         Add informative docstrings.
18056         (pgg-decrypt): Convey provided passphrase in subordinate call to
18057         pgg-decrypt-region.
18059         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18060         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18061         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18062         `passphrase' argument, so the passphrase can be managed externally
18063         and then passed in to the system.
18065         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18066         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18067         so the passphrase cache can be used reliably with identifiers
18068         besides a pgp packet's key id.
18070         * pgg-gpg.el (pgg-pgp-encrypt-region)
18071         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18072         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18073         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18074         argument to all these routines, so the passphrase can be managed
18075         externally and passed in to the system.
18077         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18078         `notruncate' argument, so the passphrase cache can be used
18079         reliably with identifiers besides a pgp packet's key id.
18081 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18083         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18084         symmetric encryption.
18085         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18086         encrypted session key.
18087         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18088         message ask for the passphrase in a proper way.
18090         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18091         New user commands for symmetric encryption.
18093 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
18095         * textmodes/conf-mode.el (conf-assignment-sign)
18096         (conf-assignment-regexp): Fix docstrings.
18097         (conf-mode-initialize): New function.
18098         (conf-mode): Remove optional args.  Use delay-mode-hooks to
18099         recognize recursive calls.
18100         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18101         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18102         (conf-xdefaults-mode): Use define-derived-mode and
18103         conf-mode-initialize.
18105 2005-10-29  Romain Francoise  <romain@orebokech.com>
18107         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18109 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18111         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18112         part of the decoded armor to find the key-identifier.
18113         (pgg-gpg-lookup-key-owner): New function to return the
18114         human-readable identifier of a key owner.
18115         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18116         key itself.
18117         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18118         the key value) if we have a key and can match it against a secret
18119         key.  Also, added a note pointing out fact that the prompt only
18120         indicates the first matching key.
18122         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18123         pgg-decrypt-region.
18124         (pgg-pending-timers): A new hash for tracking the passphrase cache
18125         timers, so that new ones supercede old ones.
18126         (pgg-add-passphrase-to-cache): Rename from
18127         `pgg-add-passphrase-cache' to reduce confusion (all callers
18128         changed).  Modified to cancel old timers when new ones are added.
18129         (pgg-remove-passphrase-from-cache): Rename from
18130         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18131         changed).  Modified to cancel old timers when their keys are
18132         removed from the cache.
18133         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18134         XEmacs, an indirection to delete-itimer.
18135         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18136         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18137         users can only check cache without risk of prompting.  Correct bug in
18138         notruncate behavior.
18139         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18140         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18141         Add informative docstrings.
18142         (pgg-decrypt): Convey provided passphrase in subordinate call to
18143         pgg-decrypt-region.
18145 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18147         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18148         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18149         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18150         `passphrase' argument, so the passphrase can be managed externally
18151         and then passed in to the system.
18153         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18154         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18155         so the passphrase cache can be used reliably with identifiers
18156         besides a pgp packet's key id.
18158         * pgg-gpg.el (pgg-pgp-encrypt-region)
18159         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18160         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18161         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18162         argument to all these routines, so the passphrase can be managed
18163         externally and passed in to the system.
18165         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18166         `notruncate' argument, so the passphrase cache can be used
18167         reliably with identifiers besides a pgp packet's key id.
18169 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18171         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18172         symmetric encryption.
18173         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18174         encrypted session key.
18175         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18176         message ask for the passphrase in a proper way.
18178         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18179         New user commands for symmetric encryption.
18181 2005-10-28  Bill Wohler  <wohler@newt.com>
18183         * help-mode.el (help-url): New button type.  Calls browse-url.
18184         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18185         Similar to Info nodes: URL `url'.
18186         (help-make-xrefs): Create help-url buttons for
18187         help-xref-url-regexp matches.
18189 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
18191         * tool-bar.el (tool-bar-add-item-from-menu)
18192         (tool-bar-local-item-from-menu): Fix doc strings.
18194 2005-10-28  Romain Francoise  <romain@orebokech.com>
18196         * ldefs-boot.el: Update.
18198         * subr.el (locate-library): Move from help-fns.el.
18199         * help-fns.el (locate-library): Move to subr.el.
18201 2005-10-28  Richard M. Stallman  <rms@gnu.org>
18203         * net/tramp.el (tramp-completion-mode): defvar moved up.
18205         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18207         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18209         * files.el (find-file-noselect): Use %d to format large file size.
18211         * bindings.el (mode-line-format): Add %e.
18213         * loadup.el ("facemenu"): Load unconditionally.
18214         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18215         ("x-dnd"): Load, when appropriate.
18217         * startup.el (command-line): Call before-init-hook earlier.
18218         Warn about some bad characters in -u user name.
18220         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18221         (flyspell-external-point-words): Error if misspelled word is not found.
18222         Set flyspell-large-region-beg at end of word.
18224 2005-10-28  Andreas Schwab  <schwab@suse.de>
18226         * view.el (View-revert-buffer-scroll-page-forward):
18227         Use view-page-size-default.
18229 2005-10-28  Juri Linkov  <juri@jurta.org>
18231         * international/quail.el (quail-get-current-str): Translate last
18232         raw character for deterministic input methods.
18234 2005-10-27  Jay Belanger  <belanger@truman.edu>
18236         * calc/calc-ext.el: Add functions to autoloads.
18237         (math-identity-matrix-p, math-ident-row-p): New functions.
18239         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18240         multiplication by an identity matrix; don't turn multiplication by
18241         an inverse matrix into division.
18242         (math-div-symbol-fancy): Replace division by matrices with
18243         multiplication by inverse.
18245         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18247         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18248         (calc-writeoutpower): New functions.
18250 2005-10-27  Romain Francoise  <romain@orebokech.com>
18252         * replace.el (occur-engine): Include colon in mouse-face highlight.
18254         * dired-x.el: Change Maintainer field.
18256 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
18258         * longlines.el (longlines-mode): Bind after-change-functions to
18259         nil during initial decoding and final encoding.
18261 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
18263         * term.el (term-emulate-terminal, term-handle-colors-array)
18264         (term-handle-ansi-escape): Specify the terminfo capabilities
18265         implemented.
18267 2005-10-26  Richard M. Stallman  <rms@gnu.org>
18269         * info.el (Info-fontify-node): Fix detection of sentence-break
18270         before *Note.
18272 2005-10-26  Romain Francoise  <romain@orebokech.com>
18274         * smerge-mode.el: Add `tools' to file keywords.
18276 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
18278         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18279         when the fringe is not available.
18281         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18282         (def-gdb-auto-update-trigger): Simplify construction.
18283         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18284         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18285         defined explicitly.
18286         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18287         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18288         defined explicitly.
18289         (gdb-info-locals-custom): Remove as it's a no-op.
18291 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
18293         * longlines.el (longlines-mode): Remove narrowing before
18294         performing the initial decoding or final encoding.
18296 2005-10-25  Romain Francoise  <romain@orebokech.com>
18298         * emacs-lisp/find-func.el (find-library-name): Also strip
18299         extension if library name ends in .el, to take advantage of
18300         `find-library-suffixes'.
18302 2005-10-25  Richard M. Stallman  <rms@gnu.org>
18304         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18306 2005-10-25  Juri Linkov  <juri@jurta.org>
18308         * textmodes/texinfo.el (texinfo-mode): Change charset of one
18309         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18311 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18313         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18314         (blackbox-redefine-key): Add argument `map'.
18316         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18317         regions when moving the jit-lock-context-unfontify-pos boundary.
18319 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18321         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18323 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18325         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18327 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18329         * play/blackbox.el (blackbox-redefine-key): New function.
18330         (blackbox-mode-map): Use it to remap existing bindings for cursor
18331         motion instead of binding literal keys.
18333 2005-10-25  Glenn Morris  <rgm@gnu.org>
18335         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18336         diary does not end in a newline.  Do not assume a blank line at
18337         the start of the diary file.
18339 2005-10-25  Kenichi Handa  <handa@m17n.org>
18341         * international/quail.el (quail-translate-key): If the input
18342         method is deterministic and failed to handle the last key, restart
18343         the key handling loop from an appropriate key.
18345 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
18347         * vc.el (vc-dired-mode): Extend comment for binding of
18348         `directory-listing-before-filename-regexp'.
18350 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18352         * textmodes/texinfo.el (texinfo-mode):
18353         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18354         not to unnecessarily expose emacs-mule's internal char codes.
18356 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
18358         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18359         Display hand pointer and help-echo on disabled icon too.
18360         (gdb-mouse-until): New function.
18361         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18363 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
18365         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18366         with 2005-10-23 change to doctor.el.
18368         * finder.el (finder-mode-map): Add follow-link binding.
18370 2005-10-25  Kim F. Storm  <storm@cua.dk>
18372         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18373         to gdb-mouse-toggle-breakpoint-fringe.
18374         (gdb-mouse-toggle-breakpoint-margin): Rename from
18375         gdb-mouse-toggle-breakpoint.  Fix doc.
18376         (gdb-mouse-toggle-breakpoint-fringe): New defun.
18377         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
18378         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18379         string properties also for fringe breakpoint bitmaps.
18381 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
18383         * textmodes/org.el (org-start-icalendar-file): Fix format form.
18385 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18387         * simple.el (completion-common-substring):
18388         Use `completion-common-substring' prior to `completion-base-size'.
18390 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
18392         * savehist.el: Require CL while compiling.
18393         (savehist-history-variables): Remove.
18394         (savehist-save-minibuffer-history, savehist-additional-variables)
18395         (savehist-minibuffer-history-variables): New vars.
18396         (savehist-save): Use them.
18397         (savehist-uninstall, savehist-minibuffer-hook): New funs.
18398         (savehist-install): New fun, extracted from savehist-load.
18399         (savehist-load): Use them.
18401 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18403         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18404         a dummy doc-string-elt property.
18405         (defalias, defvaralias, define-category): Add a docstring property.
18407         * image.el (defimage):
18408         * widget.el (define-widget):
18409         * custom.el (defface, defcustom): Add `doc-string' declaration.
18411         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18412         (defadvice): Add `doc-string' declaration.
18414         * emacs-lisp/byte-run.el (macro-declaration-function):
18415         Handle `doc-string' declarations.
18416         (define-obsolete-function-alias, define-obsolete-variable-alias):
18417         Add `doc-string' declaration.
18419 2005-10-24  Kenichi Handa  <handa@m17n.org>
18421         * international/utf-7.el (utf-7): Add autoload cookie.
18423         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18425 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18427         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18428         list of directories passed to batch-update-autoloads.  Add "." to
18429         the list of the echoed directories.
18431         * pgg-def.el:
18432         * pgg-gpg.el:
18433         * pgg-parse.el:
18434         * pgg-pgp.el:
18435         * pgg-pgp5.el:
18436         * pgg.el: Moved here from the gnus subdirectory.
18438 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
18440         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18441         in case comint-prompt-read-only is set to t.
18443         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18444         in case comint-prompt-read-only is set to t.
18446 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
18448         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18449         Now a string.
18450         (icalendar-import-format): Handle CLASS, STATUS, URL.
18451         Rename `subject' to `summary'.
18452         (icalendar-import-format-summary): Rename from
18453         `icalendar-import-format-subject'.
18454         (icalendar-import-format-url, icalendar-import-format-status)
18455         (icalendar-import-format-class): New variables.
18456         (icalendar--rris): Take variable argument list.
18457         (icalendar--datestring-to-isodate): Remove unnecessary
18458         calendar-style check when converting dates with explicit month names.
18459         (icalendar-export-region): Change return type of conversion
18460         subroutines.  Bury current buffer unless error occurred.
18461         (icalendar--convert-to-ical)
18462         (icalendar--parse-summary-and-rest): New functions.
18463         (icalendar--convert-ordinary-to-ical)
18464         (icalendar--convert-weekly-to-ical)
18465         (icalendar--convert-yearly-to-ical)
18466         (icalendar--convert-block-to-ical)
18467         (icalendar--convert-cyclic-to-ical)
18468         (icalendar--convert-anniversary-to-ical): Change return type.
18469         Strip trailing blanks from subject.
18470         (icalendar--convert-sexp-to-ical): Change return type.
18471         Strip trailing blanks from subject.  Handle simple sexp
18472         entries as generated by icalendar.el.
18473         (icalendar--convert-float-to-ical)
18474         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18475         (icalendar-import-file): Doc fix.
18476         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18477         Correct call to icalendar--rris.
18478         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
18479         `summary'.
18480         (icalendar--add-diary-entry): Rename `subject' to `summary'.
18482 2005-10-24  Romain Francoise  <romain@orebokech.com>
18484         * server.el (server-sentinel): Set query-on-exit flag to nil on
18485         new client processes (it isn't inherited from the server process).
18487         * replace.el (occur-engine): Rearrange text properties.
18489 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18491         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18492         case-fold-search is nil.
18493         (debug-help-follow): Use help-xref-interned directly.
18495 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18497         * thumbs.el (thumbs-image-type): Add .pbm.
18499 2005-10-23  Richard M. Stallman  <rms@gnu.org>
18501         * faces.el (inhibit-face-set-after-frame-default): New variable.
18502         (set-face-attribute): Bind it.
18503         (face-set-after-frame-default): Test it.
18505         * help-fns.el (describe-simplify-lib-file-name): New function.
18506         (describe-function-1, describe-variable): Use it.
18508         * faces.el (describe-face): Use describe-simplify-lib-file-name.
18510         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18511         Eliminate nil as possible value.
18512         (tooltip-hide-delay): Reduce internal-border-width.
18514         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18515         (menu-bar-file-menu) <new-file>: Likewise.
18517         * simple.el (line-move-finish): Ignore fields computing LINE-END.
18519         * international/mule.el (load-with-code-conversion):
18520         Pass full file name to `eval-buffer' unless preloading.
18522         * textmodes/flyspell.el (flyspell-large-region):
18523         Call ispell-check-version.
18525         * textmodes/ispell.el (ispell-local-dictionary-overridden):
18526         Fix the make-variable-buffer-local call that was supposed
18527         to be for this variable.
18528         (ispell-aspell-supports-utf8): Doc fix.
18529         (ispell-find-aspell-dictionaries): Preserve elements of
18530         ispell-dictionary-alist for dictionaries that aspell doesn't report.
18531         (ispell-aspell-find-dictionary): Return nil on error.
18533         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18534         (doctor-symptoms): Likewise.
18536         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18538 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18540         * cus-edit.el (custom-button, custom-button-pressed): New vars.
18541         (custom-raised-buttons): Add :set spec.
18542         (custom-button-unraised, custom-button-pressed-unraised):
18543         New faces, so that custom-raised-buttons actually does something.
18544         (custom-mode): Use custom-button and custom-button-pressed.
18546         * wid-edit.el (widget-specify-button): Don't ignore
18547         widget-mouse-face on graphic terminals.
18548         (widget-move-and-invoke): Cleanup.
18550 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
18552         * whitespace.el (whitespace-cleanup): Doc fix.
18554 2005-10-23  Romain Francoise  <romain@orebokech.com>
18556         * emulation/viper.el (viper-set-hooks): Quote forms passed to
18557         `eval-after-load' to avoid evaluating their result.
18559 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
18561         * files.el (directory-listing-before-filename-regexp):
18562         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
18564         * dired.el (dired-move-to-filename-regexp): Remove.
18565         All occurences replaced by `directory-listing-before-filename-regexp'.
18567         * dired-x.el, locate.el, vc.el:
18568         Replace `dired-move-to-filename-regexp' by
18569         `directory-listing-before-filename-regexp'.  In vc.el it is
18570         overwritten locally; maybe this can be handled in files.el too.
18572         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
18573         replaced by `directory-listing-before-filename-regexp'.
18575 2005-10-23  Andreas Schwab  <schwab@suse.de>
18577         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18578         and eval-next-after-load.
18580 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
18582         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18583         exist, create it.
18585 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
18587         * allout.el: Remove autoloads for mailcrypt and crypt++.
18588         Require pgg, pgg-gpg during compilation.
18589         (allout-version): Increment version number to 2.1, and use a literal
18590         rather than RCS Id.
18591         (allout-default-encryption-scheme): Remove.
18592         (allout-passphrase-verifier-handling)
18593         (allout-passphrase-verifier-string)
18594         (allout-file-passphrase-verifier-string)
18595         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18596         (allout-passphrase-hint-handling): Rename and simplify.
18597         (allout-init): Use `find-file-hook' if available, otherwise
18598         `find-file-hooks'.
18599         (allout-mode): Use `write-file-functions' if available, otherwise
18600         `local-write-file-hooks' and, instead of making auto-save-hook
18601         buffer local, make the write-file-hook activity contingent to
18602         allout-mode.
18603         (allout-mode): Use key-binding substitution in the docstring.
18604         (allout-kill-line): Spell-out kill ring data structure mutation
18605         instead of using byte-compiler-complaint-provoking `pop'.
18606         (allout-insert-listified): Use `insert' rather than `insert-string'
18607         (allout-toggle-current-subtree-encryption): Update docstring, adjust
18608         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18609         (allout-encrypt-string): Totally revamped vis new underlying
18610         encryption facilities.
18611         (allout-mc-activate-passwd): Remove.
18612         (allout-obtain-passphrase): New, more or less replaces
18613         allout-mc-activate-passwd.
18614         (allout-encrypted-key-info): More or less replaces
18615         allout-encrypted-text-type.
18616         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18617         (my-mark-marker): Use `(featurep 'xemacs)'.
18619 2005-10-23  Lars Hansen  <larsh@soem.dk>
18621         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18622         (byte-compile-file-form-defmumble, byte-compile-defun)
18623         (byte-compile-defmacro): Use it.
18624         (byte-compile-form): Don't call byte-compile-set-symbol-position
18625         when a byte-compile handler is called.
18627 2005-10-22  Romain Francoise  <romain@orebokech.com>
18629         * savehist.el (savehist-history-variables): Add `grep-find-history'.
18631         * subr.el (eval-after-load): Convert library name to an absolute
18632         file name using locate-library, since load-history no longer has
18633         library names in it.
18635 2005-10-22  Richard M. Stallman  <rms@gnu.org>
18637         * files.el (make-temp-file): Move from subr.el.
18638         * subr.el (make-temp-file): Move to files.el.
18640         * window.el (get-buffer-window-list): Move from subr.el.
18641         * subr.el (get-buffer-window-list): Move to window.el.
18643         * image.el (image-load-path): Use eval-at-startup to initialize.
18645         * subr.el (eval-at-startup): New macro.
18647         * subr.el: Much rearrangement of functions and division
18648         into pages.  No code changes.
18650 2005-10-22  Kenichi Handa  <handa@m17n.org>
18652         * tar-mode.el (tar-extract): Be sure to call
18653         find-operation-coding-system if set-auto-coding doesn't find a
18654         coding system.
18656 2005-10-22  Kim F. Storm  <storm@cua.dk>
18658         * image.el (image-type-header-regexps): Rename from image-type-regexps.
18659         Change users.
18660         (image-type-file-name-regexps): New defconst.
18661         (image-type-from-data): Simplify loop.
18662         (image-type-from-buffer): New defun.
18663         (image-type-from-file-header): Use it instead of image-type-from-data.
18664         Use image-search-load-path instead of only looking in data-directory.
18665         (image-type-from-file-name): New defun.
18666         (image-search-load-path): Change `pathname' to `filename'.
18667         Make PATH arg optional, default to image-load-path.
18669 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18671         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
18673         * textmodes/paragraphs.el (sentence-end-base): New variable.
18674         (sentence-end): Use sentence-end-base.
18676 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18678         * font-lock.el (font-lock-default-fontify-region): Check the multiline
18679         property independently from the font-lock-multiline variable.
18681 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18683         * emacs-lisp/find-func.el (find-library-name): Doc fix.
18685         * startup.el (command-line): Convert library names
18686         in `load-history' to absolute file names.
18688         * subr.el (symbol-file): Doc fix.
18690         * loadhist.el (file-loadhist-lookup): Call locate-library
18691         instead of find-library-name.  Don't try converting
18692         abs file names to library names, since load-history no longer
18693         has library names in it.
18694         (file-dependents, file-provides, file-requires): Doc fixes.
18696 2005-10-21  Juri Linkov  <juri@jurta.org>
18698         * progmodes/etags.el (tags-table-mode): New function.
18699         (tags-verify-table): Replace initialize-new-tags-table with
18700         tags-table-mode.
18702         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
18703         default value.
18704         (desktop-modes-not-to-save): Add tags-table-mode to the
18705         default value.
18707         * info.el (Info-index-next): Add total number of index
18708         alternatives to the message.
18710         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
18711         backward only space (instead of space and period) before looking
18712         at sentence end.
18714         * simple.el (set-variable): Use user-variable-p instead of symbolp.
18715         Add the old variable value as 4th default-value arg of read-string.
18717 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18719         * cus-face.el (custom-declare-face): Make face from X resources
18720         also on Mac.
18722         * disp-table.el (standard-display-g1, standard-display-graphic):
18723         Refuse to use string glyphs also on Mac.
18724         (standard-display-european): Don't set terminal coding system also
18725         on Mac.
18727         * frame.el (display-screens): Use x-display-screens also on Mac.
18729 2005-10-21  Romain Francoise  <romain@orebokech.com>
18731         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
18733 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18735         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
18736         and $? into sexps.
18738         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
18739         warning face on open-paren-in-column-0.
18741         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
18742         boundary case.  Fix typo.
18743         Suggested by Martin Rudalics <rudalics@gmx.at>.
18745 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
18747         * textmodes/org.el (org-combined-agenda-icalendar-file)
18748         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
18749         (org-export-icalendar-this-file)
18750         (org-export-icalendar-all-agenda-files)
18751         (org-export-icalendar-combine-agenda-files): New commands.
18752         (org-export-icalendar, org-print-icalendar-entries)
18753         (org-start-icalendar-file, org-finish-icalendar-file)
18754         (org-ical-ts-to-string): New functions.
18755         (org-read-date, org-goto-calendar)
18756         (org-agenda-goto-calendar): Inhibit displaying diary entries by
18757         call to `calendar'.
18758         (orgtbl-setup): Remove the :keys arguments from the menu description.
18759         (org-after-save-iCalendar-file-hook): New variable.
18761 2005-10-21  Kenichi Handa  <handa@m17n.org>
18763         * language/vietnamese.el (tcvn-5712): Make it an alias of
18764         vietnamese-tcvn coding-system.
18766 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
18768         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
18769         group id is given.
18771 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18773         * progmodes/sh-script.el (sh-escaped-line-re): New var.
18774         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
18775         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
18776         whose line is either continued or ends with a comment.
18778 2005-10-20  Romain Francoise  <romain@orebokech.com>
18780         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
18782         * replace.el (occur-engine): Add follow-link property.
18784         * font-core.el (font-lock-mode): Doc fix.
18786 2005-10-20  Richard M. Stallman  <rms@gnu.org>
18788         * net/rcirc.el: New file.
18790 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
18792         * term.el (term-term-name): Initialize to "eterm-color".
18794 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
18796         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
18797         for encryption functionality.
18798         Move allout customization subgroup from `editing' to `outlines' group.
18799         Fix commentary keywords to legitimate ones.
18800         Update author info (using my current email address, obscurified).
18801         (allout-encrypt-string, allout-encryption-produce-work-buffer)
18802         (allout-encrypted-topic-p, allout-encrypted-text-type)
18803         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
18804         (allout-situate-encryption-key-verifier)
18805         (allout-get-encryption-key-verifier, allout-verify-key)
18806         (allout-next-topic-pending-encryption)
18807         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
18808         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
18809         (outline-key-verifier-handling, outline-key-hint-handling)
18810         (outline-encrypt-unencrypted-on-saves): New defcustoms.
18811         (allout-file-key-verifier-string, allout-encryption-scheme)
18812         (allout-key-verifier-string, allout-key-hint-string)
18813         (allout-after-save-decrypt): New variables.
18814         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
18815         (allout-after-saves-handler): New hook functions.
18816         (allout-post-command-business): Do allout-after-save-decrypt.
18817         (allout-enable-file-variable-adjustment): Custom var to enable
18818         mechanism for adding and adjusting settings of Emacs file variables.
18819         (allout-adjust-file-variable, allout-file-vars-section-data):
18820         New functions, implement the mechanism.
18821         (outlineify-sticky): Use the file vars mechanism.
18822         (allout-inhibit-protection, allout-during-write-cue)
18823         (allout-override-protect, allout-before-change-protect): Remove.
18824         (allout-flag-region, allout-open-topic): Adjust read-only text.
18825         (allout-open-line-not-read-only): Add to facilitate read-only
18826         text based protection.
18827         (allout-kill-line): Revise to adjust read-only text, clue the
18828         user about the inhibition.
18829         (allout-unprotected): Use unwind-protect.
18830         (allout-shift-in, allout-shift-out): Disallow manually shifting a
18831         topic deeper than the offspring depth of the previous topic -
18832         avoiding confusing "containment discontinuities".
18833         (allout-reindent-bodies): Fix retention of body relative hanging
18834         indent during promotion of collapsed bodies.
18835         (allout-open-topic): Make it easy to open new topic with same
18836         bullet as current topic - topic creation functions provided with
18837         any universal argument provokes now prompt for bullet, defaulting
18838         to the bullet of the previous topic.
18839         (allout-plain-bullets-string, allout-distinctive-bullets-string):
18840         Plain bullet alternates `.' period and `,' comma only.  All other
18841         bullets are relegated to special status (but customizable).
18842         (allout-end-of-entry): Rename from allout-end-of-current-entry
18843         since it actually operates w.r.t. most immediately containing
18844         entry, visible or not.
18845         (allout-hide-current-entry, allout-show-current-entry): Use the
18846         revised version.
18847         (allout-old-expose-topic): Solidify deprecation.
18848         (allout-end-of-subtree): Add so we can span concealed as well
18849         as visible topics.
18850         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
18851         (allout-end-of-current-heading): Tweak to just respect the first line.
18852         (allout-get-body-text): Add.
18853         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
18854         when invoked interactively.
18855         (allout-up-current-level): Use `interactive-p'.
18856         (allout-mode, allout-init): Miscellaneous docstring and
18857         operational refinements, as well as hookups of new encryption stuff.
18858         (allout-beginning-of-current-entry): Now works as advertised.
18859         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
18860         (allout-isearch-rectification): Refine condition for isearching.
18861         (allout-isearch-abort, allout-enwrap-isearch)
18862         (allout-flag-region, my-region-active-p): Relocate some macros.
18863         (allout-title): Fallback title is (buffer-name), not
18864         non-existing (current-buffer-name).
18865         (subst-char-in-string): Define if absent (for some XEmacs versions).
18867 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
18869         * mail/sendmail.el (mail-setup-hook, mail-aliases)
18870         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
18871         (mail-citation-prefix-regexp, mail-signature-file)
18872         (mail-default-headers, mail-bury-selects-summary)
18873         (mail-send-nonascii): Add autoload cookies.
18875 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18877         * frame.el (blink-cursor-mode): Add `mac' to the list of
18878         window-system's that support blinking cursor.
18880 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
18882         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
18884 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
18886         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
18887         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
18888         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
18890 2005-10-20  Kim F. Storm  <storm@cua.dk>
18892         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
18893         (ido-set-current-directory): Don't add / after final @.
18894         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
18895         Explicitly handle ange-ftp completion oddities.
18896         (ido-make-file-list): Don't rotate list at tramp root to avoid
18897         triggering tramp file handler for expand-file-name via get-file-buffer.
18899 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18901         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
18903 2005-10-19  Jay Belanger  <belanger@truman.edu>
18905         * calc/calc-units.el (math-standard-units): Add units, adjust
18906         symbols and update values.
18907         (math-unit-prefixes): Add more prefixes.
18909 2005-10-19  Romain Francoise  <romain@orebokech.com>
18911         * bookmark.el (bookmark-menu-heading): New face.
18912         (bookmark-bmenu-list): Use it.
18913         Don't fiddle with `baud-rate' at top-level.
18915 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
18917         * image.el (create-image, find-image): Mention max-image-size in
18918         docstring.
18920 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18922         * savehist.el (savehist-load): Revert to checking XEmacs.
18924         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
18925         Various docstring and line-width fixups.
18926         (conf-mode): Use cond.
18927         Set font-lock-defaults.  Don't set comment-use-syntax.
18929 2005-10-18  David Ponce  <david@dponce.com>
18931         * tree-widget.el (tree-widget-button-click): New function.
18932         (tree-widget-button-keymap): Use it.
18934 2005-10-18  Romain Francoise  <romain@orebokech.com>
18936         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18937         (bookmark-bmenu-hide-filenames): Add follow-link property.
18938         Improve help-echo text.
18940         * ffap.el (find-file-at-point): Doc fix.
18942 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18944         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18946 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18948         Install to the CVS repository what I forgot to install in my
18949         2005-10-16 changes.
18951         * progmodes/python.el (python-complete-symbol): Pass the common
18952         prefix substring of completion to `display-completion-list'.
18954         * textmodes/org.el (org-complete): Ditto.
18956 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18958         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18960         * woman.el (WoMan-xref-man-page): New button type derived
18961         from `Man-abstract-xref-man-page'.
18962         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18964         * man.el (Man-abstract-xref-man-page): New button type.
18965         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18966         (Man-highlight-references): Add new optional argument `xref-man-type'.
18968 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18970         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18972 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18974         * cus-edit.el (Custom-move-and-invoke): Delete.
18975         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18977         * wid-edit.el (widget-move-and-invoke): New function, from
18978         Custom-move-and-invoke.
18980 2005-10-17  Bill Wohler  <wohler@newt.com>
18982         Move all remaining images from lisp/toolbar to etc/images, move
18983         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18984         the low resolution images in their own directory (low-color).
18986         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18987         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18988         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18989         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18990         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18991         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18992         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18994         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18995         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18996         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18997         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18998         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18999         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19000         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19001         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19002         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19003         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19004         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19005         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19006         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19007         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19008         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19010         To conform with convention, replace the underscore (_) in the
19011         following image names with dash (-) or (/) as appropriate.
19013         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19014         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19015         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19016         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19017         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19018         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19019         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19020         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19021         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19022         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19023         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19024         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19025         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19026         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19027         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19029         * info.el (info-tool-bar-map): Replace underscores in image names
19030         with dashes.
19032         * makefile.w32-in (WINS): Remove toolbar.
19034         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19036         * tool-bar.el: Move to lisp from toolbar.  Now that
19037         toolbar is empty, it should be deleted when folks run "cvs up -P".
19039 2005-10-18  Jay Belanger  <belanger@truman.edu>
19041         * calc/calc-store.el (calc-store-into): Get the proper variable name
19042         to display in message.
19044 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19046         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19047         expressions display in speedbar for all buffers when debugging.
19048         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19050         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19051         (speedbar-insert-button, speedbar-make-button):
19052         Use add-text-properties.
19053         (speedbar-update-localized-contents)
19054         (speedbar-update-directory-contents)
19055         (speedbar-update-special-contents): Use dolist.
19056         (speedbar-buffer-easymenu-definition): Add a menu separator.
19058 2005-10-17  Jason Rumney  <jasonr@gnu.org>
19060         * makefile.w32-in: Use $(lisp) consistently.
19061         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19062         for shell specific generation of mh-autoloads.
19064 2005-10-17  Richard M. Stallman  <rms@gnu.org>
19066         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19068 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19070         * jit-lock.el (jit-lock-fontify-now):
19071         Move jit-lock-context-unfontify-pos to avoid wasted work.
19073 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
19075         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
19076         `tramp-completion-mode' for checking if we are in completion mode.
19077         (tramp-completion-handle-file-name-all-completions): Reorder code
19078         in order to complete for file names only in case there are no
19079         method/user/host completions.  This is necessary for cooperation
19080         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
19082 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
19084         * longlines.el (longlines-search-forward)
19085         (longlines-search-backward): Match any number of spaces.
19087 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
19089         * diff-mode.el (diff-mode): Doc fix.
19091 2005-10-16  David Reitter  <david.reitter@gmail.com>
19093         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19094         as default on darwin and windows systems.
19096 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19098         * arc-mode.el (archive-zip-extract): Doc fix.
19100 2005-10-16  Romain Francoise  <romain@orebokech.com>
19102         * mouse.el (mouse-1-click-follows-link): Doc fix.
19104 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19106         * savehist.el: Don't require CL at runtime.
19107         (savehist-xemacs): Remove.
19108         (savehist-coding-system): Use utf-8 if present, regardless of religion.
19109         (savehist-no-conversion): Use (featurep 'xemacs).
19110         (savehist-load): Check existence of start-itimer rather than XEmacs.
19111         Use an idle timer.
19112         (savehist-process-for-saving): Replace use of CL funs `subseq' and
19113         `delete-if-not'.
19115 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
19117         * savehist.el: Newer version.
19118         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19119         (savehist-last-checksum, savehist-no-conversion): New vars.
19120         (savehist-autosave, savehist-process-for-saving, savehist-printable):
19121         New functions.
19122         (savehist-load, savehist-save): Use them.
19123         (savehist-delimit): Remove.
19125 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19127         * progmodes/compile.el (compilation-goto-locus): Display the
19128         compilation buffer first and the source buffer second, in case they're
19129         in overlapping frames.  Don't raise the compilation frame if it was the
19130         selected window upon entry.  Pass the `other-window' arg to
19131         pop-to-buffer.
19133         * info.el (Info-fontify-node): Use dolist.
19134         Change add-text-properties to put-text-property.
19136 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19138         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19139         bound of search.
19141 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19143         * dabbrev.el (dabbrev-completion): Pass the common
19144         prefix substring of completion to `display-completion-list'.
19146         * filecache.el (file-cache-minibuffer-complete)
19147         (file-cache-complete): Ditto.
19149         * tempo.el (tempo-display-completions): Ditto.
19151         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19153         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19155         * eshell/em-hist.el (eshell-list-history): Ditto.
19157         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19159         * mail/mailalias.el (mail-complete): Ditto.
19161         * progmodes/etags.el (complete-tag): Ditto.
19163         * progmodes/make-mode.el (makefile-complete): Ditto.
19165         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19167         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19169         * progmodes/pascal.el (pascal-complete-word)
19170         (pascal-show-completions): Ditto.
19172         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19174         * simple.el (completion-common-substring): New variable.
19175         (completion-setup-function): Use `completion-common-substring'
19176         to put faces.
19178 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19180         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19181         (x-get-selection, mac-select-convert-to-string): Convert from/to
19182         UTF-16 clipboard data as in native byte order, no BOM.
19184 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
19186         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19187         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19188         (gud-sentinel): Use speedbar-frame to check for speedbar.
19190 2005-10-15  Richard M. Stallman  <rms@gnu.org>
19192         * savehist.el: New file.
19194 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
19196         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19197         Fix bug in \bf fontification.
19199 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19201         * pcvs.el (cvs-edit-log-files): New var.
19202         (cvs-mode-edit-log): New arg `file'.
19203         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19204         Instead force the use of the original file and nothing else.
19205         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19206         the cvs-minor-wrap-function is set.
19207         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19209 2005-10-14  Bill Wohler  <wohler@newt.com>
19211         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19212         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19213         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19214         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19215         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19216         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19217         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19218         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19219         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19220         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19221         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19222         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19223         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19224         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19225         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19227         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19228         appropriately (for example, gud-break to gud/break).
19230 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
19232         * longlines.el (longlinges-search-function)
19233         (longlines-search-forward, longlines-search-backward): New functions.
19234         (longlines-mode): Set isearch-search-fun-function to
19235         longlinges-search-function.
19237         * mouse.el (mouse-drag-region-1): Handle the case where a
19238         double-click event is bound to an arbitrary function.
19240 2005-10-14  David Ponce  <david@dponce.com>
19242         * recentf.el (recentf-track-opened-file)
19243         (recentf-track-closed-file, recentf-update-menu)
19244         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19245         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19246         mouse-1-click-follows-link.
19248 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19250         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19251         Gnome file-manager.png.  Suggested by
19252         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19254         * toolbar/README: Add diropen.xpm.
19256 2005-10-13  Bill Wohler  <wohler@newt.com>
19258         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19259         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
19261 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19263         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19264         Don't waste the byte-compiler's time on constant data.
19266 2005-10-13  Kenichi Handa  <handa@m17n.org>
19268         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19269         byte with `escape-glyph' face.
19271         * international/fontset.el (ccl-encode-unicode-font):
19272         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19273         Handle the case that ucs-mule-to-mule-unicode translates a character to
19274         ASCII (usually for IPA characters).
19276 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19278         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19279         Don't hide the underline of titles if font-lock-mode is disabled.
19281 2005-10-12  Bill Wohler  <wohler@newt.com>
19283         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
19284         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19285         files in MH-E-SRC have been updated.
19286         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19288 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19290         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19291         (mixal-mode-syntax-table): Add \n as end-comment.
19292         (mixal-operation-codes-alist): Immediately initialize to full value.
19293         (mixal-add-operation-code): Remove.
19294         (mixal-describe-operation-code): Make the arg non-optional.
19295         Use the interactive spec instead.
19296         Use mixal-operation-codes-alist rather than mixal-operation-codes.
19297         (mixal-font-lock-keywords): Don't highlight comments here any more.
19298         (mixal-font-lock-syntactic-keywords): New var.
19299         (mixal-mode): Use it.  Fix comment-start-skip.
19301 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19303         * startup.el (command-line-x-option-alist): -nb => -nbi
19305 2005-10-12  Kim F. Storm  <storm@cua.dk>
19307         * startup.el (fancy-splash-default-action): Discard mouse click in
19308         the splash screen window, as it has no sensible meaning in the
19309         next window to be selected.  Fixes error reported by Jan D.
19311 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19313         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19315 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19317         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19318         Try to fix up minor layout issues like indentation, line break, etc...
19319         (mixal-mode-syntax-table): Don't try to specify comment syntax,
19320         because it doesn't work.
19321         (mixal-operation-codes): Add some more codes.
19322         (mixal-font-lock-keywords): Process comments here.
19323         (mixal-mode): mixasm no longer needs -g option.
19325 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19327         * progmodes/sh-script.el (sh-tmp-file):
19328         Use mktemp -t.  Finish support for es and rc shells.
19330 2005-10-11  Jay Belanger  <belanger@truman.edu>
19332         * calc/calcalg2.el (calc-integral): With an argument, compute the
19333         definite integral.
19335 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
19337         * mouse.el (mouse-drag-region-1): Don't try to catch a
19338         double-click when doing follow-link (it's overridden anyway).
19340 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
19342         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19343         (autoload-print-form-outbuf): Add docstring.
19345 2005-10-11  Juri Linkov  <juri@jurta.org>
19347         * info.el (Info-mode-menu): Delete menu item "Edit".
19348         (Info-mode): Delete description of Info-edit from docstring,
19349         and rearrange descriptions of Info commands in the order
19350         they are documented in the Info manual.
19352 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19354         * calendar/appt.el (appt-check): Use diary-selective-display var.
19356 2005-10-10  Richard M. Stallman  <rms@gnu.org>
19358         * net/newsticker.el (newsticker-start, newsticker-show-news):
19359         Add autoload cookies.
19361 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
19363         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19365 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
19367         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19369 2005-10-10  Jay Belanger  <belanger@truman.edu>
19371         * calc/calc-arith.el (math-check-known-scalarp)
19372         (math-check-known-matrixp): Check the values of arguments that are
19373         variables.
19374         (math-check-known-square-matrixp): New function.
19375         (math-known-square-matrixp): Use math-check-known-square-matrixp.
19376         (math-super-types): Add sqmatrix type.
19378         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19379         mode name `square' to `sqmatrix'.
19381         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19382         mode name `square' to `sqmatrix'.
19384 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19386         * progmodes/etags.el (select-tags-table-mode): Don't use
19387         selective-display.
19388         (tags-select-tags-table): Pass `button' to the action function.
19389         (select-tags-table): Place the side-info on button properties rather
19390         than in hidden text.  Abbreviate file names.
19391         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19392         (select-tags-table-select): Add `button' argument.
19393         Get side-info from the button property rather than from hidden text.
19395 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
19397         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19398         (gud-speedbar-buttons): Preserve point if possible.
19399         (gud-sentinel): Restore previous speedbar display type.
19401         * progmodes/gdb-ui.el (gdba): Improve diagram.
19402         (def-gdb-auto-update-handler, gdb-info-locals-handler)
19403         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19404         Call get-buffer-window once.
19406 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19408         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19409         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19410         (pascal-indent-command): Remove unused var `ind'.
19411         (pascal-indent-case): Remove unused var `oldpos'.
19412         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19413         since it's now used as a proper minor mode map.
19414         (pascal-outline): Rename to pascal-outline-mode.
19415         (pascal-outline-mode): Use define-minor-mode.
19416         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19417         selective-display.
19419 2005-10-10  Andreas Schwab  <schwab@suse.de>
19421         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19422         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
19424         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19425         outside source directory.
19427 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
19429         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19430         C-x' as a prefix.
19431         (orgtbl-mode-map): Full keymap instead of sparse, because all
19432         `self-insert-command' keys are redefined in this map.
19433         (org-export-as-html): Specify charset for HTML file, by taking it
19434         from the coding system.
19436 2005-10-10  Kenichi Handa  <handa@m17n.org>
19438         * textmodes/flyspell.el (flyspell-check-word-p):
19439         If unread-command-events is non-empty, don't call sit-for.
19441 2005-10-09  Richard M. Stallman  <rms@gnu.org>
19443         * font-lock.el (font-lock-syntactic-keywords)
19444         (font-lock-keywords): Doc fixes.
19446         * textmodes/flyspell.el (flyspell-external-point-words):
19447         Simplify logic, and don't try to check for consecutive appearances
19448         of one incorrect word.
19450 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
19452         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19453         separator.
19455         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19456         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19457         (gud-expansion-speedbar-buttons): New function.
19458         (gud-speedbar-buttons): Check for gud-comint-buffer.
19460 2005-10-09  Bill Wohler  <wohler@newt.com>
19462         * Makefile.in (updates): Add mh-loaddefs dependency.
19464 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
19466         * speedbar.el (speedbar-file-key-map): Fix typo.
19468 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19470         * cus-start.el (line-spacing): Add custom spec.
19472 2005-10-09  Romain Francoise  <romain@orebokech.com>
19474         * textmodes/ispell.el (ispell-check-version): Fix last change.
19476 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19478         * term/x-win.el: Remove -i, --icon-type from comment.
19480         * startup.el (command-line-x-option-alist): Remove options -i,
19481         -itype, --icon-type, added -nb, --no-bitmap-icon
19483 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
19485         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19486         instead of :active.
19488 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19490         * textmodes/ispell.el (ispell-check-version):
19491         Ignore hyphen, and all that follows, in aspell's version text.
19493 2005-10-08  Jay Belanger  <belanger@truman.edu>
19495         * calc/calc-arith.el (math-known-square-matrixp): New function.
19496         (math-pow-fancy): Check for matrices before distributing exponent
19497         across products.
19499         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19500         fullscreen keypad.  Suggested by Luc Teirlinck.
19501         (calc-keypad-show-input): Add space for formatting.
19503         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19504         Add square matrix option.
19506         * calc/calc-poly.el (math-expand-term): Check for matrices instead
19507         of checking calc-matrix-mode when deciding how to expand.
19509         * calc/calc.el (calc-set-mode-line): Add square matrix option.
19511 2005-10-08  Lars Hansen  <larsh@soem.dk>
19513         * net/tramp.el (tramp-perl-directory-files-and-attributes):
19514         Add error handling.
19515         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19517 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
19519         Sync with Tramp 2.0.51.
19521         * net/tramp.el (tramp-handle-set-visited-file-modtime)
19522         (tramp-handle-insert-file-contents, tramp-handle-write-region):
19523         Insert special handling for `last-coding-system-used', again
19524         it still seems to be necessary (unlike stated before).
19525         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19526         (tramp-password-prompt-regexp): There might be other words before
19527         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19528         (tramp-chunksize): Improve docstring.
19529         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19530         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
19531         Christian Joergensen <bugs@razor.dk>.
19533 2005-10-07  Glenn Morris  <rgm@gnu.org>
19535         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19536         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19537         precision'.
19539 2005-10-07  Romain Francoise  <romain@orebokech.com>
19541         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19542         (ibuffer-do-shell-command-pipe-replace)
19543         (ibuffer-do-shell-command-file, ibuffer-do-eval)
19544         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19545         (ibuffer-do-revert, ibuffer-do-replace-regexp)
19546         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19547         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19548         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19549         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19550         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19551         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19552         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19553         Autoload file sans suffix.
19555         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19557 2005-10-07  David Ponce  <david@dponce.com>
19559         * recentf.el (recentf-menu-open-all-flag): New option.
19560         (recentf-digit-shortcut-command-name): New function.
19561         (recentf--shortcuts-keymap): New variable.
19562         (recentf-menu-shortcuts): New variable.
19563         (recentf-make-menu-items): Initialize it.  Replace the "More..."
19564         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19565         (recentf-menu-value-shortcut): New function.
19566         (recentf-make-menu-item): Use it.  No more in-lined.
19567         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19568         (recentf-open-most-recent-file): Rename from
19569         `recentf-open-file-with-key'.  Don't depend on key binding.
19570         (recentf-mode-map): New variable.
19571         (recentf-mode): Use it.
19573 2005-10-06  Bill Wohler  <wohler@newt.com>
19575         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
19577         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19578         (MH-E-SRC): New.  Used by mh-autoloads.
19579         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19580         files in MH-E-SRC have been updated.
19581         (compile, recompile, bootstrap): Depend on mh-autoloads.
19583 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
19585         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19586         gud-break and gud-remove icons when the fringe is not available.
19588         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19589         Typo.
19591 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19593         * play/zone.el (zone): Wrap body with save-window-excursion.
19595 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19597         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19598         Use the new `list-only' arg to diary-list-entries.
19600         * calendar/diary-lib.el: Use overlays rather than selective-display.
19601         (diary-selective-display): New var.
19602         (diary-header-line-format): Use it.
19603         (diary-list-entries): Add argument `list-only'.
19604         Put the buffer in diary-mode.  Don't add \^M at beg and end.
19605         Replace \^M by invisible overlays.
19606         (diary-unhide-everything): Replace \^M by invisible overlays.
19607         (print-diary-entries): Look for overlays rather than \^M.
19608         Add a space to the temp buffer name.
19609         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19610         Put the buffer in diary-mode.
19611         (list-sexp-diary-entries): Replace \^M by invisible overlays.
19612         (diary-anniversary): Make the year arg optional.
19613         (diary-time-regexp): New const.
19614         (diary-font-lock-keywords): Use it to accept a few more time formats.
19616         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19618 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
19620         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19621         Fix bug introduced 2005-07-03: Use (car (last ...))
19622         to faithfully reproduce replaced artist-last.
19623         (artist-set-arrow-points-for-poly): Likewise.
19624         Suggested by Johan Bockg\e,Ae\e(Brd.
19626 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
19628         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
19629         * wid-edit.el (widget):
19630         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
19631         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
19633 2005-10-06  Kenichi Handa  <handa@m17n.org>
19635         * international/mule-cmds.el (set-language-environment):
19636         Fix setting up of case-table for unibyte mode.
19638         * simple.el (what-cursor-position): If the character is displayed
19639         by some `display' text property, show that.  Don't use
19640         single-key-description for eight-bit characters in multibyte mode.
19642 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
19644         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
19645         (gdb-ann3): Set it.
19646         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
19647         (gdb-info-frames-custom): Use inverse-video for first five
19648         characters of selected frame only.
19649         (gdb-get-frame-number): Select frame even when point is on frame
19650         number.
19652 2005-10-06  Masatake YAMATO  <jet@gyve.org>
19654         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
19655         Put `font-lock-function-name-face'.
19656         (gdb-info-frames-custom): Put `font-lock-function-name-face'
19657         and `font-lock-variable-name-face'
19658         (gdb-registers-font-lock-keywords): New font lock keywords definition.
19659         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
19660         (gdb-memory-font-lock-keywords): New font lock keywords definition.
19661         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
19662         (gdb-local-font-lock-keywords): New font lock keywords definition.
19663         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
19664         (gdb-threads-font-lock-keywords): New font lock keywords definition.
19665         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
19667 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
19669         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
19670         (ediff-merge-region-is-non-clash-to-skip): Previously called
19671         ediff-merge-region-is-non-clash.
19673         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
19674         Use insert-buffer-substring.
19676         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
19677         selecting files to patch.  Also bug fixes.
19679         * ediff-util.el (ediff-setup): Bug fix.
19680         (ediff-next-difference): Never skip clashes that differ in white
19681         space only.
19683         * ediff-wind.el (ediff-setup-control-frame)
19684         (ediff-destroy-control-frame): Check the menubar feature.
19686         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
19687         (viper-refresh-mode-line): Use make-local-variable to localize
19688         some vars instead of make-variable-buffer-local.  Suggested by
19689         Stefan Monnier.
19691         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
19692         (viper-restore-cursor-type, viper-set-insert-cursor-type):
19693         Use make-local-variable instead of make-variable-buffer-local.
19694         Suggested by Stefan Monnier.
19696         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
19697         (viper-comint-mode-hook): Use make-local-variable on
19698         require-final-newline.
19699         (viper-non-hook-settings): Don't use make-variable-buffer-local.
19701 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19703         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19704         also the second char of a comment-start sequence.
19705         (scheme-sexp-comment-syntax-table): New var.
19706         (lambda, define): Set their scheme-doc-string-elt property.
19707         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
19708         Use lisp-font-lock-syntactic-face-function now that it properly
19709         handles |...| symbols.
19710         (scheme-mode-variables): Set lisp-doc-string-elt-property,
19711         parse-sexp-lookup-properties and font-lock-extra-managed-props.
19713         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
19714         bit from # to |.
19715         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
19717         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
19718         (lisp-doc-string-elt-property): New var.
19719         (lisp-font-lock-syntactic-face-function): Use it.
19720         Rewrite to recognize docstrings even for forms not at toplevel.
19722         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
19723         annotation on the | part of #| rather than on the # part.
19724         (scheme-font-lock-syntactic-face-function): New function, to
19725         distinguish strings from |...| symbols.
19726         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
19727         syntax-table so that #|...|# is properly highlighted.
19729         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
19730         Don't mark as docstring the 3rd elem of an unknown toplevel form.
19732 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19734         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
19735         and C-e.
19737         * emacs-lisp/eldoc.el: Move comments into docstrings.
19738         (eldoc-message-commands): Initialize in its declaration.
19739         Add move-beginning-of-line and move-end-of-line.
19740         (eldoc-add-command, eldoc-add-command-completions)
19741         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
19743         * outline.el (outline-mark-subtree): Activate the mark.
19745         * calendar/appt.el (appt-time-regexp): New var.
19746         (appt-add, appt-make-list): Use it.
19747         (appt-convert-time): Clean up.
19749         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
19750         Don't set any syntax-table property here.
19751         (tex-font-lock-verb): New function.  Do it here.
19752         (tex-font-lock-syntactic-keywords): Use it.
19754 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19756         * wid-edit.el (widget-file-complete): Get the widget start point
19757         the right way.  Default directory to `/' if file has none.
19759         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
19761         * textmodes/flyspell.el (flyspell-mode-on):
19762         Call ispell-maybe-find-aspell-dictionaries.
19764         * textmodes/ispell.el (ispell-word, ispell-region):
19765         Call ispell-maybe-find-aspell-dictionaries.
19766         (ispell-accept-buffer-local-defs):
19767         Don't call ispell-maybe-find-aspell-dictionaries
19769 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19771         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
19773 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
19775         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
19776         instead of `fboundp' in order to allow for anonymous functions.
19778 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
19780         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
19781         case the user clicks on the link while another window is selected.
19782         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
19784         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
19785         functionality.
19786         (dframe-help-echo): Save point in case mouse tracking is off.
19788 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
19790         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
19792 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19794         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
19795         not change the global value of those vars.
19797         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
19798         make-local-variable which we do not need any more.
19800 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
19802         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
19803         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
19804         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
19805         (speedbar-path-line): Define obsolete aliases.
19806         (speedbar-line-directory): Doc fix.
19808         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
19809         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
19810         instead of speedbar-line-path.
19812 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19814         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
19815         to nil if dropping on a window.  Handle dropping on a minibuffer window
19816         like dropping on a non-window part of Emacs.
19818 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19820         * net/ange-ftp.el: Use with-current-buffer.
19821         (ange-ftp-insert-directory): Do not follow symlinks any more.
19823         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19824         Remove interactive spec.
19826 2005-10-03  Kim F. Storm  <storm@cua.dk>
19828         * ido.el (ido-mode): Use custom-initialize-set.
19830 2005-10-02  Richard M. Stallman  <rms@gnu.org>
19832         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
19833         Use insert-buffer-substring.
19835         * net/tramp.el: Pacify byte compiler warnings in pacification code.
19836         (tramp-handle-file-local-copy): Use insert-buffer-substring.
19838 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19840         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
19841         in last change.
19842         (ange-ftp-insert-directory): Fix up the search for the case where
19843         `file' is absolute.
19845 2005-10-02  Romain Francoise  <romain@orebokech.com>
19847         * progmodes/compile.el (compile-goto-error): Delete extra paren.
19849 2005-10-02  Andreas Schwab  <schwab@suse.de>
19851         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
19852         directory component in the session info.
19854 2005-10-01  Richard M. Stallman  <rms@gnu.org>
19856         * comint.el (comint-redirect-subvert-readonly): Doc fix.
19858         * simple.el (next-error-internal): New function.
19860         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
19861         (compilation-start): Pass new arg to compilation-buffer-name.
19862         (compile-goto-error): Use next-error-internal.
19864 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19866         * speedbar.el: Remove RCS tag.
19867         (speedbar-check-read-only): Handle non-existent files.
19869         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
19871         * info.el (Info-speedbar-hierarchy-buttons)
19872         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
19874 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19876         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
19877         Do not match newline.
19878         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
19879         (bibtex-summary): Remove unnecessary save-excursion.
19880         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
19882 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19884         * term/mac-win.el: Add charset info for "iso10646-1".
19885         Modify default fontset to use ATSUI-compatible fonts for some charsets
19886         if available.
19888 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19890         * speedbar.el: Re-apply arch tag.
19891         (speedbar-version): Rename to version 1.0.  Suggested by Eric
19892         M. Ludlam.
19893         Reapply two changes from Emacs CVS' version of speedbar lost
19894         during the merge:
19895         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
19896         (speedbar-frame-parameters): Improve customize type.
19898 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19900         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
19901         (ange-ftp-file-directory-p): Fix the symlink case.
19902         (ange-ftp-insert-directory): When listing a single file, get a list of
19903         the parent buffer and extract the relevant line.  Inspired from a patch
19904         by Katsumi Yamaoka <yamaoka@jpl.org>.
19905         (ange-ftp-file-name-sans-versions): Simplify.
19907 2005-09-30  Bill Wohler  <wohler@newt.com>
19909         Move MH-E image files from toolbar and mail directories into
19910         etc/images.
19912         * mail/reply2.*: Move to etc/images/mail/reply*.
19914         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
19915         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
19916         etc/images.
19918         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
19919         * toolbar/reply*: Move to etc/images/mail.
19921         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
19923 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
19925         * speedbar.el: New version 1.0pre3.
19927         Frame management code (including timer, and mouse click specifics)
19928         moved to dframe.el:
19929         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
19930         (speedbar-timer): Removed.  Use dframe-timer.
19931         (speedbar-close-frame): Removed.  Use dframe-close-frame.
19932         (speedbar-activity-change-focus-flag): Removed.  Use
19933         dframe-activity-change-focus-flag.
19934         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19935         dframe-update-speed.
19937         (speedbar-current-frame): New macro.  Use this instead of the
19938         variable speedbar-frame.
19940         (speedbar-use-images, speedbar-expand-image-button-alist)
19941         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19943         (speedbar-find-image-on-load-path): Removed.  Replaced by
19944         defezimage in ezimage.el.
19945         (speedbar-expand-image-button-alist): Removed.  Replaced by
19946         ezimage-expand-image-button-alist in ezimage.el.
19948         (speedbar-ignored-directory-regexp)
19949         (speedbar-add-ignored-directory-regexp)
19950         (speedbar-ignored-directory-expressions)
19951         (speedbar-line-directory, speedbar-buffers-line-directory)
19952         (speedbar-directory-line, speedbar-buffers-line-directory):
19953         Renamed, replacing `path' with `directory'.
19955         (speedbar-create-directory, speedbar-expand-line-descendants)
19956         (speedbar-toggle-line-expansion)
19957         (speedbar-contract-line-descendants): New commands.
19959         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19960         (speedbar-use-tool-tips-flag): New options.
19962         (speedbar-check-read-only, speedbar-require-version)
19963         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19964         (speedbar-handle-delete-frame, speedbar-try-completion)
19965         (speedbar-update-localized-contents): New functions.
19967         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19968         (speedbar-object-read-only-indicator): New variables.
19970         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19971         New hooks.
19973         (speedbar-separator-face): New face.
19975         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19976         (speedbar-ignored-modes): Add fundamental-mode.
19977         (speedbar-directory-unshown-regexp): Add . directories.
19979         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19980         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19981         `]' for full expand/close.
19982         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19984         (speedbar-check-vc): Support hidden files.
19985         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19986         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19987         state is nil, it is not checked out.
19989         (speedbar-line-text, speedbar-line-token): Support expand buttons
19990         with no text.
19991         (speedbar-refresh): Universal argument acts as power-click.
19992         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19993         that buffer to get variable values.
19995         And many other bugfixes.
19997         * dframe.el, ezimage.el, sb-image.el: New files.
19999         * sb-*.xpm: Remove files.  New image files installed into
20000         etc/images/ezimage.
20002 2005-09-30  Kenichi Handa  <handa@m17n.org>
20004         * ps-mule.el (ps-mule-show-warning): If a character is in
20005         ps-print-translation-table, don't treat it as non-printable.
20007 2005-09-30  David Ponce  <david@dponce.com>
20009         * tree-widget.el (tree-widget-themes-load-path): New variable.
20010         (tree-widget-themes-directory): Doc fix.
20011         (tree-widget-image-formats) [Emacs]: Doc fix.
20012         (tree-widget--locate-sub-directory): New function.
20013         (tree-widget-themes-directory): Use it.
20015         * recentf.el (recentf-filename-handlers): Rename from
20016         `recentf-filename-handler'.  Allow a list of functions.
20017         (recentf-menu-items-for-commands): Fix :help strings.
20018         (recentf-apply-filename-handlers): New function.
20019         (recentf-expand-file-name): Use it.
20020         (recentf-cleanup): Remove duplicates too.
20022 2005-09-29  Juri Linkov  <juri@jurta.org>
20024         * faces.el: Rearrange face definitions to be in the same order as
20025         their face descriptions in "(emacs)Standard Faces".
20027         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20029         * tooltip.el (tooltip): Add group `basic-faces'.
20031         * buff-menu.el (Buffer-menu-buffer): Remove group
20032         `font-lock-highlighting-faces'.
20034         * progmodes/compile.el (compilation-error, compilation-warning)
20035         (compilation-info, compilation-line-number, compilation-column-number):
20036         Change group from `font-lock-highlighting-faces' to `compilation'.
20038         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20039         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20040         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20041         (vhdl-font-lock-reserved-words-face)
20042         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20043         `font-lock-highlighting-faces'.
20045         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20047 2005-09-28  Kim F. Storm  <storm@cua.dk>
20049         * emulation/cua-base.el: Set CUA move property on additional commands:
20050         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20051         forward-sexp, backward-sexp, forward-list, backward-list.
20053 2005-09-28  Romain Francoise  <romain@orebokech.com>
20055         * comint.el (comint-show-output): Really set point at the
20056         beginning of the output when not using `comint-use-prompt-regexp'.
20058 2005-09-27  Jay Belanger  <belanger@truman.edu>
20060         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20061         in TeX mode.
20063 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
20065         * textmodes/org.el (org-table-sum): Fix format string.
20067         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20068         Quote face names.
20070 2005-09-26  Romain Francoise  <romain@orebokech.com>
20072         * isearch.el (isearch-forward-regexp): Close doc string.
20074 2005-09-25  Richard M. Stallman  <rms@gnu.org>
20076         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20078         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20080         * progmodes/compile.el (compilation-error-properties):
20081         When getting the file from the previous error message,
20082         correctly decode the new data format.
20084         * progmodes/cc-cmds.el (c-electric-paren):
20085         Call old-blink-paren only for close-paren.
20087 2005-09-24  Andreas Schwab  <schwab@suse.de>
20089         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20090         condition.
20092 2005-09-25  Romain Francoise  <romain@orebokech.com>
20094         * dired-aux.el (dired-copy-file-recursive):
20095         * dired.el (dired-delete-file):
20096         * ediff-mult.el (ediff-dir-diff-copy-file):
20097         * ediff-util.el (ediff-test-save-region):
20098         * forms.el (forms-mode):
20099         * ido.el (ido-file-internal, ido-delete-file-at-head):
20100         * log-edit.el (log-edit-done):
20101         * ses.el (ses-yank-resize):
20102         * play/gomoku.el (gomoku-human-plays, gomoku)
20103         (gomoku-human-resigns, gomoku-prompt-for-other-game)
20104         (gomoku-offer-a-draw):
20105         * play/landmark.el (lm-human-resigns, lm):
20106         * net/eudcb-ldap.el (eudc-ldap-check-base):
20107         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20108         * progmodes/ebrowse.el (ebrowse-find-pattern):
20109         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20110         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20111         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20113         * vc.el (vc-delete-file):
20114         * play/gomoku.el (gomoku-terminate-game, gomoku)
20115         (gomoku-prompt-for-move, gomoku-human-takes-back):
20116         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20117         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20119 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
20121         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20122         color rxvt terminals by using the code xterm.el used to use before
20123         2005-04-09 in order to match the colors used by rxvt.
20125 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20127         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20128         colors rxvt-unicode terminals by using the same code as xterm.el.
20130 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20132         * textmodes/tex-mode.el (tex-font-lock-append-prop)
20133         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20134         new symbol used for the tex-verbatim face.
20136 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20138         * woman.el (woman-file-name):
20139         * wid-edit.el (widget-file-prompt-value)
20140         (widget-coding-system-prompt-value):
20141         * w32-fns.el (set-w32-system-coding-system):
20142         * vc.el (vc-version-diff, vc-annotate):
20143         * textmodes/reftex-auc.el (reftex-arg-cite)
20144         (reftex-arg-index-tag):
20145         * textmodes/refer.el (refer-get-bib-files):
20146         * textmodes/artist.el (artist-figlet-choose-font):
20147         * terminal.el (terminal-emulator):
20148         * replace.el (occur-read-primary-args):
20149         * rect.el (string-rectangle, string-insert-rectangle):
20150         * ps-print.el (ps-print-preprint):
20151         * progmodes/pascal.el (pascal-goto-defun):
20152         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20153         * progmodes/compile.el (compilation-find-file):
20154         * printing.el (pr-interactive-n-up):
20155         * play/animate.el (animate-birthday-present):
20156         * net/rcompile.el (remote-compile):
20157         * man.el (man, Man-goto-section, Man-follow-manual-reference):
20158         * mail/rmailsum.el (rmail-summary-search-backward)
20159         (rmail-summary-search):
20160         * mail/rmailout.el (rmail-output-read-rmail-file-name)
20161         (rmail-output-read-file-name):
20162         * mail/rmail.el (rmail-search, rmail-search-backwards):
20163         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20164         * locate.el (locate):
20165         * international/quail.el (quail-show-keyboard-layout):
20166         * international/mule.el (set-buffer-file-coding-system)
20167         (revert-buffer-with-coding-system, set-file-name-coding-system)
20168         (set-terminal-coding-system, set-keyboard-coding-system)
20169         (set-next-selection-coding-system):
20170         * international/mule-diag.el (describe-coding-system)
20171         (describe-font, describe-fontset):
20172         * international/mule-cmds.el (universal-coding-system-argument)
20173         (search-unencodable-char, describe-input-method)
20174         (set-language-environment, describe-language-environment):
20175         * international/codepage.el (codepage-setup):
20176         * international/code-pages.el (codepage-setup):
20177         * info.el (Info-search, Info-follow-reference)
20178         (Info-search-backward):
20179         * emacs-lisp/advice.el (ad-read-advised-function)
20180         (ad-read-advice-class, ad-clear-cache, ad-activate)
20181         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20182         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20183         (ad-read-regexp):
20184         * ediff-util.el (ediff-toggle-regexp-match):
20185         * ediff-ptch.el (ediff-prompt-for-patch-file):
20186         * dired-aux.el (dired-diff):
20187         * diff.el (diff):
20188         * cus-edit.el (custom-variable-prompt):
20189         * calendar/timeclock.el (timeclock-ask-for-project):
20190         * calc/calcalg3.el (calc-get-fit-variables):
20191         * calc/calc-store.el (calc-edit-variable)
20192         (calc-permanent-variable):
20193         * vc-mcvs.el (vc-mcvs-register):
20194         * shadowfile.el (shadow-define-literal-group):
20195         * woman.el (woman-file-name):
20196         * vc.el (vc-version-diff, vc-merge):
20197         * textmodes/reftex-index.el (reftex-index-complete-tag):
20198         * format.el (format-decode-buffer, format-decode-region):
20199         * emulation/viper-cmd.el (viper-read-string-with-history):
20200         * emacs-lisp/debug.el (cancel-debug-on-entry):
20201         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20202         * ediff.el (ediff-merge-revisions)
20203         (ediff-merge-revisions-with-ancestor, ediff-revision):
20204         * completion.el (interactive-completion-string-reader):
20205         * calc/calc-prog.el (calc-user-define-formula):
20206         Follow convention for reading with the minibuffer.
20208 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
20210         * progmodes/python.el (python-describe-symbol): Add globals() and
20211         locals() to the arguments of emacs.ehelp.
20213 2005-09-24  Magnus Henoch  <mange@freemail.hu>
20215         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20216         New function, code extracted from ispell-valid-dictionary-list.
20217         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20218         Call it.
20220 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
20222         * subr.el (version-regexp-alist): Extend valid syntax for version
20223         strings: allow any of the characters -,_,+ to separate the
20224         alpha/beta/rc part from the version part.  Doc fix.
20225         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
20227 2005-09-23  David Reitter  <david.reitter@gmail.com>
20229         * mail/mailclient.el: New file.
20231 2005-09-23  Richard M. Stallman  <rms@gnu.org>
20233         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20234         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20235         Doc fixes.
20237         * progmodes/cc-mode.el (c-font-lock-init):
20238         Specify font-lock-lines-before.
20240 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20242         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20243         whole conflict.
20245 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
20247         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20248         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
20249         of `remap' feature when available.  Additional key bindings for
20250         better tty support.
20251         (org-mode-restart, org-force-self-insert): New commands.
20252         (org-time-stamp-inactive): New command.
20253         (org-remap): New function.
20254         (org-table-auto-blank-field, org-level-color-stars-only): New options.
20255         (org-enable-fixed-width-editor): Move to `org-structure'
20256         customization group.
20257         (org-self-insert-command, orgtbl-self-insert-command): Modify to
20258         blank field after field motion commands.
20260 2005-09-23  Kenichi Handa  <handa@m17n.org>
20262         * international/mule-cmds.el (set-language-environment):
20263         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20264         have to call utf-translate-cjk-load-tables.
20266 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20268         * mouse.el (mouse-move-drag-overlay): Fix last change.
20270 2005-09-22  David Ponce  <david@dponce.com>
20272         * tree-widget.el (tree-widget-value-create): Fix previous change.
20274 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20276         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20278 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20280         * mouse.el (mouse-move-drag-overlay): New function.
20281         (mouse-drag-region-1): Use it.
20282         Try to simplify a bit the state handling.  Handle clicks on links
20283         inside intangible areas.
20284         (mouse-save-then-kill): Minor simplification.
20285         (mouse-secondary-overlay): Make it always non-nil instead of
20286         recreating it each time.
20287         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20288         (mouse-kill-secondary, mouse-secondary-save-then-kill):
20289         Simplify accordingly.
20291 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20293         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20295 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
20297         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20298         (ediff-file-name-sans-prefix): Treat nil as an empty string.
20299         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20300         to patch.
20302         * ediff-util.el: Use insert-buffer-substring.
20304         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20306         * emulation/viper-cmd.el (viper-change-state): Don't move over the
20307         field boundaries in the minibuffer.
20308         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20309         (viper-minibuffer-post-command-hook): New hook.
20310         (viper-line): Don't move cursor at bolp.
20312         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20314         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20315         avoid compiler warnings.
20317         * emulation/viper-macs.el (ex-map): Better messages.
20319         * emulation/viper-utils.el (viper-beginning-of-field): New function.
20321         * emulation/viper.el: Replace make-variable-buffer-local with
20322         viper-make-variable-buffer-local everywhere, to avoid warnings.
20324 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20326         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20327         Delete unused var `old-selected-window'.
20328         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20329         (mouse-drag-secondary): Delete unused var `start-frame'.
20331 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20333         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20335 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20337         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20338         Re-indent within 80 columns.  Use inhibit-read-only.
20340 2005-09-19  Romain Francoise  <romain@orebokech.com>
20342         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20344 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20346         * font-lock.el (font-lock-default-fontify-region): Don't add a line
20347         unconditionally, since the after-change-function already did it.
20349 2005-09-19  Miles Bader  <miles@gnu.org>
20351         * net/newsticker.el: Get rid of CVS keyword.
20353 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
20355         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20356         The prompt is formatted later.
20358 2005-09-19  David Ponce  <david@dponce.com>
20360         * tree-widget.el (tree-widget-value-create): Save the converted
20361         tree :node widget.
20363 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
20365         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20366         variable `message'.
20368 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
20370         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20371         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
20372         <slawomir.nowaczyk.847@student.lu.se>.
20374 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
20376         * image.el (image-load-path): Use symbol `data-directory' instead
20377         of its value, for backward compatibility with packages that bind
20378         it during `find-image'.  Suggested by Katsumi Yamaoka.
20379         (image-search-load-path): Handle symbols whose values are strings.
20381 2005-09-18  Romain Francoise  <romain@orebokech.com>
20383         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20384         with-current-buffer form in save-excursion.
20386 2005-09-18  Deepak Goel  <deego@gnufans.org>
20388         * apropos.el (apropos-command): Fix `message' call: first arg
20389         should be a format spec.  In this and all other cases that appear
20390         below and elsewhere in the source code, I made a change only when
20391         two conditions were satisfied: [1] I can think of a possibility
20392         that the arguments would cause an error, for example, the code in
20393         question relies on external variables such as filenames.  [2] I
20394         was sure that the arg to `message' could not have been nil in the code.
20396         * textmodes/tildify.el (tildify-region): Ditto.
20398         * textmodes/reftex-index.el (reftex-index-change-entry)
20399         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20400         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20401         * textmodes/org.el (org-complete, org-deadline, org-schedule)
20402         (org-priority, org-table-sum):
20403         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20404         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20405         (flyspell-word, flyspell-display-next-corrections):
20406         * textmodes/bibtex.el (bibtex-print-help-message):
20407         * textmodes/artist.el (artist-key-set-point-poly):
20408         * term/mac-win.el (mac-services-insert-text):
20409         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20410         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20411         (vhdl-port-paste-testbench, vhdl-compose-new-component)
20412         (vhdl-compose-configuration):
20413         * progmodes/sh-script.el (sh-blink, sh-show-indent)
20414         (sh-set-indent, sh-learn-line-indent):
20415         * progmodes/ps-mode.el (ps-mode-target-column):
20416         * progmodes/idlwave.el (idlwave-make-tags)
20417         (idlwave-scan-library-catalogs):
20418         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20419         * progmodes/gud.el (gud-jdb-analyze-source):
20420         * progmodes/flymake.el (flymake-log):
20421         * progmodes/ebnf2ps.el (ebnf-generate-region):
20422         * progmodes/cmacexp.el (c-macro-expansion):
20423         * progmodes/ada-xref.el (ada-treat-cmd-string):
20424         * progmodes/ada-mode.el (ada-create-case-exception-substring)
20425         (ada-justified-indent-current, ada-batch-reformat):
20426         * play/zone.el (zone):
20427         * play/landmark.el (lm-move):
20428         * play/decipher.el (decipher-show-alphabet):
20429         * net/newsticker.el (newsticker--display-jump)
20430         (newsticker--display-scroll):
20431         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20432         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20433         * mail/feedmail.el (feedmail-dump-message-to-queue):
20434         * eshell/esh-proc.el (eshell-remove-process-entry):
20435         * emulation/ws-mode.el (ws-last-error):
20436         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20437         (viper-record-kbd-macro):
20438         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20439         * emacs-lisp/lisp-mnt.el (lm-report-bug):
20440         * emacs-lisp/find-func.el (find-function-noselect):
20441         * calendar/timeclock.el (timeclock-status-string)
20442         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20443         (timeclock-when-to-leave-string):
20444         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20445         * calc/calc-units.el (calc-enter-units-table):
20446         * calc/calc-mode.el (calc-mode-record-mode):
20447         * woman.el (woman-mini-help):
20448         * wdired.el (wdired-change-to-wdired-mode):
20449         * vc.el (vc-retrieve-snapshot):
20450         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20451         * startup.el (display-startup-echo-area-message):
20452         * simple.el (set-goal-column):
20453         * ses.el (ses-command-hook, ses-recalculate-cell):
20454         * server.el (server-process-filter):
20455         * printing.el (pr-interface-txt-print, pr-interface-printify)
20456         (pr-interface-ps):
20457         * pcvs.el (cvs-help):
20458         * log-edit.el (log-edit, log-edit-mode-help):
20459         * iswitchb.el (iswitchb-possible-new-buffer):
20460         * isearch.el (isearch-edit-string):
20461         * image-mode.el (image-mode, image-minor-mode):
20462         * ibuf-macs.el (define-ibuffer-filter):
20463         * hi-lock.el (hi-lock-find-patterns):
20464         * files.el (toggle-read-only):
20465         * ediff-util.el (ediff-copy-diff)
20466         (ediff-write-merge-buffer-and-maybe-kill):
20467         * echistory.el (Electric-history-undefined):
20468         * dnd.el (dnd-insert-text):
20469         * dired-aux.el (dired-query):
20470         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20471         * bookmark.el (bookmark-bmenu-locate):
20472         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20473         Fix `message' calls to ensure first arg is a format string.
20474         The change was made only when these two conditions were satisfied:
20475         [1] when there is a possibility that the arguments would cause an error
20476         for example, if the code in question relies on external variables
20477         such as filenames, and
20478         [2] if the arg to `message' could not have been nil in the code.
20480         * pcomplete.el (pcomplete--help): Fix `message' format spec.
20481         Not having a %s would be weird, though not technically wrong.
20483 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20485         * term/mac-win.el (mac-add-charset-info): Doc fix.
20487 2005-09-17  Romain Francoise  <romain@orebokech.com>
20489         * shell.el (shell-resync-dirs): Handle echoing processes more
20490         reliably.  Don't insert resync command if `comint-process-echoes'
20491         is non-nil.
20493 2005-09-17  Magnus Henoch  <mange@freemail.hu>
20495         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20496         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20497         aspell versions >= 0.60.
20498         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20499         only if ispell-aspell-supports-utf8 is non-nil.
20501 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20503         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20504         buffer-local value to lisp-indent-function.
20506 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
20508         * progmodes/glasses.el (glasses-make-readable): If
20509         glasses-separator differs from underscore, put appropriate
20510         overlays over underscore characters.
20511         (glasses-convert-to-unreadable): If glasses-separator differs from
20512         underscore, try to convert glasses-separator characters to
20513         underscores.
20515 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20517         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20518         Use with-syntax-table and dolist.
20520 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
20522         * textmodes/reftex-auc.el:
20523         * textmodes/reftex-cite.el:
20524         * textmodes/reftex-dcr.el:
20525         * textmodes/reftex-global.el:
20526         * textmodes/reftex-parse.el:
20527         * textmodes/reftex-ref.el:
20528         * textmodes/reftex-sel.el:
20529         * textmodes/reftex-toc.el:
20530         * textmodes/reftex-vars.el:
20531         * textmodes/reftex.el: Small changes to remove compiler warnings.
20533         * textmodes/reftex-index.el: Likewise.
20534         (reftex-query-index-phrase): More efficient use of markers.
20536 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20538         * image.el (image-load-path): New variable.
20539         (image-search-load-path): New function.
20540         (find-image): Search for images in `image-load-path'.
20542 2005-09-15  Richard M. Stallman  <rms@gnu.org>
20544         * follow.el: Change Maintainer field.
20546 2005-09-15  David Ponce  <david@dponce.com>
20548         * recentf.el (recentf-save-file-modes): New option.
20549         (recentf-save-list): Use it.
20551 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
20553         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20554         (mode-line-mule-info, mode-line-modified): Move bindings from
20555         mouse-3 to mouse-1.
20557 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20559         * simple.el (sendmail-user-agent-compose): Revert last change.
20561 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20563         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20564         Use with-current-buffer.
20565         (ange-ftp-gwp-start): Remove unused var `gw-user'.
20566         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20567         (ange-ftp-insert-directory): Remove unused var `short'.
20568         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20570         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20571         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20573         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20574         (check-calendar-holidays, diary-list-entries): Autoload.
20575         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20576         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20578         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20579         which mistakenly removed a call to display-buffer.
20581 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
20583         * obsolete/iso-insert.el: Move to obsolete/ from international/.
20585 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
20587         * progmodes/hideshow.el
20588         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20589         (hs-allow-nesting): New user var.
20590         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20591         (hs-hide-block-at-point): When nesting allowed,
20592         if there is already an overlay in place, delete it.
20593         (hs-safety-is-job-n): Delete func; remove call sites.
20594         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20595         (hs-overlay-at): New func.
20596         (hs-already-hidden-p, hs-show-block): Use it.
20597         (hs-hide-all): Don't pre-clean if nesting allowed.
20598         (hs-show-all): Temporarily disallow
20599         nesting around call to `hs-discard-overlays'.
20601 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
20603         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20604         Delete unused local var.
20606 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
20608         * help-fns.el (describe-categories): "?\ " -> "?\s".
20609         (help-do-arg-highlight): Recognize also ARG-n, as in
20610         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
20612         * international/codepage.el (dos-unsupported-char-glyph):
20613         * net/newsticker.el (tool-bar-map, w3-mode-map)
20614         (w3m-minor-mode-map):
20615         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20616         (ent-alist):
20617         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20619 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
20621         * custom.el (custom-push-theme): Handle the case where a symbol is
20622         bound but face properties have not yet been assigned.
20624         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20625         Fix behavior if noerase is `t' and there is no mail buffer.
20627         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
20628         if `continue' is nil, rather than signal an error.
20630 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20632         * font-lock.el (font-lock-keywords): Add autoload.
20634         * help-fns.el (describe-variable): Rearrange to put source link
20635         in a predictable place.
20637         * net/newsticker.el: New file.
20639 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20641         * calendar/calendar.el (calendar-for-loop): Add edebug info.
20642         (calendar-basic-setup): Use the new nil arg.
20643         (number-of-diary-entries): Move to diary-lib.el.
20645         * calendar/diary-lib.el: Use with-current-buffer, match-string.
20646         (diary-list-entries): Use with-syntax-table and dolist.
20647         Rename from list-diary-entries.
20648         Use number-of-diary-entries if `number' is nil.
20649         (diary, diary-view-entries): Use this new name and new nil arg value.
20650         (number-of-diary-entries): Move from calendar.el.
20651         (diary-unhide-everything): New function.
20652         (include-other-diary-files, fancy-diary-display)
20653         (diary-show-all-entries, make-diary-entry): Use it.
20654         (diary-mail-entries): Use buffer-string.
20655         (mark-diary-entries): Fix long standing paren typo.
20656         (diary-sexp-entry): Use count-lines.
20657         (make-diary-entry): Avoid `previous-line'.
20658         (diary-mode-map): New var.
20659         (diary-mode): Redraw cal after saving.  Setup header-line.
20660         (fancy-diary-display-mode): Use local-set-key.
20662         * startup.el (command-line): Try calling various terminal-init-foo-bar
20663         functions by stripping hyphenated suffixes from $TERM.
20665         * files.el (normal-mode): Check boundness of font-lock-keywords.
20667 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20669         * progmodes/compile.el: Don't decide a file's directory
20670         until the user actually tries to go there.
20671         (compilation-next-error-function):
20672         Pass compilation-find-file the directory from the file-struct.
20673         (compilation-internal-error-properties): Separate local FILE-STRUCT
20674         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
20675         (compilation-find-file): Arg DIR renamed to DIRECTORY.
20676         Expand it, and if nil, use default-directory.
20677         (compilation-get-file-structure): Don't mix specified directory
20678         with default directory.  Put specified directory into
20679         file-struct.  Don't make the file name absolute.
20681         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20682         (compile-command): Add autoload.
20683         (compilation-disable-input): Add autoload.
20685 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
20687         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
20688         strings of the variables it can override.
20689         (time-stamp): New (as yet undocumented) time-stamp-format escapes
20690         %Q and %q, for fully-qualified domain name and unqualified host name.
20692 2005-09-11  Kim F. Storm  <storm@cua.dk>
20694         * emacs-lisp/authors.el (authors-aliases): Update list.
20695         (authors-fixed-entries): Update mldrag.el entry.
20697 2005-09-10  Alan Mackenzie  <acm@muc.de>
20699         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
20700         from the region narrowed to.
20702 2005-09-10  Magnus Henoch  <mange@freemail.hu>
20704         * textmodes/ispell.el (ispell-check-version): Signal an error if
20705         aspell version is less than 0.60.
20707 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
20709         * progmodes/octave-inf.el (inferior-octave-startup):
20710         Resync current dir at the end.
20712 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
20714         * woman.el (woman-topic-at-point-default):
20715         Rename to woman-use-topic-at-point-default.
20716         (woman-topic-at-point): Rename to woman-use-topic-at-point.
20717         (woman-file-name): Reflect renames above.  Automatically use the
20718         word at point as topic if woman-use-topic-at-point is non-nil.
20719         Otherwise offer it as default but don't insert it in the
20720         minibuffer.  Also use `test-completion' instead of `assoc' as
20721         suggested by Stefan Monnier.
20723 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
20725         * vc.el (vc-directory, vc-update-change-log): Throw an error on
20726         the attempt to do it over Tramp.  This is not yet supported.
20728 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
20730         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20731         (menu-bar-non-minibuffer-window-p): New functions.
20732         ("Split Window", "Save As..."): Use them.
20733         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
20734         ("Print Buffer", "Truncate Long Lines in this Buffer"):
20735         Use menu-bar-menu-frame-live-and-visible-p.
20736         ("Save Buffer", "Insert File", "Open Directory...")
20737         ("Open File...", "Visit New File..."):
20738         Use menu-bar-non-minibuffer-window-p.
20739         (kill-this-buffer-enabled-p, dired <menu-enable>):
20740         Use menu-bar-non-minibuffer-window-p.
20742 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20744         * cus-start.el (all): Don't complain about fringe-related
20745         built-ins if fringes are not supported.  Ditto about
20746         selection-related built-ins.  Fix the test for GTK-related built-ins.
20748         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
20749         ("Postscript Print Buffer", "Print Region", "Save As...")
20750         ("Save", "Insert File...", "Open Directory...")
20751         ("Open File...", "Visit New File..."")
20752         ("Truncate Long Lines in this Buffer"): Don't look at
20753         menu-updating-frame if this display does not support multiple frames.
20755 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20757         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
20759 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
20761         * woman.el: Format- and whitespace-related changes.
20763 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20765         * woman.el: Fix my email address.
20767 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20769         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
20770         (sh-mode): Locally set skeleton-pair-default-alist.
20772         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
20774         * progmodes/flymake.el: Require `compile' unconditionally.
20776         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
20778         * woman.el (woman-file-name): Provide a default, not initial input.
20780         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
20782         * font-lock.el (font-lock-support-mode): Doc fix.
20784         * descr-text.el (describe-property-list): Handle non-symbol prop names.
20786 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20788         * simple.el (blink-matching-open): Get rid of text props from
20789         the string shown in echo area.  Don't permanently set point.
20790         Some rearrangements.
20792 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20794         * recentf.el (recentf-filename-handler): Add custom choice
20795         `abbreviate-file-name'.
20797         * msb.el (msb--very-many-menus): Fix typo.
20799         * disp-table.el (standard-display-european): Don't set
20800         enable-multibyte-characters to nil.
20802 2005-09-08  David Ponce  <david@dponce.com>
20804         * recentf.el (recentf-show-file-shortcuts-flag): New option.
20805         (recentf-expand-file-name): Doc fix.
20806         (recentf-dialog-mode-map): Define digit shortcuts.
20807         (recentf--files-with-key): New variable.
20808         (recentf-show-digit-shortcut-filter): New function.
20809         (recentf-open-files-items): New function.
20810         (recentf-open-files): Use it.
20811         (recentf-open-file-with-key): New command.
20813 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
20815         * buff-menu.el (Buffer-menu-sort-by-column): New function.
20816         Suggested by Kim F. Storm.
20817         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
20818         (Buffer-menu-make-sort-button): Use global keymap.
20820 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
20822         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
20823         (Man-getpage-in-background-advice): Remove defadvice; it isn't
20824         necessary any longer with the remapped command.
20825         (Man-bgproc-sentinel-advice): Remove defadvice which counts
20826         formatting time only.
20828         * net/tramp.el (tramp-action-password)
20829         (tramp-multi-action-password): Compile the password prompt from
20830         `method', `user' and `host'.  Sometimes it isn't obvious which
20831         password to enter, for example with remote files offered by
20832         recentf.el, or with multiple steps.  Suggested by Robert Marshall
20833         <robert@chezmarshall.freeserve.co.uk>.
20835 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20837         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20838         Fix regexp for when "s///" is at the beginning of line.
20840 2005-09-07  Jay Belanger  <belanger@truman.edu>
20842         * calc/calc-poly.el (math-expand-term): Multiply out any powers
20843         when in matrix mode.
20845 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20847         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
20848         non-anonymous functions.
20850 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
20852         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
20853         when using a header line.  Otherwise, use mouse-1-click-follows-link.
20855         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
20856         can't be moved; don't signal an error.
20858 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
20860         * cus-theme.el (custom-theme-write-faces): Save the current face
20861         spec, not the defface spec.
20863         * custom.el (custom-known-themes): Clarify meaning of "standard".
20864         (custom-push-theme): Save old values in the standard theme.
20865         (disable-theme): Correct typo.
20866         (custom-face-theme-value) Deleted unused function.
20867         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
20869 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20871         * progmodes/compile.el (compilation-goto-locus): Take into account
20872         iconified frames when determining whether the buffer is
20873         already visible.
20874         Don't reset window height if the window already existed.
20876 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
20878         * custom.el (load-theme): Rename from require-theme.
20879         Add interactive spec.
20880         (enable-theme): Rename from custom-enable-theme.
20881         Add interactive spec.
20882         (disable-theme): Rename from custom-disable-theme.
20883         Add interactive spec.
20884         (custom-make-theme-feature): Doc fix.
20885         (custom-theme-directory): Doc fix.
20886         (provide-theme): Call enable-theme.
20888 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20890         * obsolete/lazy-lock.el (lazy-lock-mode):
20891         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
20892         font-lock-mode if it's off.  Print a warning instead.
20894         * progmodes/compile.el (compilation-start): Ignore errors if the
20895         process died before we get to send-eof.
20897         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
20898         Undo last change.  Enclosing the result in quotes broke things on Unix
20899         since tex-send-command passes it through shell-quote-argument.
20900         (tex-send-command): Pass `file' through convert-standard-filename
20901         when possible.
20902         (tex-uptodate-p): Handle the case where TeX hasn't put additional
20903         info in a transcript.
20905 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
20907         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
20908         fix compilation warning.  Reorder the key definitions to group
20909         together keys emitted by the current version of xterm.
20911         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
20912         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
20913         Reorder predicates to correct min-color usage.
20915 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
20917         * longlines.el (longlines-mode): Inhibit read-only when encoding.
20918         Kill local variables when longlines-mode is turned off.
20920 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20922         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
20924         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
20926         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
20928         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20929         (font-lock-lines-before): Change default to being inactive.
20930         (font-lock-default-fontify-region): Obey font-lock-lines-before.
20931         (font-lock-after-change-function): Don't handle f-l-lines-before here.
20933 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20935         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20936         Deactivate temporarily advice if active (not needed for Emacs 22,
20937         but for backwards compatibility).
20938         (tramp-exists-file-name-handler): Rewrite.  First implementation
20939         was too simple.
20940         (tramp-advice-make-auto-save-file-name):
20941         Call `tramp-handle-make-auto-save-file-name' (again, just for
20942         backwards compatibility).
20944 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20946         * progmodes/vhdl-mode.el
20947         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20948         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20949         (vhdl-set-default-project): New function (easier setting of default).
20950         (vhdl-port-copy): Handle extended identifiers for generics.
20951         (vhdl-compiler-alist): Better description for error message regexp.
20952         (vhdl-make): Query for target, use previous as default.
20953         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20954         (vhdl-font-lock-keywords-2): Fix fontification for record
20955         el. assign.
20956         (vhdl-speedbar-make-subpack-line): Add package body link.
20957         (vhdl-generate-makefile-1): Not include itself as dependency.
20958         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20959         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20960         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20961         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20962         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20963         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20964         (vhdl-import-project): Add string argument for `error'.
20965         (vhdl-compose-configuration)
20966         (vhdl-compose-configuration-architecture): Add configuration
20967         declaration generation.
20968         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20969         (vhdl-trailer-re): Add "record" keyword (better indentation).
20970         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20971         "[^ \t-\"]+".
20972         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20973         (vhdl-testbench-entity-file-name)
20974         (vhdl-testbench-architecture-file-name): Allow separate
20975         customization of testbench file names.
20976         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20977         (vhdl-get-visible-signals): Allow newline within alias declaration.
20978         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20979         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20980         (member-ignore-case): Alias for missing function in XEmacs.
20981         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20982         (vhdl-update-sensitivity-list): Ignore case on read signals.
20983         (vhdl-replace-string): Adjust case only for file names.
20984         (vhdl-update-sensitivity-list): Fix search for read signals.
20985         (vhdl-update-sensitivity-list): Exclude formal parameters.
20986         (vhdl-get-visible-signals): Include aliases of signals.
20987         (vhdl-get-visible-signals): Fix signal name searching.
20988         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20989         (vhdl-fixup-whitespace-region): Fix for character
20990         literals (e.g. `:').
20992 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20994         * ansi-color.el (comint-last-output-start):
20995         * bs.el (font-lock-verbose):
20996         * diff-mode.el (add-log-buffer-file-name-function):
20997         * dired-x.el (vm-folder-directory):
20998         * faces.el (help-xref-stack-item):
20999         * files.el (font-lock-keywords):
21000         * find-lisp.el (dired-buffers, dired-subdir-alist):
21001         * ido.el (cua-inhibit-cua-keys):
21002         * log-view.el (cvs-minor-wrap-function):
21003         * outline.el (font-lock-warning-face):
21004         * simple.el (compilation-current-error):
21005         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21006         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21007         * tooltip.el (comint-prompt-regexp):
21008         * w32-fns.el (explicit-shell-file-name):
21009         * term/mac-win.el (mac-charset-info-alist)
21010         (mac-services-selection, mac-system-script-code):
21011         * term/tty-colors.el (msdos-color-values):
21012         * term/w32-win.el (xlfd-regexp-registry-subnum):
21013         * term/x-win.el (x-keysym-table, x-selection-timeout)
21014         (x-session-id, x-session-previous-id):
21015         * textmodes/ispell.el (mail-yank-prefix):
21016         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21017         * textmodes/org.el (calc-embedded-close-formula)
21018         (calc-embedded-open-formula)
21019         (font-lock-unfontify-region-function):
21020         * textmodes/reftex-global.el (isearch-next-buffer-function)
21021         (TeX-master):
21022         * textmodes/reftex.el (font-lock-keywords):
21023         * textmodes/tex-mode.el (font-lock-comment-face)
21024         (font-lock-doc-face):
21025         * textmodes/texinfo.el (outline-heading-alist):
21026         Add defvars.
21028         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21029         (artist-spray-chars, artist-mode-init, artist-replace-string)
21030         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21031         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21032         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21034         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21035         (conf-align-assignments): "?\ " -> "?\s".
21037         * textmodes/reftex-index.el (TeX-master): Add defvar.
21038         (reftex-index-phrases-marker): Move up defvar.
21040         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21041         (reftex-toc-include-labels-indicator)
21042         (reftex-toc-include-index-indicator)
21043         (reftex-toc-max-level-indicator): Move up declarations.
21045         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21046         of args to `tramp-run-real-handler', even if it's empty in this case.
21048 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21050         * dired.el (dired-move-to-filename-regexp): Add date format for
21051         Mac OS X 10.3 in East Asian locales.
21053 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21055         * files.el (make-auto-save-file-name): Add file name handler call
21056         if applicable.
21058         * net/tramp.el (tramp-file-name-handler-alist)
21059         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21060         (tramp-handle-make-auto-save-file-name): Rename from
21061         `tramp-make-auto-save-file-name'.
21062         (tramp-exists-file-name-handler): New defun.
21063         (tramp-advice-make-auto-save-file-name): Make defadvice only when
21064         `make-auto-save-file-name' is not a magic file name operation.
21066 2005-08-30  Richard M. Stallman  <rms@gnu.org>
21068         * files.el (risky-local-variable-p):
21069         Match `-predicates' and `-commands.
21071         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21072         (custom-save-all): Visit the file if necessary;
21073         kill the buffer if we created it.
21074         (custom-save-delete): Don't visit file or kill buffer here.
21076 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
21078         * textmodes/org.el (org-special-keyword): New face.
21079         (org-table-copy-down, org-table-eval-formula)
21080         (org-table-recalculate, org-init-section-numbers):
21081         Use `string-to-number' instead of `string-to-int'.
21082         (org-get-location): Use `insert-buffer-substring' instead of
21083         `insert-buffer'.
21084         (org-modify-diary-entry-string): New function.
21085         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21086         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21087         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21088         active region.
21089         (org-export-as-html): Handle QUOTE keyword.
21090         (org-quote-string): New option.
21091         (org-bookmark-jump-unhide): New function, used for
21092         `bookmark-after-jump-hook'.
21093         (org-diary-default-entry): Apply only when not called through
21094         `org-agenda'.
21096 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
21098         * net/eudc.el (mode-popup-menu):
21099         * play/handwrite.el (ps-printer-name, ps-lpr-command):
21100         * progmodes/ada-mode.el (compile-auto-highlight)
21101         (skeleton-further-elements):
21102         * progmodes/autoconf.el (font-lock-syntactic-keywords):
21103         * progmodes/cmacexp.el (msdos-shells):
21104         * progmodes/compile.el (font-lock-extra-managed-props)
21105         (font-lock-keywords, font-lock-maximum-size)
21106         (font-lock-support-mode):
21107         * progmodes/grep.el (font-lock-lines-before):
21108         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21109         * progmodes/mixal-mode.el (compile-command):
21110         * progmodes/perl-mode.el (font-lock-comment-face)
21111         (font-lock-doc-face, font-lock-string-face):
21112         * progmodes/prolog.el (comint-prompt-regexp):
21113         * progmodes/sh-script.el (font-lock-comment-face)
21114         (font-lock-set-defaults, font-lock-string-face):
21115         * progmodes/sql.el (font-lock-keyword-face)
21116         (font-lock-set-defaults, font-lock-string-face):
21117         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21118         (itimer-version, lazy-lock-defer-contextually)
21119         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21120         Add defvars.
21122         * progmodes/cperl-mode.el (cperl-electric-lbrace)
21123         (cperl-electric-keyword, cperl-electric-pod)
21124         (cperl-electric-backspace, cperl-forward-re)
21125         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21126         (vc-rcs-header, vc-sccs-header): Add defvars.
21128         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21129         (font-lock-syntactic-keywords, gud-find-expr-function):
21130         Add defvars.
21132         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21133         (gdb-frame-parameters): Declare before use.
21135         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21136         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21137         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21138         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21140         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21141         (idlwave-help-with-source): Use `insert-buffer-substring', not
21142         `insert-buffer'.
21144 2005-08-29  Juri Linkov  <juri@jurta.org>
21146         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21147         Put outline-back-to-heading function call inside save-excursion.
21149 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
21151         * man.el (Man-init-defvars, Man-translate-references)
21152         (Man-support-local-filenames, Man-highlight-references):
21153         * progmodes/sql.el (sql-interactive-mode):
21154         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21156         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21157         (compilation-mode-font-lock-keywords): Add defvars.
21158         (checkdoc-interactive-loop): "?\ " -> "?\s".
21160         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21161         (font-lock-doc-face, font-lock-string-face)
21162         (font-lock-keywords-case-fold-search): Add defvars.
21163         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21165         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21166         Don't pass X and Y (they are ignored anyway).
21167         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21168         (mouse-delete-window): Make arguments optional.
21170         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21171         (caesar-translate-table, minor-modes, news-buffer-save)
21172         (news-group-name, news-minor-modes): Add defvars.
21174         * emacs-lisp/lselect.el (mouse-highlight-priority)
21175         (x-lost-selection-functions, zmacs-regions):
21176         * emacs-lisp/pp.el (font-lock-verbose):
21177         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21178         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21179         (ses-mode-map):
21180         * emacs-lisp/tcover-unsafep.el (safe-functions):
21181         * international/mule-cmds.el (mac-system-coding-system)
21182         (mac-system-locale):
21183         * language/ethio-util.el (rmail-current-message)
21184         (rmail-message-vector):
21185         * language/thai-util.el (thai-auto-composition-mode):
21186         * mail/metamail.el (rmail-current-message, rmail-message-vector):
21187         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21188         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21189         (vm-primary-inbox, vm-spool-files):
21190         * mail/rmail.el (deleted-head, font-lock-fontified)
21191         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21192         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21193         (total-messages):
21194         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21195         (rmail-summary-mode-map):
21196         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21197         (rmail-last-label, rmail-last-multi-labels)
21198         (rmail-summary-vector, rmail-total-messages):
21199         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21200         * mail/rmailsum.el (msgnum):
21201         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21202         (rmail-current-message):
21203         * obsolete/fast-lock.el (font-lock-face-list):
21204         * obsolete/rnewspost.el (mail-reply-buffer):
21205         * obsolete/scribe.el (compile-command):
21206         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21208 2005-08-28  John Paul Wallington  <jpw@gnu.org>
21210         * ibuf-ext.el (ibuffer-auto-update-changed):
21211         Use `frame-or-buffer-changed-p' to check whether we need to update.
21212         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21213         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
21214         as a `frame-or-buffer-changed-p' state vector instead.
21216 2005-08-27  Romain Francoise  <romain@orebokech.com>
21218         * textmodes/makeinfo.el (makeinfo-compile):
21219         Use `compilation-start'.  Set `next-error-function' according to
21220         `disable-errors'.
21221         (makeinfo-next-error): New function.
21222         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21223         (makeinfo-buffer): Likewise.
21225         * progmodes/compile.el (compilation-start): Add autoload cookie.
21227         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21228         * textmodes/sgml-mode.el: Likewise.
21229         * progmodes/python.el: Likewise.
21231 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
21233         * simple.el (blink-matching-paren-distance): Document the meaning
21234         of nil value, and allow to customize to nil.
21236         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21237         command.com, not command.exe.
21239 2005-08-26  John Wiegley  <johnw@newartisans.com>
21241         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21242         code around a bit so that an extraneous nil argument is not added
21243         to a command when no args are given.
21245         * eshell/esh-arg.el (eshell-parse-double-quote): If a
21246         double-quoted argument resolves to nil, return it as an empty
21247         string rather than as nil.  This made it impossible to pass "" to
21248         a shell script as a null string argument.
21250 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21252         * outline.el (outline-invent-heading): New fun.
21253         (outline-promote, outline-demote): Use it.
21254         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21255         (outline-end-of-subtree): Remove unused var `opoint'.
21257 2005-08-26  David Reitter  <david.reitter@gmail.com>
21259         * menu-bar.el (truncate-lines, write-file, print-buffer)
21260         (ps-print-buffer-faces, ps-print-buffer, split-window):
21261         Disable menu items when the frame they refer to is invisible, or when
21262         they refer to a buffer and the minibuffer is selected.
21264 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
21266         * progmodes/flymake.el (flymake-highlight-err-lines):
21267         Use save-excursion around flymake-highlight-line to preserve point.
21269 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
21271         * progmodes/octave-mod.el: Change Author and Maintainer address.
21272         (octave-maintainer-address): Change Kurt's email address.
21273         * progmodes/octave-inf.el: Change Author and Maintainer address.
21274         * progmodes/octave-hlp.el: Change Author and Maintainer address.
21276 2005-08-26  Kim F. Storm  <storm@cua.dk>
21278         * subr.el (version-list-<, version-list-<=, version-list-=):
21279         Rename from integer-list-*.
21280         (version-list-not-zero): Likewise.  Fix while loop.
21281         (version=): Use version-list-= instead of string-equal.
21283 2005-08-26  Richard M. Stallman  <rms@gnu.org>
21285         * outline.el (outline-promote): Try shortening the heading.
21286         As last resort, read the heading to use.
21287         (outline-demote): As last resort, read the heading to use.
21289 2005-08-26  Romain Francoise  <romain@orebokech.com>
21291         * progmodes/compile.el (compilation-start): Doc fix.
21293         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21294         (antlr-font-lock-additional-keywords): Fix reference to
21295         `antlr-font-lock-literal-regexp' erroneously changed during the
21296         mass face rename.
21297         (antlr-run-tool): Use `compilation-start'.
21299         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21300         instead of the obsolete `compile-internal'.
21302 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
21304         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21305         (number, original-date):
21306         * calendar/cal-china.el (date):
21307         * calendar/cal-coptic.el (date):
21308         * calendar/cal-french.el (date):
21309         * calendar/cal-hebrew.el (date, entry, number, original-date):
21310         * calendar/cal-islam.el (date, number, original-date):
21311         * calendar/cal-iso.el (date):
21312         * calendar/cal-julian.el (date):
21313         * calendar/cal-mayan.el (date):
21314         * calendar/cal-menu.el (date, event):
21315         * calendar/cal-persia.el (date):
21316         * calendar/lunar.el (date):
21317         * calendar/solar.el (date): Add defvars.
21319         * emerge.el:
21320         * ibuffer.el:
21321         * info-xref.el:
21322         * obsolete/bg-mouse.el:
21323         * obsolete/sun-curs.el:
21324         * obsolete/swedish.el: Move the `defvar's to the top level.
21326         * smerge-mode.el (smerge-refined-change): Add :group.
21328 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21330         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21331         (smerge-keep-n): Remove props.
21332         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21333         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21334         now that it's done in smerge-keep-n.
21335         (smerge-refined-change): New face.
21336         (smerge-refine-chopup-region, smerge-refine-highlight-change)
21337         (smerge-refine): New funs.
21338         (smerge-basic-map): Bind smerge-refine.
21340 2005-08-25  Juri Linkov  <juri@jurta.org>
21342         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21343         compilation-process-setup-function and compilation-disable-input
21344         in grep-mode instead of let-bindings in grep.
21346         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21347         Delete "Automatic File De/compression" (auto-compression-mode).
21349 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
21351         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21352         Silence warning about non-existent variable.
21354 2005-08-25  Richard M. Stallman  <rms@gnu.org>
21356         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21357         Rename "Describe Key" to "Describe Key or Mouse Operation".
21359         * mail/mailalias.el (build-mail-aliases): Delete comments
21360         from the contents before processing them.
21362         * isearch.el (isearch-edit-string): Erase the Search prompt
21363         if user enters an empty string and there is no default.
21365         * comint.el (comint-file-name-prefix): Add autoload.
21367 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
21369         * subr.el (play-sound): Rearrange to avoid warning.
21371 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
21373         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21374         New hook.
21375         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21377 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21379         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21381         * custom.el (custom-theme-set-variables): Sort minor modes last.
21383 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21385         * subr.el (version-separator, version-regexp-alist): New vars used by
21386         version comparison funs.
21387         (integer-list-<, integer-list-=, integer-list-<=)
21388         (integer-list-not-zero): New funs for integer list comparison.
21389         (version-to-list, version=, version<, version<=): New funs for version
21390         comparison.
21392 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
21394         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21395         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21396         time to silence the byte-compiler.
21398         * ibuffer.el (ibuffer-compile-make-eliding-form)
21399         (ibuffer-check-formats): Use `with-no-warnings' to hide references
21400         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21401         so it's silly to get warnings for it).
21402         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21403         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21404         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21405         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21406         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21407         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21408         Defvar at compile time.
21409         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21410         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21411         Declare them before use.
21413         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21414         (info-xref-good, info-xref-bad): Defvar at compile time.
21416         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21417         Use `let*' instead of `let'.
21419         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21420         (*mouse-y*, menu, char): Defvar at compile time.
21421         (sc::menu): Declare it before use.
21422         (sc::pack-one-line): Use `let', not `let*'.
21424         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21425         (mail-send-hook): Defvar at compile time.
21427         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21428         Defvar at compile time.
21430         * term/sun-mouse.el (current-global-mousemap)
21431         (current-local-mousemap): Declare them before use.
21433 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
21435         * bookmark.el (bookmark-after-jump-hook): New hook.
21436         (bookmark-jump): Run `bookmark-after-jump-hook'.
21438 2005-08-23  Juri Linkov  <juri@jurta.org>
21440         * faces.el (minibuffer-prompt): Doc fix.
21442 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
21444         * progmodes/xscheme.el: Trivial changes to silence warnings.
21445         (xscheme-previous-mode, xscheme-previous-process-state):
21446         Add defvars.
21447         (xscheme-last-input-end, xscheme-process-command-line)
21448         (xscheme-process-name, xscheme-buffer-name)
21449         (xscheme-expressions-ring-max, xscheme-expressions-ring)
21450         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21451         (xscheme-control-g-synchronization-p)
21452         (xscheme-control-g-disabled-p, xscheme-string-receiver)
21453         (default-xscheme-runlight, xscheme-runlight)
21454         (xscheme-runlight-string, xscheme-process-filter-state)
21455         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21456         Move to beginning of file.
21457         (scheme-interaction-mode-commands-alist)
21458         (scheme-interaction-mode-map, scheme-debugger-mode-map):
21459         Declare them before use.  Note: the initialization code for the
21460         variables has not been moved because it uses functions that reference
21461         the variables.
21462         (xscheme-control-g-message-string, xscheme-process-filter-alist)
21463         (xscheme-prompt-for-expression-map): Declare them before use.
21464         (scheme-debugger-mode-commands): "?\ " -> "?\s".
21466 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
21468         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21470 2005-08-22  Juri Linkov  <juri@jurta.org>
21472         * faces.el (set-face-underline): Delete this duplicate function
21473         and make an obsolete alias to set-face-underline-p.
21474         (set-face-underline-p): Use docstring of set-face-underline.
21475         (describe-face): Create hyperlink to parent face.
21477         * info.el (Info-insert-dir): Use save-excursion around
21478         insert-buffer-substring.
21479         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21480         (Info-escape-percent): Delete function.
21481         (Info-fontify-node): Replace Info-escape-percent by
21482         replace-regexp-in-string with REP arg set to lambda that
21483         duplicates `%' and preserves text properties.
21485         * progmodes/compile.el (compilation-disable-input): Doc fix.
21486         (define-compilation-mode): Doc fix and refill.
21487         (kill-compilation): Use `mode-name' in the error message.
21488         (compilation-find-file): Use `compilation-error' in the
21489         read-file-name's prompt.
21491 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21493         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21494         (smerge-auto-leave): Make undo re-enable the mode.
21495         (debug-ignored-errors): Add the user-error of impossible resolution.
21496         (smerge-resolve): Move things around a bit, in preparation for later.
21497         (smerge-diff): Don't fail if the buffer has no associated file.
21498         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21499         (smerge-conflict-overlay): New function.
21500         (smerge-match-conflict): Don't add text properties here.
21501         (smerge-find-conflict): Instead, add an overlay here.
21502         Also check for the case where we're inside a conflict already, so as to
21503         obviate the need for font-lock-multiline, which is unbearably slow with
21504         large conflicts and ciomplex font-lock patterns.
21505         (smerge-remove-props): Remove overlay rather than text-properties.
21506         (smerge-mode): Don't set font-lock-multiline.
21507         Remove overlays when turned off.
21509 2005-08-21  Kim F. Storm  <storm@cua.dk>
21511         * ido.el (ido-ignore-item-p): Use save-match-data.
21512         Bind case-fold-search to ido-case-fold locally.
21514 2005-08-20  Richard M. Stallman  <rms@gnu.org>
21516         * files.el (normal-mode): If font lock is on, turn it off and on.
21518         * subr.el (replace-regexp-in-string): Doc fix.
21520         * startup.el (command-line-1): Don't suppress startup screen
21521         due to existing processes.
21523         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21525         * progmodes/compile.el (compilation-disable-input): Default to nil.
21527 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21529         * progmodes/compile.el (compilation-disable-input): New defcustom.
21530         (compilation-start): If compilation-disable-input is non-nil, send
21531         EOF to the compilation process.
21533 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
21535         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21536         Run the argument of tex-shell-cd-command through
21537         convert-standard-filename, to get the correct style of slashes on
21538         Windows, and enclose the result in quotes, in case the file name
21539         includes whitespace or other special characters.
21541 2005-08-19  Andreas Schwab  <schwab@suse.de>
21543         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21544         process.
21546 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
21548         * cus-start.el (minibuffer-prompt-properties): Correct typo.
21550 2005-08-18  Kim F. Storm  <storm@cua.dk>
21552         * scroll-lock.el: Fix errors due to incorrect line wrapping.
21554 2005-08-18  Richard M. Stallman  <rms@gnu.org>
21556         * scroll-lock.el: New file.
21558 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
21560         * dired.el (dired-move-to-end-of-filename):
21561         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21563 2005-08-18  Kim F. Storm  <storm@cua.dk>
21565         * ido.el (ido-everywhere): Fix defcustom :set function to disable
21566         rather than toggle mode when custom value is nil.
21567         (ido-everywhere): Fix defun doc string.
21569 2005-08-17  Richard M. Stallman  <rms@gnu.org>
21571         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21572         as tag instead of "Inviolable".
21574 2005-08-17  Kim F. Storm  <storm@cua.dk>
21576         * windmove.el (windmove-coordinates-of-position): Remove.
21577         (windmove-coordinates-of-window-position): Remove.
21578         (windmove-reference-loc): Use posn-at-point instead.
21580         * subr.el (insert-for-yank-1): Doc fix.
21582         * ido.el (ido-enter-matching-directory): Rename from
21583         ido-enter-single-matching-directory.  Change `slash' choice to
21584         `only'.  Add `first' choice.
21585         (ido-exhibit): Adapt to above changes.
21587 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
21589         * Makefile.in: Expand comment about building loaddefs.el.
21591 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
21593         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21594         Comment use of defadvice.
21596         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21598 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
21600         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21601         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21602         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21603         * progmodes/idlw-shell.el, progmodes/ld-script.el,
21604         * progmodes/which-func.el, ruler-mode.el, strokes.el,
21605         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21606         for backward compatibility for faces that did not appear in the
21607         previous Emacs release.
21609         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21611 2005-08-15  Kim F. Storm  <storm@cua.dk>
21613         * emulation/cua-base.el (cua-delete-region): Return t if
21614         deleted region was non-empty.
21615         (cua-replace-region): Inhibit overwrite-mode for
21616         self-insert-command if replaced region was non-empty.
21617         (cua--explicit-region-start, cua--status-string): Make them
21618         buffer-local at top-level...
21619         (cua-mode): ...rather than when mode is enabled.
21621 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
21623         * progmodes/vhdl-mode.el (vhdl-emacs-21):
21624         Set t for Emacs 21, 22, and so on.
21626 2005-08-15  David Ponce  <david@dponce.com>
21628         * tree-widget.el: Update Commentary header.
21629         (tree-widget-theme): Doc fix.
21630         (tree-widget-space-width): New option.
21631         (tree-widget-image-properties): Look up in the default theme too.
21632         (tree-widget--cursors): Only for images with arrow pointer shape.
21633         (tree-widget-lookup-image): Pointer shape is hand by default.
21634         (tree-widget-icon): Rename generic icon widget from
21635         `tree-widget-control'.
21636         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
21637         derive from `tree-widget-icon'.
21638         (tree-widget-handle): Improve default look and feel of the text
21639         representation.
21640         (tree-widget): Rename :*-control properties to :*-icon properties.
21641         Add :action and :help-echo properties.
21642         (tree-widget-after-toggle-functions): Move.
21643         (tree-widget-close-node, tree-widget-open-node): Remove.
21644         (tree-widget-before-create-icon-functions): New hook.
21645         (tree-widget-value-create): Update to allow customization of icons
21646         and nodes at run-time via that new hook.
21647         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
21648         (tree-widget-icon-action, tree-widget-icon-help-echo)
21649         (tree-widget-action, tree-widget-help-echo): New functions.
21651 2005-08-15  Kim F. Storm  <storm@cua.dk>
21653         * ido.el (ido-buffer-internal): Use with-no-warnings.
21654         (ido-make-merged-file-list): Use while-no-input.
21656 2005-08-15  Richard M. Stallman  <rms@gnu.org>
21658         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
21659         (flyspell-large-region): Fix doc and custom type.
21661 2005-08-14  Richard M. Stallman  <rms@gnu.org>
21663         * files.el (interpreter-mode-alist): Doc fix.
21665         * mail/rmail.el (rmail-nonignored-headers): New variable.
21666         (rmail-clear-headers): Use it.
21667         (rmail-reply): Better handling of mail-followup-to header.
21669         * progmodes/sh-script.el (sh-font-lock-keywords-var):
21670         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
21671         don't try to refer to executable-font-lock-keywords.
21672         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
21673         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
21674         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
21675         (sh-mode): Set comment-start-skip, local-abbrev-table,
21676         imenu-case-fold-search.
21677         (sh-set-shell): Don't set them here.
21678         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
21679         Don't cache the results in the original alist; don't ever modify
21680         that alist.
21682         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
21684         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
21685         empty.
21687 2005-08-15  Andreas Schwab  <schwab@suse.de>
21689         * desktop.el: Put autoload cookie at risky-local-variable declarations.
21691         * dired.el, info.el, mail/rmail.el: Revert last change.
21693 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
21695         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
21696         modification in `eval-after-load' form.
21697         * info.el: Likewise.
21698         * mail/rmail.el: Likewise.
21700 2005-08-14  Juri Linkov  <juri@jurta.org>
21702         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21703         Remove highlighting of "Compilation started".  Highlight only
21704         the word "finished" in "Compilation finished".  Add highlighting
21705         of "interrupt", "killed", "terminated" and the exit code.
21706         (compilation-start): Add newline after header.  Use exactly the
21707         same time stamp format as the finishing message.
21708         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
21710         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
21711         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
21712         Add highlighting of "interrupt", "killed", "terminated".
21714         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
21715         enabled and the current command is self-insert-command, call it
21716         explicitly with overwrite-mode bound to nil, to not allow it
21717         to delete the character after the selected region.
21719 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
21721         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
21722         move-end-of-line, end-of-line, and beginning-of-line to the list
21723         of commands after which the echo area is updated.
21725 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
21727         * cus-edit.el (custom-save-all, custom-save-delete):
21728         Bind recentf-exclude to exclude custom-file.
21730 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
21732         * mail/rmailsum.el (rmail-summary-end-of-message): New command
21733         to go to the bottom of the mail message.  Added to
21734         `rmail-summary-mode-map' with key "/".
21735         (rmail-summary-show-message): New (internal) function for use by
21736         both `rmail-summary-beginning/end-of-message'.
21737         (rmail-summary-beginning-of-message): Change to use
21738         rmail-summary-show-message.
21740         * mail/rmail.el (rmail-end-of-message): New command to go to the
21741         end of the current message.  Added to `rmail-mode-map' with key "/".
21742         (rmail-beginning-of-message): Fix to work as documented.
21743         (rmail-mode): Change documentation.
21745         * progmodes/compile.el (compilation-start): Add the line
21746         "Compilation started" with compilation start time.
21747         (compilation-mode-font-lock-keywords): Add `started' to keywords.
21749 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
21751         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
21752         of menu items.
21754 2005-08-11  Richard M. Stallman  <rms@gnu.org>
21756         * simple.el (pop-global-mark): Reverse test of widen-automatically.
21758         * battery.el (battery-status-function): Don't use ignore-errors.
21760 2005-08-11  Lute Kamstra  <lute@gnu.org>
21762         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
21763         define-obsolete-variable-alias.
21765 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21767         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
21768         (ange-ftp-send-cmd): Revert last change, and expand
21769         the comment explaining the problem.
21771 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
21773         * ldefs-boot.el: Update.
21775         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
21776         item to "Time, Load and Mail".  Change help echo text.
21778         * time.el (display-time-use-mail-icon, display-time-format)
21779         (display-time-string-forms): Shorten first line of docstrings.
21781 2005-08-10  Lars Hansen  <larsh@soem.dk>
21783         * desktop.el (desktop-buffer-mode-handlers):
21784         Make non-customizable.  Add autoload cookie.  Change initial value to
21785         nil; add elements in respective modules instead.  Fix doc string.
21786         (desktop-load-file): New function.
21787         (desktop-minor-mode-handlers): New autoloaded variable.
21788         (desktop-create-buffer): Call minor mode handlers.
21789         Use desktop-load-file to load major and minor mode modules prior to
21790         checking for a handler.
21791         (desktop-save): Don't add nil to desktop-minor-modes for minor
21792         modes with nil function in desktop-minor-mode-table.  Don't delete
21793         desktop file before rewriting it.
21794         (desktop-locals-to-save): Add autoload cookie.  Don't make
21795         automatically buffer-local.  Add variables column-number-mode,
21796         size-indication-mode, indent-tabs-mode,
21797         indicate-buffer-boundaries, indicate-empty-lines and
21798         show-trailing-whitespace.
21799         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
21800         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
21801         (desktop-clear-preserve-buffers-regexp): Delete.
21802         (desktop-clear-preserve-buffers): Update initial value and docstring.
21803         (desktop-save-buffer): Fix doc string.
21805         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
21806         (hilit-chg-desktop-restore): New function.
21807         (highlight-changes-mode): Add highlight-changes-mode to
21808         desktop-locals-to-save.
21810         * dired.el: Add handler to desktop-buffer-mode-handlers.
21811         (dired-restore-desktop-buffer): Remove autoload cookie.
21812         (dired-mode): Add autoload cookie.
21814         * info.el: Add handler to desktop-buffer-mode-handlers.
21815         (Info-restore-desktop-buffer): Remove autoload cookie.
21816         (Info-mode): Add autoload cookie.
21818         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
21819         (mh-restore-desktop-buffer): Remove autoload cookie.
21820         (mh-folder-mode): Add autoload cookie.
21822         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
21823         (rmail-restore-desktop-buffer): Remove autoload cookie.
21825 2005-08-11  Masatake YAMATO  <jet@gyve.org>
21827         * hexl.el (hexl-address-region):
21828         (hexl-ascii-region, hexl-font-lock-keywords):
21829         (hexl-highlight-line-range): Use the term "region"
21830         instead of "area" for consistency with the other symbols
21831         defined in hexl.el.
21833 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
21835         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
21836         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
21837         out by Juri Linkov).  Add `display-battery-mode'.
21839 2005-08-09  Juri Linkov  <juri@jurta.org>
21841         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21842         Remove `-text' from face variable names.
21843         (compilation-error-file-name, compilation-warning-file-name)
21844         (compilation-info-file-name): Delete faces.
21845         (compilation-line-number, compilation-column-number):
21846         Remove face underlining.
21847         (compilation-message-face): Set to `underline' value by default.
21848         (compilation-error-face, compilation-warning-face)
21849         (compilation-info-face): Remove `-file-name' from face names.
21850         (compilation-error-text-face, compilation-warning-text-face)
21851         (compilation-info-text-face): Delete face variables.
21852         (compilation-text-face): Delete function.
21854         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
21855         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
21856         (grep-error-face): Set to `compilation-error' instead of
21857         `compilation-error-face' (which is redefined to `grep-hit-face' in
21858         grep buffers).
21859         (grep-mode-font-lock-keywords): Remove `-text' from face variable
21860         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
21862         * dired-aux.el (dired-do-query-replace-regexp):
21863         Use `query-replace-read-args'.
21865         * replace.el (query-replace-read-from, query-replace-read-to)
21866         (query-replace-read-args): Rename arg `string' to `prompt'.
21868         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
21870 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
21872         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
21873         uploading files.
21874         (ange-ftp-canonize-filename): Handle file names beginning with ~
21875         correctly.
21877 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21879         * textmodes/fill.el (canonically-space-region)
21880         (fill-context-prefix, fill-french-nobreak-p)
21881         (fill-delete-newlines, fill-comment-paragraph)
21882         (justify-current-line): "?\ " -> "?\s".
21884 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
21886         * textmodes/fill.el (fill-nonuniform-paragraphs):
21887         Improve argument/docstring consistency.
21889 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21891         * textmodes/ispell.el (ispell-word): More fboundp checks.
21893         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
21894         (find-file-noselect-1): Call it here, only if RAWFILE.
21895         (normal-mode): Always set some major mode.
21896         (save-some-buffers-action-alist): Change some explanation strings.
21897         (file-name-non-special): In the `quote' method, use unwind-protect.
21899 2005-08-09  Magnus Henoch  <mange@freemail.hu>
21901         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
21902         (ispell-have-aspell-dictionaries): New variable.
21903         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
21904         (ispell-get-aspell-config-value): New function.
21905         (ispell-aspell-find-dictionary): New function.
21906         (ispell-aspell-add-aliases): New function.
21907         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
21908         appropriate.  Don't look for ispell dictionaries if we use aspell.
21909         (ispell-menu-map): Don't build a submenu of dictionaries.
21911 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21913         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
21914         (sql-read-passwd): Use read-passwd.
21916         * progmodes/idlw-toolbar.el (idlwave-toolbar)
21917         (idlwave-toolbar-is-possible): Add defvars.
21919         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
21920         Avoid warnings.
21922         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
21923         (idlwave-system-class-info, idlwave-executive-commands-alist):
21924         Use defvar.
21926         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
21928         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21929         Avoid warnings.
21931         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21932         and content-type: headers.
21934         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21936         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21937         and rename some of them to be more self-explanatory.
21939         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21941         * startup.el (command-line-1): Implement -scriptload.
21943         * replace.el (occur-engine): Initial *Occur* output not undoable.
21945         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21946         and improve help strings.
21948         * isearch.el (isearch-repeat): When changing direction,
21949         mark search successful.
21951         * ediff-init.el: Use (featurep 'xemacs).
21953         * comint.el (send-invisible): Identify buffer, if not selected.
21955         * align.el: Delete autoload for c-guess-basic-syntax.
21957 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21959         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21960         Improve argument/docstring consistency.  Doc fixes.
21961         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21962         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21963         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21964         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21965         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21966         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21967         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21968         Defvar at compile time.
21970 2005-08-09  Juri Linkov  <juri@jurta.org>
21972         * info.el: Replace `info' with upper-case `Info' where appropriate.
21973         (info-title-1, info-title-2, info-title-3, info-title-4)
21974         (info-menu-header): Move up face definitions.
21975         (info-menu-star): Rename from `info-menu-5'.
21976         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21977         (Info-fontify-visited-nodes): Fix docstring.
21978         (Info-hide-note-references): Fix docstring.
21979         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21980         menu items in the same way as on cross-references.
21981         (info-apropos): Fix sorting order and formatting to be like in the
21982         stand-alone Info browser.  Display error messages for 1 sec.
21983         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21984         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21985         from the menu bar.
21986         (Info-insert-dir): Restore point after calling
21987         `insert-buffer-substring'.
21989 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21991         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21992         (recompute-lucid-menubar): Add defvars.
21994         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21996         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21998         * net/net-utils.el (run-dig): Rename from `dig'.
22000         * play/gametree.el (gametree-mode): Use make-local-variable,
22001         not make-variable-buffer-local.
22003         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22005         * ansi-color.el (ansi-color-make-extent)
22006         (ansi-color-set-extent-face): Use fboundp, not functionp.
22008         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22009         not make-variable-buffer-local.
22011         * bookmark.el (Info-current-file): Add defvar.
22012         (bookmark-jump-noselect): Use with-no-warnings.
22014         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22016         * ebuff-menu.el (Helper-return-blurb): Add defvar.
22018         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22020         * find-file.el (ada-procedure-start-regexp)
22021         (ada-package-start-regexp): Add defvars.
22023         * info.el (Info-insert-dir): Use insert-buffer-substring.
22025         * xml.el (xml-att-def-re): Add defvar.
22027         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22028         calling convention.
22030         * subr.el (while-no-input): Return t if there is input.
22032 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
22034         * cus-start.el (all): Add `overflow-newline-into-fringe'.
22036 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
22038         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22039         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22041 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
22043         * cmuscheme.el (scheme-start-file): Replace reference to
22044         `user-emacs-directory' by "~/.emacs.d/".
22046 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
22048         * info.el (Info-dir-remove-duplicates): Avoid case folding
22049         in loop; instead, keep downcased strings for comparison.
22050         Suggested by Helmut Eller.
22052 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
22054         Sync with Tramp 2.0.50.
22056         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22057         XEmacs case; not necessary anymore.
22058         (tramp-user-regexp): Allow "@" as part of user name.
22059         (tramp-handle-set-visited-file-modtime)
22060         (tramp-handle-insert-file-contents)
22061         (tramp-handle-write-region): No special handling for
22062         `last-coding-system-used, because this is done in
22063         `tramp-accept-process-output' now.
22064         (tramp-accept-process-output): New defun.
22065         (tramp-process-one-action, tramp-process-one-multi-action)
22066         (tramp-wait-for-regexp, tramp-wait-for-output)
22067         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
22068         Howells <dhowells@redhat.com>.
22069         (clear-visited-file-modtime): Defadvice removed.  The check for
22070         unset buffer's modtime does not need to be based on
22071         `tramp-buffer-file-attributes'.  Suggested by RMS.
22072         (tramp-message): Insert "\n" if not being at beginning of line.
22073         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22074         sequence with same logic.
22075         (tramp-completion-handle-expand-file-name): Discard call of
22076         `tramp-drop-volume-letter'.  It is not necessary, and there have
22077         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22078         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22079         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22080         should always be visible.
22081         (tramp-handle-insert-directory, tramp-setup-complete)
22082         (tramp-set-process-query-on-exit-flag)
22083         (tramp-append-tramp-buffers): Pacify byte-compiler.
22084         (tramp-bug): Delete non-existing variables from list.
22085         Apply `tramp-load-report-modules' as pre-hook.
22086         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22087         `shell-prompt-pattern' because of non-7bit characters.
22088         Reported by Sebastian Luque <sluque@mun.ca>.
22089         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22090         (tramp-match-string-list): Remove function.
22091         (tramp-wait-for-regexp): Remove call of that function.
22092         Suggested by Kim F. Storm <storm@cua.dk>.
22093         (tramp-set-auto-save-file-modes): Use octal integer code #o600
22094         instead of octal character code ?\600.  The latter resulted in a
22095         syntax error with XEmacs.
22097         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22098         XEmacs case; not necessary anymore.
22099         (tramp-smb-handle-write-region): No special handling for
22100         `last-coding-system-used, because this is done in
22101         `tramp-accept-process-output' now.
22102         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22104 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
22106         * wid-edit.el (widget-choice-value-create):
22107         Unconditionally respect user choice.  Set :explicit-choice back to nil
22108         when no longer needed.
22109         (widget-choice-action): Unconditionally respect user choice.
22110         Eliminate :explicit-choice-value.
22112         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22114         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22115         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22116         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22117         running new function `toggle-indicate-empty-lines'.
22118         Rename "Customize" item to "Customize fringe".
22119         Rename "Indicators" item to "Buffer boundaries" and change help echo.
22120         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22121         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22122         Delete "Empty lines only" item.
22123         (menu-bar-showhide-fringe-ind-customize): New function.
22124         (menu-bar-showhide-fringe-ind-mixed)
22125         (menu-bar-showhide-fringe-ind-box)
22126         (menu-bar-showhide-fringe-ind-right)
22127         (menu-bar-showhide-fringe-ind-left)
22128         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22129         instead of `fringe-indicators'.
22131 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22133         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22134         Change the date of last update.
22136 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22138         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22139         (viper-exec-yank, viper-put-back): Don't display modification msg
22140         if in the minibuffer.
22142         * viper-init.el (viper-replace-overlay-cursor-color)
22143         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22144         Make variables frame local.
22146         * viper-util.el (viper-append-filter-alist): Use append instead of
22147         nconc.
22149         * viper.el (viper-vi-state-mode-list)
22150         (viper-emacs-state-mode-list): Move help-mode and
22151         completion-list-mode from the first list to the second.
22152         (viper-mode): Docstring.
22153         (viper-go-away, viper-non-hook-settings): Don't localize
22154         minor-mode-alist in newer Emacsen.  Add advice to
22155         set-cursor-color.  Don't bind "\C-c\\".
22157 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
22159         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22160         (scheme-macro-expand-command): New user options.
22161         (scheme-trace-procedure, scheme-expand-current-form): New commands.
22162         (scheme-form-at-point, scheme-start-file)
22163         (scheme-interactively-start-process): New functions.
22164         (scheme-get-process): New function, extracted from `scheme-proc'.
22165         (run-scheme): Call `scheme-start-file' to get start file, and pass
22166         it to `make-comint'.
22167         (switch-to-scheme, scheme-proc):
22168         Call `scheme-interactively-start-process' if no Scheme buffer/process
22169         is available.
22171 2005-08-06  Juri Linkov  <juri@jurta.org>
22173         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22174         Use `compilation-text-face', `compilation-info-text-face' and
22175         `compilation-error-text-face' instead of `font-lock-keyword-face'.
22176         (compilation-error): New face.
22177         (compilation-error-file-name): Inherit from
22178         `compilation-error' instead of `font-lock-warning-face'.
22179         (compilation-warning-file-name): Inherit from
22180         `compilation-warning' instead of `font-lock-warning-face'.
22181         (compilation-info, compilation-error-file-name)
22182         (compilation-warning-file-name, compilation-info-file-name)
22183         (compilation-line-number, compilation-column-number): Doc fix.
22184         (compilation-error-text-face, compilation-warning-text-face)
22185         (compilation-info-text-face): New face variables.
22186         (compilation-line-face, compilation-column-face)
22187         (compilation-enter-directory-face)
22188         (compilation-leave-directory-face): Doc fix.
22189         (compilation-text-face): New function.
22191         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22192         instead of 1 to display binary file names as info file links.
22193         (grep-error-face): Use `compilation-error-face' instead of
22194         `font-lock-keyword-face'.
22195         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22196         and `compilation-warning-text-face' instead of
22197         `font-lock-keyword-face'.  Use `compilation-error-text-face'
22198         instead of `grep-error-face'.
22200 2005-08-05  Kenichi Handa  <handa@m17n.org>
22202         * international/code-pages.el: Add autoload cookies for all coding
22203         systems.
22205 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
22207         * cus-start.el (all): Put undo.c where it alphabetically belongs.
22209 2005-08-04  Juri Linkov  <juri@jurta.org>
22211         * progmodes/compile.el (compilation-mode-map):
22212         * progmodes/grep.el (grep-mode-map):
22213         Bind TAB to `compilation-next-error' and [backtab] to
22214         `compilation-previous-error'.
22216         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22217         matching line numbers, column numbers and their ranges with regexp
22218         matching only line numbers.
22219         (grep-context-face): New face variable.
22220         (grep-mode-font-lock-keywords): Use it.
22222         * faces.el (read-face-name): Delete duplicate faces.
22224 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
22226         * thumbs.el (thumbs-find-image): Don't make variables
22227         automatically buffer local.
22228         (thumbs-current-tmp-filename, thumbs-current-image-filename)
22229         (thumbs-image-num): Make automatically buffer local.
22230         (thumbs-show-thumbs-list): Use `make-local-variable', not
22231         `make-variable-buffer-local'.
22232         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22234         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22235         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22236         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22237         (bother, bye, canyou, chatlst, continue, deathlst, describe)
22238         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22239         (feelings-about, foullst, found, hello, history, howareyoulst)
22240         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22241         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22242         (neglst, obj, object, owner, please, problems, qlist)
22243         (random-adjective, relation, remlst, repetitive-shortness)
22244         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22245         (shortlst, something, sportslst, stallmanlst, states, subj)
22246         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22247         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22248         Defvar at compile time.
22250         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22251         not `make-variable-buffer-local'.
22253 2005-08-02  Kim F. Storm  <storm@cua.dk>
22255         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22256         rectangle overlay in selected window.
22258 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
22260         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22261         instead of display group.  Make `indicate-buffer-boundaries'
22262         customizable through Custom.
22264 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
22266         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22267         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22268         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22269         (gdb-put-string): Fix typos in docstrings.
22271 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
22273         Update copyright notices of files in progmodes directory for
22274         release of Emacs 22.1.
22276         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22278         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22279         Don't barf if the GUD buffer has been killed.
22281 2005-08-01  Kim F. Storm  <storm@cua.dk>
22283         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22285 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22287         * simple.el (next-error-follow-minor-mode):
22288         make-variable-buffer-local -> make-local-variable.
22290         * emacs-lisp/cl-extra.el: Require CL also when compiling.
22292         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22293         (byte-compile-form-make-variable-buffer-local): New functions to warn
22294         about misuses of make-variable-buffer-local where make-local-variable
22295         was meant.
22297 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
22299         * bs.el (bs-attributes-list): Doc fix.
22300         (bs): Update url-link.
22302         * desktop.el (desktop-save-buffer): Fix typos in docstring.
22303         (desktop-load-default): Simplify.
22305         * ibuffer.el (ibuffer-columnize-and-insert-list)
22306         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22307         (ibuffer-unmark-all, ibuffer-toggle-marks)
22308         (ibuffer-unmark-forward, ibuffer-unmark-backward)
22309         (ibuffer-compile-make-format-form, ibuffer-format-column)
22310         (ibuffer-current-buffers-with-marks)
22311         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22312         (ibuffer): Doc fix.
22313         (ibuffer-mode): Fix typo in docstring.
22314         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22315         with `define-obsolete-variable-alias'.
22316         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22318 2005-07-29  Kenichi Handa  <handa@m17n.org>
22320         * international/mule-cmds.el (select-message-coding-system):
22321         Be sure to use LF for end-of-line.  If no coding system is decided,
22322         return iso-8859-1-unix.
22324 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22326         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22327         (ange-ftp-pending-error-line): New vars.
22328         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22329         to handle the non-fatal no-route-to-host messages.
22330         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22332 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
22334         * isearch.el (isearch-mode-map, isearch-other-meta-char)
22335         (isearch-quote-char, isearch-printing-char)
22336         (isearch-text-char-description): "?\ " -> "?\s".
22337         (isearch-lazy-highlight-cleanup)
22338         (isearch-lazy-highlight-initial-delay)
22339         (isearch-lazy-highlight-interval)
22340         (isearch-lazy-highlight-max-at-a-time)
22341         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22342         Declare with define-obsolete-*-alias macros.
22343         (isearch-forward): Fix typo in docstring.
22344         (search-invisible, search-ring-yank-pointer)
22345         (regexp-search-ring-yank-pointer): Doc fixes.
22347         * recentf.el (recentf-menu-append-commands-p): Declare with
22348         `define-obsolete-variable-alias'.
22349         (recentf-max-saved-items, recentf-menu-filter)
22350         (recentf-arrange-by-rule-subfilter): Doc fixes.
22351         (recentf-menu-append-commands-flag)
22352         (recentf-initialize-file-name-history, recentf-expand-file-name)
22353         (recentf-clear-data): Fix typos in docstrings.
22355 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
22357         * progmodes/gdb-ui.el: Smarten comments.
22358         (gdb-info-breakpoints-custom): Use nowarn when finding file.
22360 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
22362         * term/apollo.el (terminal-init-apollo): New function containing
22363         all former top level forms in the file.
22364         * term/bobcat.el (terminal-init-bobcat):
22365         * term/cygwin.el (terminal-init-cygwin):
22366         * term/iris-ansi.el (terminal-init-iris-ansi):
22367         * term/linux.el (terminal-init-linux):
22368         * term/news.el (terminal-init-news):
22369         * term/rxvt.el (terminal-init-rxvt):
22370         * term/sun.el (terminal-init-sun):
22371         * term/tvi970.el (terminal-init-tvi970):
22372         * term/vt100.el (terminal-init-vt100):
22373         * term/vt102.el (terminal-init-vt102):
22374         * term/vt125.el (terminal-init-vt125):
22375         * term/vt200.el (terminal-init-vt200):
22376         * term/vt201.el (terminal-init-vt201):
22377         * term/vt220.el (terminal-init-vt220):
22378         * term/vt240.el (terminal-init-vt240):
22379         * term/vt300.el (terminal-init-vt300):
22380         * term/vt320.el (terminal-init-vt320):
22381         * term/vt400.el (terminal-init-vt400):
22382         * term/vt420.el (terminal-init-vt420):
22383         * term/wyse50.el (terminal-init-wyse50):
22384         * term/xterm.el (terminal-init-xterm): Likewise.
22386         * term/README: Describe the terminal-init-* functionality.
22388         * startup.el (command-line): After loading the terminal initialization
22389         file call the corresponding terminal initialization function.
22391 2005-07-27  Kenichi Handa  <handa@m17n.org>
22393         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22394         negative.
22396         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22397         (ps-mule-composition-prologue): Fix for the case that
22398         RelativeCompose is false.
22400 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22402         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22404         * descr-text.el (describe-char): Handle the case where the list of
22405         chars is displayed in a separate frame.
22406         Be a bit more discriminating when looking for the char.
22408 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
22410         * bookmark.el (bookmark-automatically-show-annotations)
22411         (bookmark-read-annotation-text-func): Doc fixes.
22412         (bookmark-save): Improve argument/docstring consistency.
22413         (bookmark-get-bookmark, bookmark-get-bookmark-record)
22414         (bookmark-alist-from-buffer)
22415         (bookmark-upgrade-file-format-from-0)
22416         (bookmark-grok-file-format-version)
22417         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22418         (bookmark-read-annotation-mode)
22419         (bookmark-insert-current-bookmark, bookmark-jump)
22420         (bookmark-exit-hook): Fix typos in docstrings.
22421         (bookmark-exit-hooks): Define as obsolete alias.
22422         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22423         not `bookmark-exit-hooks'.  Fix docstring.
22424         (bookmark-bmenu-select): "?\ " -> "?\s".
22426 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
22428         * startup.el (command-line): Fix typo.
22430 2005-07-24  Richard M. Stallman  <rms@gnu.org>
22432         * tooltip.el (tooltip-mode): Test emacs-basic-display,
22433         not emacs-quick-startup.
22435 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
22437         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22438         (reb-next-match, reb-show-subexp): Use `with-selected-window'
22439         instead of `reb-with-current-window'.
22440         (reb-prev-match): Likewise.  Also, don't move left if the search
22441         was unsuccessful.
22442         (reb-initialize-buffer): New function.
22443         (re-builder, reb-change-syntax): Use it.
22445         * man.el (Man-goto-page): Make second argument NOERROR optional.
22447 2005-07-23  Richard M. Stallman  <rms@gnu.org>
22449         * man.el (Man-bgproc-sentinel): Check here for failure to find
22450         any man page in the output, and report the error here.
22451         (Man-arguments): Make it permanent local.
22452         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
22453         (Man-mode): Pass t for NOERROR.
22455         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22456         (grep-mode-font-lock-keywords):
22457         Don't use compilation-...-face for messages that are not file names.
22459         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22460         Don't use compilation-...-face for messages that are not file names.
22462 2005-07-22  Juri Linkov  <juri@jurta.org>
22464         * startup.el (normal-splash-screen): Update menu name.
22466         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22468 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22470         * term/xterm.el: Load term/rxvt if the terminal is actually an
22471         rxvt terminal.
22472         (xterm-rxvt-set-background-mode): Remove, not used anymore.
22474         * term/rxvt.el (function-key-map): Use substitute-key-definition
22475         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
22477         * term/cygwin.el: New file.
22479 2005-07-22  Kim F. Storm  <storm@cua.dk>
22481         * image-file.el (insert-image-file, image-file-yank-handler):
22482         Fix last change to maintain a (unique) yank-handler on yanked images.
22484 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
22486         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22487         of the file size (as in "177B" for 177 bytes).  This happens with
22488         "ls -lh" on FreeBSD.
22490 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
22492         * hilit-chg.el (highlight-changes-global-initial-state)
22493         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22494         (hilit-chg-fixup, highlight-changes-mode):
22495         Fix typos in docstrings.
22496         (highlight-changes-global-modes, highlight-changes-rotate-faces):
22497         Doc fixes.
22499 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
22501         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22502         mode function using `eval-after-load'.
22504 2005-07-21  Kim F. Storm  <storm@cua.dk>
22506         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22507         included when reporting an Emacs crash, and tell about the DEBUG file.
22509         * image-file.el (insert-image-file): Add yank-handler.
22510         (image-file-yank-handler): Yank handler to make unique copies of
22511         images when they are yanked into a buffer next to each other.
22513 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
22515         * comint.el (comint-use-prompt-regexp, comint-send-input)
22516         (comint-source-default, comint-extract-string)
22517         (comint-get-source, comint-word, comint-completion)
22518         (comint-source, comint-prompt-read-only, comint-update-fence):
22519         Fix typos in docstrings.
22520         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22521         Declare with define-obsolete-*-alias macros.
22522         (comint-previous-matching-input-from-input)
22523         (comint-next-matching-input-from-input)
22524         (comint-previous-matching-input, comint-next-matching-input)
22525         (comint-forward-matching-input):
22526         Improve argument/docstring consistency.
22528         * desktop.el (desktop-clear-preserve-buffers-regexp):
22529         Also preserve the *server* buffer.
22531         * simple.el (clone-indirect-buffer): Doc fix.
22532         (fixup-whitespace, just-one-space)
22533         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22534         (next-error, next-error-highlight)
22535         (next-error-highlight-no-select, next-error-last-buffer)
22536         (next-error-buffer-p, next-error-find-buffer, next-error)
22537         (previous-error, next-error-no-select, previous-error-no-select)
22538         (open-line, split-line, minibuffer-prompt-width, kill-new)
22539         (binary-overwrite-mode): Fix typos in docstrings.
22540         (set-fill-column): Fix typo in message.
22542         * skeleton.el (skeleton-proxy-new): Doc fix.
22544         * strokes.el (strokes-load-hook): Doc fix.
22545         (strokes-grid-resolution, strokes-get-grid-position)
22546         (strokes-renormalize-to-grid, strokes-read-stroke)
22547         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22548         (strokes-global-map): Fix typos in docstrings.
22549         (strokes-help): Doc fix.  Fix help message and pass it through
22550         `substitute-command-keys'.
22552         * tempo.el (tempo-insert-prompt, tempo-interactive)
22553         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22554         (tempo-insert-string-functions, tempo-local-tags)
22555         (tempo-define-template, tempo-insert-template)
22556         (tempo-insert-prompt-compat, tempo-is-user-element)
22557         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22558         Fix typos in docstrings.
22560         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22561         (vcursor-key-bindings, vcursor-use-vcursor-map)
22562         (vcursor-find-window, vcursor-scroll-down)
22563         (vcursor-disable, vcursor-beginning-of-buffer)
22564         (vcursor-end-of-buffer): Fix typos in docstrings.
22565         (vcursor-relative-move, vcursor-get-char-count):
22566         Improve argument/docstring consistency.
22568         * version.el: "?\ " -> "?\s".
22570         * wid-edit.el (widget-default-create, widget-after-change)
22571         (widget-default-format-handler, widget-checklist-add-item)
22572         (widget-radio-add-item, widget-choose, widget-specify-secret)
22573         (widget-field-value-create, widget-field-value-get)
22574         (widget-editable-list-format-handler)
22575         (widget-editable-list-entry-create, widget-group-value-create)
22576         (widget-documentation-link-add)
22577         (widget-documentation-string-value-create): "?\ " -> "?\s".
22578         (widget-convert-text): Doc fix.
22579         (widget-narrow-to-field, widget-field-find)
22580         (widget-url-link-action, widget-emacs-library-link-action)
22581         (widget-color-notify): Fix typos in docstrings.
22583         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22584         (x-select-text, set-w32-system-coding-system)
22585         (w32-add-charset-info): Fix typos in docstrings.
22587         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22588         (cua-enable-cua-keys, cua-use-hyper-key)
22589         (cua-virtual-rectangle-edges): Fix typos in docstrings.
22590         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22592         * net/tramp.el (tramp-handle-load): Fix typo in error message.
22594         * emacs-lisp/re-builder.el (regexp-builder): Declare with
22595         `defalias' instead of faking it.
22597         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22598         (eshell-ls-missing, eshell-ls-dired-initial-args)
22599         (eshell-ls-use-in-dired): Fix typos in docstrings.
22601 2005-07-20  Kim F. Storm  <storm@cua.dk>
22603         * emulation/cua-base.el (cua-mode): Improve doc string.
22605 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
22607         * abbrev.el (expand-region-abbrevs): Doc fix.
22608         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22609         Improve argument/docstring consistency.
22611         * arc-mode.el (archive-get-descr, archive-alternate-display):
22612         Doc fixes.
22613         (archive-l-e): Improve argument/docstring consistency.
22614         (archive-tmpdir, archive-unixdate, archive-unixtime)
22615         (archive-chmod-entry): Fix typos in docstrings.
22616         (archive-unflag, archive-unflag-backwards)
22617         (archive-unmark-all-files): "?\ " -> "?\s".
22619         * buff-menu.el (Buffer-menu-unmark): Doc fix.
22620         (Buffer-menu-not-modified, Buffer-menu-execute)
22621         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22622         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22624         * composite.el (compose-string, encode-composition-rule)
22625         (compose-last-chars): Fix typos in docstrings.
22627         * desktop.el (desktop-enable, desktop-basefilename):
22628         Declare with `define-obsolete-variable-alias'.
22629         (desktop-internal-v2s): Don't quote keywords.
22630         (desktop-clear): "?\ " -> "?\s".
22632         * dired.el (dired-align-file, dired-flag-backup-files)
22633         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
22634         (dired-listing-switches, dired-ls-F-marks-symlinks)
22635         (dired-dwim-target, dired-load-hook, dired-mode-hook)
22636         (dired-directory, dired-faces, dired, dired-revert)
22637         (dired-mode, dired-summary, dired-view-file)
22638         (dired-copy-filename-as-kill, dired-delete-file)
22639         (dired-no-confirm, dired-unmark-all-marks)
22640         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
22641         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
22642         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
22643         Fix typos in message strings.
22645         * dired-x.el (virtual-dired): Declare with `defalias'.
22646         (dired-mark-unmarked-files, dired-local-variables-file)
22647         (dired-omit-here-always): Doc fix.
22648         (dired-omit-mode, dired-find-subdir)
22649         (dired-enable-local-variables, dired-clean-up-buffers-too)
22650         (dired-extra-startup, dired-mark-extension, dired-jump)
22651         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
22652         (dired-smart-shell-command, dired-guess-shell-alist-user)
22653         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
22654         (dired-x-bind-find-file, dired-x-submit-report):
22655         Fix typos in docstrings.
22656         (dired-mark-unmarked-files): "?\ " -> "?\s".
22658         * dirtrack.el (dirtrack-list): Fix typos in docstring.
22660         * faces.el (describe-face): "?\ " -> "?\s".
22661         (read-all-face-attributes, read-face-font, modify-face)
22662         (face-attr-construct, italic): Fix typos in docstrings.
22663         (frame-update-face-colors): Declare with
22664         `define-obsolete-function-alias'.
22666         * files.el (find-file-noselect, recode-file-name): Doc fixes.
22667         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
22668         (magic-mode-alist, buffer-file-numbers-unique)
22669         (write-file-functions, get-free-disk-space):
22670         Fix typos in docstrings.
22671         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
22672         (write-contents-hooks, write-file-hooks):
22673         Declare with `define-obsolete-variable-alias'.
22675         * forms-d2.el (arch-rj): Fix typo in docstrings.
22676         (arch-tocol): Likewise.  "?\ " -> "?\s".
22678         * frame.el (set-frame-font, cursor-in-non-selected-windows):
22679         Fix typo in docstring.
22680         (set-screen-width, set-screen-height): Delete redundant info in
22681         doctrings.
22682         (new-frame, screen-height, screen-width): Declare with
22683         `define-obsolete-function-alias'.
22684         (delete-frame-hook, blink-cursor): Declare with
22685         `define-obsolete-variable-alias'.
22687         * paths.el (prune-directory-list): Fix typos in docstring.
22689         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
22690         (cvs-prefix-get): Fix typos in docstrings.
22692         * ps-print.el (ps-extend-face-list, ps-extend-face)
22693         (ps-print-background-image): Fix typos in docstrings.
22694         (ps-default-fg, ps-default-bg): Doc fixes.
22696         * s-region.el (s-region-bind): Doc fix.
22697         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
22699         * textmodes/org.el (org-table-formula-substitute-names)
22700         (org-table-get-vertical-vector): Doc fixes.
22701         (org-table-recalculate): Remove unused argument to `message'.
22703 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
22705         * textmodes/org.el (org-table-column-names)
22706         (org-table-column-name-regexp)
22707         (org-table-named-field-locations): New variables.
22708         (org-archive-subtree): Protect `this-command' when calling
22709         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
22710         the kill buffer.
22711         (org-complete): Remove fixed-formula completion.
22712         (org-edit-formulas-map): New variable.
22713         (org-table-edit-formulas): New command.
22714         (org-finish-edit-formulas, org-abort-edit-formulas)
22715         (org-show-variable, org-table-get-vertical-vector): New functions.
22716         (org-table-maybe-eval-formula): Handle `:=' fields.
22717         (org-table-get-stored-formulas, org-table-store-formulas)
22718         (org-table-get-formula, org-table-modify-formulas)
22719         (org-table-replace-in-formulas): Handle named field formulas.
22720         (org-table-get-specials): Store locations of named fields.
22722 2005-07-19  Juri Linkov  <juri@jurta.org>
22724         * progmodes/grep.el (grep-regexp-alist)
22725         (grep-mode-font-lock-keywords, grep-process-setup):
22726         Use default GNU grep match color "01;31m" instead of "01;41m".
22727         (grep-regexp-alist, grep-mode-font-lock-keywords):
22728         Use `\\[[0-9]*m' instead of `\\[00m'.
22729         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
22730         sgr_start where its handling is more important.  Use the real
22731         length of sgr_start instead of constant 8.
22732         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
22733         specially.  Delete all remaining escape sequences.
22734         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
22735         (grep-regexp-alist): Make hyperlink only for binary file name
22736         instead of the whole line.
22737         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
22738         (grep-mode): Add autoload.
22740         * emacs-lisp/find-func.el (find-function-regexp):
22741         Add `define-compilation-mode'.
22743 2005-07-19  Juri Linkov  <juri@jurta.org>
22745         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
22746         (compare-windows-sync-string-size, compare-windows-recenter)
22747         (compare-windows-highlight, compare-windows): Add version 22.1.
22748         (compare-windows) <defface>: Inherit from lazy-highlight instead
22749         of duplicating its default value.
22751         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
22752         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
22754         * descr-text.el (describe-char): Create link buttons for `charset'
22755         and `code point'.  Add the current input method name with a link
22756         button to `to input' field.  Print face names of display table
22757         characters in `The display table entry is displayed by' section
22758         instead of printing face-id in the `display' field.
22759         Guess hardcoded faces and create a link button for them.
22760         Skip empty fields when calculating max-width.
22761         Treat `widget-create' specially while inserting strings from the
22762         collected field list.
22763         (describe-char-after): Made obsolete in version 22.1, not 21.5.
22765         * diff-mode.el (diff-file-header): Change foreground color from
22766         yellow to green on light backgrounds.
22767         (diff-context): Inherit from `shadow' only for color/grayscale
22768         with more than 88 colors.
22769         (diff-indicator-removed, diff-indicator-added)
22770         (diff-indicator-changed): New faces.
22771         (diff-font-lock-keywords): Use new faces.  Regroup rules.
22772         Add "^---$" for `normal' diff format.  Fontify `#' lines with
22773         font-lock-comment-delimiter-face and font-lock-comment-face.
22774         Add `#' to ^[^...] in the rule for `diff-context-face'.
22776         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
22777         a button-like box.  Inherit from `highlight' on low colors.
22778         (shadow): Use shades of gray only for color/grayscale with
22779         more than 88 colors.  Use green for light backgrounds with
22780         8 colors, and yellow for dark backgrounds with 8 colors.
22782         * font-lock.el (font-lock-regexp-grouping-backslash):
22783         Don't inherit from escape-glyph (use bold for all cases).
22785         * info.el (info-xref-visited): Use light foreground color `violet'
22786         for dark backgrounds instead of dark color `magenta3'.
22787         (info-title-1): Use `yellow' color for dark backgrounds.
22789         * isearch.el (isearch): Use not-too-dark magenta3 instead of
22790         too-light magenta2.
22792         * replace.el (match): Use slightly more light RoyalBlue3 instead
22793         of dark RoyalBlue4.
22795         * wid-edit.el (widget-inactive): Inherit from `shadow'.
22797 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
22799         * novice.el (disabled-command-hook): Declare it with
22800         `define-obsolete-variable-alias'.
22802         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
22803         (desktop-buffer-misc-functions, desktop-buffer-handlers)
22804         (desktop-load-default): Add release to obsolescence info.
22805         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
22806         (desktop-append-buffer-args, desktop-read):
22807         Fix typos in docstrings.
22808         (desktop-kill): Fix typo in message.
22809         (desktop-save): Doc fix.
22811 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22813         * viper-cmd.el (viper-escape-to-state): Bug fix.
22814         (viper-envelop-ESC-key): Change the definition of fast
22815         keysequence so it'll work with keyboard macros.
22817         * ediff.el (ediff-patch-buffer): Change the docstring.
22819 2005-07-19  Kenichi Handa  <handa@m17n.org>
22821         * international/mule-cmds.el (select-safe-coding-system): Try to
22822         use an auto-coding (if any) before anything else.  If the found
22823         auto-coding is invalid, show a warning message.
22825         * international/mule.el (find-auto-coding): New function created
22826         by modifying the body of set-auto-coding.
22827         (set-auto-coding): Use find-auto-coding to find a coding.
22829 2005-07-18  Richard M. Stallman  <rms@gnu.org>
22831         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
22832         not isearch-mode-end-hook-error.
22833         (allout-before-change-protect): Fix error message.
22835 2005-07-18  Juri Linkov  <juri@jurta.org>
22837         * allout.el (allout-mode):
22838         * calculator.el (calculator-copy):
22839         * custom.el (custom-known-themes):
22840         * dired.el (dired-desktop-buffer-misc-data)
22841         (dired-restore-desktop-buffer):
22842         * dired-x.el (dired-omit-marker-char):
22843         * files.el (basic-save-buffer):
22844         * font-core.el (font-lock-mode):
22845         * calendar/calendar.el (calendar-goto-hebrew-date)
22846         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
22847         (calendar-goto-persian-date):
22848         * language/ethio-util.el (ethio-sera-to-fidel-region):
22849         * textmodes/picture.el (picture-mode):
22850         Delete duplicate duplicate words.
22852 2005-07-18  Juri Linkov  <juri@jurta.org>
22854         * isearch.el (isearch-mode-map): Remove key bindings for regexp
22855         chars * ? } |.
22856         (isearch-fallback): Don't call `isearch-process-search-char'.
22857         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
22858         (isearch-process-search-char): Call `isearch-fallback' for regexp
22859         chars * ? } |.
22860         (isearch-return-char): Make obsolete with `make-obsolete' instead
22861         of simply documenting it as obsolete in the docstring.
22862         (isearch-fallback): Refill docstring.
22864         * international/isearch-x.el
22865         (isearch-process-search-multibyte-characters): Remove unneeded
22866         `concat'.  Add intermediate values to `junk-hist' instead of
22867         `minibuffer-history'.  Test the length of `str'.
22869 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
22871         * allout.el (allout-resolve-xref): Fix typos in error strings.
22872         (allout-before-change-protect): Remove unneeded `concat'.
22874         * array.el (array-mode, array-reconfigure-rows)
22875         (untabify-backward): Fix typos in docstrings.
22876         (array-reconfigure-rows): Use `insert-buffer-substring', not
22877         `insert-buffer'.
22879         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
22880         * progmodes/ada-mode.el (ada-make-body):
22881         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
22883         * dired.el (dired-log):
22884         * tar-mode.el (tar-subfile-save-buffer):
22885         * play/zone.el (zone-pgm-stress-destress):
22886         Use `insert-buffer-substring', not `insert-buffer'.
22888 2005-07-17  Simon Josefsson  <jas@extundo.com>
22890         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
22892 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
22894         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
22895         Add plain auth method.
22896         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
22898 2005-07-17  Kim F. Storm  <storm@cua.dk>
22900         * ido.el (dired-other-window): Add ido property.
22902 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
22904         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22905         Fix typo in docstring.
22906         (byte-compile-interactive-only-functions): Add `insert-buffer' and
22907         `insert-file-literally'.
22909         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
22910         info and delete redundant message.  Doc fix.
22911         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
22912         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
22914 2005-07-16  Richard M. Stallman  <rms@gnu.org>
22916         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
22917         (byte-compile-and): Use byte-compile-and-recursion.
22918         (byte-compile-or-recursion): New function.
22919         (byte-compile-or): Use that.
22920         (byte-compile-if): Guard the else-clause too.
22921         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
22923         * isearch.el (isearch-mode-end-hook-quit): New variable.
22924         (isearch-done): Bind it.
22925         (isearch-mode-end-hook): Doc fix.
22927         * allout.el (allout-isearch-did-quit): Variable deleted.
22928         (allout-real-isearch-abort): Function name no longer used.
22929         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22930         (allout-isearch-rectification): isearch-mode always exists.
22931         Don't set allout-isearch-did-quit.
22932         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22933         allout-isearch-did-quit.
22934         (allout-enwrap-isearch): Just add the hook.
22935         (allout-isearch-abort): Function deleted.
22936         (allout-pre-command-business): Avoid warning.
22938         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22939         Correctly avoid warnings.
22940         (pascal-outline): Likewise.
22942         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22944         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22946         * play/tetris.el (tetris-mode): Avoid warning.
22948         * play/snake.el (snake-mode): Avoid warning.
22950         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22951         (gamegrid-set-display-table): Avoid warning.
22952         (gamegrid-set-timer): Likewise.
22953         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22954         (gamegrid-add-score-with-update-game-score-1): Take FILE
22955         as argument.
22956         (gamegrid-add-score-with-update-game-score): Pass that argument.
22957         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22959         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22961         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22962         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22964         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22965         and insert-file.
22967         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22968         (sc-ask): Avoid warnings.
22970         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22971         (eshell-hist-initialize): Use that var the natural way.
22973         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22975         * emacs-lisp/re-builder.el (reb-cook-regexp):
22976         Avoid warning calling lre-compile-string.
22977         (reb-color-display-p): Avoid warning.
22979         * calculator.el (calculator-last-input): Guard uses
22980         of event-key and key-press-event-p.
22981         (event-key, key-press-event-p): Delete definitions.
22983         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22984         (find-gc-source-directory, find-gc-subrs-callers)
22985         (find-gc-noreturn-list, find-gc-source-files)
22986         (find-gc-subrs-called): Vars renamed and defvar'd.
22988         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22989         (checkdoc-overlay-put, checkdoc-delete-overlay)
22990         (checkdoc-overlay-start, checkdoc-overlay-end)
22991         (checkdoc-mode-line-update, checkdoc-char=):
22992         Define such that compiler knows they are defined.
22993         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22994         (checkdoc-read-event): Delete.  Use read-event directly.
22996         * whitespace.el (whitespace-make-overlay)
22997         (whitespace-overlay-put, whitespace-delete-overlay)
22998         (whitespace-overlay-start, whitespace-overlay-end):
22999         Define such that compiler knows they are defined.
23000         (whitespace): Move conditional inside.
23002         * tempo.el (tempo-insert-template): Suppress warning.
23004         * ediff-diff.el (longlines-mode): Add defvar.
23006 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
23008         * server.el: Bind "C-x #" in a way that works even if C-x is
23009         redefined to a command key, not a prefix key.
23011 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23013         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23014         cl-make-type-test till execution time.
23016 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
23018         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23019         arg ARG and use it.
23021 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
23023         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23025 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
23027         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23028         a defcustom with two :set or :type keywords.
23030 2005-07-15  Richard M. Stallman  <rms@gnu.org>
23032         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23033         Don't give ^M comment-end syntax.
23035 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
23037         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23038         Don't consider gdbmi (gdb-mi.el has its own update functions).
23039         (gdb-var-delete): Make it work for gdbmi as well.
23040         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23042         * progmodes/gud.el (etags, sdb): Only require etags when needed.
23043         (gud-speedbar-menu-items): Correct logic for enabling items.
23045 2005-07-15  Kim F. Storm  <storm@cua.dk>
23047         * ido.el: Fix commentary.
23048         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23049         Use with-no-warnings around ffap-guesser.
23050         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23051         Let bind minibuffer-completing-file-name to t.
23053 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
23055         * startup.el (site-run-file, keyboard-type): Doc fixes.
23056         (command-line): Check for "--basic-display" argument; also for
23057         "--quick", not "--bare-bones" (which was renamed).
23058         (fancy-splash-text): Add missing item "Getting New Versions".
23059         (normal-splash-screen): Fix typos and improve consistency with
23060         `fancy-splash-text'.  Update copyright year.
23062         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23063         valid binding for `help-char'.
23065         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23067 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
23069         * term.el (term-mode): Disable cua-mode for term buffers.
23071 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
23073         * add-log.el (add-log-mailing-address, change-log-merge):
23074         Doc fixes.
23075         (change-log-get-method-definition): Fix typo in docstring.
23077 2005-07-14  Kim F. Storm  <storm@cua.dk>
23079         * emulation/cua-base.el:
23080         (cua--pre-command-handler-1, cua--pre-command-handler)
23081         (cua--post-command-handler-1, cua--post-command-handler):
23082         Split in two.  Check (buffer local) value of cua-mode.
23083         (cua-selection-mode): New command.
23085 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
23087         * custom.el (custom-initialize-safe-set)
23088         (custom-initialize-safe-default): Doc fixes.
23090         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23091         and simplify :init-value again.
23093         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23094         and simplify :init-value again.  Delete autoload.
23096         * startup.el (command-line): Use `custom-reevaluate-setting' again
23097         for tooltip-mode.
23099         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23100         a defcustom with two :initialize keywords.
23102 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
23104         * allout.el (my-mark-marker, allout-isearch-prior-pos)
23105         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23106         (allout-post-command-business, allout-flag-region)
23107         (isearch-reenable-font-lock, allout-yank)
23108         (allout-insert-latex-header, allout-insert-latex-trailer)
23109         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23110         (allout-latex-verb-quote): Fix typos in docstrings.
23111         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23112         (allout-unprotected, allout-prefix-data):
23113         Improve argument/docstring consistency.
23114         (allout-chart-subtree): Fix argument spec.
23115         (allout-open-topic): Rename `use_sib_bullet' argument to
23116         `use-sib-bullet'.  Doc fix.
23118         * whitespace.el (whitespace-check-buffer-leading)
23119         (whitespace-check-buffer-trailing)
23120         (whitespace-check-buffer-indent)
23121         (whitespace-check-buffer-spacetab)
23122         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23123         (whitespace-check-leading-whitespace)
23124         (whitespace-check-trailing-whitespace)
23125         (whitespace-check-spacetab-whitespace)
23126         (whitespace-check-indent-whitespace)
23127         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23128         (whitespace-modes): Fix typos in docstrings.
23129         (defgroup, defcustom): Doc fixes.
23131         * winner.el (winner-mode, winner-boring-buffers)
23132         (winner-pending-undo-ring): Doc fixes.
23133         (winner-ring): Remove unneeded `progn'.
23134         (winner-equal): `defsubst' it.
23135         (winner-redo): Fix message.
23137 2005-07-13  Kim F. Storm  <storm@cua.dk>
23139         * simple.el (line-move-1): Always use vertical-motion to
23140         do the last (or only) line move to ensure some movement.
23141         Undo 2005-06-23 change--don't check for overlays.
23143 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23145         * term/mac-win.el (ccl-encode-mac-roman-font)
23146         (ccl-encode-mac-centraleurroman-font)
23147         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23148         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23149         Change charset-id boundary of dimension to ?\xef.
23150         (mac-char-fontspec-list): New constant.
23151         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
23152         argument.  Nil uses itself as family in font-spec.  Previous
23153         behavior for nil is now provided by non-nil non-string argument.
23154         All callers changed.  Add font-specs for Mac fonts to
23155         "fontset-default" unless iso8859-1 fonts are installed.
23157 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23159         * progmodes/sh-script.el (sh-get-indent-info): Only indent
23160         a continuation line if the \ is preceded by SPC or TAB.
23161         (sh-get-indent-info): Simplify.
23162         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23163         Use with-current-buffer.
23165         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23166         when the matched text is empty.
23168 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
23170         * startup.el (command-line): Revert to previous handling of
23171         tooltip-mode.  Explain in comment why the complexity is needed.
23173         * tooltip.el (tooltip-mode): Revert to previous implementation of
23174         its defcustom.
23176         * frame.el (blink-cursor-mode): Revert to previous implementation
23177         of its defcustom.  Update comment.
23179 2005-07-12  Lars Hansen  <larsh@soem.dk>
23181         * desktop.el: Update e-mail address.
23183 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23185         * term/mac-win.el (mac-services-mail-selection)
23186         (mac-services-mail-to): New functions.
23187         (mac-application-menu-map): Bind them.
23189 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
23191         * progmodes/gdb-ui.el: Add note about buffering with Windows.
23193 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
23195         * custom.el (custom-reevaluate-setting): Doc fix.
23197 2005-07-11  Jay Belanger  <belanger@truman.edu>
23199         * calc/calc.el (calc-embedded-announce-formula-alist)
23200         (calc-embedded-open-close-plain-alist)
23201         (calc-embedded-open-close-mode-alist): Add checks for additional
23202         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23204 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
23206         * custom.el (custom-enable-theme): Don't add theme to
23207         `custom-enabled-themes' with `push' because there is no
23208         setf-method for `delq'.
23210 2005-07-11  Richard M. Stallman  <rms@gnu.org>
23212         * custom.el (custom-declare-variable): Doc fix.
23214         * dired-aux.el (dired-compare-directories): Remove "." and ".."
23215         from the alists.
23217         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23218         Do nothing if edebug-active.
23220         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23221         (edebug-display): Do it here instead.
23223 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23225         * cus-face.el (custom-theme-set-faces): Make it work.
23226         (custom-reset-faces): Doc fix.
23227         (custom-theme-reset-internal-face, custom-theme-face-value):
23228         Functions deleted.
23230         * custom.el (custom-push-theme): Maintain list of the settings
23231         of a given theme in its theme-settings property.
23232         Maintain position of old settings in the theme-value
23233         or theme-face property.
23234         (custom-enabled-themes): New variable.
23235         (custom-theme-enabled-p): New function.
23236         (provide-theme): Update custom-enabled-themes.
23237         Disable and reenable the `user' theme.
23238         (require-theme): Doc fix.
23239         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23240         (custom-theme-value, custom-theme-variable-value): Likewise.
23241         (custom-theme-reset-internal): Likewise.
23242         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23243         (custom-enable-theme, custom-disable-theme): New functions.
23244         (custom-variable-theme-value, custom-face-theme-value): Likewise.
23245         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23246         (custom-theme-reset-variables): Simplify.
23247         (deftheme, custom-declare-theme, custom-make-theme-feature):
23248         Definitions moved.
23250 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
23252         * longlines.el (longlines-show-region)
23253         (longlines-unshow-hard-newlines): Recognize hard newlines by
23254         non-nil hard property, instead of t.
23256 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
23258         * viper-cmd.el (viper--key-maps): New variable.
23259         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23260         emulation-mode-map-alists.
23261         (viper-envelop-ESC-key): Use viper-subseq.
23262         (viper-search-forward/backward/next): Disable debug-on-error.
23264         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23265         (viper-ESC-key): New defcustoms.
23267         * viper-macs.el (ex-map-read-args): Use viper-subseq.
23269         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23270         (viper-subseq): Copy of subseq from cl.el.
23272         * viper.el (viper-go-away, viper-set-hooks): Use
23273         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23275         * viper-mous.el (viper-current-frame-saved): Use defvar.
23277         * viper-init.el: Get rid of -face in face names.
23279         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23280         Make it work with longlines mode
23282         * ediff-mult.el (ediff-meta-mode-hook): New variable.
23284         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23286         * ediff-init.el: Get rid of -face in face names.
23288 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23290         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23291         and with-timeout-unsuspend.
23293         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23294         and with-timeout-unsuspend.
23296         * emacs-lisp/timer.el (with-timeout-timers): New variable.
23297         (with-timeout): Bind that variable to record timers.
23298         (with-timeout-suspend, with-timeout-unsuspend): New functions.
23300         * emacs-lisp/debug.el (debug-help-follow): New function.
23301         (debugger-mode-map): Use that instead of help-follow.
23302         (debugger-setup-buffer): Use eval-buffer-list
23303         to handle eval-buffer frames.
23305 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
23307         * timezone.el (timezone-parse-date): Change first regexp
23308         so it will not mistakenly match dates with no time zone.
23310 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
23312         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23314 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
23316         * custom.el (custom-initialize-safe-set)
23317         (custom-initialize-safe-default): New functions.
23319         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23320         and simplify :init-value.
23322         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23323         and simplify :init-value.  Delete obsolete comment.
23325         * startup.el (command-line): Use `custom-reevaluate-setting' to
23326         handle `tooltip-mode'.  Delete obsolete comment.
23328         * files.el (set-visited-file-name): Avoid calling
23329         `file-name-nondirectory' with a nil argument.
23331 2005-07-09  Richard M. Stallman  <rms@gnu.org>
23333         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23334         was called with nil for the buffer, handle the read position right.
23335         Handle read position for eval-region, too.
23337 2005-07-09  Juri Linkov  <juri@jurta.org>
23339         * fringe.el (fringe-mode): Add period in docstring.
23340         (fringe-query-style): Build prompt depending on `all-frames' arg.
23342         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23343         to not create links to unrelated functions in the Help buffer.
23345         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23346         Doc fix.
23348         * simple.el (next-error-hook): New variable.
23349         (next-error): Use it.  Doc fix.
23351         * textmodes/ispell.el (ispell-command-loop): Add current
23352         dictionary name and program name to mode-line-format.
23353         (ispell-region, ispell-process-line): Add current dictionary name
23354         and program name to messages.
23356 2005-07-08  Jay Belanger  <belanger@truman.edu>
23358         * calc/calc.el (calc-embedded-announce-formula-alist)
23359         (calc-embedded-open-close-formula-alist)
23360         (calc-embedded-open-close-word-alist)
23361         (calc-embedded-open-close-plain-alist)
23362         (calc-embedded-open-close-new-formula-alist)
23363         (calc-embedded-open-close-mode-alist)
23364         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23365         (calc-embedded-mode-hook): New variables.
23367         * calc/calc-embed.el (calc-embedded-firsttime)
23368         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23369         New variables.
23370         (calc-do-embedded): Use calc-embedded-firsttime,
23371         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23372         determine whether or not to run hooks.
23373         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23374         calc-embedded-firsttime-formula appropriately.
23375         Set calc-embedded delimiter variables according to mode.
23377 2005-07-08  Richard M. Stallman  <rms@gnu.org>
23379         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23380         Check for "emacs", etc., as entire symbol, not just as word.
23381         (checkdoc-file-comments-engine): Use regexp-quote on FN.
23383         * files.el (set-visited-file-name): Report the error
23384         for "empty filename" earlier.
23385         (kill-some-buffers): Ignore buffers already dead.
23387         * fringe.el (fringe-mode): Doc fix.
23389         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23390         Check for (featurep 'xemacs) and turn off warnings in what it guards.
23391         Use unwind-protect to ensure byte-compile-unresolved-functions
23392         is updated.
23394         * whitespace.el (whitespace-buffer-leading-cleanup):
23395         Simplify w/ skip-chars-forward.
23396         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23398         * mail/rmail.el (rmail-only-expunge): Fix paren error.
23399         Unconditionally try to leave point at the same old place.
23401 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
23403         * comint.el (comint-postoutput-scroll-to-bottom)
23404         (comint-show-maximum-output): Take scroll-margin into consideration.
23406 2005-07-08  Kim F. Storm  <storm@cua.dk>
23408         * ido.el (ido-use-filename-at-point): New choice `guess'.
23409         (ido-file-internal): Try ffap-guesser if selected.
23411         * ido.el (ido-before-fallback-functions): New hook.
23412         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23413         (ido-read-file-name): Run it.
23415 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23417         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23418         strings rather than a list of symbols to the completion function.
23420 2005-07-07  Jay Belanger  <belanger@truman.edu>
23422         * calc/calc-units.el (math-apply-units): Change the places in
23423         which units are simplified.
23425 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
23427         * cus-edit.el (customize-option, customize-option-other-window):
23428         Make them handle aliases.
23430         * custom.el (custom-variable-p): Make it recursively follow
23431         aliases.  Mention that in the docstring.
23433 2005-07-07  Richard M. Stallman  <rms@gnu.org>
23435         * cus-start.el (exec-path): Use `directory' instead of `file'.
23436         Fix tag for nil.
23438 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23440         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23441         when called non-interactively.  Doc fix.
23443 2005-07-07  Lute Kamstra  <lute@gnu.org>
23445         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23446         new address as well.
23448 2005-07-07  Kenichi Handa  <handa@m17n.org>
23450         * international/mule.el (make-coding-system):
23451         Describe `ascii-incompatible' property in the docstring.
23452         (set-file-name-coding-system): Signal an error if coding-system is
23453         ascii-incompatible.
23454         (set-keyboard-coding-system): Likewise.
23456         * international/mule-cmds.el (set-default-coding-systems):
23457         Don't set default-file-name-coding-system and
23458         default-keyboard-coding-system if coding-system is ASCII-incompatible.
23460         * international/utf-16.el: Declare that all UTF-16-based coding
23461         systems are ASCII-incompatible.
23463 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
23465         * progmodes/gud.el: Require font-lock for displaying errors.
23466         Used by gdb-ui.el.
23468 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23470         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23471         values for the pattern lists which are `read'able but not
23472         `append'able (like symbols).
23474 2005-07-06  Richard M. Stallman  <rms@gnu.org>
23476         * progmodes/flymake.el (flymake-float-time): Instead of
23477         with-no-warnings, test for XEmacs.
23478         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23479         to avoid warning.
23481 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
23483         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23485 2005-07-05  Lute Kamstra  <lute@gnu.org>
23487         * battery.el: Add support for Darwin (with much debugging help
23488         from Samuel Lauber <sam124@operamail.com>).
23489         (battery-status-function, battery-echo-area-format)
23490         (battery-mode-line-format): Add support for pmset on Darwin.
23491         (battery-load-low, battery-load-critical): New user options.
23492         (battery-pmset): New function.
23494 2005-07-05  Lute Kamstra  <lute@gnu.org>
23496         Update FSF's address in GPL notices.
23498         * textmodes/page-ext.el: Update FSF's address.
23500 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23502         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23503         filling from using prefix when filling a single-line docstring.
23505         * progmodes/flymake.el: Remove useless eval-when-compile.
23507         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23509 2005-07-04  Richard M. Stallman  <rms@gnu.org>
23511         * textmodes/org.el (org-file-apps-defaults-gnu):
23512         Rename from org-file-apps-defaults-linux.
23513         (org-default-apps): Don't test system-type for `linux'.
23514         (org-file-apps): Doc fix.
23516 2005-07-04  David Ponce  <david@dponce.com>
23518         * tree-widget.el: Improve header Commentary section.
23519         (tree-widget) [defgroup]
23520         (tree-widget-image-enable, tree-widget-themes-directory)
23521         (tree-widget-theme, tree-widget-image-properties-emacs)
23522         (tree-widget-image-properties-xemacs, tree-widget-create-image)
23523         (tree-widget-image-formats, tree-widget-control)
23524         (tree-widget-empty-control, tree-widget-leaf-control
23525         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23526         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23527         (tree-widget-keep, tree-widget-after-toggle-functions)
23528         (tree-widget-open-node, tree-widget-close-node): Doc fix.
23529         (tree-widget-open-control, tree-widget-close-control): Fix doc and
23530         :help-echo message.
23531         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
23532         (tree-widget-image-properties): Doc fix.  Clearer implementation.
23533         (tree-widget--cursors): New constant.
23534         (tree-widget-lookup-image): New function split from
23535         `tree-widget-find-image'.  Clearer implementation.
23536         (tree-widget-find-image): Use it.
23537         (tree-widget-button-keymap): Use `set-keymap-parent'.
23538         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23539         Define the sub-widgets here.
23540         (tree-widget-node): Check that :node is not a tree-widget.
23541         (tree-widget-get-super, tree-widget-open-control)
23542         (tree-widget-close-control, tree-widget-empty-control)
23543         (tree-widget-leaf-control, tree-widget-guide)
23544         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23545         (tree-widget-no-handle, tree-widget-value-delete)
23546         (tree-widget-map): Remove.
23547         (tree-widget-children-value-save): Doc fix.  Simplified.
23548         (tree-widget-value-create): Update according to previous changes.
23550 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
23552         * textmodes/org.el: Leading space replaced by TABS.
23553         (org-recalc-marks, org-table-rotate-recalc-marks)
23554         (org-table-get-specials): Treat "^" and "_" marks.
23555         (org-table-justify-field-maybe): Optional argument NEW.
23556         (org-table-eval-formula): Parsing of the format simplified.
23557         New modes C,I.  Honor the %= parameter in the current table.
23558         Avoid unnecessary re-align by using the NEW argument to
23559         `org-table-justify-field-maybe'.
23560         (org-calc-default-modes): Default for date-format mimicks org-mode.
23561         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23563 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
23565         * cus-face.el (custom-theme-set-faces): Make it handle face
23566         aliases whose alias declarations are pre- or autoloaded.
23568 2005-07-04  Juri Linkov  <juri@jurta.org>
23570         * faces.el (read-face-name): Put the code for getting a face name
23571         from the buffer before adding the faces from the `face' property.
23572         Use `completing-read-multiple' instead of `completing-read'.
23573         Require `crm'.  Add default value and post-process the returned
23574         list of faces.
23576         * emacs-lisp/crm.el (crm-find-current-element)
23577         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23579         * emacs-lisp/lisp-mode.el (eval-defun-1):
23580         * emacs-lisp/edebug.el (edebug-eval-defun):
23581         Remove unnecessary quotes.
23583 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23585         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23586         (prolog-indent-level): Fix typo in docstring.
23588         * info.el (Info-history, Info-history-forward)
23589         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23591         * add-log.el (add-change-log-entry):
23592         * comint.el (comint-dynamic-list-input-ring)
23593         (comint-dynamic-list-completions):
23594         * dabbrev.el (dabbrev-expand):
23595         * delim-col.el (delimit-columns-rectangle-line):
23596         * diff-mode.el (diff-context->unified, diff-reverse-direction)
23597         (diff-unified->context):
23598         * ediff-init.el (ediff-abbrev-jobname):
23599         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23600         (ediff-replace-session-activity-marker-in-meta-buffer):
23601         * info.el (Info-summary):
23602         * lpr.el (printify-region):
23603         * printing.el (pr-create-interface):
23604         * ps-print.el (ps-print-quote):
23605         * ses.el (ses-column-widths, ses-print-cell)
23606         (ses-adjust-print-width, ses-center):
23607         * shell.el (shell-file-name-quote-list):
23608         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23609         (strokes-fill-current-buffer-with-whitespace)
23610         (strokes-xpm-for-stroke, strokes-list-strokes)
23611         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23612         * term.el (term-dynamic-list-input-ring)
23613         (term-dynamic-list-completions):
23614         * calc/calc.el (math-format-stack-value):
23615         * emacs-lisp/edebug.el (edebug-display-freq-count):
23616         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23617         (delphi-new-comment-line):
23618         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23619         * progmodes/executable.el (executable-set-magic):
23620         * progmodes/python.el (inferior-python-mode):
23621         * progmodes/scheme.el (scheme-mode-syntax-table):
23622         * progmodes/sh-script.el (sh-maybe-here-document):
23623         * progmodes/sql.el (sql-copy-column):
23624         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23625         * textmodes/bibtex.el (bibtex-mode):
23626         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
23627         (sgml-auto-attributes):
23628         * textmodes/table.el (table-insert, table-shorten-cell)
23629         (table--generate-source-scan-lines, table-delete-row)
23630         (*table--cell-delete-char, table--spacify-frame)
23631         (table--horizontally-shift-above-and-below)
23632         (table--cell-insert-char, table--cell-blank-str)
23633         (table--fill-region-strictly):
23634         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
23635         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
23637         * add-log.el (change-log):
23638         * apropos.el (apropos):
23639         * comint.el (comint-completion, comint-source):
23640         * dabbrev.el (dabbrev):
23641         * delim-col.el (columns):
23642         * diff-mode.el (diff-mode):
23643         * ediff.el (ediff):
23644         * ediff-diff.el (ediff-diff):
23645         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
23646         * ediff-mult.el (ediff-mult):
23647         * ediff-ptch.el (ediff-ptch):
23648         * ediff-wind.el (ediff-window):
23649         * facemenu.el (facemenu):
23650         * indent.el (indent):
23651         * info.el (info):
23652         * jka-cmpr-hook.el (compression, jka-compr):
23653         * lpr.el (lpr):
23654         * outline.el (outlines):
23655         * pcmpl-cvs.el (pcmpl-cvs):
23656         * pcmpl-rpm.el (pcmpl-rpm):
23657         * printing.el (printing):
23658         * ps-print.el (postscript, ps-print, ps-print-horizontal)
23659         (ps-print-vertical, ps-print-headers, ps-print-font)
23660         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
23661         (ps-print-background, ps-print-printer, ps-print-page)
23662         (ps-print-miscellany):
23663         * ses.el (ses):
23664         * shell.el (shell, shell-directories, shell-faces):
23665         * startup.el (initialization):
23666         * strokes.el (strokes):
23667         * term.el (term):
23668         * uniquify.el (uniquify):
23669         * w32-vars.el (w32):
23670         * calc/calc.el (calc):
23671         * emacs-lisp/bytecomp.el (bytecomp):
23672         * emacs-lisp/cl-indent.el (lisp-indent):
23673         * emacs-lisp/edebug.el (edebug):
23674         * emacs-lisp/elp.el (elp):
23675         * emacs-lisp/testcover.el (testcover):
23676         * emacs-lisp/trace.el (trace):
23677         * emulation/viper-ex.el (viper-ex):
23678         * emulation/viper-mous.el (viper-mouse):
23679         * mail/mailalias.el (mailalias):
23680         * mail/supercite.el (supercite, supercite-frames)
23681         (supercite-attr, supercite-cite, supercite-hooks):
23682         * net/rcompile.el (remote-compile):
23683         * net/rlogin.el (rlogin):
23684         * obsolete/ooutline.el (outlines):
23685         * progmodes/delphi.el (delphi):
23686         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
23687         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
23688         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
23689         (ebnf-optimization):
23690         * progmodes/etags.el (etags):
23691         * progmodes/executable.el (executable):
23692         * progmodes/idlwave.el (idlwave):
23693         * progmodes/pascal.el (pascal):
23694         * progmodes/prolog.el (prolog):
23695         * progmodes/python.el (python):
23696         * progmodes/scheme.el (scheme):
23697         * progmodes/sh-script.el (sh, sh-script):
23698         * progmodes/sql.el (SQL):
23699         * progmodes/tcl.el (tcl):
23700         * textmodes/bibtex.el (bibtex, bibtex-autokey):
23701         * textmodes/enriched.el (enriched):
23702         * textmodes/makeinfo.el (makeinfo):
23703         * textmodes/sgml-mode.el (sgml):
23704         * textmodes/table.el (table-hooks):
23705         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
23706         * textmodes/texinfo.el (texinfo):
23707         * textmodes/two-column.el (two-column):
23708         Finish `defgroup' description with period.
23710         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
23711         * eshell/esh-var.el (eshell-var):
23712         * progmodes/vhdl-mode.el (vhdl-testbench):
23713         * textmodes/org.el (org): Fix typos in docstrings.
23715         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
23716         consistency.
23718         * progmodes/flymake.el (flymake-find-file): Remove.
23719         (flymake-float-time): Use `with-no-warnings'.
23720         (flymake-check-start-time, flymake-check-was-interrupted)
23721         (flymake-err-info, flymake-is-running, flymake-last-change-time)
23722         (flymake-new-err-info): `defvar' at compile time.
23724 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
23726         * replace.el (occur-hook): Doc fix.
23727         (occur-1): Don't call `occur-hook' if there are no matches.
23729 2005-07-03  Richard M. Stallman  <rms@gnu.org>
23731         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
23732         global-map, save the same map.
23733         (global-map): Don't alter it at top level.
23734         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
23735         Then alter it here instead.
23736         (tpu-edt-off): Set global-map to the saved one.
23738         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
23739         All references simplified.
23740         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
23741         (zmacs-regions): Add defvar.
23742         (repeat-complex-command-map): Everything about that deleted.
23744         * textmodes/artist.el (artist-key-is-drawing)
23745         (artist-key-endpoint1, artist-key-poly-point-list)
23746         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
23747         (artist-key-compl-table, artist-rb-save-data)
23748         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
23749         Don't put them in eval-when-compile.
23750         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
23752         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
23753         Use with-no-warnings.
23755         * net/browse-url.el (dos-windows-version): Add defvar.
23757         * mail/supercite.el (filladapt-prefix-table): Add defvar.
23759         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
23760         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
23761         (rmail-new-summary-line-count): Rename from new-summary-line-count.
23762         Add defvar.
23763         (rmail-summary-beginning-of-message): Use with-no-warnings.
23764         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
23766         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
23767         Use with-no-warnings.
23769         * emulation/vi.el (vi-mark-region): Use c-mark-function.
23770         (c-mark-function): Add point-moving-unit property.
23771         (vi-goto-line): Use with-no-warnings.
23773         * emulation/edt.el (edt-last-copied-word): Add defvar.
23774         (zmacs-region-stays): Likewise.
23775         (edt-mark-section-wisely): Use c-mark-function for C.
23776         Use makr-defun for Fortran.
23777         (time-string): defvar deleted.
23778         (edt-display-the-time): Don't set time-string.
23780         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
23782         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23783         Don't warn when name is not constant
23784         or for defining the group `emacs'.
23786         * tooltip.el (gud-tooltip-mode): Add defvar.
23788         * startup.el (default-frame-background-mode): Add defvar.
23790         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
23792         * info.el (tool-bar-map): Add defvar.
23794         * dired.el (dnd-protocol-alist): Add defvar.
23796         * dired-aux.el (dired-query): Display question with answer, when
23797         the user answers.
23799         * custom.el (custom-add-option): Doc fix.
23801         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
23803 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
23805         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
23806         bogus name from the last change.
23808 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
23810         * custom.el (custom-declare-variable): Fix typos in comment.
23811         (custom-known-themes): Doc fix.
23812         (custom-theme-directory): New defcustom.
23813         (require-theme): Make it check `custom-theme-directory'.
23815         * cus-theme.el (custom-new-theme-mode): New function.
23816         (custom-theme-name, custom-theme-variables, custom-theme-faces)
23817         (custom-theme-description): Add compiler defvars.
23818         (customize-create-theme): Add doc to the "*New Custom Theme*"
23819         buffer.  Use `custom-new-theme-mode'.
23820         (custom-theme-write): Put the created buffer in emacs-lisp-mode
23821         and save it to the `custom-theme-directory'.  Make this the
23822         default directory of the buffer.
23824 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
23826         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
23827         Fix unbalanced parentheses.
23829 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23831         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
23832         into flymake-mode and delegate to flymake-mode.
23834         * find-file.el (ff-which-function-are-we-in): Clean up.
23836 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
23838         * replace.el (occur-rename-buffer): Fix docstring.
23840         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
23841         (edt-last-copied-word, edt-learn-macro-count)
23842         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
23843         (edt-rect-start-point, edt-user-global-map, rect-start-point)
23844         (time-string, zmacs-region-stays):
23845         * emulation/edt-mapper.el (edt-save-function-key-map)
23846         (EDT-key-name): `defvar' to silence the byte-compiler.
23848 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
23850         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
23851         font-lock-regexp-backslash.  Doc fix.
23852         (font-lock-regexp-backslash-grouping-construct): Rename from
23853         font-lock-regexp-backslash-construct.  Doc fix.
23854         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
23855         grouping constructs.
23857 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
23859         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
23860         updating all the prerequisites.
23862 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
23864         * textmodes/org.el (org-agenda-start-on-weekday)
23865         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
23866         (org-agenda-use-time-grid, org-archive-location)
23867         (org-allow-space-in-links, org-usenet-links-prefer-google)
23868         (org-enable-table-editor, org-export-default-language)
23869         (org-export-html-show-new-buffer, org-fill-paragraph)
23870         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
23871         (org-goto-quit, org-occur, org-eval-in-calendar)
23872         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
23873         (org-agenda-diary-entry, org-remember-help)
23874         (org-table-convert-region, org-at-table-p)
23875         (org-table-move-row-down, org-table-move-row-up)
23876         (org-table-copy-region, org-table-toggle-vline-visibility)
23877         (org-table-get-stored-formulas, org-table-get-specials)
23878         (org-recalc-commands, org-table-eval-formula)
23879         (org-table-formula-substitute-names, orgtbl-make-binding)
23880         (org-format-org-table-html, org-format-table-table-html)
23881         (org-format-table-table-html-using-table-generate-source)
23882         (org-customize): Fix typos in docstrings.
23883         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
23884         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
23885         (org-back-to-heading): Doc fixes.
23886         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
23887         (org-agenda-change-all-lines, org-get-header):
23888         Improve argument/docstring consistency.
23889         (orgtbl-error): Fix error message.
23891         * progmodes/flymake.el (flymake-find-possible-master-files)
23892         (flymake-master-file-compare, flymake-get-line-err-count)
23893         (flymake-highlight-line, flymake-gui-warnings-enabled):
23894         Fix typos in docstrings.
23895         (flymake-parse-line, flymake-get-project-include-dirs-function)
23896         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
23897         Doc fixes.
23898         (flymake-get-project-include-dirs-function)
23899         (flymake-make-err-menu-data):
23900         Improve argument/docstring consistency.
23902 2005-07-01  Lute Kamstra  <lute@gnu.org>
23904         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
23905         Catch errors with ignore-errors.  Use temporary buffer.
23906         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
23908         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
23909         background color faces.
23910         (facemenu-set-foreground, facemenu-set-background):
23911         Use facemenu-set-face-from-menu.
23912         (facemenu-set-face-from-menu): Treat face names that start with
23913         "fg:" or "bg:" as special.
23914         (facemenu-add-new-color): Don't create faces.  Simplify.
23916 2005-06-30  Richard M. Stallman  <rms@gnu.org>
23918         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
23919         (crm-find-current-element): Likewise.
23921 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
23923         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
23925 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23927         * arc-mode.el (archive-extract): Make it work as a mouse binding.
23928         (archive-mouse-extract): Make it an obsolete alias.
23929         (archive-mode-map): Don't use archive-mouse-extract any more.
23930         (archive-mode, archive-extract): write-contents-hooks ->
23931         write-contents-functions.
23932         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23933         first arg.
23934         (archive-rename-entry): Update the call.
23935         (archive-zip-summarize): Remove unused var `method'.
23936         (archive-lzh-summarize): Remove unused var `creator'.
23938         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23939         dedicated frame upon exit.
23941         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23942         (archive-zip-extract, archive-zip-expunge)
23943         (archive-zip-update, archive-zip-update-case): Use executable-find.
23944         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23945         Use restore-buffer-modified-p.
23946         (archive-extract, archive-add-new-member, archive-write-file-member):
23947         Use with-current-buffer.
23948         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23950 2005-06-30  Andreas Schwab  <schwab@suse.de>
23952         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23954 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23956         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23958 2005-06-30  Juri Linkov  <juri@jurta.org>
23960         * faces.el (vertical-border): Inherit from mode-line-inactive
23961         only on tty.
23963 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23965         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23966         example, -NLINES in the `occur' docstring).
23968         * replace.el (occur-1): When no matches are found, do not set the
23969         `buffer-read-only' and modified flags for the occur buffer,
23970         because it is deleted.
23972         * emulation/cua-base.el (cua-check-pending-input)
23973         (cua-repeat-replace-region, cua-mode, cua-debug)
23974         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23975         Fix typos in docstrings.
23977         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23978         (cua-cut-region-to-global-mark)
23979         (cua--cut-rectangle-to-global-mark):
23980         Remove period from end of messages.
23982         * emulation/cua-rect.el (cua-do-rectangle-padding):
23983         Remove period from end of messages.
23984         (cua--rectangle-seq-format): Fix typo in docstring.
23985         (cua-sequence-rectangle, cua-fill-char-rectangle):
23986         Improve argument/docstring consistency.
23988 2005-06-29  Juri Linkov  <juri@jurta.org>
23990         * faces.el (default-frame-background-mode): New internal variable.
23991         (frame-set-background-mode): Use it.
23993         * startup.el (normal-top-level): Set default-frame-background-mode
23994         instead of frame-background-mode.  Before setting it, test for its
23995         nil value.  Remove tests for frame-background-mode and frame
23996         parameter `reverse'.  Add test for "unspecified-fg".
23998         * term/xterm.el (xterm-rxvt-set-background-mode):
23999         * term/rxvt.el (rxvt-set-background-mode):
24000         Set default-frame-background-mode instead of frame-background-mode.
24002 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
24004         * simple.el (set-variable): Warn about obsolete user variables.
24006         * imenu.el (imenu--completion-buffer):
24007         * mouse.el (mouse-buffer-menu-alist):
24008         * msb.el (msb-invisible-buffer-p):
24009         * calendar/diary-lib.el (diary-header-line-format):
24010         * emacs-lisp/pp.el (pp-buffer):
24011         * progmodes/cperl-mode.el (cperl-do-auto-fill):
24012         * textmodes/picture.el (picture-replace-match):
24013         Change space constants followed by a sexp to "?\s ".
24015         * play/decipher.el (decipher-loop-with-breaks):
24016         * textmodes/texinfo.el (texinfo-insert-@item): Change space
24017         constants "protected" from end of line by a comment to "?\s".
24019 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24021         * font-lock.el (save-buffer-state): Use `declare'.
24023         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24024         reset the syntax-table to cperl-mode-syntax-table.
24025         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24026         "foo_print_bar" is not matched as a reserved keyword.
24028 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
24030         * textmodes/org.el (orgtbl-setup): New function, for delayed
24031         setup for the orgtbl commands.
24032         (org-calc-default-modes): New option.
24033         (orgtbl-make-binding): Use `defun' to get better help display.
24034         (org-diary): Call `org-compile-prefix-format'.
24035         (org-table-formula-substitute-names): New function.
24036         (org-agenda-day-view, org-agenda-week-view): New commands.
24037         (org-agenda-toggle-week-view): Command removed.
24038         (org-tbl-menu): Split off from org-org-menu.
24039         (org-mode): Move removal of outline-mode menus to here.
24040         (org-table-formula-debug): New option.
24041         (org-table-insert-row): Keep first field if just "#" or "*".
24042         (org-mode): Paragraph regexps fixed.
24043         (org-table-recalculate-regexp): New constant.
24044         (org-table-justify-field-maybe): Avoid replace if not necessary.
24045         (org-copy-special, org-cut-special): Use `call-interactively'.
24046         (org-table-copy-region): Take region from `interactive' call.
24047         (org-trim): Return string even if no match.
24048         (org-formula): New face.
24049         (org-set-font-lock-defaults): No longer highlight "FIXME".
24050         But highlight formula-related fields in table.
24051         (org-table-p): Use regexp, not fontification.
24052         (org-table-align): Handle white space at end of line.
24053         (org-table-formula-evaluate-inline): New option.
24054         (org-mode): Auto-wrapping in comment lines turned off.
24055         (org-table-copy-down): Evaluate only in copied field, not in
24056         destination.
24057         (org-table-current-formula): Variable removed.
24058         (org-table-store-formulas, org-table-get-stored-formulas)
24059         (org-table-modify-formulas, org-table-replace-in-formulas)
24060         (org-table-maybe-eval-formula): New functions.
24061         (org-table-get-formula): Modify to use stored formulas.
24062         (org-table-insert-column, org-table-delete-column)
24063         (org-table-move-column): Call `org-table-modify-formulas'.
24064         (org-complete): Add completion for keyword formulas.
24065         (orgtbl-mode): Pull orgtbl-mode-map to start of
24066         minor-mode-map-alist.
24068 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24070         * progmodes/python.el (python-check): Require `compile' before
24071         modifying its variables.
24073         * newcomment.el (comment-indent-default): Don't get fooled by an early
24074         end of buffer.
24076 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24078         * ps-print.el (ps-print-version): Fix version number.
24080 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
24082         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24084 2005-06-28  Richard M. Stallman  <rms@gnu.org>
24086         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24087         (flyspell-local-mouse-map): Declaration deleted.
24088         (flyspell-mouse-map): Bind only mouse-2.
24089         (flyspell-mode-map): Don't test flyspell-use-local-map.
24090         (flyspell-overlay-keymap-property-name): Var deleted.
24091         (flyspell-mode-on): Don't make local bindings for
24092         flyspell-mouse-map and flyspell-mode-map.
24093         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24095         * textmodes/ispell.el (ispell-word): Do not ignore short words.
24097         * progmodes/compile.el (compilation-next-error-function):
24098         Don't switch buffers; operate on the current buffer.
24100         * progmodes/compile.el (compilation-error-file-name)
24101         (compilation-warning-file-name, compilation-info-file-name)
24102         (compilation-line-number, compilation-column-number): New faces.
24103         (compilation-error-face, compilation-warning-face)
24104         (compilation-info-face, compilation-line-face)
24105         (compilation-column-face): Use them.
24107         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24109         * comint.el (comint-password-prompt-regexp): Accept ", try again".
24111         * bindings.el (global-map): Bind insertchar and its variants.
24113 2005-06-27  Richard M. Stallman  <rms@gnu.org>
24115         * textmodes/artist.el (artist-text-overwrite)
24116         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24118 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24120         * ps-print.el: It was not working the page selection for printing.
24121         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24122         (ps-print-version): New version 6.6.7.
24123         (ps-end-sheet): New fun.
24124         (ps-header-sheet, ps-end-job): Call it.
24126 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
24128         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24130 2005-06-27  Lute Kamstra  <lute@gnu.org>
24132         * facemenu.el (facemenu-unlisted-faces): Add foreground and
24133         background color faces.
24134         (facemenu-get-face): Delete function.
24135         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24136         (facemenu-add-new-color): Make second argument mandatory.
24137         Create the appropriate face and return it.  Simplify.
24138         (facemenu-set-foreground, facemenu-set-background): Don't check if
24139         color is defined.  Use return value of facemenu-add-new-color.
24141 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
24143         * progmodes/gud.el (gud-filter): Add missing argument to
24144         with-selected-window.
24146 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24148         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24149         a :require to the defcustom.
24151         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24152         defcustoms corresponding to minor modes.
24154 2005-06-26  David Ponce  <david@dponce.com>
24156         * recentf.el: Require tree-widget instead of wid-edit.
24157         (recentf-filename-handler): Fix widget :type.
24158         (recentf-cancel-dialog, recentf-open-more-files)
24159         (recentf-open-files-action): Doc fix.
24160         (recentf-dialog-goto-first): New function.
24161         (recentf-dialog-mode-map): Set parent keymap first.
24162         (recentf-dialog-mode): Define with define-derived-mode.
24163         Don't display continuation lines in dialogs.
24164         (recentf-edit-list): Rename from recentf-edit-selected-items.
24165         (recentf-edit-list-select): Rename from recentf-edit-list-action.
24166         Simplify.
24167         (recentf-edit-list-validate): New function.
24168         (recentf-edit-list): Update accordingly.
24169         (recentf-open-files-item-shift): Remove.
24170         (recentf-open-files-item): Convert menu elements into tree and
24171         link widgets.  Don't create the widgets.
24172         (recentf-open-files): Update accordingly.
24173         (recentf-save-list): Untabify.
24175 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
24177         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24178         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
24179         partially contained in the active region.  Do not take active
24180         region into account when called from Lisp, unless INTERACTIVE arg
24181         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
24182         avoid trouble with fields.  Make marker point nowhere when no
24183         longer used.  Always return nil.  Doc fix.
24184         (flush-lines): Add INTERACTIVE arg.  Do not take active region
24185         into account when called from Lisp, unless INTERACTIVE arg is
24186         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         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
24190         interchangeable.  Do not take active region into account when
24191         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
24192         message in echo area when called from Lisp, unless INTERACTIVE arg
24193         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
24194         Return the number of matches.  Doc fix.
24195         (occur): Doc fix.
24196         (perform-replace): Make comment follow double space convention for
24197         the sake of `outline-minor-mode'.
24199         * faces.el (facep): Doc fix.
24201 2005-06-25  Richard M. Stallman  <rms@gnu.org>
24203         * facemenu.el (facemenu-enable-faces-p): New function.
24204         (facemenu-background-menu, facemenu-foreground-menu)
24205         (facemenu-face-menu): Add menu-enable property.
24207         * jka-compr.el (jka-compr-insert-file-contents):
24208         Special handling if cannot find the uncompression program.
24210         * cus-face.el (custom-face-attributes): Add autoload.
24212         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24213         Bind comment-indent-function locally.
24215         * window.el (save-selected-window): Use save-current-buffer.
24217         * subr.el (with-selected-window): Use save-current-buffer.
24219         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24220         and with-current-buffer.
24222 2005-06-24  Richard M. Stallman  <rms@gnu.org>
24224         * simple.el (line-move-1): Fix previous change.
24226 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
24228         * replace.el (occur-1): Set `buffer-read-only' and the
24229         buffer-modified flag before running `occur-hook' to protect
24230         against unintentional buffer switches that can lead to data loss.
24232 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
24234         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24235         (gud-gdb-marker-filter): Use font-lock-warning-face for any
24236         initial error.
24238         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24239         after fresh input.
24240         (gdb-var-create-handler): Put name of expression in quotes.
24242 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
24244         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24245         elements of RING in order, and without bogus nil elements.
24247 2005-06-23  Richard M. Stallman  <rms@gnu.org>
24249         * simple.el (set-variable): Args renamed; doc fix.
24250         (line-move-1): When there are overlays around, use vertical-motion.
24252         * faces.el (escape-glyph): Use brown against light background.
24253         (nobreak-space): Rename from no-break-space.
24254         Fix previous change.
24256         * dired-aux.el (dired-do-copy): Fix arg prompt.
24258         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24260 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24262         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24263         rather than "Distributor".
24265 2005-06-23  Lute Kamstra  <lute@gnu.org>
24267         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24268         (debug-on-entry): Use it.  New interactive declaration that uses
24269         function-called-at-point.
24271 2005-06-23  Kim F. Storm  <storm@cua.dk>
24273         * subr.el (save-match-data): Add comment about using evaporate arg
24274         to set-match-data.
24276 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
24278         * cus-edit.el (customize-face)
24279         (customize-face-other-window): Handle face aliases.
24281         * faces.el (face-documentation, set-face-attribute)
24282         (face-spec-set): Handle face aliases.
24284 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
24286         * help-mode.el (help-make-xrefs): If a symbol representing a face
24287         name is not followed by the word "face", it could still be a
24288         function or variable name, so don't bypass other checks.
24290 2005-06-22  Juri Linkov  <juri@jurta.org>
24292         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24293         Replace aliased functions with calls where second arg `inherit' is t.
24295 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
24297         * progmodes/gdb-ui.el (gdb-error): New variable.
24298         (gdb-error): New function.
24299         (gdb-annotation-rules): Act on error-begin and error annotations.
24300         (gdb-concat-output): Use font-lock-warning-face for errors.
24302 2005-06-22  Miles Bader  <miles@gnu.org>
24304         * bindings.el (propertized-buffer-identification): Use renamed
24305         `Buffer-menu-buffer' face.
24307         * faces.el (vertical-border): Rename from `vertical-divider'.
24308         (escape-glyph): Change dark-background color back to `cyan'.
24310 2005-06-21  Juri Linkov  <juri@jurta.org>
24312         * faces.el (face-user-default-spec): Try getting `customized-face'
24313         prior to `saved-face'.
24314         (frame-background-mode): Refill docstring.
24316         * emacs-lisp/lisp-mode.el (eval-defun-1):
24317         * emacs-lisp/edebug.el (edebug-eval-defun):
24318         Set `saved-face' temporarily to nil before calling form.
24319         Set `customized-face' to the new spec after that.
24321 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
24323         * subr.el (1value, lambda, key-substitution-in-progress):
24324         Doc fixes.
24326         * autoinsert.el (auto-insert-alist):
24327         * ses.el (ses-call-printer):
24328         * subr.el (noreturn):
24329         * emacs-lisp/lisp.el (check-parens):
24330         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24331         * net/browse-url.el (browse-url-mosaic):
24332         * progmodes/cc-defs.el (c-safe-scan-lists):
24333         * progmodes/ebnf-abn.el (ebnf-abn-lex):
24334         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24335         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24336         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24337         * progmodes/ebnf-iso.el (ebnf-iso-lex):
24338         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24340 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
24342         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24344 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
24346         * calendar/appt.el (appt-make-list): Activate the package, if
24347         not already active (for backwards compatibility).
24349 2005-06-20  Kim F. Storm  <storm@cua.dk>
24351         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
24353 2005-06-20  Miles Bader  <miles@gnu.org>
24355         * faces.el (vertical-divider): New face.
24357 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
24359         * simple.el (kill-whole-line): Doc fix.
24360         (next-error-buffer-p, next-error-find-buffer)
24361         (clone-indirect-buffer): Fix typos in docstrings.
24362         (comment-line-break-function): Doc fix: don't say variable
24363         is automatically buffer-local (it isn't).
24365 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
24367         * net/tramp-ftp.el (top):
24368         * net/tramp-smb.el (top):
24369         * net/tramp-util.el (top):
24370         * net/tramp-uu.el (top):
24371         * net/tramp-vc.el (top):
24372         * net/tramp.el (top): Revert copyright years back to original
24373         ones.  Tramp has a life outside GNU Emacs.
24375 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
24377         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24379 2005-06-18  Juri Linkov  <juri@jurta.org>
24381         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24382         end of first regexp to limit the match to the position between
24383         line number and source line with same separator character as used
24384         between file name and line number.  In the second regexp limit
24385         mouse-face area to file name and line number by adding new group
24386         for them and referring it in HYPERLINK arg.
24387         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24388         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24389         previous line where grep markers may be already removed.
24391 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
24393         * progmodes/ps-mode.el: Update version and maintainer's email address.
24395 2005-06-18  Steve Youngs  <steve@xemacs.org>
24397         * net/browse-url.el (browse-url-browser-function)
24398         (browse-url-default-browser): Add firefox.
24399         (browse-url-firefox-program, browse-url-firefox-arguments)
24400         (browse-url-firefox-startup-arguments)
24401         (browse-url-firefox-new-window-is-tab): New defcustoms.
24402         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24404 2005-06-17  Richard M. Stallman  <rms@gnu.org>
24406         * startup.el (command-line): Warn if specified user name has
24407         no home directory.
24409         * term.el (term-get-old-input, term-input-filter, term-input-sender)
24410         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24412         * longlines.el (longlines-mode, longlines-show-hard-newlines):
24413         Doc fixes.
24415         * faces.el (underline): Try bold if terminal doesn't support underline.
24417         * mail/sendmail.el (mail-setup-with-from): New variable.
24418         (mail-insert-from-field): New function.
24419         (sendmail-send-it): Call it.
24420         (mail-setup): Optionally call it here.
24422         * term/linux.el: Call tty-no-underline.
24424 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
24426         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24428 2005-06-17  Miles Bader  <miles@gnu.org>
24430         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24431         (ediff-current-diff-C, ediff-current-diff-Ancestor)
24432         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24433         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24434         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24435         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24436         Remove "-face" suffix from face names.
24437         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24438         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24439         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24440         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24441         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24442         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24443         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24444         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24445         New backward-compatibility aliases for renamed faces.
24446         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24447         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24448         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24449         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24450         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24451         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24452         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24453         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24454         Use renamed ediff faces.
24456         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24457         Remove "-face" suffix from face names.
24458         (eshell-test-ok-face, eshell-test-failed-face):
24459         New backward-compatibility aliases for renamed faces.
24460         (eshell-run-test): Use renamed eshell-test faces.
24462         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24463         face name.
24464         (eshell-prompt-face): New backward-compatibility alias for renamed
24465         face.
24466         (eshell-emit-prompt): Use renamed eshell-prompt face.
24468         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24469         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24470         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24471         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24472         Remove "-face" suffix from face names.
24473         (eshell-ls-directory-face, eshell-ls-symlink-face)
24474         (eshell-ls-executable-face, eshell-ls-readonly-face)
24475         (eshell-ls-unreadable-face, eshell-ls-special-face)
24476         (eshell-ls-missing-face, eshell-ls-archive-face)
24477         (eshell-ls-backup-face, eshell-ls-product-face)
24478         (eshell-ls-clutter-face):
24479         New backward-compatibility aliases for renamed faces.
24480         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24482         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24483         Remove "-face" suffix from face name.
24484         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24485         instead of literal face.
24487 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
24489         * emacs-lisp/warnings.el (display-warning, lwarn)
24490         (warning-minimum-log-level): Doc fixes.
24491         (warning-minimum-level, warning-minimum-log-level):
24492         Add :debug to :type choices.
24494         * progmodes/ada-mode.el (ada-format-paramlist)
24495         (ada-get-indent-case, ada-check-matching-start)
24496         (ada-check-defun-name, ada-goto-matching-decl-start)
24497         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24498         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24499         (ada-make-subprogram-body): Follow error conventions.
24500         (ada-case-exception-file, ada-indent-comment-as-code)
24501         (ada-indent-handle-comment-special, ada-indent-renames)
24502         (ada-indent-return, ada-search-directories-internal)
24503         (ada-tab-policy, ada-case-exception-substring)
24504         (ada-other-file-alist, ada-matching-start-re)
24505         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24506         (ada-imenu-generic-expression, ada-compile-goto-error)
24507         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24508         (ada-popup-menu, ada-add-extensions, ada-mode)
24509         (ada-region-selected, ada-create-case-exception)
24510         (ada-create-case-exception-substring, ada-after-keyword-p)
24511         (ada-activate-keys-for-case, ada-adjust-case-region)
24512         (ada-adjust-case-buffer, ada-format-paramlist)
24513         (ada-scan-paramlist, ada-insert-paramlist)
24514         (ada-indent-newline-indent)
24515         (ada-indent-newline-indent-conditional)
24516         (ada-justified-indent-current, ada-goto-previous-word)
24517         (ada-indent-current, ada-get-indent-open-paren)
24518         (ada-get-indent-paramlist, ada-get-indent-end)
24519         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24520         (ada-get-indent-block-start, ada-get-indent-subprog)
24521         (ada-get-indent-noindent, ada-get-indent-label)
24522         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24523         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24524         (ada-goto-stmt-end, ada-goto-next-word)
24525         (ada-check-matching-start, ada-check-defun-name)
24526         (ada-goto-matching-decl-start, ada-goto-matching-start)
24527         (ada-goto-matching-end, ada-search-ignore-string-comment)
24528         (ada-in-decl-p, ada-looking-at-semi-or)
24529         (ada-looking-at-semi-private, ada-in-paramlist-p)
24530         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24531         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24532         (ada-next-procedure, ada-previous-procedure, ada-next-package)
24533         (ada-previous-package, ada-create-menu)
24534         (ada-fill-comment-paragraph-justify)
24535         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24536         (ada-other-file-name, ada-last-which-function-line)
24537         (ada-last-which-function-subprog, ada-which-function)
24538         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24539         (ada-gen-treat-proc, ada-check-emacs-version)
24540         (ada-continuation-indent, ada-align-region-separate):
24541         Fix typos in docstrings.
24542         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24544 2005-06-16  Lute Kamstra  <lute@gnu.org>
24546         * simple.el (fundamental-mode): Run after-change-major-mode-hook
24547         conditionally.
24549 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
24551         * comint.el (comint-replace-by-expanded-filename)
24552         (comint-prompt-regexp, comint-delimiter-argument-list)
24553         (comint-preinput-scroll-to-bottom):
24554         * info.el (Info-hide-cookies-node):
24555         * ls-lisp.el (ls-lisp-classify):
24556         * find-file.el (ff-search-directories, ff-special-constructs)
24557         (ff-find-other-file):
24558         * font-lock.el (font-lock-keywords):
24559         * shell.el (shell-prompt-pattern)
24560         (shell-dynamic-complete-functions, shell-mode)
24561         (shell-delimiter-argument-list):
24562         * term.el (term-replace-by-expanded-filename)
24563         (term-prompt-regexp, term-delimiter-argument-list):
24564         * woman.el (woman-ignore, woman0-if):
24565         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24566         * emacs-lisp/elint.el (elint-init-env):
24567         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24568         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24569         * language/ethio-util.el (ethio-tilde-escape)
24570         (ethio-use-three-dot-question):
24571         * net/zone-mode.el (zone-mode-load-time-setup):
24572         * progmodes/cc-align.el (c-lineup-argcont):
24573         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24574         * progmodes/cperl-mode.el (cperl-set-style-back):
24575         * progmodes/inf-lisp.el (inferior-lisp-prompt):
24576         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24577         Fix spellings in docstrings.
24579         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24580         * progmodes/modula2.el (m2-for): Fix spellings.
24582         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24584         * simple.el (undo-more): Don't use `format' on `error' arguments.
24585         Improve argument/docstring consistency.
24586         (pending-undo-list): Doc fix.
24588         * smerge-mode.el (smerge-ensure-match):
24589         * emulation/vip.el (vip-ex):
24590         * net/zone-mode.el (zone-mode-update-serial):
24591         * progmodes/idlwave.el (idlwave-complete):
24592         * progmodes/vhdl-mode.el (vhdl-visit-file)
24593         (vhdl-compose-wire-components):
24594         Don't use `format' on `error' arguments.
24596         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24597         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24598         (tooltip-help-tips): Fix typos in docstrings.
24600 2005-06-16  David Ponce  <david@dponce.com>
24602         * tree-widget.el (tree-widget-value-create): Simplify last change.
24604 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
24606         * ido.el (ido-incomplete-regexp): New variable.
24607         (ido-set-matches-1): Handle invalid-regexp error and set
24608         ido-incomplete-regexp.
24609         (ido-incomplete-regexp): New face.
24610         (ido-completions): Use it.
24611         (ido-complete, ido-exit-minibuffer, ido-completions):
24612         Handle incomplete regexps.
24613         (ido-completions): Add check for complete match when entering a regexp.
24615 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24617         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24619 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24621         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24622         by field delimiters.
24624 2005-06-15  David Ponce  <david@dponce.com>
24626         * tree-widget.el: eval-and-compile inlined functions so they will
24627         be available at run-time too.
24628         (tree-widget-super-format-handler)
24629         (tree-widget-format-handler): Remove.
24630         (tree-widget-value-create): Handle the :indent property.
24632 2005-06-15  Miles Bader  <miles@gnu.org>
24634         * progmodes/which-func.el (which-func): Only inherit
24635         `font-lock-function-name-face' when that makes sense against the
24636         default mode-line face, otherwise set the face color explicitly.
24638         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
24639         faces instead of (non-existent) variables.
24641 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24643         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
24644         (iswitchb-get-matched-buffers): Likewise.  Simplify.
24646 2005-06-14  Miles Bader  <miles@gnu.org>
24648         * progmodes/ld-script.el (ld-script-location-counter):
24649         Remove "-face" suffix from face name.
24650         (ld-script-location-counter-face):
24651         New backward-compatibility alias for renamed face.
24652         (ld-script-location-counter-face): Use renamed face.
24654         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
24655         (cperl-hash): Remove "-face" suffix from face names.
24656         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
24657         New backward-compatibility aliases for renamed faces.
24658         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
24659         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
24661         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
24662         name.
24663         (which-func-face): New backward-compatibility alias for renamed face.
24664         (which-func-format): Use renamed which-func face.
24666         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
24667         (vhdl-function, vhdl-directive, vhdl-reserved-word)
24668         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
24669         names.
24670         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
24671         (vhdl-speedbar-configuration, vhdl-speedbar-package)
24672         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
24673         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
24674         (vhdl-speedbar-architecture-selected)
24675         (vhdl-speedbar-configuration-selected)
24676         (vhdl-speedbar-package-selected)
24677         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
24678         names.
24679         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
24680         Use renamed faces.
24681         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
24682         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
24683         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
24684         Use renamed faces.
24685         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
24686         names.
24687         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
24688         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
24689         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
24690         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
24691         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
24692         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
24694         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
24695         face name.
24696         (sh-heredoc-face): New backward-compatibility alias for renamed face.
24697         (sh-heredoc-face): Use renamed sh-heredoc face.
24699         * progmodes/idlw-help.el (idlwave-help-link):
24700         Remove "-face" suffix from face name.
24701         (idlwave-help-link-face):
24702         New backward-compatibility alias for renamed face.
24703         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
24705         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
24706         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
24707         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
24708         New backward-compatibility aliases for renamed faces.
24709         (idlwave-shell-disabled-breakpoint-face)
24710         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
24712         * progmodes/flymake.el (flymake-errline, flymake-warnline):
24713         Remove "-face" suffix from face names.
24714         (flymake-errline-face, flymake-warnline-face):
24715         New backward-compatibility aliases for renamed faces.
24716         (flymake-highlight-line): Use renamed flymake faces.
24718         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
24719         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24720         (ebrowse-member-class, ebrowse-progress):
24721         Remove "-face" suffix from face names.
24722         (ebrowse-tree-mark-face, ebrowse-root-class-face)
24723         (ebrowse-file-name-face, ebrowse-default-face)
24724         (ebrowse-member-attribute-face, ebrowse-member-class-face)
24725         (ebrowse-progress-face):
24726         New backward-compatibility aliases for renamed faces.
24727         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
24728         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
24729         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
24730         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
24732         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
24733         antlr-syntax)
24734         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
24735         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
24736         names.
24737         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
24738         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
24739         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24740         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
24741         backward-compatibility aliases for renamed faces.
24742         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
24743         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
24744         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
24745         remove "font-lock-".  Use renamed antlr-mode faces.
24746         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
24747         literal face-names with face variable references.
24749         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
24750         face name.
24751         (Buffer-menu-buffer-face): New backward-compatibility alias for
24752         renamed face.
24753         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
24755 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
24757         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
24758         Eliminate "-face" suffix.
24759         (makefile-targets): Inherit from font-lock-function-name-face and
24760         eliminate "-face" suffix.
24761         (makefile-shell): Remove attributes and eliminate "-face" suffix.
24762         (makefile-*-font-lock-keywords): Append makefile-targets in rule
24763         actions, instead of prepending, to make it less visible.
24764         (makefile-previous-dependency, makefile-match-dependency):
24765         Don't match a target on a continuation line.
24767         * files.el (auto-mode-alist): Put Makefile in gmake mode.
24769 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
24771         * progmodes/gdb-ui.el (menu): Re-order menu items.
24772         (gdb-tooltip-print): Respect tooltip-use-echo-area.
24774         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
24775         Define in tooltip.el.
24776         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
24777         (gud-tooltip-tips): Respect tooltip-use-echo-area and
24778         gud-tooltip-echo-area.
24780         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
24781         backward compatibility and make obsolete.
24782         (tooltip-help-tips): Use tooltip-use-echo-area.
24783         (tooltip-show-help-function): Rename to...
24784         (tooltip-show-help): ...this, because it is a function.
24785         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
24787 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
24789         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
24790         (edebug-print-length, edebug-print-level, edebug-print-circle)
24791         (edebug-modify-breakpoint, edebug-eval-last-sexp)
24792         (edebug-eval-print-last-sexp): Doc fixes.
24794 2005-06-14  Kim F. Storm  <storm@cua.dk>
24796         * ido.el (ido-mode): Make a new keymap every time we enable ido,
24797         as the coverage buffer/file/both may change.
24799 2005-06-14  Lute Kamstra  <lute@gnu.org>
24801         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
24802         and run-mode-hooks.  Simplify.
24804         * mail/rmailedit.el (rmail-edit-mode):
24805         * progmodes/octave-inf.el (inferior-octave-mode):
24806         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
24808         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
24809         and run-mode-hooks.
24810         (recentf-edit-list, recentf-open-files): Don't call
24811         kill-all-local-variables directly.
24813         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
24815 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
24817         * emacs-lisp/byte-run.el (make-obsolete)
24818         (define-obsolete-function-alias): Rename arguments FUNCTION and
24819         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
24820         (make-obsolete-variable, define-obsolete-variable-alias):
24821         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
24822         respectively.
24824         * isearchb.el (isearchb-activate):
24825         * pcvs.el (cvs-mode):
24826         * ses.el (ses-load):
24827         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
24828         * net/tramp.el (tramp-find-file-exists-command)
24829         (tramp-find-shell):
24830         * progmodes/ada-mode.el (ada-create-case-exception)
24831         (ada-create-case-exception-substring, ada-make-subprogram-body):
24832         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
24833         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
24834         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
24835         * textmodes/org.el (org-promote, org-evaluate-time-range)
24836         (org-agenda-next-date-line, org-agenda-previous-date-line)
24837         (org-agenda-error, org-open-at-point, org-table-move-row)
24838         (org-format-table-table-html-using-table-generate-source)
24839         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
24840         * textmodes/reftex.el (reftex-access-scan-info):
24841         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
24842         (reftex-toc-promote-prepare): Follow error conventions.
24844         * diff-mode.el (diff-mode): Fix typo in docstring.
24846         * forms.el (forms--intuit-from-file): Fix reference to
24847         `forms-number-of-fields' in error message.
24848         (forms-print): Fix quoting in error message.
24850         * forms.el (forms-mode):
24851         * emulation/vi.el (vi-goto-insert-state):
24852         * progmodes/flymake.el (flymake-new-err-info)
24853         (flymake-start-syntax-check-for-current-buffer)
24854         (flymake-simple-cleanup):
24855         * eshell/esh-var.el (eshell/export):
24856         * progmodes/gud.el (xdb):
24857         * textmodes/flyspell.el (flyspell-incorrect-hook)
24858         (flyspell-maybe-correct-transposition)
24859         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
24861 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
24863         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
24864         minibuffer prompt.
24866 2005-06-13  Kim F. Storm  <storm@cua.dk>
24868         * subr.el (add-to-ordered-list): New defun.
24870         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
24871         add cua--keymap-alist to emulation-mode-map-alists.
24873 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24875         * subr.el (complete-in-turn): New macro.
24876         (dynamic-completion-table, lazy-completion-table): Add debug info.
24878         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
24879         in preference to face aliases.
24881         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
24882         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
24883         Remove unused vars `start' and `firstline'.
24884         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
24885         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
24887 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
24889         * cus-start.el (all): Don't complain about missing GTK-related
24890         variables, unless either `gtk' is boundp or this isn't a
24891         `windows-nt' build.
24893 2005-06-13  Lute Kamstra  <lute@gnu.org>
24895         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
24896         run-mode-hooks.
24898         * ediff-mult.el (ediff-meta-mode):
24899         * ediff-util.el (ediff-mode): Use run-mode-hooks.
24901         * ledit.el (ledit-mode): Use delay-mode-hooks.
24903         * woman.el (woman-mode-line-format): Delete constant.
24904         (woman-mode-map): Initialize it properly.
24905         (woman-mode): Set mode-class property to special.
24906         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
24907         Set major-mode and mode-name.  Don't set mode-line-format directly.
24908         (Man-getpage-in-background): Don't reference woman-mode-line-format.
24910         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
24911         string argument obsolete.
24913 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
24915         * textmodes/org.el (org-CUA-compatible): New option.
24916         (org-disputed-keys): New variable.
24917         (org-key): New function.
24918         (orgtbl-make-binding): Add docstring to the created function.
24919         (org-mode): Set paragraph start/separate regexps.
24920         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
24921         (org-archive-location, org-archive-mark-done)
24922         (org-archive-stamp-time): New options.
24923         (org-archive-subtree): New command.
24924         (org-fill-paragraph): New function.
24925         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
24926         (org-fake-empty-table-line): Function removed.
24927         (org-format-org-table-html): Do not create empty table lines at
24928         separator lines.  Improved table header treatment.
24929         (org-link-format): New option.
24930         (org-make-link): New function.
24931         (org-insert-link, org-store-link): Use org-make-link.
24932         (org-open-file): Quote file name for shell command, to allow
24933         spaces in file names.
24934         (org-link-regexp): Fix bug with mailto link.
24935         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24936         New constants.
24937         (org-export-as-html): Deal with the optional angles around a link.
24938         Better treatment of file: links.
24939         (org-open-at-point): Replace @{ and @} with < and >.
24940         (org-run-mode-hooks): Function removed.
24941         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24943 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24945         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24946         MI command -data-list-register-values.
24947         (gdb-post-prompt): Indent properly.
24949 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24951         * hilit-chg.el (highlight-changes-colors): Rename from
24952         `highlight-changes-colours'.
24953         (highlight-changes-colours): Keep as obsolete alias.
24954         (highlight-changes-face-list): Doc fix.
24955         (hilit-chg-make-list): Use `highlight-changes-colors'.
24957 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24959         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24960         defun-prompt-regexp.
24962 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24964         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24965         and cygwin.
24967         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24968         Don't use an old loaddefs.el, as in Makefile.in.
24970 2005-06-12  Lute Kamstra  <lute@gnu.org>
24972         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24974         * man.el (Man-mode-map): Initialize it properly.
24975         (Man-mode): Set mode-class property to special.
24977         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24979 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24981         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24982         A newline is needed in the docstring there.
24984         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24985         Doc fixes.
24987 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24989         * printing.el: Doc fix.  The menubar is no more changed when printing
24990         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24991         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24992         (pr-version): New version number (6.8.4).
24993         (pr-menu-bind): New command.
24994         (pr-update-menus): Docstring and code fix.
24995         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24996         Docstring fix.
24997         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24998         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25000 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
25002         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25003         "Returns" to "return", document useful return values, etc.
25005 2005-06-11  Alan Mackenzie  <acm@muc.de>
25007         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25008         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25009         (adaptive-file-function): Minor amendment to doc-string.
25011 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25013         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25014         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25015         Fix :type--it is `integer', not `string'.
25017         * faces.el (modeline-highlight): Rename from (the erroneous)
25018         `modeline-higilight'.
25020 2005-06-11  Lute Kamstra  <lute@gnu.org>
25022         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25023         lisp-interaction-mode-map but make it the parent.
25024         (edebug-eval-mode): Use define-derived-mode.
25026 2005-06-11  Andreas Schwab  <schwab@suse.de>
25028         * bindings.el: Add binding of `ESC functionkey' for every
25029         `M-functionkey'.
25030         * hexl.el (hexl-mode-map): Likewise.
25032 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
25034         * progmodes/compile.el (compilation-error-regexp-alist-alist)
25035         [msft]: update regexp for newer msft compilers.
25037 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
25039         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25040         ATTLIST portions of included DTDs.
25041         (xml-parse-dtd): Eliminate use of inefficient match-data.
25043 2005-06-10  Miles Bader  <miles@gnu.org>
25045         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25046         (mpuz-text): Remove "-face" suffix from face names.
25047         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25048         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25049         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25051         * play/gomoku.el (gomoku-O, gomoku-X):
25052         Remove "-face" suffix from face names.
25053         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25054         New backward-compatibility aliases for renamed faces.
25055         (gomoku-font-lock-keywords): Use renamed gomoku faces.
25057 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25059         * thumbs.el: Fixes for changes of 2005-06-09.
25060         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25061         as a directory.
25062         (thumbs-thumbname): Remove directory separator from format string;
25063         `thumbs-thumbsdir' now returns a valid directory name.
25064         (thumbs-temp-dir): New defsubst.
25065         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25066         Use it.
25068         * cus-edit.el (minibuffer):
25069         * files.el (make-backup-file-name-function):
25070         * filesets.el (filesets-external-viewers):
25071         * hilit-chg.el (highlight-changes-colours)
25072         (highlight-changes-face-list, highlight-changes-rotate-faces):
25073         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25074         * kmacro.el (kmacro-call-macro):
25075         * log-edit.el (log-edit-changelog-full-paragraphs):
25076         * mouse.el (mouse-1-click-follows-link):
25077         * skeleton.el (skeleton-autowrap):
25078         * subr.el (insert-for-yank-1):
25079         * tempo.el (tempo-insert-region):
25080         * terminal.el (terminal-emulator):
25081         * time.el (display-time-mail-face):
25082         * vc.el (vc-annotate):
25083         * vcursor.el (vcursor-copy-line):
25084         * woman.el (woman-bold-headings, woman-ignore)
25085         (woman-default-faces, woman-monochrome-faces):
25086         * calendar/todo-mode.el (todo-insert-threshold):
25087         * emulation/pc-select.el (pc-select-selection-keys-only)
25088         (pc-selection-mode):
25089         * emulation/vip.el (vip-find-char-forward):
25090         * emulation/viper-cmd.el (viper-find-char-forward):
25091         * international/mule-cmds.el
25092         (select-safe-coding-system-accept-default-p)
25093         (input-method-exit-on-invalid-key):
25094         * international/mule-diag.el (describe-coding-system):
25095         * international/ucs-tables.el (unify-8859-on-encoding-mode):
25096         * net/browse-url.el (browse-url-xterm-program):
25097         * obsolete/lazy-lock.el (lazy-lock-mode):
25098         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25099         (cperl-mode):
25100         * progmodes/cpp.el (cpp-face-light-name-list)
25101         (cpp-face-dark-name-list):
25102         * progmodes/delphi.el (delphi-newline-always-indents):
25103         Fix spellings in docstrings.
25105         * ido.el (ido-mode, ido-file-extensions-order)
25106         (ido-default-file-method, ido-default-buffer-method)
25107         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25108         (ido-decorations, ido-read-file-name-as-directory-commands)
25109         (ido-read-file-name-non-ido, ido-work-directory-list)
25110         (ido-ignore-item-temp-list, ido-current-directory)
25111         (ido-magic-forward-char, ido-enter-find-file)
25112         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25113         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25115 2005-06-10  Lute Kamstra  <lute@gnu.org>
25117         * play/dunnet.el (dun-mode): Use define-derived-mode.
25118         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
25119         obsolete alias.
25121         * play/doctor.el (doctor-mode-map): Remove defvar.
25122         (doctor-mode): Use define-derived-mode.
25124         * mail/mspools.el (mspools-mode):
25125         * net/eudc-hotlist.el (eudc-hotlist-mode):
25126         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25128 2005-06-10  Miles Bader  <miles@gnu.org>
25130         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25131         Remove "-face" suffix from face names.
25132         (flyspell-incorrect-face, flyspell-duplicate-face):
25133         New backward-compatibility aliases for renamed faces.
25134         (flyspell-mode-on, make-flyspell-overlay)
25135         (flyspell-highlight-incorrect-region)
25136         (flyspell-highlight-duplicate-region)
25137         (flyspell-display-next-corrections)
25138         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25140         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25141         from face name.
25142         (texinfo-heading-face): New backward-compatibility alias for
25143         renamed face.
25144         (texinfo-heading-face): Use renamed texinfo-heading face.
25146         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25147         suffix from face names.
25148         (tex-math-face, tex-verbatim-face):
25149         New backward-compatibility aliases for renamed faces.
25150         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25151         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25152         literal face name.
25154         * textmodes/table.el (table-cell): Remove "-face" suffix from face
25155         name.
25156         (table-cell-face): New backward-compatibility alias for renamed face.
25157         (table--put-cell-face-property, table--update-cell-face):
25158         Use renamed table-cell face.
25160         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25161         from face name.
25162         (sgml-namespace-face): New backward-compatibility alias for
25163         renamed face.
25164         (sgml-namespace-face): Use renamed sgml-namespace face.
25166         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25167         (org-level-4, org-level-5, org-level-6, org-level-7)
25168         (org-level-8, org-warning, org-headline-done)
25169         (org-deadline-announce, org-scheduled-today)
25170         (org-scheduled-previously, org-link, org-done, org-table)
25171         (org-time-grid): Remove "-face" suffix from face names.
25172         (org-level-1-face, org-level-2-face, org-level-3-face)
25173         (org-level-4-face, org-level-5-face, org-level-6-face)
25174         (org-level-7-face, org-level-8-face, org-warning-face)
25175         (org-headline-done-face, org-deadline-announce-face)
25176         (org-scheduled-today-face, org-scheduled-previously-face)
25177         (org-link-face, org-done-face, org-table-face)
25178         (org-time-grid-face):
25179         New backward-compatibility aliases for renamed faces.
25180         (org-level-faces, org-set-font-lock-defaults, org-timeline)
25181         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25182         (org-agenda-get-timestamps, org-agenda-get-scheduled)
25183         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25185         * emulation/viper-init.el (viper-search, viper-replace-overlay)
25186         (viper-minibuffer-emacs, viper-minibuffer-insert)
25187         (viper-minibuffer-vi): Remove "-face" suffix from face names.
25188         (viper-search-face, viper-replace-overlay-face)
25189         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25190         (viper-minibuffer-vi-face):
25191         New backward-compatibility aliases for renamed faces.
25192         (viper-search-face, viper-replace-overlay-face)
25193         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25194         (viper-minibuffer-vi-face): Use renamed viper faces.
25196         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25197         Remove "-face" suffix from face names.
25198         (testcover-nohits-face, testcover-1value-face):
25199         New backward-compatibility aliases for renamed faces.
25200         (testcover-mark): Use renamed testcover faces.
25202         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25203         face name.
25204         (diary-button-face): New backward-compatibility alias for renamed face.
25205         (diary-entry): Use renamed diary-button face.
25207         * calendar/calendar.el (diary, calendar-today, holiday)
25208         (mark-visible-calendar-date): Remove "-face" suffix from face names.
25209         (diary-face, calendar-today-face, holiday-face):
25210         New backward-compatibility aliases for renamed faces.
25211         (eval-after-load "facemenu", diary-entry-marker)
25212         (calendar-today-marker, calendar-holiday-marker, diary-face):
25213         Use renamed calendar faces.
25215         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25216         (compare-windows-face): New backward-compatibility alias for
25217         renamed face.
25218         (compare-windows-highlight): Use renamed compare-windows face.
25220         * strokes.el (strokes-char): Remove "-face" suffix from face name.
25221         (strokes-char-face): New backward-compatibility alias for renamed face.
25222         (strokes-encode-buffer): Use renamed strokes-char face.
25224         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25225         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25226         Remove "-face" suffix from face names.
25227         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25228         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25229         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25230         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25231         Use renamed pcvs faces.
25232         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25233         * pcvs-defs.el (cvs-mode-map): Likewise.
25234         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25236         * info.el (info-title-1, info-title-2, info-title-3)
25237         (info-title-4): Remove "-face" suffix from and downcase face names.
25238         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25239         (Info-title-4-face):
25240         New backward-compatibility aliases for renamed faces.
25241         (Info-fontify-node): Use renamed info faces.
25243         * hilit-chg.el (highlight-changes, highlight-changes-delete):
25244         Remove "-face" suffix from face names.
25245         (highlight-changes-face, highlight-changes-delete-face):
25246         New backward-compatibility aliases for renamed faces.
25247         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25248         (hilit-chg-make-list): Use renamed highlight-changes faces.
25250         * generic-x.el (show-tabs-tab, show-tabs-space):
25251         Remove "-face" suffix from face names.
25252         (show-tabs-tab-face, show-tabs-space-face):
25253         New backward-compatibility aliases for renamed faces.
25254         (show-tabs-generic-mode-font-lock-defaults-1)
25255         (show-tabs-generic-mode-font-lock-defaults-2):
25256         Use renamed show-tabs faces.
25258         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25259         (smerge-markers): Remove "-face" suffix from face names.
25260         (smerge-mine-face, smerge-other-face, smerge-base-face)
25261         (smerge-markers-face):
25262         New backward-compatibility aliases for renamed faces.
25263         (smerge-mine-face, smerge-other-face, smerge-base-face)
25264         (smerge-markers-face): Use renamed smerge faces.
25266         * log-view.el (log-view-file, log-view-message): Remove "-face"
25267         suffix from face names.
25268         (log-view-file-face, log-view-message-face):
25269         New backward-compatibility aliases for renamed faces.
25270         (log-view-file-face, log-view-message-face): Use renamed log-view
25271         faces.
25273         * paren.el (show-paren-match, show-paren-mismatch):
25274         Remove "-face" suffix from face names.
25275         (show-paren-match-face, show-paren-mismatch-face):
25276         New backward-compatibility aliases for renamed faces.
25277         (show-paren-function): Use renamed show-paren faces.
25279         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25280         (ruler-mode-margins, ruler-mode-fringes)
25281         (ruler-mode-column-number, ruler-mode-fill-column)
25282         (ruler-mode-comment-column, ruler-mode-goal-column)
25283         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25284         suffix from face names.
25285         (ruler-mode-default-face, ruler-mode-pad-face)
25286         (ruler-mode-margins-face, ruler-mode-fringes-face)
25287         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25288         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25289         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25290         New backward-compatibility aliases for renamed faces.
25291         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25292         (ruler-mode-column-number, ruler-mode-fill-column)
25293         (ruler-mode-comment-column, ruler-mode-goal-column)
25294         (ruler-mode-tab-stop, ruler-mode-current-column)
25295         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25296         faces.
25298         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25299         face name.
25300         (whitespace-highlight-the-space): Use renamed face.
25301         (whitespace-highlight-face): New backward-compatibility alias for
25302         renamed face.
25304         * woman.el (woman-italic, woman-bold, woman-unknown)
25305         (woman-addition, woman-symbol-face):
25306         Remove "-face" suffix from face names.
25307         (woman-italic-face, woman-bold-face, woman-unknown-face)
25308         (woman-addition-face):
25309         New backward-compatibility aliases for renamed faces.
25310         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25311         (woman-decode-region, woman-replace-match)
25312         (woman-display-extended-fonts, woman-special-characters)
25313         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25314         Use renamed woman faces.
25316         * longlines.el (longlines-visible-face): Face removed.
25318         * diff-mode.el (diff-header, diff-file-header, diff-index)
25319         (diff-hunk-header, diff-removed, diff-added, diff-changed)
25320         (diff-function, diff-context, diff-nonexistent): Remove "-face"
25321         suffix from face names.
25322         (diff-header-face, diff-file-header-face, diff-index-face)
25323         (diff-hunk-header-face, diff-removed-face, diff-added-face)
25324         (diff-changed-face, diff-function-face, diff-context-face)
25325         (diff-nonexistent-face): New backward-compatibility aliases for
25326         renamed faces.
25327         (diff-header-face, diff-file-header-face)
25328         (diff-index, diff-index-face, diff-hunk-header)
25329         (diff-hunk-header-face, diff-removed, diff-removed-face)
25330         (diff-added, diff-added-face, diff-changed-face, diff-function)
25331         (diff-function-face, diff-context-face, diff-nonexistent)
25332         (diff-nonexistent-face): Use renamed diff-mode faces.
25334         * progmodes/compile.el (compilation-warning-face)
25335         (compilation-info-face): Remove "-face" suffix from face names.
25336         (compilation-warning-face, compilation-info-face):
25337         New backward-compatibility aliases for renamed faces.
25338         (compilation-warning-face, compilation-info-face):
25339         Use renamed compilation faces.
25341         * add-log.el (change-log-date, change-log-name)
25342         (change-log-email, change-log-file, change-log-list)
25343         (change-log-conditionals, change-log-function)
25344         (change-log-acknowledgement): Remove "-face" suffix from face names.
25345         (change-log-date-face, change-log-name-face)
25346         (change-log-email-face, change-log-file-face)
25347         (change-log-list-face, change-log-conditionals-face)
25348         (change-log-function-face, change-log-acknowledgement-face):
25349         New backward-compatibility aliases for renamed faces.
25350         (change-log-font-lock-keywords): Use renamed change-log faces.
25352         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25353         (custom-set, custom-changed, custom-saved, custom-button)
25354         (custom-button-pressed, custom-documentation, custom-state)
25355         (custom-comment, custom-comment-tag, custom-variable-tag)
25356         (custom-variable-button, custom-face-tag, custom-group-tag-1)
25357         (custom-group-tag): Remove "-face" suffix from face names.
25358         (custom-magic-alist, custom-magic-value-create)
25359         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25360         (custom-invalid-face, custom-rogue-face, custom-modified-face)
25361         (custom-set-face, custom-changed-face, custom-saved-face)
25362         (custom-button-face, custom-button-pressed-face)
25363         (custom-documentation-face, custom-state-face)
25364         (custom-comment-face, custom-comment-tag-face)
25365         (custom-variable-tag-face, custom-variable-button-face)
25366         (custom-face-tag-face, custom-group-tag-face-1)
25367         (custom-group-tag-face):
25368         New backward-compatibility aliases for renamed faces.
25370         * wid-edit.el (widget-documentation, widget-button)
25371         (widget-field, widget-single-line-field, widget-inactive)
25372         (widget-button-pressed): "-face" suffix removed from face names.
25373         (widget-documentation-face, widget-button-face)
25374         (widget-field-face, widget-single-line-field-face)
25375         (widget-inactive-face, widget-button-pressed-face):
25376         New backward-compatibility aliases for renamed faces.
25377         (widget-documentation-face, widget-button-face)
25378         (widget-button-pressed-face, widget-specify-field)
25379         (widget-specify-inactive): Use renamed widget faces.
25381 2005-06-10  Kenichi Handa  <handa@m17n.org>
25383         * term/x-win.el (x-clipboard-yank): Remove condition-case
25384         wrapping.
25386 2005-06-11  Kenichi Handa  <handa@m17n.org>
25388         * add-log.el (change-log-font-lock-keywords): Make the regexp for
25389         date lines stricter.
25391 2005-06-10  Zhang Wei  <id.brep@gmail.com>
25393         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25394         of x-get-selection.
25396 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25398         * comint.el (comint-mode, comint-snapshot-last-prompt):
25399         * frame.el (frame-current-scroll-bars):
25400         * term.el (term-mode, term-check-proc, term-input-sender)
25401         (term-simple-send, term-extract-string, term-word)
25402         (term-match-partial-filename):
25403         * window.el (window-current-scroll-bars):
25404         * emulation/cua-base.el (cua-normal-cursor-color)
25405         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25406         (cua-global-mark-cursor-color):
25407         * mail/undigest.el (rmail-forward-separator-regex):
25408         Fix typos in docstrings.
25410         * comint.el (comint-check-proc, make-comint-in-buffer)
25411         (comint-source-default): Doc fixes.
25413         * term.el (term-send-string): Improve argument/docstring consistency.
25415 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
25417         * comint.el (comint-send-input): Bind `inhibit-read-only' around
25418         call to `delete-region'.
25419         (comint-mode-hook): Do not enable Font Lock by default.
25421 2005-06-09  Lute Kamstra  <lute@gnu.org>
25423         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25424         could be void.
25426 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25428         * emacs-lisp/debug.el (debugger-will-be-back): New var.
25429         (debug): Use it.
25430         (debugger-step-through, debugger-continue, debugger-jump)
25431         (debugger-return-value): Set it when needed.
25432         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25433         Use inhibit-read-only.
25435 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
25437         * window.el (shrink-window-if-larger-than-buffer)
25438         (window-size-fixed): Fix typo in docstring.
25440         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
25441         thumbnails directory on loading.
25442         (thumbs-conversion-program): Use `eq' to check the system type,
25443         not `equal'.
25444         (thumbs-temp-dir): Initialize to `temporary-file-directory',
25445         not "/tmp".  Fix docstring.
25446         (thumbs-thumbsdir): New function to return the thumbnails
25447         directory, creating it if needed.
25448         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25449         (thumbs-temp-file): Delete variable and make it into a function.
25450         (thumbs-resize-image, thumbs-modify-image): Use it.
25451         (thumbs-kill-buffer): Simplify.
25452         (thumbs-gensym): Defalias or duplicate CL `gensym'.
25453         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25454         docstrings.
25456 2005-06-09  Kim F. Storm  <storm@cua.dk>
25458         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25459         set-match-data to free markers in match-data.
25461         * replace.el (replace-match-data): Pass RESEAT arg `t' to
25462         match-data to unchain markers in match-data.
25464 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25466         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25467         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
25468         unnecessary now.
25470 2005-06-08  Richard M. Stallman  <rms@gnu.org>
25472         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25473         give the variable a doc string that doesn't say don't set it directly.
25475         * textmodes/ispell.el (ispell-check-version):
25476         Use match-string-no-properties.
25477         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25478         (ispell-buffer-local-words): Likewise.
25480         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25481         except on terminals with enough colors to really display it.
25482         (makefile-dependency-regex): Delete spurious `bb'.
25484         * faces.el (escape-glyph): Use blue once again in last case.
25485         (no-break-space): Redefine so that it isn't invisible on a tty.
25487 2005-06-08  Kim F. Storm  <storm@cua.dk>
25489         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25490         also when reading directory name.
25492 2005-06-08  Lute Kamstra  <lute@gnu.org>
25494         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25495         (flyspell-mode-line-string): Remove autoload cookie.
25496         (flyspell-mode): Remove defvar.
25498 2005-06-07  Lute Kamstra  <lute@gnu.org>
25500         * textmodes/org.el (org-run-mode-hooks): New function.
25501         (org-agenda-mode): Use it.
25503 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
25505         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25507 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25509         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25511 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
25513         * font-lock.el (font-lock-add-keywords): Doc fix.
25515 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25517         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25518         (tex-compile-default): In the absence of any history, use the order in
25519         tex-compile-alist to choose the preferred command.
25520         (tex-compile-commands): Reorder a bit.
25522         * textmodes/flyspell.el (flyspell-auto-correct-binding)
25523         (flyspell-incorrect-face, flyspell-duplicate-face):
25524         Use (X)Emacs-agnostic code.
25525         (flyspell-mode-map): Don't overwrite at each load.  Remove code
25526         redundant with the subsequent add-minor-mode.  Merge Emacs and
25527         XEmacs code.
25528         (flyspell-word): Minor simplification.
25529         (flyspell-math-tex-command-p): Quieten the byte-compiler.
25530         (flyspell-external-point-words): Remove unused vars `size' and `start'.
25531         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25532         Merge the corresponding Emacs code.
25533         (flyspell-correct-word, flyspell-xemacs-popup):
25534         Use flyspell-do-correct.
25536         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25537         a dedicated window.
25539         * international/latexenc.el (latexenc-find-file-coding-system):
25540         Undo part of last patch, to turn off a compiler warning.
25542 2005-06-06  Juri Linkov  <juri@jurta.org>
25544         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25545         Rename `tmm-inactive-face' to `tmm-inactive'.
25547 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
25549         * iswitchb.el: Rename faces.
25551 2005-06-06  Kim F. Storm  <storm@cua.dk>
25553         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25554         (cua-global-mark): Remove -face suffix from face names.
25556         * emulation/cua-gmrk.el (cua--init-global-mark):
25557         Remove cua-global-mark face setup.
25559 2005-06-06  Richard M. Stallman  <rms@gnu.org>
25561         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25562         just like other allowed characters.
25563         (makefile-match-dependency): Exclude leading and training whitespace
25564         from the range of regexp subexp 1.
25565         (makefile-macroassign-regex): Don't try to match the body,
25566         just the name of the macro being defined.
25568         * info.el (Info-read-node-name-2): New function.
25569         (Info-read-node-name-1): Use that.
25570         Add a completion-base-size-function property.
25572         * simple.el (completion-setup-function): Look for
25573         completion-base-size-function property of minibuffer-completion-table.
25575         * files.el (locate-file-completion): Doc fix.
25577         * printing.el: Don't call pr-update-menus; user must do that.
25579         * emacs-lisp/debug.el (debugger-window): New variable.
25580         (debug): Use debugger-window if it is set and still alive.
25581         Record debugger-window for next entry.
25583         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25585 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
25587         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25588         (hack-one-local-variable, hack-local-variables)
25589         (hack-local-variables-prop-line): Pass that arg.
25591 2005-06-06  Kim F. Storm  <storm@cua.dk>
25593         * ido.el (ido-first-match, ido-only-match, ido-subdir)
25594         (ido-indicator): Remove -face suffix from face names.
25596 2005-06-06  Juri Linkov  <juri@jurta.org>
25598         * font-lock.el (font-lock-regexp-backslash)
25599         (font-lock-regexp-backslash-construct): New faces.
25600         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
25601         after `('.  Add `while-no-input' to control structures.
25603         * faces.el (no-break-space, shadow): New faces.
25604         (escape-glyph): Use less loud colors pink2 and red4.
25606         * diff-mode.el (diff-context-face)
25607         * dired.el (dired-ignored)
25608         * rfn-eshadow.el (file-name-shadow)
25609         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25611         * info.el (Info-title-1-face): Use green instead of yellow because
25612         bold yellow is not readable on light backgrounds.
25614         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25615         before selecting the desired mode to not spend time fontifying
25616         old contents.
25618 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
25620         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25621         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25623         * ps-print.el (ps-default-fg, ps-default-bg):
25624         Fix typos in docstrings.
25626         * isearchb.el (isearchb): Don't pass a spurious second argument to
25627         `iswitchb-completions'.
25629 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
25631         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
25632         to preserve point.
25633         (gdb-find-file-hook): Add doc string.
25635         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
25636         C dereferenced pointer expression.
25637         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
25639         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
25641         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
25642         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
25643         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
25644         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
25645         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
25646         Make background transparent.
25648 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
25650         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
25651         (font-lock-remove-keywords): Doc fix.
25652         (font-lock-mode-major-mode): Compiler defvar.
25653         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
25655         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
25656         (font-lock-mode): Update `font-lock-mode-major-mode'.
25657         (font-lock-set-defaults): Compiler defvar.
25658         (font-lock-default-function): Take `font-lock-mode-major-mode'
25659         into account.
25661         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
25662         keep track of which major mode it enabled the minor mode for.
25663         Use find-file-hook again.  Update docstring.
25665         * simple.el (eval-expression-print-level)
25666         (eval-expression-print-length, eval-expression-debug-on-error):
25667         Doc fixes.
25669 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
25671         * iswitchb.el (iswitchb-single-match-face)
25672         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
25673         (iswitchb-invalid-regexp-face): New faces.
25674         (iswitchb-completions): Use them.
25675         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
25676         now marked as an obsolete alias.
25677         (iswitchb-read-buffer): Remove check for bound font variables.
25678         (iswitchb-invalid-regexp): New free variable.
25679         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
25680         set iswitchb-invalid-regexp.
25681         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
25682         invalid regexps.
25683         (iswitchb-completions): Add check for complete match when entering
25684         a regexp.
25685         (iswitchb-completions): Remove require-match argument.
25686         (iswitchb-exhibit): Fix caller.
25687         (iswitchb-common-match-inserted): New variable.
25688         (iswitchb-complete, iswitchb-completion-help): Use it.
25690 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
25692         * url-http.el (url-http-chunked-encoding-after-change-function):
25693         Use `url-http-debug' instead of `message'.
25695 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
25697         * url-http.el (url-http-parse-headers): Pass redirected URL as a
25698         callback argument.
25700 2005-06-04  Kim F. Storm  <storm@cua.dk>
25702         * simple.el (line-move): Only call sit-for when moving backwards.
25704         * ido.el (ido-make-merged-file-list-1): New defun split from
25705         ido-make-merged-file-list.
25706         (ido-make-merged-file-list): Bind throw-on-input around call to
25707         ido-make-merged-file-list-1.  Return input-pending-p if
25708         interrupted by more input available.
25709         (ido-read-internal): Handle input-pending-p return value from
25710         ido-make-merged-file-list.
25712 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25714         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
25715         compatibility code.
25717         * international/latexenc.el (latexenc-find-file-coding-system):
25718         Don't inherit the EOL part of the coding-system from the
25719         tex-main buffer.  Fit within 80 columns.
25721 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
25723         * tmm.el (tmm-inactive-face): New face.
25724         (tmm-remove-inactive-mouse-face): New function.
25725         (tmm-prompt, tmm-add-one-shortcut)
25726         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
25727         but not selectable.
25729 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
25731         * faces.el (face-equal): Improve argument/docstring consistency.
25733 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
25735         * progmodes/make-mode.el (makefile-targets-face)
25736         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
25737         (makefile-bsdmake-dependency-regex)
25738         (makefile-makepp-rule-action-regex)
25739         (makefile-bsdmake-rule-action-regex): New constants.
25740         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
25742         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25743         Allow (...) within `...' for makepp messages.
25745 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
25747         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
25749         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
25750         "." files are deleted from all file lists before comparison.
25752         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25753         (viper-ESC-key): Made them customizable.
25755         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
25757 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
25759         * autorevert.el (auto-revert-buffers): Use save-match-data.
25761 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25763         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
25764         menu items with a nil command binding.
25766 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
25768         * emacs-lisp/cl-macs.el (defsetf):
25769         Improve argument/docstring consistency.
25771         * faces.el (list-faces-display): Improve the formatting by
25772         computing the maximum length required for any face-name (reworked
25773         patch of 1999-01-11, accidentally deleted on 1999-07-21).
25774         (internal-find-face): Remove redundant info in docstring.
25776 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
25778         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
25779         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
25780         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25781         (gdb-assembler-custom): Improve regexps.
25782         (def-gdb-auto-update-handler): Use window point to preserve point.
25784 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25786         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
25788 2005-05-31  Jay Belanger  <belanger@truman.edu>
25790         * calc/calc-embed.el (calc-embedded-word): Change argument passed
25791         to calc-embedded.
25792         (calc-embedded-make-info): Have plain prefix argument select
25793         entire line.
25795 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
25797         * faces.el (list-faces-display): Signal error if passed a regexp
25798         that matches no face name.
25800         * simple.el (filter-buffer-substring): Fix typo in docstring.
25802 2005-05-31  Richard M. Stallman  <rms@gnu.org>
25804         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
25805         (vhdl-emacs-21): Doc fix.
25806         (vhdl-mode): Unconditionally set comment-padding.
25807         (vhdl-fixup-whitespace-region): Insert spaces only where
25808         there are none.
25809         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
25811 2005-05-30  John Wiegley  <johnw@newartisans.com>
25813         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
25814         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
25815         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
25816         `directory-sep-char' to ?/, and all uses of `string-to-int' to
25817         `string-to-number'.
25819 2005-05-30  Jay Belanger  <belanger@truman.edu>
25821         * calc/calc.el (calc-bug-address): Fix docstring.
25822         (calc-window-hook, calc-trail-window-hook): New variables.
25823         (calc-trail-display): Restore use of calc-trail-window-hook.
25824         (calc): Restore use of calc-window-hook.
25826 2005-05-31  Masatake YAMATO  <jet@gyve.org>
25828         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
25830         * help-fns.el (help-C-file-name): Add autoload mark for
25831         `find-function-noselect'.
25833 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25835         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
25836         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
25838 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25840         * calendar/diary-lib.el (mark-included-diary-files): Only kill
25841         included diary buffer if it was not already being visited.
25842         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
25844         * calendar/icalendar.el (top-level): Do not require appt.
25846         * mail/supercite.el (sc-select-attribution): Only use a list
25847         element from sc-attrib-selection-list if it returns a string.
25848         Reported by Davide G. M. Salvetti <salve@debian.org>.
25850 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
25852         * thumbs.el (thumbs-thumbname): The resulting thumbname now
25853         includes a hash value to improve its uniqueness, and has a ".jpg"
25854         extension.  Also, it is now a valid filename on all systems.
25855         (thumbs-make-thumb): Use `let', not `let*'.
25856         (thumbs-show-thumbs-list): Check for JPEG availability.
25858 2005-05-30  Richard M. Stallman  <rms@gnu.org>
25860         * filesets.el (filesets-menu-ensure-use-cached):
25861         Prevent warning when emacs-version>= is undefined.
25863         * printing.el (pr-interactive-n-up): Use string-to-number.
25865         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
25867         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25868         Warn only when name to be defined is quoted.
25870 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
25872         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
25873         Make regexp more robust.
25874         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
25875         Force regeneration of disassembly.
25877 2005-05-29  Jay Belanger  <belanger@truman.edu>
25879         * calc/calc.el (calc-user-invocation): Check if
25880         calc-invocation-macro is non-nil.
25882 2005-05-29  Juri Linkov  <juri@jurta.org>
25884         * add-log.el (change-log-font-lock-keywords):
25885         Add `+' to e-mail regexp to accept mail address with keywords.
25887         * man.el (Man-name-regexp): Add `:' to accept qualified names.
25889 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
25891         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
25893         * ielm.el (inferior-emacs-lisp-mode): Ditto.
25895 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25897         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
25898         Undo the change that moves to end of the current word.
25900 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25902         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
25903         Throw error when count <= 0 to ensure input is a number.
25904         (gdb-read-memory-custom): Pick up address from buffer.
25905         (gdb-memory-mode): Allow user to increment and decrement
25906         memory address from header line.
25908 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25910         * flyspell.el (flyspell-version): Function deleted.
25911         (flyspell-auto-correct-previous-hook): Doc fix.
25913         * jit-lock.el (jit-lock-function, jit-lock-after-change):
25914         Do nothing if memory is full.
25916         * font-lock.el (font-lock-fontify-syntactically-region):
25917         Pass t for GREEDY to looking-back.
25919         * saveplace.el (save-place-alist-to-file): Write the file
25920         using write-region.
25922         * subr.el (looking-back): New argument GREEDY.
25924         * progmodes/compile.el (compilation-start): Set the mode
25925         before inserting the initial text.
25927         * progmodes/which-func.el (which-func-update-1): Turn the mode
25928         off in case of error by setting which-func-mode.
25930 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
25932         * flyspell.el (flyspell-auto-correct-previous-word):
25933         Narrow down to what's on the screen, and recenter overlays
25934         at the end of the next word.
25936 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25938         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25939         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25940         (flyspell-abbrev-p): Default to nil.
25941         (flyspell-use-global-abbrev-table-p): Doc fix.
25942         (flyspell-large-region): Allow nil as value.
25943         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25945         (mail-mode-flyspell-verify): More robust handling
25946         of `mail-header-separator'.  More efficient signature detection.
25947         Allow for regexp metacharacters in message-header-separator.
25948         Adding `To' not to be checked in mail-mode-flyspell-verify.
25950         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25951         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25952         Bind flyspell-auto-correct-binding.
25953         Bind C-. and C-, .
25954         (flyspell-mode-map): Likewise.
25955         (flyspell-mode): Doc fix.
25956         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25957         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25958         (flyspell-word-cache-result): New var, always local.
25959         (flyspell-check-pre-word-p): Doc fix.
25960         (flyspell-check-changed-word-p): Handle spc like newline.
25961         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25962         (flyspell-word-search-backward, flyspell-word-search-forward):
25963         New functions.
25964         (flyspell-word): Return t if nothing to check.
25965         When parsing TeX code, check for after } or \.
25966         Use flyspell-word-search-backward to find previous word.
25967         Return nil if duplicated word.
25968         For word already checked, return same value as last time.
25969         Set flyspell-word-cache-result after checking.
25970         Don't clobber the return value.
25971         (flyspell-get-word): Major rewrite.
25972         (flyspell-external-point-words): New locals pword, pcount.
25973         Fix size used in progress message.
25974         Find the proper corresponding word in flyspell-large-region-buffer.
25975         (flyspell-region): Check for flyspell-large-region = nil.
25976         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25977         (flyspell-auto-correct-word): Check that WORD is a cons.
25978         (flyspell-correct-word): Likewise.
25980 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25982         * progmodes/make-mode.el (makefile-rule-action-regex)
25983         (makefile-macroassign-regex, makefile-makepp-mode)
25984         (makefile-bsdmake-mode): Continuation lines may be empty.
25985         Reported by Joshua Varner.
25986         (makefile-makepp-font-lock-keywords): Add $(stem).
25988 2005-05-28  Karl Berry  <karl@gnu.org>
25990         * textmodes/tex-mode.el: Now that tex-send-command calls
25991         shell-quote-argument (2005-03-31 change), remove all calls to
25992         shell-quote-argument; they all end up invoking tex-send-command.
25993         The double quoting loses on filenames with non-safe characters,
25994         such as "@".  Reported by Frederik Fouvry.
25996 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25998         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25999         about preserving point.
26001 2005-05-27  Jay Belanger  <belanger@truman.edu>
26003         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26004         Info-goto-node.
26006         * calc/calc-embed.el (calc-embed-arg): New variable.
26007         (calc-do-embedded-activate, calc-embedded-activate-formula)
26008         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26009         variable by new variable.
26010         (calc-embedded-make-info): Replace undeclared variable by new
26011         variable.  When selecting region with positive prefix
26012         argument, use end of previous line instead of beginning of line.
26014         * calc/calc-aent.el (calc-arg-values): Declare it.
26016         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26017         Declare them.
26019         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26021         * calc/calc.el (calc-alg-map): Declare it.
26023         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26025 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
26027         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26028         (gdb-registers-buffer, toggle-gdb-all-registers):
26029         Toggle display of floating point registers.
26030         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26032         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
26033         (toggle-gud-tooltip-dereference):
26034         Rename from gud-toggle-tooltip-dereference.
26036 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26038         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26040 2005-05-27  Jay Belanger  <belanger@truman.edu>
26042         * calc/calc-prog.el (calc-kbd-report): Remove.
26043         (calc-kbd-query): Rewrite.
26045 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
26047         * image.el (image-library-alist): Move to image.c.
26048         (image-type-available-p): Doc fix.
26050 2005-05-27  Lute Kamstra  <lute@gnu.org>
26052         * calc/calc.el (calc):
26053         * outline.el (outline-1, outline-2, outline-3, outline-4)
26054         (outline-5, outline-6, outline-7, outline-8):
26055         * textmodes/dns-mode.el (dns-mode):
26056         * textmodes/sgml-mode.el (sgml-namespace-face):
26057         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26058         (tex-verbatim-face, tex-use-reftex):
26059         * textmodes/texinfo.el (texinfo-heading-face):
26060         Specify customization group.
26062         * longlines.el: Don't require easy-mmode.
26063         (longlines-visible-face): Specify customization group.
26065 2005-05-27  Kenichi Handa  <handa@m17n.org>
26067         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26068         encoding table of windows-1251.
26070         * international/ucs-tables.el (ucs-set-table-for-input):
26071         If translation-table-for-input of a coding system is a symbol, get
26072         its translation-table property.
26074         * international/code-pages.el: Don't register a coding system into
26075         non-iso-charset-alist more than once.
26076         (cp-make-coding-system): Likewise.
26078 2005-05-26  John Wiegley  <johnw@newartisans.com>
26080         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26081         `eshell-resume-eval' is wrapped in a list, it indicates that the
26082         command was run asynchronously.  In that case, unwrap the value
26083         before checking the delimiter value.
26085         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26086         character before a space at the end of a line is \, assume the space
26087         is part of the last argument rather than a final argument separator.
26089         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26090         is in use, and the target is `t' or `nil' (which are the most common
26091         values), don't assume that the symbol target is a buffer.
26093 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
26095         * calendar/calendar.el (calendar-mode-line-format):
26096         Use mode-line-highlight as mouse-face.
26098         * time.el (display-time-string-forms, display-time-update):
26099         Use mode-line-highlight as mouse-face.
26101 2005-05-26  Jay Belanger  <belanger@truman.edu>
26103         * calc/calc.el (calc-language-alist): Remove extra defvar.
26105 2005-05-26  Lute Kamstra  <lute@gnu.org>
26107         * arc-mode.el (archive-mode):
26108         * bookmark.el (bookmark-read-annotation-mode)
26109         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26110         * bs.el (bs-mode):
26111         * calc/calc-yank.el (calc-edit-mode):
26112         * calc/calc.el (calc-mode, calc-trail-mode):
26113         * calculator.el (calculator-mode):
26114         * chistory.el (command-history-mode):
26115         * comint.el:
26116         * cus-edit.el (custom-mode):
26117         * descr-text.el (describe-text-mode):
26118         * ebuff-menu.el (Electric-buffer-menu-mode):
26119         * ediff-util.el (ediff-mode):
26120         * emacs-lisp/re-builder.el (reb-mode):
26121         * emulation/vi.el (vi-mode-setup):
26122         * emulation/ws-mode.el (wordstar-mode):
26123         * eshell/esh-mode.el (eshell-mode):
26124         * forms.el (forms-mode):
26125         * help-mode.el (help-mode):
26126         * hexl.el (hexl-mode):
26127         * ibuffer.el (ibuffer-mode):
26128         * ielm.el (inferior-emacs-lisp-mode):
26129         * info.el (Info-mode, Info-edit-mode):
26130         * international/swedish.el:
26131         * ledit.el (ledit-from-lisp-mode):
26132         * locate.el (locate-mode):
26133         * mail/rmail.el (rmail-mode):
26134         * mail/rmailedit.el (rmail-edit-mode):
26135         * mail/rmailsum.el (rmail-summary-mode):
26136         * mail/supercite.el (sc-electric-mode):
26137         * net/eudc.el (eudc-mode):
26138         * net/quickurl.el (quickurl-list-mode):
26139         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26140         * obsolete/ooutline.el (outline-mode):
26141         * obsolete/options.el (Edit-options-mode):
26142         * obsolete/rnews.el (news-mode):
26143         * obsolete/rnewspost.el (news-reply-mode):
26144         * play/5x5.el (5x5-mode):
26145         * play/decipher.el (decipher-mode, decipher-stats-mode):
26146         * play/gomoku.el (gomoku-mode):
26147         * play/snake.el (snake-mode):
26148         * play/solitaire.el (solitaire-mode):
26149         * play/tetris.el (tetris-mode):
26150         * progmodes/ada-mode.el (ada-mode):
26151         * progmodes/antlr-mode.el (antlr-mode):
26152         * progmodes/autoconf.el (autoconf-mode):
26153         * progmodes/dcl-mode.el (dcl-mode):
26154         * progmodes/delphi.el (delphi-mode):
26155         * progmodes/ebrowse.el (ebrowse-tree-mode)
26156         (ebrowse-electric-list-mode, ebrowse-member-mode)
26157         (ebrowse-electric-position-mode):
26158         * progmodes/f90.el (f90-mode):
26159         * progmodes/fortran.el (fortran-mode):
26160         * progmodes/icon.el (icon-mode):
26161         * progmodes/idlw-help.el (idlwave-help-mode):
26162         * progmodes/idlw-shell.el (idlwave-shell-mode):
26163         * progmodes/idlwave.el (idlwave-mode):
26164         * progmodes/inf-lisp.el (inferior-lisp-mode):
26165         * progmodes/m4-mode.el (m4-mode):
26166         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26167         * progmodes/modula2.el (modula-2-mode):
26168         * progmodes/octave-inf.el (inferior-octave-mode):
26169         * progmodes/octave-mod.el (octave-mode):
26170         * progmodes/pascal.el (pascal-mode):
26171         * progmodes/sh-script.el (sh-mode):
26172         * progmodes/sql.el (sql-mode, sql-interactive-mode):
26173         * progmodes/vhdl-mode.el (vhdl-mode):
26174         * progmodes/xscheme.el (scheme-interaction-mode):
26175         * replace.el (occur-mode):
26176         * ses.el (ses-mode):
26177         * simple.el (completion-list-mode):
26178         * skeleton.el:
26179         * speedbar.el (speedbar-mode):
26180         * term.el (term-mode):
26181         * terminal.el (terminal-edit-mode):
26182         * textmodes/reftex-index.el (reftex-index-mode)
26183         (reftex-index-phrases-mode):
26184         * textmodes/reftex-sel.el (reftex-select-label-mode)
26185         (reftex-select-bib-mode):
26186         * textmodes/reftex-toc.el (reftex-toc-mode):
26187         * wdired.el (wdired-change-to-wdired-mode):
26188         * wid-browse.el (widget-browse-mode):
26189         Use run-mode-hooks.
26191         * array.el (array-mode):
26192         * calendar/todo-mode.el (todo-mode):
26193         * man.el (Man-mode):
26194         * play/landmark.el (lm-mode):
26195         * play/mpuz.el (mpuz-mode):
26196         Use kill-all-local-variables and run-mode-hooks.
26198         * subr.el (delay-mode-hooks): Specify indentation.
26200 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
26202         * xml.el (xml-substitute-special): Don't die for undefined xml
26203         entities.
26205 2005-05-26  Jay Belanger  <belanger@truman.edu>
26207         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26208         of nil.
26210 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
26212         * progmodes/gdb-ui.el (gdb-frame-address):
26213         Rename from gdb-current-address.
26214         (gdb-previous-frame-address): Rename from gdb-previous-address.
26215         (gdb-selected-frame): Rename from gdb-current-frame.
26216         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26217         (gdb-frame-number): Rename from gdb-current-stack-level.
26218         (gdb-ann3): Match new mode-name for disassembly buffer.
26219         Extend initialization of variables.
26220         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26221         (gdb-memory-mode): Use mouse-face in header line.
26222         (gdb-assembler-buffer-name): Call it disassembly and give frame
26223         in mode line.
26224         (gdb-source-spec-regexp, gdb-assembler-custom)
26225         (gdb-invalidate-assembler, gdb-frame-handler):
26226         Make robust to leading zeroes in address format.
26228 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
26230         * textmodes/org.el (org-mode): Use `define-derived-mode' to
26231         define `org-mode'.
26232         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26234 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26236         * log-edit.el (log-edit-changelog-entries): Distinguish between
26237         filenames like xfns.c and fns.c.
26239 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
26241         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26242         point after reverting.
26243         (Buffer-menu-make-sort-button): Handle the case where
26244         `Buffer-menu-use-header-line' is nil.
26246 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
26248         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26249         New funcs.  In minibuffer-local-completion-map bind `]', `/'
26250         and `:' to them.
26252 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26254         * startup.el (normal-top-level): Allow modification of load-path while
26255         we're iterating over it.
26257 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
26259         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26260         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26261         (thumbs-resize-interactive, thumbs-insert-image)
26262         (thumbs-insert-thumb, thumbs-dired-show-marked)
26263         (thumbs-find-image-at-point, thumbs-delete-images)
26264         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26265         (thumbs-increment-image-size, thumbs-decrement-image-size):
26266         Fix typos in docstrings.
26268 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
26270         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26271         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26272         (cperl-mode): Use them.
26274 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
26276         * window.el (quit-window, shrink-window-if-larger-than-buffer):
26277         Doc fixes.
26279 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
26281         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26282         Bind C-d to gdb-inferior-io-eof.
26284         * dired.el (dired-dnd-popup-notice): Use message-box.
26286 2005-05-23  Masatake YAMATO  <jet@gyve.org>
26288         * bindings.el (mode-line-major-mode-keymap):
26289         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26291         * faces.el (mode-line-highlight): New face.
26293         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26294         as mouse-face.
26296         * bindings.el (top-level, help-echo, mode-line-modified)
26297         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26298         as mouse-face.
26300 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
26302         * progmodes/cc-engine.el (c-guess-basic-syntax):
26303         Remove spurious call to `zerop'.
26305         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26307 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
26309         CC Mode update to 5.30.10:
26311         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26312         could go past the limit in decoration level 2, thereby causing
26313         errors during interactive fontification.
26315         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26316         the file is evaluated interactively.
26318         * cc-engine.el (c-guess-basic-syntax): Handle operator
26319         declarations somewhat better in C++.
26321         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26322         make use of `run-mode-hooks' which has been added in Emacs 21.1.
26323         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26324         (awk-mode): Use it.
26325         (make-local-hook): Suppress warning about obsoleteness.
26327         * cc-engine.el, cc-align.el, cc-cmds.el
26328         (c-append-backslashes-forward, c-delete-backslashes-forward)
26329         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26330         Compensate for return value from `forward-line' when it has moved
26331         but not to a different line due to eob.
26333         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26334         `objc-method-intro' and `objc-method-args-cont'.
26336 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
26338         CC Mode update to 5.30.10:
26340         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26341         in the copyright statement.  Incidentally, change "along with GNU
26342         Emacs" to "along with this program" where it occurs.
26344         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26345         so that it is interactive, hence can be found by M-x awk-mode
26346         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
26347         <gmorris+emacs@ast.cam.ac.uk>.
26349         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26350         Mode's regexps.
26352 2005-05-23  Kevin Ryde  <user42@zip.com.au>
26354         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26355         c-parse-state, to avoid a lisp error (on bad code).
26357 2005-05-23  Lute Kamstra  <lute@gnu.org>
26359         * subr.el (font-lock-defaults): Remove defvar as it's already
26360         defined in font-core.el.
26362         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26364 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
26366         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26367         more general and work when GDB variable "print pretty" is on,
26368         as with Emacs, for example.
26370 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
26372         * font-core.el: Update comment.
26374         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26375         Use `after-change-major-mode-hook' instead of `find-file-hook'.
26377         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26379 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
26381         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26382         and `yank-handler' in the doc strings.
26384 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26386         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
26388 2005-05-22  Richard M. Stallman  <rms@gnu.org>
26390         * help.el (describe-key): Move print-help-return-message call
26391         out of conditional.
26393         * progmodes/etags.el (list-tags): Use with-no-warnings.
26395         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26396         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26397         (starttls-extra-args, starttls-extra-arguments): Add defvars.
26399         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26401         * language/viet-util.el (viet-viscii-nonascii-translation-table):
26402         Add defvar.
26404         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26405         Use defvar, not defconst.
26407         * hexl.el (hexl-follow-line): Use with-no-warnings.
26409         * emulation/tpu-extras.el: Use write-file-functions instead of
26410         write-file-hooks.
26412         * dired.el (dired-font-lock-keywords): Fontify files with junk
26413         extensions even if marked by -F.
26415 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
26417         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26418         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26419         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26420         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26421         (concatenate, list-length, get*, getf, cl-remprop):
26422         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26423         (etypecase, progv, lexical-let, lexical-let*)
26424         (multiple-value-bind, multiple-value-setq, shiftf):
26425         Improve argument/docstring consistency.
26427         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26429 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
26431         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26432         doesn't exist.
26434         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
26435         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26437 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
26439         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26440         already deleted variables: auto-fill-hook, blink-paren-hook,
26441         lisp-indent-hook, inhibit-local-variables, unread-command-event,
26442         suspend-hooks, comment-indent-hook, meta-flag,
26443         before-change-function, after-change-function,
26444         font-lock-doc-string-face.
26446 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
26448         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26450 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
26452         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26453         rmail-dont-reply-to.
26455 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26457         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26458         literal blank when splitting new-header-values.
26460 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
26462         * calendar/cal-menu.el (cal-menu-update): Add separator as a
26463         string so that tmm doesn't create a completion entry for it.
26465         * textmodes/table.el (table-disable-menu): Ditto.
26467 2005-05-21  Richard M. Stallman  <rms@gnu.org>
26469         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26471         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26473         * net/rcompile.el (remote-compile): Use compilation-start.
26475         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26477 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
26479         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26480         Default to makefile-bsdmake-mode on BSD systems.
26482         * imenu.el (imenu-generic-expression, imenu--generic-function'):
26483         REGEXP may also be a search function now.  The part of doc-string
26484         for describing the structure was 95% identical to that of
26485         `imenu--generic-function'.  Unify it there.
26487         * progmodes/make-mode.el (makefile-imenu-generic-expression):
26488         Use function to find dependencies, because regexp alone is so complex,
26489         it easily goes into an endless loop.
26490         (makefile-makepp-mode): Also add submenu for Perl functions
26491         defined in the makefile.
26492         (makefile-bsdmake-mode): Special imenu-generic-expression no
26493         longer needed, due to function call.
26494         (makefile-match-dependency): Take BOUND into account when checking
26495         if we're through.
26497 2005-05-20  Jay Belanger  <belanger@truman.edu>
26499         * calc/calc-units.el (calc-invalidate-units-table):
26500         Use inhibit-read-only.
26501         (math-build-units-table-buffer): Use view-mode.
26503 2005-05-20  David Kastrup  <dak@gnu.org>
26505         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26506         easy-menu-add is not a nop on Emacs; and clarify when to call it.
26508 2005-05-20  Lute Kamstra  <lute@gnu.org>
26510         * diff-mode.el (diff-header-face, diff-file-header-face)
26511         (diff-index-face, diff-hunk-header-face, diff-removed-face)
26512         (diff-added-face, diff-changed-face, diff-function-face)
26513         (diff-context-face, diff-nonexistent-face): Put them in the
26514         diff-mode customization group.
26516 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26518         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26520         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26522         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26523         Minor regexp-optimization.
26525 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
26527         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26528         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26529         (org-agenda-add-time-grid-maybe): New function.
26530         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26531         (org-table-create): `dotimes' instead of `mapcar'.
26532         (org-xor): Simplify implementation.
26533         (org-agenda): `inhibit-redisplay' turned on.
26534         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26535         a consistent line after a state change.
26536         (org-agenda-remove-times-when-in-prefix): New option.
26537         (org-prefix-has-time): New variable.
26538         (org-parse-time-string): Optional argument NODEFAULT.
26539         (org-format-agenda-item): Parse items for time-of-day
26540         specifications and move these into the prefix if possible.
26541         (org-agenda-priority): Get current heading, not previous heading
26542         during agenda remote editing.
26544 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
26546         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26547         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26548         (remove-duplicates, delete-duplicates, substitute)
26549         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26550         (nsubstitute-if-not, find, find-if, find-if-not, position)
26551         (position-if, position-if-not, count, count-if, count-if-not)
26552         (mismatch, search, sort*, stable-sort, merge, member*)
26553         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26554         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26555         (intersection, nintersection, set-difference, nset-difference)
26556         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26557         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26558         (nsublis, tree-equal): Improve argument/docstring consistency.
26560         * subr.el (send-string, send-region): Remove obsolescence declaration.
26561         (window-dot, set-window-dot, read-input, show-buffer)
26562         (eval-current-buffer, string-to-int):
26563         Add release number to obsolescence declarations.
26565 2005-05-19  Kim F. Storm  <storm@cua.dk>
26567         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26568         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26570 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
26572         * faces.el (list-faces-display): Make back button respect optional
26573         regexp arg.
26575 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
26577         * calculator.el (calculator-radix-grouping-mode)
26578         (calculator-radix-grouping-digits, calculator-displayer)
26579         (calculator-radix-grouping-separator, calculator-copy-displayer):
26580         * dabbrev.el (dabbrev-search-these-buffers-only):
26581         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26582         (diff-advance-after-apply-hunk, diff-mode-hook)
26583         (diff-minor-mode-prefix):
26584         * imenu.el (imenu-use-popup-menu):
26585         * jit-lock.el (jit-lock-context-time):
26586         * newcomment.el (comment-fill-column, comment-column)
26587         (comment-style, comment-padding, comment-multi-line)
26588         (comment-empty-lines, comment-auto-fill-only-comments):
26589         * reveal.el (reveal-around-mark):
26590         * uniquify.el (uniquify-buffer-name-style)
26591         (uniquify-after-kill-buffer-p)
26592         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26593         (uniquify-min-dir-content, uniquify-separator)
26594         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26595         * w32-vars.el (w32-fixed-font-alist):
26596         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26597         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26598         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26599         * progmodes/perl-mode.el (perl-indent-level)
26600         (perl-continued-statement-offset, perl-continued-brace-offset)
26601         (perl-brace-offset, perl-brace-imaginary-offset)
26602         (perl-label-offset, perl-indent-continued-arguments)
26603         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26604         * progmodes/tcl.el (tcl-indent-level)
26605         (tcl-continued-indent-level, tcl-auto-newline)
26606         (tcl-tab-always-indent, tcl-electric-hash-style)
26607         (tcl-help-directory-list, tcl-use-smart-word-finder)
26608         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26609         (inferior-tcl-source-command):
26610         * textmodes/fill.el (enable-kinsoku):
26611         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26612         * textmodes/table.el (table-yank-handler):
26613         Specify missing group (and type, if simple) in defcustom.
26615 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
26617         * progmodes/compile.el (compilation-finish-function): Fix defvar.
26619 2005-05-19  Richard M. Stallman  <rms@gnu.org>
26621         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26623         * subr.el (event-basic-type): Don't get an error.
26624         (left-fringe-p): Function deleted.
26626         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
26627         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
26629         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
26630         in recursive copy.
26632         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
26634         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
26636         * emacs-lisp/bytecomp.el
26637         (byte-compile-file-form-custom-declare-variable):
26638         Call byte-compile-nogroup-warn if appropriate.
26640         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
26641         (compilation-set-window): Don't call left-fringe-p; do it directly.
26643 2005-05-19  Jay Belanger  <belanger@truman.edu>
26645         * calc/calc-graph.el (calc-graph-format-data): Make sure
26646         var-PlotRejects is bound before trying to check its value.
26648 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
26650         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
26651         definition of this variable from reftex-global.el to reftex.el,
26652         because it is needed in the menu.
26654 2005-05-19  Lute Kamstra  <lute@gnu.org>
26656         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
26657         years are fixed.  Don't insert a space after a dash.
26659 2005-05-19  Kim F. Storm  <storm@cua.dk>
26661         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
26663 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
26665         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
26666         strings, because (eq ... ?\\) is fairly frequent.
26668         * progmodes/make-mode.el (makefile-add-this-line-targets):
26669         Simplify and integrate into `makefile-pickup-targets'.
26670         (makefile-add-this-line-macro): Simplify and integrate into
26671         `makefile-pickup-macros.
26672         (makefile-pickup-filenames-as-targets): Simplify.
26673         (makefile-previous-dependency, makefile-match-dependency):
26674         Don't stumble over `::'.
26676 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
26678         * subr.el (post-command-idle-hook, post-command-idle-delay):
26679         Remove obsoletion of post-command-idle-hook and
26680         post-command-idle-delay.
26682         * faces.el (list-faces-display): Provide button when describe-face
26683         is called to take user back to the list of faces.
26685         * help-fns.el (describe-variable): Remove hyperlinks in a
26686         variable's value as these are quite frequently inappropriate.
26688         * follow.el (follow-submit-feedback, follow-mode):
26689         Remove references to post-command-idle-hook.
26691 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
26693         * progmodes/make-mode.el (makefile-previous-dependency)
26694         (makefile-match-dependency): Check for := (and in bsd mode also
26695         !=) to give a better result, even when font-lock is not on.
26697 2005-05-18  Jay Belanger  <belanger@truman.edu>
26699         * calc/calc-help.el (calc-s-prefix-help):
26700         Add `calc-copy-special-constant' to help string.
26702 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
26704         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26706 2005-05-18  Jay Belanger  <belanger@truman.edu>
26708         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
26709         in linear factors are in proper order.
26711 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
26713         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26714         Support for jurabib.
26716         * textmodes/reftex.el (featurep): Define aliases for overlay
26717         commands, for XEmacs compatibility, and use these aliases in
26718         overlay initializations.
26719         (reftex-highlight): Use `reftex-move-overlay'.
26720         (reftex-unhighlight): Use `reftex-delete-overlay'.
26721         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
26722         (reftex-access-search-path): Use `reftex-uniquify' instead of
26723         `reftex-uniq'
26725         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
26726         `before-string' property modification enables for Emacs as well.
26727         (reftex-select-item): Use `reftex-delete-overlay'.
26728         (reftex-select-mark): Use `reftex-make-overlay' and
26729         `reftex-overlay-put'.
26730         (reftex-select-unmark): Use `reftex-delete-overlay' and
26731         `reftex-overlay-put'.
26733 2005-05-18  Lute Kamstra  <lute@gnu.org>
26735         * emacs-lisp/lisp.el (check-parens): Fix docstring.
26737 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
26739         * add-log.el (add-change-log-entry):
26740         * array.el (array-make-template, array-reconfigure-rows)
26741         (array-init-max-row, array-init-max-column)
26742         (array-init-columns-per-line, array-init-field-width):
26743         * replace.el (replace-match-maybe-edit, perform-replace):
26744         * textmodes/spell.el (spell-region):
26745         Replace `read-input' by `read-string'.
26747         * forms.el (forms-mode):
26748         * finder.el (finder-compile-keywords):
26749         * shadowfile.el (shadow-read-files):
26750         Replace `eval-current-buffer' by `eval-buffer'.
26752         * terminal.el (te-pass-through):
26753         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
26754         (ange-ftp-raw-send-cmd):
26755         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
26756         (send-process-next-char, telnet-initial-filter, telnet):
26757         Replace `send-string' by `process-send-string'.
26759         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
26760         (prolog-consult-region): Replace `send-string' by
26761         `process-send-string'; replace `send-region' by `process-send-region'.
26763         * progmodes/delphi.el (delphi-log-msg):
26764         Replace `set-window-dot' by `set-window-point'.
26766         * subr.el (window-dot, set-window-dot, read-input, send-string)
26767         (send-region, show-buffer, eval-current-buffer):
26768         Make really obsolete, as the comment says.
26770 2005-05-17  Kim F. Storm  <storm@cua.dk>
26772         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
26773         (cua--init-keymaps): Bind C-return instead of S-return to set
26774         rectangle mark.
26776         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
26777         instead of S-return to toggle/clear rectangle mark.
26779 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
26781         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
26782         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
26783         Also fontify plain strings assigned to variables, mostly so that a
26784         colon has a face and is thus not taken as a dependency separator.
26785         (makefile-previous-dependency): Inline the new matcher, because it
26786         is too complex to work in both directions.
26787         (makefile-match-dependency): Eliminate `backward' arg (see above).
26788         Completely reimplemented so as to not sometimes go into an endless
26789         loop.  It should also be more efficient, because first it only
26790         searches for `:', instead of applying the very complex regexp.
26791         (makefile-mode): Cancel `font-lock-support-mode', because blocks
26792         to be fontified in one piece can be too long for JIT.
26793         Makefiles are never *that* big.
26795 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
26797         * dired.el (dired-mode): Simplify.
26799 2005-05-17  Lute Kamstra  <lute@gnu.org>
26801         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
26802         defcustom for the mode hook variable.
26804         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
26805         Emacs Lisp Reference Manual.
26807 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
26809         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
26810         (evenp, list*):
26811         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
26812         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
26814         * net/tramp-smb.el (tramp-smb-open-connection):
26815         Pass `tramp-chunksize' as fifth (required) argument.
26817 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
26819         * font-lock.el (lisp-font-lock-keywords-1):
26820         Set `font-lock-negation-char-face' for [^...] char group.
26821         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
26823         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
26824         a var, and refine it to mask one more level of nested vars.
26825         (makefile-rule-action-regex): Turn it into a var, and refine it so
26826         it recognizes backslashed continuation lines as belonging to the
26827         same command.
26828         (makefile-macroassign-regex): Refine it so it recognizes
26829         backslashed continuation lines as belonging to the same command.
26830         (makefile-var-use-regex): Don't look at the next char, because it
26831         might be the same one to be skipped by the initial [^$], leading
26832         to an overlooked variable use.
26833         (makefile-make-font-lock-keywords): Remove two parameters, which
26834         are now variables that some of the modes set locally.
26835         Handle dependency and rule action matching through functions, because
26836         regexps alone match too often.  Dependency matching now comes
26837         last, so it can check, whether a colon already matched something else.
26838         (makefile-mode): Inform that font-lock improves makefile parsing
26839         capabilities.
26840         (makefile-match-dependency, makefile-match-action): New functions.
26842 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
26844         * emacs-lisp/cl-extra.el (equalp): Doc fix.
26846         * align.el (align-regexp):
26847         * ansi-color.el (ansi-color-get-face):
26848         * array.el (array-reconfigure-rows, array-init-max-row)
26849         (array-init-max-column, array-init-columns-per-line)
26850         (array-init-field-width):
26851         * dired-aux.el (dired-trample-file-versions):
26852         * dired-x.el (dired-mark-sexp):
26853         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
26854         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
26855         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
26856         * faces.el (face-read-integer):
26857         * files.el (backup-extract-version, insert-directory):
26858         * hexl.el (hexl-insert-decimal-char):
26859         * server.el (server-process-filter):
26860         * shell.el (shell-extract-num):
26861         * startup.el (command-line-1):
26862         * term.el (term-command-hook):
26863         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
26864         (time-stamp-do-number):
26865         * time.el (display-time-update):
26866         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
26867         (timezone-fix-time):
26868         * vms-patch.el (vms-suspend-resume-hook):
26869         * calendar/appt.el (appt-convert-time):
26870         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26871         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
26872         * calendar/cal-islam.el (mark-islamic-diary-entries):
26873         * calendar/calendar.el (calendar-cursor-to-date)
26874         (calendar-star-date):
26875         * calendar/diary-lib.el (diary-attrtype-convert)
26876         (mark-diary-entries, diary-entry-time):
26877         * calendar/solar.el (solar-get-number):
26878         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
26879         * emacs-lisp/re-builder.el (reb-display-subexp):
26880         * emulation/edt.el (edt-set-scroll-margins):
26881         * emulation/tpu-extras.el (tpu-set-scroll-margins):
26882         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
26883         (vip-get-ex-count):
26884         * emulation/viper-ex.el (viper-get-ex-token)
26885         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
26886         * international/fontset.el (fontset-plain-name):
26887         * mail/feedmail.el (feedmail-look-at-queue-directory):
26888         * mail/mailalias.el (mail-get-names):
26889         * mail/rmail.el (rmail-convert-to-babyl-format):
26890         * mail/rmailsum.el (rmail-make-basic-summary-line)
26891         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
26892         (rmail-summary-goto-msg):
26893         * mail/smtpmail.el (smtpmail-read-response):
26894         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
26895         (ange-ftp-vms-add-file-entry):
26896         * play/gametree.el (gametree-looking-at-ply)
26897         (gametree-current-branch-score):
26898         * progmodes/ada-xref.el (ada-prj-find-prj-file)
26899         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
26900         * progmodes/cperl-mode.el (condition-case):
26901         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
26902         (ebrowse-set-member-buffer-column-width)
26903         (ebrowse-select-1st-to-9nth):
26904         * progmodes/etags.el (etags-snarf-tag):
26905         * progmodes/flymake.el (flymake-parse-line):
26906         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
26907         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
26908         (idlwave-shell-menu-def):
26909         * progmodes/ps-mode.el (ps-run-goto-error):
26910         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
26911         (vhdl-speedbar-contract-level):
26912         * term/mac-win.el (x-handle-numeric-switch):
26913         * term/sun-mouse.el (sun-get-frame-data):
26914         * term/w32-win.el (x-handle-numeric-switch):
26915         * term/x-win.el (x-handle-numeric-switch):
26916         * textmodes/ispell.el (ispell-parse-output):
26917         * textmodes/nroff-mode.el (nroff-outline-level):
26918         * textmodes/reftex-cite.el (reftex-bib-sort-year)
26919         (reftex-bib-sort-year-reverse, reftex-format-citation):
26920         * textmodes/reftex-parse.el (reftex-init-section-numbers)
26921         (reftex-section-number):
26922         * textmodes/texinfmt.el (texinfo-paragraphindent):
26923         Replace `string-to-int' by `string-to-number'.
26925         * international/latexenc.el: Add page marker to force the "Local
26926         Variables:" string out of the last page.
26928 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26930         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26931         tooltip-change-major-mode.
26932         (gud-tooltip-print-command): Remove case where gud-minor-mode
26933         is gdb ("--fullname").
26934         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26935         explain to user.
26937 2005-05-16  Jay Belanger  <belanger@truman.edu>
26939         * calc/calc-store.el (calc-copy-special-constant): New function.
26941         * calc/calc-ext.el (calc-init-extensions): Add binding for
26942         `calc-copy-special-constant'.
26944         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26945         for the `calc-copy-special-constant' command.
26947 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26949         * subr.el (left-fringe-p): New function.
26951         * progmodes/compile.el (compilation-setup): Set local value of
26952         overlay-arrow-string to "" always.
26953         (compilation-set-window): Left fringe then don't scroll.
26954         No left fringe then no arrow and scroll message to top.
26955         (compilation-context-lines): Adjust doc string accordingly.
26957 2005-05-16  Kim F. Storm  <storm@cua.dk>
26959         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26960         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26961         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26962         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26963         (ido-read-file-name): Handle commands with ido property value
26964         equal to find-file as reading a file name, to allow C-d to enter dired.
26965         (ibuffer-find-file): Add ido property with value find-file.
26967 2005-05-15  Kim F. Storm  <storm@cua.dk>
26969         * subr.el (open-network-stream-nowait): Remove.
26970         (open-network-stream-server): Remove.
26972 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26974         * faces.el (describe-face): Output a definition link button.
26976         * help-mode.el (help-face-def): New button type.
26978         * emacs-lisp/copyright.el (copyright-fix-years):
26979         Match properly if the first year is 2-digit.
26980         Don't mess up the whitespace after the years by filling.
26982         * dired-aux.el (dired-mark-confirm):
26983         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26985         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26986         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26987         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26989         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26990         Set font-lock-comment-start-skip.
26992         * font-lock.el (font-lock-comment-start-skip): New variable.
26993         (font-lock-comment-end-skip): New variable.
26994         (font-lock-fontify-syntactically-region): Use them if non-nil.
26996 2005-05-15  Jay Belanger  <belanger@truman.edu>
26998         * calc/calc-store.el (calc-store-value): Return a string rather
26999         than display it as a message.
27000         Use calc-var-name for variable name.
27001         (calc-store-into): Add the result of calc-store-value to message.
27002         (calc-copy-variable): Add a message.
27003         (calc-store-exchange): Improve error messages.
27004         (calc-store-binary, calc-store-map): Don't reset the values of
27005         special constants.
27007 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
27009         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27010         manual to docstring.
27012         * files.el (hack-local-variables-confirm): Add STRING argument.
27013         Make the function handle non file visiting buffers correctly.
27014         (hack-local-variables-prop-line, hack-local-variables)
27015         (hack-one-local-variable): Use STRING arg of
27016         `hack-local-variables-confirm'.
27018 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
27020         Sync with Tramp 2.0.49.
27022         * net/tramp.el (tramp-handle-dired-call-process)
27023         (tramp-handle-insert-directory):`insert-buffer' cannot be used
27024         because the contents of the Tramp buffer is changed before
27025         insertion (`expand-file' and alike).
27026         (tramp-handle-insert-directory): If `localname' has an empty
27027         nondirectory name, it must not be quoted.
27028         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
27029         variable `tramp-chunksize'.  Change callees.
27030         (tramp-open-connection-setup-interactive-shell): Check remote host
27031         for buggy `send-process-string' implementation.
27032         Set `tramp-chunksize' if found.  Reported by Michael Kifer
27033         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27034         (tramp-handle-shell-command): `insert-buffer' cannot be used
27035         because the contents of the Tramp buffer is changed before
27036         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27037         <frederic.bothamy@free.fr>.
27038         (tramp-set-auto-save): Actions should be done for Tramp file name
27039         handler only.  Ange-FTP has its own auto-save mechanism.
27040         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27041         (tramp-set-auto-save-file-modes): Set file modes of
27042         `buffer-auto-save-file-name' to ?\600 as fallback solution.
27043         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27044         (tramp-bug): Remove obsolete variable.
27045         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
27046         for presence of `mml-mode'.  Make it running for older Emacsen as well.
27048 2005-05-14  John Paul Wallington  <jpw@pobox.com>
27050         * ibuf-ext.el (define-ibuffer-filter filename):
27051         If `dired-directory' is a list, use its car.
27053 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
27055         * ibuffer.el (define-ibuffer-column filename):
27056         If `dired-directory' is a list, use its car.
27058 2005-05-14  Richard M. Stallman  <rms@gnu.org>
27060         * subr.el (symbol-file): Doc fix.
27062         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27063         (byte-compile-form): Call byte-compile-nogroup-warn.
27064         (byte-compile-warning-types): Doc fix.
27066         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27068         * progmodes/cc-engine.el (c-literal-faces):
27069         Add font-lock-comment-delimiter-face.
27071         * net/net-utils.el (dig): Use with-no-warnings.
27073         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27074         (sc-recite-frame-alist, sc-default-cite-frame)
27075         (sc-default-uncite-frame, sc-default-recite-frame)
27076         (sc-attrib-selection-list, sc-rewrite-header-list):
27077         Mark as risky-local-variable.
27079         * international/ogonek.el (ogonek-jak, ogonek-how):
27080         Don't use beginning-of-buffer.
27082         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27084         * calendar/solar.el (solar-data-list): Move definition up.
27086         * dnd.el (dnd-protocol-alist): Add autoload.
27088         * progmodes/sh-script.el: Many doc usage fixes.
27089         (sh-indent-after-do): Change default to match common styles.
27091 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
27093         * files.el (interpreter-mode-alist)
27094         (auto-mode-interpreter-regexp): Doc fixes.
27096 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
27098         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27100         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27102 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27104         * dired.el (dired-mode): make-variable-buffer-local =>
27105         make-local-variable.
27107 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27109         * term/mac-win.el (mac-select-convert-to-string): Try coding
27110         systems in mac-script-code-coding-systems if specified one cannot
27111         encode string for `com.apple.traditional-mac-plain-text'.
27113 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
27115         * progmodes/make-mode.el (makefile-targets-face)
27116         (makefile-shell-face, makefile-makepp-perl-face): New faces.
27117         (makefile-dependency-regex): Fix it to not make the colon in
27118         $(var:a=b) special.
27119         (makefile-rule-action-regex): New regexp for highlighting embedded
27120         Shell strings.
27121         (makefile-macroassign-regex): Handle != for highlighting as
27122         embedded Shell strings.
27123         (makefile-var-use-regex): New const.
27124         (makefile-statements, makefile-automake-statements)
27125         (makefile-gmake-statements, makefile-makepp-statements)
27126         (makefile-bsdmake-statements): New consts.
27127         (makefile-make-font-lock-keywords): New function.
27128         (makefile-automake-font-lock-keywords)
27129         (makefile-gmake-font-lock-keywords)
27130         (makefile-makepp-font-lock-keywords)
27131         (makefile-bsdmake-font-lock-keywords): New consts.
27132         (makefile-mode-map): Add switchers between the various submodes.
27133         (makefile-mode): Document the availability of the variants.
27134         (makefile-automake-mode, makefile-gmake-mode)
27135         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27137         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27138         new variants of makefile-mode.
27140 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27142         * font-lock.el (font-lock-comment-delimiter-face): Fix up
27143         the inheritance.
27145 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
27147         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27148         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27150         * files.el (normal-mode): Extend the scope of the
27151         `enable-local-variables' binding to include the `set-auto-mode' call.
27152         (magic-mode-alist): Doc fix.
27154 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27156         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27157         font-lock-comment-face rather than copying its setting.
27159 2005-05-12  Andreas Schwab  <schwab@suse.de>
27161         * eshell/esh-mode.el (eshell-send-input): Doc fix.
27163 2005-05-12  Lute Kamstra  <lute@gnu.org>
27165         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27166         defcustom for the mode hook variable.  Delete the last argument.
27167         * generic-x.el: Fix callers of define-generic-mode.
27168         (generic-x-modes): Delete group.
27169         (show-tabs-tab-face, show-tabs-space-face): Put them in the
27170         generic-x customization group.
27172 2005-05-12  Kim F. Storm  <storm@cua.dk>
27174         * font-lock.el (font-lock-negation-char-face): Default to "off".
27176         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27177         font-lock-negation-char-face to ! in !=.
27179 2005-05-12  Masatake YAMATO  <jet@gyve.org>
27181         * add-log.el (find-change-log): Fix typos in the docstring
27182         of function.
27184 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27186         * international/latexenc.el (latexenc-find-file-coding-system):
27187         Avoid `re-search-forward' when looking for input encoding because
27188         of speed and safety.  Better regular expressions for recognizing
27189         input encoding.  Limit a search for TeX-master/tex-main-file to
27190         the local variable section.
27192 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
27194         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27195         syntax of $ to "'" (quote).
27197 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
27199         * dnd.el (dnd-protocol-alist): Improve custom type.
27201         * dired.el (dired-dnd-protocol-alist): New variable.
27202         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
27203         `dired-mode-hook' to the end.
27205 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27207         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27208         comment-end if comment-start-skip is not set.
27209         Obey the font-lock-comment-delimiter-face variables.
27211 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27213         * files.el (executable-find): Move from executable.el.  Use
27214         locate-file.
27215         * progmodes/executable.el (executable-find): Move to files.el.
27217         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27218         when trying to ensure forward progress.
27220 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
27222         * mouse-sel.el (mouse-sel-follow-link-p): New function.
27223         (mouse-select, mouse-select-internal, mouse-extend-internal):
27224         Use it to implement mouse-1-click-follows-link functionality.
27226 2005-05-11  Richard M. Stallman  <rms@gnu.org>
27228         * font-lock.el (font-lock-fontify-syntactically-region):
27229         Use font-lock-comment-delimiter-face for comment delimiters.
27231 2005-05-10  Jay Belanger  <belanger@truman.edu>
27233         * calc/calc-help.el (calc-m-prefix-help): Add mention of
27234         preserving embedded modes.
27236 2005-05-10  Richard M. Stallman  <rms@gnu.org>
27238         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27240         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27241         Move from ada-stmt.el.
27242         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27244         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27245         Move to ada-mode.el.
27246         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27248         * cus-edit.el (custom-file): Call file-chase-links.
27250         * files.el (read-directory-name): Fix previous change.
27251         (hack-local-variables-confirm): New function.
27252         (hack-local-variables-prop-line, hack-local-variables)
27253         (hack-one-local-variable): Use it.
27255 2005-05-10  Lute Kamstra  <lute@gnu.org>
27257         * font-lock.el (font-lock-keywords-alist)
27258         (font-lock-removed-keywords-alist): Clarify docstrings.
27260 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
27262         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27263         (gdb-source-info): Check for preprocessor info.
27264         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
27265         a macro for a function.
27266         (gdb-info-breakpoints-custom): Try to find file again if not already
27267         found (user might have used GDB dir command).
27268         (gdb-get-location): Update gdb-location-alist correctly for change
27269         to gdb-info-breakpoints-custom.
27271         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27272         (gud-tooltip-print-command): Add gdbmi case.
27273         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27274         preprocessor info.
27276 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
27278         * startup.el (fancy-splash-insert): Fix typo in doc string.
27280 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
27282         * obsolete/float.el (string-to-float):
27283         * obsolete/hilit19.el (hilit-add-pattern):
27284         * obsolete/rnews.el (news-parse-range, news-select-message)
27285         (news-get-pruned-list-of-files): Replace `string-to-int' by
27286         `string-to-number'.
27288         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27289         `find-file-not-found-hooks'; use `add-hook'.
27290         (uncompress-while-visiting): Set `write-file-functions', not
27291         `write-file-hooks'; use `add-hook'.
27293 2005-05-09  Kim F. Storm  <storm@cua.dk>
27295         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27296         (cua-paste): Handle clipboard action.
27297         (cua--init-keymaps): Remap clipboard-kill-region and
27298         clipboard-kill-ring-save.
27300 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
27302         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27303         Improve commentary.
27305         * simple.el (next-error-overlay-arrow-position): Revert the change
27306         made on 2005-04-30.
27308 2005-05-07  Jay Belanger  <belanger@truman.edu>
27310         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27311         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27312         `calc-sel-reselect'.
27314         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27315         Calc is in embedded mode.
27317 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27319         * progmodes/compile.el (compilation-setup):
27320         Set overlay-arrow-string to an empty string on text terminals.
27322         * textmodes/ispell.el (ispell-program-name): Try looking for
27323         "aspell" along exec-path, and if found, use it as the default
27324         speller program.
27326 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
27328         * international/mule.el (sgml-xml-auto-coding-function):
27329         Recognize encoding='FOO' in single quotes as well as in double quotes.
27331 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
27333         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27334         as well as `interactive', so that defmacro* would recognize
27335         `declare' forms.
27337 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27339         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27340         Explain more about the LIGHTER arg's usage in the doc string.
27341         Add commentary to clarify what the code does.  Fix the regexp that
27342         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
27343         since it could have characters special to regular expressions.
27345 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27347         * replace.el (occur-1): Bind inhibit-read-only so that
27348         erase-buffer doesn't barf on read-only text properties (likewise
27349         for add-text-properties in occur-engine).  Mark buffer as unmodified.
27350         (occur-engine): Don't set buffer-read-only here.
27352 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27354         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27355         list-buffers-directory.  This caused the *cvs-commit* buffer to be
27356         sometimes mistakenly reused as a *cvs* buffer.
27358 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
27360         * tooltip.el: Move code for GUD tooltips into gud.el.
27361         (require): CL no longer needed to compile case.
27362         (tooltip-mode): Do not toggle functions for GUD tooltips.
27363         (tooltip-gud-tips-p): Remove.  Replace with minor mode
27364         gud-tooltip-mode in gud.el.
27365         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27366         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27367         tooltip-gud prefix with gud-tooltip and obsolete.
27368         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27369         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27370         (tooltip-mouse-motion): Mouse movement functions/variable.
27371         Rename in gud.el by adding gud prefix.
27372         (tooltip-gud-original-filter, tooltip-gud-dereference)
27373         (tooltip-gud-event, tooltip-toggle-gud-tips)
27374         (tooltip-gud-process-output, tooltip-gud-print-command)
27375         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
27376         gud.el by replacing tooltip-gud prefix with gud-tooltip.
27377         (gdb-tooltip-print): Move to gdb-ui.el.
27379         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27380         (require): CL needed to compile case.
27381         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27382         tooltip-gud-tips-p.  Make it a minor-mode.
27383         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27384         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27385         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27386         (gud-tooltip-change-major-mode)
27387         (gud-tooltip-activate-mouse-motions-if-enabled)
27388         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27389         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27390         (gud-tooltip-original-filter, gud-tooltip-dereference)
27391         (gud-tooltip-event, tooltip-toggle-gud-tips)
27392         (gud-tooltip-process-output, gud-tooltip-print-command)
27393         (gud-tooltip-tips): Move from tooltip.el.
27395         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27396         (gdb-cpp-define-alist-flags): Doc fix.
27397         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27398         gud-tooltip-mode is t.
27400 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27402         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27403         evaporate if their text is deleted.
27404         (goto-address-at-point): Make it work as a mouse binding as well.
27405         (goto-address-at-mouse): Obsolete it.  Update users.
27407 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
27409         * calendar/appt.el (top-level): No longer activate on load.
27411 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
27413         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27414         * net/webjump.el (webjump):
27415         * progmodes/idlw-help.el (idlwave-do-context-help1)
27416         (idlwave-highlight-linked-completions):
27417         * textmodes/po.el (po-find-file-coding-system-guts):
27418         Replace `assoc-ignore-case' by `assoc-string'.
27420 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
27422         * files.el (locate-file): Doc fix.
27424         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27425         Remove the redundant test for ms-dos.
27427         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27428         look for the preprocessor with exec-suffixes.  If not found in
27429         standard places, look in exec-path.  Remove most of the tests that
27430         used system-type.
27432         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27434         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27436         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27437         file-name clash with jka-compr.el on 8+3 filesystems.
27439 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27441         * term/mac-win.el: Don't define or bind scroll bar functions if
27442         x-toolkit-scroll-bars is t.
27443         (x-select-text, x-get-selection-value): Clear
27444         x-last-selected-text-clipboard if x-select-enable-clipboard is
27445         nil.
27446         (PRIMARY): Put mac-scrap-name property.
27447         (mac-select-convert-to-file-url): New function.
27448         (public.file-url): New selection target type.  Add to
27449         selection-converter-alist.
27450         (x-get-selection, x-selection-value): Handle it.
27451         (x-cut-buffer-or-selection-value): New alias.
27453 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27455         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27456         entry to avoid calling bibtex-find-entry with arg global
27457         being t.  Remove arg key.
27458         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27459         (bibtex-copy-summary-as-kill): Change accordingly.
27461 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27463         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27464         (org-agenda-date-later): Use with-current-buffer.
27466 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
27468         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27469         (define-obsolete-variable-alias): Doc Fixes.
27471 2005-05-06  Kim F. Storm  <storm@cua.dk>
27473         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
27474         vertical-motion when selective-display is active.
27476         * ido.el (ido-setup-hook): New hook.
27477         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27478         (ido-input-stack): New var.
27479         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
27480         ido-next-work-file binding to M-O.
27481         Bind M-f to ido-wide-find-file-or-pop-dir.
27482         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27483         (ido-read-internal): Run ido-setup-hook.
27484         Catch quit in read-file-name and read-string to cancel edit.
27485         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27486         Automatically pop-all when completing a directory name (RET).
27487         (ido-file-internal): Add with-no-warnings around ffap and dired code.
27488         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27489         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27490         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27491         New functions for M-b/M-f to move among the directory components.
27492         (ido-make-merged-file-list): Catch quit to cancel merge.
27493         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27494         (ido-completion-help): No warnings for ido-completion-buffer-full.
27496 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
27498         * font-lock.el (font-lock-negation-char-face): New face and variable.
27499         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27500         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27501         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27502         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27504 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
27506         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27507         Fix typo in docstring.
27509         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27510         (ebrowse-print-statistics-line)
27511         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27513         * term/w32-win.el (image-library-alist): Add additional name for
27514         Xpm library.
27516 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
27518         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27519         use gcc instead of cpp.
27521         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27522         (gdb-create-define-alist): Use it.
27523         (gdb-cpp-define-alist-program): Update for MS-DOS.
27525 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
27527         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27529 2005-05-04  Richard M. Stallman  <rms@gnu.org>
27531         * help.el (describe-key): No error when UNTRANSLATED is nil.
27533         * simple.el (line-move-1): Fix previous change to signal errors
27534         appropriately.
27536 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
27538         * calendar/icalendar.el (icalendar-version): Now at 0.12.
27539         (icalendar-duration-correction): Remove.
27540         (icalendar--get-event-properties): Split result at commas.
27541         (icalendar--decode-isoduration): New optional argument
27542         DURATION-CORRECTION.
27543         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27544         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27545         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27546         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27547         (icalendar--convert-anniversary-to-ical): New functions, extracted
27548         from icalendar-export-region, with bug fixes.
27549         (icalendar-export-region): Use the above functions.
27550         (icalendar-import-buffer): Check before saving diary file.
27551         (icalendar--convert-recurring-to-diary)
27552         (icalendar--convert-non-recurring-all-day-to-diary)
27553         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27554         extracted from icalendar--convert-ical-to-diary, with bug fixes.
27555         (icalendar--convert-ical-to-diary): Use the above functions.
27557 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
27559         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27560         Remove these recent additions.
27561         (c-mode): Restore to before 2005-04-28.
27563         * progmodes/cc-vars.el (cc-define-list-program): Remove this
27564         recent addition.
27566         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27567         (gdb-define-alist): New variables.
27568         (gdb-create-define-alist): New function.
27569         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27570         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27571         with string-to-number.
27572         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
27574         * progmodes/gud.el: Replace string-to-int with string-to-number.
27575         (gud-find-file): Handle gdb-define-alist.
27577         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27579 2005-05-02  Jay Belanger  <belanger@truman.edu>
27581         * calc/calc-aent.el (math-read-token):
27582         * calc/calc-bin.el (calc-word-size):
27583         * calc/calc-ext.el (calc-read-number-fancy):
27584         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27585         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27586         * calc/calc-frac.el (calc-over-notation):
27587         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27588         (calc-graph-num-points, calc-graph-init):
27589         * calc/calc-prog.el (calc-read-parse-table-part)
27590         (calc-edit-macro-repeats):
27591         * calc/calc-yank.el (calc-do-grab-rectangle):
27592         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27593         Replace `string-to-int' by `string-to-number'.
27595 2005-05-02  Kim F. Storm  <storm@cua.dk>
27597         * kmacro.el: Use executing-kbd-macro-index variable.
27599 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
27601         * net/rlogin.el (rlogin-parse-words): Delete func.
27602         (rlogin): Use split-string, not rlogin-parse-words.
27603         Also, if there are option-like elements in the parsed args,
27604         take the host to be the first arg immediately following them.
27605         Suggested by Michael Mauger.
27607 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27609         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27611 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27613         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27614         (cc-mode-cpp-program): Rename to cc-define-list-program and
27615         move to cc-vars.el.
27617         * progmodes/cc-vars.el (cc-define-list-program):
27618         Change to "gcc -E -dM -".  Make customizable.
27620 2005-05-02  Kim F. Storm  <storm@cua.dk>
27622         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27624 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27626         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
27628         * international/mule-util.el (truncate-string): Remove alias and
27629         obsolete declaration.
27631         * international/mule-cmds.el (update-iso-coding-systems):
27632         Remove alias and obsolete declaration.
27634         * international/mule.el (coding-system-parent): Remove alias and
27635         obsolete declaration.
27637         * subr.el (define-function, sref): Remove aliases and obsolete
27638         declarations.
27639         (chars-in-region): Remove obsolete declaration.
27641 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27643         * info.el (Info-mode): Set widen-automatically to nil, locally.
27645         * simple.el (widen-automatically): New variable.
27646         (pop-global-mark): Obey widen-automatically.
27648 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
27650         * term/xterm.el (function-key-map): Call substitute-key-definition
27651         before the keymap size is increased by a lot of define-key calls.
27653 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27655         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
27656         Rename ARG to ELEMENT.  Doc fix.
27658 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27660         * allout.el (allout-exposure): Remove macro and obsolete declaration.
27661         Remove references to allout-exposure/change to allout-new-exposure.
27663         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
27664         bytecode symbols.
27666         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
27667         (compiled-function-p, focus-frame, unfocus-frame):
27668         Remove aliases and obsolete declarations.
27669         Back out inadvertent changes from previous commit.
27671 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27673         * files.el (require-final-newline): Make Custom tags consistent
27674         with mode-require-final-newline.
27675         (mode-require-final-newline): Doc fix.
27677 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27679         * international/latexenc.el (latexenc-find-file-coding-system):
27680         Fix regular expressions.
27682 2005-05-01  David Kastrup  <dak@gnu.org>
27684         * international/latexenc.el (latexenc-find-file-coding-system):
27685         Fix regular expressions.
27687 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27689         * subr.el (string-to-int): Make obsolete.
27691 2005-04-30  Richard M. Stallman  <rms@gnu.org>
27693         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
27695         * loadup.el: load jka-comp-hook.
27697         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
27698         (jka-compr-handler): Add autoload.  `put' calls moved
27699         to jka-comp-hook.el.
27700         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
27701         (jka-compr-inhibit): Autoload.
27703         * jka-comp-hook.el: New file.
27704         Enable the mode by default.
27706         * files.el (backup-buffer-copy): Use copy-file instead
27707         of write-region, and put back the 'excl.
27709 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
27711         * progmodes/flymake.el (flymake-split-string)
27712         (flymake-split-string, flymake-log, flymake-pid-to-names)
27713         (flymake-reg-names, flymake-get-source-buffer-name)
27714         (flymake-unreg-names, flymake-add-line-err-info)
27715         (flymake-add-err-info): Clarify docstrings.
27716         (flymake-popup-menu, flymake-make-emacs-menu)
27717         (flymake-make-xemacs-menu): Add docstrings.
27718         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
27719         Set variables directly throughout.
27721 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
27723         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
27724         exists.  Initialize cc-define-alist.
27725         (c-mode): Add cc-create-define-alist locally to after-save-hook.
27726         If there is no file (Macroexpansion) don't create an alist.
27728 2005-04-29  Sam Steingold  <sds@gnu.org>
27730         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
27731         (cc-create-define-alist): Use it instead of the hard-coded string.
27733 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27735         * international/mule-conf.el (file-coding-system-alist): Fix regexp
27736         for latexenc.
27738 2005-04-29  Lute Kamstra  <lute@gnu.org>
27740         * emacs-lisp/generic.el: Improve commentary section.
27741         (define-generic-mode): Improve docstring.
27743 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
27745         * textmodes/org.el (many places): Change to quiet the byte compiler.
27746         (org-prefix-format-compiled): New variable.
27747         (org-compile-prefix-format): New function.
27748         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
27749         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
27750         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
27751         (org-get-entries-from-diary): Use `org-get-time-of-day' for
27752         consistency with entries from `org-mode' files.
27753         (org-get-time-of-day): Fix bug with partial matches early in a line.
27754         (org-non-link-chars): New constant.
27755         (org-link-regexp): Respect `org-non-link-chars'.
27756         (org-agenda-day-view): Remove command.
27757         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
27758         (org-follow-bbdb-link, org-store-link): Search also company field.
27759         (org-highlight-overlay): New variable.
27760         (org-highlight, org-unhighlight): New functions.
27761         (org-agenda-mode): Add pre-command-hook to remove highlight.
27762         (org-evaluate-time-range): Behavior depends upon whether time stamp
27763         contains a time or not.
27764         (org-show-subtree, org-show-entry): New functions.
27765         (org-agenda-cleanup-fancy-diary): Remove empty lines.
27767 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
27769         * comint.el (comint-output-filter-functions): Add autoload cookie.
27771 2005-04-28  Kim F. Storm  <storm@cua.dk>
27773         * ido.el (ido-everywhere): Fix last change.
27775 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27777         * international/latexenc.el: New file.
27778         * international/mule-conf.el (file-coding-system-alist): For .tex,
27779         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
27781 2005-04-28  Lute Kamstra  <lute@gnu.org>
27783         * font-lock.el (font-lock-add-keywords)
27784         (font-lock-remove-keywords): Clarify docstring.
27785         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
27786         Don't start docstrings with a `*'.
27787         (font-lock-update-removed-keyword-alist): Give it a docstring.
27789         * generic-x.el: Update commentary section.
27790         Only require font-lock when compiling.
27791         Define all modes conditionally.
27792         Place all generic modes in the generic-x-modes customization group.
27793         (generic-x-modes): New customization group.
27794         (generic-default-modes, generic-mswindows-modes)
27795         (generic-unix-modes, generic-other-modes): New constants.
27796         (generic-define-mswindows-modes, generic-define-unix-modes):
27797         Update docstrings.  Make them obsolete.
27798         (generic-extras-enable-list): New default value.  Update docstring.
27799         Improve :type.  Change :set function.
27800         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
27801         Fix docstring.
27803         * emacs-lisp/generic.el (generic-mode-internal):
27804         Simplify font-lock-defaults.
27805         (define-generic-mode): Fix docstring.
27807 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27809         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
27810         font-lock-face property to highlight matches.
27812 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
27814         * progmodes/cc-mode.el (cc-create-define-alist): New function.
27815         (cc-define-alist): New variable.
27816         (c-mode): Make it local and initialize it.
27818         * progmodes/gdb-ui.el (gdb-active-process): New variable.
27819         (gdb-exited): New function.
27820         (gdb-annotation-rules): Use it.
27821         (gdb-starting): Set gdb-active-process to t.
27822         (gdb-stopping): Amend doc string.
27823         (gdb-reset): Set gdb-active-process to nil.
27825         * tooltip.el (tooltip-gud-tips): Show the associated #define
27826         directives when a C program under GDB is not executing.
27828 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27830         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
27831         font-lock-fontify-syntactic-keywords.
27833         * font-lock.el (font-lock-default-fontify-region): Don't force
27834         parse-sexp-lookup-properties to nil.
27836 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
27838         * man.el (man-mode-syntax-table): Set up `:' to have
27839         word-constituent syntax.
27841 2005-04-27  Lute Kamstra  <lute@gnu.org>
27843         * novice.el (disable-command): Don't add spurious newlines to the
27844         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
27846 2005-04-26  Jay Belanger  <belanger@truman.edu>
27848         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
27849         than one window before deleting window.
27851 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
27853         * shell.el (shell-prompt-pattern): Doc fix.
27854         (shell-mode): Set paragraph-separate buffer locally to "\\'".
27856         * comint.el (comint-prompt-regexp, comint-get-old-input)
27857         (comint-use-prompt-regexp)
27858         (comint-use-prompt-regexp-instead-of-fields)
27859         (comint-replace-by-expanded-history, comint-send-input)
27860         (comint-output-filter, comint-get-old-input-default)
27861         (comint-line-beginning-position, comint-bol, comint-show-output)
27862         (comint-backward-matching-input, comint-forward-matching-input)
27863         (comint-next-prompt, comint-previous-prompt):
27864         Rename `comint-use-prompt-regexp-instead-of-fields' to
27865         `comint-use-prompt-regexp'.  Keep old name as alias and declare
27866         obsolete.
27867         (comint-use-prompt-regexp): Shorten first line of doc string.
27869         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
27870         Set paragraph-separate buffer locally to "\\'".
27872         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
27873         Adapt to above name change.
27875         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
27876         (smbclient-prompt-regexp): Ditto.
27878         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
27880 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
27882         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
27883         gdb-location-list.
27884         Break lines that are over 80 characters wide.
27886 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27888         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
27889         New fun and var, to preserve compatibility.
27891         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
27893 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
27895         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
27896         name to file-newer-than-file-p.
27898 2005-04-26  Richard M. Stallman  <rms@gnu.org>
27900         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
27902         * progmodes/python.el (python-mode):
27903         Use new name eldoc-documentation-function.
27905         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
27907         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27908         (eldoc-documentation-function):
27909         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
27911 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
27913         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
27915 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27917         * term/xterm.el (function-key-map): Fix strings for
27918         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
27919         {C,S,A,C-S}-{f1-f12}.
27921 2005-04-26  Kenichi Handa  <handa@m17n.org>
27923         * international/mule-cmds.el (select-safe-coding-system):
27924         Fix previous change.
27926 2005-04-26  Lute Kamstra  <lute@gnu.org>
27928         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27930         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27931         (font-lock-comment-delimiter-face): Ditto.
27933         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27935 2005-04-25  Jay Belanger  <belanger@truman.edu>
27937         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27938         to t while inserting information; use help-mode.
27940 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27942         * term.el (ansi-term-color-vector): Use the xterm colors.
27943         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27945 2005-04-25  Lute Kamstra  <lute@gnu.org>
27947         * font-core.el (font-lock-defaults): Fix docstring.
27949         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27951 2005-04-25  Kenichi Handa  <handa@m17n.org>
27953         * international/mule-cmds.el (select-safe-coding-system):
27954         Don't check consistency with coding: spec, etc if raw-text or
27955         no-conversion was found to be safe.
27957 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27959         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27960         citation markers at start of each line.
27962         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27963         citation markers at start of each line.
27965         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27967         * files.el (mode-require-final-newline): Fix previous change.
27968         (require-final-newline): Fix type label.
27970 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27972         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27973         statement in buffer (broken by 2004-11-24 change).
27975 2005-04-24  Kim F. Storm  <storm@cua.dk>
27977         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27978         and read-file-name-function values.  Don't overwrite existing
27979         non-nil values if ido-mode is enabled without ido-everywhere.
27981 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27983         * files.el (mode-require-final-newline): Minor doc fix.
27985 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27987         * subr.el (syntax-after): Doc fix.
27988         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27989         bits, not 8 bits.
27991         * files.el (mode-require-final-newline): Doc fix.
27992         (backup-buffer-copy): Fix last change.
27994 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27996         * term/mac-win.el: Require select.  Set selection-coding-system to
27997         mac-system-coding-system.  Call menu-bar-enable-clipboard.
27998         (x-last-selected-text-clipboard, x-last-selected-text-primary)
27999         (x-select-enable-clipboard): New variables.
28000         (x-select-text, x-get-selection, x-selection-value)
28001         (x-get-selection-value, mac-select-convert-to-string)
28002         (mac-services-open-file, mac-services-open-selection)
28003         (mac-services-insert-text): New functions.
28004         (CLIPBOARD, FIND): Put mac-scrap-name property.
28005         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28006         (public.tiff): Put mac-ostype property.
28007         (selection-converter-alist): Add entries for them.
28008         (mac-application-menu-map): New keymap.
28009         (interprogram-cut-function, interprogram-paste-function): Set to
28010         x-select-text and x-get-selection-value, respectively.
28011         (split-window-keep-point): Set to t.
28013 2005-04-23  Richard M. Stallman  <rms@gnu.org>
28015         * files.el (read-directory-name): Always pass non-nil
28016         DEFAULT-FILENAME arg to read-file-name.
28017         (backup-buffer-copy, basic-save-buffer-2): Take care against
28018         writing thru an unexpected existing symlink.
28019         (revert-buffer): In indirect buffer, revert the base buffer.
28020         (magic-mode-alist): Doc fix.
28021         (buffer-stale-function): Doc fix.
28022         (minibuffer-with-setup-hook): Avoid warning.
28023         (mode-require-final-newline): Doc and custom fix.
28025         * follow.el (follow-end-of-buffer): Use with-no-warnings.
28027         * font-lock.el (font-lock-comment-face): On terminals with few colors,
28028         use the default appearance.
28029         (font-lock-comment-delimiter-face): New face, new variable.
28031         * imenu.el (imenu--generic-function): The official position of a
28032         definition is the start of the line that BEG is in.
28034         * midnight.el (midnight-timer): Move defvar up.
28036         * mouse.el (mouse-drag-region-1): Delete some debugging code.
28038         * saveplace.el (save-place-to-alist): Use with-no-warnings.
28040         * startup.el (command-line): Use with-no-warnings.
28042         * window.el (window-size-fixed): New defvar.
28044         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28046         * mail/rmail.el (rmail-font-lock-keywords):
28047         Use font-lock-comment-delimiter-face.
28049         * mail/sendmail.el (mail-font-lock-keywords):
28050         Use font-lock-comment-delimiter-face.
28052         * progmodes/compile.el (next-error-highlight-timer): New defvar.
28054 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
28056         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28057         Specify t for LAXMATCH when matching directories.
28058         Save match data around compilation-compat-error-properties form.
28060 2005-04-23  David Kastrup  <dak@gnu.org>
28062         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28063         Mention that the autoloaded aliases should be kept for AUCTeX.
28065 2005-04-23  Andreas Schwab  <schwab@suse.de>
28067         * isearch.el (isearch-forward): Doc fix.
28069 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
28071         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28072         (jit-lock-stealth-nice): Change default value to 0.5.
28074 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
28076         * abbrev.el (write-abbrev-file): Write table entries in
28077         alphabetical order by table name.
28079 2005-04-22  Kim F. Storm  <storm@cua.dk>
28081         * ido.el (ido-read-internal): Fix `list' completion.
28083 2005-04-22  Kenichi Handa  <handa@m17n.org>
28085         * recentf.el (recentf-save-file-coding-system): New variable.
28086         (recentf-save-list): Encode the file by
28087         recentf-save-file-coding-system and add coding: tag.
28089 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
28091         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28093 2005-04-21  Lute Kamstra  <lute@gnu.org>
28095         * loadhist.el (unload-feature): Don't remove a function from hooks
28096         if it is about to be restored to an autoload .  Remove functions
28097         that will become unbound from auto-mode-alist.  Simplify the code.
28099         * subr.el (assq-delete-all): New implementation that is linear,
28100         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
28101         (rassq-delete-all): New function.
28103         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28104         Add size-indication-mode.
28106 2005-04-21  Kenichi Handa  <handa@m17n.org>
28108         * international/mule-cmds.el: Add autoload for widget-value in
28109         eval-when-compile.
28111 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
28113         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28114         Add tooltip-mode.
28116         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28118 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
28120         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28121         (inferior-lisp-filter-regexp, inferior-lisp-program)
28122         (inferior-lisp-load-command, inferior-lisp-prompt)
28123         (inferior-lisp-mode-hook, lisp-source-modes)
28124         (inferior-lisp-load-hook): defvar->defcustom.
28125         (inferior-lisp-program, inferior-lisp-prompt)
28126         (inferior-lisp-load-hook): Doc fixes.
28127         (inferior-lisp-install-letter-bindings): Small change in
28128         introductory comment.
28130 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
28132         * vc.el (vc-annotate-color-map): Change some colors so that text
28133         using them as foreground is readable on both white and black
28134         backgrounds.
28136 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28138         * international/mule-conf.el (translation-table-for-input):
28139         Remove redundant declaration.
28141 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28143         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28145         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28146         (tooltip-toggle-gud-tips): New function.
28148 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28150         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28151         right angle brackets.
28153 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28155         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28157 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28159         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28160         Remove.  Update callers to use expand-file-name instead.
28162         * subr.el (syntax-class): New function.
28164         * simple.el (blink-matching-open): Use it.
28166         * paren.el (show-paren-function): Use it to recognize parens that are
28167         also used in 2-char comment markers.
28169 2005-04-19  Lute Kamstra  <lute@gnu.org>
28171         * loadhist.el (unload-feature): Update for new format of
28172         load-history.  Simplify the code.
28174 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28176         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28177         (mac-add-charset-info): New function.  Initialize variable
28178         mac-charset-info-alist using it.
28179         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28180         for translation.
28181         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28182         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28183         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28184         New CCL programs.
28186 2005-04-19  Kim F. Storm  <storm@cua.dk>
28188         * simple.el (next-buffer, prev-buffer, next-error)
28189         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28190         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28192         * bindings.el (next-buffer, prev-buffer, next-error)
28193         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28194         (clone-indirect-buffer-other-window): Move bindings from simple.el.
28195         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28196         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28198 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28200         * isearch.el (isearch-edit-string): Make the search-ring available for
28201         minibuffer history commands.
28202         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28203         the default history commands now work just as well.
28204         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28206 2005-04-18  Kim F. Storm  <storm@cua.dk>
28208         * emulation/cua-base.el (cua--pre-command-handler): Add more
28209         elaborate check for shift modifier on non-window systems.
28211 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
28213         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28215 2005-04-18  Kim F. Storm  <storm@cua.dk>
28217         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28218         and make it optional.  Don't test tooltip-gud-echo-area here.
28219         (tooltip-gud-process-output, gdb-tooltip-print):
28220         Pass tooltip-gud-echo-area to tooltip-show.
28221         (tooltip-help-tips): Remove second optional arg to tooltip-show.
28223 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28225         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28226         `display-graphic-p' may not be bound yet.
28228 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
28230         * startup.el (command-line): No longer enable Xterm Mouse mode by
28231         default in terminals compatible with xterm.
28233         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28235 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
28237         * tooltip.el (tooltip-gud-echo-area): Rename from
28238         tooltip-use-echo-area.
28239         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28240         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28241         area independently of where help tooltips are displayed.
28243 2005-04-17  David Kastrup  <dak@gnu.org>
28245         * cus-theme.el (custom-theme-write-variables): Quote variables
28246         where necessary.
28248 2005-04-17  Richard M. Stallman  <rms@gnu.org>
28250         * simple.el (yank-excluded-properties): Add follow-link to value.
28252         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28254         * startup.el (fancy-splash-max-time): Just 30 seconds.
28255         (fancy-splash-delay): Just 7.
28256         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28258         * loadhist.el (unload-feature): Update for new format of load-history.
28259         Simplify the code.
28261         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28262         (rmail-font-lock-keywords): Don't fontify the text of a citation.
28264         * mail/sendmail.el (mail-font-lock-keywords):
28265         Don't fontify subject text.
28266         Don't fontify the text of a citation.
28268 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
28270         * comint.el (comint-output-filter): Run comint-output-filter-functions
28271         with point where the user had it.
28273 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28275         * international/ucs-tables.el (ucs-set-table-for-input):
28276         Disable when using unify-on-decoding.
28278 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
28280         * emulation/cua-base.el (cua-global-mark-face): Add special case
28281         for displays supporting a high number of colors.
28283 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28285         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28287 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
28289         * filesets.el (filesets-add-buffer): If user supplies a name of a
28290         non-existing fileset, create a new fileset.
28292 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
28294         * textmodes/org.el (org-up-heading-all): Fix bug with
28295         `outline-up-heading-all'.
28297 2005-04-16  Andreas Schwab  <schwab@suse.de>
28299         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28300         /etc/permissions.d/* and /etc/aliases.d/*.
28302 2005-04-16  Kenichi Handa  <handa@m17n.org>
28304         * international/code-pages.el (cp-make-coding-system):
28305         Set `translation-table-for-input' property value to the symbol
28306         ucs-mule-to-mule-unicode, not to that value.
28307         (pt154): Escape guillemet by `\'.
28309 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
28311         * loadup.el: Load tooltip if x-show-tip is fboundp.
28313         * startup.el (command-line): Add comment.
28315         * tooltip.el (tooltip-mode): Specify correct standard value for
28316         Custom in init-value.
28318 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
28320         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28321         possible.
28323 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
28325         * textmodes/org.el (org-agenda-date-prompt): Rename from
28326         `org-agenda-date-today'.
28327         (org-evaluate-time-range): Insert at point instead of directly
28328         after time range.
28329         (org-first-headline-recenter, org-subtree-end-visible-p)
28330         (org-optimize-window-after-visibility-change): New functions
28331         (org-agenda-post-command-hook): Don't allow point at end of line,
28332         to make sure it always hits the text properties.
28333         (org-agenda-next-date-line, org-agenda-previous-date-line):
28334         New commands.
28335         (org-set-regexps-and-options): Category may contain white space.
28336         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28337         Improve marker positions.
28338         (org-agenda-new-marker): Argument POS made optional.
28339         (org-agenda-get-timestamps): Deadlines which are done are listed
28340         in org-done-face now.
28341         (org-agenda-get-todos, org-agenda-get-timestamps)
28342         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28343         Set `undone-face' and `done-face' properties.
28344         (org-last-todo-state-is-todo): New variable.
28345         (org-todo): Set `org-last-todo-state-is-todo'.
28346         (org-agenda-todo): Change face according to
28347         `org-last-todo-state-is-todo'.  And change other lines referring to
28348         the same entry.
28349         (org-calendar-goto-agenda): New command.
28350         (org-calendar-to-agenda-key): New option.
28351         (org-startup-folded): New allowed value `content'.
28352         (org-set-regexps-and-options): Accept new value `content' for
28353         `org-startup-folded'.
28354         (org-get-current-options): Handle new value `content' for
28355         `org-startup-folded'.
28356         (org-insert-todo-heading): New command.
28357         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28358         interactively in empty file and option
28359         `org-insert-mode-line-in-empty-file' has been set.
28360         (org-agenda-todo, org-agenda-priority): Modify to use
28361         `org-agenda-change-all-lines'.
28362         (org-warning-face): Change color on dark background
28364 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28366         * international/mule-cmds.el (set-locale-environment): On Mac OS,
28367         use preferences AppleLocale and AppleLanguages, and variable
28368         mac-system-locale for default locale.  On Mac OS Classic, use
28369         mac-system-coding-system for default coding systems.
28371         * term/mac-win.el: Don't set file-name-coding-system.
28372         Decode variables system-name, emacs-build-system, user-login-name, and
28373         user-full-name by mac-system-coding-system on Mac OS Classic.
28374         (mac-system-coding-system): New variable.
28376 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
28378         * startup.el (command-line): Handle `xterm-mouse-mode' before
28379         reading init file.
28381         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28383 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
28385         * progmodes/sh-script.el (sh-here-document-word): Make it a
28386         defcustom.  Doc fix.
28387         (sh-add): Bash uses $(( )) for arithmetic.
28388         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28389         (sh-maybe-here-document): Remove quotes and leading whitespace
28390         from heredoc word when closing.  Indent heredoc with tabs if word
28391         starts with "-".
28393 2005-04-13  Richard M. Stallman  <rms@gnu.org>
28395         * simple.el (undo): Fix previous change.
28397         * custom.el (defface): Doc fix.
28399 2005-04-13  Lute Kamstra  <lute@gnu.org>
28401         * Makefile.in (DONTCOMPILE): Remove list.
28402         (compile, compile-always): Don't use DONTCOMPILE.
28403         (update-authors): Load the library in which batch-update-authors
28404         is defined.
28405         * makefile.w32-in (DONTCOMPILE): Remove list.
28406         (compile, compile-always): Fix comments.
28407         (update-authors): Load the library in which batch-update-authors
28408         is defined.
28410         * generic-x.el (generic-mode-ini-file-find-file-hook):
28411         Rename to ini-generic-mode-find-file-hook.
28412         Keep generic-mode-ini-file-find-file-hook as an alias.
28413         (ini-generic-mode-find-file-hook): Rename from
28414         generic-mode-ini-file-find-file-hook.  Fix docstring.
28415         (ini-generic-mode): Docstring change.
28416         (bat-generic-mode-run-as-comint): Silence the byte compiler.
28418         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28419         called from lisp.
28421         * generic.el: Move to the emacs-lisp subdir.
28423 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
28425         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28426         and C-S- function and cursor motion keys.
28428 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
28430         * startup.el (command-line): Enable Xterm Mouse mode by default.
28431         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28432         for Custom.  No longer show "Mouse" in mode line when enabled.
28433         Doc fix.
28435 2005-04-12  Kim F. Storm  <storm@cua.dk>
28437         * emulation/cua-base.el (cua-rectangle-face)
28438         (cua-rectangle-noselect-face): Define face attributes here.
28440         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28442 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28444         * startup.el (command-line): Turn off blinking cursor if
28445         cursorBlink in resources is off or false.
28447 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28449         * term/mac-win.el (dnd): Require dnd.
28450         (mac-drag-n-drop): Call dnd-handle-one-url.
28451         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28452         (kTextEncodingISOLatin2): Remove constants.
28453         (mac-script-code-coding-systems): New constant.
28454         (mac-handle-language-change): New function.
28455         (special-event-map): Bind it to `language-change' event.
28456         (mac-centraleurroman, mac-cyrillic): New coding systems.
28457         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28458         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28459         and mac-cyrillic-encoder to encode-mac-centraleurroman and
28460         encode-mac-cyrillic, respectively.
28462 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28464         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28465         Don't set overlay-arrow-string to "=>" as this is done
28466         globally in C now.
28468 2005-04-12  Lute Kamstra  <lute@gnu.org>
28470         * generic-x.el (rc-generic-mode, rul-generic-mode):
28471         Fix auto-mode-alist entries.
28472         (etc-fstab-generic-mode): Tweak fontification.
28474         * generic.el (generic-make-keywords-list): Fix docstring.
28475         (generic-mode-internal): Simplify generic-font-lock-keywords.
28477 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28479         * whitespace.el (whitespace-buffer-leading)
28480         (whitespace-buffer-trailing): Revert the incorrect test inversion.
28481         However, fix the highlight area for the leading and
28482         trailing whitespaces to show space.
28484 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28486         * whitespace.el (whitespace-version): Bump to 3.5
28488         (whitespace-buffer-leading, whitespace-buffer-trailing):
28489         Invert sense of the test to highlight the whitespace.
28491 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28493         * progmodes/gud.el (gud-display-line): GUD uses its own
28494         overlay arrow now so don't set overlay-arrow-string.
28495         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28497 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
28499         * term.el (term-ansi-current-bold, term-ansi-current-underline)
28500         (term-ansi-current-reverse, term-ansi-current-invisible)
28501         (term-ansi-face-already-done): Change to boolean.
28502         (term-reset-terminal, term-handle-colors-array): Handle the above
28503         vars accordingly.
28504         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28505         (term-emulate-terminal): Use the new name.
28507         * faces.el (secondary-selection): Use yellow1, not yellow.
28508         (trailing-whitespace): Use red1, not red.
28510 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28512         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28513         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28514         (dired-dnd-handle-file): Call dnd-get-local-file-uri
28516         * cus-edit.el (dnd): New group.
28518         * term/w32-win.el (dnd): Require dnd
28519         (w32-drag-n-drop): Call dnd-handle-one-url.
28521         * x-dnd.el: Require dnd.
28522         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28523         Call dnd-handle-one-url.
28524         (x-dnd-types-alist, x-dnd-insert-utf8-text)
28525         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28526         to dnd-insert-text.
28527         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28528         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28529         (x-dnd-get-local-file-name, x-dnd-open-local-file)
28530         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28532         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28534 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28536         * wdired.el: Doc fixes.
28537         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28538         (wdired-use-dired-vertical-movement): Rename from
28539         wdired-always-move-to-filename-beginning.
28540         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28541         (wdired-change-to-wdired-mode): Change mode name.
28542         (wdired-newline): Delete.
28544 2005-04-11  Richard M. Stallman  <rms@gnu.org>
28546         * whitespace.el (whitespace-highlight-the-space):
28547         Don't call whitespace-unhighlight-the-space here.
28549         * simple.el (undo): Record t in undo-equiv-table
28550         for the redo record made by an undo-in-region.
28552 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28554         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28555         (gdb-frame-inferior-io-buffer): New Functions to control
28556         display of separate IO buffer.
28557         (menu): Add them to menu-bar.
28558         (gdb-display-buffer): Check for buffer another frame.
28559         Protect GUD buffer.
28560         (gdb-setup-windows): Create IO buffer if not already there.
28561         (gdb-memory-mode): Remove purecopy noops.
28563 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28565         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28566         and pass to self-insert-command.
28568 2005-04-11  Lute Kamstra  <lute@gnu.org>
28570         * generic.el: Commentary section cleanup.
28571         (generic): Delete.
28572         (generic-use-find-file-hook, generic-lines-to-scan)
28573         (generic-find-file-regexp, generic-ignore-files-regexp)
28574         (default-generic-mode, generic-mode-find-file-hook)
28575         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28576         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
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 from generic.el.
28582 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
28584         * bookmark.el (bookmark-write-file): Catch errors writing file.
28585         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28587 2005-04-10  Richard M. Stallman  <rms@gnu.org>
28589         * startup.el (fancy-splash-tail): Update copyright year.
28590         (command-line): Split part of -Q into -D.
28591         (emacs-basic-display): New defvar.
28592         (fancy-splash-text): Correct name of menu item.
28594         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28596         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28597         lines in one node.
28599         * comint.el (comint-send-input): New arg ARTIFICIAL.
28600         Callers in this file changed.
28602         * abbrev.el (define-abbrevs): Read system abbrevs properly.
28604         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28606 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
28608         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
28609         `ldap-search-internal'.
28611 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28613         * files.el (set-auto-mode-1): Use line-end-position.
28615         * international/latin-1.el:
28616         * international/latin-2.el:
28617         * international/latin-3.el:
28618         * international/latin-4.el:
28619         * international/latin-5.el:
28620         * international/latin-8.el:
28621         * international/latin-9.el: Give punctuation syntax to NBSP.
28623         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28624         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28625         Use char-classes to accept non-ascii letters, accepted in some recent
28626         bibtex implementations.
28628 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
28630         * custom.el (custom-set-minor-mode): Any non-nil value for the
28631         variable should enable the mode when set through Custom.
28633 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28635         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
28636         TAB binding so tab-always-indent is obeyed.
28637         (vhdl-minibuffer-local-map): Move initialization into declaration.
28638         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
28639         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
28640         (vhdl-hooked-abbrev): Avoid test for XEmacs.
28641         (vhdl-current-line): Use line-beginning-position.
28642         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
28643         with-output-to-temp-buffer, so the current position can be recorded.
28645 2005-04-10  Masatake YAMATO  <jet@gyve.org>
28647         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28648         Add regexp for gcov.
28650 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28652         * calendar/time-date.el (time-to-seconds, seconds-to-time)
28653         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
28654         syntax which Emacs 20 doesn't support.
28656 2005-04-09  Richard M. Stallman  <rms@gnu.org>
28658         * help.el (describe-key-briefly, describe-key):
28659         Replace strings as event types with "(any string)".
28661 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28663         * arc-mode.el (archive-mode-map): Move initialization into
28664         the declaration.  Override *all* bindings of `undo'.
28665         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
28667 2005-04-09  Jay Belanger  <belanger@truman.edu>
28669         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
28671 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
28673         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
28674         (xterm-register-default-colors): Update color values computation
28675         to match xterm-200.
28677 2005-04-09  Kenichi Handa  <handa@m17n.org>
28679         * international/code-pages.el (iso-latin-7): Fix the map.
28681 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
28683         * emacs-lisp/lisp.el (defun-prompt-regexp)
28684         (parens-require-spaces, buffer-end, end-of-defun)
28685         (insert-parentheses): Doc fixes.
28687 2005-04-08  Kim F. Storm  <storm@cua.dk>
28689         * comint.el (comint-highlight-prompt): Fix face spec.
28690         * hi-lock.el (hi-green): Likewise.
28692 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28694         * cus-edit.el (custom-modified-face):
28695         * comint.el (comint-highlight-input): Fix previous changes.
28696         * term.el (term-handle-ansi-escape): Add a comment.
28698 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28700         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
28701         in the buffer and in whitespace-highlighted-space.
28702         (whitespace-unhighlight-the-space): Simplify.
28703         (whitespace-buffer): Simplify.
28705 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28707         * textmodes/table.el (table-cell-face): Add special case for
28708         displays supporting a high number of colors.
28709         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
28710         (vhdl-font-lock-reserved-words-face)
28711         (vhdl-speedbar-architecture-face)
28712         (vhdl-speedbar-instantiation-face)
28713         (vhdl-speedbar-architecture-selected-face)
28714         (vhdl-speedbar-instantiation-selected-face): Likewise.
28715         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
28716         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
28717         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
28718         (ebrowse-root-class-face, ebrowse-member-attribute-face)
28719         (ebrowse-progress-face): Likewise.
28720         * progmodes/compile.el (compilation-info-face): Likewise.
28721         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
28722         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
28723         * calendar/calendar.el (diary-face): Likewise.
28724         * woman.el (woman-italic-face, woman-bold-face)
28725         (woman-unknown-face): Likewise.
28726         * wid-edit.el (widget-button-pressed-face): Likewise.
28727         * whitespace.el (whitespace-highlight-face): Likewise.
28728         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
28729         * pcvs-info.el (cvs-marked-face): Likewise.
28730         * info.el (info-xref): Likewise.
28731         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
28732         * hilit-chg.el (highlight-changes-face)
28733         (highlight-changes-delete-face): Likewise.
28734         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
28735         (hi-red-b): Likewise.
28736         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
28737         * font-lock.el (font-lock-keyword-face)
28738         (font-lock-function-name-face, font-lock-warning-face): Likewise.
28739         * cus-edit.el (custom-invalid-face, custom-modified-face)
28740         (custom-set-face, custom-changed-face, custom-variable-tag-face)
28741         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
28742         * comint.el (comint-highlight-prompt): Likewise.
28744 2005-04-08  Lute Kamstra  <lute@gnu.org>
28746         * font-lock.el (font-lock-keywords): Docstring fixes.
28748 2005-04-08  Kenichi Handa  <handa@m17n.org>
28750         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
28751         chars are more than a limit, print " and more..." at the tail.
28753 2005-04-08  Kim F. Storm  <storm@cua.dk>
28755         * emacs-lisp/authors.el (authors-aliases): Update list.
28756         (authors-ignored-files): New list.
28757         (authors-fixed-entries): Fix typo.
28758         (authors-renamed-files-alist): Update list.
28759         (authors-add): Check authors-ignored-files.
28761 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
28763         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
28764         optional, to ensure backward compatibility.
28766 2005-04-08  Stephen Eglen  <stephen@gnu.org>
28768         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
28770 2005-04-08  Kim F. Storm  <storm@cua.dk>
28772         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
28774         * mouse.el (mouse-on-link-p): Doc fix.
28776 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
28778         * ielm.el (ielm-prompt-read-only): Doc fix.
28780         * comint.el (comint-prompt-read-only): Doc fix.
28782 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
28784         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
28785         ensure dired always handles wildcards passed to ffap.
28786         (find-file-at-point): Use it.
28787         (ffap-dired-wildcards): Doc fix.
28789 2005-04-07  Juri Linkov  <juri@jurta.org>
28791         * simple.el (next-error-overlay-arrow-position): New defvar.
28792         Put "=>" on its property `overlay-arrow-string'.  Add it to
28793         `overlay-arrow-variable-list'.
28795         * progmodes/compile.el (compilation-setup):
28796         Set `next-error-overlay-arrow-position' to nil.  Also set it to
28797         nil in the local hook `kill-buffer-hook'.  Make local variable
28798         `overlay-arrow-string' and set it to "=>".
28799         (compilation-goto-locus): Set BOL position to
28800         `next-error-overlay-arrow-position' instead of
28801         `overlay-arrow-position'.
28803         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
28804         locally instead of adding it to the global hook.
28805         (Info-kill-buffer): Move up.
28807 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
28809         * term/xterm.el (xterm-standard-colors): Update color values from
28810         xterm-200.
28812 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28814         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
28816         * fast-lock.el:
28817         * lazy-lock.el: Move them to the obsolete subdir.
28819 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28821         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
28822         (wdired-add-replace-advice): Remove.
28823         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
28825 2005-04-06  Kim F. Storm  <storm@cua.dk>
28827         * startup.el (command-line): Add --bare-bones alias for -Q.
28829 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28831         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
28832         create the startup fontset if a font specification ends with
28833         `mac-roman'.
28835 2005-04-06  Lute Kamstra  <lute@gnu.org>
28837         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
28838         change.
28840         * emacs-lisp/copyright.el (copyright-update-year): Replace the
28841         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
28843 2005-04-05  Lute Kamstra  <lute@gnu.org>
28845         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
28846         (define-generic-mode): Ditto.  Fix debug declaration.
28848         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
28849         Put them in the generic-x group.
28851         * calendar/timeclock.el (timeclock): Doc fix.
28853         * generic.el (define-generic-mode): Don't use custom-current-group.
28854         Document default :group value.
28855         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
28856         (define-global-minor-mode): Don't use custom-current-group.
28858 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
28860         * startup.el (command-line-1): Display startup-echo-area-message
28861         when fancy splash screen is in use.
28863         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
28864         (sh-escaped-newline): New face.
28865         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
28866         newline, and use sh-escaped-newline face.
28868         * progmodes/tcl.el (tcl-escaped-newline): New face.
28869         (tcl-builtin-list): New variable.
28870         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
28871         newlines.  Fix keywords subexpression number.
28873 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
28875         * textmodes/org.el (org-diary-default-entry): Fix call to
28876         `add-to-diary-entry'.
28878 2005-04-05  Kim F. Storm  <storm@cua.dk>
28880         * ediff-init.el: Use (featurep 'xemacs).
28882 2005-04-05  David Ponce  <david@dponce.com>
28884         * cus-edit.el (face): Derive from symbol widget.  Display sample
28885         of the current face on the fly.
28886         (widget-face-sample-face-get, widget-face-notify): New functions.
28887         (widget-face-value-create): Remove.
28889         * wid-edit.el (widget-field-end): Temporarily remove field
28890         narrowing before to call `get-char-property'.
28892 2005-04-04  Jay Belanger  <belanger@truman.edu>
28894         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
28895         (math-read-subscripts): New variable.
28896         (math-read-preprocess-string): Process subscripts.
28898 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
28900         * comint.el (comint-prompt-read-only): Doc fix.
28902         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
28903         `-1'.  Doc fix.
28905 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
28907         * textmodes/org.el (org-insert-mode-line-in-empty-file):
28908         Change default value to nil.
28910 2005-04-04  Lute Kamstra  <lute@gnu.org>
28912         * autorevert.el (auto-revert-mode): Specify :group.
28913         * battery.el (display-battery-mode): Specify :group.
28914         * diff-mode.el (diff-minor-mode): Specify :group.
28915         * font-core.el (font-lock-mode): Specify :group.
28916         * hl-line.el (hl-line-mode): Specify :group.
28917         * iimage.el (iimage): New customization group.
28918         (iimage-mode): Specify :group.
28919         * longlines.el (longlines-mode): Specify :group.
28920         * master.el: Don't require easy-mmode.
28921         (master): New customization group.
28922         (master-mode): Specify :group.
28923         * msb.el (msb-mode): Specify :group.
28924         * reveal.el (reveal-mode): Specify :group.
28925         * simple.el (next-error-follow-minor-mode): Specify :group.
28926         * smerge-mode.el (smerge-mode): Specify :group.
28927         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
28928         * emulation/cua-base.el (cua-mode): Specify :group.
28929         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28930         * language/thai-util.el (thai-auto-composition-mode)
28931         (thai-word-mode): Specify :group.
28932         * mail/supercite.el (sc-minor-mode): Specify :group.
28933         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28934         * progmodes/flymake.el (flymake-mode): Specify :group.
28935         * progmodes/glasses.el (glasses-mode): Specify :group.
28936         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28937         * textmodes/enriched.el (enriched-mode): Specify :group.
28938         * textmodes/refill.el (refill-mode): Specify :group.
28940         * add-log.el (change-log-font-lock-keywords): Names in
28941         parenthesized lists can contain spaces.
28943 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28945         * startup.el (fancy-splash-text): Shorten default text of
28946         "Emacs Tutorial" line.  Also, if the current language env
28947         indicates an available tutorial file other than TUTORIAL,
28948         extract its title and append it to the line in parentheses.
28949         (fancy-splash-insert): If arg is a thunk, funcall it.
28951 2005-04-04  Jay Belanger  <belanger@truman.edu>
28953         * calc.el (calc-language-alist): Add tags to customization type.
28955 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28957         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28958         Doc fix.
28960 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28962         * add-log.el (change-log-font-lock-keywords): The manual
28963         describing a Change Log entry, says: (...) "Aside from these
28964         header lines, every line in the change log starts with a space or
28965         a tab.".  The font-lock was not highlighting lines started with
28966         spaces, added support for it.
28968 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28970         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28971         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28972         complex example in the docstring.
28973         (bibtex-font-lock-url): Use pop.
28975 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28977         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28979         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28981 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28983         * filesets.el (filesets-set-default): Doc fix.
28985 2005-04-03  Lute Kamstra  <lute@gnu.org>
28987         * generic.el (define-generic-mode): Add argument to specify
28988         keywords for defcustom.
28989         (default-generic-mode): Specify :group.
28991         * generic-x.el: Specify :group for all generic modes.
28993         * desktop.el (desktop-no-desktop-file-hook)
28994         (desktop-after-read-hook): Doc fix.
28996 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
28998         * simple.el (visible-mode): Use explicit :group keyword.
28999         This changes the group of `visible-mode-hook' from paren-blinking
29000         to editing-basics.
29002 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
29004         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
29005         mailbox specifications as well as URLs.
29006         (rmail-insert-inbox-text): Remove unused conditional branches.
29008 2005-04-01  Jay Belanger  <belanger@truman.edu>
29010         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29011         (calc-gnuplot-print-command): Move definitions to calc.el.
29013         * calc/calc-embed.el (calc-embedded-announce-formula)
29014         (calc-embedded-open-formula, calc-embedded-close-formula)
29015         (calc-embedded-open-word, calc-embedded-close-word)
29016         (calc-embedded-open-plain, calc-embedded-close-plain)
29017         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29018         (calc-embedded-open-mode, calc-embedded-close-mode):
29019         Move definitions to calc.el.
29021         * calc/calc.el (calc-settings-file, calc-language-alist):
29022         Make customizable.
29023         (calc-embedded-announce-formula, calc-embedded-open-formula)
29024         (calc-embedded-close-formula, calc-embedded-open-word)
29025         (calc-embedded-close-word, calc-embedded-open-plain)
29026         (calc-embedded-close-plain, calc-embedded-open-new-formula)
29027         (calc-embedded-close-new-formula, calc-embedded-open-mode)
29028         (calc-embedded-close-mode, calc-gnuplot-name)
29029         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29030         from other files and make customizable.
29032 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29034         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29035         Use buffer-live-p.
29036         (cvs-mode-run): Don't call cvs-update-header here.
29037         (cvs-run-process): Call cvs-update-header.
29038         Use process properties for cvs-postprocess and cvs-buffer so that
29039         the sentinel can behave better if the temp buffer is killed.
29040         Use a pipe rather than a tty, to better handle unexpected prompts.
29041         (cvs-sentinel): Rewrite.  Call cvs-update-header.
29043 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
29045         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29046         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
29048 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29050         * generic.el (define-generic-mode): Add indentation rule.
29052 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
29054         * files.el (mode-require-final-newline): Make Custom correctly
29055         report a nil value and allow to set it to nil via Custom.
29056         Doc fix.
29058 2005-04-01  Kenichi Handa  <handa@m17n.org>
29060         * international/characters.el: Enable the correct case setting for
29061         dotless-i and dotted-I.
29063 2005-04-01  Kim F. Storm  <storm@cua.dk>
29065         * ido.el (ido-file-internal): Fall back to non-ido command if
29066         initial directory is on slow ftp (or tramp) host.
29068 2005-03-31  Richard M. Stallman  <rms@gnu.org>
29070         * emacs-lisp/autoload.el (make-autoload):
29071         Handle define-global-minor-mode.
29073         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29074         Rename from easy-mmode-define-global-mode.
29075         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29077         * progmodes/scheme.el (scheme-mode-syntax-table):
29078         Update syntax of | and # for two-character comment syntax.
29080 2005-03-31  Lute Kamstra  <lute@gnu.org>
29082         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29083         (define-minor-mode): Call custom-current-group at load-time.
29085         * generic.el (define-generic-mode): Add debug declaration.
29086         Add defcustom for the mode hook.
29087         (generic-mode-internal): Use run-mode-hooks.
29089 2005-03-31  Kim F. Storm  <storm@cua.dk>
29091         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29092         (mouse-fixup-help-message): New defun called by show_help_echo
29093         to fixup mouse-2 prefix in help messages when applicable.
29095         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29097 2005-03-31  Kenichi Handa  <handa@m17n.org>
29099         * language/thai-word.el (thai-find-word-ends): Pay attention to
29100         the case that we reach the end of buffer.
29102         * textmodes/fill.el (fill-text-properties-at): New function.
29103         (fill-newline): Use fill-text-properties-at instead of
29104         text-properties-at.
29106 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29108         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29109         not comint-quote-filename.
29111 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
29113         * help-fns.el (help-with-tutorial): Revert last change.
29115 2005-03-31  Kim F. Storm  <storm@cua.dk>
29117         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29119 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29121         * calendar/cal-china.el: Update reference to "Calendrical
29122         Calculations" book; there's a new edition.
29123         * calendar/cal-coptic.el: Likewise.
29124         * calendar/cal-french.el: Likewise.
29125         * calendar/cal-hebrew.el: Likewise.
29126         * calendar/cal-islam.el: Likewise.
29127         * calendar/cal-iso.el: Likewise.
29128         * calendar/cal-julian.el: Likewise.
29129         * calendar/cal-mayan.el: Likewise.
29130         * calendar/cal-persia.el: Likewise.
29131         * calendar/calendar.el: Likewise.
29132         * calendar/holidays.el: Likewise.
29133         * calendar/lunar.el: Likewise.
29134         * calendar/solar.el: Likewise.
29136         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29137         white space from doc string.
29139 2005-03-30  Jay Belanger  <belanger@truman.edu>
29141         * calc/calc-help.el (calc-full-help): Remove email address.
29143 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
29145         * help-fns.el (help-with-tutorial): Delete title line.
29147 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29149         * calendar/cal-x.el (calendar-one-frame-setup)
29150         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29151         rather than `symbol' for set-window-dedicated-p.
29153         * calendar/appt.el (appt-buffer-name): Make it a constant.
29154         (appt-add): Doc fix.
29156         * filesets.el (filesets-menu-path, filesets-menu-before)
29157         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
29158         (filesets-menu-cache-file): Use directory ~/.emacs.d.
29159         (filesets-add-submenu): Delete and use add-submenu instead.
29161 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
29163         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29164         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29165         (org-diary-default-entry): New function.
29166         (org-get-entries-from-diary): Better parsing of diary entries.
29167         (org-agenda-check-no-diary): New function.
29168         ("diary-lib"): Advice to function `add-to-diary-list', to allow
29169         linking to diary entries.
29170         (org-agenda-execute-calendar-command): New function.
29171         (org-agenda): Improve visible section in window.
29172         Use `org-fit-agenda-window'.
29173         (org-fit-agenda-window): New option.
29174         (org-move-subtree-down): Better handling of empty lines
29175         at end of subtree.
29176         (org-cycle): Numeric prefix is interpreted now as show-subtree N
29177         levels up.
29178         (org-fontify-done-headline): New option.
29179         (org-headline-done-face): New face.
29180         (org-set-font-lock-defaults): Use `org-headline-done-face'.
29181         (org-table-copy-down): Rename from `org-table-copy-from-above'.
29182         When current field is non-empty, it is copied to next row.
29183         (org-table-copy-from-above): Fix bug which made it
29184         impossible to copy fields containing only a single non-white character.
29186 2005-03-30  Kim F. Storm  <storm@cua.dk>
29188         * kmacro.el (kmacro-end-macro): Isearch may store this command
29189         into the macro -- so ignore it when executing keyboard macro.
29191 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29193         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29195 2005-03-29  Kenichi Handa  <handa@m17n.org>
29197         * language/thai.el ("Thai"): Set setup-function and exit-function
29198         for Thai language environment.
29200         * language/thai-util.el: Require thai-word.
29201         (thai-word-mode-map): New variable.
29202         (thai-word-mode): New minor mode.
29203         (setup-thai-language-environment-internal): New function.
29204         (exit-thai-language-environment-internal): New function.
29206         * language/thai-word.el (thai-word-table): Declare it by defvar,
29207         use dolist to initialize it.
29208         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29209         (thai-fill-find-break-point): New functions.
29211 2005-03-29  Richard M. Stallman  <rms@gnu.org>
29213         * simple.el (idle-update-delay): Move definition up.
29214         (set-mark): Doc fix.
29216 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
29218         * longlines.el: New file.
29220         * simple.el (buffer-substring-filters): New variable.
29221         (filter-buffer-substring): New function.
29222         (kill-region, copy-region-as-kill): Use it.
29224         * register.el (copy-to-register, append-to-register)
29225         (prepend-to-register): Use filter-buffer-substring.
29227 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29229         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29230         (gud-filter-pending-text): Move in front of gdb.
29231         (gud-overlay-arrow-position): New variable.
29232         (gud-sentinel, gud-display-line): Use it in place of
29233         overlay-arrow-position.
29235 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
29237         * progmodes/fortran.el (fortran-if-indent): Doc fix.
29238         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29239         (fortran-font-lock-keywords-4): New variable.
29240         (fortran-blocks-re, fortran-end-block-re)
29241         (fortran-start-block-re): New constants, for hideshow.
29242         (hs-special-modes-alist): Add a Fortran entry.
29243         (fortran-mode-map): Bind fortran-end-of-block,
29244         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29245         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
29246         (fortran-looking-at-if-then, fortran-end-of-block)
29247         (fortran-beginning-of-block): New functions, for hideshow.
29249         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29250         Doc fix.  Tweak regexp.
29251         (f90-beginning-of-block): Push mark first.
29253 2005-03-29  Jay Belanger  <belanger@truman.edu>
29255         * calc/calc.el: Update copyright date.
29256         (calc-version): Increase to 2.1.
29257         (calc-version-date): Remove.
29259         * calc/calc-help.el: Update copyright date.
29260         (calc-full-help): Remove reference to calc-version-date.
29261         Update copyright date.
29263 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29265         * vc.el (vc-do-command): Use a pipe for async processes, so password
29266         prompts don't show up at places where the user can't reply.
29268 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29270         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29271         on the file name we pass to the inferior shell.
29273 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29275         * progmodes/which-func.el (which-function): Be robust in the face of an
29276         imenu--make-index-alist failure.
29278 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29280         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29282         * progmodes/python.el (python-preoutput-filter): Fix last change.
29284 2005-03-29  Lute Kamstra  <lute@gnu.org>
29286         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29287         functions and compiled macros.
29288         (debug-convert-byte-code): Handle macros too.
29289         (debug-on-entry-1): Don't signal an error when trying to clear a
29290         function that is not set to debug on entry.
29292 2005-03-29  Jay Belanger  <belanger@truman.edu>
29294         * calc/calc-lang.el: Add functions to math-function-table
29295         properties of tex and math.
29297 2005-03-29  Kenichi Handa  <handa@m17n.org>
29299         * ps-mule.el (ps-mule-plot-string): Translate characters by
29300         ps-print-translation-table.
29301         (ps-mule-begin-job): Call find-charset-region/string with
29302         ps-print-translation-table.
29303         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29305         * ps-print.el (ps-print-translation-table): New variable.
29306         (ps-plot-region): Translate characters by ps-print-translation-table.
29308 2005-03-29  Juri Linkov  <juri@jurta.org>
29310         * simple.el (next-error-highlight-timer): New variable.
29312         * progmodes/compile.el (compilation-goto-locus):
29313         Use `next-error-highlight-timer' instead of `sit-for'.
29315 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29317         * mail/supercite.el (sc-mail-field): Use assoc-string.
29318         (sc-get-address): Simplify regexps.
29320         * files.el (minibuffer-with-setup-hook): New macro.
29321         (find-file-read-args): Use it to avoid let-binding
29322         minibuffer-with-setup-hook (which breaks turning on/off
29323         file-name-shadow-mode while in the prompt).
29325         * complete.el (PC-read-include-file-name-internal):
29326         Use test-completion.
29328 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
29330         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29332 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29334         * window.el (window-buffer-height): Use count-screen-lines.
29336         * progmodes/python.el (python-preoutput-leftover): New var.
29337         (python-preoutput-filter): Use it.
29338         (python-send-receive): Loop until all the result has been received.
29340 2005-03-28  Juri Linkov  <juri@jurta.org>
29342         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29344         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29345         "Recover Crashed Session".
29346         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29347         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29348         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29349         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29350         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29351         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29352         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29353         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29355         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29356         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29357         Ediff Sessions", "Toggle use of separate control buffer frame",
29358         "Use separate frame for Ediff control buffer".
29360         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29361         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29362         "Rename Bookmark", "Delete Bookmark".
29364         * info.el (Info-mode-menu): Remove ellipsis from "Index".
29365         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29366         Add `:active Info-index-alternatives' to "Next Matching Item".
29368         * wdired.el (wdired-change-to-wdired-mode):
29369         Mention `wdired-abort-changes' key in the initial message.
29371         * international/mule.el (auto-coding-alist): Associate non-ascii
29372         image filename extensions with `no-conversion'.
29374 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29376         * international/iso-acc.el:
29377         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29379 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
29381         * textmodes/sgml-mode.el (html-mode): Doc update.
29383         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29385 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
29387         * term.el (term-move-columns): Fix face after extending a line.
29388         (term-insert-spaces): Likewise.
29389         (term-reset-terminal): Fix off by one error.
29391 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29393         * international/mule.el (auto-coding-alist): Add .xpi files.
29395         * files.el (auto-mode-alist): Add .xpi files.
29397 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
29399         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29401 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29403         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29405 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
29407         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29408         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
29410         * calendar/cal-move.el (calendar-beginning-of-year): Move the
29411         cursor to Jan 1 when needed.
29412         (calendar-end-of-year): Fix -/+ typo.
29413         Reported by Chong Yidong <cyd@stupidchicken.com>.
29415 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29417         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29419         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29420         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
29422 2005-03-25  Richard M. Stallman  <rms@gnu.org>
29424         * filesets.el (filesets-init): Add autoload.
29426         * mail/mailalias.el (mail-directory): Doc fix.
29428 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29430         * mail/mailalias.el (mail-directory-process): Do nothing if
29431         mail-directory-process is an atom.
29432         (mail-get-names): Ignore mail-directory-names if it is an atom.
29433         (mail-directory-process defvar): Doc fix.
29434         (mail-names): Doc fix.
29436 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
29438         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29440 2005-03-26  Kenichi Handa  <handa@m17n.org>
29442         * international/mule-util.el (detect-coding-with-priority):
29443         Call update-coding-systems-internal before detect-coding-region.
29445 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
29447         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29448         (gdb-frames-mode-map): Add follow-link property.
29450 2005-03-25  Jay Belanger  <belanger@truman.edu>
29452         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29453         for variables.
29455 2005-03-25  Juri Linkov  <juri@jurta.org>
29457         * image-mode.el: Optimize image filename extension regexps in
29458         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
29459         in `auto-mode-alist'.
29460         (image-mode): Add `image-toggle-display-text' to local hook
29461         `change-major-mode-hook'.  Display the image as an image by
29462         default.  Set `cursor-type' and `truncate-lines' if the image
29463         is already displayed.  Take into account the current mode (image
29464         or text) in message.
29465         (image-minor-mode): New minor mode.
29466         (image-mode-maybe, image-toggle-display-text): New functions.
29467         (image-toggle-display): Use called-interactively-p.
29468         Let-bind `inhibit-read-only' to t.
29470         * image-mode.el (image-minor-mode): Set `cursor-type' and
29471         `truncate-lines' if the image is already displayed.  Add turning
29472         image-minor-mode off to `change-major-mode-hook'.  Add message.
29473         Call `image-toggle-display-text' after turning image-minor-mode off.
29475 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29477         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29478         Terminal.app, use utf-8.
29479         (set-display-table-and-terminal-coding-system): Add coding-system arg.
29480         (set-locale-environment): Use it.
29482         * term/xterm.el: Undo last change, better done in mule-cmds.el.
29484         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29486         * progmodes/python.el (python-close-block-statement-p)
29487         (python-outdent-p, python-current-defun): Use symbol-end.
29489 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
29491         * files.el (save-some-buffers): Doc fix.
29493 2005-03-25  Werner Lemberg  <wl@gnu.org>
29495         * complete.el, thumbs.el: Replace `legal' with `valid'.
29496         * calendar/calendar.el: Replace `legal' with `valid'.
29497         * emacs-lisp/advice.el: Replace `legal' with `valid'.
29498         * mail/supercite.el: Replace `legal' with `valid'.
29499         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29500         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29501         Replace `legal' with `valid'.
29502         * textmodes/reftex-vars.el, textmodes/reftex.el:
29503         Replace `legal' with `valid'.
29505 2005-03-25  Werner Lemberg  <wl@gnu.org>
29507         * calc/calc-forms.el, calc/calc-sel.el
29508         * midnight.el, vc-cvs.el
29509         * emacs-lisp/cl-macs.el
29510         * emulation/vip.el
29511         * eshell/esh-io.el, eshell/esh-var.el
29512         * mail/supercite.el
29513         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29514         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29515         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29516         * progmodes/sh-script.el, progmodes/xscheme.el
29517         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29518         * textmodes/reftex-index.el, textmodes/reftex-parse.el
29519         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29520         * textmodes/reftex.el, textmodes/org.el:
29521         Replace `illegal' with `invalid'.
29523 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29525         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29526         (flymake-find-buildfile, flymake-find-possible-master-files)
29527         (flymake-check-include, flymake-parse-line): Replace loops over the
29528         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29530         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29531         Substitute file-name-as-directory in the rest of the file.
29532         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29533         (flymake-replace-region): Remove unused arg `buffer'.
29534         (flymake-check-patch-master-file-buffer): Update calls to it.
29535         (flymake-add-err-info): Remove unused var `count'.
29536         (flymake-mode): Use define-minor-mode.
29538         * progmodes/flymake.el: Use with-current-buffer.
29539         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29540         flymake-replace-regexp-in-string, flymake-line-beginning-position)
29541         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29542         Avoid testing for `xemacs'.
29543         (flymake-nop): Move.
29544         (flymake-region-has-flymake-overlays): Return the computed value.
29545         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29546         Remove unused var `endline'.
29547         (flymake-get-line-count): Remove unused function.
29548         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29550         * emulation/vi.el:
29551         * generic.el:
29552         * hilit-chg.el (global-highlight-changes):
29553         * hi-lock.el (hi-lock-mode):
29554         * follow.el: find-file-hooks -> find-file-hook.
29556         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29558 2005-03-24  Juri Linkov  <juri@jurta.org>
29560         * dired.el (dired-mode-map): Add menu item "Compare directories"
29561         for dired-compare-directories.
29563         * dired-aux.el (dired-compare-directories): Add autoload cookie.
29564         Doc fix.  Replace `read-file-name' with `read-directory-name'.
29566 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29568         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29570 2005-03-24  Jay Belanger  <belanger@truman.edu>
29572         * calc/calc-embed.el (calc-embedded-mode-change): Save all
29573         relevant mode settings in calc-embedded-original-modes when modes
29574         are permanently changed.
29576 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29578         * autoinsert.el: find-file-hooks -> find-file-hook.
29580 2005-03-24  Lute Kamstra  <lute@gnu.org>
29582         * generic.el (generic-font-lock-defaults): Make it obsolete.
29583         (generic-font-lock-keywords): New variable to replace
29584         generic-font-lock-defaults.
29585         (generic-mode-set-font-lock): Delete it.
29586         (generic-mode-internal): Don't call generic-mode-set-font-lock.
29587         (generic-bracket-support): Add docstring.
29589         * generic-x.el: Rename generic-font-lock-defaults to
29590         generic-font-lock-keywords throughout.
29591         (mailagent-rules-setup-function): Delete it.
29592         (mailagent-rules-generic-mode): Use anonymous function instead.
29593         (show-tabs-generic-mode-font-lock-defaults-1)
29594         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29595         Quote faces.
29596         (show-tabs-tab-face, show-tabs-space-face): Specify background,
29597         not foreground.
29599         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29600         Recognize define-generic-mode.
29602 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29604         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29605         if there's no completion table.
29607 2005-03-23  Miles Bader  <miles@gnu.org>
29609         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29610         Remove tty-specific variants, as they're no longer needed.
29612 2005-03-23  Lute Kamstra  <lute@gnu.org>
29614         * generic-x.el: Code cleanup: make args constant whenever possible.
29615         (installshield-statement-keyword-list)
29616         (installshield-system-functions-list)
29617         (installshield-system-variables-list, installshield-types-list)
29618         (installshield-funarg-constants-list): Make them constants.
29620         * generic.el (generic-make-keywords-list): Add autoload cookie.
29622         * calendar/time-date.el: Add comment on time value formats.
29623         Don't require parse-time.
29624         (with-decoded-time-value): New macro.
29625         (encode-time-value): New function.
29626         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
29627         (days-to-time): Return a valid time value when arg is huge.
29628         (time-since): Use time-subtract.
29629         (time-to-number-of-days): Use time-to-seconds.
29631 2005-03-23  David Ponce  <david@dponce.com>
29633         * recentf.el (recentf-keep): New option.
29634         (recentf-menu-action): Default to `find-file'.
29635         (recentf-keep-non-readable-files-flag)
29636         (recentf-keep-non-readable-files-p)
29637         (recentf-file-readable-p, recentf-find-file)
29638         (recentf-cleanup-remote): Remove.
29639         (recentf-include-p): More robust.
29640         (recentf-keep-p): New function.
29641         (recentf-remove-if-non-kept): Rename from
29642         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
29643         All callers updated.
29644         (recentf-menu-items-for-commands): Fix help string.
29645         (recentf-track-closed-file): Update.  Doc fix.
29646         (recentf-cleanup): Update.  Count removed files.  Doc fix.
29648 2005-03-23  Kim F. Storm  <storm@cua.dk>
29650         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29651         Don't inherit from fringe face (now happens automatically).
29653 2005-03-22  Kim F. Storm  <storm@cua.dk>
29655         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
29656         position values.
29658 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29660         * menu-bar.el (showhide-date-time): Remove.
29661         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
29662         (menu-bar-make-mm-toggle): Simplify.
29664 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29666         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
29667         Accept qualified variable and function names.
29669 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
29671         * bindings.el (completion-ignored-extensions):
29672         Remove ".lis" for `vax-vms'.
29674 2005-03-22  Andreas Schwab  <schwab@suse.de>
29676         * generic-x.el: Revert last change.
29677         * ldefs-boot.el: Update.
29679 2005-03-22  Jay Belanger  <belanger@truman.edu>
29681         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
29682         (calc-embedded-save-original-modes)
29683         (calc-embedded-restore-original-modes): New functions.
29684         (calc-do-embedded): Save original modes when entering embedded mode
29685         and restore when leaving embedded mode.
29686         (calc-embedded-modes-change): Change the value of
29687         calc-embedded-original-modes to reflect permanent changes.
29689 2005-03-22  Lute Kamstra  <lute@gnu.org>
29691         * generic-x.el: Require generic again.
29693 2005-03-22  Miles Bader  <miles@gnu.org>
29695         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29696         Tweak details to look good on both ttys and bitmap displays, light
29697         or dark background, etc.
29699 2005-03-21  Kim F. Storm  <storm@cua.dk>
29701         * tooltip.el (tooltip-show-help-function): Check car and cdr of
29702         mouse position.
29704 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29706         * icomplete.el: Don't forcibly turn on the mode upon load.
29707         (icomplete-mode): Use define-minor-mode.
29708         (icomplete-eoinput): Default to nil.
29709         (icomplete-minibuffer-setup): Remove autoload.
29710         (icomplete-tidy): Simplify.
29711         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
29712         in the initial state or if the user has modified the field.
29713         Fix handling of icomplete-max-delay-chars.
29714         Remove code that handles the oddball case where
29715         minibuffer-completion-table is an integer.
29716         Wrap icomplete-completions in while-no-input in case building
29717         completions takes more time than expected.
29718         (icomplete-completions): Simplify.
29720 2005-03-21  Richard M. Stallman  <rms@gnu.org>
29722         * jka-compr.el (jka-compr-really-do-compress):
29723         Make variable buffer-local.
29725         * image-mode.el: Handle .xpm files too.
29726         (image-toggle-display): Preserve modification flag.
29728         * help.el (where-is): Don't mention aliases with no key bindings.
29730 2005-03-21  Lute Kamstra  <lute@gnu.org>
29732         * generic.el: Fix commentary section.  Don't require cl for
29733         compilation.
29734         (generic-mode-list): Add autoload cookie.
29735         (generic-use-find-file-hook, generic-lines-to-scan)
29736         (generic-find-file-regexp, generic-ignore-files-regexp)
29737         (generic-mode, generic-mode-find-file-hook)
29738         (generic-mode-ini-file-find-file-hook): Fix docstrings.
29739         (define-generic-mode): Make it a defmacro.  Fix docstring.
29740         (generic-mode-internal): Code cleanup.  Add autoload cookie.
29741         (generic-mode-set-comments): Code cleanup.
29742         * generic-x.el: Don't prevent compilation.  Don't require generic.
29743         Follow coding conventions.  Minor code cleanup.
29744         (etc-fstab-generic-mode): Add some keywords.
29745         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
29746         define-generic-mode like a function declaration.
29748 2005-03-21  Jay Belanger  <belanger@truman.edu>
29750         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
29751         changing modes.
29753 2005-03-21  Sam Steingold  <sds@gnu.org>
29755         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
29757 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
29759         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
29760         Add underscore to "f$ lexicals" regexp.
29762 2005-03-20  Juri Linkov  <juri@jurta.org>
29764         * subr.el (progress-reporter-do-update): When `min-value' is equal
29765         to `max-value', set `percentage' to 0 and prevent division by zero.
29767 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
29769         Sync with Tramp 2.0.48.
29771         * net/tramp.el (all): Change all addresses to .gnu.org.
29772         (tramp-append-tramp-buffers): New defun.
29773         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
29774         Catch `dont-send' signal.
29775         (tramp-set-auto-save-file-modes): Set always permissions, because
29776         there might be an old auto-saved file belonging to another
29777         original file.  This could be a security threat.  Reported by
29778         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
29779         Check for Emacs 21.3.50 removed.
29781         * net/tramp-smb.el (all): Remove debug construct for
29782         `with-parsed-tramp-file-name'.
29783         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
29784         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
29785         No error message if DIRECTORY or FILENAME doesn't exist.
29786         (tramp-smb-open-connection): Check existence of
29787         `tramp-smb-program'.
29789 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29791         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
29792         Properly handle the case where the `m' or `s' command's argument is not
29793         yet terminated.
29794         (perl-indent-new-calculate): New function.
29795         (perl-indent-line): Use it.
29797 2005-03-20  Miles Bader  <miles@gnu.org>
29799         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
29800         in text-mode too.  Change to new face names.
29801         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
29802         Add `:weight bold' attribute.
29803         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
29805 2005-03-19  Juri Linkov  <juri@jurta.org>
29807         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
29809         * international/mule.el (auto-coding-alist): Sync with
29810         `auto-mode-alist' by adding upper case archive file extensions
29811         and adding ear/war to jar extension.
29813 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
29815         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
29816         running, restart it.
29818 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
29820         * finder.el (finder-current-item): Throw an error on an empty line.
29822         * man.el (Man-follow-manual-reference): If current-word returns
29823         nil, use "".
29825 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
29827         * simple.el (goto-line): Doc fix.
29829 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
29831         * files.el (save-buffer): Doc fix.
29833 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
29835         * recentf.el (recentf-cleanup-remote): New variable.
29836         (recentf-cleanup): Use it to conditionally check availability of
29837         remote files.
29839 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
29841         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
29842         function names.
29844 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29846         * language/thai-word.el: New file.
29848 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29850         * files.el (backup-buffer): If the file's directory is not
29851         writable, use copy instead of move to backup the file.
29853 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29855         * obsolete/keyswap.el: Moved to obsolete/ from term/.
29857 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29859         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
29860         Use functionp instead of symbolp and fboundp.  Reported by Drkm
29861         <darkman_spam@yahoo.fr>.
29862         (ps-print-version): New version 6.6.6.
29864 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
29866         * textmodes/table.el (table--line-column-position): New idiom.
29867         (table--row-column-insertion-point-p): New function to test
29868         validity of row and column insertion operation at a location.
29869         (table-global-menu, table-cell-menu): Use above functions for
29870         deterministic test operation.
29871         (table--editable-cell-p): Behave in deterministic fashion.
29873 2005-03-18  Juri Linkov  <juri@jurta.org>
29875         * isearch.el (isearch-lazy-highlight-new-loop):
29876         Make arguments beg and end optional.
29877         (isearch-update): Remove optional arguments nil from
29878         isearch-lazy-highlight-new-loop.
29879         (isearch-lazy-highlight-search): Let-bind case-fold-search to
29880         isearch-lazy-highlight-case-fold-search instead of
29881         isearch-case-fold-search, and let-bind isearch-regexp to
29882         isearch-lazy-highlight-regexp.
29883         Use isearch-lazy-highlight-last-string instead of isearch-string.
29885         * replace.el (perform-replace): Remove bindings of global
29886         variables isearch-string, isearch-regexp, isearch-case-fold-search.
29887         Add three new arguments to `replace-highlight'.
29888         (replace-highlight): Add arguments string, regexp, case-fold.
29889         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
29890         to allow isearch-lazy-highlight-new-loop to use these values
29891         to set corresponding isearch-lazy-highlight-* internal
29892         variables whose values lazy highlighting will use regardless of
29893         changes to global variables isearch-string, isearch-regexp,
29894         isearch-case-fold-search during lazy highlighting loop.
29895         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
29896         to `lazy-highlight-cleanup'.
29898         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
29899         (ispell-highlight-face): Set default face to `isearch' when
29900         lazy highlighting is enabled.
29901         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
29902         priority to 1.  Add lazy highlighting.
29903         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
29904         from `isearch-dehighlight'.
29906 2005-03-18  David Ponce  <david@dponce.com>
29908         * files.el (hack-local-variables): Do a case-insensitive search
29909         for End.
29911 2005-03-18  Juri Linkov  <juri@jurta.org>
29913         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
29914         `isearch-lazy-highlight-cleanup', add alias to old name and
29915         declare obsolete.  Add release numbers to other obsolete vars.
29916         (isearch-done, isearch-lazy-highlight-new-loop):
29917         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
29918         (lazy-highlight-cleanup) <variable>: Doc fix.
29919         (isearch-lazy-highlight-update): Rename obsolete
29920         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
29922 2005-03-18  Kenichi Handa  <handa@m17n.org>
29924         * language/thai-util.el: Fix categorization of Thai characters in
29925         thai-category-table.
29926         (thai-composition-pattern): Adjust it for the above change.
29927         (thai-self-insert-command, thai-compose-syllable): New functions.
29928         (thai-compose-region): Use thai-compose-syllable.
29929         (thai-compose-string): Likewise.
29930         (thai-composition-function): Likewise.
29931         (thai-auto-composition): New function.
29932         (thai-auto-composition-mode): New minor mode.
29934         * language/thai.el: Fix patterns to be registered in
29935         composition-function-table.
29937         * international/quail.el (quail-input-method): Locally bind
29938         inhibit-modification-hooks to t.
29940 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29942         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29943         (perl-mode): Use run-mode-hooks.
29945         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29946         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29947         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29949         * mail/sendmail.el (sendmail-send-it): Reenable the code
29950         to compute resend-to-address and use it.
29952         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29954         * image-mode.el: New file.
29956         * image.el (insert-sliced-image): Add autoload cookie.
29958         * font-lock.el (font-lock-lines-before): New user option.
29959         (font-lock-after-change-function): Obey it.
29961         * bindings.el (esc-map): Make M-g a prefix.
29962         Bind M-g g and M-g M-g to goto-line.
29964         * faces.el (face-id): Doc fix.
29966 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29968         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29969         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29970         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29972         * mail/sendmail.el (mail-yank-ignored-headers)
29973         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29974         Add Mail-Followup-To and Mail-Reply-To headers.
29975         (mail-citation-hook): Add autoload cookie.
29976         (mail-mode): Doc fix.
29977         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29978         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29979         (mail-mode-fill-paragraph): Handle those headers.
29980         (mail-mailing-lists): New variable.
29981         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29983 2005-03-17  Juri Linkov  <juri@jurta.org>
29985         * isearch.el (isearch-fallback): Check for `(car previous)'
29986         before calling `isearch-other-end-state'.
29988 2005-03-17  Kim F. Storm  <storm@cua.dk>
29990         * simple.el (move-beginning-of-line): Move to beginning of buffer
29991         line, as well as beginning of screen line.
29993 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
29995         * calendar/diary-lib.el (mark-diary-entries): Use new optional
29996         argument REDRAW rather than calendar-redrawing variable.
29997         * calendar/calendar.el (calendar-redrawing): Delete.
29998         (redraw-calendar): Do not bind calendar-redrawing.
30000 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
30002         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30003         diary-file buffer.
30005 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30007         * help.el (describe-mode): Allow a :minor-mode-function property to
30008         specify a different minor mode toggle function than the variable.
30009         * simple.el (auto-fill-function):
30010         * subr.el (add-minor-mode): Use it.
30012 2005-03-16  Kenichi Handa  <handa@m17n.org>
30014         * language/ethio-util.el (sera-being-called-by-w3): New variable.
30015         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30016         (ethio-fidel-to-sera-buffer): Likewise.
30018 2005-03-16  Juri Linkov  <juri@jurta.org>
30020         * emacs-lisp/find-func.el (find-function-regexp):
30021         Add defun-emitting macro `menu-bar-make-toggle'.
30023         * isearch.el: Put `isearch-scroll' property to
30024         `split-window-horizontally'.
30026         * info.el: Update error messages for `debug-ignored-errors'.
30027         (Info-isearch-search): Doc fix.
30028         (Info-find-node): Move up code to go into info buffer before
30029         recording the node to the history.
30030         (Info-fontify-node): Fontify titles only if the next line
30031         has two or more `*', `=', `-', `.'.
30032         Display "go to this node" for empty (match-string 3).
30034 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30036         * term/mac-win.el: Add mouse pointer shape constants.
30038 2005-03-15  Kim F. Storm  <storm@cua.dk>
30040         * simple.el (move-beginning-of-line): Use vertical-motion.
30042 2005-03-15  Juri Linkov  <juri@jurta.org>
30044         * isearch.el (isearch-error): New variable.
30045         (isearch-invalid-regexp, isearch-within-brackets): Remove.
30046         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30047         (isearch-within-brackets-state): Remove.
30048         (isearch-case-fold-search-state, isearch-pop-fun-state):
30049         Decrease frame index.
30050         (isearch-mode, isearch-top-state, isearch-push-state)
30051         (isearch-edit-string, isearch-abort, isearch-search-and-update)
30052         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30053         (isearch-search, isearch-lazy-highlight-new-loop):
30054         Replace `isearch-invalid-regexp' with `isearch-error'.
30055         Remove `isearch-within-brackets'.
30056         (isearch-search): Add `search-failed' handler to `condition-case'.
30057         (isearch-lazy-highlight-search): Add `condition-case' to catch
30058         errors and allow `isearch-lazy-highlight-update' to try
30059         highlighting from the beginning of the window.
30060         (isearch-repeat): Move up code to set isearch-wrapped to t
30061         before calling isearch-wrap-function.
30063         * info.el (Info-isearch-initial-node): New internal variable.
30064         (Info-search): Signal an error in isearch mode when search leaves
30065         the initial node.  Signal an error when `bound' is non-nil and
30066         nothing was found in the current subfile.
30067         (Info-isearch-search): Remove `condition-case'.
30068         (Info-isearch-wrap): Don't wrap when search failed during leaving
30069         the initial node.  If `Info-isearch-search' is nil, wrap around
30070         the current node.
30071         (Info-isearch-start): New fun.
30072         (Info-mode): Add buffer-local hook `Info-isearch-start' to
30073         `isearch-mode-hook'.
30075 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30077         * simple.el (normal-erase-is-backspace): Set default to t if
30078         running on Mac.
30080         * term/mac-win.el (function-key-map): Sync with x-win.el.
30082 2005-03-15  Kenichi Handa  <handa@m17n.org>
30084         * international/mule-cmds.el (locale-language-names): Modify the
30085         format of elements and add more entries.
30086         (locale-preferred-coding-systems): Add more entries.
30087         (set-locale-environment): Adjust for the change of
30088         locale-language-names.
30090 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30092         * pcvs.el (smerge-ediff): Remove bogus autoload.
30094 2005-03-14  Lute Kamstra  <lute@gnu.org>
30096         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30097         Ignore a `*' at the beginning of a line.
30099         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30100         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30101         subr.el.
30102         (dont-compile, eval-when-compile, eval-and-compile): Use declare
30103         to specify indentation.
30105         * generic.el (define-generic-mode): Let generic-mode-list be a
30106         list of strings; test membership with equal.
30108 2005-03-14  Kim F. Storm  <storm@cua.dk>
30110         * simple.el (next-line, previous-line): Add optional try-vscroll
30111         arg to recognize interactive use.  Pass it on to line-move.
30112         (line-move): Don't perform auto-window-vscroll when defining or
30113         executing keyboard macro to ensure consistent behavior.
30115 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30117         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30119 2005-03-13  Lute Kamstra  <lute@gnu.org>
30121         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30122         debugger-setup-buffer so that backtrace marks the frames set to
30123         debug-on-exit and we don't have to do it manually.  Set an extra
30124         debug-on-exit for macro's.
30125         (debugger-setup-buffer): Don't mark the top frame manually.
30127 2005-03-12  Lute Kamstra  <lute@gnu.org>
30129         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30130         lisp-indent-function throughout.
30131         (with-no-warnings): Set lisp-indent-function property.
30133 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
30135         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30136         Add entry for backslash.
30138 2005-03-12  Juri Linkov  <juri@jurta.org>
30140         * info.el (Info-search): Four fixes for backward search.
30142 2005-03-11  Jay Belanger  <belanger@truman.edu>
30144         * calc/calc.el (calc-language-alist): New variable.
30145         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30146         (calc-embedded-find-modes): Use calc-language-alist instead of
30147         calc-embedded-language-alist.
30149 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30151         * calendar/calendar.el (calendar-redrawing): New internal
30152         variable.
30153         (redraw-calendar): Remove bogus save-excursion from previous
30154         change.  Bind calendar-redrawing to t for mark-diary-entries.
30155         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30156         calendar if that is why we were called.
30158 2005-03-11  Kenichi Handa  <handa@m17n.org>
30160         * international/mule.el (make-coding-system): Set property
30161         coding-system-define-form to nil.
30162         (define-coding-system-alias): Likewise.
30164 2005-03-11  Kenichi Handa  <handa@m17n.org>
30166         These changes are suggested by Dave Love <fx@gnu.org>.
30168         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30169         coding: tag.
30170         (adaptive-fill-regexp): Add more bullets.
30171         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30172         regexps.
30174 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30176         * help.el (describe-mode): Properly handle non-trivial lighters.
30177         Don't ignore minor modes that are not listed in minor-mode-list.
30179         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30180         feature ON when the user requests to turn it OFF.
30182 2005-03-10  Lute Kamstra  <lute@gnu.org>
30184         * emacs-lisp/debug.el (debug-entry-code): Delete it.
30185         (implement-debug-on-entry): New function to replace debug-entry-code.
30186         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
30187         second argument as the 2005-03-07 change makes it obsolete.
30188         (debug-on-entry, cancel-debug-on-entry): Update call to
30189         debug-on-entry-1.
30190         (debug, debugger-setup-buffer): Comment update.
30191         (debugger-frame-number): Update to work with implement-debug-on-entry.
30193 2005-03-10  Jay Belanger  <belanger@truman.edu>
30195         * calc/calc-embed.el (math-ms-args): Declare it.
30196         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30197         math-ms-args.
30198         (calc-embedded-subst): Use math-multi-subst-rec to substitute
30199         variables.
30201 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
30203         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30204         Use message-box.
30206         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30207         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30208         (tooltip-gud-tips): Simplify.
30209         (tooltip-gud-tips-p): Remove superfluous :set.
30210         (tooltip-gud-modes): Add fortran-mode.
30211         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30213         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30215 2005-03-09  Kim F. Storm  <storm@cua.dk>
30217         * play/animate.el (animate-place-char): Use forward-line instead
30218         of next-line to improve performance.
30220 2005-03-09  Simon Josefsson  <jas@extundo.com>
30222         * net/browse-url.el (browse-url-default-browser): Doc fix.
30224 2005-03-09  Miles Bader  <miles@gnu.org>
30226         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30227         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30229 2005-03-09  Kenichi Handa  <handa@m17n.org>
30231         * international/latin-1.el: Set case and syntax for 255 only if
30232         set-case-syntax-set-multibyte is nil.
30234         * textmodes/ispell.el (ispell-insert-word): New function.
30235         (ispell-word): Use ispell-insert-word to insert a new word.
30236         (ispell-process-line): Likewise.
30237         (ispell-complete-word): Likewise.
30239 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
30241         * calendar/calendar.el (redraw-calendar): Preserve point.
30242         Reported by Matt Hodges <MPHodges@member.fsf.org>.
30243         (calendar-week-start-day): Move after definition of
30244         redraw-calendar.  Delete buffer test, since redraw-calendar has
30245         that now.
30247         * calendar/diary-lib.el (mark-diary-entries): Only call
30248         redraw-calendar in the first of any recursive calls.
30249         Reported by Alan Shutko <ats@acm.org>.
30251 2005-03-08  Juri Linkov  <juri@jurta.org>
30253         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30254         (html-horizontal-rule, html-line, html-image, html-checkboxes)
30255         (html-radio-buttons): Add a space before the trailing `/>' where
30256         sgml-xml-mode is non-nil.
30257         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30258         the subsequent tag of the empty XML tag.
30259         (html-href-anchor): Don't set initial input to "http:".
30260         (html-image): Ask for the image URL and set point inside alt="".
30261         (html-name-anchor): Duplicate the name in the `id' attribute when
30262         sgml-xml-mode is non-nil.
30263         (html-paragraph): Remove \n before <p>.
30264         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30265         instead of `checked' when sgml-xml-mode is non-nil.
30267         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30268         Remove 1 space before #RRGGBB to not truncate it on terminal
30269         windows w/o fringes.  Remove 1 space between bg and fg examples
30270         to get more space.
30271         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30272         avoid byte-compile warnings.
30274         * image-file.el (image-file-handler): Put `safe-magic' property to
30275         `image-file-handler'.
30277         * info.el (Info-isearch-search): Emulate word search in
30278         isearching through multiple Info nodes with Info-search.
30279         (Info-isearch-wrap): Allow isearch-word.
30281 2005-03-08  Lute Kamstra  <lute@gnu.org>
30283         * emacs-lisp/debug.el (debugger-step-through): Make sure that
30284         stepping into the debugger's code is not possible.
30285         (debugger-jumping-flag): Docstring update.
30287 2005-03-08  Jay Belanger  <belanger@truman.edu>
30289         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30290         embedded mode begins.
30291         (calc-embedded-language-alist): New variable.
30292         (calc-embedded-find-modes): Use calc-embedded-language-alist to
30293         set default language mode.
30295 2005-03-08  Kenichi Handa  <handa@m17n.org>
30297         * international/ccl.el (define-ccl-program): Fix docstring about
30298         extra 256 bytes assured for the output buffer.
30300         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30301         Fix BUFFER_MAGNIFICATION to 2.
30302         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30304 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
30306         * align.el (align-rules-list): Added an alignment rule for CSS
30307         declarations (applies to css-mode and html-mode buffers).
30309 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30311         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30313 2005-03-07  Kim F. Storm  <storm@cua.dk>
30315         * simple.el (move-beginning-of-line): New command.
30317         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30319         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30321         * emulation/cua-base.el: Put CUA move property on move-end-of-line
30322         and move-beginning-of-line.
30324         * apropos.el (apropos-print): Omit command from M-x ... RET.
30326 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
30328         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30329         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30331 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30333         * bindings.el (esc-map): Bind M-g to goto-line.
30335         * facemenu.el (global-map): Bind M-o, not M-g.
30337 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30339         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30340         "Open Directory" as for "Open File".
30342 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
30344         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30345         (push-mark-command): Run activate-mark-hook.
30347 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30349         * help-mode.el (help-mode-finish): Don't alter the element
30350         in view-return-to-alist if there already is one.
30352         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30353         make sure the current buffer is the expected one.
30355         * novice.el (disabled-command-function): Output in *Disabled Command*.
30356         Explicitly ignore non-keyboard events, and explicitly handle C-g.
30358         * textmodes/flyspell.el (flyspell-large-region):
30359         Pass args differently for aspell.
30361         * files.el (mode-require-final-newline): Doc fix.
30363 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30365         * progmodes/which-func.el (which-function):
30366         Specify NOERROR when calling imenu--make-index-alist.
30368 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30370         * simple.el (normal-erase-is-backspace): Define default value.
30372         * custom.el (custom-theme-set-variables): Remove unused var
30373         `immediate'.
30374         (custom-reevaluate-setting): Simple function to handle variables
30375         that are defined before their default value can really be
30376         computed.
30378         * startup.el (command-line): Use it for temporary-file-directory,
30379         small-emporary-file-directory, auto-save-file-name-transforms,
30380         blink-cursor-mode, and normal-erase-is-backspace.
30382         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30383         progress, even with buggy anchored keywords.
30385 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
30387         * simple.el (goto-line): Remove unbalanced final parenthesis.
30389 2005-03-05  Richard M. Stallman  <rms@gnu.org>
30391         * simple.el (goto-line): Use a number at point as the default.
30392         With C-u as arg, switch buffers.
30394 2005-03-05  Juri Linkov  <juri@jurta.org>
30396         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30397         with `no-blinking-cursor'.
30399         * startup.el (no-blinking-cursor): New defvar.
30400         (command-line): Add `--no-blinking-cursor' to longopts.
30401         Set `no-blinking-cursor' to t for command line arguments
30402         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
30403         with `no-blinking-cursor' in the condition for calling
30404         `blink-cursor-mode'.
30406 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
30408         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30409         (menu-bar-options-save): Add blink-cursor-mode.
30410         (menu-bar-options-menu): Add blink-cursor-mode.
30412 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
30414         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30415         (icalendar-export-file, icalendar-export-region)
30416         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30417         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30419 2005-03-04  Lute Kamstra  <lute@gnu.org>
30421         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30422         (debug-function-list): Ditto.
30424 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
30426         * textmodes/texinfmt.el (texinfo-append-refill):
30427         Redefine the types of line to which @refill
30428         is not appended by replacing a search for `@refill\\|@bye' with
30429         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
30430         itemize@refill' bug and the unfilled long lines bug.
30431         (texinfmt-version): Update number and date.
30433 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
30435         * international/code-pages.el (windows-1250, windows-125[2-8])
30436         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30438 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30440         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30441         bound yet.
30443 2005-03-02  Romain Francoise  <romain@orebokech.com>
30445         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30446         buffer after removing limits.
30447         (ibuffer-pop-filter): Ditto.
30448         Update copyright.
30450 2005-03-02  Miles Bader  <miles@gnu.org>
30452         * button.el (make-text-button): If the user doesn't specify a
30453         type, use the default.  Rewrite to use `add-text-properties' and
30454         plist functions.
30456 2005-03-01  Lute Kamstra  <lute@gnu.org>
30458         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30459         (debugger-jumping-flag): New var.
30460         (debug-entry-code): Use it.
30461         (debugger-jump): Use debugger-jumping-flag and add
30462         debugger-reenable to post-command-hook.
30463         (debugger-reenable): Use debugger-jumping-flag and remove itself
30464         from post-command-hook.
30465         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30466         debugger-reenable.
30468 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
30470         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30471         inclusion of "itemize\\|", which may be unnecessary, is certainly
30472         inelegant, and stops refilling in itemize lists when formatting
30473         Japanese Texinfo files to Info.
30474         Update copyright to 2005.
30476 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
30478         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30479         of an error if GDB can't find the source file.
30481 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
30483         * calendar/calendar.el (redraw-calendar): Work from any buffer,
30484         not just the calendar.
30486         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30487         first.
30488         (diary-redraw-calendar): New function.
30489         (make-diary-entry): Add diary-redraw-calendar to local
30490         write-contents-functions.  Turn off selective display before
30491         inserting in diary.
30493 2005-03-01  Kim F. Storm  <storm@cua.dk>
30495         * emacs-lisp/copyright.el (copyright-fix-years): New command.
30497 2005-03-01  Lute Kamstra  <lute@gnu.org>
30499         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30500         that debug-entry-code can be safely removed from a function while
30501         this code is being evaluated.  Revert the 2005-02-27 change as the
30502         new implementation no longer requires it.  Make sure that a
30503         function body containing just a string is not mistaken for a docstring.
30504         (debug): Skip one more frame in case of debug on entry.
30505         (debugger-setup-buffer): Delete one more frame line in case of
30506         debug on entry.
30507         (debugger-frame-number): Update to use the new text introduced by
30508         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
30510 2005-02-28  Kim F. Storm  <storm@cua.dk>
30512         * double.el (double-translate-key): Call force-window-update after
30513         read-event to avoid crash in redisplay.
30515 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30517         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30518         (debug): Use it.  Move the inhibit-trace earlier.
30519         (debug-entry-code): New const.
30520         (debug-on-entry-1): Use it.
30522 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
30524         * international/utf-16.el (ccl-encode-mule-utf-16le):
30525         Fix BUFFER_MAGNIFICATION to 2.
30526         (ccl-encode-mule-utf-16be): Likewise.
30528 2005-02-28  Kenichi Handa  <handa@m17n.org>
30530         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30531         Fix BUFFER_MAGNIFICATION to 4.
30532         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30534 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
30536         * speedbar.el (speedbar-update-flag): Doc fix.
30537         (speedbar-show-info-under-mouse): Give set-mouse-position the right
30538         argument.
30540 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30542         * reveal.el (reveal-post-command): Don't try to reveal overlays which
30543         have a non-nil `invisible' property but are actually visible.
30545         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30546         for perldoc sections.
30547         (perl-outline-regexp, perl-outline-level): New var and function.
30548         (perl-mode): Use them.
30550 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
30552         * calendar/diary-lib.el (diary-remind): Discard any mark portion
30553         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30555 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
30557         * cus-edit.el: Comment change.
30558         (custom-buffer-create-internal): Slightly reword text at top of
30559         Custom buffers.  Mention there that saving an option edits the
30560         init file.  Add link to Emacs manual node on `custom-file'.
30561         (custom-magic-alist): Rewrite individual State messages to use
30562         capitalized keywords.  Doc fix.
30564 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
30566         * calendar/calendar.el (calendar-buffer): Move above
30567         calendar-week-start-day.
30568         (calendar-week-start-day): Doc fix.  Add :set function.
30569         (calendar-minimum-window-height): New variable.
30570         (generate-calendar-window): Only resize window if selected-window
30571         is displaying the calendar buffer.  Use new variable
30572         calendar-minimum-window-height.
30573         (generate-calendar): Reword error message.
30574         (calendar-mode-map): Bind DEL to scroll-other-window-down.
30576 2005-02-27  Andreas Schwab  <schwab@suse.de>
30578         * vc.el (vc-do-command): Don't run command asynchronously when
30579         operating in a remote directory.
30581         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30582         change from sync with Tramp 2.0.47.
30584 2005-02-27  Richard M. Stallman  <rms@gnu.org>
30586         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30588         * textmodes/flyspell.el (flyspell-mode-on):
30589         Call ispell-change-dictionary only if necessary.
30591         * emacs-lisp/re-builder.el (regexp-builder): New function.
30593         * register.el (describe-register-1): Explicitly handle
30594         yank-excluded-properties = t.
30596         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30597         (custom-magic-alist): Change the status descriptions again.
30598         (face widget-type): Total rewrite based on `restricted-sexp'
30599         to eliminate the confusing double hiding levels.
30601         * emacs-lisp/debug.el (debug-on-entry-1):
30602         If function body is empty, add nil as body form.
30604 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30606         * emacs-lisp/trace.el (inhibit-trace): New var.
30607         (trace-make-advice): Use it.
30609         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30611 2005-02-26  Kim F. Storm  <storm@cua.dk>
30613         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30614         (mouse-on-link-p, mouse-drag-region-1): Use it.
30616 2005-02-25  Lute Kamstra  <lute@gnu.org>
30618         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30620 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
30622         * frame.el (blink-cursor-mode): Add :group keyword.
30624 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
30626         * calendar/icalendar.el (icalendar--decode-isodatetime):
30627         New optional argument DAY-SHIFT.
30628         (icalendar-export-region): Fix coding-system-for-write.
30629         (icalendar--convert-ical-to-diary): Shift end-day of all-day
30630         events by one.
30632 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30634         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
30636 2005-02-24  Kim F. Storm  <storm@cua.dk>
30638         * international/iso-acc.el (iso-accents-compose): Fix crash
30639         during redisplay.  Call force-window-update after read-event
30640         and delete-region to signal that window is not accurate.
30642 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30644         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
30645         Remove unused and inexistent var `inhibit-trace'.
30646         (debugger-mode): Use run-mode-hooks.
30647         (debugger-list-functions): Add buttons; setup xref stack.
30649 2005-02-23  Richard M. Stallman  <rms@gnu.org>
30651         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
30652         appointment says it was explicitly made.
30653         (appt-add): Set the 3rd element.
30654         (appt-make-list): Preserve explicit appointments.
30656         * subr.el (find-tag-default): Catch errors in forward-sexp.
30658 2005-02-23  Juri Linkov  <juri@jurta.org>
30660         * info.el (Info-isearch-search): New defcustom.
30661         (Info-isearch-search): Call the default isearch function
30662         when Info-isearch-search is nil.
30663         (Info-isearch-wrap): Use variable Info-isearch-search.
30665 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
30667         * cus-edit.el: Comment change.
30669 2005-02-22  Kim F. Storm  <storm@cua.dk>
30671         * progmodes/hideif.el (hide-ifdef-use-define-alist):
30672         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
30674 2005-02-22  Simon Josefsson  <jas@extundo.com>
30676         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
30677         New variable.
30678         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
30679         Oskarsson" <myrkraverk@users.sourceforget.net>.
30681 2005-02-22  Kim F. Storm  <storm@cua.dk>
30683         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
30684         check that window of that event is the selected window.
30685         (mouse-drag-region-1): Compare mouse event window to selected
30686         window before setting point.
30688         * tooltip.el (tooltip-show-help-function): Pass event to
30689         mouse-on-link-p so it can check selected window.
30691 2005-02-22  Kenichi Handa  <handa@m17n.org>
30693         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
30694         (ps-mule-show-warning): New function.
30695         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
30696         characters are found.
30698         * ps-print.el (ps-header-footer-string): Return a list of header
30699         and footer strings.
30701 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
30703         * pcvs.el (cvs-retrieve-revision): Fix thinko.
30705 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30707         * frame.el (blink-cursor-mode): Use define-minor-mode.
30709         * term/mac-win.el (function-key-map): Use char-names more consistently.
30710         (file-name-coding-system): Only set it for MacOS-9.  The other case is
30711         already handled in mule-cmds.el (where it also works when mac-win.el
30712         is not used).
30714 2005-02-21  Kenichi Handa  <handa@m17n.org>
30716         * international/mule.el (ctext-pre-write-conversion): Always use
30717         " *code-converting-work*" buffer for work.
30719         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
30721 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
30723         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
30725 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
30727         * ses.el (undo-more): Restore defadvice, but only the part that
30728         allows changes outside the restricted area of the buffer.
30730 2005-02-20  Kim F. Storm  <storm@cua.dk>
30732         * simple.el (line-move): Add fourth optional arg try-vscroll which
30733         must be set to perform auto-window-vscroll.
30734         When moving backwards and doing auto-window-vscroll, automatically
30735         vscroll to the last part of lines which are taller than the window.
30736         (next-line, previous-line): Set try-vscroll arg on line-move.
30738 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
30740         * replace.el (query-replace, query-replace-regexp)
30741         (replace-string, replace-regexp): When operating on region, make
30742         the minibuffer prompt say so.
30744         * isearch.el (isearch-forward): Document isearch-query-replace and
30745         isearch-query-replace-regexp keybindings.
30747 2005-02-19  Jay Belanger  <belanger@truman.edu>
30749         * calc/calc-aent.el (math-read-token): Add local variable.
30751         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
30752         (calc-edit-top): Move declaration to earlier in file.
30753         (calc-edit-macro-repeats): Add local variables.
30755         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
30756         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
30757         calcFunc-tanh.
30758         Adjust integration rule for calcFunc-tan.
30760 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30762         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
30763         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
30764         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
30765         (viper-skip-separators): Bug fix.
30766         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
30767         particular major mode.
30768         (viper-del-backward-char-in-replace): Don't put deleted char on the
30769         kill ring.
30771         * viper-ex.el (viper-color-display-p): New function.
30772         (viper-has-face-support-p): Use viper-color-display-p.
30774         * viper-keym.el (viper-gnus-modifier-map): New keymap.
30776         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
30778         * viper-util.el (viper-glob-unix-files): Fix shell status check.
30779         (viper-file-remote-p): Make equivalent to file-remote-p.
30781         * viper.el (viper-major-mode-modifier-list):
30782         Use viper-gnus-modifier-map.
30784 2005-02-19  David Kastrup  <dak@gnu.org>
30786         * subr.el (subregexp-context-p): Fix garbled doc string by adding
30787         quoting.
30789 2005-02-19  Jay Belanger  <belanger@truman.edu>
30791         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
30792         Remove extra definitions.
30793         (calc-coth): New function.
30794         (calcFunc-cot): Fix `let'.
30796 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
30798         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
30799         the reasons we use "type pc" in these faces.
30801         * button.el (button): Ditto.
30803 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
30805         * replace.el (query-replace-read-from): Set the value of
30806         query-replace-from-history-variable to handle the case of an empty
30807         string entered to accept the suggested default.
30809         * net/tramp.el (tramp-file-name-for-operation):
30810         Use dired-call-process instead of dired-call-process-command.
30812 2005-02-19  Jay Belanger  <belanger@truman.edu>
30814         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
30815         (math-div-non-trig): New variables.
30816         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
30817         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
30818         (math-combine-prod, math-div-symb-fancy): Add simplifications for
30819         trig expressions.
30821 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
30823         * progmodes/gdb-ui.el (gdb-var-update-handler)
30824         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
30825         for watch expressions,
30826         (gdb-var-create-handler): Don't set speedbar-update-flag.
30827         (gdb-post-prompt): Simplify test for speedbar.
30829 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30831         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
30832         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
30833         we use the syntax table of the correct buffer.
30834         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
30835         Felix Gatzemeier.
30837         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
30838         (ediff-file-remote-p): Make synonymous with file-remote-p.
30839         In all deffaces ediff-*-face-*, use min-colors.
30841         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
30842         ediff-recurse-to-subdirectories.
30843         (ediff-mark-if-equal): Check that the arguments are strings, use
30844         ediff-same-contents (after to Felix Gatzemeier).
30846         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
30847         nil.
30849 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30851         * log-view.el (log-view-message-re): Fix up Subversion regexp.
30853 2005-02-18  David Kastrup  <dak@gnu.org>
30855         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
30856         use `mark-active' when defined.
30858 2005-02-18  Kenichi Handa  <handa@m17n.org>
30860         * ps-print.el (ps-font-info-database): New entry
30861         ZapfChancery-MediumItalic with correct font name.  Fix font name
30862         of the entry Zapf-Chancery-MediumItalic.
30864 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
30866         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
30868 2005-02-16  Kim F. Storm  <storm@cua.dk>
30870         * ido.el (ido-fallback-command): Pass user input to fallback command.
30872 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
30874         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
30875         (gdb-find-file-hook): Add server prefix.
30877 2005-02-16  Richard M. Stallman  <rms@gnu.org>
30879         * replace.el (perform-replace): Pass new args to replace-highlight.
30880         (replace-highlight): Take region args,
30881         and pass them to isearch-lazy-highlight-new-loop.
30883         * novice.el (disabled-command-hook): Autoload the defalias
30884         and the make-obsolete-variable call.
30886         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
30888         * isearch.el (isearch-lazy-highlight-start-limit)
30889         (isearch-lazy-highlight-end-limit): New variables limit
30890         the region for highlighting.
30891         (isearch-lazy-highlight-new-loop): New args BEG and END.
30892         (isearch-lazy-highlight-search): Use the new vars.
30893         (isearch-lazy-highlight-update): Likewise.
30895         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
30897         * cus-start.el (all): Use default-boundp.
30899 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
30901         * menu-bar.el (menu-bar-select-frame): Handle current frame.
30903 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
30905         * autorevert.el (auto-revert-stop-on-user-input)
30906         (auto-revert-verbose): Doc fixes.
30908 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
30910         * international/mule-cmds.el (set-locale-environment): Remove call
30911         to set-selection-coding-system on Windows.
30913 2005-02-15  Jay Belanger  <belanger@truman.edu>
30915         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
30916         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
30917         calcFunc-coth.
30918         (math-simplify-sqrt): Add simplifications.
30920         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
30921         to list.
30923         * calc/calc-ext.el: Add functions to autoloads.
30925         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
30926         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
30927         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
30928         (math-csc-raw, math-cot-raw): New functions.
30930         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30932         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30933         the variable name in a message.
30935         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30936         calcFunc-csc, calcFunc-cot.
30938         * calc/calcalg2.el: Add derivative and integration rules for
30939         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30940         calcFunc-csch, calcFunc-coth.
30941         (math-do-integral-methods): Add to checks for when to use
30942         substitutions.
30944         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30946 2005-02-15  Lute Kamstra  <lute@gnu.org>
30948         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30949         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30950         <monnier@iro.umontreal.ca>.
30951         (lisp-outline-level): Improve efficiency.  Suggested by David
30952         Kastrup <dak@gnu.org>.
30954 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30956         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30957         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30958         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30959         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30960         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30962 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30964         * cus-start.el (all): Comment change.
30966 2005-02-14  Lute Kamstra  <lute@gnu.org>
30968         * cus-start.el (all): Check if symbol is void.
30970 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30972         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30973         optional argument to \cite.
30975 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30977         * cus-edit.el (custom-buffer-create-internal): Update help message.
30978         (custom-magic-alist): Update help messages.
30980         * cus-start.el (all): Allow a var to specify a standard value.
30982 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30984         * custom.el (custom-theme-set-variables): Handle variable aliases.
30986         * frame.el (blink-cursor-timer): Doc fix.
30987         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30988         declare obsolete.
30989         (blink-cursor-mode): Define with defcustom and use correct
30990         standard expression in that defcustom.
30991         * startup.el (command-line): Adapt to above changes in frame.el.
30993 2005-02-11  Lute Kamstra  <lute@gnu.org>
30995         * apropos.el (apropos-score-doc): Prevent division by zero.
30997 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30999         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31000         (icalendar--get-event-property-attributes)
31001         (icalendar--get-event-properties)
31002         (icalendar--datetime-to-diary-date): New functions.
31003         (icalendar--split-value): Doc fix.
31004         (icalendar--datetime-to-noneuropean-date)
31005         (icalendar--datetime-to-european-date): New optional argument
31006         SEPARATOR.  Return result as a string instead of a list.
31007         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31008         (icalendar--convert-string-for-export): Rename arg S to STRING.
31009         (icalendar-export-region): Doc fix.  Change name of error buffer.
31010         Save output buffer.
31011         (icalendar-import-file): Add blank at end of prompt.
31012         (icalendar-import-buffer): Doc fix.  Do not switch to error
31013         buffer.  Indicate status in return value.
31014         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
31015         buffer.  Save output buffer.  Handle exception from recurrence
31016         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
31017         events.  Fix problems with weekly all-day events.
31019 2005-02-10  Richard M. Stallman  <rms@gnu.org>
31021         * simple.el (eval-expression-print-format):
31022         Avoid warning about edebug-active.
31024         * help.el (help-for-help-internal): Rename from help-for-help.
31025         (help-for-help): Define with defalias.
31027         * font-core.el (font-lock-default-function): Use with-no-warnings.
31029         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31031         * custom.el (defface): Doc fix.
31033 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
31035         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31036         width 0" to prevent word wrapping problems.
31038 2005-02-09  Kim F. Storm  <storm@cua.dk>
31040         * ido.el (ido-file-extensions-order): New defcustom.
31041         (ido-file-extension-lessp, ido-file-extension-aux)
31042         (ido-file-extension-order): New advanced file ordering.
31043         (ido-file-lessp): New simple file ordering.
31044         (ido-sort-list): Remove.
31045         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31046         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31048 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
31050         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31051         that some versions of grep produce.
31052         (grep-mode-font-lock-keywords): Likewise.
31054 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
31056         * progmodes/gdb-ui.el (gdb-location-list): New variable.
31057         (gdb-cdir): Delete.
31058         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31059         (gdb-source-info): Treat case when source file is in another
31060         directory properly.
31061         (gdb-get-location): New function.
31063 2005-02-07  Jay Belanger  <belanger@truman.edu>
31065         * calc/calc-prog.el (calc-write-parse-table-part)
31066         (calc-fix-token-name): Fix a check for language type.
31068         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31070 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
31072         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31073         as directory not writable.
31075 2005-02-07  Kim F. Storm  <storm@cua.dk>
31077         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31078         (cua--standard-movement-commands): Remove list.
31079         Instead, set CUA property value to move for movement commands.
31080         (cua-movement-commands): Remove.  Users must set CUA prop instead.
31081         (cua--pre-command-handler): Check CUA property.
31082         (cua--init-keymaps): Don't remap undo commands.
31083         (cua-mode): Don't call cua--rectangle-on-off.
31085         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31086         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31087         (cua--rect-undo-set-point): New var.
31088         (cua--rectangle-undo-boundary): Setup undo apply entry.
31089         (cua--rect-undo-handler): New function for rectangle undo.
31090         (cua--rect-start-position, cua--rect-end-position): Add.
31091         (cua--rectangle-post-command): Call cua--rectangle-set-corners
31092         for restored rectangle.  Set point if cua--rect-undo-set-point.
31094 2005-02-06  Jay Belanger  <belanger@truman.edu>
31096         * calc/calc-lang.el (calc-tex-language): Display more information
31097         in messages.
31099         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31100         in TeX mode.
31102 2005-02-06  Richard M. Stallman  <rms@gnu.org>
31104         * emacs-lisp/lisp.el (buffer-end): Doc fix.
31106 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
31108         * net/ldap.el (ldap-search-internal): Support attributes with
31109         optional descriptions separated by a semi-colon, as in
31110         "userCertificate;binary".
31112 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31114         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31115         isn't a cons (i.e. the version is 0).
31117 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
31119         * help.el (help-for-help): Doc fix.
31121 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
31123         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
31124         GDB-Windows on the menu-bar as this works better.
31126 2005-02-04  Jay Belanger  <belanger@truman.edu>
31128         * calc/calc-embed.el (calc-embedded-update): Don't put in
31129         unnecessary newlines.  Adjust the end of formula marker.
31131         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31132         (math-latex-parse-two-args): New function.
31134 2005-02-03  Lute Kamstra  <lute@gnu.org>
31136         * help-fns.el (help-with-tutorial): Make sure that users cannot
31137         remove the entire text of the tutorial by means of `undo'.
31139 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31141         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31142         in recent changes, where the ispell process was repeatedly
31143         killed & restarted.
31145         * international/mule-cmds.el (set-locale-environment): Set file-name
31146         coding system to utf-8 on Darwin systems.
31147         (set-default-coding-systems): Don't set default-file-name-coding-system
31148         on Darwin systems.
31150 2005-02-03  Richard M. Stallman  <rms@gnu.org>
31152         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31154 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
31156         * faces.el (list-faces-display): Add optional argument.
31158 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31160         * font-core.el (font-lock-default-function): Handle the rare case where
31161         only font-lock-keywords is set.
31163 2005-02-02  Kenichi Handa  <handa@m17n.org>
31165         * international/characters.el: Cancel previous change for
31166         I-WITH-DOT-ABOVE and DOTLESS-i.
31168         * international/latin-5.el: Cancel previous change.
31170 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31172         * progmodes/gud.el: Correction to syntax in gud-menu-map.
31174 2005-02-02  Kenichi Handa  <handa@m17n.org>
31176         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31177         DOTLESS-i.
31179         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31180         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31182         * case-table.el (get-upcase-table): New function.
31183         (copy-case-table): Copy upcaes table too if non-nil.
31184         (set-case-syntax-delims): Maintain upcase table too.
31185         (set-case-syntax-pair): Likewise.
31186         (set-upcase-syntax, set-downcase-syntax): New functions.
31187         (set-case-syntax): Maintain upcase table too.
31189 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31191         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31193         * progmodes/gud.el (gud-goto-info): New function.
31194         (gud-tool-bar-map): Use correct icon.
31196 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31198         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31199         When delegating, order args in the funcall correctly.
31201 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31203         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31205 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
31207         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31208         buffer not visiting a file.
31210 2005-01-31  Jay Belanger  <belanger@truman.edu>
31212         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31213         bound on the line with the formula.
31215 2005-01-31  Kim F. Storm  <storm@cua.dk>
31217         * ses.el (ses-create-cell-variable-range)
31218         (ses-destroy-cell-variable-range, ses-reset-header-string)
31219         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31220         (ses-insert-row): Fix format of apply undo entries.
31222 2005-01-31  Jay Belanger  <belanger@truman.edu>
31224         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31225         parts.
31227         * calc/calc-embed.el (calc-embedded-open-formula)
31228         (calc-embedded-close-formula): Ignore matrix environments.
31230         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31231         TeX mode.
31233         * calc/calc-lang.el (math-function-table, math-oper-table)
31234         (math-variable-table): Adjust the LaTeX portions.
31236         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31237         (math-latex-ignore-words): New constant.
31239 2005-01-31  Richard M. Stallman  <rms@gnu.org>
31241         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31242         (ispell-local-dictionary): Doc fix.
31243         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31244         Don't reinitialize at run time.  Don't defcustom.
31245         All uses changed to append ispell-local-dictionary-alist,
31246         or check it first.
31247         (ispell-current-dictionary): New variable for dictionary in use.
31248         (ispell-dictionary): Now used only for global default.
31249         (ispell-start-process): Set ispell-current-dictionary,
31250         not ispell-dictionary.
31251         (ispell-change-dictionary): Use this only for setting
31252         user preferences.
31253         (ispell-internal-change-dictionary): New function
31254         to change the current dictionary in use.
31255         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31256         Use ispell-current-dictionary.
31257         Handle ispell-local-dictionary-overridden.
31258         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31260 2005-01-31  Jay Belanger  <belanger@truman.edu>
31262         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31264         * calc/calc-ext.el: Add calc-latex-language to autoloads.
31265         (calc-mode-map): Add calc-latex-language.
31267         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31268         (math-latex-print-frac): New functions.
31269         (math-oper-table, math-function-table, math-variable-table)
31270         (math-complex-format, math-input-filter): Add latex properties.
31271         (calc-set-language): Set math-expr-special-function-mapping.
31273         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31274         (calc-write-parse-table-part): Add LaTeX support.
31276         * calc/calc.el (calc-language): Adjust docstring.
31277         (calc-set-mode-line): Add LaTeX support.
31278         (math-expr-special-function-mapping): New variable.
31279         (math-tex-ignore-words): Add to list.
31281         * calc/calccomp.el (math-compose-expr, math-compose-rows):
31282         Add LaTeX support.
31283         (math-compose-expr): Add support for special functions.
31285         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31287 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
31289         * progmodes/gdb-ui.el (gdb-memory-address)
31290         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31291         (gdb-memory-mode-map, gdb-memory-format-keymap)
31292         (gdb-memory-format-menu, gdb-memory-unit-keymap)
31293         (gdb-memory-unit-menu): New variables for a buffer
31294         that lets the user examine program memory.
31295         (gdb-memory-set-address, gdb-memory-set-repeat-count)
31296         (gdb-memory-format-binary, gdb-memory-format-octal)
31297         (gdb-memory-format-unsigned, gdb-memory-format-signed)
31298         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31299         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31300         (gdb-memory-unit-word, gdb-memory-unit-halfword)
31301         (gdb-memory-unit-byte, gdb-memory-unit-menu)
31302         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31303         (gdb-memory-mode, gdb-memory-buffer-name)
31304         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31305         New functions for above buffer.
31307 2005-01-30  Richard M. Stallman  <rms@gnu.org>
31309         * cus-edit.el (custom-bury-buffer): Function deleted.
31310         (custom-buffer-done-function): Option deleted.
31311         (custom-buffer-done-kill): New replacement option.
31312         (Custom-buffer-done): Call quit-window.
31313         (custom-buffer-create-internal): Update for above changes.
31315 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
31317         * simple.el (undo-ask-before-discard): New var.
31318         (undo-outer-limit-truncate): Implement it.
31319         (undo-extra-outer-limit): Doc update.
31321 2005-01-29  Richard M. Stallman  <rms@gnu.org>
31323         * ses.el (undo-more): Delete defadvice.
31324         (ses-begin-change): Doc fix.
31326         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31327         instead of rebinding C-x u and C-_.
31329         * files.el (normal-backup-enable-predicate): Return nil for files
31330         in /tmp, regardless of temporary-file-directory.
31332         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31334         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31335         (open-rectangle, delete-whitespace-rectangle-line)
31336         (clear-rectangle-line): If FILL, pass t instead of FILL
31337         for move-to-column's 2nd arg.
31339         * simple.el (undo): Fix the test for continuing a series of undos.
31340         (undo-more): Set pending-undo-list to t when we reach end.
31341         (pending-undo-list): Move up defvar.
31343         * wid-edit.el (widget-button-click):
31344         Shorten the range of the track-mouse binding.
31346         * comint.el (comint-insert-input): Undo previous changes;
31347         use last-input-event in interactive spec.
31349 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
31351         * progmodes/compile.el (compilation-start): Bind buffer-read-only
31352         to nil before invoking call-process.  Reset buffer's modified flag
31353         after fontifying it in the no-async branch.
31355         * wid-edit.el (widget-specify-button): If mouse pointer shape
31356         cannot be changed, use mouse face instead.
31358 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
31360         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31361         (gdb-goto-breakpoint): Make breakpoint handling work on template
31362         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
31363         (gdb-assembler-custom): Update to recognize breakpoint information
31364         added on 2005-01-19.
31366 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31368         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31369         (dsssl-mode): Use define-derived-mode.
31370         (scheme-mode-initialize): Remove.
31371         (scheme-mode): Use run-mode-hooks.
31373         * cus-edit.el (customize-group-other-window)
31374         (custom-buffer-create-other-window): Don't override special-display-*.
31375         (custom-mode-map): Make it dense.
31377         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31378         sets the default value.
31380 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
31382         * descr-text.el: Add more keywords.
31384 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31386         * speedbar.el: Avoid unnecessary use of locate-library.
31388         * international/mule-cmds.el (standard-display-european-internal):
31389         Don't fiddle with latin-1 non-break space any more since it's now
31390         special cased in the C code.
31391         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31393 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
31395         * cus-start.el (all): Add `undo-outer-limit'.
31397 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31399         * textmodes/bibtex.el (bibtex-format-entry):
31400         Use `bibtex-empty-field-re' only on the text of fields, not on entire
31401         field lines.
31402         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31403         not on part of a buffer.
31405 2005-01-25  Lute Kamstra  <lute@gnu.org>
31407         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31408         nonempty field text strings like "{letters\\macro{}more letters}".
31409         Clarify docstring.
31410         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31411         (bibtex-entry-offset, bibtex-parse-association)
31412         (bibtex-parse-field-name): Fix typos in docstrings.
31413         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31415 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
31417         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31418         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31419         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31420         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31422         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31423         isearch minor mode.
31425 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
31427         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31429 2005-01-24  Lute Kamstra  <lute@gnu.org>
31431         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31432         CASECHARS and NOT-CASECHARS regular expressions of the
31433         "nederlands" and "nederlands8" dictionaries to prevent a "Range
31434         striding over charsets" error.
31436 2005-01-24  Jay Belanger  <belanger@truman.edu>
31438         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31439         display variable name.
31441 2005-01-24  Kenichi Handa  <handa@m17n.org>
31443         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31444         Fix setting of the element of encoded-kbd-iso2022-invocations.
31446 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
31448         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31449         (gdb-threads-select): Change to also accept mouse events.
31450         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31451         (gdb-threads-mouse-select): Delete.
31453 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
31455         * files.el (insert-directory): Take care of empty directory,
31456         listed without -a switch.
31458 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31460         * textmodes/refill.el (refill-post-command-function):
31461         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31462         to the list of functions that we should be careful not to undo.
31463         (refill-late-fill-paragraph-function): Remove.
31464         (refill-saved-state): New var.
31465         (refill-mode): Use it to save fill-paragraph-function.
31466         Save also the value of auto-fill-function.
31468         * term/w32-win.el: Simplify code.
31470 2005-01-23  Kim F. Storm  <storm@cua.dk>
31472         * simple.el (line-move): Adapt to new return value from
31473         pos-visible-in-window-p.
31475         * simple.el (line-move): Fix last change.  Check partial
31476         visibility at point rather than at window-start.
31478 2005-01-22  Jason Rumney  <jasonr@gnu.org>
31480         * term/w32-win.el (xw-defined-colors): Remove debug-message.
31482 2005-01-22  David Kastrup  <dak@gnu.org>
31484         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31486 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
31488         * type-break.el (type-break-mode): Add a test for
31489         type-break-file-name being non-nil.
31491 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
31493         * net/eudc.el (top level): Call (message "") via progn, so that
31494         eudc-options-file is loaded.
31496 2005-01-22  Kim F. Storm  <storm@cua.dk>
31498         * simple.el (line-move-1): Rename from line-move.
31499         (line-move): New function that adjusts vscroll for partially
31500         visible rows, and calls line-move-1 otherwise.
31502 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
31504         * pcomplete.el: Define pcomplete-read-event instead of read-event,
31505         since it's not a complete read-event implementation
31507 2005-01-20  Jay Belanger  <belanger@truman.edu>
31509         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31510         for called function.
31512 2005-01-20  Steven Tamm  <steventamm@mac.com>
31514         * term/mac-win.el (process-connection-type): Remove.
31515         Controlled now by s/darwin.h:PTY_ITERATION.
31517 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31519         * window.el (handle-select-window): Don't switch window when we're
31520         in the minibuffer.
31522 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
31524         * subr.el (dotimes-with-progress-reporter): New macro.
31526         * ses.el (ses-dotimes-msg): Remove macro.
31527         Use `dotimes-with-progress-reporter' instead.
31529 2005-01-19  Steven Tamm  <steventamm@mac.com>
31531         * term/mac-win.el (process-connection-type): Use new
31532         operating-system-release variable to use ptys on Darwin 7 (OS X
31533         10.3) when using carbon build.
31535 2005-01-19  Jay Belanger  <belanger@truman.edu>
31537         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31538         flags if the last command was a tab or M-tab.
31540         * calc/calc-prog.el (calc-user-define-edit): Put original formula
31541         in formula editing buffer.
31543 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31545         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31546         breakpoint image symbol in margin.
31548 2005-01-19  Jay Belanger  <belanger@truman.edu>
31550         * calc/calc-prog.el (calc-execute-kbd-macro):
31551         Ignore calc-keep-arg-flag.
31553 2005-01-19  Kenichi Handa  <handa@m17n.org>
31555         * textmodes/ispell.el (ispell-looking-at): New function.
31556         (ispell-process-line): Use ispell-looking-at to compare the ispell
31557         output and the buffer contents.
31559 2005-01-18  Jay Belanger  <belanger@truman.edu>
31561         * calc/calc.el (calc-display-raw): Fix docstring.
31563 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31565         * simple.el (blink-matching-open): Strip extra info from syntax.
31567         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31568         funny chars in the end-of-here-doc marker.
31570 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31572         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31573         that enable/disabled state of breakpoints is shown correctly in
31574         fringe and on ttys.
31575         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31576         Add breakpoint information as text properties.
31577         (gdb-mouse-toggle-breakpoint):
31578         Rename to gdb-mouse-set-clear-breakpoint.
31579         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
31580         breakpoints in the margin.
31581         (gdb-remove-strings): Simplify.
31583 2005-01-17  Jay Belanger  <belanger@truman.edu>
31585         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31586         erasing buffer.
31588 2005-01-17  Richard M. Stallman  <rms@gnu.org>
31590         * progmodes/grep.el (grep-find): Copy from `grep' the condition
31591         for calling grep-compute-defaults.
31593         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31594         if buffer is empty.
31596         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31598 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
31600         * hilit-chg.el (highlight-changes-mode): Don't autoload.
31602         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31603         non-preloaded variables.
31605 2005-01-17  Steven Tamm  <steventamm@mac.com>
31607         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31608         tex-shell cause to force interactivity when using pipes.
31610 2005-01-17  Kim F. Storm  <storm@cua.dk>
31612         * simple.el (just-one-space): Make arg optional.
31614 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
31616         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31617         posn-at-x-y to t to access left-margin.
31619 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
31621         Sync with Tramp 2.0.47.
31623         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31624         catching keep-date problems in cp/scp operations.
31625         (tramp-handle-copy-file): Don't call `set-file-modes'
31626         unconditionally.  Specialized functions should know better what is
31627         necessary.  This improves performance a little bit, and the
31628         functions could catch errors with `cp -p' and `scp -p'.
31629         (tramp-do-copy-or-rename-file-via-buffer)
31630         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
31631         when appropriate.
31632         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
31633         Call `set-file-modes' when appropriate.
31634         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
31635         Johnsson <isak@hypergene.com>.
31636         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
31637         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
31638         <joakim@verona.se>.
31639         (tramp-file-name-for-operation): Mark `shell-command' as magic for
31640         Emacs only.
31642         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
31643         `find-file-hooks' and `dired-mode-hook'.
31644         (tramp-minor-mode-map): Respective map.  Add remapping for
31645         `compile' and `recompile'.
31646         (tramp-remap-command, tramp-recompile): New defuns.
31647         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
31648         in buffer "*Compilation*".  Call the commands asynchronously.
31650         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
31651         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
31652         `shell-command', because it isn't magic in XEmacs.  Reported by
31653         Adrian Aichner <adrian@xemacs.org>.
31655         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
31656         `substitute-in-file-name.
31657         (tramp-smb-handle-substitute-in-file-name): New defun.
31658         (tramp-smb-advice-PC-do-completion): Delete advice.
31660 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
31662         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
31663         Fix error in deleting region.
31665 2005-01-15  Richard M. Stallman  <rms@gnu.org>
31667         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
31668         In non-temp buffer, switch syntax table temporarily.
31670         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
31672         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
31674         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
31676         * imenu.el (imenu--split-menu): Copy menulist before sorting.
31677         (imenu--generic-function): Use START, not BEG, as pos of definition.
31679         * simple.el (just-one-space): Argument specifies number of spaces.
31681         * simple.el (eval-expression-print-format): Avoid warning
31682         about edebug-active.
31684 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
31686         * progmodes/sh-script.el: Code copied from make-mode.el
31687         with small changes,
31688         (sh-mode-map): Bind C-c C-\.
31689         (sh-backslash-column, sh-backslash-align): New variables.
31690         (sh-backslash-region, sh-append-backslash): New functions.
31692 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31694         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31695         (rmail-pop-password, rmail-pop-password-required): Move to
31696         rmail-obsolete group.
31697         (rmail-set-pop-password): Rename to rmail-set-remote-password.
31698         All callers updated.
31699         (rmail-get-pop-password): Rename to rmail-get-remote-password.
31700         Take an argument specifying whether it is POP or IMAP mailbox we
31701         are using.  All callers updated.
31702         (rmail-pop-password-error): Rename to
31703         rmail-remote-password-error.  Added mailutils-specific error message.
31704         (rmail-movemail-search-path)
31705         (rmail-movemail-variant-in-use): New variables.
31706         (rmail-remote-password, rmail-remote-password-required):
31707         New customization variables.
31708         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
31709         (rmail-parse-url): New function.
31710         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
31711         with GNU mailutils movemail.
31713 2005-01-15  Kevin Ryde  <user42@zip.com.au>
31715         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
31716         suffix to space, $ or '$, to correctly position point when going
31717         to @table style constants like DBL_MAX.
31719 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
31721         * type-break.el (type-break-mode, type-break-file-time)
31722         (type-break-file-keystroke-count, type-break-choose-file):
31723         Don't store data in or load data from the file if type-break-file-name
31724         is nil.
31725         (type-break-file-name): Doc update as per the above.
31727 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
31729         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
31730         lookup-key might return nil; handle that.
31732 2005-01-15  Alan Mackenzie  <acm@muc.de>
31734         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
31735         rather than the element found, thus enabling the tree to be setcar'd.
31737 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31739         * textmodes/org.el (org-show-following-heading): New option.
31740         (org-show-hierarchy-above): Use `org-show-following-heading'.
31741         (org-cycle): Documentation fix.
31743         * textmodes/org.el (orgtbl-optimized): New option
31744         (orgtbl-mode): New command, a minor mode.
31745         (orgtbl-mode-map): New variable.
31746         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
31747         (orgtbl-error, orgtbl-self-insert-command)
31748         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
31750         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
31751         a local variable in each org-mode buffer.
31753         * textmodes/org.el (org-set-regexps-and-options): Rename from
31754         `org-set-regexps'.  Added checking for STARTUP keyword.
31755         (org-get-current-options): Add STARTUP options.
31756         (org-table-insert-row): Make mode intelligent about when
31757         realignment is needed.
31758         (org-self-insert-command, org-delete-backward-char, org-delete-char):
31759         New commands.
31760         (org-enable-table-editor): New default value `optimized'.
31761         (org-table-blank-field): Support blanking regions if active.
31763 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31765         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
31766         if the year is not given.
31768         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
31769         Add new escapes %m and %M, fixed bug with %F by adding
31770         save-match-data.
31771         (reftex-reference): Remove ?. from list of spaces.
31772         (reftex-label-info): Add automatic label prefix recognition.
31774         * textmodes/reftex-index.el (reftex-index-next-phrase):
31775         Add slave parameter to call of `reftex-index-this-phrase'.
31776         (reftex-index-this-phrase): New optional argument.
31777         (reftex-index-region-phrases): Add slave parameter to call of
31778         `reftex-index-this-phrase'.
31779         (reftex-display-index): New argument redo.
31780         (reftex-index-rescan): Add `redo' to arguments of
31781         `reftex-display-index'.
31782         (reftex-index-Rescan, reftex-index-revert)
31783         (reftex-index-switch-index-tag): Add `redo' to arguments of
31784         `reftex-display-index'.
31785         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
31786         indexing.  Fix bug with matching is there is a quote before or
31787         after the word.
31789         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
31790         Fix bug when collecting citation keys in lines with comments.
31791         (reftex-citation): Prefix argument no longer rescans the document,
31792         but forces prompting for optional arguments of cite macros.
31793         (reftex-do-citation): Prompting for optional arguments implemented.
31795         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31796         Add optional arguments to most cite commands.
31797         (reftex-cite-cleanup-optional-args): New option
31798         (reftex-cite-prompt-optional-args): New option.
31799         (reftex-trust-label-prefix): New option.
31801         * textmodes/reftex-toc.el (reftex-toc-find-section):
31802         Add push-mark before changing the position in the buffer.
31804         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
31805         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
31807 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
31809         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
31810         more carefully.
31812 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31814         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
31815         (sgml-mode): Use it.
31816         (sgml-get-context): Better keep track of implicitly closed tags.
31818 2005-01-13  Kenichi Handa  <handa@m17n.org>
31820         * textmodes/ispell.el: These changes are to fix misalignment error
31821         caused by equivalent characters of different Emacs charsets.
31822         (ispell-unified-chars-table): New variable.
31823         (ispell-get-decoded-string): New function.
31824         (ispell-get-casechars, ispell-get-not-casechars)
31825         (ispell-get-otherchars): Call ispell-get-decoded-string.
31827 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
31829         * custom.el (custom-declare-variable): Just put symbol instead
31830         of (defvar . symbol) in `current-load-list'.
31832 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
31834         * emacs-lisp/elint.el: Fixed typo in Commentary section.
31836 2005-01-12  Jay Belanger  <belanger@truman.edu>
31838         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
31839         to create a Calc summary.
31841 2005-01-12  Kim F. Storm  <storm@cua.dk>
31843         * mouse.el (mouse-on-link-p): Change functionality and doc
31844         string to comply with latest description in lisp ref.
31846 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
31848         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
31849         Enable mouse clicks on mode-line, header-line and margin.
31850         (event-type): Give mouse event symbols an `event-kind' property
31851         with value `mouse-click'.
31853 2005-01-12  Juri Linkov  <juri@jurta.org>
31855         * facemenu.el (list-colors-display): Add new arg buffer-name.
31856         Use it.  Fix docstring.  Replace code for identifying duplicate
31857         colors by the name with call to `list-colors-duplicates' which
31858         identifies duplicate colors by the value unless the color
31859         is one of special Windows colors.  Set truncate-lines to t.
31860         Print sorted duplicate color names on each line.  Indent to 22
31861         \(the longest color name in rgb.txt) instead of 20.  Optimize.
31862         (list-colors-duplicates): New function.
31863         (facemenu-color-name-equal): Delete function.
31865         * facemenu.el (list-colors-print): New function created from code
31866         in list-colors-display.  Print #RRGGBB at the window right edge.
31867         (list-colors-display): When temp-buffer-show-function is not
31868         defined, call list-colors-print from temp-buffer-show-hook
31869         to get the right value of window-width in list-colors-print
31870         after the buffer is displayed.
31872         * simple.el (pop-mark): Move deactivate-mark out of conditional
31873         part to deactivate the active mark regardless of the state of the
31874         mark ring.
31876         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
31877         variables line in desktop files.
31879 2005-01-12  Juri Linkov  <juri@jurta.org>
31881         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
31882         Bring together isearch highlight related options.
31883         (lazy-highlight): Replace group `replace' by `matching'.
31884         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31885         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31886         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
31887         and declare them obsolete.
31888         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
31889         (isearch-faces): Remove defgroup.
31890         (isearch-overlay, isearch-highlight, isearch-dehighlight):
31891         Move isearch highlighting code closer to lazy highlighting code.
31893         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
31894         (query-replace-highlight, query-replace-lazy-highlight)
31895         (query-replace): Move definitions to the beginning of the file.
31897 2005-01-11  Juri Linkov  <juri@jurta.org>
31899         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
31900         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
31901         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
31903         * info.el (Info-history-forward): New variable.
31904         (Info-select-node): Reset Info-history-forward to nil.
31905         (Info-last): Turn into defalias.
31906         (Info-history-back): Rename from Info-last.
31907         Add current node to Info-history-forward.
31908         (Info-history-forward): New fun.
31909         (Info-mode-map): Replace Info-last by Info-history-back.
31910         Bind Info-history-forward to "r".
31911         (Info-mode-menu): Replace Info-last by Info-history-back.
31912         Fix menu item text.  Add menu item for Info-history-forward.
31913         (info-tool-bar-map): Replace Info-last by Info-history-back.
31914         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
31915         for Info-history-forward.
31916         (Info-mode): Replace Info-last by Info-history-back in docstring.
31917         Add local variable Info-history-forward.
31918         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
31920 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31922         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
31923         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
31924         Ignore select-window events rather than fiddle with
31925         mouse-autoselect-window.
31927 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
31929         * type-break.el (type-break-mode): Fix previous change.
31931 2005-01-10  Jay Belanger  <belanger@truman.edu>
31933         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31934         calculator; only reset when point is inside a calculator.
31935         Don't adjust the window height if the window takes up the whole height
31936         of the frame.
31938 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31940         * ebuff-menu.el (Electric-buffer-menu-mode):
31941         Preserve value of buffer-local var header-line-format.
31943 2005-01-09  Jay Belanger  <belanger@truman.edu>
31945         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31946         Make sure settings file exists before accessing it.
31948         * calc/calc-embed.el (calc-embedded-subst):
31949         Replace math-multi-subst-rec, which is only supposed to be called
31950         by math-multi-subst, by math-multi-subst.
31952 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31954         * vc.el (vc-allow-async-revert): New user option.
31955         (vc-disable-async-diff): New internal variable.
31956         (vc-revert-buffer): Use them to disable asynchronous diff.
31958         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31959         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31960         asynchronously if vc-disable-async-diff is t.
31962 2005-01-09  Jay Belanger  <belanger@truman.edu>
31964         * calc/calc.el (defcalcmodevar): New macro.
31965         (calc-mode-var-list-restore-default-values)
31966         (calc-mode-var-list-restore-saved-values): New functions.
31967         (calc-mode-var-list): Use defcalcmodevar to define it.
31968         (calc-always-load-extensions, calc-line-numbering)
31969         (calc-line-breaking, calc-display-just, calc-display-origin)
31970         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31971         (calc-group-char, calc-point-char, calc-frac-format)
31972         (calc-prefer-frac, calc-hms-format, calc-date-format)
31973         (calc-float-format, calc-full-float-format, calc-complex-format)
31974         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31975         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31976         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31977         (calc-matrix-brackets, calc-language, calc-language-option)
31978         (calc-left-label, calc-right-label, calc-word-size)
31979         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31980         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31981         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31982         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31983         (calc-window-height, calc-display-trail, calc-show-selections)
31984         (calc-use-selections, calc-assoc-selections)
31985         (calc-display-working-message, calc-auto-why, calc-timing)
31986         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31987         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31988         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31989         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31990         (calc-gnuplot-geometry, calc-graph-default-resolution)
31991         (calc-graph-default-resolution-3d, calc-invocation-macro)
31992         (calc-show-banner): Use defcalcmodevar to declare them and set
31993         their default values.
31995         * calc/calc-ext.el (calc-reset): Restore saved values of variables
31996         instead of default values (but restore default values if there is
31997         an argument of 0).
31999 2005-01-09  David Kastrup  <dak@gnu.org>
32001         * desktop.el (desktop-restore-eager): Fix typo in type.
32003 2005-01-08  Richard M. Stallman  <rms@gnu.org>
32005         * cus-edit.el (customize): Delete :link.
32007 2005-01-08  Jay Belanger  <belanger@truman.edu>
32009         * calc/calc.el (calc-mode): Remove the extension from the
32010         `calc-settings-file' file name when loading it.
32012 2005-01-08  Kim F. Storm  <storm@cua.dk>
32014         * info.el (Info-mode-map, Info-next-link-keymap)
32015         (Info-prev-link-keymap, Info-up-link-keymap):
32016         Map follow-link to mouse-face.
32017         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32019 2005-01-08  Jay Belanger  <belanger@truman.edu>
32021         * calc/calc.el (calc-settings-file): Change default value.
32022         Suggested by cgw in a comment in calc-mode.el.
32024         * calc/calc-mode.el (calc-settings-file-name):
32025         Compare calc-settings-file to user-init-file instead of ~/.emacs.
32026         Replace ~/.emacs in a prompt by calc-settings-file.
32028 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
32030         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32031         (desktop-lazy-idle-delay): New customizable variables.
32032         (desktop-buffer-args-list): New variable.
32033         (desktop-append-buffer-args): New function.
32034         (desktop-save): Call desktop-append-buffer-args for some buffers.
32035         (desktop-lazy-create-buffer): New function.
32036         (desktop-idle-create-buffers): New function.
32037         (desktop-read): Add message about buffers to restore lazily.
32038         (desktop-lazy-abort): New command.
32039         (desktop-clear): Call desktop-lazy-abort.
32040         (desktop-lazy-complete): New command.
32042 2005-01-06  Richard M. Stallman  <rms@gnu.org>
32044         * emacs-lisp/find-func.el (find-face-definition):
32045         Rename from find-face.
32047 2005-01-06  Kim F. Storm  <storm@cua.dk>
32049         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32051         * man.el (Man-xref-man-page, Man-xref-header-file)
32052         (Man-xref-normal-file): Add follow-link property.
32054 2005-01-06  Jay Belanger  <belanger@truman.edu>
32056         * calc/calc-units.el: Make sure the proper macro definitions are
32057         available when compiling.
32059 2005-01-06  Juri Linkov  <juri@jurta.org>
32061         * isearch.el (isearch-lazy-highlight-update):
32062         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32064 2005-01-06  Miles Bader  <miles@gnu.org>
32066         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32067         (isearch-lazy-highlight-face): Use new name.
32069 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32071         * uniquify.el (uniquify-rationalize-file-buffer-names):
32072         Re-add an interactive spec.
32073         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32074         to the same name.
32076         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32077         (isearch-update, isearch-done): Adjust calls accordingly.
32079 2005-01-05  Richard M. Stallman  <rms@gnu.org>
32081         * custom.el (custom-set-variables, custom-theme-set-variables):
32082         Clarify documentation.
32084         * emacs-lisp/find-func.el (find-variable)
32085         (find-variable-other-window, find-variable-other-frame):
32086         Fix the TYPE args to find-function-read and find-function-do-it.
32087         (find-function): Doc fix.
32088         (find-function-at-point): Replace function-at-point alias.
32090 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32092         * cus-face.el (custom-declare-face):
32093         Record defface in current-load-list.
32095         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32097         * emacs-lisp/find-func.el: Doc fixes.
32098         (find-face-regexp): New variable.
32099         (find-function-regexp-alist): New variable.
32100         (find-function-C-source): Third arg is now TYPE.
32101         (find-function-search-for-symbol): Handle general TYPE.
32102         (find-function-read, find-function-do-it): Handle general TYPE.
32103         (find-definition-noselect, find-face): New functions.
32104         (function-at-point): Alias deleted.
32106 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
32108         * battery.el (display-battery-mode): Rename from display-battery.
32109         Handle the case where it gets turned off.
32111 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32113         * cus-edit.el (customize): Make :link point to user doc.
32115         * man.el (Man-fontify-manpage): Turn off undo generation.
32117         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32119 2005-01-04  Andreas Schwab  <schwab@suse.de>
32121         * files.el (insert-directory): Only look for error lines in
32122         inserted text.  Don't move too far after processing --dired markers.
32124 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32126         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32127         Don't expand if the character is @, period, dash, etc.
32128         (define-mail-abbrev): Quote names that contain problem characters.
32130 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
32132         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32134 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32136         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32137         (query-replace-highlight, query-replace-lazy-highlight)
32138         (query-replace): Definitions moved up.  Doc fix.
32140 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32142         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32143         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32144         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32145         (lazy-highlight-face): Rename from isearch-lazy-...
32146         Change all references to them.
32148 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
32150         * cus-edit.el (custom-file): Doc fix for defcustom.
32151         (custom-file): The function no longer sets the variable
32152         `custom-file' to its return value.
32154         * startup.el (command-line): No longer load `custom-file'.
32156 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32158         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32160         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32161         Don't confuse module-prefixed identifiers for labels.
32162         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32164 2005-01-02  Richard M. Stallman  <rms@gnu.org>
32166         * files.el (basic-save-buffer-1): Fix previous change.
32168         * loadhist.el (file-loadhist-lookup): New function.
32169         (file-provides, file-requires): Use it.
32171         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32172         instead of calculating the right size.
32174 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
32176         * vc-svn.el (vc-svn-diff): Stay local if possible.
32178 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32180         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32182         * files.el (hack-local-variables): Fix last change.
32184 2005-01-02  Jay Belanger  <belanger@truman.edu>
32186         * calc/calc-yank.el (calc-edit-top): New variable.
32187         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32188         object.  Change header properties.
32189         (calc-edit-finish, calc-edit-finish-stack-object)
32190         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32191         edited object.
32192         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32193         for the beginning of the edited object.
32194         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32195         for the beginning of the edited object.
32196         * calc/calc-prog.el (calc-edit-macro-finish-edit)
32197         (calc-finish-formula-edit, calc-macro-repeats)
32198         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32199         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32200         beginning of the edited object.
32201         (calc-user-define-edit): Change the header for editing macros.
32202         Remove unnecessary variable.
32204 2005-01-01  Jay Belanger  <belanger@truman.edu>
32206         * calc/calc-yank.el (calc-edit-mode): Change default header.
32207         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32208         * calc/calc-store.el (calc-edit-variable): Change title to match new
32209         header.
32210         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32211         mode to match new header.
32212         (calc-user-define-edit): Change titles to include names of commands.
32213         (calc-finish-formula-edit): Adjust to handle new header.
32214         (calc-finish-macro-edit): Remove.
32215         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32216         (calc-edit-macro-command, calc-edit-macro-command-type)
32217         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32218         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32219         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32220         (calc-edit-macro-finish-edit): New functions.
32221         (calc-user-define-edit): Use new functions to edit named calc macros.
32223 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32225         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32227         * ses.el (copy-region-as-kill): Deactivate mark.
32229 2005-01-01  Richard M. Stallman  <rms@gnu.org>
32231         * replace.el (occur-1): If the output buffer is also an input,
32232         don't kill it, rename it.
32234         * faces.el (set-face-background, set-face-foreground): Doc fix.
32236         * cus-face.el (custom-face-attributes): Fix :help-echo strings
32237         for :foreground and :background.
32239         * dired.el (dired-view-command-alist): Variable deleted.
32240         (dired-view-file, dired-mouse-find-file-other-window):
32241         Delete the code to use it.
32243 2005-01-01  Kim F. Storm  <storm@cua.dk>
32245         * image.el (insert-sliced-image): Use t for line-height property.
32247 See ChangeLog.11 for earlier changes.
32249 ;; Local Variables:
32250 ;; coding: iso-2022-7bit
32251 ;; add-log-time-zone-rule: t
32252 ;; End:
32254     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32256   This file is part of GNU Emacs.
32258   GNU Emacs is free software; you can redistribute it and/or modify
32259   it under the terms of the GNU General Public License as published by
32260   the Free Software Foundation; either version 2, or (at your option)
32261   any later version.
32263   GNU Emacs is distributed in the hope that it will be useful,
32264   but WITHOUT ANY WARRANTY; without even the implied warranty of
32265   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32266   GNU General Public License for more details.
32268   You should have received a copy of the GNU General Public License
32269   along with GNU Emacs; see the file COPYING.  If not, write to the
32270   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32271   Boston, MA 02110-1301, USA.
32273 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1