(PC-do-completion): Bind dirlength to nil to avoid
[emacs.git] / lisp / ChangeLog
blob2029538256b663c4a9f564ee67767bfb193eea0f
1 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
3         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4         that buffer contents get erased during completion.
6 2007-03-10  Glenn Morris  <rgm@gnu.org>
8         * woman.el (woman-change-fonts): Add a hack to deal with
9         font-escape followed by "." at start of a line.
10         (woman2-IP): Add a hack to deal with consecutive requests.
11         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
13 2007-03-10  Alan Mackenzie  <acm@muc.de>
15         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
17 2007-03-09  Richard Stallman  <rms@gnu.org>
19         * abbrev.el (abbrev): Add `provide'.
21 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
23         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
25 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
27         * complete.el (PC-try-completion): New function.
28         (PC-do-completion, read-file-name-internal): Use it instead of
29         try-completion.
31 2007-03-08  Alan Mackenzie  <acm@muc.de>
33         Remove stale tokens from `c-found-types' cache.
35         * progmodes/cc-mode.el (c-unfind-enclosing-token)
36         (c-unfind-coalesced-tokens, c-before-change): New functions.
37         (c-maybe-stale-found-type): New variable.
39         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
40         (c-trim-found-types): New functions.
42 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
44         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
45         (debug-ignored-errors): Add entry from smerge-match-conflict.
47 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
49         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
50         special help topics for keywords.
51         (idlwave-help-assistant-command): Include ".exe" for ms-dos
52         etc. Assistant command.
54 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
56         * replace.el (occur-engine): Move buffer-undo-list binding...
57         (occur-1): ...to here.
59         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
61         * simple.el (minibuffer-completing-symbol): New var.
62         (eval-expression): Use it.
63         (completion-setup-function): Don't bind completion-base-size when
64         completing a symbol in the minibuffer.
66 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
68         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
69         tries to start a second session in graphical mode.
71 2007-03-07  Miles Bader  <miles@gnu.org>
73         * international/isearch-x.el
74         (isearch-process-search-multibyte-characters):
75         Strip text-properties from PROMPT to avoid an error from read-string.
77 2007-03-07  Kim F. Storm  <storm@cua.dk>
79         * complete.el (PC-bindings): Remap lisp-complete-symbol to
80         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
82 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
84         * complete.el (PC-do-completion): Delete duplicates in the list of
85         possible completions.
87 2007-03-07  Glenn Morris  <rgm@gnu.org>
89         * ses.el (ses-mode): Doc fix.
91 2007-03-06  Kim F. Storm  <storm@cua.dk>
93         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
95 2007-03-06  Kenichi Handa  <handa@m17n.org>
97         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
99 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * simple.el (completion-setup-function): Improve last fix so it doesn't
102         set it to a relative directory name either.
104 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
106         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
108 2007-03-05  Richard Stallman  <rms@gnu.org>
110         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
112         * files.el (find-file-noselect): No error if file no longer exists.
113         Display a message and avoid other questions.
115 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * pcomplete.el (pcomplete-show-completions): Improve last change, so
118         as not to use an invisible window and to create a window if none exist.
120         * progmodes/python.el (python-send-command): Restart proc if necessary.
121         (python-proc): Simplify.
123 2007-03-05  David Hansen  <david.hansen@gmx.net> (tiny change)
125         * pcomplete.el (pcomplete-show-completions): Search all frames for
126         completions buffer.
128 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
130         * cus-edit.el (customize-save-variable): Clear customized-value
131         property (saved values are now put in theme-value property).
132         (customize-set-variable): Doc fix.
134         * complete.el (PC-do-completion): If completion-ignore-case is
135         non-nil, replace field with completion string before exiting.
137 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
139         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
140         Append its extension to the resulting temporary file name.
141         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
143         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
144         (tramp-smb-handle-write-region): Apply it.
146 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
148         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
149         Redo previous change.
151 2007-03-04  Kevin Rodgers <kevin.d.rodgers@gmail.com>
153         * diff-mode.el (diff-mode): Doc fix.
155 2007-03-05  Kenichi Handa  <handa@m17n.org>
157         * international/characters.el: Set category `l' (latin) for more
158         characters.
160 2007-03-04  Kim F. Storm  <storm@cua.dk>
162         * emacs-lisp/authors.el (authors-aliases): Add alias.
164 2007-03-04  Glenn Morris  <rgm@gnu.org>
166         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
167         all when switching major mode.
168         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
169         (hs-block-start-mdata-select, hs-block-end-regexp)
170         (hs-forward-sexp-func, hs-adjust-block-beginning): Do not make
171         these variables permanent-local.
173 2007-03-04  Richard Stallman  <rms@gnu.org>
175         * progmodes/cperl-mode.el (cperl-mode):
176         Modify cperl-compilation-error-regexp-alist by appending.
178         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
179         (edebug-mode): Add the hook.
180         (edebug-recursive-edit): Remove the hook on exiting.
182         * type-break.el (type-break-get-previous-time):
183         Handle end-of-file errors specially
184         so they don't get reported wrong in .emacs.
186         * startup.el (fancy-splash-text): Clarify text.
188         * simple.el (beginning-of-buffer, end-of-buffer):
189         Avoid treating plain C-u like numeric arg.
191         * simple.el (completion-setup-function): Don't set
192         default-directory to nil.
194         * shell.el (shell-dirstack-query): Doc fix.
196         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
197         Don't select the window -- pass it to primitives instead.
199         * faces.el (minibuffer-prompt): Use medium blue by default.
201 2007-03-04  David Kastrup  <dak@gnu.org>
203         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
204         Preserve 16 as default value for "seconds" when customizing.
206 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
208         * textmodes/org.el (org-self-insert-command)
209         (orgtbl-self-insert-command, org-delete-char)
210         (org-delete-backward-char): Set the `flyspell-delayed' property.
212 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
214         * international/mule.el (find-auto-coding): Don't search for
215         line-ending characters past the end of the tail.
217 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
219         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
220         Jump to the line where new score has been uploaded.
222         * play/tetris.el (tetris-move-bottom, tetris-move-left)
223         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
224         Do nothing when the game is paused.
226 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
228         * textmodes/org.el (org-set-tags): Prevent slipping of point
229         during completion.
231 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
233         * isearch.el (isearch-message-prefix):
234         Use minibuffer-prompt-properties.
236 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
238         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
239         (ps-setup): Print which Emacsen is running ps-print package.
241 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change)
243         * files.el (set-auto-mode-0): Use `indirect-function'.
244         (hack-one-local-variable): Don't reapply current major mode.
246 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * progmodes/python.el (python-quote-syntax): Don't bother with
249         syntax-ppss-context.
250         (python-fill-paragraph): Make sure that fenced-string delimiters that
251         stand on their own line stay there
253 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
255         * replace.el (perform-replace): Propertize message.
257 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
259         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
260         invisible heading.
262 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
264         * net/tramp.el (tramp-file-name-handler): Revert last change.
266 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
268         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
269         Correct doc strings.
271 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
273         * replace.el (perform-replace): Undo forward-char immediately if
274         non-adjacent search fails.
276 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * version.el (emacs-major-version, emacs-minor-version):
279         string-to-int -> string-to-number.
281 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
283         * help.el (where-is): Fail gracefully when not passed a command.
285 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
287         * find-lisp.el (find-lisp-default-directory-predicate):
288         Fix bug: Do symlink check on expanded filename.
290 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
292         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
293         changes during replacement.
294         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
296 2007-02-28  Lars Hansen  <larsh@soem.dk>
298         * desktop.el: Delete header line listing me as maintainer.
300 2007-02-28  Glenn Morris  <rgm@gnu.org>
302         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
303         the menus case.
305 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
307         * net/tramp.el (tramp-file-name-handler): Inhibit modification
308         hooks to avoid confusion when combining after-change calls.
310 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
312         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
313         now that pgg-gpg-process-region correctly honors passed-in passphrase.
314         (allout-distinctive-bullets-string): Add info about bullet conventions.
315         (allout-mode): Add info about distinctive vs plain bullets.
317 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
319         * textmodes/org.el (org-archive-subtree): Quote variable name.
320         (org-agenda-get-todos): Make sure skip properties are checked correctly.
322 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
324         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
325         (gud-bashdb-command-name, bashdb): Remove.
326         (gud, gud-menu-map): Remove references to bash/bashdb.
328 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
330         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
331         keyword for Python 2.5.
333 2007-02-26  Romain Francoise  <romain@orebokech.com>
335         * net/net-utils.el (whois-server-tld): Update server for .org.
336         (whois-server-list): Add whois.publicinterestregistry.net.
337         (whois-guess-server): Fix formatting in docstring.
339 2007-02-26  Kim F. Storm  <storm@cua.dk>
341         * mouse.el (mouse-show-mark): Run hooks and perform command
342         remapping for mouse-region-delete-keys.
344 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
346         * font-core.el (font-lock-mode): Doc fix.
348 2007-02-25  Kim F. Storm  <storm@cua.dk>
350         * ido.el (ido-buffer-internal): Set this-command to fallback command.
351         Add selected buffer to buffer-name-history.
352         (ido-file-internal): Set this-command to fallback command.
353         Add file names to file-name-history.
355         * emacs-lisp/map-ynp.el (map-y-or-n-p):
356         Apply minibuffer-prompt-properties.
358 2007-02-25  Andreas Schwab  <schwab@suse.de>
360         * files.el (hack-one-local-variable-eval-safep): Correct handling
361         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
363 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
365         * textmodes/org.el (org-table-overlay-coordinates)
366         (org-table-toggle-coordinate-overlays): New functions.
367         (org-table-overlay-coordinates, org-table-coordinate-overlays):
368         New variables.
369         (org-startup-with-deadline-check): Remove option.
370         (org-mode): Remove deadline check on startup.
371         (org-table-limit-column-width): Remove option.
372         (org-table-formula-numbers-only): Remove option.
373         (org-link-style, org-link-format): Remove options.
374         (org-select-agenda-window, org-fit-agenda-window): Remove options.
375         (org-export-ascii-show-new-buffer)
376         (org-export-html-show-new-buffer): Remove options.
377         (org-activate-links): Remove camel option.
378         (org-file-link-context-use-camel-case): Remove option.
379         (org-camel-regexp): Remove variable.
380         (org-activate-camels): Remove function.
381         (org-store-link): Remove Camel stuff.
382         (org-make-org-heading-camel): Remove function.
383         (org-open-at-point): Remove camel stuff.
384         (org-link-search): Remove camel stuff.
385         (org-camel-to-words): Function removed.
386         (org-get-agenda-file-buffer): Make sure we prepare the base
387         buffers, not any indirect buffers.
388         (org-sort-entries): Sort top-level when not on a headline, and no
389         active region.
390         (org-in-regexp): New function.
391         (org-search-not-self): Rename from `org-search-not-link'.
392         (org-open-link-marker): New variable.
393         (org-open-at-point): Set `org-open-link-marker'.
394         (org-print-icalendar-entries): Fixe bug with excluding DONE
395         entries from the exported list.
396         (org-edit-formula-lisp-indent): New command.
397         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
398         (orgtbl-to-latex, orgtbl-insert-radio-table)
399         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
400         (orgtbl-radio-table-templates): New option.
401         (org-store-link-props):
402         (org-remember-templates): More possibilities to insert info
403         into templates.
404         (org-remember-apply-template): Make use of the extended
405         template capabilities.
406         (org-remember-redo-template): New command.
407         (org-upgrade-old-links)
408         (org-table-modify-formulas, org-table-replace-in-formulas)
409         (org-table-find-dataline)
410         (org-table-get-vertical-vector): Remove functions.
411         (org-table-remove-rectangle-highlight)
412         (org-time-stamp-format, org-toggle-log-option)
413         (org-table-highlight-rectangle)
414         (org-table-iterate, org-table-make-reference):
415         (org-translate-time, org-tree-to-indirect-buffer)
416         (org-table-field-info, org-table-fix-formulas)
417         (org-table-force-dataline, org-table-get-descriptor-line)
418         (org-table-get-range)
419         (org-skip-comments, org-sort)
420         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
421         (org-table-current-dline, org-table-current-field-formula)
422         (org-table-edit-backward-field)
423         (org-table-edit-formulas-post-command)
424         (org-table-edit-line-down, org-table-edit-line-up)
425         (org-agenda-archive)
426         (org-agenda-clock-cancel)
427         (org-agenda-clock-out, org-agenda-list-stuck-projects)
428         (org-agenda-open-link, org-agenda-show-new-time)
429         (org-agenda-skip-subtree-when-regexp-matches)
430         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
431         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
432         (org-do-sort, org-file-image-p, org-find-overlays)
433         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
434         (org-highlight-until-next-command, org-isearch-end)
435         (org-match-any-p, org-next-link, org-previous-link):
436         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
437         (org-rewrite-old-row-references)
438         (org-isearch-post-command)
439         (org-table-edit-move, org-table-edit-next-field)
440         (org-table-edit-scroll, org-table-edit-scroll-down)
441         (org-set-frame-title, org-show-reference)
442         (org-unhighlight-once, org-verify-change-for-undo): New functions.
443         (org-show-variable): Remove command.
444         (org-add-log-maybe): New arguments STATE, FINDPOS
445         (org-table-sort-lines): Rewrite from scratch.
446         (org-link-search): New argument AVOID-POS.
447         (org-print-icalendar-entries): Remove argument CATEGORY.
448         (org-run-agenda-series): Remove argument WONDOW.
449         (org-next-link, org-previous-link): New commands.
450         (org-agenda-date-format): New option.
451         (org-table-iterate): New command.
452         (org-table-modify-formulas)
453         (org-table-replace-in-formulas): Remove functions.
454         (org-table-fix-formulas): New function.
455         (org-table-insert-column, org-table-delete-column)
456         (org-table-move-column): Use `org-table-fix-formulas'.
457         (org-follow-gnus-link): Patch from Bastien/Leo.
458         (org-table-current-field-formula): New function.
459         (org-file-image-p): New function.
460         (org-agenda-show-new-time): New function.
461         (org-agenda-date-later): Call `org-agenda-show-new-time'.
462         (org-with-remote-undo): New macro.
463         (org-agenda-undo): New command.
464         (org-verify-change-for-undo): New function.
465         (org-time-stamp-format): New function.
466         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
467         by user.
468         (org-match-any-p): New function.
469         (org-make-tags-matcher): Handle regular expressions for tag and
470         todo matches.
471         (org-read-date): Accept "+N" as input for a date relative to the
472         current date.
473         (org-remove-subtree-entries-from-agenda): New function.
474         (org-agenda-archive, org-agenda-kill):
475         Use `org-remove-subtree-entries-from-agenda'.
476         (org-do-sort, org-sort-entries): New functions.
477         (org-sort): New command.
478         (org-table-sort-lines): Use `org-do-sort'.
479         (org-fix-decoded-time): New function.
480         (org-table-number-regexp): Require 0x... to identify as number
481         in tables.
482         (org-startup-options): New keywords for note taking.
483         (org-upgrade-old-links): Remove function.
484         (org-get-repeat): New function.
485         (org-show-context): Also show siblings on current level.
486         (org-show-siblings): New function.
487         (org-isearch-end, org-isearch-post-command): New functions.
488         (org-show-siblings): New option.
489         (org-show-context): Use `org-show-siblings'.
490         (org-table-maybe-recalculate-line): No longer require `calc-eval'
491         to be bound, because user may just use elisp.
493 2007-02-24  Kim F. Storm  <storm@cua.dk>
495         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
496         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
498 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
500         * startup.el (command-line): Also check if the abbrev file is readable.
502 2007-02-24  John Paul Wallington  <jpw@pobox.com>
504         * net/tls.el (tls-certtool-program): Fix custom type.
506         * mail/feedmail.el (feedmail-message-id-generator)
507         (feedmail-date-generator): Fix custom types.
509         * mail/rmail.el (rmail-message-filter): Fix custom type.
511 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
513         * startup.el (command-line): If simple.el cannot be found, proceed
514         with a warning message.
516 2007-02-24  Kenichi Handa  <handa@m17n.org>
518         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
519         case that BEG is a string.
521 2007-02-24  Chris Moore  <dooglus@gmail.com>
523         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
524         * pgg-pgp.el (pgg-pgp-encrypt-region):
525         * pgg-gpg.el (pgg-gpg-encrypt-region):
526         Check pgg-encrypt-for-me if no other recipients.
528 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
530         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
532         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
533         shell-quote-argument.
535 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
537         * comint.el (comint-read-input-ring): Use comint-input-ring-size
538         from the comint buffer instead of the temporary one.
540 2007-02-23  David Reitter  <david.reitter@gmail.com>
542         * cus-edit.el (custom-save-all): Canonicalize custom-file before
543         storing it in recentf-exclude.
545 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
547         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
548         in splash screen.
550 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
552         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
553         commands, for restart.
554         (idlwave-shell-current-module): Fix handling of module name by type.
555         (idlwave-shell-break-in): Update type handling.
556         (idlwave-shell-bp-get): Encode type in BP structure.
557         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
558         (idlwave-shell-module-source-query): Query routine info based on type.
559         Fix path parsing for non-compiled files.
560         (idlwave-shell-module-source-filter): Don't signal error in filter
561         if no source found.
562         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
563         filter race.
565 2007-02-22  Kim F. Storm  <storm@cua.dk>
567         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
568         (editable-field): Document need to put some text before the %v
569         escape in :format string.
571 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
574         (vc-svn-use-edit): Remove unused config var.
575         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
577         * outline.el (hide-sublevels): Keep empty last line, if available.
579         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
580         rather than the corresponding unicode char, to make the code
581         more readable.
583 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
585         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
586         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
587         (speedbar-item-info-tag-helper): Doc fixes.
589 2007-02-19  Kenichi Handa  <handa@m17n.org>
591         * international/mule-cmds.el (locale-language-names):
592         Map "eo" to "Esperanto".
594         * language/european.el ("Esperanto"): New language environment.
596 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
598         * simple.el (kill-line): Doc fix.
600 2007-02-17  Kim F. Storm  <storm@cua.dk>
602         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
603         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
604         (bindat--unpack-group, bindat--pack-group):
605         Handle vectors with optional element type.
607 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
609         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
610         if PASSPHRASE is given.
612 2007-02-17  Chris Moore <dooglus@gmail.com>
614         * jka-cmpr-hook.el (jka-compr-compression-info-list):
615         Recognize backups of bz2 compressed files.
617 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
619         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
620         to nil to speed up lookup of the symbol in index nodes.
622 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
624         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
625         Add indentation for the constants of Lisp.
627 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
629         * ps-print.el: Use (defvar <foo>) where applicable.
630         (ps-print-emacs-type): Remove.
631         (ps-x-frame-property, ps-e-frame-parameter): Remove.
632         (ps-frame-parameter): Align its call-convention with frame-parameter.
633         (ps-begin-job): Adjust calls to it appropriately.
634         (ps-setup): Don't print ps-print-emacs-type.
635         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
636         Define in such a way that it's obvious that it's defined.
637         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
638         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
639         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
641 2007-02-15  Alan Mackenzie  <acm@muc.de>
643         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
644         an empty one-line C-style comment, post-position point properly.
646 2007-02-15  Chris Moore  <dooglus@gmail.com>
648         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
649         (isearch-lazy-highlight-new-loop): Bind it.
650         (isearch-lazy-highlight-search): Use it.
652         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
654 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
656         * font-lock.el (font-lock-extend-region-wholelines):
657         Only return non-nil if the region has really been changed.
658         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
660 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
662         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
663         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
664         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
666 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
668         * faces.el (color-values): Revert changes to docstring from
669         2007-01-31 and 2000-09-07.
671         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
672         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
673         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
674         (ispell-help): Fix typos in docstring and output message.
676 2007-02-14  Kim F. Storm  <storm@cua.dk>
678         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
679         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
680         (grep): Fix lgrep reference.
682         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
683         (standard-display-underline): Use make-glyph-code.
685         * descr-text.el (describe-char): Use glyph-char and glyph-face.
687         * international/latin1-disp.el (latin1-display-char):
688         Use make-glyph-code.
690 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
692         * ehelp.el (with-electric-help, electric-help-exit)
693         (electric-help-retain): Doc fixes.
695         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
696         (byte-compile-file): Doc fixes.
698 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
700         * term/mac-win.el: Change all uses of
701         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
702         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
703         (mac-ae-get-url): Call select-frame-set-input-focus.
704         (mac-dnd-handle-drag-n-drop-event): Don't call
705         select-frame-set-input-focus.
707 2007-02-13  Kenichi Handa  <handa@m17n.org>
709         * international/characters.el: Fix documentation of category `a'.
711 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
713         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
715 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
717         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
718         (tramp-get-remote-ln): Handle error case.
719         Reported by Chris Moore <dooglus@gmail.com>.
721 2007-02-11  Kim F. Storm  <storm@cua.dk>
723         * bindings.el (ctl-x-map): Remove register compatibility bindings
724         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
726 2007-02-11  Richard Stallman  <rms@gnu.org>
728         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
729         in load history.
731         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
732         condition -- don't fail to stop at endpos.
734 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
736         * textmodes/org.el (org-agenda-get-todos)
737         (org-agenda-get-timestamps, org-agenda-get-closed)
738         (org-agenda-get-deadlines, org-agenda-get-scheduled)
739         (org-agenda-get-blocks, org-format-agenda-item)
740         (org-agenda-change-all-lines, org-scan-tags): Rename text property
741         from `category' to `org-category'.
743 2007-02-11  Kenichi Handa  <handa@m17n.org>
745         * international/titdic-cnv.el (titdic-convert): Force files be written
746         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
747         (miscdic-convert): Force files be written with Unix-like eol format.
749 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
751         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
753         * calculator.el (calculator-prompt): Doc fix.
754         (calculator-mode-map): Fix typo in menu entry.
756 2007-02-10  Jay Belanger  <belanger@truman.edu>
758         * calculator.el (calculator): Do more extensive checking for when
759         3 lines should be used for the calculator.
761 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
763         * info-look.el (info-lookup-make-completions):
764         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
765         index nodes.
767         * info.el (Info-fontify-maximum-menu-size): Document the effect
768         of a nil value.
769         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
770         non-nil before using it as size.
772 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
774         * subr.el (insert-for-yank-1): Prevent read-only properties from
775         interfering with text property operations.
777         * image-mode.el (image-mode): Revert 2007-01-30 changes.
779         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
780         (image-type-auto-detected-p): Fail if another match is found in
781         auto-mode-alist.
783         * files.el (magic-mode-alist): Call image-mode instead of
784         image-mode-maybe for autodetected images.
786 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
788         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
789         Fix typos in docstrings.
790         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
792 2007-02-09  Kim F. Storm  <storm@cua.dk>
794         * emacs-lisp/float-sup.el: Remove obsolete comment.
796 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
800 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
802         * simple.el: Revert previous change, at request of RMS:
803         (fundamental-mode-hook): Remove.
804         (fundamental-mode): Run after-change-major-mode-hooks manually,
805         and don't run the now-nonexistent fundamental-mode-hook.
807 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
809         * simple.el (fundamental-mode-hook): Declare new hook.
810         (fundamental-mode): Run the new dedicated hook, and don't run
811         after-change-major-mode-hooks manually anymore.
813 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
816         added columns of chars.  Remove support for the "no-meta-info" format.
817         Prompted by Romain Francoise <romain@orebokech.com>.
819 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
821         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
822         (gdb-mouse-until, gdb-mouse-jump): Use it.
824 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
826         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
827         work when there is just an assembler buffer (no source buffer).
829 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
831         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
832         just because the diff was produced using "-p" (--show-c-function).
834 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
836         * faces.el (frame-set-background-mode): Use `color-values' and
837         `display-color-p', not `x-color-values' and `x-display-color-p'.
838         (face-valid-attribute-values): Use `defined-colors' instead of
839         `x-defined-colors'.
841 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
843         * ps-print.ps: The ps-print commands without face printing should not
844         print background color.  Reported by Leo <sdl.web@gmail.com>.
845         (ps-print-version): New version 6.7.3.
846         (ps-begin-job): New arg.  Fix ps-default-background and
847         ps-default-foreground initialization.
848         (ps-face-attributes): Fix doc string.
849         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
851         * printing.el: Fix ps-print link.
853 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
855         * faces.el (face-set-after-frame-default): Compile attributes to
856         be set by frame parameters before merging in X resources.
858 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
860         * simple.el (blink-matching-paren-dont-ignore-comments):
861         (blink-matching-paren-on-screen): Doc fixes.
863 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
865         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
867 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
869         * loadhist.el (unload-feature): Silently ignore `load-history' entries
870         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
871         entries like `defun'.  Return nil.
873 2007-02-05  Kim F. Storm  <storm@cua.dk>
875         * ido.el: Doc fixes.
877 2007-02-04  David Kastrup  <dak@gnu.org>
879         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
880         `mpuz-allow-double-multiplicator' is non-zero, and correct
881         calculation of `min'.
883 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
885         * wid-edit.el (widget-default-create): Insert new text at the
886         :from marker _after_ the marker, not before it.
888 2007-02-04  Alan Mackenzie  <acm@muc.de>
890         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
891         containing it is re-indented.
893 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
895         * net/newsticker.el (newsticker--insert-image): Update docstring,
896         and insert the image directly.
897         (newsticker--buffer-redraw): Update docstring.
899         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
900         Rename from define-global-minor-mode.
902         * progmodes/cwarn.el (global-cwarn-mode):
903         * emacs-lisp/autoload.el (make-autoload):
904         * hi-lock.el (global-hi-lock-mode):
905         * font-core.el (global-font-lock-mode): All callers changed.
907 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
909         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
910         Don't copy @ignore lines into menu descriptions.
911         (texinfo-multi-file-update): Goto the @node line before attempting
912         to pluck the node name.
913         (texinfo-multiple-files-update): Reverse the optional arguments'
914         order, as per the doc string and the `interactive' form.
916 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
918         * image-mode.el: Use autoload to avoid overriding disabled setting
919         applied in .emacs.
921 2007-02-03  Alan Mackenzie  <acm@muc.de>
923         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
924         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
925         adjacent paren groups).
927 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
929         * progmodes/ebnf2ps.el: Doc fixes.
930         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
932 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
934         * dired-x.el (dired-do-relsymlink): Add reference to
935         dired-do-symlink.  Add an autoload cookie.
937         * dired-aux.el (dired-do-symlink): Add reference to
938         dired-do-relsymlink.
940 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
942         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
943         <left-fringe mouse-3>: New bindings.
945 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
947         * newsticker.el (newsticker-version): Changed to "1.10".
948         (newsticker--set-customvar): Doc string.
949         (newsticker-new-item-face): Doc string.
950         (newsticker-mode): Initialize `invisibility-spec' with t.
951         (newsticker-mode-map): Added
952         `newsticker-mark-all-items-at-point-as-read'.
953         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
954         (newsticker-w3m-show-inline-images): Do not call
955         `w3m-remove-image'.
956         (newsticker--buffer-after-w3m-insert-image): New advice for
957         w3m-insert-image to cache images.
958         (newsticker-next-item-same-feed): New.
959         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
960         (newsticker-mark-all-items-of-feed-as-read): New.
961         (newsticker-mark-all-items-at-point-as-read): Use new functions.
962         (newsticker-mark-item-at-point-as-read): Doc string.
963         (newsticker-mark-item-at-point-as-read): Use new functions.
964         (newsticker--do-mark-item-at-point-as-read): New, extracted from
965         `newsticker-mark-item-at-point-as-read'.
966         (newsticker-hide-entry): Use (t) instead of t for invisibility.
967         (newsticker--sentinel): Yet another xml-parser workaround.
968         (newsticker--decode-iso8601-date): Bugfix for datestrings without
969         days.
970         (newsticker--buffer-do-insert-text): Fix.
971         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
972         (newsticker--buffer-make-item-completely-visible):
973         `switch-to-buffer' not necessary.
975 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
977         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
978         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
979         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
980         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
981         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
983 2007-02-02  Kenichi Handa  <handa@m17n.org>
985         * international/quail.el (quail-show-key): Fix an error message.
987 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
989         * faces.el (set-face-underline-p, modify-face): Rename arg
990         UNDERLINE-P to UNDERLINE (it is not a flag).
992 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
994         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
995         when adding gdb-speedbar-update to gdb-input-queue.
997 2007-02-01  Kenichi Handa  <handa@m17n.org>
999         * international/quail.el (quail-show-key): Signal an error if the
1000         current input method is not using Quail.
1002 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
1004         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1005         Trim leading whitespace in sysvar names.
1007 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
1009         * faces.el (internal-find-face, internal-get-face): Doc fixes.
1011 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1013         * ido.el (ido-set-common-completion): Use `let', not `let*'.
1015 2007-01-31  Romain Francoise  <romain@orebokech.com>
1017         * comint.el: Delete extra copy of `comint-copy-old-input' added in
1018         previous change to this file.
1020 2007-01-31  Jason Rumney  <jasonr@gnu.org>
1022         * files.el (magic-mode-alist): Use image-mode-maybe rather than
1023         image-mode.
1025         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1026         interfering with attempt to set major mode from modified
1027         auto-mode-alist.
1029 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1031         * faces.el (color-values): Doc fix.
1032         (face-differs-from-default-p): Don't check :foreground twice.
1034 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
1036         * comint.el (comint-mode): Prevent non-keyword fontification by default.
1038 2007-01-31  Kenichi Handa  <handa@m17n.org>
1040         * international/quail.el (quail-store-decode-map-key): Store a
1041         translated character too.
1042         (quail-char-equal-p): New function.
1043         (quail-find-key1): Check character equality by quail-char-equal-p.
1044         (quail-decode-map-generated): New variable.
1045         (quail-find-key): Check quail-decode-map-generated and re-generate
1046         a decode map if necessary.
1048 2007-01-30  Richard Stallman  <rms@gnu.org>
1050         * tutorial.el (tutorial--detailed-help): Make the list of
1051         changed keys look nicer.
1053 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
1055         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1056         (gdb-var-delete): Use it.
1057         (gdb-var-update-handler-1): Handle value "invalid" for MI field
1058         `in_scope'.
1060 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
1062         * files.el (get-free-disk-space): Return nil for remote directories.
1064         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1065         instead of "dir".
1067 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
1069         * type-break.el (type-break-catch-up-event): New function.
1070         (type-break-demo-hanoi, type-break-demo-life)
1071         (type-break-demo-boring): Use it.
1073         * image-mode.el (image-mode): Don't automatically view as image.
1074         (image-toggle-display): Add `disabled' property.
1076 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1078         * isearchb.el (isearchb-iswitchb):
1079         * ps-print.el (ps-build-face-reference):
1080         * emacs-lisp/shadow.el (list-load-path-shadows):
1081         * eshell/esh-cmd.el (eshell-rewrite-for-command):
1082         * international/mule.el (find-auto-coding):
1083         * mail/supercite.el (sc-attrib-selection-list):
1084         * progmodes/cc-defs.el (c-emacs-features):
1085         * progmodes/cc-vars.el (c-offsets-alist):
1086         * progmodes/flymake.el
1087         (flymake-init-create-temp-source-and-master-buffer-copy):
1088         Fix typos in docstrings (some suggested by Chris Moore).
1090         * progmodes/vhdl-mode.el (vhdl-components-package-name)
1091         (vhdl-get-library-unit, vhdl-corresponding-begin)
1092         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1093         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1094         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1095         (vhdl-font-lock-match-item): Fix typos in docstrings.
1096         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1097         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1098         (vhdl-speedbar-insert-project-hierarchy):
1099         Improve argument/docstring consistency.
1101 2007-01-29  Kenichi Handa  <handa@m17n.org>
1103         * international/titdic-cnv.el (py-converter): Fix previous change.
1105 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
1107         * jka-compr.el (jka-compr-partial-uncompress)
1108         (jka-compr-call-process): Rebind default-directory if it is
1109         invalid.  Suggested by Chris Moore.
1111         * comint.el (comint-insert-input): Handle situation where the
1112         selected buffer is not the clicked buffer.
1114 2007-01-29  Kenichi Handa  <handa@m17n.org>
1116         * international/ja-dic-cnv.el (skkdic-convert):
1117         Add byte-compile-disable-print-circle:t at the head.
1119         * international/titdic-cnv.el (tit-process-header):
1120         Add byte-compile-disable-print-circle:t at the head.
1121         (miscdic-convert): Likewise.
1122         (py-converter): Skip the header comments.
1124         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1125         New variable.
1126         (byte-compile-output-file-form): Bing print-circle to nil if
1127         byte-compile-output-file-form is not nil.
1128         (byte-compile-output-docform): Likewise.
1130 2007-01-28  Kim F. Storm  <storm@cua.dk>
1132         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1133         Declare earlier to avoid byte compiler warnings.
1135 2007-01-28  Markus Triska  <markus.triska@gmx.at>
1137         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1139 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
1141         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1142         (gamegrid-add-score-with-update-game-score-1): Allow local quits
1143         when calling update-game-score program.  Remove unnecessary
1144         save-excursion.
1146         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1148 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
1150         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1151         avoid compiler warning.
1152         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1153         might have values other than "true" or "false".
1155 2007-01-28  Richard Stallman  <rms@gnu.org>
1157         * textmodes/fill.el (fill-paragraph-function): Doc fix.
1158         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1160         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1162         * image.el (image-type-header-regexps): Make GIF regex more specific.
1164         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1165         Don't check `backspace'.
1166         (tutorial--find-changed-keys): Look up bindings in a temp buffer
1167         in Fundamental mode.
1169         * startup.el (fancy-splash-text, normal-splash-screen):
1170         Mention C-g.
1172         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1173         when inserting in buffer.
1175         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1176         inside the if.
1178 2007-01-27  Richard Stallman  <rms@gnu.org>
1180         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1182 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
1184         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1185         enum/union/struct/class definition.
1186         Revert change to call `forward-sexp' multiple times.
1188 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
1190         * files.el (hack-local-variables-confirm): Don't keep trying to
1191         read an event from an empty kbd macro.
1193 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1195         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1197 2007-01-27  Ben North  <ben@redfrontdoor.org>
1199         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
1200         the arg CHILDREN -> WHICH.
1202 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
1204         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1205         default-directory to a sane value when calling start-process.
1207 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1209         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1210         (ls-lisp-format-time-list): Doc fix.  Mention
1211         ls-lisp-use-localized-time-format.
1212         (ls-lisp-format-time): Use ls-lisp-format-time-list if
1213         ls-lisp-use-localized-time-format is non-nil, even if a valid
1214         locale is defined.
1216 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
1218         * jka-compr.el (jka-compr-shell): Doc fix.
1220         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1222 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1224         * ps-print.ps: Fix background height.
1225         (ps-print-version): New version 6.7.2.
1227 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1229         * makefile.w32-in (finder-data, custom-deps): Depend on
1230         $(lisp)/loaddefs.el.
1232 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1234         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1236 2007-01-24  Miles Bader  <miles@gnu.org>
1238         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1239         (byte-compile-output-docform): Bind `print-circle' to t.
1241 2007-01-24  Kenichi Handa  <handa@m17n.org>
1243         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1244         file name of the original SKK dictionary file.
1246 2007-01-24  Kim F. Storm  <storm@cua.dk>
1248         * ido.el (ido-initial-position): New variable.
1249         (ido-read-internal): Set it if default item is specified.
1250         (ido-minibuffer-setup): Position cursor accordingly if set.
1251         (ido-edit-input): C-e moves to end of input if not already there.
1252         (ido-magic-backward-char): C-b does like M-b if prev char is /.
1253         Don't switch to buffer mode if repeating C-b at start of input.
1254         (ido-toggle-ignore): C-a only toggles ignore at start or end of
1255         input; else it moves to start of input.
1256         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1257         not at end of input, delete rest of input, rather than normal op.
1259 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1261         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1263         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1264         of message.  Activate mark.
1265         (ediff-activate-mark): Set transient-mark-mode to t.
1267         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1269 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1271         * help-fns.el (describe-variable): Don't suppress display of
1272         buffer local value when the value is "large".
1274 2007-01-22  Kim F. Storm  <storm@cua.dk>
1276         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1277         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1278         (ido-tidy): Use ido-active.
1280 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
1282         * hexl.el (hexl-mode-exit): Add missing quote.
1284 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1286         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1287         (mac-ae-keyboard-modifiers): New function.
1288         (mac-handle-toolbar-switch-mode): Use it.
1289         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
1290         if keyboard modifiers on drop contain option key.
1291         (mac-dnd-drop-data): Add optional argument `action'.
1292         (special-event-map): Remove binding for M-drag-n-drop.
1294 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
1296         * add-log.el (add-log-current-defun): Use CC Mode functions to
1297         find the beginning and end of a defun.
1299 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1301         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1302         (gdb-var-create-handler): Handle value field in GDB output of
1303         -var-create.
1304         (gdb-max-frames): New variable.
1305         (gdb-stack-buffer, gdb-frames-select): Use it.
1306         (gdb-info-stack-custom): Help user customize gdb-max-frames,
1307         if necessary.
1308         (gdb-get-frame-number): Simplify.
1310 2007-01-21  Glenn Morris  <rgm@gnu.org>
1312         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1313         Update copyrights.
1315 2007-01-21  Alan Mackenzie  <acm@muc.de>
1317         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1318         handling of K&R stuff.
1320 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1322         * textmodes/bibtex.el (bibtex-files): Fix customization type.
1324 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1326         * ps-print.el: Handle frame parameters (background and/or foreground
1327         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1328         (ps-print-version): New version 6.7.1.
1329         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1330         (ps-frame-parameter): New fun.
1331         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1332         Fix doc and customization.
1333         (ps-begin-job): Get frame parameters (background and/or foreground
1334         colors).
1335         (ps-do-despool): Ensure ps-printer-name has a valid value.
1337 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1339         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1340         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1341         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1342         mean unlimited.
1344 2007-01-20  Alan Mackenzie  <acm@muc.de>
1346         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1347         much more rigorous analysis of putative K&R regions.
1349 2007-01-20  Alan Mackenzie  <acm@muc.de>
1351         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1352         New functions.
1354 2007-01-20  Alan Mackenzie  <acm@muc.de>
1356         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1357         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1358         * progmodes/cc-langs.el, progmodes/cc-styles.el,
1359         * progmodes/cc-vars.el: Add my name.
1361 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1363         * files.el (find-alternate-file): Revert query message to Emacs 21
1364         version.
1366 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1368         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1369         the doc string how to use personal abbrevs without electric
1370         keywords.
1372 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1374         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1375         Fixed cursor position when toggle abbreviated display.
1377 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
1379         * t-mouse.el: Update copyright following assignment by
1380         Alessandro Rubini.
1382 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1384         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1385         (type-break-demo-boring): Call read-event instead of read-char.
1387 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
1389         * progmodes/compile.el: Add handling for makepplog.
1391 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1393         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1394         aspell dictionaries are initialized when called non-interactively.
1396 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
1398         * progmodes/compile.el (compilation-loop): New arg limit.
1399         Handle case where the first error is at point-min.
1400         (compilation-next-error): New arg to compilation-loop call.
1402 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1404         * info.el (Info-default-dirs): Change default info dir to
1405         share/info.
1407         * paths.el (Info-default-directory-list): Ditto.
1409 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
1411         * hexl.el (hexl-before-revert-hook): New function.
1412         (hexl-mode): Use it.
1413         (hexl-after-revert-hook): Just call hexl-mode.
1414         (hexl-mode-exit): Remove before-revert-hook.
1416 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1418         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1420 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
1422         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1423         by "-" in francais7 otherchars entry.
1424         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1425         otherchars entry.
1427 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
1429         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1430         path.  Rewrite function in `cond' style for readability.
1432         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1433         (The path shortening, that is, not the rearrarangement.)
1435 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1437         * term/mac-win.el (mac-ae-quit-application): New function.
1438         (mac-apple-event-map): Bind "quit application" Apple event to it.
1440 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1443         than the program's output.
1445 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1447         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1448         (kmacro-start-macro-or-insert-counter)
1449         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1450         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1452         * longlines.el (longlines-show-hard-newlines):
1453         * ruler-mode.el (ruler-mode-ruler):
1454         * emulation/keypad.el (keypad-setup):
1455         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1456         Fix typo in docstring.
1458 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
1460         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1461         Remove redirect character ">".
1463 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
1465         * replace.el (perform-replace): Remove leftover code.
1467 2007-01-12  Richard Stallman  <rms@gnu.org>
1469         * replace.el (perform-replace): Don't clear NODENT when computing
1470         the replacement string.
1472 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
1474         * net/tramp.el (tramp-handle-file-local-copy):
1475         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
1476         <christopher.ian.moore@gmail.com>.
1478 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * diff-mode.el (diff-sanity-check-context-hunk-half)
1481         (diff-sanity-check-hunk): New functions.
1482         (diff-find-source-location): Use'em to check the hunks are well-formed.
1484         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1485         activate undo when undo is not active.
1486         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1488 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1491         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1492         (ffap-url-at-point): Use char-classes rather than "a-z".
1494 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
1496         * ediff-init.el (ediff-autostore-merges):
1497         * textmodes/fill.el (fill-region): Doc fix.
1499 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * server.el (server-ensure-safe-dir): UIDs may be floats.
1503 2007-01-10  Richard Stallman  <rms@gnu.org>
1505         * battery.el (battery-linux-proc-acpi): Use ignore-errors
1506         around calls to directory-files.
1508         * subr.el (momentary-string-display): Use save-excursion.
1510         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1511         argument, but read it as `X' does.
1513 2007-01-09  Juri Linkov  <juri@jurta.org>
1515         * info.el (Info-fontify-node): Don't hide node names of index entries.
1517         * faces.el (momentary): Change :group to basic-faces where all
1518         basic faces belong to.  Add :version.
1520 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1522         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1523         keybinding is found.
1524         (tutorial--find-changed-keys): Never treat null keybinding as a
1525         remapping.
1527 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
1529         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1531 2007-01-09  Kenichi Handa  <handa@m17n.org>
1533         * international/mule-cmds.el
1534         (select-safe-coding-system-interactively): Fix message.
1536 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
1538         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1539         (tramp-process-actions): Add optional parameter TIMEOUT.
1540         (tramp-open-connection-telnet, tramp-open-connection-rsh)
1541         (tramp-open-connection-su): Add timeout of 60".
1543 2007-01-09  Richard Stallman  <rms@gnu.org>
1545         * progmodes/compile.el (compile): Doc fix.
1547 2007-01-09  Markus Triska  <markus.triska@gmx.at>
1549         * tumme.el (tumme-display-thumb): Doc fix.
1551 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
1553         * battery.el (battery-search-for-one-match-in-files):
1554         * bindings.el (mode-line-minor-mode-help):
1555         * x-dnd.el (x-dnd-types-alist):
1556         * calendar/icalendar.el (icalendar-import-buffer):
1557         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1559         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1561 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
1563         * replace.el (replace-regexp): Fix typo in docstring.
1565 2007-01-07  Alan Mackenzie  <acm@muc.de>
1567         * progmodes/cc-langs.el (c-operators, c-filter-ops):
1568         Amend doc-string and comments.
1570 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
1572         * files.el (abbreviate-file-name): Doc fix.
1574 2007-01-06  Markus Triska  <triska@gmx.at>
1576         * subr.el (split-string): Remove spurious ")" from doc string.
1578 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1580         * textmodes/table.el (table--warn-incompatibility):
1581         Use display-warning instead of momentary-string-display.
1583 2007-01-05  Richard Stallman  <rms@gnu.org>
1585         * image.el (image-type-header-regexps): Recognize xbm more strictly.
1587         * simple.el (backward-kill-word): Doc fix.
1589 2007-01-05  Romain Francoise  <romain@orebokech.com>
1591         * international/mule.el (sgml-html-meta-auto-coding-function):
1592         Ensure that the buffer contains a HTML document.
1594 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1596         * faces.el (momentary): Move here ...
1597         * subr.el (momentary): ... from here.
1599 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
1601         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
1602         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
1603         large structures/arrays.
1605 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
1607         * files.el (find-file-noselect-1, set-visited-file-name):
1608         Allow backup-enable-predicate to be nil.
1610 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1612         * subr.el (momentary): New face.
1613         (momentary-string-display): Display the string via a temporary
1614         overlay using the new face, instead of inserting it in the buffer.
1616 2007-01-04  Andreas Schwab  <schwab@suse.de>
1618         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
1619         last change.
1621 2007-01-03  Richard Stallman  <rms@gnu.org>
1623         * woman.el (woman-decode-buffer): Clarify error message.
1625 2007-01-03  Alan Mackenzie  <acm@muc.de>
1627         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
1628         patch.
1630 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
1632         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1634 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1636         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
1638 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1640         * emulation/viper.el (viper-custom-file-name, viper-mode):
1641         Fix typos in docstrings.
1643         * subr.el (momentary-string-display): After moving point, set POS
1644         variable to it to avoid later errors once the buffer is modified.
1645         Doc fix.
1647 2007-01-02  Alan Mackenzie  <acm@muc.de>
1649         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
1650         check that the "*/" is present before trying to manipulate it.
1652 2007-01-02  Richard Stallman  <rms@gnu.org>
1654         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
1656         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
1657         Fix format of value.
1659         * cus-edit.el (customize-unsaved): Rename from customize-customized.
1660         Change messages accordingly.
1661         (customize-customized): Now alias.
1663 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1665         * files.el (version-control): Doc fix.
1667 2007-01-01  Alan Mackenzie  <acm@muc.de>
1669         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
1670         Check the format of c-state-cache is valid for an optimisation before
1671         using it.
1673         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
1674         are at a statement within a macro".  Other changes so that only
1675         the first continuation line in a macro gets the symbol
1676         `cpp-define-intro', the others getting `statement', or whatever.
1678         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
1679         a string, preserve whitespace.  Add a backslash only when also in
1680         a macro.
1682         * progmodes/cc-defs.el: Correct typos.
1684         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
1685         new line after an escaped EOL in a string.
1687         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
1688         label when it directly follows "else", "do", ....
1690         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
1691         angle brackets (as seen in "explicit specialisations" of C++
1692         templates).
1694         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
1695         in the doc-string.
1697         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
1698         when the comment ender looks like "=========*/" and is alone on
1699         its line.
1701         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
1702         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
1703         for the old name.
1705         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
1706         c-\(beginning\|end\)-of-defun by default.
1708         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
1709         New line-up function, for the DEFUN macro in the Emacs C sources.
1710         Only used in "gnu" style.
1712         * progmodes/cc-styles.el (c-style-alist): Use this new function in
1713         the "gnu" style.
1715         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
1716         clean-up comment-close-slash also to work when there's a comment
1717         terminator on the line.
1718         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
1719         these for large arg - only take account of top level {..}, except
1720         for initial and final adjustments.  M-- C-M-[ae] now go to the
1721         right defuns when the starting point is between defuns.  They use
1722         the four new functions:
1723         (c-in-function-trailer-p, c-where-wrt-brace-construct)
1724         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
1725         support c-\(beginning\|end\)-of-defun.
1727         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
1728         expressions more rigorously, to exclude bit-field specifiers from
1729         being classed as labels.
1730         (c-forward-label): When analyzing a ":" within a macro, be careful
1731         about using c-forward-syntactic-ws at the macro beginning.
1732         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
1733         stmt boundary, check for "operator=", etc.
1735         * progmodes/cc-mode.el (c-postprocess-file-styles):
1736         Bind inhibit-read-only to t, around the call to
1737         c-remove-any-local-eval-or-mode-variables, so that it works on a
1738         RO file.
1740         * progmodes/cc-defs.el (c-version): Update the version number to
1741         "5.31.4".
1743 2007-01-01  Richard Stallman  <rms@gnu.org>
1745         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
1746         only if we restored isearch-window-configuration.
1748 2006-12-31  Romain Francoise  <romain@orebokech.com>
1750         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
1752 2006-12-31  Kim F. Storm  <storm@cua.dk>
1754         * files.el (auto-mode-case-fold): New defcustom.
1755         (set-auto-mode): If non-nil, perform second case-sensitive pass
1756         through auto-mode-alist if first pass failed.
1758 2006-12-30  Richard Stallman  <rms@gnu.org>
1760         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
1762 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
1764         * allout.el (allout-encrypt-string): Handle symmetric-key
1765         passphrase caching but leave keypair caching to pgg.
1767 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
1769         Sync with Tramp 2.0.55.
1771         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
1772         `integerp'.  `char-equal' could fail else in case of negative
1773         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
1774         (top): Check for `font-lock-add-keywords' before calling; it
1775         doesn't exist under XEmacs.
1776         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
1777         (tramp-completion-mode): Remove clause (not
1778         tramp-unified-filenames), because the function is called in other
1779         context too, where this check results in wrong results in the
1780         XEmacs case on Windows.
1781         (tramp-touch): UTC handling is not possible for XEmacs.
1783 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1785         * scroll-bar.el (previous-scroll-bar-mode): New variable
1786         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
1787         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
1789         * term/x-win.el: Set scroll bar mode to right if set by X resources.
1791 2006-12-30  Richard Stallman  <rms@gnu.org>
1793         * files.el (make-backup-file-name-1): Precompute abs name
1794         but don't lose the relative name.
1796         * international/mule-cmds.el (select-safe-coding-system-interactively):
1797         Fix message.
1799 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1801         * files.el (backup-buffer): Show entire backup file name in msg.
1803 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
1805         * image.el (image-type-header-regexps, image-type-from-data)
1806         (image-type-from-buffer, image-type-from-file-header):
1807         Revert changes from 2006-12-26.
1808         (image-type-auto-detectable): New variable.
1809         (image-type-auto-detected-p): New function.
1811         * files.el (magic-mode-alist): Detect image files with
1812         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
1814 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
1816         * dired.el (dired-sort-other): Move test for dired-mode...
1817         (dired-sort-set-modeline): ...to here.
1819 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1821         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
1822         change.  Suggested by Stefan Monnier.
1824 2006-12-29  Kim F. Storm  <storm@cua.dk>
1826         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
1827         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
1829 2006-12-27  Kim F. Storm  <storm@cua.dk>
1831         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
1832         so it doesn't accidentally match an fsf.org mail address.
1833         (authors-renamed-files-alist): Add tcover-*.el.
1835 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1837         * vc-arch.el (vc-arch-find-version): New function.
1839         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
1840         composed of arbitrary characters (even /) in some systems.
1842 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
1844         * international/mule-cmds.el (select-safe-coding-system-interactively):
1845         Improve the message in the *Warning* buffer.
1847 2006-12-27  Kim F. Storm  <storm@cua.dk>
1849         * ido.el (ido-set-matches-1): Fix last change.  If default item is
1850         current buffer, it is ok to be first.
1852 2006-12-27  Kenichi Handa  <handa@m17n.org>
1854         * international/mule-cmds.el (select-safe-coding-system-interactively):
1855         Use face `link' for problematic chars.
1857 2006-12-27  Kenichi Handa  <handa@m17n.org>
1859         * international/mule-cmds.el (select-safe-coding-system-interactively):
1860         Improve the message in *Warning* buffer.
1862 2006-12-27  Kim F. Storm  <storm@cua.dk>
1864         * ido.el (ido-set-matches-1): Never put current buffer first if
1865         there are other matches.
1867 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
1869         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
1870         expressions.
1871         (gdb-var-delete): Handle duplicate names.  Print message for non
1872         root expressions.
1873         (gdb-partial-output-name): Start buffer name with a space.
1874         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
1875         buffer name.
1877 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1879         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
1880         last footnote when `footnote-spaced-footnotes' is nil.
1882 2006-12-26  Richard Stallman  <rms@gnu.org>
1884         * cus-edit.el (custom-browse-sort-alphabetically)
1885         (custom-buffer-sort-alphabetically)
1886         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
1888         * image.el (image-type-header-regexps): Change element format
1889         to include third item NOT-ALWAYS.
1890         (image-type-from-data): Handle new format.
1891         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1892         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1894 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1896         * add-log.el (add-log-current-defun): Call `forward-sexp'
1897         multiple times to pick a member function name defined as
1898         part of nested classes/namespaces.
1900 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1902         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1903         which keymap should be used to change menu.  It does not affect any
1904         existent code.
1906 2006-12-26  Richard Stallman  <rms@gnu.org>
1908         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1909         rather than for being in a minibuffer window.
1911 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1913         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1914         locale-coding-system.
1915         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1916         LF.
1918 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1920         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1921         (sql-mode-syntax-table): Disable double quoted strings.
1922         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1924 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1926         * startup.el (fancy-splash-last-input-event): New variable.
1927         (fancy-splash-special-event-action): New function.
1928         (fancy-splash-screens): Temporarily bind special events to it.
1929         Execute command for saved special event before exiting from
1930         recursive editing.
1932         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1933         New functions.
1934         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1935         Use mac-unread-string.
1937 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1939         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1940         an optimized comment regexp if `comment-start-skip' uses a ^.
1941         * bs.el (bs--up): Remove interactive spec.
1943 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1945         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1946         Suggested by James Cloos.
1948 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1950         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1951         in March.
1952         (calendar-dst-ends): Default to first Sunday in November.
1954 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
1956         * allout.el (allout-encrypt-string): Inhibit use of agent within
1957         body of let form where encryption happens.  Acknowledge non-use of
1958         gpg-agent in docstring.
1959         (allout-toggle-subtree-encryption): Acknowledge non-use of
1960         gpg-agent in docstring.
1962 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1964         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
1966 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1968         * ediff-diff.el (ediff-diff-options): Clarify docstring.
1969         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
1971         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
1972         in hooks.
1973         (viper-add-newline-at-eob-if-necessary): Add newline only if we
1974         actually modify buffer; ignore errors if occur.
1976 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
1978         * calendar/calendar.el (calendar-mode-map): Switch < and >.
1979         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
1980         formatting.
1982 2006-12-23  Richard Stallman  <rms@gnu.org>
1984         * simple.el (delete-horizontal-space): Doc fix.
1986 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1988         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
1989         explicitly in a recursive Make, not implicitly through prerequisites,
1990         since the latter is wrong under parallel builds.
1992 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1994         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
1996 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1998         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
1999         message string.
2001 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
2003         * outline.el (outline-next-visible-heading): Fix the case with a
2004         header at end-of-file with no final newline.
2006 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
2008         * indent.el (tab-always-indent): Doc fix.
2010 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
2012         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2013         (Info-fontify-node): Do fontify indices.
2015         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2016         to the Emacs Lisp reference manual.
2017         (tutorial--tab-map): Remove.  All callers changed.
2018         (tutorial--find-changed-keys): New elt QUIET, used to...
2019         (tutorial--display-changes): ...ensure that warning messages are
2020         only issued once per changed key.
2021         (tutorial--remove-remarks): Delete unused code-path.
2022         (lang-strings): Remove extraneous formatting.
2023         (tutorial--save-tutorial): Prompt before saving tutorial state.
2025 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
2027         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
2028         Replace '?\ ' by '?\s' throughout.
2029         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
2030         `help' custom group.
2031         (tutorial--key-description): New function.
2032         (tutorial--display-changes): Remove redundant arg.  Scan for all
2033         key sequences to avoid false matches.  Cleanup.
2034         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2035         reduce homedir pollution.
2036         (help-with-tutorial): Call tutorial--display-changes with no arg.
2038 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
2040         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2042 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
2044         * net/tramp.el (tramp-default-method): We still need to check for
2045         `executable-find', because it is not bound under Emacs 20.
2046         (tramp-handle-file-name-completion)
2047         (tramp-completion-handle-file-name-completion): Handle optional
2048         parameter PREDICATE.
2049         (tramp-find-default-method): Add code for default values.
2051 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
2053         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2054         make gud-go send "continue".
2056 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2058         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2059         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
2061 2006-12-19  Kim F. Storm  <storm@cua.dk>
2063         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2064         instead of global-map.
2066         * files.el (magic-mode-alist): Allow matching file type by
2067         calling a function at bob.  Check for image types by calling
2068         image-type-from-buffer.  Suggested by Juanma Barranquero.
2069         (set-auto-mode): Do it.
2071 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
2073         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2074         Remove "ControlMaster" option from the other `scp*' methods.
2075         (tramp-default-method): Check for ssh-agent before setting to `scp'.
2077 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2079         * textmodes/org.el (org-mode): Show context after isearch.
2080         (org-show-siblings): New function.
2081         (org-show-context): Use `org-show-siblings'.
2083 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2086         Use syntax-ppss-toplevel-pos.
2088 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2090         * textmodes/org.el (org-current-line): Make sure that lines are
2091         counted from beginning of buffer.
2092         (org-table-copy-region, org-table-paste-rectangle): Make sure that
2093         lines are counted from beginning of buffer.
2095 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2097         * info.el (Info-build-node-completions): Signal error if tag-table
2098         marker is not found.
2100         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2102 2006-12-17  Alan Mackenzie  <acm@muc.de>
2104         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2105         speed) the case when open-paren-in-column-0-is-defun-start is nil.
2106         Based on code by Martin Rudalics.
2108         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2109         open-paren-in-column-0-is-defun-start to nil any more.
2111 2006-12-17  Richard Stallman  <rms@gnu.org>
2113         * simple.el (delete-horizontal-space): Use prefix arg.
2115         * help-fns.el (describe-variable): Improve blank separator lines.
2117         * files.el (magic-mode-alist): Mark as risky.
2119         * files.el (make-backup-file-name-1):
2120         Expand backup-directory explicitly.
2122 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
2124         * net/tramp.el (tramp-default-method): Before setting to "pscp",
2125         check whether package password.el is loaded, or Pageant is running.
2127 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
2129         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2130         (icalendar--rris): First try Emacs, then XEmacs.
2131         (icalendar--convert-ical-to-diary): Doc fix.
2132         Insert newline at end of target file.
2134 2006-12-17  Kim F. Storm  <storm@cua.dk>
2136         * outline.el (outline-isearch-open-invisible-function): New defvar.
2137         (outline-flag-region): Use it if non-nil for isearch-open-invisible
2138         overlay property instead of outline-isearch-open-invisible.
2140 2006-12-16  Kim F. Storm  <storm@cua.dk>
2142         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2143         if ido-directory-too-big is set on entry.
2144         (ido-toggle-ignore, ido-completion-help): Print message while
2145         reading big directory.
2147 2006-12-15  Richard Stallman  <rms@gnu.org>
2149         * shell.el (shell): Doc fix.
2151 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2153         * emulation/edt.el (edt-xserver):
2154         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2155         to fix a problem on Cygwin.
2157         * emulation/edt.el
2158         * emulation/edt-mapper.el
2159         * emulation/edt-lk201.el
2160         * emulation/edt-pc.el
2161         * emulation/edt-vt100.el: Update maintainer's email address.
2163 2006-12-15  Simon Marshall  <simon@gnu.org>
2165         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2167 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2169         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2170         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2171         instead of mac-atsu-font-table.
2172         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2174 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
2176         * align.el (align-match-tex-pattern): Fix a rare bug which
2177         hanged Emacs.
2179 2006-12-14  Richard Stallman  <rms@gnu.org>
2181         * startup.el (use-fancy-splash-screens-p): Use frame-height
2182         instead of window-height.  Pass frame to image-size.
2184 2006-12-13  Kenichi Handa  <handa@m17n.org>
2186         * international/mule-cmds.el (set-locale-environment):
2187         Set default-sendmail-coding-system too.
2189 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
2191         * progmodes/idlw-help.el: Fix copyright notice.
2193 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2195         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2197 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2199         * subr.el (unread-command-char): Reformat obsolescence info.
2201 2006-12-11  Richard Stallman  <rms@gnu.org>
2203         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2204         about calls to cl-struct-setf-expander.
2206 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2208         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2209         (ediff-combination-pattern): Fix typo in docstring.
2211         * textmodes/refer.el (refer-find-entry): Doc fix.
2212         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2213         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2214         Fix tipos in docstrings.
2216         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2218 2006-12-10  Kim F. Storm  <storm@cua.dk>
2220         * ido.el (ido-init-completion-maps): Remap backward-kill-word
2221         instead of binding M-backspace.
2223 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
2225         * replace.el (replace-match-data, replace-match-maybe-edit):
2226         * calc/calc-aent.el (calc-eval-error):
2227         * emulation/vi.el (vi-char-argument):
2228         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2229         (c-vsemi-status-unknown-p-fn): Doc fixes.
2231 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2233         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2234         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
2236 2006-12-10  Masatake YAMATO  <jet@gyve.org>
2238         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2240 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
2242         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2244         * man.el (Man-xref-button-action): New function.  If the
2245         `Man-target-string' button property is a function, assume it
2246         accepts a position argument.
2247         (Man-abstract-xref-man-page): Use it.
2248         (Man-default-man-entry): New optional arg POS.
2250         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2251         symlink arrows read-only and non-rear-sticky.
2253 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
2255         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2256         (wdired-search-and-rename): Simplify code.
2257         (wdired-preprocess-files, wdired-preprocess-perms): Make
2258         read-only property of preceding character rear-nonsticky to
2259         avoid that it can be modified.  Put old-name and old-link
2260         properties on character preceding name and replace
2261         put-text-property by add-text-properties.
2262         (wdired-get-filename, wdired-get-previous-link): Get old-name
2263         and old-link properties from character preceding name and
2264         simplify code.
2265         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2266         (wdired-perms-to-number): Make local-map property
2267         rear-nonsticky to avoid that text following permissions may be
2268         modified.  Use add-text-properties instead of put-text-property
2269         when changing a permission bit.
2270         (wdired-change-to-dired-mode): Remove stickiness properties.
2272 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
2274         * international/mule-cmds.el (register-input-method): Doc fix.
2276 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
2278         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2280 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2282         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2283         Force buffer local defs evaluation on local variables loading.
2284         (flyspell-mode-on, flyspell-mode-off): Use it in
2285         `hack-local-variables-hook'.
2287 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
2289         * emacs-lisp/find-func.el (find-variable): Doc fix.
2291         * help-fns.el (variable-at-point): Doc fix.
2293         * w32-fns.el (w32-append-code-lines): New function.
2295 2006-12-09  Romain Francoise  <romain@orebokech.com>
2297         * comint.el (comint-insert-input): Delete obsolete comment.
2299 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
2301         * files.el (insert-file-1): Compare file size to
2302         large-file-warning-threshold and request confirmation when
2303         warranted.
2305 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2307         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2308         current frame, in case we're connected to several displays.
2310 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2312         * frame.el (other-frame): Doc fix.
2313         (set-frame-parameter): Fix typo in docstring.
2315 2006-12-07  Kim F. Storm  <storm@cua.dk>
2317         * info.el (Info-index): Strip leading colon from topic.
2319 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
2321         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2322         to pointers.
2324 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
2326         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2327         Trim out spurious class inheritance "None" entries.
2329 2006-12-05  Kim F. Storm  <storm@cua.dk>
2331         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2332         (cua-paste-pop): Rework last change for
2333         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2334         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2335         text inserted by the last M-y command.
2337 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2339         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2340         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2342         * shell.el (shell): Search the start file in ~/.emacs.d as
2343         `init_SHELLNAME.sh' instead.
2345 2006-12-05  Glenn Morris  <rgm@gnu.org>
2347         * progmodes/cperl-mode.el (cperl-mode)
2348         * progmodes/f90.el (f90-mode-abbrev-table)
2349         * progmodes/fortran.el (fortran-mode-abbrev-table)
2350         * progmodes/octave-mod.el (octave-abbrev-table)
2351         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2352         if abbrev-table is non-nil (saved user abbrevs may have been restored).
2354         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2355         clear abbrev table, else saved abbrevs will not be restored.
2357 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2359         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2360         the call to `make-obsolete-variable', not in the docstring.
2362 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
2364         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2366 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2368         * progmodes/ebnf-abn.el:
2369         * progmodes/ebnf-bnf.el:
2370         * progmodes/ebnf-dtd.el:
2371         * progmodes/ebnf-ebx.el:
2372         * progmodes/ebnf-iso.el:
2373         * progmodes/ebnf-otz.el:
2374         * progmodes/ebnf-yac.el:
2375         * progmodes/ebnf2ps.el:
2376         * delim-col.el:
2377         * printing.el:
2378         * ps-bdf.el:
2379         * ps-mule.el:
2380         * ps-print.el: Remove 'Time-stamp' comment mark.
2382         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2383         'easy-menu-add-item' when called in Emacs 21 or higher.
2385 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
2387         * progmodes/ada-xref.el (ada-check-current): Doc fix.
2388         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2390 2006-12-04  Kim F. Storm  <storm@cua.dk>
2392         * bindings.el (global-map): Bind [signal t] to ignore, to have
2393         user signals ignored by default.
2395 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2397         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2398         Unicode data file pointed to by `describe-char-unicodedata-file'.
2400 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2403         O(n^2) regexp-search by anchoring the search.
2405 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
2407         * whitespace.el (whitespace-cleanup-internal): Use current
2408         argument for recursive call.
2410 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
2412         * net/tramp.el (tramp-methods): Add "ControlPath" and
2413         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
2414         Andreas Schwab <schwab@suse.de>.
2415         (tramp-do-copy-or-rename-file-out-of-band)
2416         (tramp-open-connection-rsh): Compute format spec for ?t.
2417         (tramp-process-actions): Trace command parameters.
2419 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
2421         * simple.el (toggle-truncate-lines): Clarify doc string.
2423         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2424         (gdb-speedbar-expand-node): Use it.
2426 2006-12-04  Richard Stallman  <rms@gnu.org>
2428         * progmodes/python.el (python-indent): Add safe-local-variable prop.
2430         * dired.el (dired-revert): Turn off dired-after-readin-hook
2431         around call to dired-readin.
2433         * menu-bar.el (menu-bar-make-toggle): Add "globally"
2434         to echo area messages.
2435         <indicate-empty-lines, case-fold-search>:
2436         Add "globally" to Help string.
2437         <case-fold-search>: MESSAGE arg need not say "globally".
2438         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2440 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
2442         * outline.el (outline-end-of-subtree): Don't leave an empty
2443         line hidden as we would a real next heading.
2445 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
2447         * allout.el (allout-ascend): Add an optional argument to preserve
2448         original position of point when unsuccessful.  Also, fix a
2449         docstring error.
2450         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2451         work again, using allout-ascend's new option.
2452         (allout-setup-mode-map): Extract from allout-mode to initialize
2453         allout-mode-map.  Call it on file load, so the mode docstring
2454         substitutions work even if allout mode has not yet been invoked.
2455         (allout-mode): Use new allout-setup-mode-map to track any keybinding
2456         customizations since the map was last processed.  Also, refine the
2457         docstring so it's ship-shape for release.
2458         (allout-default-layout, allout-beginning-of-line-cycles)
2459         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2460         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2461         (allout-version, allout-layout, allout-infer-body-reindent)
2462         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2463         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2464         (allout-previous-heading, allout-goto-prefix-doublechecked)
2465         (allout-current-bullet-pos, allout-next-sibling-leap)
2466         (allout-pre-command-business, allout-encrypted-type-prefix)
2467         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2468         (allout-rebullet-topic, allout-rebullet-topic-grunt)
2469         (allout-flag-region, allout-expose-topic, allout-expose-topic)
2470         (allout-old-expose-topic, allout-listify-exposed)
2471         (allout-process-exposed, allout-latex-verb-quote)
2472         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2473         (allout-toggle-current-subtree-encryption)
2474         (allout-toggle-subtree-encryption, allout-bullet-isearch):
2475         Remove extraneous open-paren and close paren string escapes.
2477 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
2479         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2480         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2481         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2482         Fix typos in docstrings.
2484 2006-12-03  Glenn Morris  <rgm@gnu.org>
2486         * progmodes/cc-align.el
2487         * progmodes/cc-awk.el
2488         * progmodes/cc-cmds.el
2489         * progmodes/cc-compat.el
2490         * progmodes/cc-defs.el
2491         * progmodes/cc-engine.el
2492         * progmodes/cc-langs.el
2493         * progmodes/cc-menus.el
2494         * progmodes/cc-mode.el
2495         * progmodes/cc-styles.el
2496         * progmodes/cc-vars.el
2497         * progmodes/vhdl-mode.el: Fix Copyright format.
2499 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
2501         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2502         initial down event.
2504 2006-12-02  Kim F. Storm  <storm@cua.dk>
2506         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2507         (cua-repeat-replace-region): Make M-v more robust.
2508         (cua-paste-pop-rotate-temporarily): New defcustom.
2509         (cua-paste-pop): Use it.
2510         (cua-auto-mark-last-change): New defcustom.
2511         (cua-pop-to-last-change): New helper function.
2512         (cua-set-mark): Use them.
2514 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
2516         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2517         mini-buffer message.
2519 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2521         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2523 2006-12-01  Ben North  <ben@redfrontdoor.org>
2525         * paren.el: Fix the highlight overlay extension when the user types a
2526         sequence of char very fast just before the open parenthesis.
2528 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2530         * ps-mule.el: Eliminate Emacs 20 compatibility.
2532         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2533         (ps-print-version): New version 6.7.
2534         (ps-print-quote): Replace '?\ ' by '?\s'.
2536 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2538         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2539         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2540         (hexl-end-of-1k-page): Doc fixes.
2541         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2542         Fix typos in docstrings.
2544 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2546         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
2547         locally, i.e. without using file name handlers.
2548         (ido-read-internal): Allow mono letter host names, avoiding the
2549         `c:' problem by testing if the file exists locally.
2550         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2552 2006-11-30  Masatake YAMATO  <jet@gyve.org>
2554         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2555         to avoid bytecomp warnings.
2556         (hexl-mode-old-ruler-function): New variable.
2557         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2558         and `hl-line-range-function' after `require' hl-line.
2559         Then bind `hl-line-range-function' and `hl-line-face'.
2560         Don't require frame.  Don't use `with-no-warnings'.
2561         (hexl-activate-ruler): Store the original value of
2562         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2563         (hexl-mode-exit): Restore the original value of
2564         `ruler-mode-ruler-function'.
2566 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2568         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2569         (hexl-mode-old-hl-line-face): New variable.
2570         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2571         line when exit from the hexl-mode.
2573 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2575         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2576         Doc fixes.
2578         * international/fontset.el (create-fontset-from-ascii-font)
2579         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
2580         (fontset-name-p): Fix typo in docstring.
2582         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
2584 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2586         * ps-bdf.el: Fix maintainer email.
2588         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
2589         compatibility.
2591         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
2592         21 compatibility.
2593         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
2594         Emacs 20 & 21.
2596 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
2598         * progmodes/idlwave.el (idlwave-auto-fill):
2599         Remove paragraph-start let to prevent auto-fill giving up.
2601 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
2603         * vt100-led.el (led-state): Fix typo in previous change.
2605 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2607         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2608         Fix interactive spec of the functions getting defined to make them
2609         work as documented.
2611 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
2613         * startup.el (fancy-splash-screens): Hide initial splash buffer.
2615 2006-11-28  Kim F. Storm  <storm@cua.dk>
2617         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
2618         icomplete-mode is enabled.
2620 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
2622         * textmodes/org.el (require): Require gnus-sum during compilation
2623         to avoid problem with a macro call.
2625 2006-11-28  Glenn Morris  <rgm@gnu.org>
2627         * emacs-lisp/authors.el (authors-aliases): Add new alias.
2629         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
2630         (fortran-window-create-momentarily): Do not need string-to-char.
2632 2006-11-28  Richard Stallman  <rms@gnu.org>
2634         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2635         Replace incorrect use of assoc-default with a loop.
2637         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
2639         * simple.el (next-error-find-buffer): Improve messages.
2641         * files.el (revert-buffer): Special error message if file
2642         is now not readable.
2644         * facemenu.el (facemenu-add-new-face): Improve doc strings of
2645         constructed commands.
2647         * comint.el (comint-exec-1): Provide Emacs version and `comint'
2648         in INSIDE_EMACS.
2650 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2652         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
2654         * server.el: Remove spurious * in docstrings.
2655         (server-process-filter): Exit from recursive editing before processing
2656         a new request.
2658 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
2660         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
2661         line so hidden blocks will be correctly identified.
2663 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
2665         * ledit.el (ledit-save-defun, ledit-mode):
2666         * resume.el (resume-emacs-args-buffer):
2667         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
2668         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
2669         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
2670         (command-send-input, command-kill-line):
2671         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
2673         * autoarg.el (autoarg-kp-mode): Doc fix.
2675         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
2676         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
2677         (check-emacs-lock): Doc fix.  Simplify.
2679         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
2680         (iimage-mode-buffer): Fix typos in docstring.
2682         * misc.el (zap-up-to-char): Doc fix.
2684         * time-stamp.el: Fix comment and obsolescence string for old
2685         functions.  Use `dolist' instead of `while'.
2687         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
2689         * disp-table.el (standard-display-8bit, standard-display-default):
2690         * ebuff-menu.el (electric-buffer-list):
2691         * ehelp.el (electric-help-command-loop):
2692         * font-core.el (font-lock-mode):
2693         * help-macro.el (make-help-screen):
2694         * help.el (describe-minor-mode-completion-table-for-indicator)
2695         (lookup-minor-mode-from-indicator):
2696         * indent.el (tab-to-tab-stop, move-to-tab-stop):
2697         * info-look.el (info-lookup-guess-custom-symbol):
2698         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
2699         * longlines.el (longlines-wrap-line):
2700         * macros.el (insert-kbd-macro):
2701         * menu-bar.el (menu-bar-update-buffers):
2702         * misc.el (copy-from-above-command):
2703         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
2704         * newcomment.el (comment-indent):
2705         * novice.el (disabled-command-function):
2706         * sort.el (sort-fields-syntax-table):
2707         * subr.el (momentary-string-display):
2708         * tar-mode.el (tar-header-block-summarize)
2709         (tar-clear-modification-flags):
2710         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
2711         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
2712         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
2713         (te-delete-char, te-down-vertically-or-scroll):
2714         * time-stamp.el (time-stamp-string-preprocess):
2715         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
2717 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2719         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
2720         in GUD mode.
2722         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
2723         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2725 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2727         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
2729 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
2731         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
2732         (ada-compile-goto-error): Adapt to new argument profile of
2733         compilation-goto-locus in Emacs 22.  Don't check if the various
2734         compile functions are defined; we already do "(require 'compile)".
2736 2006-11-26  Kim F. Storm  <storm@cua.dk>
2738         * kmacro.el: Fix commentary.
2740 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2742         * progmodes/gud.el (gdb): Explain how to run in text command mode
2743         more clearly.  Say in error message that multiple debugging
2744         requires restarting GDB.
2746 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
2748         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2750 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
2752         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
2753         (flymake-popup-menu): Use it instead of posn-at-point.
2755 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2757         * progmodes/cc-vars.el (c-backslash-column):
2758         Mention c-backslash-max-column in documentation for c-backslash-column.
2760 2006-11-24  Lars Hansen  <larsh@soem.dk>
2762         * net/tramp.el (tramp-default-method): Under Windows, change from
2763         plink to pscp.
2764         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
2765         (tramp-actions-copy-out-of-band):
2766         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
2767         (tramp-action-out-of-band): Move "Permission denied" handling to
2768         tramp-action-copy-failed.
2769         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
2770         process buffer.
2772 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2775         strings to a single string.  Quote `errors-file-name'.
2776         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2777         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2778         Adjust calls.  Use `shell-quote-argument'.
2780         * international/mule.el (load-with-code-conversion)
2781         (with-category-table): Use with-current-buffer.
2782         (after-insert-file-set-coding): Use restore-buffer-modified-p.
2784 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
2786         * mail/smtpmail.el (smtpmail-send-it):
2787         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
2788         MIME header for the message encoding.
2789         Bind coding-system-for-write around the call to mail-do-fcc.
2790         Use smtpmail-code-conv-from to encode queued mail messages.
2792 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2794         * tabify.el (tabify-regexp): Doc fix.
2796         * net/rcirc.el (rcirc-buffer-maximum-lines):
2797         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
2799         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
2800         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
2801         Fix typos in output messages.
2802         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2804 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
2807         the horse's mouth.
2808         (hexlify-buffer): Don't re-encode an arg that's already encoded.
2810 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2812         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
2813         Remove condition-case.
2815 2006-11-23  Glenn Morris  <rgm@gnu.org>
2817         * progmodes/f90.el (f90-comment-indent): Do not move point in
2818         default case.
2820 2006-11-21  Romain Francoise  <romain@orebokech.com>
2822         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
2823         from library name (reverts change of 2005-10-25).
2825 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2827         * tutorial.el (tutorial--default-keys): Add newline and
2828         delete-backward-char bindings.
2829         (tutorial--detailed-help): Save excursion when finding keys.
2830         Correct warning string for M-x FOO case.
2831         (tutorial--display-changes): Print special keys in tutorial style.
2832         Tweak search regexp for changed keys.
2834 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2836         * thingatpt.el (thing-at-point-url-at-point): Don't add a
2837         redundant scheme.
2839 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
2841         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
2842         are new to the list at IANA.  Also added irc, mms, mmsh.
2844 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
2846         * progmodes/idlw-help.el (idlwave-html-help-location):
2847         Fail gracefully for missing help packages.
2848         (idlwave-help-assistant-open-link): Open full links.
2849         (idlwave-help-assistant-help-with-topic): Direct help link.
2851         * progmodes/idlwave.el (idlwave-mode):
2852         Set add-log-current-defun-function.
2853         (idlwave-current-routine-fullname): Add, to support add-log.
2854         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
2855         to reflect improvements to xml-parse-file.
2856         (idlwave-mode-menu-def): New binding for help-with-topic.
2858         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
2859         Handle extra newlines and spaces.
2860         (idlwave-shell-mode-map): Add help-with-topic.
2862 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
2864         * tutorial.el (tutorial-warning-face): New face.
2865         (tutorial--detailed-help, tutorial--display-changes): Use it.
2866         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
2867         Improve search pattern for occurrences of changed keys.
2869 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2871         * term/x-win.el (x-last-cut-buffer-coding): New variable.
2872         (x-select-text): Set it.
2873         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
2874         when checking for newness.
2876 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
2878         * subr.el (posn-image):
2879         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
2881         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
2883 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2885         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
2886         Exceptions to the rule "add a space between an identifier and an
2887         opening parenthesis".  Defaulted to the `#define' problem of cpp.
2888         (glasses-parenthesis-exception-p): New.  Check if the region is an
2889         exception regarding to that.
2890         (glasses-make-readable): Use it.
2891         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2892         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2894 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2896         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2898 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2900         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2902         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2903         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2905 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2907         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2908         conditions for function or variable bindings.
2910         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2912         * progmodes/compile.el (compilation-start): Ditto.
2914 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2916         * net/tramp.el (top): cl and custom are always required.
2918 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2920         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2921         cut-buffers with next-selection-coding-system if not nil.
2923 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2925         * textmodes/org.el (org-fix-decoded-time): New function.
2926         (org-display-custom-time): Use `org-fix-decoded-time'.
2928 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2930         * menu-bar.el (menu-bar-games-menu): Remove yow.
2932 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2934         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2935         (org-detach-overlay): Rename from `org-detatch-overlay'.
2936         (org-table-convert-region): Insert space after column separator.
2937         (org-agenda-kill): New command.
2938         (org-metaleft): Call `org-outdent-item' on bullets.
2939         (org-metaright): Call `org-indent-item' on bullets.
2940         (org-timestamp-change): Set `org-last-changed-timestamp'.
2941         (org-current-line): Make sure (bolp) returns correct result.
2942         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2944 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2946         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2948 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2950         * mouse.el (global-map): Change 2006-08-16 fix to call
2951         mouse-yank-at-click explicitly, since mouse events are not carried
2952         over into keyboard macros.
2954 2006-11-16  Kim F. Storm  <storm@cua.dk>
2956         * ido.el (ido-file-internal): Use current buffer's file name as default
2957         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
2959 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
2961         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
2962         (allout-inhibit-aberrance-doublecheck): Rename from
2963         allout-during-yank-processing.  All callers changed.
2964         (allout-ascend): Provide for unusual case where some topic after
2965         the first in file is at lower depth than the first.
2966         (allout-shift-in): Ensure the offspring of the new containing
2967         topic are exposed.
2968         (allout-encrypt-string): Preserve the coding-system of the text,
2969         according to that of the containing buffer.
2970         (allout-toggle-subtree-encryption): When the text being encrypted
2971         requires a different coding system, offer to preserve the coding
2972         system using a file local var.
2974 2006-11-15  Simon Marshall  <simon@gnu.org>
2976         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
2977         to recognise "T t()" as a function declaration, rather than a
2978         variable instantiation, iff at the top-level or inside a class
2979         declaration.  Suggested by Feng Li <fengli@gmail.com>.
2981 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
2983         * progmodes/ada-xref.el (ada-parse-prj-file):
2984         Don't delete project buffer; user may want to edit it.
2985         (ada-xref-set-project-field, ada-xref-current-project-file)
2986         (ada-xref-current-project, ada-show-current-project)
2987         (ada-set-main-compile-application): New functions.
2988         (ada-xref-get-project-field, ada-require-project-file):
2989         Normalize use of ada-prj-default-project-file.
2990         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
2991         Normalize use of ada-require-project-file.
2992         (ada-prj-find-prj-file): Improve doc string, comments.
2994         * progmodes/ada-mode.el (ada-mode-version): Bump version.
2995         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
2996         (ada-create-menu): Add ada-set-main-compile-application,
2997         ada-show-current-main, ada-show-current-project.
2999 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3001         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3002         (inferior-python-mode): Use it.
3004 2006-11-14  Andreas Schwab  <schwab@suse.de>
3006         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3008 2006-11-13  Kim F. Storm  <storm@cua.dk>
3010         * ido.el (ido-copy-current-word): C-o copies region if active.
3012 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3014         * textmodes/org.el (org-emph-face): Fix typo in variable name.
3016 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
3018         * ediff.el (ediff-revision):
3019         * files.el (set-visited-file-name):
3020         * mail/rmailout.el (rmail-output-body-to-file):
3021         Use `format', not `message', in `y-or-n-p' call.
3023 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3025         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3026         (org-metaright): Call `org-indent-item' on bullets.
3027         (org-timestamp-change): Set `org-last-changed-timestamp'.
3028         (org-current-line): Make sure (bolp) returns correct result.
3029         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3031 2006-11-12  Richard Stallman  <rms@gnu.org>
3033         * language/european.el (turkish-case-conversion-enable)
3034         (turkish-case-conversion-disable): New functions.
3035         ("Turkish" lang env): Use them.
3037         * international/characters.el (case table):
3038         Do nothing special for i and I.
3040         * subr.el (remove-overlays): Fix last change.
3042         * cus-edit.el (custom-save-all): Use find-file-visit-truename
3043         for visiting the custom file.
3045 2006-11-12  Markus Triska  <triska@gmx.at>
3047         * play/handwrite.el (handwrite): Also process lines not ending
3048         with newline.  Replace some position-fiddling with different
3049         logic.  Improve performance.
3051 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
3053         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3054         replacing deleted variable `ada-check-switch'.
3055         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3056         (ada-xref-project-files): Improve doc string.
3057         (ada-find-executable): New function.
3058         (ada-initialize-runtime-library): Use `ada-find-executable'.
3059         (ada-xref-set-default-prj-values): In compile commands, don't need
3060         `ada-cd-command'; `compile' does that more portably.
3061         Use ada-prj-default-check-cmd.
3062         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3063         properties if not specified in project file.
3064         (ada-goto-declaration): Display useful message for new error
3065         'error-file-not-found.
3066         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3067         'error-file-not-found.
3068         (ada-get-all-references): Match latest ali syntax.  Signal new
3069         error 'error-file-not-found.
3070         (ada-find-in-ali): Match latest ali syntax.
3071         (ada-make-filename-from-adaname): Handle different semantics of
3072         gnatkr in GNAT 3.15p vs later.
3074         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3075         ada-procedure-start-regexp.
3076         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3078         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3079         with defvar.
3080         (ada-language-version): Rename ada05 -> ada2005.
3081         (ada-align-region-separate): Add `eval-when-compile'.
3082         (ada-name-regexp): Remove unneeded escapes in regexp character
3083         alternative.
3084         (ada-compile-goto-error-file-linenr-re): New constant.
3085         (ada-matching-start-re): Handle additional cases `declare',
3086         `procedure', `function'.
3087         (ada-compile-goto-error): Handle "... at line nn".
3088         (ada-mode): Clearer syntax, comments for ff-special-constructs.
3089         Delete support for old versions of `align'.
3090         (ada-search-prev-end-stmt): Handle additional keyword `private'.
3091         (ada-check-defun-name): Simplify handling of `declare'.
3092         (ada-goto-matching-start): Handle nested `begin ... end'.
3093         Handle `declare', `protected', `procedure', `function'.
3094         (ada-create-menu): Presence of arm95 is not conditional on using
3095         GNAT compiler.
3097 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3099         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3100         nil in the *RE-Builder* buffer (it causes spurious error messages).
3102         * server.el (server-visit-files): If `minibuffer-auto-raise' has
3103         been set to t, respect it.
3105 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
3107         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3108         Delete commented out code for old Emacs versions.  Autoloading of
3109         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3110         (ada-mode-version): Bump version number.
3111         (ada-95-string-keywords, ada-2005-string-keywords)
3112         (ada-2005-keywords, ada-name-regexp): New constant.
3113         (ada-language-version, ada-procedure-start-regexp, ada-mode)
3114         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3115         (ada-package-start-regexp): Support private packages, include package
3116         name (for ada-set-point-accordingly).
3117         (ada-next-procedure, ada-previous-procedure)
3118         (ada-which-function-are-we-in): Match changes to
3119         ada-procedure-start-regexp.
3120         (ada-make-body): Make non-interactive; not a user function.
3121         (ada-make-subprogram-body): Improve doc string.
3123 2006-11-11  Romain Francoise  <romain@orebokech.com>
3125         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3126         `compilation-error-regexp-alist' buffer-local, since we changed
3127         `compilation-error-regexp-alist-alist' locally.
3129 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
3131         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3132         to the value of `server-raise-frame'.
3134 2006-11-11  Glenn Morris  <rgm@gnu.org>
3136         * ido.el (ido-enable-prefix)
3137         * ses.el (ses-call-printer-return)
3138         * net/tramp.el (tramp-unified-filenames)
3139         * progmodes/cc-align.el (c-lineup-string-cont)
3140         * progmodes/compile.el (compilation-directory-matcher)
3141         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3142         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3143         (vhdl-clock-rising-edge)
3144         * textmodes/org.el (org-export-with-timestamps)
3145         (org-export-remove-timestamps-from-toc)
3146         (org-export-with-tags): Improve previous doc fixes.
3148 2006-11-11  Richard Stallman  <rms@gnu.org>
3150         * textmodes/flyspell.el (flyspell-mode-map):
3151         Bind C-c $ instead of M-RET.
3153 2006-11-10  Simon Marshall  <simon@gnu.org>
3155         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3156         fontification for "case" and "default" keywords.
3158 2006-11-10  Andreas Schwab  <schwab@suse.de>
3160         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3161         Avoid starting sentence with "nil".
3163 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3165         * server.el (server-raise-frame): New option.
3166         (server-switch-buffer): Use it.
3168 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
3170         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3171         with a capital.
3173 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3175         * textmodes/org.el (org-show-hierarchy-above)
3176         (org-show-following-heading): Fix typo in default value.
3177         (org-scan-tags): Make the search case-sensitive.
3178         (org-tags-sparse-tree): Don't overrule
3179         `org-show-following-heading' and `org-show-hierarchy-above'.
3180         (org-reveal): New command.
3181         (org-show-context): Rename from `org-show-hierarchy-above'.
3182         (org-fast-tag-selection-single-key): New option.
3183         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3184         (org-tags-overlay): New variable.
3185         (org-agenda-todo-ignore-deadlines): New option.
3186         ("session"): Add circular data structure `org-mark-ring' to
3187         exceptions list in session.el.
3188         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3189         New options.
3190         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3191         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3192         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3193         (org-finalize-agenda): Activate bracket links in agenda.
3194         (org-at-timestamp-p, org-at-date-range-p): Additional argument
3195         INACTIVE-OK.
3196         (org-show-hierarchy-above, org-show-following-heading):
3197         List values allowed for fine-tuned configuration.
3198         (org-show-hierarchy-above): New argument CONTEXT, use the
3199         fine-tuned settings in `org-show-hierarchy-above' and
3200         `org-show-following-heading'.
3201         (org-display-custom-time): New function.
3202         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3203         (org-display-custom-times, org-time-stamp-custom-formats):
3204         (org-maybe-intangible): New macro.
3205         (org-activate-bracket-links, org-hide-wide-columns):
3206         Use `org-maybe-intangible'.
3207         (org-open-file): Use `shell-quote-argument'.
3208         (org-display-internal-link-with-indirect-buffer): New option.
3209         (org-file-remote-p): Get regexp from list.
3210         (org-link-expand-abbrev): New function.
3211         (org-link-abbrev-alist): New option.
3212         (org-open-at-point, org-cleaned-string-for-export):
3213         Call `org-link-expand-abbrev'.
3214         (org-timeline, org-agenda-list, org-todo-list)
3215         (org-tags-view): Remove the KEEP-MODES argument.
3216         (org-finalize-agenda-hook): New hook.
3217         (org-get-alist-option): New function.
3218         (org-follow-timestamp-link): New function.
3219         (org-open-at-point): Call `org-follow-timestamp-link'.
3220         (org-log-note-marker, org-log-note-purpose)
3221         (org-log-note-window-configuration): New variables.
3222         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3223         (org-log-note-headings): New option.
3224         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3225         (org-store-link): Support for dired-mode.
3226         (org-open-file): Substitute environment variables into filename.
3227         (org-last): New defsubst.
3228         (org-agenda-re-align-tags): New function.
3229         (org-agenda-align-tags-to-column): New option.
3230         (org-agenda-timeline): Group removed.
3231         (org-prepare-agenda, org-prepare-agenda-buffers)
3232         (org-run-agenda-series, org-timeline, org-agenda-list)
3233         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3234         the text property inticating the agenda type.
3235         (org-agenda-post-command-hook): Get agenda type from text property
3236         at point.
3237         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
3238         and obey `org-agenda-overriding-arguments'.
3239         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3240         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3241         (org-agenda-week-view, org-agenda-day-view):
3242         Use `org-agenda-overriding-arguments' to make updating work with
3243         multi-block agendas.
3244         (org-agenda-prefix-format): Allow different formats for the
3245         different agenda entry types.
3246         (org-timeline-prefix-format): Option removed, use
3247         `org-agenda-prefix-format' instead.
3248         (org-prepare-agenda): New function.
3249         (org-select-timeline-window): Option removed, use
3250         `org-select-agenda-window' instead.
3251         (org-respect-restriction): Variable removed.
3252         (org-cmp-tag): New function.
3253         (org-agenda-sorting-strategy, org-entries-lessp):
3254         Implement sorting by last tag.
3255         (org-complete): Better completion in in-buffer option lines.
3256         (org-in-item-p): New function.
3257         (org-org-menu): Add entries for checkboxes.
3258         (org-cycle): Extra brouping in outline-regexp, because it is used
3259         in a search with "^" prepended.
3260         (org-provide-checkbox-statistics): New option.
3261         (org-set-font-lock-defaults): Highlight checkbox statistics.
3262         (org-update-checkbox-count-maybe)
3263         (org-get-checkbox-statistics-face): New functions.
3264         (org-update-checkbox-count): New command.
3265         (org-insert-item, org-toggle-checkbox):
3266         Call `org-update-checkbox-count-maybe'.
3267         (org-export-as-html): XEmacs compatibility for coding system.
3268         (org-force-cycle-archived): New command.
3269         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3270         overrules cycling.
3271         (org-fix-position-after-promote): If the line contains only a todo
3272         keyword, add a final space.
3273         (org-promote-subtree, org-demote-subtree):
3274         Call `org-fix-position-after-promote'.
3276 2006-11-10  Glenn Morris  <rgm@gnu.org>
3278         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3279         date in every year.
3280         (calendar-dst-check-each-year-flag): New customizable variable.
3281         (calendar-dst-find-data): New function, extracted from
3282         calendar-current-time-zone.
3283         (calendar-current-time-zone): Use calendar-dst-find-data.
3284         (calendar-dst-transition-cache): New variable.
3285         (calendar-dst-find-startend, calendar-dst-starts)
3286         (calendar-dst-ends): New functions.
3287         (calendar-daylight-savings-starts)
3288         (calendar-daylight-savings-ends): Change value to use
3289         calendar-dst-starts, calendar-dst-ends; respectively.
3291         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3293         * ido.el (ido-enable-prefix)
3294         * ses.el (ses-call-printer-return)
3295         * net/tramp.el (tramp-unified-filenames)
3296         * progmodes/cc-align.el (c-lineup-string-cont)
3297         * progmodes/compile.el (compilation-directory-matcher)
3298         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3299         * progmodes/gdb-ui.el (gdb-many-windows)
3300         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3301         (vhdl-clock-rising-edge)
3302         * textmodes/org.el (org-export-with-timestamps)
3303         (org-export-remove-timestamps-from-toc, org-export-with-tags)
3304         (org-read-date): Doc fix (Nil -> nil).
3306 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3308         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3309         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3311 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3313         * bs.el (bs--window-for-buffer): Remove.
3314         (bs--show-with-configuration): Use `get-window-with-predicate'
3315         instead of `bs--window-for-buffer'.
3317 2006-11-10  Kenichi Handa  <handa@m17n.org>
3319         * files.el (revert-buffer): Fix previous change.
3321 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
3323         * bs.el (bs--redisplay): Fix typo in docstring.
3324         (bs--window-config-coming-from): Make frame-local.
3325         (bs--restore-window-config): New function.
3326         (bs-kill, bs-select, bs-select-other-window)
3327         (bs-select-other-frame): Use it.
3328         (bs--window-for-buffer): Return as soon as a matching buffer is found.
3329         (bs--show-with-configuration): Save the window configuration as a
3330         frame local var, and only if *buffer-selection* is not already
3331         visible on this frame.
3333 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
3335         * vc-svn.el (vc-svn-admin-directory): New var.
3336         (vc-svn-registered, vc-svn-responsible-p)
3337         (vc-svn-repository-hostname): Use it.
3338         Suggested by arit93@yahoo.com.
3340 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3342         * ldefs-boot.el: Regenerate.
3344 2006-11-08  Alan Mackenzie  <acm@muc.de>
3346         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3347         case (eq open-paren-in-column-0-is-defun-start nil) by searching
3348         for least nested open-paren.
3350 2006-11-08  Romain Francoise  <romain@orebokech.com>
3352         * subr.el (remove-overlays): Fix typo in last change.
3354 2006-11-08  Richard Stallman  <rms@gnu.org>
3356         * subr.el (remove-overlays): Call overlay-recenter.
3358 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3360         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3361         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3362         behaviour.
3363         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3364         directly.
3366 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3368         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3369         (ido-max-dir-file-cache, ido-decorations)
3370         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3371         (ido-magic-backward-char, ido-enter-dired)
3372         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3373         (ido-list-directory, ido-first-match, ido-only-match)
3374         (ido-subdir, ido-indicator): Fix typos in docstrings.
3375         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3376         (ido-read-internal): Fix typo in error message.
3378 2006-11-08  Kenichi Handa  <handa@m17n.org>
3380         * international/mule-cmds.el (set-default-coding-systems):
3381         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3383 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3385         * makefile.w32-in (setwins): Remove.
3386         (WINS_ALMOST): New macro.
3387         (WINS): Use it.
3388         (autoloads): Don't extract autoloads from files in obsolete/.
3390 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
3392         * whitespace.el (whitespace-buffer): Call remove-overlays after
3393         overlay-recenter for performance.  Suggested by Martin Rudalics.
3395 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
3397         * net/tramp.el (tramp-default-method): scp is the default method.
3399 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
3401         * server.el (server-start): Save also the Emacs pid in the server file.
3403 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
3405         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3406         point when displaying a bibtex cross reference in the echo area.
3408 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3410         * international/mule.el (make-char): Fix typo in docstring.
3411         (load-with-code-conversion, charsetp): Doc fixes.
3413         * international/ja-dic-cnv.el (skkdic-convert):
3414         * cus-edit.el (hook): Fix typo in docstring.
3416 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3418         * cus-edit.el (custom-mode-map): Move defvar above code using it.
3419         (custom-mode-link-map): New variable.
3420         (custom-group-link, custom-manual): Use follow-link.
3422 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3424         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3425         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
3427 2006-11-06  Richard Stallman  <rms@gnu.org>
3429         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3430         New function broken out of flyspell-correct-word.
3431         (flyspell-mode-map): Bind it to M-RET.
3432         (flyspell-correct-word): Call it.
3434         * textmodes/fill.el (fill-minibuffer-function): New function.
3435         (fill-paragraph): Bind fill-paragraph-function to
3436         fill-minibuffer-function.
3438         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3439         so that they aren't undefined.
3441         * dired.el (dired-readin): Locally bind file-name-coding-system.
3443         * bindings.el: Shorten and clarify usual mode line mouse help string.
3445         * Makefile.in (autoloads): Don't include `obsolete'.
3447 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3449         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3450         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3451         Printing menu if it's not initialized.
3452         (pr-menu-bind): Act on menu-bar-file-menu directly.
3454 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3456         * help.el (view-emacs-news): Fix typo in error message.
3458         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3460         * shadowfile.el (shadow-define-regexp-group)
3461         (shadow-literal-groups, shadow-insert-var): Doc fixes.
3462         (shadow-read-files): Fix typo in message.
3463         (shadow-inhibit-overload, shadow-find, shadow-suffix)
3464         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3465         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3466         (shadow-file-match): Fix typos in docstrings.
3468         * terminal.el (terminal-emulator): Fix typo in message.
3470         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3472         * emacs-lisp/lselect.el (x-kill-primary-selection)
3473         (x-delete-primary-selection, x-copy-primary-selection):
3474         Fix typos in error messages.
3476         * emulation/edt-mapper.el: Fix typo in interactive message.
3478         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3480         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3481         (ispell-help): Fix typos in docstrings.
3482         (ispell-help): Fix typo in output message.
3484         * allout.el (allout-adjust-file-variable)
3485         (allout-passphrase-verifier-string)
3486         (allout-passphrase-hint-string)
3487         (allout-toggle-current-subtree-encryption):
3488         * apropos.el (apropos-synonyms):
3489         * cus-edit.el (hook):
3490         * emacs-lock.el (emacs-lock-from-exiting):
3491         * follow.el (follow-avoid-tail-recenter-p):
3492         * hexl.el (hexl-mode):
3493         * mouse-copy.el (mouse-copy-work-around-drag-bug):
3494         * mouse.el (mouse-set-font):
3495         * resume.el (resume-emacs-args-file):
3496         * rfn-eshadow.el (file-name-shadow-tty-properties):
3497         * t-mouse.el (t-mouse-process, t-mouse-mode):
3498         * emacs-lisp/cust-print.el (custom-print-install)
3499         (custom-print-uninstall, custom-format):
3500         * emacs-lisp/shadow.el (list-load-path-shadows):
3501         * emulation/tpu-edt.el (tpu-help-text)
3502         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3503         (tpu-reset-control-keys):
3504         * emulation/vip.el (vip-emacs-local-map)
3505         (vip-change-mode-to-emacs):
3506         * emulation/viper.el (viper-mode, viper-set-hooks)
3507         (viper-major-mode-modifier-list):
3508         * emulation/viper-init.el (viper-emacs-state-cursor-color):
3509         * emulation/viper-keym.el (viper-emacs-kbd-map)
3510         (viper-toggle-key):
3511         * mail/feedmail.el (feedmail-queue-reminder)
3512         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3513         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3514         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3515         (feedmail-sender-line, feedmail-force-binary-write)
3516         (feedmail-from-line, feedmail-deduce-envelope-from)
3517         (feedmail-x-mailer-line, feedmail-message-id-generator)
3518         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3519         (feedmail-enable-spray, feedmail-spray-this-address)
3520         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3521         (feedmail-queue-runner-confirm-global)
3522         (feedmail-ask-before-queue-prompt)
3523         (feedmail-ask-before-queue-reprompt)
3524         (feedmail-prompt-before-queue-standard-alist)
3525         (feedmail-prompt-before-queue-user-alist)
3526         (feedmail-prompt-before-queue-help-supplement)
3527         (feedmail-queue-use-send-time-for-message-id)
3528         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3529         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3530         (feedmail-mail-send-hook-queued)
3531         (feedmail-confirm-addresses-hook-example)
3532         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3533         (feedmail-queue-runner-mode-setter)
3534         (feedmail-queue-alternative-mail-header-separator)
3535         (feedmail-queue-runner-message-sender)
3536         (feedmail-buffer-eating-function, feedmail-binmail-template)
3537         (feedmail-run-the-queue-no-prompts)
3538         (feedmail-run-the-queue-global-prompt)
3539         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3540         (feedmail-envelope-deducer, feedmail-fiddle-date)
3541         (feedmail-default-message-id-generator)
3542         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3543         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3544         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3545         (vms-pmail-setup):
3546         * play/dunnet.el (dun-help):
3547         * play/handwrite.el (handwrite):
3548         * play/hanoi.el (hanoi-unix-64):
3549         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3550         * textmodes/enriched.el (fixed):
3551         * textmodes/org.el (org-file-apps)
3552         (org-emphasis-regexp-components, org-emphasis-alist):
3553         * textmodes/texinfmt.el (batch-texinfo-format):
3554         Fix typos in docstrings.
3556 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
3558         * loadhist.el (read-feature): Don't complete features not loaded
3559         from a file (which make `unload-feature' to fail).
3561 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3563         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3565 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
3567         * startup.el (command-line-1): Kill emacs if the last frame is
3568         deleted while evaluating the command-line arguments.
3570 2006-11-05  Richard Stallman  <rms@gnu.org>
3572         * startup.el (init-file-had-error): Add doc string.
3573         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3574         Use fixed-width font for keyboard key descriptions.
3576         * cus-edit.el (custom-save-all): Error if saving in .emacs
3577         and it had an error when loaded.
3579         * dired-aux.el (dired-copy-file-recursive): Catch errors
3580         from recursive copies in the loop, around the recursive call.
3582 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3584         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
3585         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
3586         `/proc/acpi/thermal_zone/*'.
3587         (battery-search-for-one-match-in-files): New.  Search a regexp in
3588         the content of some files.
3590 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
3592         * window.el (mouse-autoselect-window-now): Remove variable.
3593         (mouse-autoselect-window-state): New variable.
3594         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
3595         (mouse-autoselect-window-select, handle-select-window):
3596         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
3597         Suspend delayed autoselection during menu or popup dialog.
3599         * info-look.el (info-lookup-guess-custom-symbol): New function
3600         for retrieving symbol at point in custom buffers.
3601         (top level) <info-lookup-maybe-add-help>: Add backquote and
3602         comma to ignored characters in regexps of help specifications
3603         for emacs-lisp-mode and lisp-interaction-mode.  This permits
3604         looking up symbols in `...' and after a comma.  Add help
3605         specifications for custom-mode and help-mode.
3607 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
3609         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
3610         Don't encode body if RAW is non-nil, or if the old encoding is
3611         identical to the new encoding, or if the body contains only
3612         eight-bit-* characters.
3614 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3616         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
3617         (faces-sample-overlay): Remove variable.
3618         (describe-face): Insert sample text in the face being described.
3620 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
3622         * whitespace.el (whitespace-indent-regexp): Make this match any
3623         multiples of eight spaces near the beginning of a line.
3624         (whitespace-buffer): Use `remove-overlays' instead of
3625         `whitespace-unhighlight-the-space' and `overlay-recenter' to
3626         speed up overlay handling.
3627         (whitespace-buffer-leading, whitespace-buffer-trailing):
3628         Make these functions highlight the text removed by
3629         `whitespace-buffer-leading-cleanup' and
3630         `whitespace-buffer-trailing-cleanup' respectively.
3631         (whitespace-buffer-search): Use `with-local-quit'.
3632         Move `format' out of loop to speed up scanning larger buffers.
3633         (whitespace-unhighlight-the-space): Remove `remove-hook' since
3634         that function is never added to a hook.
3635         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
3636         (whitespace-buffer-leading-cleanup)
3637         (whitespace-refresh-rescan-list): Fix docstrings.
3639 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
3641         * allout.el (allout-during-yank-processing): Cue for inhibiting
3642         aberrance processing during yanks.
3643         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
3644         the amount of yanked topics that can be aberrant.
3645         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
3646         a function, and supplement with inihibition of doublechecking
3647         during yanks.
3648         (allout-beginning-of-line, allout-next-heading)
3649         (allout-previous-heading, allout-goto-prefix-doublechecked)
3650         (allout-back-to-current-heading, allout-next-visible-heading)
3651         (allout-next-sibling): Use new allout-do-doublecheck function.
3652         (allout-next-sibling): Ensure we made progress when returning
3653         other than nil.
3654         (allout-rebullet-heading): Preserve text property annotations
3655         indicating the text was hidden, if it was.
3656         (allout-kill-line): Remove any added was-hidden annotations.
3657         (allout-kill-topic): Remove any added was-hidden annotations.
3658         (allout-annotate-hidden): Inhibit adding was-hidden text
3659         properties to the undo list.
3660         (allout-deannotate-hidden): New function to remove was-hidden
3661         annotation.
3662         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
3663         (allout-remove-exposure-annotation): Replace by
3664         allout-deannotate-hidden.
3665         (allout-yank-processing): Signal that yank processing is happening
3666         with allout-during-yank-processing.  Also, wrap
3667         allout-unprotected's closer to the text changes, for easier
3668         debugging.  We need to inhibit-field-text-motion explicitly, in
3669         lieu of the encompassing allout-unprotected.
3670         (outlineify-sticky): Adjust criteria for triggering new outline
3671         decorations to presence or absence of any topics, not just a topic
3672         at the beginning of the buffer.
3674 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3676         * bs.el (bs--show-all, bs--redisplay):
3677         * cus-edit.el (custom-unlispify-menu-entries)
3678         (custom-unlispify-tag-names, custom-prompt-variable):
3679         * expand.el (expand-pos):
3680         * speedbar.el (speedbar-generic-list-tag-p):
3681         * wid-edit.el (widget-image-enable):
3682         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
3683         * emacs-lisp/find-func.el (find-function-noselect)
3684         (find-function, find-variable-noselect, find-variable)
3685         (find-definition-noselect, find-face-definition):
3686         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
3687         * net/eudc-vars.el (eudc-expansion-overwrites-query):
3688         * progmodes/ada-xref.el (ada-find-in-ali):
3689         * textmodes/flyspell.el (flyspell-check-tex-math-command):
3690         * textmodes/org.el (org-copy-subtree):
3691         * textmodes/table.el (table--row-column-insertion-point-p):
3692         Use "non-nil" in docstrings.
3694 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
3696         * sort.el (sort-columns): Set the field separator to tab; on
3697         NetBSD, sort complains if "\n" is used as field separator.
3699 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
3701         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
3703 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3705         * server.el (server-auth-key): Remove.  Replace by a process-property.
3706         (server-start): Don't remove the file of the previous process, but
3707         instead clear out the place for the new file.
3708         (server-start): Set the :auth-key property.
3709         (server-process-filter): Use the :auth-key property.
3711 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
3713         * textmodes/org.el (org-mode-map): No longer copy
3714         `outline-mode-map' explicitly - this is already done by
3715         `define-derived-mode'.
3717 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
3719         * server.el (server-visit-files): Use `when'.
3720         (server-process-filter): When authentication fails, send error
3721         message to client.  Wrap `process-send-region' in `ignore-errors'
3722         instead of `condition-case', and remove misleading comment.
3724 2006-11-01  Juri Linkov  <juri@jurta.org>
3726         * simple.el (yank): Doc fix.
3728 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3730         * server.el: Try and fit within 80 columns.
3731         (server-start): Make the auth file unreadable by other users.
3733 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3735         * battery.el (battery-linux-proc-acpi): Prevent range error when
3736         `full-capacity' is 0.
3738 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3740         * faces.el (faces-sample-overlay): New defvar.
3741         (faces-sample-overlay): New function to show face sample text.
3742         (describe-face): Use it.
3744 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
3746         * progmodes/ada-stmt.el: Change maintainer, apply
3747         whitespace-cleanup, checkdoc.
3748         (ada-func-or-proc-name): Add doc string.
3750         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
3751         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3752         strings and comments.
3753         (ada-prj-display-page): Change buffer name to more accurately
3754         reflect function.
3756         * progmodes/ada-xref.el: Change maintainer, apply
3757         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3758         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
3759         (ada-compile-current): Don't add newlines to commands.
3761 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
3763         * server.el: Add support for TCP sockets.
3764         (server-use-tcp, server-host, server-auth-dir): New options.
3765         (server-auth-key): New variable.
3766         (server-ensure-safe-dir): Create nonexistent parent dirs.
3767         Ignore Unix-style file modes on Windows.
3768         (server-start): Crete a TCP or Unix socket according to the value
3769         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
3770         `server-auth-dir' directory.
3771         (server-process-filter): Delete process if authentication
3772         fails (which never happens for Unix sockets).
3774 2006-10-30  David Kastrup  <dak@gnu.org>
3776         * subr.el (add-to-list): Don't continue checking if a match has
3777         been found.
3779 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
3781         * tutorial.el: Move defvars to avoid bytecomp warnings.
3782         (tutorial--find-changed-keys): Check if viper-current-state is
3783         bound before using it.
3784         (help-with-tutorial): Check if viper-tutorial is defined before
3785         using it.
3787 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3789         * help-fns.el (help-with-tutorial): Move to tutorial.el.
3791         * tutorial.el: New file.
3792         (help-with-tutorial): Move here from help-fns.el. Added help for
3793         rebound keys.  Fixed resume of tutorial.
3794         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
3795         (tutorial--find-changed-keys, tutorial--display-changes)
3796         (tutorial--saved-dir, tutorial--saved-file)
3797         (tutorial--save-tutorial): New functions to support the changes in
3798         help-with-tutorial.
3800 2006-10-30  Kenichi Handa  <handa@m17n.org>
3802         * files.el (revert-buffer): If a unibyte buffer is being reverted
3803         with a coding system for multibyte, set buffer multibyte before
3804         calling insert-file-contents.
3806 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * server.el (server-select-display): Use a dummy buffer to detect when
3809         the frame is later used.
3810         (server-select-display): New function.
3811         (server-process-filter): Use it to detect unused temp frames.
3813 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
3815         * progmodes/ada-mode.el: Change maintainer, apply
3816         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
3817         (ada-mode-version): New function.
3818         (ada-create-menu): Menu operations are available for all supported
3819         compilers.
3821 2006-10-29  Lars Hansen  <larsh@soem.dk>
3823         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
3824         Highlight as keyword.
3825         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
3826         Don't call tramp-method-out-of-band-p for local files.
3827         (tramp-touch): Quote file name.
3829 2006-10-28  Glenn Morris  <rgm@gnu.org>
3831         * calendar/calendar.el (cal-html-cursor-month)
3832         (cal-html-cursor-year): Add autoloads for this new package.
3833         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3835 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
3837         * calendar/cal-html.el: New file.
3839 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
3841         * emacs-lisp/authors.el (authors-aliases): Update.
3843 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
3845         * version.el (emacs-version): Bump version number to 22.0.90.
3847 2006-10-26  John W. Eaton  <jwe@octave.org>
3849         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
3850         New defvar.
3851         (inferior-octave-resync-dirs): Check to see whether Octave has
3852         built-in variables and set inferior-octave-has-built-in-variables.
3853         Check inferior-octave-has-built-in-variables to decide whether to
3854         send commands that set built-in variables or call functions to
3855         change Octave's behavior.
3856         Send "disp (pwd ())" to Octave instead of just "pwd".
3857         (inferior-octave-startup): Send "more off" to Octave instead of
3858         "page_screen_output = 0".
3860 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
3862         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
3863         pattern normally.
3865 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
3867         * bindings.el (mode-line-mode-menu): Remove bindings for global
3868         minor modes (line/column number) as they are on the menubar.
3870 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
3872         * term/w32-win.el (x-handle-name-switch): Doc fix.
3873         (w32-standard-fontset-spec): Fix typo in docstring.
3875         * midnight.el (midnight-buffer-display-time): Doc fix.
3876         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
3878 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3880         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
3882         * viper-ex.el (ex-read): Quote file argument.
3884         * ediff-diff.el (ediff-same-file-contents): Expand file names.
3886         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3888 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3890         * textmodes/flyspell.el (flyspell-check-region-doublons):
3891         Fix last fix.
3893 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3895         * bindings.el (mode-line-mode-menu): List global minor modes
3896         before local ones.
3898 2006-10-23  Kim F. Storm  <storm@cua.dk>
3900         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3901         (sit-for): If last command was a prefix arg, add the read-ahead
3902         event to unread-command-events as (t . EVENT) so it will be added
3903         to this-command-keys by read-key-sequence.
3905 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3907         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3908         whitespace when checking doublons.
3909         (flyspell-check-region-doublons): Fix doublon regexp.
3910         (flyspell-highlight-incorrect-region): Highlight doublons using
3911         flyspell-duplicate face.
3913         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3915 2006-10-22  John Wiegley  <johnw@newartisans.com>
3917         * progmodes/python.el (python-use-skeletons): python-mode was
3918         auto-inserting templates (for those with abbrev-mode on), not only
3919         by default -- *but without a configuration variable to disable
3920         it*.  This rendered python-mode completely useless for me, so I
3921         have added `python-use-skeletons', which is now off by default.
3923 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3925         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3926         font-lock-multiline is auto-local (it's not).
3927         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3928         initialized before calling cperl-init-faces.
3930 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3932         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3933         gdb-stack-position a value when there is no fringe.
3935         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3936         indicator if not visiting a file.
3938 2006-10-20  David Kastrup  <dak@gnu.org>
3940         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3941         operation would still cause some window to collapse later.
3943 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3945         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3946         side-effect due to mixing various backends's file properties.
3948         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3949         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3950         Return `filename's status if applicable.  Update callers.
3952 2006-10-19  Kenichi Handa  <handa@m17n.org>
3954         * international/kkc.el (kkc-region): When a key sequence is not
3955         defined, append (this-single-command-raw-keys) to
3956         unread-input-method-events.
3958 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
3960         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
3962 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3964         * version.el (emacs-version): Use mac-carbon-version-string.
3966         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
3968 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3970         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
3971         Kenichi Handa).
3972         (xselect-convert-to-string): Decline requests for UTF8_STRING if
3973         the selection is not UTF-8.
3975 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3977         * progmodes/ada-mode.el (ada-83-string-keywords)
3978         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
3979         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
3980         (ada-looking-at-semi-private, ada-get-body-name):
3981         Fix typos in docstrings.
3982         (ada-create-case-exception, ada-create-case-exception-substring):
3983         Fix typos in error messages.
3984         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
3986 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3988         * term/x-win.el (res-geometry): Don't set geometry from Xresources
3989         to default-frame-alist if default-frame-alist already contains
3990         width/height.
3992 2006-10-18  Richard Stallman  <rms@gnu.org>
3994         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
3995         Non-interactive arg is the value, not the expression.
3997         * simple.el (read-expression-map): Just set it, no defvar.
3999         * subr.el (insert-for-yank-1): If last inserted char has
4000         properties, mark them as rear-nonsticky.
4002         * recentf.el (recentf-mode): Doc fix.
4004         * facemenu.el (facemenu-add-new-face): Defend against symbol
4005         that isn't a face name.
4007         * dired-aux.el (dired-do-copy): Doc fix.
4009 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
4011         * simple.el (line-move-1): Ignore fields when moving to the
4012         beginning of line to avoid getting point stuck.
4014 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
4016         * textmodes/flyspell.el (flyspell-word-search-backward):
4017         Set inhibit-point-motion-hooks to avoid looping due to intangibile
4018         text.
4020 2006-10-16  Richard Stallman  <rms@gnu.org>
4022         * help-fns.el (describe-function-1): Special case optimization
4023         for self-insert-command.
4025 2006-10-16  Kim F. Storm  <storm@cua.dk>
4027         * ido.el (ido-reread-directory): Work in `dir' mode too.
4029 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
4031         * textmodes/table.el: Require 'regexp-opt.
4033 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4035         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4036         Use shell-quote-argument.
4038         * shell.el (explicit-bash-args): Likewise.
4040         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4041         Use grep -E rather than egrep.
4043 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4045         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4047 2006-10-15  Kim F. Storm  <storm@cua.dk>
4049         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4051 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4053         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4054         to protect whitespace and metacharacters from the shell.
4056 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4058         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4060 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
4062         * subr.el (start-process-shell-command): Doc fix.
4064 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
4066         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4067         the regexp for Maxima symbols.
4069 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4072         (vc-find-root): Don't walk higher up than ~.
4074 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
4076         * international/utf-8.el (utf-translate-cjk-load-tables):
4077         Avoid clobbering last-coding-system-used during load.
4079 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
4081         * textmodes/reftex-global.el (reftex-create-tags-file):
4082         Quote file arguments.
4084 2006-10-12  Richard Stallman  <rms@gnu.org>
4086         * files.el (file-name-history): Add defvar.
4087         (save-some-buffers-action-alist): Improve description strings.
4089 2006-10-12  Andreas Schwab  <schwab@suse.de>
4091         * files.el (auto-mode-alist): Match change log file name also with
4092         a dash before a numeric extension.
4094 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
4096         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4097         After 5.0:
4098         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4100         After 5.1: Major edit.  Summary of most visible changes:
4102         - Multiple <<HERE per line allowed.
4103         - Handles multiline subroutine declaration headers (with comments).
4104           (The exception is `cperl-etags' - but it is not used in the rest
4105           of the mode.)
4106         - Fontifies multiline my/our declarations (even with comments,
4107           and with legacy `font-lock').
4108         - Major speedup of syntaxification, both immediate and postponed
4109           (3.5x to 15x [for different CPUs and versions of Emacs] on the
4110           huge real-life document I tested).
4111         - New bindings, edits to imenu.
4112         - "_" is made into word-char during fontification/syntaxification;
4113           some attempts to recognize non-word "_" during other operations too.
4114         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4115         - autoload some more perldoc-related stuff
4116         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4117         - Attempt to incorporate XEmacs edits which reached me.
4119         Fine-grained changelog:
4120         (cperl-hook-after-change): New configuration variable.
4121         (cperl-vc-sccs-header): Likewise.
4122         (cperl-vc-sccs-header): Likewise.
4123         (cperl-vc-header-alist): Default via two preceding variables.
4124         (cperl-invalid-face): Remove double quoting under XEmacs
4125                 (still needed under 21.2).
4126         (cperl-tips): Update URLs for resources.
4127         (cperl-problems): Likewise.
4128         (cperl-praise): Mention new features.
4129         New C-c key bindings: for `cperl-find-bad-style',
4130         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4131         `cperl-perdoc', and `cperl-perldoc-at-point'.
4132         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
4133         moved, new submenu of Tools with Ispell entries and narrowing.
4134         (cperl-after-sub-regexp): New defsubst.
4135         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4136                 Allows heads up to head4.
4137                 Allow "package;".
4138         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4139         (paren-backwards-message): ??? Something for XEmacs???
4140         (cperl-mode): Never auto-switch abbrev-mode off.
4141                 Try to allow '_' be non-word char.
4142                 Do not use `font-lock-unfontify-region-function' on XEmacs.
4143                 Reset syntax cache on mode start.
4144                 Support multiline facification (even on legacy `font-lock').
4145         (cperl-facemenu-add-face-function): ??? Some contributed code ???
4146         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4147                 refuse to inform us whether the fontification is due to lazy
4148                 calling or due to edit to a buffer, install our own hook
4149                 (controlled by `cperl-hook-after-change').
4150         (cperl-electric-pod): =cut may have been recognized as start.
4151         (cperl-block-p): Move, updatedfor attributes.
4152         (cperl-calculate-indent): Try to allow '_' be non-word char
4153                 Support subs with attributes.
4154         (cperl-where-am-i): Queit (?) a warning.
4155         (cperl-cached-syntax-table)     New function.
4156         (cperl-forward-re): Use `cperl-cached-syntax-table'.
4157         (cperl-unwind-to-safe): Recognize `syntax-type' property
4158                 changing in a middle of line.
4159         (cperl-find-sub-attrs): New function.
4160         (cperl-find-pods-heres): Allow many <<EOP per line.
4161                 Allow subs with attributes.
4162                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4163                 Recognize "extproc " (OS/2) case-folded and only at start.
4164                 /x on s///x with empty replacement was not recognized.
4165                 Better comments.
4166         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4167                 Allow subs with attributes, labels.
4168                 Do not confuse "else::foo" with "else".
4169                 Minor optimizations...
4170         (cperl-after-expr-p): Try to allow '_' be non-word char.
4171         (cperl-fill-paragraph): Try to detect a major bug in Emacs
4172                 with `looking-at' inside `narrow' and bulk out if found.
4173         (cperl-imenu--create-perl-index): Updates for new
4174                 `cperl-imenu--function-name-regexp-perl'.
4175         (cperl-outline-level): Likewise.
4176         (cperl-init-faces): Allow multiline subroutine headers
4177                 and my/our declarations, and ones with comments.
4178                 Allow subroutine attributes.
4179         (cperl-imenu-on-info): Better docstring.
4180         (cperl-etags): Rudimentary support for attributes.
4181                 Support for packages and "package;".
4182         (cperl-add-tags-recurse-noxs): Better (?) docstring.
4183         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4184         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4185         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4186         (cperl-perldoc): Add autoload.
4187         (cperl-perldoc-at-point): Likewise.
4188         (cperl-here-doc-spell): New function.
4189         (cperl-pod-spell): Likewise.
4190         (cperl-map-pods-heres): Likewise.
4191         (cperl-get-here-doc-region): Likewise.
4192         (cperl-font-lock-fontify-region-function): Likewise (backward
4193                 compatibility for legacy `font-lock').
4194         (cperl-font-lock-unfontify-region-function): Fix style.
4195         (cperl-fontify-syntaxically): Recognize and optimize away deferred
4196                 calls with no-change.  Governed by `cperl-hook-after-change'.
4197         (cperl-fontify-update): Recognize that syntaxification region
4198                 can be larger than fontification one.
4199                 XXXX we leave `cperl-postpone' property, so this is quadratic...
4200         (cperl-fontify-update-bad): Temporary placeholder until
4201                 it is clear how to implement `cperl-fontify-update'.
4202         (cperl-time-fontification): New function.
4203         (attrib-group): New text attribute.
4204         (multiline): New value: `syntax-type' text attribute.
4206         After 5.2:
4207         (cperl-emulate-lazy-lock): New function.
4208         (cperl-fontify-syntaxically): Would skip large regions.
4209         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4210         Some globals were declared, but uninitialized.
4212         After 5.3, 5.4:
4213         (cperl-facemenu-add-face-function): Add docs, fix U<>.
4214         Copyright message updated.
4215         (cperl-init-faces): Work around a bug in `font-lock'. May slow
4216                         facification down a bit.
4217                 Misprint for my|our|local for old `font-lock'
4218                         "our" was not fontified same as "my|local".
4219                 Highlight variables after "my" etc even in
4220                         a middle of an expression.
4221                 Do not facify multiple variables after my etc
4222                         unless parentheses are present.
4224         After 5.5, 5.6
4225         (cperl-fontify-syntaxically): after-change hook could reset.
4226         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4228         After 5.7:
4229         (cperl-init-faces): Allow highlighting of local ($/).
4230         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4231         (cperl-problems): Remove fixed problems.
4232         (cperl-find-pods-heres): Recognize #-comments in m##x too.
4233                 Recognize charclasses (unless delimiter is \).
4234         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4235         (cperl-regexp-scan): Update docs.
4236         (cperl-beautify-regexp-piece): Use information got from regexp scan.
4238         After 5.8:
4239         Major user visible changes:
4240         Recognition and fontification of character classes in RExen.
4241         Variable indentation of RExen according to groups.
4243         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4244                 Fontify REx charclasses in variable-name face.
4245                 Fontify POSIX charclasses in "type" face.
4246                 Fontify unmatched "]" in function-name face.
4247                 Mark first-char of HERE-doc as `front-sticky'.
4248                 Reset `front-sticky' property when needed.
4249         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4250         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4251         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4252                 constructs.  Support `narrow'ed buffers.
4253         (cperl-praise): Remove a reservation.
4254         (cperl-make-indent): New function.
4255         (cperl-indent-for-comment): Use `cperl-make-indent'.
4256         (cperl-indent-line): Likewise.
4257         (cperl-lineup): Likewise.
4258         (cperl-beautify-regexp-piece): Likewise.
4259         (cperl-contract-level): Likewise.
4260         (cperl-toggle-set-debug-unwind): New function.
4261                 New menu entry for this.
4262         (fill-paragraph-function): Use when `boundp'.
4263         (cperl-calculate-indent): Take into account groups when indenting RExen.
4264         (cperl-to-comment-or-eol): Recognize # which end a string.
4265         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4266         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4267         (cperl-fontify-syntaxically): More clear debugging message.
4268         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4269         (cperl-init-faces): More complicated highlight even on XEmacs (new).
4270         Merge cosmetic changes from XEmacs.
4272         After 5.9:
4273         (cperl-1+): Move to before the first use.
4274         (cperl-1-): Likewise.
4276         After 5.10:
4278         This code may lock Emacs hard!!!  Use at your own risk!
4280         (cperl-font-locking): New internal variable.
4281         (cperl-beginning-of-property): New function.
4282         (cperl-calculate-indent): Use `cperl-beginning-of-property'
4283         instead of `previous-single-property-change'.
4284         (cperl-unwind-to-safe): Likewise.
4285         (cperl-after-expr-p): Likewise.
4286         (cperl-get-here-doc-region): Likewise.
4287         (cperl-font-lock-fontify-region-function): Likewise.
4288         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4289                         recursively.
4290                 Bound `next-single-property-change' via `point-max'.
4291         (cperl-unwind-to-safe): Bound likewise
4292         (cperl-font-lock-fontify-region-function): Likewise.
4293         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4294                 Initialization of `cperl-font-lock-multiline-start' could be
4295                 missed if the "main" fontification did not run due to the
4296                 keyword being already fontified.
4297         (cperl-pod-spell): Return t from do-one-chunk function.
4298         (cperl-map-pods-heres): Stop when the worker returns nil.
4299                 Call `cperl-update-syntaxification'.
4300         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4301         (cperl-get-here-doc-delim): Remove unused function.
4303         After 5.11:
4305         The possible lockup of Emacs (introduced in 5.10) fixed.
4307         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4308         (cperl-syntaxify-for-menu): New customization variable.
4309         (cperl-select-this-pod-or-here-doc): New function.
4310         (cperl-get-here-doc-region): Extra argument.
4311                 Do not adjust pos by 1.
4313         New menu entries
4314                 (Perl/Tools): Selection of current POD or HERE-DOC section.
4315                 (Debugging CPerl:) backtrace on fontification.
4317         After 5.12:
4318         (cperl-cached-syntax-table): Use `car-safe'.
4319         (cperl-forward-re): Remove spurious argument SET-ST.
4320                 Add documentation.
4321         (cperl-forward-group-in-re): New function.
4322         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4323         (XXXX Temporary (?) hack is to syntax-mark them as comment).
4325         After 5.13:
4326         (cperl-string-syntax-table): Make { and } not-grouping
4327           (Sometimes they ARE grouping in RExen, but matching them would only
4328            confuse in many situations when they are not)
4329         (beginning-of-buffer): Replace two occurences with goto-char...
4330         (cperl-calculate-indent): `char-after' could be nil...
4331         (cperl-find-pods-heres): REx can start after "[" too.
4332                 Hightlight (??{}) in RExen too.
4333         (cperl-maybe-white-and-comment-rex): New constant
4334         (cperl-white-and-comment-rex): Likewise.
4335                 XXXX Not very efficient, but hard to make
4336                 better while keeping 1 group.
4338         After 5.13:
4339         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4340                 Likewise for 1 << identifier.
4342         After 5.14:
4343         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4344                 Error-less condition-case could fail.
4345         (cperl-font-lock-fontify-region-function): Likewise.
4346         (cperl-init-faces): Likewise.
4348         After 5.15:
4349         (cperl-find-pods-heres): Support property REx-part2.
4350         (cperl-calculate-indent): Likewise.
4351                 Don't special-case REx with non-empty 1st line.
4352         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4353                 Invert highlighting of charclasses:
4354                         now the envelop is highlighted.
4355                 Highlight many others 0-length builtins.
4356         (cperl-praise): Mention indenting and highlight in RExen.
4358         After 5.15:
4359         (cperl-find-pods-heres): Highlight capturing parens in REx.
4361         After 5.16:
4362         (cperl-find-pods-heres): Highlight '|' for alternation
4363         Initialize `font-lock-warning-face' if not present.
4364         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4365                          `font-lock-function-name-face'.
4366         (cperl-look-at-leading-count): Likewise.
4367         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4368                         `font-lock-keyword-face' (needed for
4369                         batch processing), etc...
4370                 Use `font-lock-builtin-face' for builtin in REx
4371                         Now `font-lock-variable-name-face'
4372                         is used for interpolated variables
4373                 Use "talking aliases" for faces inside REx
4374                 Highlight parts of REx (except in charclasses)
4375                         according to the syntax and/or semantic
4376                 Syntax-mark a {}-part of (?{}) as "comment"
4377                         (it was the ()-part)
4378                 Better logic to distinguish what is what in REx
4379         (cperl-tips-faces): Document REx highlighting
4380         (cperl-praise): Mention REx syntax highlight etc.
4382         After 5.17:
4383         (cperl-find-sub-attrs): Would not always manage to print error message.
4384         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4386         After 5.18:
4387         (cperl-find-pods-heres): Misprint in REx for parsing REx.
4388                 Very minor optimization.
4389                 `my-cperl-REx-modifiers-face' got quoted.
4390                 Recognize "print $foo <<END" as HERE-doc.
4391                 Put `REx-interpolated' text attribute if needed.
4392         (cperl-invert-if-unless-modifiers): New function.
4393         (cperl-backward-to-start-of-expr): Likewise.
4394         (cperl-forward-to-end-of-expr): Likewise.
4395         (cperl-invert-if-unless): Works in "the opposite way" too.
4396                 Cursor position on return is on the switch-word.
4397                 Indents comments better.
4398         (REx-interpolated): New text attribute.
4399         (cperl-next-interpolated-REx): New function.
4400         (cperl-next-interpolated-REx-0): Likewise.
4401         (cperl-next-interpolated-REx-1): Likewise.
4402         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
4403         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4404         (cperl-praise): Mention finded interpolated RExen.
4406         After 5.19:
4407         (cperl-init-faces): Highlight %$foo, @$foo too.
4408         (cperl-short-docs): Better docs for system, exec.
4409         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4410                 Would not find HERE-doc ended by EOF without NL.
4411         (cperl-short-docs): Correct not-doubled \-escapes.
4412         start block: Put some `defvar' for stuff gone from XEmacs.
4414         After 5.20:
4415         initial comment: Extend copyright, fix email address.
4416         (cperl-indent-comment-at-column-0): New customization variable.
4417         (cperl-comment-indent): Indentation after $#a would increasy by 1.
4418         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4419         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4420         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4421         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4422                         highlight $ in $foo too (UNTESTED).
4423         (cperl-set-style): Docstring missed some available styles.
4424         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4425                 Change "Current" to "Memorize Current".
4426         (cperl-indent-wrt-brace): New customization variable; the default is
4427                 as for pre-5.2 version.
4428         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4429         (cperl-style-alist): Likewise.
4430         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4431                 and `cperl-extra-newline-before-brace' etc
4432                 being t
4433         (cperl-indent-exp): Plans B and C to find continuation blocks even
4434                 if `cperl-extra-newline-before-brace' is t.
4436         After 5.21:
4437         Improve some docstrings concerning indentation.
4438         (cperl-indent-rules-alist): New variable.
4439         (cperl-sniff-for-indent): New function name
4440                 (separated from `cperl-calculate-indent').
4441         (cperl-calculate-indent): Separate the sniffer and the indenter;
4442                 uses `cperl-sniff-for-indent' now.
4443         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4444                 was inverted;
4445                 Support `comment-column' = 0.
4447 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
4449         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4450         * help-at-pt.el (scan-buf-move-to-region): Likewise.
4451         * longlines.el (longlines-window-change-function): Likewise.
4452         * simple.el (undo-ask-before-discard): Likewise.
4453         * wid-edit.el (widget-field-prompt-internal)
4454         (widget-documentation-link-p): Likewise.
4456 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4459         for a keyword.
4461 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4463         * newcomment.el (comment-valid-prefix-p): Make the check
4464         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
4465         (comment-indent-new-line): Adjust call.
4467 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
4469         * allout.el (allout-back-to-current-heading): Base on lower-level
4470         routines to get proper disqualification of aberrant topics.
4472 2006-10-09  Richard Stallman  <rms@gnu.org>
4474         * textmodes/two-column.el (2C-two-columns): Doc fix.
4476 2006-10-09  Kim F. Storm  <storm@cua.dk>
4478         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4479         about implicit use.
4481 2006-10-08  Richard Stallman  <rms@gnu.org>
4483         * textmodes/two-column.el (2C-two-columns): Doc fix.
4485 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4487         * files.el: Mark `buffer-read-only' as safe-local-variable.
4489 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
4491         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4492         Burp if GUD buffer has been killed.
4494 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * completion.el (add-completions-from-c-buffer):
4497         Don't presume an error's second element is a string.
4498         Use looking-at rather than buffer-substring + member.
4500 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
4502         * mail/rmail.el (rmail-redecode-body): If the old encoding is
4503         `undecided', call find-coding-systems-region to find a proper
4504         non-trivial encoding.
4505         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4506         and "text/plain".
4508 2006-10-07  Kevin Ryde  <user42@zip.com.au>
4510         * textmodes/reftex-vars.el (defgroup reftex): Update home page
4511         url-link.
4513         * strokes.el (defgroup strokes): Remove invalid url-link.
4515 2006-10-07  Magnus Henoch  <mange@freemail.hu>
4517         * autoinsert.el (auto-insert-alist): Doc fix.
4519 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4521         * mouse-sel.el (mouse-insert-selection-internal):
4522         Use insert-for-yank, so that yank handlers are run.
4524 2006-10-07  Kim F. Storm  <storm@cua.dk>
4526         * ido.el (ido-file-extension-aux): Fix comparison.
4528 2006-10-06  Kim F. Storm  <storm@cua.dk>
4530         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4532 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
4534         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4535         (ad-make-mapped-call): Use `let', not `let*'.
4537 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
4539         * international/mule-cmds.el (coding-system-change-eol-conversion):
4540         Ensure the coding system is initialized before calling
4541         coding-system-eol-type.
4543 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
4545         * textmodes/org.el (org-rm-props, org-activate-plain-links)
4546         (org-activate-angle-links, org-activate-dates)
4547         (org-activate-target-links, org-activate-camels)
4548         (org-activate-tags): Add `rear-nonsticky' text property to avoid
4549         textproperty keymaps from being active beyond the end of a line.
4550         (org-unfontify-region): Also remove `rear-nonsticky' property.
4552 2006-10-04  Kenichi Handa  <handa@m17n.org>
4554         * international/code-pages.el (next): Table fixed.
4556 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4558         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4559         that it's been made unnecessary by removing narrowing.
4561 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4563         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4564         control flow a bit, simplify another bit, and add comments.
4566 2006-10-03  David Kastrup  <dak@gnu.org>
4568         * help.el (describe-mode): For clicks on mode-line, use "@"
4569         interactive argument to get the major mode of the click instead of
4570         the current buffer.
4572         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4573         in order to better redirect mouse-2 clicks.  Also allow default
4574         bindings to apply.
4576 2006-10-03  Kim F. Storm  <storm@cua.dk>
4578         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
4579         (pushnew): Fix last change.
4581 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
4583         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4584         Use the interactive spec of `eval-expression'.
4586 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4588         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
4590 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4592         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
4593         2006-09-28 commit.
4595 2006-10-02  Kenichi Handa  <handa@m17n.org>
4597         * international/code-pages.el (iso-8859-6): Table fixed.
4599 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
4601         * dired.el (dired-build-subdir-alist): Fix previous change.
4603 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
4605         * simple.el (undo-elt-crosses-region): Fix the inequalities.
4607 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4609         * emacs-lisp/find-func.el (find-function-regexp): Don't match
4610         "define-button-type".
4612         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
4613         they don't keep accumulating.
4615 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4617         * ffap.el (ffap-rfc-path): Change the address of the RFC
4618         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
4620 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
4622         * allout.el (allout-expose-topic): Rectify implementation of "+"
4623         spec, so that bodies are not exposed with headlines.
4625 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
4627         * allout.el (allout-current-depth): Do aberrent check only at or
4628         below doublecheck depth.
4629         (allout-chart-subtree): Make it explicit that LEVELS being nil
4630         means unlimited depth.  Drop undocumented support for LEVELS value
4631         t meaning unlimited depth.  (This is consistent with
4632         allout-chart-to-reveal, but contrary to allout-show-children,
4633         which needs to use nil to default to depth of 1.)
4634         (allout-goto-prefix-doublechecked): Wrap long docstring line.
4635         (allout-chart-to-reveal): Be explicit in docstring about meaning
4636         of nil LEVELS, and drop support for LEVELS value t.
4637         (allout-show-children): Translate the level spec used by this
4638         routine to that used by allout-chart-subtree and
4639         allout-chart-to-reveal.
4640         (allout-show-to-offshoot): Retry once when stuck, after opening
4641         subtree - improvements in discontinuity handling likely will
4642         enable progress.
4644 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
4646         * wid-edit.el (widget-button-click-moves-point): New variable.
4647         (widget-button-click): If widget-button-click-moves-point is
4648         non-nil, set point after performing the button action
4650         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
4652 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
4654         * files.el (find-file-existing): Modify to not allow wildcards.
4656 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4658         * simple.el (undo-more): When undo information for the region is
4659         exhausted, say "No further undo information FOR REGION".
4661 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4663         * progmodes/sh-script.el (sh-prev-thing):
4664         Take `sh-leading-keywords' into account.
4666 2006-09-29  Glenn Morris  <rgm@gnu.org>
4668         * custom.el (defcustom): Doc fix.
4670         * calendar/calendar.el (european-calendar-style):
4671         Call european-calendar or american-calendar as needed when set.
4672         (diary-view-entries, list-calendar-holidays): Move autoloads
4673         before use.
4675 2006-09-29  Juri Linkov  <juri@jurta.org>
4677         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4678         to nil if there is no previous property change.
4680 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4682         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
4683         saving anything to be sure that `forward-sexp' behaves correctly.
4685 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
4687         * simple.el (line-move-finish): Ignore field boundaries if the
4688         initial and final points have the same `field' property.
4690 2006-09-29  Kim F. Storm  <storm@cua.dk>
4692         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
4693         to t while calling ido-read-internal.
4695 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
4697         * textmodes/org.el (org-file-remote-p): Get regexp from list.
4698         (org-archive-subtree): Remove erraneous `]' from character list.
4700 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
4702         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
4703         (ses-reconstruct-all): Make undo of "insert row" work by keeping
4704         markers for data-area and parameters-area.
4706 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4708         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
4710         * font-lock.el (font-lock-after-change-function): Refontify next line
4711         as well if end is at BOL.
4712         (font-lock-extend-jit-lock-region-after-change): Be more careful to
4713         only extend the region as much as needed.
4715 2006-09-28  Richard Stallman  <rms@gnu.org>
4717         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4719         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
4721         * international/mule.el (after-insert-file-set-coding):
4722         If VISIT, don't let set-buffer-multibyte make undo info.
4724 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
4726         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
4727         lines in base64-encoded authentication response.
4729 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4731         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
4732         (ebnf-version): New version 4.3.
4733         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
4734         (ebnf-prologue): Adjust PostScript programming.
4735         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
4736         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
4738 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         * jit-lock.el (jit-lock-force-redisplay): Rename from
4741         jit-lock-fontify-again, and undo the mistaken change I've just done.
4743         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
4744         (jit-lock-fontify-again): Don't refontify text that's not displayed.
4746 2006-09-26  Kenichi Handa  <handa@m17n.org>
4748         * startup.el (display-splash-screen): Allow a prefix argument.
4750 2006-09-25  Jason Rumney  <jasonr@gnu.org>
4752         * subr.el (shell-quote-argument): Use DOS logic for Windows
4753         shells with DOS semantics.
4755 2006-09-24  Richard Stallman  <rms@gnu.org>
4757         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
4758         (compilation-goto-locus): Use compilation-goto-locus-delete-o
4759         to delete the overlay.  Put it on pre-command-hook.
4761         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
4763         * startup.el (fancy-splash-screens, normal-splash-screen):
4764         Call the splash buffer *About GNU Emacs*.
4766         * simple.el (next-error-highlight, next-error-highlight-no-select):
4767         Default to 0.5.
4768         (yank-excluded-properties): Add `fontified'.
4770         * font-lock.el (font-lock-compile-keywords): Allow value of
4771         syntax-begin-function to enable paren-column-0 highlighting.
4773 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
4775         * dired.el (dired-build-subdir-alist): When file ends in colon,
4776         don't exit the loop, just disregard that file.
4778 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
4780         * simple.el (line-move-finish): Handle corner case for fields in
4781         continued lines.
4782         (line-move-1): Remove flawed test for that case.
4784 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
4786         * icomplete.el (icomplete-simple-completing-p): Use the correct
4787         name for the new variable, `icomplete-with-completion-tables'.
4788         (file local variables): Remove superfluous setting.
4790 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4792         * calendar/appt.el (appt-check): Fix typo for appointments just
4793         after midnight.
4795 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
4797         * help.el (describe-key-briefly, describe-key): Don't expect an
4798         extra up event if a down-event is generated by a popup menu.
4800 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
4802         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
4803         local dictionary when changing the global dictionary.
4805 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
4807         * icomplete.el (icomplete-with-completion-tables): List of
4808         specialized completion tables with which icomplete should
4809         operate.  Include the new `internal-complete-buffer', so icomplete
4810         works with interactive buffer-selection.
4811         (icomplete-simple-completing-p): Add acceptance of specialized
4812         completion tables listed in icomplete-with-completion-tables.
4814 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4816         * frame.el (focus-follows-mouse): Set default to nil on Mac.
4818         * startup.el (command-line): Use `custom-reevaluate-setting' for
4819         `focus-follows-mouse'.
4821 2006-09-22  Richard Stallman  <rms@gnu.org>
4823         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
4824         explain why Save is not available.
4826 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
4828         * woman.el (woman0-so): Use `let*', not `let'.
4829         (woman-horizontal-line): Remove unbalanced parenthesis.
4831 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * woman.el: Make sure all the end-of-region markers we use have
4834         a non-nil insertion-type.
4835         (woman0-so): Move things around so we can use copy-marker.
4836         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
4837         Adjust marker type.
4838         (woman2-process-escapes): Check marker type.
4839         (woman-horizontal-line): Dispense with the use of a marker.
4841 2006-09-22  Jay Belanger  <belanger@truman.edu>
4843         * calc/calc-lang.el: Add Greek letters to math-variable-table
4844         property of tex.
4846 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
4848         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
4850 2006-09-22  Masatake YAMATO  <jet@gyve.org>
4852         * add-log.el (add-log-current-defun): Use `forward-sexp'
4853         instead of `forward-word' to pick c++::symbol.
4854         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
4856 2006-09-22  Kenichi Handa  <handa@m17n.org>
4858         * bindings.el: Fix setting self-insert-command for multibyte
4859         characters in global-map.
4861 2006-09-21  David Kastrup  <dak@gnu.org>
4863         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
4864         doc string.
4866 2006-09-21  Kenichi Handa  <handa@m17n.org>
4868         * language/european.el ("Latin-1"): Add windows-1252 to
4869         coding-priority.
4870         ("German"): Likewise.
4872 2006-09-21  Kim F. Storm  <storm@cua.dk>
4874         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
4875         Suggested by Miles Bader.
4877         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
4878         instead of add-to-list in the simple case.
4880 2006-09-20  Kenichi Handa  <handa@m17n.org>
4882         * isearch.el (isearch-process-search-char): Cancel the previous change.
4883         (isearch-search-string): New function.
4884         (isearch-search): Use isearch-search-string.
4885         (isearch-lazy-highlight-search): Likewise.
4887 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4889         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4890         string to become an option.
4892 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4894         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4896 2006-09-20  Kim F. Storm  <storm@cua.dk>
4898         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4899         position t instead of trying both window-end and window-end - 1.
4901 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4903         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4904         hidden trees.
4906 2006-09-20  David Kastrup  <dak@gnu.org>
4908         * mouse.el (mouse-posn-property): Improve doc string.
4909         (mouse-on-link-p): Change buffers for function calls on links.
4911         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4912         buffer is read-only.
4914 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4916         * allout.el (allout-unprotected): Let inhibit-read-only only when
4917         buffer-read-only isn't set.
4918         (allout-annotate-hidden): Enable topic annotation during copies even
4919         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4920         advances, even when the span extends beyond the deletion region.
4921         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4922         rather than allout-exposure-changed-hook, as a stronger assertion.
4923         (allout-keybindings-list): Add bindings for
4924         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4925         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4926         Copy wrappers for allout-kill-line and allout-kill-topic.
4927         (allout-listify-exposed): Position correctly to accumulate lines.
4929 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4931         * simple.el (line-move-1): Escape field boundaries occurring
4932         exactly at point.  Update goal column if constrained to a field.
4933         (line-move-finish): Escape field boundaries occurring exactly at point.
4935 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4937         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4938         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4940 2006-09-19  Kim F. Storm  <storm@cua.dk>
4942         * help.el (describe-key-briefly, describe-key): Simplify printing
4943         of descriptions by using format and %S.  Fix "is undefined"
4944         messages to say "at that spot" for mouse events.
4946         * simple.el (line-move-partial): Optimize.  Try window-line-height
4947         before posn-at-point to get vpos of current line.
4949 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4951         * viper.el: Bump up version/date of update to reflect the substantial
4952         changes done in August 2006.
4954         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4955         are defined.
4957         * ediff-util.el (ediff-add-to-history): New function.
4959         * ediff.el: Use ediff-add-to-history instead of add-to-history.
4961 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4963         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
4964         Delete duplicate make-local-variable form.
4965         (conf-space-keywords): Add autoload cookie.
4966         Fix typo (`keywords', not `keyword').
4968 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4970         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
4971         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
4972         to x-gtk-use-old-file-dialog
4974 2006-09-18  Richard Stallman  <rms@gnu.org>
4976         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
4977         that might come in during mouse tracking.
4979 2006-09-18  Kim F. Storm  <storm@cua.dk>
4981         * simple.el (line-move-partial): Rework 2006-09-15 change to use
4982         new window-line-height function.  Further optimize by not calling
4983         pos-visible-in-window-p for window-end when window-line-height
4984         returns useful information.
4986 2006-09-16  Richard Stallman  <rms@gnu.org>
4988         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
4989         (conf-space-mode): Don't handle prefix arg.
4990         Delete conf-space-keywords-override code.
4991         Use add-hook.
4992         (conf-space-keywords): New command.
4993         (conf-space-mode-internal): Be careful with imenu-generic-expression.
4994         Delete conf-space-keywords-override code.
4995         (conf-space-keywords-alist): Doc fix.
4996         (conf-space-font-lock-keywords): Doc fix.
4997         (conf-space-keywords-override): Var deleted.
4999 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5001         * startup.el (fancy-splash-screens): Don't switch to the scratch
5002         buffer; it may not be the next buffer.
5004 2006-09-16  Romain Francoise  <romain@orebokech.com>
5006         * saveplace.el (load-save-place-alist-from-file): Use expanded name
5007         in both messages.
5009 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
5011         * progmodes/python.el (python-preoutput-filter):
5012         Fix arg order to string-match.
5014 2006-09-16  Richard Stallman  <rms@gnu.org>
5016         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5017         font-lock-compile-keywords.
5019         * font-lock.el (font-lock-compile-keywords): Rename optional arg
5020         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
5022 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5024         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5026         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5027         and the data doesn't look like UTF8, send STRING instead.
5029 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
5031         * textmodes/flyspell.el (flyspell-check-region-doublons):
5032         New function to detect duplicated words.
5033         (flyspell-large-region): Use it.
5035 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5037         * simple.el (line-move-to-column): Revert 2006-08-03 change.
5039 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5041         * help.el (describe-prefix-bindings): Use let, not let*.
5043 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
5045         * allout.el (allout-regexp, allout-line-boundary-regexp)
5046         (allout-bob-regexp): Correct grouping and boundaries to fix
5047         backwards traversal.
5048         (allout-depth-specific-regexp, allout-depth-one-regexp):
5049         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5050         worse time in allout-ascend.
5051         (allout-doublecheck-at-and-shallower): Identify depth threshold
5052         below which topics are checked for and disqualified by containment
5053         discontinuities.
5054         (allout-hotspot-key-handler): Correctly handle multiple-key
5055         strokes.  Remove some unused variables.
5056         (allout-mode-leaders): Clarify that mode-specific comment-start
5057         will be used.
5058         (set-allout-regexp): Correctly regexp-quote allout regexps to
5059         properly accept alternative header-leads and primary bullets with
5060         regexp-specific characters (eg, C "/*", mathematica "(*").
5061         Include new regular expressions among those configured.
5062         (allout-infer-header-lead-and-primary-bullet):
5063         Rename allout-infer-header-lead.
5064         (allout-recent-depth): Manifest as a variable as well as a function.
5065         (allout-prefix-data): Simplify into an inline instead of a macro,
5066         assuming current match data rather than being explicitly passed
5067         it.  Establish allout-recent-depth value as well as
5068         allout-recent-prefix-beginning and allout-recent-prefix-end.
5069         (allout-aberrant-container-p): True when an item's immediate
5070         offspring discontinuously contained.  Useful for disqualifying
5071         unintended topic prefixes, likely at low depths.
5072         (allout-goto-prefix-doublechecked): Elaborate version of
5073         allout-goto-prefix which disqualifies aberrant pseudo-items.
5074         (allout-pre-next-prefix): Layer on top of lower-level routines, to
5075         get disqualification of aberrant containers.
5076         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5077         containers.
5078         (allout-beginning-of-current-entry): Position at start of buffer
5079         when in container (depth 0) entry.
5080         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5081         (allout-current-bullet): Strip text properties.
5082         (allout-get-prefix-bullet): Use right match groups.
5083         (allout-beginning-of-line, allout-next-heading):
5084         Disqualify aberrant containers.
5085         (allout-previous-heading): Disqualify aberrant containers, and
5086         change to regular (rather than inline) function, to allow
5087         self-recursion.
5088         (allout-get-invisibility-overlay): Increment so progress is made
5089         when the first overlay is not the sought one.
5090         (allout-end-of-prefix): Disqualify aberrant containers.
5091         (allout-end-of-line): Cycle something like allout-beginning-of-line.
5092         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5093         outline.el outlines) functional again.  Change the primary bullet
5094         along with the header-lead - level 1 new-style bullets now work.
5095         Engage allout-before-change-handler in mainline Emacs, not just
5096         XEmacs, to do undo handling.
5097         (allout-before-change-handler): Expose undo changes occurring in
5098         hidden regions.  Use allout-get-invisibility-overlay instead of
5099         reimplementing it inline.
5100         (allout-chart-subtree): Use start rather than end of prefix in
5101         charts.  Use allout-recent-depth variable.
5102         (allout-chart-siblings): Disqualify aberrant topics.
5103         (allout-beginning-of-current-entry): Position correctly.
5104         (allout-ascend): Use new allout-depth-specific-regexp and
5105         allout-depth-one-regexp for linear instead of O(N^2) or worse
5106         behavior.
5107         (allout-ascend-to-depth): Depend on allout-ascend, rather than
5108         reimplementing an algorithm.
5109         (allout-up-current-level): Depend on allout-ascend, rather than
5110         reimplementing an algorithm.  Return to start-point if we fail.
5111         (allout-descend-to-depth): Use allout-recent-depth variable
5112         instead of function.
5113         (allout-next-sibling): On traversal of numerous intervening
5114         topics, resort to economical allout-next-sibling-leap.
5115         (allout-next-sibling-leap): Specialized version of
5116         allout-next-sibling that uses allout-ascend cleverly, to depend on
5117         a regexp search to leap large numbers of contained topics, rather
5118         than arbitrarily many one-by-one traversals.
5119         (allout-next-visible-heading): Disqualify aberrant topics.
5120         (allout-previous-visible-heading): Position consistently when
5121         interactive.
5122         (allout-forward-current-level): Base on allout-previous-sibling
5123         rather than (differently) reimplmenting the algorithm.  Remove some
5124         unused variables.
5125         (allout-solicit-alternate-bullet): Present default choice stripped
5126         of text properties.
5127         (allout-rebullet-heading): Use bullet stripped of text properties.
5128         Register changes using allout-exposure-change-hook.
5129         Disregard aberrant topics.
5130         (allout-shift-in): With universal-argument, make topic a peer of
5131         it's former offspring.  Simplify the code by separating out
5132         allout-shift-out functionality.
5133         (allout-shift-out): With universal-argument, make offspring peers
5134         of their former container, and its siblings.  Implement the
5135         functionality here, rather than inappropriately muddling the
5136         implementation of allout-shift-in.
5137         (allout-rebullet-topic): Respect additional argument for new
5138         parent-child separation function.
5139         (allout-yank-processing): Use allout-ascend directly.
5140         (allout-show-entry): Disqualify aberrant topics.
5141         (allout-show-children): Handle discontinuous children gracefully,
5142         extending the depth being revealed to expose them and posting a
5143         message indicating the situation.
5144         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5145         Leave cursor in correct position.
5146         (allout-hide-current-subtree): Use allout-ascend directly.
5147         Disqualify aberrant topics.
5148         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5149         a way that the yanks can restore it, as used to happen.
5150         (allout-yank-processing): Restore exposure layout as recorded by
5151         allout-kill-*, as used to happen.
5152         (allout-annotate-hidden, allout-hide-by-annotation): New routines
5153         for preseving and restoring exposure layout across kills.
5154         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5155         (allout-encrypt-string): Strip text properties.
5156         Rearranged order and outline-headings for some of the
5157         miscellaneous functions.
5158         (allout-resolve-xref): No need to quote the error name in the
5159         condition-case handler section.
5160         (allout-flatten): Classic recursive (and recursively intensive,
5161         without tail-recursion) list-flattener, needed by allout-shift-out
5162         when confronted with discontinuous children.
5164 2006-09-16  Jason Rumney  <jasonr@gnu.org>
5166         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5167         on ms-windows.
5168         (dnd-open-unc-file): Remove.
5169         (dnd-open-local-file): Mention in doc string that it also handles
5170         remote files if the system natively supports unc file-names.
5172 2006-09-15  Kim F. Storm  <storm@cua.dk>
5174         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5175         all necessary information about the event before erasing *Help*.
5177         * simple.el (line-move-partial): Use window-line-visiblity to
5178         quickly check whether last line is partially visible, and only do
5179         the hard (and slow) part in that case.
5181 2006-09-15  Jay Belanger  <belanger@truman.edu>
5183         * COPYING: Replace "Library Public License" by "Lesser Public
5184         License" throughout.
5186 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5188         * term/x-win.el (x-menu-bar-open): New function for F10.
5190 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
5192         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5193         Disallow filenames containing " -" to avoid confusion with libtool
5194         compilation messages.  Suggested by Stefan Monnier.
5196 2006-09-15  David Kastrup  <dak@gnu.org>
5198         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5199         instead of buffer position for `mouse-on-link-p'.
5201         * mouse.el (mouse-posn-property): New function looking up the
5202         properties at a click position in overlays and text properties in
5203         either buffer or strings.
5204         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5205         of both `follow-link' as well as `mouse-face' properties.
5206         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5207         buffer position.
5209         * help.el (describe-key-briefly): When reading a down-event on
5210         mode lines or scroll bar, swallow the following up event, too.
5211         Use the new mouse sensitity of `key-binding' for lookup.
5212         (describe-key): The same here.
5214 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
5216         * play/life.el (life-patterns): Add a few more interesting patterns.
5217         (life-setup): Force `show-trailing-whitespace' to nil.
5219 2006-09-14  Richard Stallman  <rms@gnu.org>
5221         * startup.el (fancy-splash-text): Change text to improve alignment.
5222         (fancy-splash-screens): Don't set non-standard tab width.
5223         Bind cursor-type temporarily, and make it easy to patch to
5224         preserve the splash buffer.
5225         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5226         (fancy-splash-screens): Display echo-area message explicitly.
5227         Don't set fancy-splash-help-echo.
5229         * simple.el (line-number-mode): Group mode-line instead of
5230         editing-basics.
5231         (column-number-mode, size-indication-mode): Likewise.
5233         * faces.el (mode-line-faces): Group mode-line instead of modeline.
5235         * time.el (display-time): Group mode-line instead of modeline.
5237         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
5239 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
5241         * startup.el (fancy-splash-text): Move editing instructions to
5242         fancy-splash-head.
5243         (fancy-splash-head): Issue editing instructions.
5244         (fancy-splash-screens): Fixup whitespace.
5246 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5248         * bindings.el (mode-line-buffer-identification-keymap):
5249         Remove duplicate line.
5251 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5253         * ido.el (ido-ignore-item-p): Allow any kind of functions in
5254         ignore lists.
5256 2006-09-14  Kim F. Storm  <storm@cua.dk>
5258         * jit-lock.el (jit-lock-fontify-again): New function.
5259         (jit-lock-fontify-now): Use it instead of lambda form.
5261 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
5263         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5264         (flyspell-auto-correct-word): Make ispell-filter local to these
5265         functions.  Check that ispell-filter has new stuff before calling
5266         ispell-parse-output.
5268 2006-09-13  Kim F. Storm  <storm@cua.dk>
5270         * simple.el (line-move-partial): Optimize.
5272 2006-09-13  Richard Stallman  <rms@gnu.org>
5274         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5275         Delete spurious backquote.
5277 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5279         * net/rcirc.el (rcirc-print): Fix last change.
5281 2006-09-12  Jay Belanger  <belanger@truman.edu>
5283         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5285 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5287         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5288         rcirc-show-maximum-output.
5289         (rcirc-mode): Remove window-scroll-function hook.
5290         (rcirc-scroll-to-bottom): Remove function.
5291         (rcirc-print): Recenter so point stays at the bottom of the window
5292         if point was already there.
5294 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5296         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5297         not to "t".
5298         * progmodes/compile.el (compilation-start): Likewise.
5299         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5300         Don't use expand-file-name on invocation-directory, since this
5301         might mishandle special characters in invocation-directory.
5303 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5305         * pcvs-defs.el: Remove * in defcustom's docstrings.
5307 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
5309         * progmodes/compile.el (compilation-directory-properties):
5310         Doc fix for help-echo.
5312 2006-09-12  Lars Hansen  <larsh@soem.dk>
5314         * desktop.el (desktop-read): Add comment.
5316 2006-09-12  Kim F. Storm  <storm@cua.dk>
5318         * simple.el (next-error-highlight, next-error-highlight-no-select):
5319         Fix spelling error.
5321         * subr.el (sit-for): Rework to use input-pending-p and cond.
5322         Return nil input is pending on entry also for SECONDS <= 0.
5323         (while-no-input): Use input-pending-p instead of sit-for.
5325 2006-09-11  Richard Stallman  <rms@gnu.org>
5327         * simple.el (next-error-highlight, next-error-highlight-no-select):
5328         Fix custom type and doc strings.
5330 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5332         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5333         (diff-apply-hunk): Use it to ask for confirmation.
5335 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5337         * emacs-lisp/cl.el (pushnew): Add missing `,'.
5339 2006-09-11  David Kastrup  <dak@gnu.org>
5341         * help.el (string-key-binding, describe-key-briefly)
5342         (describe-key): Remove `string-key-binding' and its callers since
5343         `key-binding' already caters for the proper lookup now.
5345 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5347         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5348         (cfengine-mode): Use it.  Fix \ syntax to be like /.
5350         * bindings.el (mode-line-buffer-identification-keymap):
5351         Move initialization into declaration.
5353 2006-09-10  Kim F. Storm  <storm@cua.dk>
5355         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5356         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5357         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5358         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5360 2006-09-10  Richard Stallman  <rms@gnu.org>
5362         * dired-aux.el: Handle errors in recursive copy usefully.
5363         (dired-create-files-failures): New variable.
5364         (dired-copy-file): Remove condition-case.
5365         (dired-copy-file-recursive): Check for errors on all file
5366         operations, and add them to dired-create-files-failures.
5367         Check file file-date-erorr here too.
5368         (dired-create-files): Check dired-create-files-failures
5369         and report those errors too.
5371         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5373         * subr.el (add-to-list): New argument COMPARE-FN.
5375 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5377         * filecache.el (file-cache-add-directory)
5378         (file-cache-add-directory-list, file-cache-add-file)
5379         (file-cache-add-directory-using-find)
5380         (file-cache-add-directory-using-locate)
5381         (file-cache-add-directory-recursively): Add autoloads.
5383 2006-09-09  Richard Stallman  <rms@gnu.org>
5385         * textmodes/conf-mode.el (conf-space-mode):
5386         Use hack-local-variables-hook instead of calling hack-local-variables.
5387         (conf-space-keywords-override): New variable.
5388         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
5389         (conf-space-mode): Always make conf-space-keywords and
5390         conf-space-keywords-override local.
5391         Call conf-space-mode-internal directly as well as via hook.
5393 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5395         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5396         quasi-keywords.
5398 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5401         (python-send-string): Be slightly more careful about adding \n.
5403         * startup.el (normal-splash-screen): Don't display the buffer if we'll
5404         kill it right away anyway.
5406 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
5408         * international/codepage.el (cp850-decode-table): Fix a few codes.
5409         (cp858-decode-table): New variable.
5411 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5413         * net/ldap.el (ldap-search-internal): Doc fix.
5415 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5417         * play/life.el (life-display-generation): Test for input manually if
5418         `sleeptime' is negative or null.
5420         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5421         (print-region-1): Substitute `%s' with the page title.
5423 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
5425         * locate.el (locate-current-search): New variable.
5426         (locate): Set buffer local value.  Use current buffer if it is
5427         in Locate mode.
5428         (locate-mode): Disable undo here.
5429         (locate-do-setup): Use locate-current-filter from buffer to be killed.
5430         (locate-update): Use locate-current-search and locate-current-filter.
5432 2006-09-08  David Kastrup  <dak@gnu.org>
5434         * desktop.el (desktop-read): When loading a desktop, disable
5435         saving it while the load progresses, and switch off a pending lazy
5436         load by calling `desktop-lazy-abort'.
5438 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
5440         * window.el (mouse-autoselect-window-timer)
5441         (mouse-autoselect-window-position)
5442         (mouse-autoselect-window-window)
5443         (mouse-autoselect-window-now): New vars.
5444         (mouse-autoselect-window-cancel)
5445         (mouse-autoselect-window-select)
5446         (mouse-autoselect-window-start): New functions.
5447         (handle-select-window): Call `mouse-autoselect-window-start' when
5448         delayed window autoselection is enabled.
5450         * cus-start.el (mouse-autoselect-window): Handle delayed window
5451         autoselection.
5453         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5454         commands after which it is allowed to print in the echo area.
5456 2006-09-08  Richard Stallman  <rms@gnu.org>
5458         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5460         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5461         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5463         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5464         (cancel-timer-internal): Add doc string.
5465         (cancel-function-timers): Doc fix.
5466         (with-timeout-handler, timer-event-last*): Add doc strings.
5468         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5470         * files.el (risky-local-variable-p): Match ...-bindat-spec.
5472         * dired.el (dired-log-summary): Add doc string.
5474         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5475         (custom-group-menu-create): Not here.
5477 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
5479         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5481 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5483         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5484         (mac-apple-event-map): Define its handler.
5486 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5488         * net/ldap.el (ldap-search-internal): Handle `auth' key.
5490 2006-09-07  Magnus Henoch  <mange@freemail.hu>
5492         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5493         clause.
5495 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5497         * info.el (Info-index): Bind completion-ignore-case.
5499 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5501         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5502         previous commit.
5503         (inferior-prolog-guess-flavor): New fun left out of previous commit.
5504         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5505         burp in dedicated windows.
5506         (inferior-prolog-self-insert-command): New command.
5507         (inferior-prolog-mode-map): Use it.
5509 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5511         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5513         * international/code-pages.el: Add cp858.
5515 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5517         * dnd.el: Fix bootstrapping.
5519 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5521         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5522         (dnd-open-remote-url): New function.
5523         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5524         not windows-nt.
5526 2006-09-07  Jason Rumney  <jasonr@gnu.org>
5528         * dnd.el (dnd-open-remote-file-function): New variable.
5529         (dnd-open-unc-file): New function.
5530         (dnd-open-file): Call dnd-open-remote-file-function if set.
5532 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5534         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5535         pgg-passphrase-coding-system rather than locale-coding-system.
5536         * pgg-def.el (pgg-passphrase-coding-system): New user option.
5538 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * progmodes/prolog.el: Remove * in docstrings.
5541         (prolog-program-name): Add SWI prolog.
5542         (prolog-mode-menu): New menu.
5543         (prolog-mode): Set comment-add.
5544         (prolog-indent-line): Simplify.  Use indent-line-to.
5545         (inferior-prolog-buffer): New var.
5546         (inferior-prolog-run, inferior-prolog-process): New funs.
5547         (run-prolog, switch-to-prolog): Rewrite, using them.
5548         (prolog-consult-region): Use inferior-prolog-buffer.
5549         (inferior-prolog-load-file): New function.
5550         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5552         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5553         last word, if it's not the end of the paragraph.
5555         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5556         file name.
5558 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
5560         * frame.el (display-mm-dimensions-alist): New defcustom.
5561         (display-mm-height, display-mm-width): Use it.
5563 2006-09-06  Simon Josefsson  <jas@extundo.com>
5565         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5567 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
5569         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5570         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5571         string values.
5573 2006-09-06  Kim F. Storm  <storm@cua.dk>
5575         * simple.el (line-move-partial): New function to do vscrolling for
5576         partially visible images / tall lines.  Rewrite based on code
5577         previously in line-move.  Simplify backwards vscrolling.
5578         (line-move): Use it.  Simplify.
5580 2006-09-05  Kim F. Storm  <storm@cua.dk>
5582         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
5584 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
5586         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5587         Process the `gcc-include' after the `gnu' rule.
5589 2006-09-05  Kim F. Storm  <storm@cua.dk>
5591         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
5593 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5595         * pgg.el (pgg-clear-string): Alias to clear-string for backward
5596         compatibility.
5598         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
5599         inhibit-redisplay; encode passphrase with locale-coding-system.
5601 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5603         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
5605 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
5607         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5608         (gdb-var-list-children-regexp): Make type field optional.
5610         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
5611         e.g public, protected in C++.
5613 2006-09-04  John Paul Wallington  <jpw@pobox.com>
5615         * simple.el (completion-show-help): New defcustom.
5616         (completion-setup-function): Heed it.
5618 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5620         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
5622 2006-09-04  Richard Stallman  <rms@gnu.org>
5624         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
5625         (rsf-min-region-to-spam-list): Doc fix.
5626         (rsf-add-content-type-field): Doc fix.
5628         * simple.el (kill-region): Explicitly test there is a region.
5630 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5632         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
5633         sendmail in several common directories.
5635         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
5637         * paths.el (sendmail-program): Removed.
5639 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
5641         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
5642         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
5643         http://article.gmane.org/gmane.emacs.gnus.general/50457
5645 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
5647         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
5648         mark after running the menu filter.
5650 2006-09-03  Juri Linkov  <juri@jurta.org>
5652         * international/quail.el (quail-defrule-internal): Add a check
5653         if a key is a vector.
5655 2006-09-02  Juri Linkov  <juri@jurta.org>
5657         * man.el (Man-topic-history): New variable.
5658         (man): Use it.
5660         * woman.el (woman-topic-history): Change defvar to defvaralias
5661         for symbol `Man-topic-history'.
5663         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
5664         `comint-last-output-start' is a marker by using `markerp' and
5665         check if it has a position by using `marker-position', and use
5666         this position for `goto-char'.
5668         * international/quail.el (quail-defrule-internal): Add missing
5669         `error' call for null key.
5671 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
5673         * rcirc.el (rcirc-keywords): New variable.
5674         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5675         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
5676         variables.
5677         (rcirc-responses-no-activity): New function.
5678         (rcirc-handler-generic): Check for responses in above.
5679         (rcirc-process-command): Add ?: character to arguments of raw
5680         server commands.
5681         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
5682         `rcirc-dim-nicks'.
5683         (rcirc-gray-toggle): Remove unused variable.
5684         (rcirc-print): Remove some tracking logic, which is moved into
5685         markup functions.
5686         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
5687         types.
5688         (rcirc-activity-string): Look for 'keyword in activity-types.
5689         (rcirc-window-configuration-change): Don't erase overlay-arrow
5690         unnecessarily.
5691         (rcirc-add-or-remove): New function.
5692         (rcirc-cmd-ignore): Use it.
5693         (rcirc-message-leader): Remove unused function.
5694         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
5695         (rcirc-add-face): New function.
5696         (rcirc-facify): Use rcirc-add-face.
5697         (rcirc-url-regexp): Add parens.
5698         (rcirc-map-regexp): Remove function.
5699         (rcirc-mangle-regexp): Remove function.
5700         (rcirc-markup-text-functions): New variable.
5701         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
5702         (rcirc-markup-body-text, rcirc-markup-attributes)
5703         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
5704         (rcirc-markup-bright-nicks): New markup handler functions.
5705         (rcirc-nick-in-message-full-line): New face.
5706         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
5707         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
5709 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
5711         * cus-start.el (hscroll-margin, hscroll-step)
5712         (mode-line-in-non-selected-windows, mouse-autoselect-window)
5713         (x-use-underline-position-properties): Change version to "22.1"
5714         since they will appear there for the first time.
5716 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5718         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
5720 2006-08-31  Richard Stallman  <rms@gnu.org>
5722         * cus-edit.el (custom-save-variables): Slight cleanup.
5723         (Custom-no-edit): Renamed from custom-no-edit.
5724         (Custom-newline): Renamed from custom-newline.
5725         (custom-mode-map): Use new names.
5727         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
5728         about customization, rather than M-x customize, in the doc string
5729         made for the defcustom.
5731         * emacs-lisp/trace.el (trace-function-background): Doc fix.
5733 2006-08-31  Romain Francoise  <romain@orebokech.com>
5735         * dired-x.el (dired-guess-shell-alist-default): Update.
5737 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
5739         * custom.el (custom-theme-set-variables): Autoload packages before
5740         sorting the variables.
5742 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
5744         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
5745         chars if XEmacs.
5746         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
5748 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * progmodes/python.el (python-eldoc-function): Re-enable quit while
5751         waiting for process.
5753 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5755         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
5756         results in ASCII-only string, encode original one directly.
5758 2006-08-29  Romain Francoise  <romain@orebokech.com>
5760         * startup.el (normal-splash-screen, fancy-splash-screens):
5761         Make buffer read-only and arrange to enter view mode if necessary.
5763 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5765         * hl-line.el (hl-line): New face.
5766         (hl-line-face): Use it.
5768         * image-mode.el (image-mode): Fix last fix.
5769         Suggested by Kim F. Storm.
5771 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
5773         Sync with Tramp 2.0.54.
5775         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
5776         of `=', because `tramp-get-remote-gid' might not always return an
5777         integer when expected.
5778         (tramp-register-file-name-handlers): `partial-completion-mode' is
5779         unknown to XEmacs.
5780         (tramp-time-diff): Don't use `floor', it might fail for large
5781         differences.
5782         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
5783         `tramp-auto-save-directory' if unset in order to guarantee unique
5784         auto-save file names.
5786 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5788         * image-mode.el (image-mode): Display image as text on a terminal.
5790 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5792         * progmodes/python.el (python-send-command): Simplify.
5793         (run-python): Don't generate a new buffer unless `new' was specified.
5794         Make sure we send `import emacs' to the proper process.
5796         * progmodes/python.el (python-send-command): Don't wait for the command
5797         to terminate.  Don't fiddle with compilation-parsing-end.
5799 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5801         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5802         Insert commentary after first line summary.
5804         * woman.el (woman-follow): New function, based on `man-follow'.
5805         (woman-mode-map): Use it.
5807         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
5808         since ibuffer-do-sort-by-recency does not define a sorter.
5810 2006-08-28  Kim F. Storm  <storm@cua.dk>
5812         * find-dired.el (find-dired): Use shell-quote-argument to properly
5813         escape ( and ) args.  Also use it on {} and ; args in default
5814         value of find-ls-option string.
5815         (find-grep-dired): Use shell-quote-argument on {} and ; args.
5817 2006-08-27  Michael Olson  <mwolson@gnu.org>
5819         * emacs-lisp/tq.el: Small grammar fix in comments.
5820         (tq-enqueue): Check for existence of queue rather than the
5821         head queue item's question, which was a no-op.
5822         (tq-filter, tq-process-buffer): Make sure the process buffer
5823         exists before making it the current buffer.
5825 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5827         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
5828         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
5829         (special-event-map): Apply 2006-08-16 change for x-win.el.
5831 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * progmodes/python.el (python-send-receive): Wait in the
5834         process's buffer so as to check the right buffer-local variables.
5836 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
5839         (defgroup checkdoc): Move to beginning.
5841         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
5842         (python-preoutput-continuation): Remove.
5843         (python-preoutput-filter): Simplify correspondingly.
5844         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
5845         Loop around to catch embedded _emacs_out output.
5846         (run-python): Send the import&print command on a single line.
5847         (python-send-command): Send command&print on a single line.
5848         (python-send-string): Only add double \n if needed.
5849         (python-send-receive): Loop until the result comes.
5850         (python-mode-running): Defvar it.
5851         (python-setup-brm): Remove unused var `menu'.
5852         Only bind py-mode-map and `features' around brm-init.
5853         (python-calculate-indentation): Remove unused var `point'.
5854         (python-beginning-of-defun): Remove unused var `def-line'.
5856 2006-08-25  Richard Stallman  <rms@gnu.org>
5858         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
5860 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5862         * viper.el (viper-set-hooks): Use frame bindings for
5863         viper-vi-state-cursor-color.
5864         (viper-non-hook-settings): Don't set default
5865         mode-line-buffer-identification.
5867         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
5868         (viper-set-cursor-color-according-to-state)
5869         (viper-get-saved-cursor-color-in-replace-mode)
5870         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
5871         viper-emacs-state-cursor-color.
5873         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
5874         (viper-undo): Use point if undo-beg-posn is nil.
5875         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
5876         (viper-after-change-undo-hook): Don't use
5877         viper-emacs-state-cursor-color by default.
5878         (viper-undo): More sensible positioning after undo.
5880         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
5881         (viper-emacs-state-cursor-color): Default to nil, since this feature
5882         doesn't work well yet.
5884         * ediff-mult.el (ediff-intersect-directories)
5885         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
5886         always expand filenames.
5888 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * tumme.el: Remove * in defcustoms's docstrings.
5892 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5894         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5895         Accept internal time format for SECS arg.
5896         (timer-relative-time): Doc fix.
5898         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5899         adapted from Martin Rudalics.
5900         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5901         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5902         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5903         using sit-for.
5905 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5907         * cus-start.el (all): Add `overline-margin' and
5908         `x-underline-at-descent-line'.
5910 2006-08-24  Kim F. Storm  <storm@cua.dk>
5912         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5913         to mean "use find -exec"; nil now unambiguously means auto-detect.
5914         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5915         Use shell-quote-argument to build grep-find-command and
5916         grep-find-template.
5917         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5918         Reported by Tom Seddon.
5920 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5922         * startup.el (fancy-splash-head): Give instructions for dismissing
5923         the splash screen for default startup too.
5924         (display-startup-echo-area-message, fancy-splash-screens)
5925         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5926         all splash text at once and keep the splash buffer around.
5927         (command-line-1): Give display-startup-echo-area-message a t arg.
5929 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5931         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5932         gnus frame is selected.
5934 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5936         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5938 2006-08-22  Kim F. Storm  <storm@cua.dk>
5940         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5941         Add suffix matching for subdirs.
5943 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5945         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5946         mouse-yank-at-point is non-nil.
5948 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5950         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5951         a bit wider and remove fringes to fit initial output on line.
5953 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * frame.el (blink-cursor-end): Only ignore the error we care about.
5956         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
5958 2006-08-21  Richard Stallman  <rms@gnu.org>
5960         * whitespace.el (whitespace-cleanup): Doc fix.
5962 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
5964         * net/rcirc.el (rcirc-show-maximum-output): New var.
5965         (rcirc-buffer-process): If no buffer argument is supplied, use
5966         current-buffer.
5967         (rcirc-complete-nick): Complete to the last completed nick first.
5968         (rcirc-mode): Preserve the value of `rcirc-urls' across
5969         connections.  Setup scroll function.
5970         (rcirc-scroll-to-bottom): New function.
5971         (rcirc-print): Use nick syntax around regexp work.
5972         Notice dim-nicks speaking only if they say our nick.
5973         (rcirc-update-activity-string): Do not show the modeline indicator
5974         if there are no live rcirc processes.
5975         (rcirc-cmd-ignore): Ignore case.
5976         (rcirc-browse-url-at-point): Fix off-by-one error.
5978 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5980         * progmodes/python.el: Remove * in defcustom docstrings.
5981         (run-python, python-proc, python-try-complete): Use derived-mode-p.
5982         (python-mode): Set tab-width and indent-tabs-mode.
5984 2006-08-20  Dave Love  <fx@gnu.org>
5986         * progmodes/python.el: Update to Dave Love's latest version.
5987         (python-font-lock-keywords, python-mode): Don't use
5988         font-lock-syntax-table, but match symbol elements explicitly instead.
5989         (python-mode-map): Add help, and a few more key bindings.
5990         (python-skip-comments/blanks): Move out of comments as well.
5991         (python-continuation-line-p): Behave better with unbalanced parens.
5992         (python-blank-line-p): New fun.
5993         (python-open-block-statement-p): Don't use a heuristic.
5994         (python-outdent-p): Better handle blocks-in-the-same-line.
5995         (python-calculate-indentation): Misc improvements.
5996         (python-comment-indent): Remove.
5997         (python-block-pairs): New var.
5998         (python-first-word): New fun.
5999         (python-indentation-levels): Handle more common cases.
6000         (python-indent-line-1): Add `leave' argument.
6001         (python-indent-region): New fun.
6002         (python-skip-out): New fun.
6003         (python-beginning-of-statement, python-end-of-statement): Use it.
6004         (python-next-statement): Return correct count even at eob.
6005         (python-end-of-block): Fix paren-typo.
6006         (python-imenu-create-index): Add module variables.
6007         (run-python): Add `new' arg.
6008         Check we're at a prompt before returning.
6009         (python-send-command): Move to end of buffer.
6010         Wait for prompt to return.
6011         (python-set-proc): New fun.
6012         (python-imports): New var.
6013         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
6014         (python-eldoc-function): Try to move out of arg list.
6015         (python-outline-level): Offset by 1.
6016         (python-find-imports): New fun.
6017         (python-symbol-completions): Use python-imports.
6018         (python-module-path, ffap-alist): Add support for ffap.
6019         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6020         (python-insert-*, python-default-template, python-expand-template):
6021         Add templates/skeletons.
6022         (python-setup-brm): Support for Bicycle Repair Man.
6023         (python-abbrev-syntax-table): New var.
6024         (python-abbrev-pc-hook, python-pea-hook): New funs.
6026 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
6028         * frame.el (blink-cursor-start): Set timer first.
6029         (blink-cursor-end): Ignore timer cancelling errors.
6030         Suggested by Ken Manheimer.
6032 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
6034         * newcomment.el (comment-box): Call `comment-normalize-vars'.
6035         Add autoload cookie.
6037 2006-08-20  Richard Stallman  <rms@gnu.org>
6039         * simple.el (line-number-at-pos): Doc fix.
6041         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6042         timer-activate-when-idle, so timer can run before Emacs becomes
6043         non-idle again.
6045 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6047         * whitespace.el (whitespace-cleanup-internal): New optional arg
6048         REGION-ONLY.  If it's non-nil, modify the message to the user
6049         accordingly.
6050         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6051         a non-nil argument.
6053 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
6055         * rect.el (spaces-string): Simplify and add doc string.
6057 2006-08-17  Romain Francoise  <romain@orebokech.com>
6059         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6061 2006-08-17  Richard Stallman  <rms@gnu.org>
6063         * compare-w.el (compare-windows): lambda's take an arg and pass
6064         it to compare-windows-skip-whitespace.
6066 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
6068         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6069         the right buffer.
6071 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6073         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6074         removed files.
6076 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
6078         * progmodes/gdb-ui.el (gdb-locals-watch-map)
6079         (gdb-locals-watch-map-1): Suppress keymap first.
6080         (gdb-edit-locals-map-1): New variable.
6081         (gdb-edit-locals-value): New function.
6082         (gdb-stack-list-locals-handler): Use them.
6084 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6086         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6087         cursor would normally be drawn in the fringe.
6089         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6090         Reported by Martin Rudalics <rudalics@gmx.at>.
6092 2006-08-16  Richard Stallman  <rms@gnu.org>
6094         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6095         (special-event-map): Process drag-n-drop events this way.
6097         * simple.el (move-beginning-of-line): Test whether fields
6098         would prevent motion back to line's first visible character.
6099         If so, stop where the fields would stop the motion.
6101         * newcomment.el (comment-indent): Fully update INDENT
6102         before checking to see if it will change the text.
6104         * cus-edit.el (custom-newline): New function.
6105         (custom-mode-map): Bind newline to custom-newline.
6107         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6108         into ignore-whitespace.
6109         Check each buffer for its skip-function.
6110         Handle compare-windows-skip-whitespace special-case test
6111         by returning t from default skip function.
6113 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6115         * textmodes/org.el (org-clock-special-range)
6116         (org-clock-update-time-maybe): New functions.
6117         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6118         not only a-z.
6119         (org-agenda-get-blocks): Allow multiple blocks per headline.
6120         (org-timestamp-change): Call `org-clock-update-time-maybe'.
6121         (org-export-html-title-format)
6122         (org-export-html-toplevel-hlevel): New options.
6123         (org-export-language-setup): Add support for Czech.
6124         (org-mode, org-insert-todo-heading, org-find-visible)
6125         (org-find-invisible, org-invisible-p, org-invisible-p2)
6126         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6127         (org-show-subtree, org-show-entry, org-make-options-regexp):
6128         Remove compatibility support for old outline-mode.
6129         (org-check-occur-regexp): Funtion removed.
6130         (org-on-heading-p, org-back-to-heading): Made defalias.
6131         (org-set-local): New defsubst.
6132         (org-set-regexps-and-options, org-mode)
6133         (org-set-font-lock-defaults, org-edit-agenda-file-list)
6134         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6135         (org-remember-apply-template, org-table-edit-field)
6136         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6137         (org-set-autofill-regexps): Use `org-set-local'.
6138         (org-table-eval-formula): Fix bug with parsing of display flags.
6140 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
6142         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6143         frame with fringe arrow.  Suggested by Simon Marshall
6144         <simon.marshall@misys.com>.
6145         (gdb-stack-position): New variable.
6146         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6147         (gdb-frames-mode): Set gdb-stack-position to nil.
6148         Add to overlay-arrow-variable-list
6149         (gdb-reset): Delete gdb-stack-position from above list.
6151 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6153         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6154         read only.
6156 2006-08-13  Romain Francoise  <romain@orebokech.com>
6158         * cus-theme.el (customize-create-theme)
6159         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6161         * filesets.el (filesets-add-buffer): Ditto.
6163         * pcvs.el (cvs-change-cvsroot): Ditto.
6165 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
6167         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6168         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6169         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6170         expressions.
6171         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6172         Only search till end of line.
6173         Add face to function names in case of no filename.
6174         Add face to variable names of watchpoints.
6176 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6178         * cus-start.el <indent-tabs-mode>: Move to the `indent'
6179         customization group.
6181 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
6183         * allout.el (allout-prior-bindings, allout-added-bindings):
6184         Remove, after long deprecation.
6185         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6186         Add customization vars controlling allout-beginning-of-line and
6187         allout-end-of-line conveniences.
6188         (allout-header-prefix, allout-use-mode-specific-leader)
6189         (allout-use-mode-specific-leader, allout-mode-leaders):
6190         Revise docstrings.
6191         (allout-infer-header-lead): Change to be an alias for
6192         allout-infer-header-lead-and-primary-bullet.
6193         (allout-infer-header-lead-and-primary-bullet): New version of
6194         allout-infer-header-lead which assigns the primary bullet to the
6195         same as the header lead, when its being changed.
6196         (allout-infer-body-reindent): Apply regexp-quote instead of
6197         unconditionally prepending "\\", so that all literal
6198         allout-header-prefix and allout-primary-bullet strings are
6199         properly handled.
6200         (allout-add-resumptions): Add optional qualifier for extending or
6201         appending to existing values, rather than replacing them.
6202         (allout-view-change-hook): Clarify docstring.
6203         (allout-exposure-change-hook): Take explicit arguments, via
6204         run-hook-with-args.
6205         (allout-structure-added-hook)
6206         (allout-structure-deleted-hook)
6207         (allout-structure-shifted-hook): New hooks analogous to
6208         allout-exposure-change-hook for other kinds of structural outline
6209         edits.
6210         (allout-encryption-plaintext-sanitization-regexps): New encryption
6211         customization variable, by which cooperating modes can provde
6212         massage of the plaintext without actually being passed it.
6213         (allout-encryption-ciphertext-rejection-regexps)
6214         (allout-encryption-ciphertext-rejection-ceiling): New encryption
6215         customization variables, by which cooperating modes can prohibit
6216         rare but possible ciphertext patterns from fouling their
6217         operation, with actually being passed the ciphertext.
6218         (allout-mode): Run activation and deactivation hooks after the
6219         minor-mode variable has been toggled, to clarify the mode
6220         disposition.  The new encryption ciphertext rejection variable is
6221         used to ensure that the ciphertext does not contain text that
6222         would be recognized as outline structural elements by allout.
6223         Substite allout-beginning-of-line and allout-end-of-line for
6224         conventionall beginning-of-line and end-of-line bindings.
6225         If allout-old-style-prefixes is non-nil, don't nullify it on mode
6226         activation!
6227         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6228         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6229         (allout-chart-subtree): Implement new mode, charting only the
6230         visible items in the subtree, when new 'visible' parameter is non-nil.
6231         (allout-end-of-subtree): Properly handle the last item in the buffer.
6232         (allout-pre-command-business, allout-command-counter):
6233         Increment an advertised counter so that cooperating enhancements can
6234         track revisions of items.
6235         (allout-open-topic): Run allout-structure-added-hook with suitable
6236         arguments.
6237         (allout-shift-in): Run allout-structure-shifted-hook with suitable
6238         arguments.
6239         (allout-shift-out): Fix doubling for negative args and ensure call
6240         of allout-structure-shifted-hook by solely using allout-shift-in.
6241         (allout-kill-line, allout-kill-topic):
6242         Run allout-structure-deleted-hook with suitable arguments.
6243         (allout-yank-processing): Run allout-structure-added-hook with
6244         proper arguments.
6245         (allout-yank): Enclose activity in allout-unprotected.
6246         (allout-flag-region): Run allout-exposure-change-hook with
6247         suitable arguments, instead of making the callee infer the arguments.
6248         (allout-encrypt-string):
6249         Support allout-encryption-plaintext-sanitization-regexps,
6250         allout-encryption-ciphertext-rejection-regexps, and
6251         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
6252         en/de cryption mode in symmetric encryption failure message.
6253         (allout-obtain-passphrase): Use copy-sequence to get a distinct
6254         copy of the passphrase, and don't zero it or we'll corrupt the
6255         stashed copy.
6256         (allout-create-encryption-passphrase-verifier)
6257         (allout-verify-passphrase): Respect the new signature for
6258         allout-encrypt-string.
6259         (allout-get-configvar-values): Convenience for getting a
6260         configuration variable value and handling its absence gracefully.
6262 2006-08-11  Romain Francoise  <romain@orebokech.com>
6264         * obsolete/zone-mode.el: Delete.
6266 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6270 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
6272         * emacs-lisp/bindat.el (bindat-ip-to-string):
6273         Use `format-network-address' if possible.
6275 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6277         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6279 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
6281         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6282         restore unread-command-events here.
6283         (edebug-display): Do it here, to detect sit-for interruptions.
6285 2006-08-10  Romain Francoise  <romain@orebokech.com>
6287         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6288         (dns-mode-soa-auto-increment-serial): New user option.
6289         (dns-mode-soa-maybe-increment-serial): New function.
6290         (dns-mode): Add the latter to `write-contents-functions'.
6292         * obsolete/zone-mode.el: Move to obsolete/ from net/.
6293         Delete autoload cookies.
6295 2006-08-10  John Wiegley  <johnw@newartisans.com>
6297         * eshell/em-glob.el (eshell-glob-chars-list)
6298         (eshell-glob-translate-alist): Add support for [^g] in character globs.
6300 2006-08-10  Richard Stallman  <rms@gnu.org>
6302         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6303         (facemenu-set-face): Doc fix.
6304         (facemenu-listed-faces): Doc fix.
6306 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
6308         * avoid.el (mouse-avoidance-animating-pointer): New var.
6309         (mouse-avoidance-nudge-mouse): Use it.
6310         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6311         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6312         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6313         Don't activate if currently animating.  All callers changed.
6315 2006-08-09  John Wiegley  <johnw@newartisans.com>
6317         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6318         variable, which causes timeclock to report elapsed time worked,
6319         instead of just work remaining.
6321 2006-08-09  Kenichi Handa  <handa@m17n.org>
6323         * international/latexenc.el (latexenc-find-file-coding-system):
6324         Fix for the case that the 2nd element of arg-list is a cons.
6326 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
6328         * info.el (Info-fontify-node): Handle preceding `in' for note
6329         reference hiding rules.
6331 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6334         mistake a closing " for an opening one.
6336 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6338         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6340 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6342         * complete.el (PC-do-completion): Filter out completions matching
6343         completion-ignored-extensions before checking whether there are
6344         multiple completions.
6345         Don't use `list' unnecessarily when building completion tables.
6347 2006-08-06  Richard Stallman  <rms@gnu.org>
6349         * help.el (describe-mode): Make minor mode list more concise.
6351 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
6353         * bindings.el: Give mode-line-format, mode-line-modes, and
6354         mode-line-position `standard-value' properties.
6356 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
6358         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6359         "(file)node" instead of the file name.
6361 2006-08-05  Richard Stallman  <rms@gnu.org>
6363         * faces.el (escape-glyph): Doc fix.
6365 2006-08-04  Kenichi Handa  <handa@m17n.org>
6367         * international/mule-diag.el (describe-font): Improve docstring
6368         and error message.  Use frame-parameter (not frame-parameters).
6370 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6372         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6373         Correctly mark the end-of-docstring char.
6375 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
6377         * simple.el (line-move-to-column): Constrain move-to-column to
6378         current field.
6380 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6382         * font-lock.el (font-lock-beg, font-lock-end)
6383         (font-lock-extend-region-functions): New vars.
6384         (font-lock-extend-region-multiline)
6385         (font-lock-extend-region-wholelines): New functions.
6386         (font-lock-default-fontify-region): Use them.
6387         (font-lock-extend-jit-lock-region-after-change): Only round up
6388         if font-lock-default-fontify-region will do it as well.
6390         * font-lock.el (font-lock-extend-after-change-region-function):
6391         Rename from font-lock-extend-region-function.
6392         (font-lock-extend-region): Remove by inlining at call sites.
6393         (font-lock-after-change-function): Don't needlessly round up to a whole
6394         number of lines.
6395         (font-lock-extend-jit-lock-region-after-change): Be more careful about
6396         the boundary conditions and the interactions between the various ways
6397         to extend the region.
6399 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6401         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6402         modification status when forcing the second redisplay.
6404 2006-08-03  Kim F. Storm  <storm@cua.dk>
6406         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6408 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6410         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6411         doesn't look like a file name.
6413         * complete.el (PC-expand-many-files): Avoid signalling an error when
6414         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6416 2006-08-02  Andreas Schwab  <schwab@suse.de>
6418         * bindings.el (mode-line-format): Simplify reference to vc-mode.
6420 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6422         * bindings.el (map): Make mode-line-buffer-identification-keymap
6423         before defining propertized-buffer-identification.
6425 2006-08-01  Richard Stallman  <rms@gnu.org>
6427         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6429 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6431         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6432         default value.
6433         (gdb-find-source-frame): New function.
6434         (menu): Add to menu bar.
6436 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6438         * font-core.el (font-lock-extend-region-function)
6439         (font-lock-extend-region): Move to font-lock.el.
6441         * font-lock.el (font-lock-extend-region-function)
6442         (font-lock-extend-region): Move from font-core.el.  Simplify.
6444         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6445         if needed.
6446         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6447         (jit-lock-after-change-extend-region-functions): New hook.
6448         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6450         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6451         (font-lock-turn-on-thing-lock): Use it.
6453         * longlines.el (longlines-show-region): Make it work on read-only
6454         buffers as well.
6456 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
6458         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6460 2006-07-31  Richard Stallman  <rms@gnu.org>
6462         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6463         (vhdl-speedbar-display-projects): Update old obsolete
6464         speedbar variable names.
6466 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6468         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6469         (gdb-stopped): Use it.
6471         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6473 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
6475         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6476         for load-history elements.
6478 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
6480         * files.el (convert-standard-filename): For Cygwin, replace
6481         characters not allowed in Windows file names.
6482         (make-auto-save-file-name): Add Cygwin to the list of systems
6483         where the auto-save file name needs to be run through
6484         convert-standard-filename.
6486 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6488         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6490 2006-07-28  Richard Stallman  <rms@gnu.org>
6492         * bindings.el (mode-line-frame-identification)
6493         (propertized-buffer-identification): Centralize the code
6494         to initialize the variable.
6496         * progmodes/grep.el (grep-default-command): Catch errors from
6497         wildcard-to-regexp.
6499 2006-07-29  Kim F. Storm  <storm@cua.dk>
6501         * progmodes/grep.el (grep-tag-default): New function.
6502         (grep-default-command, grep-read-regexp): Use it.
6503         (grep-read-files): Use car of grep-files-history or grep-files-aliases
6504         as default if nothing else applies.
6506 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
6508         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6509         Throw error if buffer is not in Dired and Wdired mode, respectively.
6511 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
6513         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6514         self-insert-command keys don't activate buttons.
6515         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6517 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
6519         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6520         faces for enable character.
6522 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6524         * Makefile.in (recompile): Update comment to reflect change
6525         on 2004-04-21.
6527 2006-07-27  Richard Stallman  <rms@gnu.org>
6529         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6530         (customize-package-emacs-version): Change msg when pkg has no entry.
6531         (custom-no-edit): On a button, do like widget-button-press.
6533 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6535         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6536         S-tab and C-S-tab.
6538 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6540         * progmodes/which-func.el (which-function): Fix documentation/
6541         comment typo.
6543 2006-07-26  Richard Stallman  <rms@gnu.org>
6545         * textmodes/ispell.el (ispell-word): If we replace the word,
6546         move point to the end.  Insert before deleting.
6548 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
6550         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6551         a timer.
6553 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
6555         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
6556         when at first image.
6557         (tumme-forward-image): Add prefix argument.  Add error when at last
6558         image.
6560 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6562         * tabify.el (tabify-regexp): Use more specific regexps.
6563         (tabify): Avoid modifying the buffer unnecessarily.
6565 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
6567         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6568         (tumme-format-properties-string): Handle empty `buf'.
6569         (tumme-get-comment): Change variable names inside `let'.
6570         Add missing `let' variable that cause font-lock problems.
6571         (tumme-write-comments): Change variable names inside `let'.
6572         Add missing `let' variable that cause font-lock problems.
6573         (tumme-forward-image): Rename from `tumme-forward-char'.
6574         (tumme-backward-image): Rename from `tumme-backward-char'.
6576 2006-07-25  Masatake YAMATO  <jet@gyve.org>
6578         * progmodes/ld-script.el (ld-script-keywords)
6579         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
6580         and add comments.
6582 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
6584         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6585         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
6586         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
6587         for status indicator.
6589 2006-07-24  Richard Stallman  <rms@gnu.org>
6591         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
6593         * subr.el (dolist, dotimes): Use interned symbols for locals.
6594         (--dotimes-limit--, --dolist-tail--): New defvars.
6595         (looking-back): Doc fix.
6597         * replace.el (replace-match-string-symbols): Handle dotted lists.
6599 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6601         * tumme.el (tumme-write-tags): Add.
6602         (tumme-write-comments): Add.
6603         (tumme-tag-files): Change to use `tumme-write-tags'.
6604         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
6605         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
6606         (tumme-save-information-from-widgets): Change to use
6607         `tumme-write-comments' and `tumme-write-tags'.
6608         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
6609         (tumme-write-tag): Remove.
6610         (tumme-write-comment): Remove.
6611         (tumme-display-previous-thumbnail-original): Remove empty line.
6612         (tumme-widget-list): Add punctuation.
6614 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6616         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
6618 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6620         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6621         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
6622         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
6624 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
6626         * mouse.el (mouse-on-link-p): Doc fix.
6628 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
6630         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6631         Handle "C-h f `".
6633 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6635         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
6636         column.
6638 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
6640         * textmodes/table.el: Add move-beginning-of-line and
6641         move-end-of-line to Point Motion Only Group.
6643 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6645         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
6647 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6649         * startup.el (user-mail-address): Initialize from the `EMAIL'
6650         environment variable first.  Document this.
6651         (command-line): Ditto.
6653 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
6655         * help-mode.el (help-function-def, help-variable-def)
6656         (help-face-def): Print a message in the minibuffer.
6658 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6660         * term/xterm.el (terminal-init-xterm): Fix key bindings
6661         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
6663 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6665         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
6666         where `(nth 1 command)' is a cons cell.  Doc fix.
6668         * textmodes/po.el (po-find-charset): Doc fix.
6670 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
6672         * allout.el (allout-unprotected, allout-e-o-prefix-p)
6673         (allout-beginning-of-current-line, allout-end-of-current-line)
6674         (allout-next-visible-heading, allout-open-topic)
6675         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
6676         (allout-flag-current-subtree, allout-show-to-offshoot)
6677         (allout-hide-current-entry, allout-show-current-branches)
6678         (allout-hide-region-body, allout-old-expose-topic)
6679         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
6680         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
6681         containing `beginning-of-line' and `end-of-line' with
6682         `inhibit-field-text-motion' t.
6684 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6686         * frame.el (focus-follows-mouse): Document that it doesn't have
6687         any effect on MS-Windows.
6689 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
6693 2006-07-20  Jay Belanger  <belanger@truman.edu>
6695         * calc.el (calc-previous-alg-entry): Remove variable.
6697         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
6698         New variables.
6699         (calc-alg-entry): Use `calc-alg-entry-history'.
6700         (calc-do-quick-calc): Use `calc-quick-calc-history'.
6701         Remove reference to `calc-previous-alg-entry'.
6702         (calcAlg-edit, calcAlg-enter): Remove reference to
6703         `calc-previous-alg-entry'.
6704         (calcAlg-previous): Use `previous-history-element' instead of
6705         `calc-previous-alg-entry'.
6706         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
6707         Change keybinding for `calcAlg-plus-minus', add keybindings for
6708         `previous-history-element' and `next-history-element'.
6710         * calc-rewr.el (calc-match): Remove reference to
6711         `calc-previous-alg-entry'.
6713         * calc-sel.el (calc-selection-history): New variable.
6714         (calc-enter-selection, calc-sel-mult-both-sides)
6715         (calc-sel-add-both-sides): Use `calc-selection-history'.
6717         * calc-map.el (calc-get-operator-history): New variable.
6718         (calc-get-operator): Use `calc-get-operator-history'.
6720         * calcalg3.el (calc-curve-fit-history): New variable.
6721         (calc-curve-fit): Use `calc-curve-fit-history'.
6723 2006-07-20  Kenichi Handa  <handa@m17n.org>
6725         * international/mule-cmds.el (select-safe-coding-system): Fix the
6726         way of deciding eol-type of the coding system.
6728 2006-07-20  Alan Mackenzie  <acm@muc.de>
6730         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
6731         (c-lang-setvar): New macro.
6732         (c-make-init-lang-vars-fun): Use the initialization forms in
6733         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
6734         (comment-start, comment-end, comment-start-skip): Change these from
6735         c-lang-defvar's to c-lang-setvar's.
6737         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
6738         which calls make-local-variable on the elements of
6739         c-emacs-variable-inits.
6740         (c-init-language-vars-for): Call this new macro.
6742 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6744         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6745         Try to rule out false positives due to time stamps.
6746         (compilation-mode-font-lock-keywords): Remove rules made redundant
6747         because of the above change.  Add `segmentation fault' to the known and
6748         highlighted compilation termination messages.
6750 2006-07-19  Kim F. Storm  <storm@cua.dk>
6752         * progmodes/grep.el (grep-find-ignored-directories):
6753         Add .svn and _darcs to list.
6755 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
6757         * dired.el (dired-mode-map): Add key binding `C-te' for
6758         `tumme-dired-edit-comment-and-tags'.
6760         * tumme.el (tumme-display-thumbnail-original-image): Make sure
6761         image display buffer is displayed before call to
6762         `tumme-display-image.
6763         (tumme-dired-display-image): Make sure image display buffer is
6764         displayed before call to `tumme-display-image.
6765         (tumme-mouse-display-image): Make sure image display buffer is
6766         displayed before call to `tumme-display-image.
6767         (tumme-widget-list): Add.
6768         (tumme-dired-edit-comment-and-tags): Add.
6769         (tumme-save-information-from-widgets): Add.
6771 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6773         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
6775 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6777         * progmodes/sh-script.el (sh-font-lock-keywords-1):
6778         Revert inadvertently installed patch hunk.
6780         * progmodes/compile.el (compilation-find-file): Handle the
6781         cases where the user selects a non-existent file.
6783 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6785         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
6787 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6789         * subr.el (sit-for): Just sleep-for if noninteractive.
6791 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * emacs-lisp/autoload.el (make-autoload): Use new arg.
6795         * custom.el (custom-autoload): Add `noset' argument.
6796         (custom-push-theme): Don't autoload the variable, let callers do it.
6797         (custom-theme-set-variables): Autoload the variable if necessary.
6799         * cus-edit.el (custom-variable-state-set): If the variable was
6800         originally set outside custom, but to the same value as the default,
6801         consider it to be standard.
6803         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
6804         file *before* telling Emacs to add the autoloads, in case it fails.
6806         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
6807         Use `cond', push', and `dolist'.
6809 2006-07-17  Richard Stallman  <rms@gnu.org>
6811         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
6812         Add defvars to silence warnings.
6814 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6816         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6817         Don't highlight "Compiling file" messages as error.
6819         * dired-aux.el (dired-compress-file): Confirm again if gzipped
6820         file already exists.
6822 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
6824         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
6825         entry, don't assign to free var; simply return the extracted filename.
6826         (ff-treat-as-special): Incorporate common preamble from callers.
6827         (ff-other-file-name, ff-find-the-other-file):
6828         Update call to ff-treat-as-special.
6830         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
6832 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
6834         * tumme.el (tumme-get-comment): Fix bug.
6836 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * files.el: Remove spurious * in docstrings.
6840 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6842         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
6843         grammar.
6844         (allout-beginning-of-current-line): Beware beginning of buffer.
6845         Also, a comment is simplified.
6846         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
6847         when appropriate.  (This fix enables use for other than
6848         bullet-hotspot operation.)
6849         (allout-hide-current-subtree): While escalating to sibling-close,
6850         make sure to situate on a topic.
6852 2006-07-14  Kim F. Storm  <storm@cua.dk>
6854         * emulation/cua-base.el (cua-delete-selection)
6855         (cua-toggle-set-mark): New defcustoms.
6856         (cua-rectangle-modifier-key): Add `alt' modifier.
6857         (cua-replace-region): Don't delete if cua-delete-selection is nil.
6858         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
6859         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
6861         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
6863 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6865         * allout.el: Require 'cl during byte-compilation/interactive load,
6866         for the `assert' macro.
6867         (allout-mode-deactivate-hook): New hook, run when allout mode
6868         deactivates.
6869         (allout-developer): New allout customization subgroup.
6870         (allout-run-unit-tests-on-load): New allout-developer
6871         customization variable, when true allout unit tests are run towards
6872         end of file load/eval.
6873         (allout-inhibit-auto-fill): Disable auto-fill activity even during
6874         auto-fill-mode.
6875         (allout-resumptions): Remove, to be replaced by...
6876         (allout-add-resumptions): Register variable settings to be
6877         reinstated by `allout-do-resumptions'.  The settings are made
6878         buffer-local, but the locality/globality of the suspended setting
6879         is restored on resumption.
6880         (allout-do-resumptions): Reinstate all settings suspended using
6881         `allout-add-resumptions'.
6882         (allout-test-resumptions): Unit tests (and intermediate variables)
6883         for resumptions.
6884         (allout-tests-globally-unbound, allout-tests-globally-true)
6885         (allout-tests-locally-true): Intermediate variables for
6886         resumptions unit tests.
6887         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6888         (allout-exposure-category): Replaces 'allout-overlay-category variable.
6889         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6890         instead of retired `allout-resumptions'.  For hook functions, use
6891         `local' parameter so hook settings are created and removed as
6892         buffer-local settings.  Revise (resumptions) setting
6893         auto-fill-function so it is set only if already active.  (The
6894         related fill-function settings are all made in either case, so
6895         that activating auto-fill-mode activity will have the custom
6896         allout-mode behaviors (hanging indent on topics, if configured for it).
6897         Remove all allout-exposure-category overlays on mode deactivation.
6898         (allout-hotspot-key-handler): New function extracted from
6899         `allout-pre-command-business', so the functionality can be used
6900         for other purposes, eg as a binding in an overlay.
6901         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6902         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6903         customization variable.
6904         (allout-run-unit-tests): Run the (currently quite small)
6905         repertoire of unit tests.  Called just before the provide iff user
6906         has customized `allout-run-unit-tests-on-load' non-nil.
6908 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6910         * emacs-lisp/authors.el (authors-aliases): Update.
6912 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6914         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6915         gdb-source-window.  Add dedicated argument.
6916         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6917         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6918         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6919         (gdb-display-locals-buffer): Use it.
6921         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6922         Set gdb-source-window.
6924 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6927         minor modes, redundant with the custom-autoload line above.
6929 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6931         * longlines.el (longlines-post-command-function): Handle open-line too.
6933 2006-07-12  Richard Stallman  <rms@gnu.org>
6935         * progmodes/grep.el (grep-last-buffer): Doc fix.
6937         * info.el (Info-try-follow-nearest-node): Doc fix.
6939         * emacs-lisp/edebug.el (edebug-instrument-function):
6940         Err if find-function-noselect gives no position.
6942         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6943         If can't find definition, return nil for position.
6944         (find-function-do-it): Handle new return value
6945         of find-definition-noselect.
6946         (find-definition-noselect, find-variable-noselect): Doc fix.
6947         (find-function-noselect): Doc fix.
6949         * help-mode.el (help-variable-def): Handle find-variable-noselect
6950         returning no position.
6951         (help-function-def): Likewise for find-function-search-for-symbol.
6952         (help-face-def): Likewise.
6954         * help-fns.el (describe-variable): Handle find-variable-noselect
6955         returning no position.
6957         * files.el (locate-file-completion): Avoid duplicates in result.
6959         * cus-edit.el (custom-no-edit): New command.
6960         (custom-mode-map): Remap to custom-no-edit instead of
6961         using suppress-keymap.
6963 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
6965         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6966         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6967         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
6969         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
6971 2006-07-11  Kim F. Storm  <storm@cua.dk>
6973         * ido.el (ido-copy-current-file-name): Use buffer-name if
6974         buffer-file-name is nil.
6976 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
6978         * simple.el (undo-ask-before-discard): Set to nil.
6980         * vc.el (vc-exec-after): Don't delete process manually.
6981         (vc-print-log): Run log-view-mode in process sentinel inside
6982         inhibit-read-only.  Don't shrink window due to timing issues.
6984         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
6985         Avoid using with-output-to-temp-buffer, which clobbers local vars.
6987 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6990         Fix ambiguity introduced by last change.
6991         (compilation-find-file): Move save-excursion to where it may
6992         make sense.  Fix a left over `find-file'.
6994 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
6996         * textmodes/texinfmt.el (texinfo-format-separate-node):
6997         Insert a string before point, which fits documentation, not after.
6998         (texinfo-multitable-item): In a multitable row, insert any
6999         additional needed @tabs and spaces.
7001 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
7003         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7004         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7005         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7006         instead of shell-command.
7007         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7008         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7009         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7010         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7011         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7012         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7014 2006-07-11  Kim F. Storm  <storm@cua.dk>
7016         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
7017         Remove special case for seconds < 0.  Use (redisplay t) instead.
7019 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
7021         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7022         avoid compilation error.
7024         * subr.el (sit-for): New function.
7026         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7028 2006-07-10  Richard Stallman  <rms@gnu.org>
7030         * ldefs-boot.el (edebug): Update page.
7032 2006-07-10  Kim F. Storm  <storm@cua.dk>
7034         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7035         to FOR-RELEASE and TODO.
7037 2006-07-10  Romain Francoise  <romain@orebokech.com>
7039         * emacs-lisp/authors.el (authors-aliases): Update.
7041 2006-07-10  Alan Mackenzie  <acm@muc.de>
7043         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7044         * cc-mode.el: Changes to eradicate eval-after-load.
7046 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
7048         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7049         on non-char events.
7051 2006-07-09  Romain Francoise  <romain@orebokech.com>
7053         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7054         Don't highlight start/end markers as compilation messages.
7056         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7057         to t.
7059 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7061         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7063 2006-07-08  Richard Stallman  <rms@gnu.org>
7065         * term/x-win.el (x-handle-display): Add doc string.
7067         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7069         * subr.el (def-edebug-spec): Move here.
7070         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7072         * imenu.el (imenu-choose-buffer-index): Doc fix.
7074 2006-07-08  Romain Francoise  <romain@orebokech.com>
7076         * term/x-win.el (x-display-name): Fix typo.
7078 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7080         * hexl.el (hexl-find-file): Doc fix.
7082         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7084 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
7086         * term/x-win.el (x-display-name): Doc fix.
7088 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7090         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7091         long prefixes.
7092         (fill-region-as-paragraph): Don't round up to a whole line.
7093         (fill-comment-paragraph): Don't include the code-before-the-comment
7094         when calling fill-region-as-paragraph.
7096         * international/mule.el (make-char): Remove redundancy.
7098         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7099         property may contain an anonymous function rather than a symbol.
7101         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7103         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7104         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
7106         * dirtrack.el (dirtrack-default-directory-function): Remove.
7107         (dirtrack-directory-function): Use file-name-as-directory.
7108         (dirtrack-windows-directory-function): Simplify.
7109         (dirtrack-forward-slash, dirtrack-backward-slash)
7110         (dirtrack-replace-slash): Remove.
7111         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7112         (dirtrack): Fix wrong parenthesizing; use match-string.
7114         * progmodes/octave-inf.el: Remove spurious * in docstrings.
7115         (inferior-octave-mode): Only change the buffer-local value of
7116         comint-dynamic-complete-functions.
7117         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7118         Move the initialization to the declaration.
7119         (inferior-octave-complete): Remove unused var `filter'.
7121         * shell.el (shell-mode): Only change the buffer-local value of
7122         comint-dynamic-complete-functions.
7124 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7126         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7127         entry is skipped because it has been scheduled.
7128         (org-prepare-agenda-buffers): Don't mark buffers as modified when
7129         changing `:org-archived' and `:org-comment' properties.
7131 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
7133         * server.el (server-select-display): Don't make the temp frame
7134         minibuffer-only, in case it's not a temp frame.
7135         (server-process-filter): Don't delete the temp frame if it's the
7136         only one we have on that display.
7138         * files.el (find-alternate-file): Doc fix.
7140 2006-07-05  Richard Stallman  <rms@gnu.org>
7142         * files.el (abbreviate-file-name): Add save-match-data.
7144 2006-07-03  Richard Stallman  <rms@gnu.org>
7146         * faces.el (read-face-name): Doc fix.
7148 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
7150         * net/goto-addr.el (goto-address): Mark as safe for local evals.
7152 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
7154         * vc.el (vc-diff-internal): Fix prev change.
7156 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7158         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7159         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7161 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7163         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7164         fails if the symbol contains chars like ( or '.
7165         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7166         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7167         `short'.
7169 2006-07-04  Kenichi Handa  <handa@m17n.org>
7171         * international/mule-cmds.el (set-language-info): If LANG-ENV is
7172         the current one, don't call set-language-environment, but call one
7173         of set-language-environment-XXX to make INFO effective now.
7174         (set-language-environment): Call set-language-environment-XXX
7175         functions instead of doing the various setups directly.
7176         (set-language-environment-coding-systems): Delete argument eol-type.
7177         (set-language-environment-input-method)
7178         (set-language-environment-nonascii-translation)
7179         (set-language-environment-charset)
7180         (set-language-environment-fontset)
7181         (set-language-environment-unibyte): New functions.
7183 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7185         * locate.el (locate-update-when-revert): New option.
7186         (locate-update-path): New option (suggested by Michael Albinus).
7187         (locate-prompt-for-command): Whitespace change.
7188         (locate-update): No longer offer to update the locate database by
7189         default.  Implement the two new options.
7191 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
7193         * tooltip.el: Move comment about track-mouse...
7195         * progmodes/gud.el: ...to here.
7197 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
7199         * facemenu.el (facemenu-listed-faces): New var.
7200         (facemenu-unlisted-faces): Variable deleted.
7201         (facemenu-add-new-face): Use facemenu-listed-faces.
7203         * emulation/viper-init.el, calendar/calendar.el:
7204         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7206 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7208         * textmodes/org.el (org-mode): Remove no invalid settings for
7209         calc embedded mode.
7210         (org-mode-p): New defsubst.
7211         (org-save-all-org-buffers): New function.
7212         (org-first-headline-recenter): Enclose outline-regexp in group
7213         delimiters.
7214         (org-set-tags): Keep single space after stars.
7216 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7218         * window.el (set-window-text-height): Only set window-min-height to
7219         1 if that's the requested size.
7221         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7222         (diff-unified->context, diff-context->unified)
7223         (diff-reverse-direction): Make sure the end marker stays at the end.
7224         (diff-mode): Add the keymap table at the end of docstring.
7225         Use lexical-let rather than constructing a closure manually.
7227         * files.el (find-file-noselect-1): Remove unused var assignment.
7228         (hack-local-variables-confirm): Print lists of strings as lists of
7229         strings rather than lists of symbols.
7230         (abbreviate-file-name, hack-local-variables-prop-line):
7231         Use match-string.
7232         (hack-one-local-variable): Move `make-local-variable' nearer its use.
7233         (recover-session-finish): Use line-end-position.
7235 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
7237         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7239 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
7241         * progmodes/make-mode.el (makefile-macroassign-regex):
7242         Accept preceding keyword.
7243         (makefile-gmake-statements): Reorganize, now that makepp has
7244         "override" and also handle forgotten "override define".
7245         (makefile-makepp-statements): Add new "global", "override export"
7246         and "override global".
7248 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
7250         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7251         (ada-compile-mouse-goto-error, ada-deactivate-properties)
7252         (ada-no-auto-case): Fix typos in docstrings.
7254 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7256         * info.el (Info-find-node-2): Search for makeinfo version more
7257         carefully.
7259 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7261         * textmodes/org.el (org-prepare-agenda-buffers):
7262         Use `invisible-OK' argument for `org-end-of-subtree'.
7263         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7264         (org-beginning-of-item): Fix bug in regular expression for white line.
7265         (org-export-as-html): Enforce space after bullet in plain list items.
7266         (org-set-autofill-regexps): Require space after plain list bullet
7267         for paragraph-start.
7268         (org-ts-regexp3): New constant.
7269         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7270         (org-timestamp-up-day, org-timestamp-down-day)
7271         (org-timestamp-change): Work with inactive timestamps.
7272         (org-ts-regexp1): Don't allow brackets in time stamps.
7274 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
7276         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7277         for ignoring links.
7279         * faces.el (read-face-name): Use it.
7281 2006-06-28  Juri Linkov  <juri@jurta.org>
7283         * buff-menu.el (list-buffers-noselect): Compare Info file
7284         with the string "dir" to detect Info directory.
7286         * complete.el (partial-completion-mode): In lambda for
7287         `choose-completion-string-functions' use full function signature
7288         with 4 args, and move point to the end of the minibuffer only if arg
7289         `mini-p' is non-nil.
7291 2006-06-28  John Paul Wallington  <jpw@pobox.com>
7293         * ibuffer.el (ibuffer-mode): Doc fix.
7295 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7297         * textmodes/org.el (org-context): New contexts :item-bullet,
7298         :latex-fragment, :latex-preview.
7299         (org-overlays-at, org-overlay-start, org-overlay-end):
7300         New compatibility functions.
7301         (org-inside-LaTeX-fragment-p): More accurate matching, using the
7302         exact regexp that will be used during export.
7303         (org-latex-regexps): New variable.
7304         (org-cdlatex-mode): Improve advice for `texmathp'.
7305         (turn-on-org-cdlatex): New function.
7307 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7309         * term/mac-win.el (mac-handle-font-selection): Change keys of
7310         mac-atsu-font-table from strings to numbers.
7311         (mac-ts-caret-position): Use also when cursor-type is nil.
7312         (mac-ts-update-active-input-area): Add Mac OS Classic support.
7313         Relax condition for using overlay strings.
7314         Use mac-ts-caret-position face when cursor-type is nil.
7316 2006-06-26  Kim F. Storm  <storm@cua.dk>
7318         * help.el (view-emacs-news): Declare `res' in the right let* form.
7320 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
7322         * net/rcompile.el (remote-compile): Replace ange-ftp based
7323         implementation by Tramp functions.
7324         Suggested by Marc Abramowitz <msabramo@gmail.com>.
7326         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7328 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
7330         * international/fontset.el (setup-default-fontset): Fix a typo in
7331         the "Oriya-Akruti" registry name.
7333 2006-06-23  Lars Hansen  <larsh@soem.dk>
7335         * desktop.el (desktop-full-file-name): New function.
7336         (desktop-kill, desktop-save, desktop-remove, desktop-read)
7337         (desktop-revert): Use it.
7338         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7339         (desktop-after-read-hook): Add option list-buffers.
7340         (desktop-locals-to-save): Add tab-width.
7341         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7342         Fix docstring.
7344 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7346         * textmodes/org.el (org-cdlatex-mode-map)
7347         (org-cdlatex-texmathp-advice-is-done): New variables.
7348         (org-cdlatex-mode): New minor mode.
7349         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7350         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7351         (org-export-with-archived-trees): New option.
7352         (org-open-file): Remove the call to `convert-standard-filename'.
7353         (org-archive-tag, org-agenda-skip-archived-trees)
7354         (org-cycle-open-archived-trees)
7355         (org-sparse-tree-open-archived-trees): New options.
7356         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7357         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7358         New functions.
7359         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7360         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7361         (org-mode-map): Add binding for `org-toggle-archive-tag'.
7362         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7363         Call `org-prepare-agenda-buffers'.
7364         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7365         (org-file-apps, org-file-apps-defaults-gnu)
7366         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7367         Handle remote files by forcing them to be opened in Emacs.
7369 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
7371         * vc.el (vc-diff-knows-L): New variable.
7372         (vc-diff-internal): Use it to handle "diff" programs that don't
7373         understand -L.  This works automatically, no user action is necessary.
7375 2006-06-23  Daniel Brockman  <daniel@brockman.se>
7377         * net/rcirc.el (rcirc-default-user-full-name): Default to
7378         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7379         longer exists).
7380         (rcirc-process-list): Check `buffer-live-p' before attempting to
7381         switch to a buffer.
7383 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
7385         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7386         based on rcirc-coding-system-alist.
7388 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
7390         * cus-edit.el (customize-apropos): A better error message.
7391         (top level) <debug-ignored-errors>: Extend and update the list of
7392         ignored error messages.
7394 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
7396         * complete.el (PC-do-completion): Retain capitalization of user
7397         input, when possible, even if completion-ignore-case is set.
7399 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
7401         * generic-x.el (bat-generic-mode): Support .cmd files.
7403         * dos-w32.el (top level): Use find-file-not-found-functions
7404         instead of the obsolete find-file-not-found-hooks.
7406 2006-06-22  Kim F. Storm  <storm@cua.dk>
7408         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7409         to recognize mode name containing submodes, such as Grep/lw.
7411 2006-06-21  Kim F. Storm  <storm@cua.dk>
7413         * simple.el (line-move-1): Check for move-end-of-line instead of
7414         end-of-line when setting temporary-goal-column.
7416 2006-06-21  Miles Bader  <miles@gnu.org>
7418         * play/cookie1.el (cookie): Work properly when there's only one entry.
7420 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
7422         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7423         (gdb-frame-handler): Generalize frame regexp for templates.
7425 2006-06-20  Glenn Morris  <rgm@gnu.org>
7427         * calendar/appt.el (appt-display-format): Default value must be
7428         one of the customize options.
7430 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7432         * term/xterm.el (terminal-init-xterm): Update key availability info.
7433         Bind C-return.
7435         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7437 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
7439         * files.el (hack-local-variables): Run `hack-local-variables-hook'
7440         whether or not a local variables list is defined.
7442         * msb.el (msb): Move `sit-for' hack here to handle both
7443         "mouse-down and drag" and "mouse-up and select" situations.
7444         (mouse-select-buffer): Move `sit-for' hack to `msb'.
7446 2006-06-20  Kenichi Handa  <handa@m17n.org>
7448         * international/characters.el (word-combining-categories):
7449         Add entries for 2-byte Han characters.
7451 2006-06-19  Richard Stallman  <rms@gnu.org>
7453         * bindings.el (mode-line-format): Save some mode line space.
7455         * files.el (find-file-noselect): Improve the question wording.
7456         (basic-save-buffer-2): Mask UMASK against 666.
7458         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7459         (mouse-drag-vertical-line): Call it.
7461         * cus-edit.el (customize-option, customize-option-other-window):
7462         Error if SYMBOL is nil.
7464 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7466         * textmodes/org.el: Require noutline, also on XEmacs.
7467         (org-end-of-subtree): Return point.
7468         (org-dblock-start-re, org-dblock-end-re): New constants.
7469         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7470         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7471         (org-update-all-dblocks, org-find-dblock): New functions.
7472         (org-collect-clock-time-entries): New function.
7473         (org-html-handle-time-stamps): Never export CLOCK timeranges.
7474         (org-fixup-indentation): Modify to deal correctly with lines
7475         starting with TAB.  Only one argument DIFF now.
7476         (org-demote, org-promote): Call `org-fixup-indentation' with just
7477         one argument, DIFF.
7478         (org-mode): Don't mark buffer as modified when aligning tables.
7479         (org-clock-sum): Don't mark buffer modified when adding time sum
7480         properties.
7481         (org-export-as-html): Add support for a link validation function.
7482         (org-archive-all-done): New function.
7483         (org-archive-subtree): New prefix argument.  When set, archive all
7484         done subtrees in this buffer.
7485         (org-remove-clock-overlays)
7486         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7487         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7488         (org-put-clock-overlay): Don't swallow last headline character
7489         when displaying overlay.
7490         (org-store-link): Link to `image-mode' with just the file name.
7492 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7494         * viper-cmd.el (viper-special-read-and-insert-char):
7495         Use read-key-sequence.
7496         (viper-after-change-undo-hook): Misc enhancements.
7497         (viper-after-change-undo-hook): New hook.
7498         (viper-undo): Use viper-after-change-undo-hook.
7499         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7500         (viper-next-line-at-bol): If point is on a widget or a button, simulate
7501         clicking on that widget/button.
7503         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7505         * ediff-diff (ediff-test-patch-utility): Catch errors.
7506         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7507         (ediff-set-actual-diff-options): New function.
7508         (ediff-reset-diff-options, ediff-toggle-ignore-case):
7509         Use ediff-set-actual-diff-options.
7510         (ediff-extract-diffs): Catch errors.
7511         (ediff-whitespace): Add non-breakable space.
7512         (ediff-same-file-contents): Catch errors.
7514         * ediff-mult.el (ediff-collect-custom-diffs):
7515         Save coding-system-for-read.
7517         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7518         (ediff-vc-internal, ediff-vc-merge-internal):
7519         Use ediff-delete-version-file.
7520         (ediff-delete-version-file): New function.
7522         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7524         * ediff.el (ediff-directories, ediff-directory-revisions)
7525         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7526         (ediff-directories-internal, ediff-merge-directory-revisions)
7527         (ediff-merge-directory-revisions-with-ancestor)
7528         (ediff-directories3): Use read-directory-name.
7530 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
7532         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7533         Remove superfluous part of regexp for brace matching which is handled
7534         by `scan-lists' call.
7536 2006-06-16  Richard Stallman  <rms@gnu.org>
7538         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7540         * files.el (basic-save-buffer-2): For a new precious file,
7541         use the default modes in the return value.
7543         * facemenu.el (facemenu-color-alist): Doc fix.
7545         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7547 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7549         * cus-start.el (all): Add mac-ts-script-language-on-focus.
7551         * term/mac-win.el (mac-text-encoding-ascii): New constant.
7552         (mac-utxt-to-string): Use it.
7553         (mac-ts-update-active-input-area): Use mac-ae-number.
7555 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7557         * term.el (term-handle-scroll, term-delete-lines)
7558         (term-insert-lines): Fix off by one errors.
7560 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7562         * net/tramp.el (tramp-touch): Use UTC to express time.
7564 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
7566         * mail/sendmail.el (mail-send): Search explicitly for
7567         mail-header-separator when checking for corrupted header lines.
7569 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
7571         * progmodes/gdb-ui.el (gdb-same-frame): New option.
7572         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7573         (gdb-init-1): Initialise them.
7574         (gdb-starting): Reset gdb-printing
7575         (gdb-starting): Save value of gud-overlay-arrow-position.
7576         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
7577         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
7578         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
7579         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
7581 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7583         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
7585 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
7587         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
7588         (ldap-search-internal): Keep error messages, and a regexp fix.
7590 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
7592         * files.el (hack-local-variables-confirm):
7593         Display string value using its printed representation.
7595 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
7597         * server.el (server-edit): No-op if no server buffers exist.
7599 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
7601         * textmodes/page-ext.el (pages-directory-for-addresses):
7602         Including `pages-directory-address-mode' in the function results
7603         in the message "Buffer in which pages were found is deleted".
7605 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
7607         * textmodes/org.el (org-agenda-mode-map): Add bindings for
7608         clocking functions.
7610         (org-agenda-clock-in, org-check-running-clock)
7611         (org-clock-out-if-current, org-remove-clock-overlays)
7612         (org-put-clock-overlay): New functions.
7613         (org-clock-marker, org-clock-file-total-minutes)
7614         (org-clock-overlays): New variables.
7615         (org-clock-display, org-clock-sum, org-clock-cancel)
7616         (org-clock-out, org-clock-in): New commands.
7617         (org-export): New function.
7618         (org-emph-re): New constant.
7619         (org-set-emph-re, org-do-emphasis-faces): New functions.
7620         (org-emphasis-regexp-components, org-emphasis-alist): New options.
7621         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7622         (org-export-html-convert-emphasize): Use the configurable emphasis.
7623         (org-cleaned-string-for-export): Make multiline emphasis visible
7624         to the exporter.  New optional argument PARAMETERS.
7625         (org-export-as-html): Specify :emph-multiline parameter to
7626         `org-cleaned-string-for-export'.
7628 2006-06-10  Richard Stallman  <rms@gnu.org>
7630         * help.el (help-for-help-internal): Clean up help text.
7632 2006-06-10  Andreas Schwab  <schwab@suse.de>
7634         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
7635         in doc string.
7637         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
7639 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
7641         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
7642         spaces after the comment start.
7644 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7646         * play/pong.el (pong-init-buffer):
7647         Fill buffer with spaces instead of ^A.
7649         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
7650         launched asynchronously, delete its process instead of being cool.
7651         (ispell-async-processp): Check for `delete-process' existence
7652         instead of `kill-process' one for consistency.
7654 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
7656         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
7657         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
7658         in mode line at startup.
7660 2006-06-08  Kim F. Storm  <storm@cua.dk>
7662         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
7663         (ido-init-completion-maps): Bind them to M-SPC and M-v.
7664         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
7665         (ido-file-internal): Pass full file name to write-file.
7666         (ido-read-internal): Only pop stack elements automatically if they
7667         actually match an existing directory or file name.
7669 2006-06-07  Kenichi Handa  <handa@m17n.org>
7671         * international/mule.el (find-auto-coding): Don't handle the short
7672         name `char-trans'.
7674         * files.el (hack-local-variables-prop-line)
7675         (hack-local-variables): Cancel the previous change.
7677 2006-06-06  Jesper Harder  <harder@phys.au.dk>
7679         * ediff-diff.el (ediff-test-utility): Protect against file-error.
7681 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
7683         * diff-mode.el (diff-mode): Set buffer-read-only to t when
7684         diff-default-read-only is non-nil.
7685         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
7686         (diff-refine-hunk): Set inhibit-read-only to t.
7688         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7689         modifying the *Diff* buffer.
7690         (diff-process-filter): New filter function for diff process that
7691         sets inhibit-read-only to t when modifying the *Diff* buffer.
7693 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
7695         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
7696         insertion point and control the number of empty lines.
7697         (org-paste-subtree): Limit the number of empty lines at the end of
7698         the inserted tree.
7699         (org-agenda): Use buffer name of current file for narrowing.
7700         (org-export-as-xml): Command removed.
7701         (org-export-xml-type): Option removed.
7702         (org-mode-map): Call `org-export-as-xoxo' directly.
7703         (org-get-indentation): New optional argument LINE.
7704         (org-fix-indentation, org-remove-tabs): New functions.
7705         (org-export-as-ascii, org-ascii-level-start): Determine and apply
7706         correct indentation for headlines that are converted it items.
7707         (org-skip-comments): Remove table lines that contain narrowing
7708         cookies but no other non-empty fields.
7709         (org-set-tags): Allow groups of mutually exclusive tags.
7710         (org-cmp-time): Sort 24:21 before items without time.
7711         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
7712         (org-open-at-point): Require double colon also for numbers.
7714 2006-06-06  Kim F. Storm  <storm@cua.dk>
7716         * ido.el (ido-default-file-method, ido-default-buffer-method):
7717         Make choice values consistent with corresponding command names.
7718         (ido-visit-buffer): Update accordingly.  Default to selected-window.
7720 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
7722         * progmodes/gud.el (gud-running): Fix doc string.
7723         (gud-menu-map): Use :visible instead fo :enable for debugger test.
7724         (gud-tooltip-modes): Add python-mode.
7725         (gud-tooltip-print-command): Add pdb.  Remove perldb.
7727 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
7729         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
7730         Quote $(EMACS).
7732 2006-06-05  Richard Stallman  <rms@gnu.org>
7734         * faces.el (defined-colors): Doc fix.
7736 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
7738         * vc.el (vc-process-filter): Inhibit undo info collection around
7739         call to insert.
7740         (vc-setup-buffer): Likewise for call to erase-buffer.
7741         (vc-do-command): Likewise for call to process-file.
7743 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
7745         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
7746         for gud-go.
7747         (gud-common-init): Other debuggers may trigger error.
7749 2006-06-05  Kenichi Handa  <handa@m17n.org>
7751         * international/mule.el (find-auto-coding):
7752         Handle enable-character-translation in file header.
7754 2006-06-04  Kim F. Storm  <storm@cua.dk>
7756         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
7757         (authors-fixed-entries): Fix spelling.
7758         (authors-canonical-file-name): Don't report error for wildcards.
7760         * help.el (view-emacs-news): Rewrite to support new NEWS,
7761         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
7762         e.g. version 10 matches 1.10, and don't be confused by version 1.1
7763         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
7765 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
7767         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
7768         exec constructs like `foo bar`.
7769         (sh-quoted-subshell): New helper function to search for a possibly
7770         nested subshell (like `` or $()) within a "" quoted string.
7771         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
7772         (sh-apply-quoted-subshell): Flag quote characters inside a
7773         subshell, which is itself already in a quoted region, as
7774         punctuation, since this is the closest to what they actually are.
7775         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
7776         sh-apply-quoted-subshell.
7777         (sh-font-lock-syntactic-face-function): Apply the new face for
7778         text inside `` instead of the old font-lock-string-face.
7780 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7782         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
7783         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
7784         (mac-bytes-to-text-range, mac-ae-text-range-array)
7785         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
7786         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
7787         (mac-ts-unicode-for-key-event): New functions.
7788         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
7789         (mac-handle-font-selection): Use mac-ae-number.
7790         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
7791         New variables.
7792         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
7793         (mac-ts-converted-text, mac-ts-selected-converted-text)
7794         (mac-ts-block-fill-text, mac-ts-outline-text)
7795         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
7796         (mac-ts-hilite-style-faces): New constant.
7797         (mac-apple-event-map): Bind text input events.
7798         (mac-dispatch-apple-event): Use command-execute instead of
7799         call-interactively.
7800         (global-map): Don't bind mac-apple-event.
7801         (special-event-map): Bind mac-apple-event.
7803 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
7805         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
7806         file name.
7807         (emacs): Enclose the value of $(EMACS) in quotes.
7809 2006-06-02  Juri Linkov  <juri@jurta.org>
7811         * international/mule.el (sgml-html-meta-auto-coding-function):
7812         Remove the condition `(search-forward "<html" size t)'.
7813         Replace `\"' with `[\"']?' in `re-search-forward'.
7815 2006-06-02  Kenichi Handa  <handa@m17n.org>
7817         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
7818         as well as `coding'.
7819         (hack-local-variables): Likewise.
7821         * international/mule.el (enable-character-translation):
7822         Put permanent-local and safe-local-variable properties.
7823         (find-auto-coding): Handle char-trans: tag.
7825 2006-06-02  Juri Linkov  <juri@jurta.org>
7827         * international/mule.el (sgml-html-meta-auto-coding-function):
7828         Limit the search by the end of the HTML header (if any).
7830 2006-06-01  Richard Stallman  <rms@gnu.org>
7832         * subr.el (with-current-buffer): Doc fix.
7834 2006-06-02  Masatake YAMATO  <jet@gyve.org>
7836         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
7837         Almost rewrite.  Underlines over all lines of gcov output are too
7838         uncomfortable to read.  Suggested by Dan Nicolaescu.
7840 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
7842         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
7844         * shell.el (shell-mode): Use shell-mode-map in docstring.
7846         * comint.el (comint-send-input): Do not add help-echo and
7847         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
7849 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7851         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
7853 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7855         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
7856         (gdb-stopped, gdb-info-stack-custom): If there is no source info
7857         look up the stack and pop up GUD buffer if necessary.
7858         (gdb-frames-select): Remove redundant call to gud-display-frame.
7859         (gdb-info-threads-custom): Keep point at start of buffer.
7860         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
7862 2006-05-31  Juri Linkov  <juri@jurta.org>
7864         * replace.el (query-replace-read-from, query-replace-read-to):
7865         Bind `history-add-new-input' to nil.  Call `add-to-history'.
7867 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7869         * textmodes/table.el: Convert all HTML tags to lower case for
7870         XHTML compatibility.
7872 2006-05-31  Masatake YAMATO  <jet@gyve.org>
7874         * progmodes/compile.el:
7875         (compilation-error-regexp-alist-alist::gcov-called-line):
7876         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
7878 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
7880         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
7881         Revert inadvertent changes made with last commit.
7883 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7885         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
7886         New functions.
7888         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7890 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7892         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7893         only matches in the right place.
7894         (org-upcoming-deadline): New face.
7895         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7896         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7897         and make it an option.
7898         (org-export-ascii-bullets): New option.
7899         (org-export-as-html): Many changes to emit valid XHTML.
7900         (org-par-open): New variable.
7901         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7902         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7903         (org-timeline): Pass `org-timeline-show-empty-dates' to
7904         `org-get-all-dates'.  Interpret empty dates returned by
7905         `org-get-all-dates'.
7906         (org-get-all-dates): New argument EMPTY.  Add dates without
7907         entries to the list, mark large ranges of empty dates.
7908         (org-point-in-group, org-context): New functions.
7910 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7912         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7914         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7915         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7916         to C-mouse-3 (for 2 button mice).
7917         (gdb-send): Do the right thing for C-d.
7919         * speedbar.el (speedbar-detach): Delete.
7920         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7921         it breaks things.
7922         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7924 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7926         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7927         Makeppfile.
7929         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7930         Add makepp diagnostic.
7932 2006-05-29  Richard Stallman  <rms@gnu.org>
7934         * window.el (fit-window-to-buffer): Doc fix.
7936         * help.el (temp-buffer-max-height): Doc fix.
7938         * subr.el (with-current-buffer): Doc fix.
7940 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7942         * term/x-win.el: Bind F10 to menu-bar-start if available.
7944 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7946         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7947         uses with a simple test.
7948         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7949         (term-send-raw-string, term-send-raw, term-mouse-paste)
7950         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7951         (term-handle-exit, term-read-input-ring)
7952         (term-previous-matching-input-string)
7953         (term-previous-matching-input-string-position)
7954         (term-previous-matching-input-from-input)
7955         (term-replace-by-expanded-history, term-send-input)
7956         (term-skip-prompt, term-bol, term-send-invisible)
7957         (term-kill-input, term-delchar-or-maybe-eof)
7958         (term-backward-matching-input, term-check-source)
7959         (term-proc-query, term-emulate-terminal)
7960         (term-handle-colors-array, term-process-pager, term-pager-line)
7961         (term-pager-bob, term-unwrap-line, term-word)
7962         (term-dynamic-complete-filename)
7963         (term-dynamic-complete-as-filename)
7964         (term-dynamic-simple-complete): Replace one arm ifs with whens or
7965         unlesses.
7967 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7969         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
7970         during bootstrapping.
7972         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
7973         Basically undo the change of 2006-05-26: use extra arguments instead of
7974         dynamic scoping.
7975         (ewoc-locate): Remove unused var `footer'.
7977 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7979         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
7981         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
7982         (generate-file-autoloads): Obey it.  Return whether autoloads were
7983         added at point or not.
7984         (update-file-autoloads): Use this new return value.
7985         Remove redundant test for the presence of an autoload cookie.
7987         * emacs-lisp/autoload.el (autoload-find-file): New fun.
7988         This one calls hack-local-variables.
7989         (generate-file-autoloads, update-file-autoloads): Use it.
7991         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
7992         (bibtex-sort-entry-class): Add safe-local-variable predicate.
7993         (bibtex-sort-entry-class-alist): Don't set the global value.
7994         (bibtex-init-sort-entry-class-alist): New fun.
7995         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
7996         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
7997         of bibtex-init-sort-entry-class.
7999 2006-05-28  Richard Stallman  <rms@gnu.org>
8001         * subr.el (load-history-regexp): If FILE is relative, insist
8002         entire last name component must match it.
8003         (load-history-filename-element, load-history-regexp): Doc fixes.
8005 2006-05-29  Kim F. Storm  <storm@cua.dk>
8007         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8008         `pos' and `raw-data' for clarity, as eval forms may access these.
8010 2006-05-28  Kim F. Storm  <storm@cua.dk>
8012         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8014 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * progmodes/make-mode.el (makefile-browser-map)
8017         (makefile-mode-syntax-table): Move initialization inside declaration.
8018         (makefile-fill-paragraph): Use the default comment-filling code.
8020 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
8022         * replace.el (query-replace-defaults): New variable.
8023         (query-replace-read-from): Use `query-replace-defaults' for
8024         default value, instead of history list.
8025         (query-replace-read-to): Update `query-replace-defaults'.
8027 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8029         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8030         with no X toolkit.
8032 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
8034         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8035         (tumme-show-all-from-dir): Add autoload.
8037 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8039         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8040         (tumme-remove-tag): Fix bug.
8042 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8044         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8045         FOOTER args.  Update unique caller.
8046         (ewoc-delete): Compute last node once before looping.
8047         (ewoc--node-branch): Merge into unique caller.
8048         (ewoc--node): Don't define constructor make-ewoc--node for this
8049         structure.
8050         (ewoc): Add member `hf-pp' to this structure.
8051         (ewoc--wrap): New func.
8052         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
8053         header/footer pretty-printers.  Save header/footer pretty-printer.
8054         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
8056         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8058 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8060         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8061         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
8062         Tag'.  Change "Compare directories..." to "Change Directories...".
8063         Move tumme commands to Operate, Regexp and Immediate menus.
8064         Change "Add Comment" to "Add Image Comment".  Change "Add Image
8065         Tag" to "Add Image Tags".
8067         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8068         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8069         `tumme-delete-tag'.
8071 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8073         * shell.el (shell-mode): Call shell-dirtrack-mode after
8074         list-buffers-directory is made a local variable, to avoid setting
8075         the default value.
8077 2006-05-26  Kevin Ryde  <user42@zip.com.au>
8079         * info.el (Info-index-next): Use where-is-internal to report
8080         actual binding of Info-index-next, rather than hard-coded `,'.
8082 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8084         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8085         and "Find Command in Manual" to here.
8087         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8088         Info-current-file as the file name.
8090 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
8092         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
8093         overrides will now be done a different way.
8094         (ses-set-parameter): Reapply this function for undo.
8095         (ses-set-header-row): Reconstruct header row during undo.
8096         (ses-widen): New function.
8097         (ses-goto-data, ses-reconstruct-all): Use new function.
8098         (ses-command-hook): Widen buffer during undo, before unupdating
8099         the cells.
8100         (ses-insert-row, ses-delete-row): Widen buffer during undo.
8101         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8102         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8103         formula hasn't been executed yet.
8105 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8107         * comint.el (comint-kill-whole-line): Rename arg to count.
8108         Fix doc string.
8110 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
8112         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8113         to copy-file.
8115 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8117         * simple.el (toggle-truncate-lines): Make arg optional for
8118         backward compatibility.
8120 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
8122         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8123         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8124         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
8125         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8126         (ewoc--adjust): Use ewoc--current-dll.
8127         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8129 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8131         * textmodes/org.el (org-next-item, org-previous-item): Emit more
8132         compact error message.
8133         (org-tags-view): Refresh category table in each file.
8134         (org-table-justify-field-maybe): Remove superfluous arguments to
8135         `format'.
8136         (org-export-as-html): Insert "<p>" before postamble.
8137         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8139 2006-05-26  Kenichi Handa  <handa@m17n.org>
8141         * textmodes/po.el (po-find-charset): Pay attention to the case
8142         FILENAME is a cons (NAME . BUFFER).
8143         (po-find-file-coding-system-guts): Likewise.
8145         * arc-mode.el (archive-set-buffer-as-visiting-file):
8146         Call find-operation-coding-system with (FILENAME . BUFFER).
8148         * tar-mode.el (tar-extract): Call find-operation-coding-system
8149         with (FILENAME . BUFFER).
8151         * international/mule.el (decode-coding-inserted-region):
8152         Call find-operation-coding-system with (FILENAME . BUFFER).
8154 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8156         * image-mode.el (image-toggle-display): Use buffer contents to
8157         generate image for a remote file.
8159 2006-05-25  Juri Linkov  <juri@jurta.org>
8161         * replace.el (query-replace-read-from, query-replace-read-to):
8162         Remove 8th arg KEEP-ALL in read-from-minibuffer.
8164 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
8166         * whitespace.el (whitespace-cleanup): Change to cleanup
8167         region if one is active.
8168         * whitespace.el (whitespace-cleanup-internal): New internal method.
8170 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8172         * dired.el (dired-mode-map): Add help-echo strings to tumme
8173         commands.  Bind `tumme-dired-display-image' to C-t i.
8175         * tumme.el (tumme-display-image): Change documentation string slightly.
8176         (tumme-dired-display-image): Add call to `display-buffer'.
8178 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8180         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8181         Signal error if RAW-DATA is a multibyte string.
8183 2006-05-24  Richard Stallman  <rms@gnu.org>
8185         * subr.el (with-local-quit): When handling `quit' signal,
8186         make a chance for quit-flag to cause a quit.
8188         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8189         (ad-disable-advice): Add autoloads.
8191         * subr.el (read-passwd): Copy PROMPT before changing its properties.
8193 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8195         * dired.el (dired-mode-map): Change menu items for tumme as per
8196         suggestions in emacs-devel.
8198 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8200         * dired.el (dired-mode-map): Fix breakage.
8202 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8204         * tumme.el (tumme-display-dired-image): Rename to...
8205         (tumme-dired-display-image): ...this.
8206         (tumme-track-movement): Change default value to t.
8207         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8208         used from `tumme-next-line-and-display' and similar commands.
8210         * dired.el (dired-mode-map): Add Thumbnail submenu under the
8211         Immediate menu.  Add some tumme commands there.
8213 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8215         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8217 2006-05-24  Chong Yidong  <cyd@mit.edu>
8219         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8220         menu entries that open submenus.
8222 2006-05-24  Alan Mackenzie  <acm@muc.de>
8224         * startup.el (command-line): For names of preloaded files, don't
8225         append ".elc" (now done in Fload), and call file-truename on the
8226         lisp directory.
8228         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
8229         match ANY loaded file with the right name, not just those in
8230         load-path.  Put a regexp matching the file name into
8231         after-load-alist, rather than the name itself.
8233         * subr.el (load-history-regexp, load-history-filename-element)
8234         (do-after-load-evaluation): New functions.
8236         * international/mule.el (load-with-code-conversion): Do the
8237         eval-after-load stuff by calling do-after-load-evaluation.
8239 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8241         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8242         has not been killed.
8244 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8246         * term/mac-win.el: Set idle timer to clean up expired Apple events.
8247         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8248         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8249         Optionally set error message in reply.
8251 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8253         * textmodes/org.el (org-open-at-point): Use renamed variable
8254         `org-confirm-shell-link-function'.
8255         (org-confirm-shell-link-function): Rename from
8256         `org-confirm-shell-links'.
8257         (org-export-directory): New function.
8258         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8259         (org-export-icalendar): Use `org-export-directory'.
8260         (org-indent-item): Keep cursor position.
8261         (org-link-file-path-type): New option.
8262         (org-export-as-html): Fix bug with plain lists starting in
8263         column 0.
8264         (org-export-as-html): Remove deadline formatting, this happens
8265         now already in `org-html-handle-time-stamps'.
8266         (org-export-html-style): Deadline class removed.
8267         (org-insert-labeled-timestamps-at-point): New option.
8268         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8269         of `hide-sublevels 1', in case the first headline is not level 1.
8270         (org-overview, org-content): New fuction.
8271         (org-cycle-global-status, org-cycle-subtree-status): Make these
8272         variables buffer-local.
8273         (org-global-cycle): New command.
8274         (org-shifttab): Use `org-global-cycle'.
8275         (org-insert-heading, org-insert-item): Go to end of new
8276         headline/item after creating it.
8277         (org-export-visible): Rename from `org-export-copy-visible'.
8278         Now creates a temporary org-file and applies an exporting command
8279         to it.
8280         (org-table-eval-formula): Support for lisp forms.
8281         (org-agenda-todo-ignore-scheduled): New option.
8282         (org-agenda-get-todos): Use new option
8283         `org-agenda-todo-ignore-scheduled'.
8284         (org-export-html-inline-images): New value `maybe'.
8285         (org-export-as-html): Inlining of images dependent on link description.
8286         (org-archive-subtree): Check for end-of-buffer before trying
8287         `kill-line'.
8288         (org-agenda-follow-mode): New option.
8289         (org-export-with-tags, org-export-with-timestamps): New options.
8290         (org-html-handle-time-stamps): New function.
8291         (org-keyword-time-regexp): New variable.
8292         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8293         (org-agenda-todo-list-sublevels): New option.
8294         (org-html-level-start): When TITLE is nil, just close all levels.
8295         (org-parse-key-lines, org-parse-export-options): Remove functions,
8296         replaced by `org-infile-export-plist'.
8297         (org-combine-plists, org-infile-export-plist)
8298         (org-default-export-plist): New functions.
8299         (org-export-html-preamble, org-export-html-postamble)
8300         (org-export-html-auto-preamble, org-export-html-auto-postamble):
8301         New variables.
8302         (org-export-publishing-directory): New option.
8303         (org-export-as-html, org-export-as-ascii): Use the new property
8304         lists for settings.
8305         (org-export-copy-visible, org-export-as-xoxo):
8306         Respect `org-export-publishing-directory'.
8307         (org-link-search, org-store-link, org-file-apps): Support for
8308         links to BibTeX database entries..
8309         (org-get-current-options, org-set-regexps-and-options):
8310         Implement logging as a startup option.
8311         (org-store-link): Make sure context string is never empty
8312         (org-insert-link): Use relative path when possible.
8313         (org-at-item-checklet-p): New function.
8314         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8315         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8316         (org-metaright, org-metaup, org-metadown, org-shiftup)
8317         (org-shiftdown, org-shiftright, org-shiftleft)
8318         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8319         Dispatch using `call-interactively'.
8320         (org-call-with-arg): New defsubst.
8321         (org-tag-alist, org-use-fast-tag-selection): New options.
8322         (org-complete): Use `org-tag-alist'.
8323         (org-fast-tag-insert, org-fast-tag-selection): New functions.
8324         (org-next-item, org-previous-item): New commands.
8325         (org-beginning-of-item, org-end-of-item): Add (interactive) to
8326         make command.
8327         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8329 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
8331         * emacs-lisp/ewoc.el (ewoc-delete): New function.
8332         (ewoc-filter): Use `ewoc-delete'.
8334         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8336 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8339         Signal more user-friendly error messages.
8341         * complete.el (PC-do-completion): Undo the addition of implicit
8342         wildcards if they did not lead to finding any match.
8343         (read-file-name-internal): Don't add the final > if the completion is
8344         not finished.
8346 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8348         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8349         Quote safe-local-variable predicate.
8351 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8353         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8355 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8357         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8359         * progmodes/make-mode.el (makefile-special-targets-list)
8360         (makefile-macro-table, makefile-target-table): Mark as risky.
8361         (makefile-query-one-target-method): Make this the alias for the
8362         following variable.
8363         (makefile-query-one-target-method-function): Make this the real name.
8365         * textmodes/artist.el (artist-text-renderer): Make this the alias
8366         for the following variable.
8367         (artist-text-renderer-function): Make this the real name.
8369         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8370         the alias for the following variable.
8371         (flyspell-generic-check-word-predicate): Make this the real name.
8373         * textmodes/ispell.el (ispell-format-word): Make this the alias
8374         for the following variable.
8375         (ispell-format-word-function): Make this the real name.
8376         (ispell-message-text-end): Mark as risky.
8378         * skeleton.el (skeleton-transformation, skeleton-filter)
8379         (skeleton-pair-filter): Make these the aliases for the following
8380         variables.
8381         (skeleton-transformation-function, skeleton-filter-function)
8382         (skeleton-pair-filter-function): Make these the real names.
8384         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8385         and skeleton-pair-filter-function.
8387         * textmodes/sgml-mode.el (sgml-transformation): Make this the
8388         alias for the following variable.
8389         (sgml-transformation-function): Make this the real name.
8390         (sgml-tag-alist): Mark as risky.
8392 2006-05-21  Richard Stallman  <rms@gnu.org>
8394         * simple.el (kill-region): Interactively, pass point, then mark.
8396 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8398         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8400 2006-05-21  Romain Francoise  <romain@orebokech.com>
8402         * dired-x.el (dired-mode-map): Don't bind M-g.
8404 2006-05-20  Richard Stallman  <rms@gnu.org>
8406         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8407         (dired-goto-file): Doc fix.
8409 2006-05-21  Kim F. Storm  <storm@cua.dk>
8411         * emulation/cua-base.el: Mention customizing cua-mode as alternative
8412         way to enable built-in cua-mode if user loads older CUA-mode package.
8414         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8415         if default-filename is specified.
8417 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8419         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8421         * info.el (info-apropos): Make sure current-file and current-node
8422         have non-nil values.  Speed up by using add-to-list instead of
8423         manual consing.
8425 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8427         * progmodes/make-mode.el (makefile-mode): Doc fix.
8429 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8431         * dired-aux.el (dired-do-shell-command): Doc fix.
8433 2006-05-20  Kevin Ryde  <user42@zip.com.au>
8435         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8436         ``(custom-manual :tag "Foo" "(foo)Node")''.
8438 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
8440         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8441         value is an integer.
8443 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8445         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8446         "format".
8447         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8449 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
8451         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8452         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8454 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8456         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8457         regexp for keywords.
8459 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
8461         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8462         replace-regexp-in-string.
8464         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8465         encode, and escape file name on conversion to URL.
8467 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8469         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8470         Don't unescape URL.
8471         (dnd-get-local-file-name): Unescape URL on conversion to file name.
8473         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8474         on conversion to URLs.
8476         * net/browse-url.el (browse-url-file-url): Encode file name on
8477         conversion to URL.
8479         * term/mac-win.el (mac-ae-open-documents): Escape file name on
8480         conversion to URL.
8482 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
8484         * progmodes/cc-styles.el (c-style-alist): Doc fix.
8486 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8488         * term/mac-win.el (mac-bytes-to-digits): Remove function.
8489         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8491 2006-05-19  Glenn Morris  <rgm@gnu.org>
8493         * calendar/diary-lib.el (diary-bahai-date)
8494         (list-bahai-diary-entries, mark-bahai-diary-entries)
8495         (mark-bahai-calendar-date-pattern): Not interactive.
8496         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
8497         (diary-entries-list): Change format of 4th element in each entry.
8498         (diary-list-entries): Use add-to-diary-list.
8499         (diary-goto-entry): Handle the case where the buffer visiting the
8500         diary has been killed.
8501         (fancy-diary-display): Add 'locator to button rather than 'marker.
8502         Only generate temp-face when there are marks to apply.
8503         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8504         (diary-fancy-date-pattern): New variable.
8505         (diary-time-regexp): Doc fix.
8506         (diary-anniversary, diary-time): New faces.
8507         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8508         diary-time-regexp.  Add font-lock-multiline property where needed.
8509         Use new faces diary-anniversary and diary-time.
8510         (diary-fancy-font-lock-fontify-region-function): New function, to
8511         handle multiline font-lock pattern in fancy diary.
8512         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8513         (diary-font-lock-keywords): Tweak time regexp.  Use new face
8514         diary-time.
8516 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
8518         * international/code-pages.el (mik): Table corrected.
8520 2006-05-18  Kim F. Storm  <storm@cua.dk>
8522         * progmodes/grep.el (grep-find): Don't check grep-find-command
8523         before running command (breaks non-interactive usage).
8525 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
8527         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8528         (ewoc--insert-new-node): Don't insert trailing newline.
8529         Instead, adjust successor nodes's start markers.
8530         (ewoc--refresh-node): Delete all text from current node's start
8531         marker to the next one's; adjust successor nodes's start markers.
8532         (ewoc--create): Doc fixes.
8533         (ewoc--refresh): Don't insert newline.
8534         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8535         * pcvs.el (cvs-make-cvs-buffer):
8536         Specify extra newline for ewoc's header and footer.
8537         (cvs-update-header): Update initial header recognition.
8538         Append newline to final header and footer values.
8539         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8541 2006-05-17  Richard Stallman  <rms@gnu.org>
8543         * files.el (file-name-extension): Doc fix.
8545 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8547         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8548         we can explicitly enable/disable rather than toggle.
8549         (shell-mode): Use it.
8550         (shell-cd): Don't try to reproduce what `cd' does.
8552 2006-05-17  Kim F. Storm  <storm@cua.dk>
8554         * ido.el (ido-read-internal): Use only nondirectory part of
8555         default item.
8557 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
8559         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8560         (ewoc-nth): Doc fix.
8562         (ewoc-map, ewoc-invalidate): Compute PP before looping.
8564 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
8566         * international/mule.el (auto-coding-alist): Add .lha to files
8567         read with no-conversion.
8569         * files.el (auto-mode-alist): Add .lha files to archive file
8570         extensions.
8572         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8573         Convert csize to integer when computing offsets within the
8574         compressed archive file.
8576 2006-05-16  Kim F. Storm  <storm@cua.dk>
8578         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
8579         with read-from-minibuffer.
8581 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8583         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
8584         (byte-compile-warnings): Fix safe-local-variable property.
8586 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
8588         * allout.el (allout-show-bodies, allout-old-style-prefixes)
8589         (allout-stylish-prefixes, allout-numbered-bullet)
8590         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
8591         predicates to qualify `safe-local-variable' property, when
8592         available, else use equivalent lambda.
8593         (allout-current-topic-collapsed-p): Do the right thing regarding
8594         trailing blank lines.
8596 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8598         * server.el (server-start): Only create a directory if needed.
8599         (server-edit, server-unload-hook): server-start => server-mode.
8600         (kill-emacs-hook): Cleanup upon exit.
8602 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * hexl.el (hexlify-buffer): Encode process arguments manually.
8606 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
8608         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
8609         call to gdb-tooltip-print.
8611 2006-05-15  Romain Francoise  <romain@orebokech.com>
8613         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
8614         systems, default to "tar" since those systems probably have GNU tar.
8616 2006-05-14  Lars Hansen  <larsh@soem.dk>
8618         * desktop.el (desktop-missing-file-warning): Fix docstring.
8619         (desktop-restore-file-buffer): Correct question asked on missing file.
8621 2006-05-14  Kim F. Storm  <storm@cua.dk>
8623         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
8624         Add CUA move property.
8626 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
8628         * custom.el (custom-push-theme): Load the variable before checking
8629         its `standard-value'.
8631 2006-05-13  Lars Hansen  <larsh@soem.dk>
8633         * desktop.el (desktop-save): Use with-temp-buffer.
8635 2006-05-12  Glenn Morris  <rgm@gnu.org>
8637         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
8638         * calendar/calendar.el (calendar-mode-map):
8639         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
8640         * calendar/appt.el (appt-check, appt-make-list): Refer to
8641         diary-view-entries, diary-list-entries, diary-show-all-entries
8642         rather than obsolete aliases.
8644 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
8646         * simple.el (line-move-finish): Avoid calling point motion hooks
8647         while processing intangibility.
8649 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8651         * term/xterm.el (terminal-init-xterm): Fix typo.
8653 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
8655         * allout.el (allout-view-change-hook): Mark as being deprecated,
8656         to be replaced by `allout-exposure-change-hook'.
8657         (allout-exposure-change-hook): New, replacing
8658         `allout-view-change-hook'.
8659         (allout-flag-region): Run new hook `allout-exposure-change-hook',
8660         in addition to `allout-view-change-hook'.
8661         (allout-show-bodies, allout-old-style-prefixes)
8662         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
8663         lambda forms to prevent their showing up in variable help
8664         presentations as inscrutable byte-compiled code.
8665         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
8666         Use string-or-null-p to qualify safe-local-variable values.
8667         (allout-reindent-bodies): Use memq to qualify matches against
8668         valid safe-local-variable values.  Also, quote the lambda as above.
8669         (allout-use-mode-specific-leader): Add missing candidate-value
8670         symbols, use memq, and quote the lambda.
8671         (allout-overlay-interior-modification-handler): Remove unused
8672         variables `msg' and 'opened'.
8673         (allout-hidden-p): Constrain invisibility consideration to allout's
8674         invisibility spec, disregarding invisibility for other reasons.
8676 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
8678         * files.el (version-control): Correct safe values.
8680 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
8682         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
8684         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
8685         (ewoc--insert-new-node): New func.
8686         Update callers of deleted funcs to use it, instead.
8688 2006-05-11  Glenn Morris  <rgm@gnu.org>
8690         * calendar/calendar.el (diary-show-all-entries): Do not refer to
8691         obsolete alias `show-all-diary-entries'.
8692         (make-diary-entry): Not interactive.
8693         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
8694         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8695         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8696         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8697         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8698         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
8700 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8702         * calendar/calendar.el (calendar-french-date-string)
8703         (calendar-mayan-date-string, calendar-chinese-date-string)
8704         (calendar-astro-date-string, calendar-iso-date-string)
8705         (calendar-islamic-date-string, calendar-bahai-date-string)
8706         (calendar-hebrew-date-string, calendar-coptic-date-string)
8707         (calendar-ethiopic-date-string, calendar-persian-date-string):
8708         These functions are not interactive.
8710 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
8712         * files.el: Balance parentheses.
8714 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
8716         * files.el, newcomment.el, outline.el, simple.el,
8717         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
8718         * progmodes/cc-vars.el, progmodes/compile.el:
8719         Move `safe-local-variable' declarations to the respective files.
8721         * help-fns.el (describe-variable): Don't print safe-var if it is
8722         byte-code.  Improve wording as suggested by Luc Teirlinck.
8724 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8726         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
8727         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
8728         Use a token for pending-triggers to ensure gdb-var-update
8729         gets called once per user input again for pre-GDB 6.4.
8730         (gdb-var-delete): Match on more complex expressions.
8731         (gdb-var-list-children-handler, gdb-var-create-handler):
8732         Use a token for consistency.
8734 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
8736         * textmodes/org.el (org-read-date, org-goto-calendar)
8737         (org-agenda-goto-calendar):
8738         Bind `view-calendar-holidays-initially' to nil.
8740 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
8742         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
8743         Update all callers to do it there, instead.
8745 2006-05-10  Glenn Morris  <rgm@gnu.org>
8747         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
8748         prefix arg case, to avoid view-diary-entries-initially error.
8749         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8750         (calendar-date-is-legal-p): Handle dates with no day part.
8752 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8754         * comint.el (comint-insert-input): Just make it when
8755         comint-use-prompt regexp is nil (default) and with the mouse.
8756         (comint-copy-old-input): Reinstate from 2004-06-23.
8757         (comint-mode-map): Bind C-c C-m to it.
8759 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
8761         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
8762         Remove spurious move to point-max (new comint behavior fixes).
8764         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
8765         compatibility function (Emacs 18/19).
8766         (idlwave-is-continuation-line): Always return point at start of
8767         previous non-blank continuation line.
8768         (keyword-parameters): Fix continued comment font-lock matcher.
8769         (idlwave-font-lock-fontify-region): Written, use as
8770         font-lock-fontify-region-function, to fix continued keyword
8771         fontification issues.
8773 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8775         * term/mac-win.el (mac-font-panel-mode): Doc fix.
8776         (mac-service-selection, mac-service-open-file)
8777         (mac-service-open-selection, mac-service-mail-selection)
8778         (mac-service-mail-to, mac-service-insert-text): Rename from
8779         mac-services-*.  All uses changed.
8780         (mac-apple-event-map): Rename event symbol `services' to `service'.
8782 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
8784         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
8785         (ewoc--node-enter-first, ewoc--node-enter-last)
8786         (ewoc--delete-node-internal): Merge funcs into unique callers.
8788 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
8790         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
8791         return value of read-from-minibuffer for empty input.
8793 2006-05-09  Miles Bader  <miles@gnu.org>
8795         * comint.el (comint-insert-input): Remove redundant calls to setq
8796         and goto-char.
8798 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
8800         * comint.el (comint-insert-input): Make it work when
8801         comint-use-prompt-regexp is t.
8803 2006-05-10  Miles Bader  <miles@gnu.org>
8805         * subr.el (field-at-pos): New function.
8807         * comint.el (comint-insert-input): Use it.
8809 2006-05-09  Juri Linkov  <juri@jurta.org>
8811         * battery.el (battery-linux-proc-acpi): Also try
8812         `/proc/acpi/thermal_zone/THR2/temperature'.
8814         * files.el <safe-local-variable>: Remove `eval' and `let' binding
8815         for now unused lambda `string-or-null'.
8817         * add-log.el (change-log-default-name): Put `string-or-null-p'
8818         instead of lambda on `safe-local-variable' property.
8820         * diff-mode.el (diff-context->unified): Use `region-beginning' and
8821         `region-end' instead of `mark' and `point'.
8822         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
8823         Operate on region in Transient Mark mode when the mark is active.
8824         Use `region-beginning' and `region-end' instead of `mark' and
8825         `point'.
8826         (diff-hunk-text, diff-goto-source): Doc fix.
8828         * startup.el (fancy-splash-screens, normal-splash-screen): Use
8829         face `mode-line-buffer-id' for mode-line buffer face instead of
8830         hard-coded `(:weight bold)'.
8832         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
8833         buffer-undo-list to t (undo-ask is reproducible by visiting
8834         nested archives).
8836 2006-05-09  Kim F. Storm  <storm@cua.dk>
8838         * progmodes/grep.el (rgrep): Set default directory of *grep*
8839         buffer if we start M-x rgrep in the *grep* buffer and choose
8840         a different base directory.
8842 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
8844         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
8845         completion also when ido is loaded.
8847 2006-05-09  Masatake YAMATO  <jet@gyve.org>
8849         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
8850         "warning" and "import".
8851         (cpp-font-lock-keywords): Added "warning".
8853 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8855         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8857 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8859         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
8860         pages at a time, if we signal the end, we should indeed reach that end.
8862 2006-05-08  David Reitter  <david.reitter@gmail.com>
8864         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
8865         output during execution of the body.
8867 2006-05-08  Kim F. Storm  <storm@cua.dk>
8869         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
8871 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
8873         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
8874         Use with-current-buffer.
8876 2006-05-07  Kim F. Storm  <storm@cua.dk>
8878         * subr.el (add-to-history): Remove keep-dups arg.
8880         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
8881         to nil around call to add-to-history.
8883 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
8886         than after a buffer modification.
8888 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
8890         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8891         call to...
8892         (gud-watch): ...here so speedbar is raised for already watched
8893         expressions.
8894         (gdb-speedbar-refresh): Delete function.
8895         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8896         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8897         earlier change).
8898         (gdb-var-evaluate-expression-handler)
8899         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8901         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8902         Update localized contents for all buffers except ignored modes.
8904 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8906         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8907         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8908         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8909         (mac-handle-font-panel-closed, mac-handle-font-selection):
8910         New functions.
8911         (mac-font-panel-mode): New minor mode.
8912         (mac-apple-event-map): Add bindings for toolbar toggle button and
8913         font panel.
8914         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8916 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8918         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8919         Avoid `regexp-opt'; simplify regexp for readability.
8921 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8923         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8924         * files.el (buffer-stale-function):
8925         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8926         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8927         links to the main manual, not to emacs-xtra.
8929 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8931         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8932         MacJapanese if text is ASCII-only.
8934 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8936         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8937         unless so nil isn't returned.
8938         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8940 2006-05-06  Kim F. Storm  <storm@cua.dk>
8942         * subr.el (add-to-history): New function.
8944         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8945         (ediff-merge-files-with-ancestor):
8946         * env.el (setenv):
8947         * isearch.el (isearch-update-ring):
8948         * server.el (server-visit-files):
8949         * progmodes/grep.el (lgrep, rgrep):
8950         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8951         * progmodes/xscheme.el (xscheme-insert-expression):
8952         Use add-to-history.
8954         * kmacro.el (kmacro-push-ring): Use add-to-history.
8955         (kmacro-ring-length): Remove unused defun.
8956         (kmacro-start-macro): Use kmacro-push-ring.
8958 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
8960         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
8961         directly instead of a lambda expression that calls it.
8963 2006-05-06  Kim F. Storm  <storm@cua.dk>
8965         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
8966         instead of compute-motion.
8968 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8970         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
8971         change.
8973 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
8975         * startup.el (command-line-1): Refer to "Pure Storage" on
8976         pure-space-overflow.
8978 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
8980         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
8981         provided faces once they all have been used up.
8983 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8985         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
8986         reference to the Lisp manual to the warning about pure space
8987         overflow.
8989 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8991         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
8992         argument to avoid the call to `ispell-internal-change-dictionary'
8993         when not needed.
8994         (ispell-change-dictionary): Use this argument and call
8995         `ispell-internal-change-dictionary' after the possible change
8996         to `ispell-local-dictionary'.
8997         (ispell-internal-change-dictionary): Check for a change in
8998         personal dictionary use too.
9000 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
9002         * startup.el (command-line): On MS-Windows, probe "~", not
9003         "~USER", for warning about non-existent home directory
9005         * arc-mode.el (archive-l-e): New optional argument `float' means
9006         generate a float value.
9007         (archive-arc-summarize, archive-lzh-summarize)
9008         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9009         with 3rd argument non-nil when file's size is being computed.
9010         Format the file sizes with %8.0f instead of %8d.
9012 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9014         * cus-start.el (all): Add mac-dnd-known-types.
9016         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9017         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9018         (mac-TIFF-to-string): New functions.
9019         (x-get-selection, x-selection-value)
9020         (mac-select-convert-to-string): Use them.
9021         (mac-text-encoding-mac-japanese-basic-variant): New constant.
9022         (mac-dnd-types-alist): New customization variable.
9023         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9024         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9025         (mac-dnd-handle-drag-n-drop-event): New functions.
9026         (mac-drag-n-drop): Remove function.
9027         (global-map): Bind drag-n-drop and M-drag-n-drop to
9028         mac-dnd-handle-drag-n-drop-event.
9030 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
9032         * progmodes/perl-mode.el (perl-beginning-of-function):
9033         Skip anonymous subs.
9035 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
9037         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9038         regexp-opt at run time.
9040         * term.el (term-handle-ansi-escape): Fix off by one error.
9042 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
9044         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9045         (gdb-init-1, gdb-post-prompt): ...and references to it.
9046         (gdb-frame-handler): Strip directory name from filename if present.
9048         * progmodes/gud.el (gdb-force-update): Delete defvar
9049         (gud-speedbar-buttons): ...and references to it.  Use window-start
9050         to try to keep positon in watch expression.
9052 2006-05-03  Richard Stallman  <rms@gnu.org>
9054         * simple.el (next-history-element, previous-history-element): Doc fix.
9056         * isearch.el (isearch-update-ring): Doc fix.
9058 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
9060         * isearch.el (isearch-update-ring): Take history-delete-duplicates
9061         into consideration.  Replace one arm ifs with whens.
9063 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
9065         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9066         (menu): Fix typo.
9068 2006-05-02  Miles Bader  <miles@gnu.org>
9070         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9072 2006-05-02  Jay Belanger  <belanger@truman.edu>
9074         * calc/calc-embed.el (calc-override-minor-modes-map)
9075         (calc-override-minor-modes): New variables.
9076         (calc-do-embedded): Make sure that Calc keystrokes aren't
9077         overwritten by minor modes.
9079 2006-05-02  Chong Yidong  <cyd@mit.edu>
9081         * msb.el (msb): If EVENT is a down event, read and discard the up event.
9083 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9085         * startup.el (command-line-1): Refer to Lisp manual when
9086         pure-space-overflow occurs.
9088         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9089         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9090         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9091         (version-control): Don't use `t' for safe-local-variable declarations.
9093 2006-05-01  Richard Stallman  <rms@gnu.org>
9095         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9096         M-r, M-R, M-A, M-SPC or M-DEL.
9097         (diff-mode-map): diff-refine-hunk now on C-c C-w
9098         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9100         * help-mode.el (help-mode): view-exit-action calls delete-window
9101         only when it is safe and possible.
9103         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9104         in messages.
9106         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9108         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9109         in the default tool-bar-map.
9111 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
9113         * net/tramp.el (tramp-completion-file-name-handler-alist)
9114         (tramp-run-real-handler, tramp-completion-run-real-handler)
9115         (tramp-completion-handle-file-name-all-completions)
9116         (tramp-completion-handle-file-name-completion): Autoload them.
9117         (tramp-completion-handle-file-exists-p)
9118         (tramp-completion-handle-file-name-directory)
9119         (tramp-completion-handle-file-name-nondirectory)
9120         (tramp-completion-handle-expand-file-name): Remove them.
9121         (tramp-handle-file-name-directory): Return the real directory name.
9122         Returning "/" only doesn't need to be necessary any longer.
9123         (tramp-file-name-handler): Make special attention when in hostname
9124         completion mode.
9125         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9126         (tramp-register-file-name-handlers):
9127         Register `tramp-completion-file-name-handler' only when
9128         `partial-completion-mode' is enabled.
9129         (tramp-completion-handle-file-name-all-completions):
9130         Delete directory part from results.
9131         (tramp-get-completion-methods, tramp-get-completion-user-host):
9132         Discard deleting "/", it doesn't work after the change of
9133         `tramp-handle-file-name-directory' above.
9135 2006-05-01  Kim F. Storm  <storm@cua.dk>
9137         * progmodes/grep.el (grep-expand-template): Use save-match-data
9138         and symbol-value.
9140 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9142         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9143         Use select-frame-set-input-focus instead of raise-frame.
9144         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9146 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
9148         * progmodes/gud.el (gud-def): Add %c case.
9149         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9150         (gud-format-command): Make match case sensitive.  Match on %F.
9152 2006-04-30  Glenn Morris  <rgm@gnu.org>
9154         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9155         (cal-tex-preamble): Use cal-tex-preamble-extra.
9156         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9157         than alias `list-diary-entries'.
9159 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
9161         * help-fns.el (describe-variable): Add info about safe local variables.
9163 2006-04-29  Richard Stallman  <rms@gnu.org>
9165         * bindings.el (mode-line-format): help-echo doc fixes.
9167         * net/tramp.el (tramp-file-name-handler-alist): Delete
9168         expand-file-name and other operations that can cause spurious loading.
9170 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         * files.el (safe-local-variable-p): Remove support for the special
9173         value t.
9175         * textmodes/paragraphs.el (sentence-end-without-space):
9176         Fix safety predicate.
9177         (sentence-end-double-space, sentence-end-without-period)
9178         (paragraph-ignore-fill-prefix):
9179         * textmodes/fill.el (colon-double-space):
9180         * abbrev.el (abbrev-mode): Tighten the safety predicate.
9182         * subr.el (booleanp): New fun.
9184         * textmodes/reftex-vars.el (reftex-guess-label-type):
9185         Tighten the safety predicate.
9187 2006-04-28  Kim F. Storm  <storm@cua.dk>
9189         * progmodes/grep.el (defgroup grep): Doc fix.
9190         (grep-auto-highlight): Remove.
9191         (grep-template): New defcustom.
9192         (grep-find-template): Rename from grep-tree-template.
9193         (grep-files-aliases): Rename from grep-tree-files-aliases.
9194         Remove "all" alias, add "l" alias.
9195         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9196         (grep-find-ignored-directories): New defcustom to replace
9197         grep-tree-ignore-CVS-directories, to facilitate ignoring
9198         subdirectories for multiple version control systems.
9199         (grep-mode-map): Add Recursive grep item to GREP menu.
9200         (grep-regexp-history, grep-files-history): New defvars.
9201         (grep-probe): New helper function.
9202         (grep-compute-defaults): Use it to simplify code.
9203         Adapt to name changes.
9204         Use `.' as base in grep-find-template rather than <D>.
9205         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
9206         Call grep-compute-defaults unconditionally.
9207         (grep-expand-keywords): New defconst.
9208         (grep-expand-template): Rename from grep-expand-command-macros.
9209         Simplify via grep-expand-keywords.  Look at case-fold-search instead
9210         of grep-tree-ignore-case to add -i option.
9211         Bind case-fold-search to nil while matching keywords.
9212         (grep-tree-last-regexp, grep-tree-last-files): Remove.
9213         (grep-read-regexp, grep-read-files): New helper functions.
9214         (rgrep): Rename from grep-tree.  Rework to use proper histories.
9215         Adapt to changes in defcustoms and functions above.
9216         (lgrep): New command, as grep, but using same interactive UI as rgrep.
9218 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
9220         * net/tramp.el (tramp-completion-file-name-handler):
9221         Disable Tramp's functionality while loading Tramp itself.
9222         (tramp-register-file-name-handlers): That's a defsubst now.
9223         Code from `tramp-repair-jka-compr' moved here.  Apply it via
9224         `after-init-hook'.
9225         (tramp-repair-jka-compr): Remove.
9227 2006-04-27  Jay Belanger  <belanger@truman.edu>
9229         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9230         read expression when `math-read-big-expr' doesn't work.
9232 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
9234         * startup.el (command-line-1): Display warning when
9235         pure-space-overflow is non-nil.
9237 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9239         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9240         risky.
9242 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9244         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9245         Return the URL or nil if none can be generated.
9247 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
9249         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9250         byte compiler warnings.
9251         (gud-basic-call, gud-find-expr): Let user select an expression
9252         for printing.  Print expression as well as value in GUD buffer.
9254 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
9256         * allout.el: Remove local autoload declaration for
9257         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9258         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9259         (allout-plain-bullets-string, allout-distinctive-bullets-string)
9260         (allout-use-mode-specific-leader, allout-old-style-prefixes)
9261         (allout-stylish-prefixes, allout-numbered-bullet)
9262         (allout-file-xref-bullet, allout-presentation-padding)
9263         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9264         safe-local-variable with suitable value spec, and add autoload
9265         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
9266         (move-beginning-of-line, move-end-of-line): Repair so these compat
9267         functions now actually resituate the point, when appropriate.
9269 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9271         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9273         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9274         (add-log-iso8601-time-string): Fix call to format-time-string.
9276 2006-04-26  Kim F. Storm  <storm@cua.dk>
9278         * subr.el (posn-string, posn-image, posn-object): Doc fix.
9280 2006-04-26  Masatake YAMATO  <jet@gyve.org>
9282         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9283         Add support for "//" style comments.  Remove `b' flag
9284         from ?* in `asm-mode-syntax-table'.
9286 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * follow.el: Use (featurep 'xemacs) everywhere.
9289         (follow-mode): Use define-minor-mode.
9290         (follow-mode-map): Move initialization into the declaration.
9291         Use command remapping.
9292         (follow-emacs-version-xemacs-p): Remove.
9293         (follow-submit-feedback): Remove.
9295         * allout.el (allout-layout, allout-passphrase-verifier-string)
9296         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9298         * textmodes/reftex-vars.el (reftex-vref-is-default)
9299         (reftex-fref-is-default, reftex-guess-label-type):
9300         Tighten up a bit the safety predicate.
9302         * textmodes/paragraphs.el (sentence-end-double-space)
9303         (sentence-end-without-period, sentence-end-without-space)
9304         (page-delimiter, paragraph-ignore-fill-prefix):
9305         Tighten up a bit the safety predicate.
9307         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9309         * progmodes/python.el (python-continuation-line-p)
9310         (python-beginning-of-statement): syntax-ppss may return
9311         a negative depth.
9312         (python-mode): Don't forcefully enable font-lock.
9314         * time-stamp.el (time-stamp-start, time-stamp-end)
9315         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9317         * add-log.el: Remove spurious * in docstrings.
9318         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9319         (add-change-log-entry): Use it here, since it's not specific
9320         to iso8601.
9321         (add-log-iso8601-time-string): Don't use it here any more.
9322         (change-log-indent-text, change-log-indent): Rename from add-log-*.
9324         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9326 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
9328         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9329         (rcirc-toggle-low-priority): Doc fix.
9330         (rcirc-handler-NOTICE): Remove beginning of line anchor in
9331         ChanServ regexp.
9332         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9333         #emacs.
9334         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9335         (rcirc-decode-coding-system): Use utf-8 as the default.
9336         (rcirc-multiline-minor-mode): Set the fill-column.
9337         (rcirc-format-response-string): Display bright and dim nicks.
9338         (rcirc-browse-url): Update interactive spec to fill ARG.
9339         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9340         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9342 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
9344         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9345         case for @Article, etc.
9347 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
9349         * net/tramp.el (tramp-register-file-name-handlers): New defun.
9350         Added with autoload cookie.
9351         (tramp-unload-file-name-handlers): Rename from
9352         `tramp-unload-file-name-handler-alist'.
9354 2006-04-23  Romain Francoise  <romain@orebokech.com>
9356         * comint.el (comint-match-partial-filename): Doc fix.
9358 2006-04-21  Glenn Morris  <rgm@gnu.org>
9360         * calendar/cal-menu.el (calendar-mode-map): Refer to
9361         `diary-view-entries' rather than alias `view-diary-entries'.
9362         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9364 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
9366         * progmodes/antlr-mode.el (antlr-default):
9367         * cus-edit.el (custom-documentation):
9368         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9369         in defface.
9371 2006-04-21  Kim F. Storm  <storm@cua.dk>
9373         * image.el (image-type): New defun split out of create-image.
9374         (create-image): Use it.
9376 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9378         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9379         (org-open-at-point): Remove the "...done" message to keep output
9380         in the echo area visible.
9381         (org-export-as-xoxo): Fix call to `indent-region'.
9383 2006-04-21  Kevin Ryde  <user42@zip.com.au>
9385         * international/mule.el (keyboard-coding-system): defcustom
9386         info-link fixes: "Specify Coding" has been split, keyboard now in
9387         "Terminal Coding", and "Single-Byte Character Support" is now
9388         "Unibyte Mode".
9390 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
9392         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9393         Use font-lock-warning-face for any errors e.g. no stack.
9394         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9396 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9398         * progmodes/sh-script.el (sh-shell): Mark as safe.
9400         * newcomment.el (comment-start, comment-start-skip)
9401         (comment-end-skip, comment-end): Mark as safe.
9403 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9405         * textmodes/org.el (org-deadline-announce): Face removed.
9406         (org-level-faces, org-n-levels): Convert to constant.
9407         (org-compatible-face): New function.
9408         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9409         (org-level-5, org-level-6, org-level-7, org-level-8)
9410         (org-special-keyword, org-warning, org-headline-done, org-link)
9411         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9412         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9413         Face definition revised for better color tty support.
9414         (org-bold-re, org-italic-re, org-underline-re): New constants.
9415         (org-set-font-lock-defaults): Use the new constants.
9416         (org-agenda-highlight-todo): New function.
9417         (org-agenda-todo): Fix bug with point at end of line.
9418         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9419         Fontify TODO keywords.
9420         (org-insert-link): Preserve relative path in ../ links.
9421         (org-export-as-html): Convert links pointing to .org files into
9422         links that will work beteen the exported HTML files.
9423         (org-todo-list): Fix bug when arg=0.
9424         (org-insert-heading): More fine-tuning.
9426 2006-04-19  Romain Francoise  <romain@orebokech.com>
9428         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9429         from `rmail-mime-charset-pattern'.
9431 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9433         * progmodes/python.el (python-mode): Fix typo.
9435 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
9437         * comint.el (comint-previous-input): Don't clobber input line
9438         when moving off either end of the input history ring.
9439         (comint-delete-input): New function, used by
9440         `comint-previous-input' and others.
9441         (comint-previous-matching-input):
9442         Use `coming-delete-input'.  Save the partial input if leaving the
9443         edit line.  Goto point-max before deleting input to avoid
9444         partial input fragments hanging around.
9445         (comint-restore-input): New function, used by `comint-previous-input'.
9447 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
9449         * imenu.el (imenu--index-alist): Balance parentheses.
9451 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9453         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9455 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
9457         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9458         file is nil.
9460 2006-04-18  Richard Stallman  <rms@gnu.org>
9462         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9464         * imenu.el (imenu-create-index-function, imenu--index-alist)
9465         (imenu--last-menubar-index-alist, imenu--make-index-alist)
9466         (imenu-default-create-index-function, imenu--generic-function):
9467         Doc fixes.
9469         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9471         * help-mode.el (help-mode): Set view-exit-action to delete window.
9473         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
9474         now works by passing nil as arg.
9476         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9478         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9479         (read-abbrev-file): Provide default when reading filename.
9481         * files.el (enable-local-variables): Allow :all as value.
9482         (hack-local-variables): Implement that value.
9483         (safe-local-variable-values, safe-local-eval-forms)
9484         (enable-local-variables): Mark as risky.
9485         (find-file-visit-truename, kept-old-versions): Mark safe.
9487         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9488         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9489         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9491 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9494         Use forward-line so as to get to BOL even in the presence of fields.
9495         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9496         in return.
9497         (inferior-tcl): Tell tclsh to work in interactive mode.
9499         * complete.el (partial-completion-mode):
9500         Use 'choose-completion-string-functions to make sure that
9501         choose-completion fills the minibuffer properly.
9503         * complete.el (PC-old-read-file-name-internal): Remove.
9504         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9505         of read-file-name-internal.
9506         (partial-completion-mode): Enable/disable this advice.
9508 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
9510         * net/tramp.el (tramp-completion-file-name-handler): Revert change
9511         of 2006-04-17.
9513 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9515         * textmodes/org.el (org-insert-heading): Insert heading before
9516         current if at beginning of line.
9517         (org-todo, org-date): New faces.
9518         (org-table-align): Make sure tooltip window contains full text.
9519         (org-no-properties): New defsubst.
9520         (org-set-font-lock-defaults): Use new faces.
9522 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
9524         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9525         for root variables.
9527         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9528         (gdb-frame-address): Re-use to identify frame for watch expression.
9529         (gdb-var-list, gdb-var-create-handler): Add frame address for root
9530         variables.
9531         (gdb-init-1, gdb-source, gdb-post-prompt)
9532         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9533         (gdb-frame-handler): Get gdb-frame-address.
9535 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
9537         Sync with Tramp 2.0.53.
9539         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9540         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9541         (tramp-completion-file-name-handler): Add autoload cookie for
9542         adding to `file-name-handler-alist'.
9544         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9545         the prompt.  If it returns earlier (when detecting an error
9546         message), the rest of the output will merge accidently with the
9547         output of the next command.  Reported by M Jared Finder
9548         <jared@hpalace.com>.
9550         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9551         for `process-file', in order to let it work for older Emacsen too.
9553 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
9555         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9556         (tex-font-lock-keywords-3): Use it.
9558 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * newcomment.el (comment-add): New function.
9561         (comment-region-default, comment-dwim): Use it.
9563 2006-04-15  Michael Olson  <mwolson@gnu.org>
9565         * emacs-lisp/tq.el: Improve comments.
9566         (tq-queue-head-question): New accessor function.
9567         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9568         Update for modified queue structure.
9569         (tq-queue-add): Accept `question' argument.
9570         (tq-queue-pop): If a question is pending, send it.
9571         (tq-enqueue): Accept new optional argument `delay-question'.
9572         If this is non-nil, and at least one other question is pending a
9573         response, queue the question rather than sending it immediately.
9575 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9577         * calendar/appt.el (appt-add): Check whether an appointment is
9578         already present in appt-time-msg-list.  Simplify code.
9580 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * progmodes/cc-langs.el (c-mode-menu):
9583         Don't presume c-subword-mode is bound.
9585 2006-04-13  Bill Wohler  <wohler@newt.com>
9587         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
9588         (customize-package-emacs-version): Use cdr instead of cadr now
9589         that alists use dotted pairs.
9591         * custom.el (defcustom): Fix docstring for :package-version.
9593 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
9595         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
9596         (tramp-handle-shell-command): Display output buffer only when
9597         `tramp-display-shell-command-buffer' is true.
9598         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
9600 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9602         * textmodes/org.el (org-set-autofill-regexps): Set only the local
9603         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
9605 2006-04-13  Romain Francoise  <romain@orebokech.com>
9607         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9608         leaving temporary .cvsignore buffers behind.
9610 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9612         * textmodes/org.el (org-set-regexps-and-options)
9613         (org-get-current-options): Better names for the startup folding
9614         options.
9616 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
9618         * vc.el (vc-annotate): Arrange for point to end up at the same
9619         line number as in the original, but only when using a new buffer.
9621 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
9623         * files.el (hack-one-local-variable-eval-safep):
9624         Recognize `edebug-form-spec' for `put', but only if it passes
9625         `edebug-basic-spec'.  Generalize `put' handling.
9627         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
9628         vetting file-local form specs.
9630         * allout.el (allout-layout): Autoload its `safe-local-variable'
9631         property.
9633 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9635         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
9636         (org-agenda-mouse-1-follows-link)
9637         (org-mouse-1-follows-link): New options.
9638         (org-format-agenda-item): Fix bug if TAGS is nil.
9639         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9641 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
9643         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
9644         GDB 6.1+ gives full filename for "info sources" so use
9645         file-name-nondirectory.
9647 2006-04-12  Romain Francoise  <romain@orebokech.com>
9649         * subr.el (read-passwd): Bind `message-log-max' to nil.
9651 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9653         * progmodes/perl-mode.el (perl-indent-new-calculate):
9654         Recompute parse-start after jumping backward by a whole sexp.
9656 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
9659         window configuration.
9660         (vc-annotate-display-select): Select the buffer so that current-buffer
9661         (and selected-window) is the output buffer at the end of vc-annotate.
9663 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
9665         * vc.el (vc-annotate-color-map): Add custom TTY color map for
9666         8-color terminals, to use all of the colors in a sensible order.
9667         256-color terminals work well with the standard map.
9668         (vc-annotate-lines): Only strip the first color character if it
9669         is "#", to allow for terminal-style named colors.
9670         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9671         the correct buffer is scrolled.
9673 2006-04-11  Richard Stallman  <rms@gnu.org>
9675         * emacs-lisp/bytecomp.el (byte-compile-file):
9676         Bind enable-local-variables to :safe, and make normal-mode obey it.
9678         * files.el (enable-local-variables): Allow value :safe.
9679         (normal-mode): Doc fix.
9680         (hack-local-variables): Implement enable-local-variables = :safe.
9681         (hack-local-variables-confirm): Don't prevent quitting.
9683 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9685         * loadhist.el (unload-feature): A bit of sanity check of
9686         load-history entries.  Cancel timer-vars before unbinding them.
9688         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
9689         quote special chars, and make the trick work on the hex part of the
9690         buffer as well.
9691         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
9692         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
9694         * startup.el (normal-splash-screen): Fix last change so we don't wait
9695         2 minutes if we don't show the splash screen.
9697 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
9699         * textmodes/org.el (org-export-plain-list-max-depth)
9700         (org-table-spaces-around-separators)
9701         (org-radio-targets, org-activate-camels)
9702         (org-table-spaces-around-invisible-separators): Options removed.
9703         (org-time-stamp-rounding-minutes, org-remember-templates)
9704         (org-ellipsis, org-activate-links, org-descriptive-links):
9705         New options.
9706         (org-remember-apply-template, org-current-time)
9707         (org-finish-edit-table-field)
9708         (org-link-unescape, org-link-escape)
9709         (org-string-width, org-table-clean-line, org-html-do-expand)
9710         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9711         (org-read-agenda-file-list): New functions.
9712         (org-table-edit-field)
9713         (org-table-create-or-convert-from-region): New commands
9714         (org-table-toggle-vline-visibility): Command removed.
9715         (org-table-convert-region): Made a command.
9716         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
9717         Replace with the normal org- functions.
9718         (org-self-insert-command): Don't trigger realign unnecessarily
9719         when blanking a field that is not full.
9720         (org-mode): `Set buffer-invisibility-spec' for links.
9721         (org-activate-links2): Hide link part and only show descriptive
9722         part of the link.
9723         (org-insert-link): Modify for new linking system.
9724         (org-store-link): Store description separately, for use by
9725         `org-insert-link'.
9726         (org-table-align): Use `org-string-width'.
9727         (defgroup): Completely new group structure for custom variables.
9728         (org-agenda-files): Option: Single file name allowed.  Function:
9729         Optional argument unrestrited means ignore any restricitons.
9730         (org-install-agenda-files-menu): Find a buffer in Org-mode before
9731         trying to modify the menu.  Use generalized access to
9732         `org-agenda-files.'
9733         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9734         (org-agenda-file-to-front, org-remove-file, org-diary)
9735         (org-tags-view, org-export-icalendar-all-agenda-files)
9736         (org-export-icalendar-combine-agenda-files): Use generalized
9737         access to `org-agenda-files'.
9738         (org-remember-handler): Correctly preserve heading if present.
9739         (org-table-insert-row, org-table-insert-hline): Deal with
9740         invisible characters.
9742 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
9744         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
9745         (vc-annotate-color-map): New 18 element constant
9746         value/saturation, rotating hue colormap, from red->blue.
9747         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
9748         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
9749         (vc-annotate): To avoid killing the required local variables,
9750         set them before the end of `with-output-to-temp-buffer', and
9751         after first switching to annotate-mode.
9752         (vc-annotate-warp-version): Add buffer argument in goto-line to
9753         ensure annotation, not source, is scrolled.
9755 2006-04-10  Bill Wohler  <wohler@newt.com>
9757         * custom.el (defcustom, custom-handle-keyword):
9758         Add :package-version keyword.
9759         (custom-add-package-version): New function.  Sets value of new
9760         property 'custom-package-version from :package-version keyword.
9761         (defcustom): Create Common Keywords section in docstring.
9762         (defface, defgroup): Replace definitions of a select few keywords
9763         with a reference to the Common Keywords in defcustom.
9764         (defcustom, defface, defgroup): Replace reference to Customization
9765         chapter in manual with hyperlink.
9767         * cus-edit.el (customize-package-emacs-version-alist): New variable.
9768         (customize-changed-options): Add check for custom-package-version.
9769         (customize-package-emacs-version): New function to look up Emacs
9770         version corresponding to the given package version.
9772         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
9773         defun name, in similar fashion to find-variable-regexp.
9775 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
9777         * international/mule-cmds.el (set-locale-environment): Fix last
9778         change for when the locale's preferences don't specify any encoding.
9780 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9782         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
9783         so the defined var/fun doesn't need to be quoted.
9785 2006-04-10  Richard Stallman  <rms@gnu.org>
9787         * finder.el (finder-mode-map): Add n and p bindings.
9789 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
9791         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
9792         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
9793         (gdb-setup-windows): Put something in source window if we can't find
9794         the source file.
9795         (gdb-frame-handler): Make it work again with just assembly.
9796         (gdb-data-list-register-values-handler): Make it work when there is
9797         no stack.
9799 2006-04-09  Richard Stallman  <rms@gnu.org>
9801         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
9802         specs while looking for charset.
9804         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
9806         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9807         Make them faces.
9808         (lm-font-lock-keywords): Update appropriately.
9810 2006-04-10  Kim F. Storm  <storm@cua.dk>
9812         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
9813         it can also replace buffer-substring-no-properties.
9815         * emulation/cua-base.el (cua-delete-region, cua-paste)
9816         (cua-repeat-replace-region): Use filter-buffer-substring.
9818         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9819         (cua-cut-region-to-global-mark): Likewise.
9821         * emulation/cua-rect.el (cua--extract-rectangle)
9822         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
9824 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9826         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
9827         entry-type.  Add field delimiters to numerical fields if they are
9828         not present.
9830 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9832         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
9833         string-const to return value.
9834         (bibtex-remove-delimiters): Use it.
9836 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9838         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
9839         cl-byte-compile-compiler-macro unless it exists.
9841 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9843         * files.el (hack-local-variables-confirm) <offer-save>:
9844         Clarify message text.  Suggested by Ralf Angeli.
9846 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9848         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
9849         (delete-extract-rectangle-line): Use `filter-buffer-substring'
9850         instead of `buffer-substring' and `delete-region'.  (Most of the
9851         code actually copied from `kill-region'.)
9853 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
9855         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
9856         (rcirc-default-port): Rename from rcirc-port.
9857         (rcirc-default-nick): Rename from rcirc-nick.
9858         (rcirc-default-user-name): Rename from rcirc-user-name.
9859         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
9860         (rcirc-low-priority-flag): New variable.
9861         (rcirc-decode-coding-system): New defcustom.
9862         (rcirc-encode-coding-system): New defcustom.
9863         (rcirc-coding-system-alist): New defcustom.
9864         (rcirc-multiline-major-mode): New defcustom.
9865         (rcirc-nick): New internal variable.
9866         (rcirc-process): Remove variable.
9867         (rcirc-server-buffer): New variable.
9868         (rcirc): Update to use rcirc-default-* variables above.
9869         (rcirc-connect): Do not add window-configuration-hook-here.
9870         (rcirc-server): New internal variable.
9871         (rcirc-connect): Do not send keepalive pings if
9872         rcirc-keepalive-seconds is nil.
9873         (with-rcirc-server-buffer): New macro.
9874         (rcirc-send-string): Encode with rcirc-encode-coding-system.
9875         (rcirc-server-name): Rename from rcirc-server.
9876         (rcirc-buffer-process): New function.
9877         (rcirc-buffer-nick): New function.
9878         (rcirc-buffer-target): Remove function.
9879         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9880         New commands.
9881         (rcirc-mode-map): Change binding of C-c C-l to
9882         rcirc-toggle-low-priority.
9883         (rcirc-mode): Initialize coding system based on
9884         rcirc-coding-system-alist.  New change-major-mode-hook to part the
9885         channel on a mode change.  Make kill-buffer-hook buffer-local.
9886         (rcirc-change-major-mode-hook): New function.
9887         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9888         (rcirc-last-post-time): New variable.
9889         (rcirc-process-message): Store the last time user posted a message
9890         to this target.
9891         (rcirc-multiline-minor-mode): New mode.
9892         (rcirc-multiline-minor-mode-map): New mode map.
9893         (rcirc-edit-multiline): Put multiline-edit buffer in
9894         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9895         (rcirc-print): Ignore any line starting with an ignored nick.
9896         (rcirc-print): Decode using rcirc-decode-coding-system.
9897         (rcirc-track-minor-mode): Update global-mode-string when disabling
9898         this mode.
9899         (minor-mode-alist): Add LowPri indicator.
9900         (rcirc-toggle-low-priority): New function.
9901         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9902         next lowpriority buffer with activity.
9903         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9904         last time the user posted a message in to the target.
9905         (rcirc-update-activity-string): New formatting for low priority
9906         buffers.
9907         (rcirc-split-activity): New function.
9908         (rcirc-handler-PART, rcirc-handler-KICK)
9909         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9910         (rcirc-nick-away-alist): New variable.
9911         (rcirc-handler-301): New handler.  Away messages are printed once
9912         per change.
9914 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9916         * info.el (Info-follow-nearest-node): Doc fix.
9918         * international/mule-cmds.el (set-locale-environment): Make sure
9919         the coding-system preferred by the locale's language has the same
9920         EOL conversion type as the original buffer-file-coding-system.
9921         (locale-language-names): Add a few MS Windows language codes.
9923 2006-04-07  Richard Stallman  <rms@gnu.org>
9925         * simple.el (eval-expression): Doc fix.
9927         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9928         (eval-defun): Doc fixes.
9930 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9932         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9934 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9936         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9937         GDB list command without argument for greater generality.
9939 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9941         * subr.el (string-or-null-p): New function.
9943         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9945         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9947         * files.el: Update comment about safe-local-variable declarations.
9949 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9951         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9952         See idlwave.org.
9954         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9955         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
9957         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
9958         See idlwave.org.
9960         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
9961         version 6.0 (minimal changes).  See idlwave.org.
9963         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
9964         6.0 (minimal changes).  See idlwave.org.
9966         * progmodes/idlw-rinfo.el: File obsoleted and removed.
9968 2006-04-06  Romain Francoise  <romain@orebokech.com>
9970         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
9971         symmetric encryption features and a new asynchronous interface to
9972         GnuPG.  This new version is version 1.4, plus whitespace changes.
9974 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9976         * files.el: Move some `safe-local-variable' declarations to the
9977         respective files.
9979         * textmodes/ispell.el (ispell-check-comments)
9980         (ispell-local-dictionary): Mark as safe.
9982         * abbrev.el (abbrev-mode): Mark as safe.
9984         * add-log.el (change-log-default-name): Mark as safe.
9986         * textmodes/reftex-vars.el (reftex-vref-is-default)
9987         (reftex-fref-is-default, reftex-level-indent)
9988         (reftex-guess-label-type): Mark as safe.
9990         * textmodes/fill.el (colon-double-space): Mark as safe.
9992         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
9993         (sentence-end-double-space, sentence-end-without-period)
9994         (sentence-end-without-space, sentence-end, sentence-end-base)
9995         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
9997 2006-04-06  Kim F. Storm  <storm@cua.dk>
9999         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10000         the :set-after list.
10001         (ido-downcase-unc-hosts): New user option.  Default on.
10002         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10003         when it is set, as regexps are now applied on the fly.
10004         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10005         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10006         on the fly, but only when ido-process-ignore-lists is set.
10007         Do case insensitive filtering if ido-downcase-unc-hosts is set.
10008         Only downcase names if ido-downcase-unc-hosts is set.
10010 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
10012         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10014         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10016 2006-04-05  Kim F. Storm  <storm@cua.dk>
10018         * ido.el (ido-mode): Set after ido-unc-hosts and
10019         ido-ignore-unc-host-regexps.
10020         (ido-save-history): Save ido-unc-hosts-cache.
10021         (ido-load-history): Load ido-unc-hosts-cache.
10022         (ido-reread-directory): Refresh unc hosts cache in // dir.
10024         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10025         to nil while displaying slash screen.
10027 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10029         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10030         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10032 2006-04-05  Kenichi Handa  <handa@m17n.org>
10034         * international/characters.el: Setup cases of Latin, Greek, and
10035         Cyrillic characters in CJK charsets.
10037 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10039         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10040         default-enable-multibyte-characters.  This reverts the change from
10041         revision 6.17 which is no longer necessary because the passphrase
10042         is sent separately now.  GnuPG messages are unreadable under
10043         multibyte locales with default-enable-multibyte-characters set to nil.
10045 2006-04-04  Andreas Schwab  <schwab@suse.de>
10047         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10048         and `byte-compile-warnings' as `safe-local-variable'.
10050 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10052         * man.el (Man-mode-map): Restore the \r binding.
10053         (Man-abstract-xref-man-page): If Man-target-string is a function,
10054         call it.
10055         (Man-highlight-references): Use Man-default-man-entry to get the
10056         target.  Deal with xrefs too.
10057         (Man-highlight-references0): Don't call the target function.
10059         * woman.el (WoMan-xref-man-page): Strip the section number, woman
10060         cannot deal with it.
10062 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10064         * pgg-gpg.el: Clean up process buffers every time gpg processes
10065         complete.
10067 2006-04-04  Kenichi Handa  <handa@m17n.org>
10069         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10070         here.
10071         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10072         Temporarily bind inhibit-field-text-motion to t.
10074 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10076         * startup.el (normal-splash-screen): Only set mode-line-format in the
10077         splash buffer, so as not to interfere when debugging the code.
10078         Ignore errors when switching buffer.
10080 2006-04-03  Romain Francoise  <romain@orebokech.com>
10082         * dired.el (dired-dnd-protocol-alist): Fix typo.
10084 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10086         * savehist.el (savehist): Add :version.
10087         (savehist-ignored-variables): New variable.
10088         (savehist-minibuffer-hook): Don't save variables listed in
10089         `savehist-ignored-variables'.
10091         * dired.el (dired-dnd-protocol-alist): Mention that change does
10092         only apply to new buffers in doc string.
10094 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10096         * recentf.el (recentf-open-files-item): Include newline in button
10097         field, so opening a file will work, when the point is at the end
10098         of the file name.  Allow, for example, to [i]search a file by
10099         extension and just push RET to open it.
10101 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10103         * pgg-gpg.el (pgg-gpg-process-filter)
10104         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10106         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10107         lines, temporary fix.
10109 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10111         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10113 2006-04-02  Richard Stallman  <rms@gnu.org>
10115         * progmodes/compile.el (compilation-message-face): Make it defcustom.
10117 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10119         * ibuf-macs.el (define-ibuffer-column): Add a new key:
10120         header-mouse-map.
10122         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10123         (ibuffer-mode-header-map): New keymaps.
10124         (ibuffer-update-title-and-summary): Enable mouse face highlighting
10125         and keybindings for column headers.
10126         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10127         property.
10129 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10131         * speedbar.el (speedbar-after-create-hook): Doc fix.
10133 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
10135         * shell.el (shell-directory-tracker)
10136         (shell-dynamic-complete-command): Doc fixes.
10138 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
10140         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10141         terminals.
10143 2006-04-01  Kim F. Storm  <storm@cua.dk>
10145         * ido.el (ido-unc-hosts-cache): New defvar.
10146         (ido-unc-hosts): If value of defcustom is a function, call it to
10147         get list of UNC hosts.  Add function-item choices to specify
10148         ido-unc-hosts-net-view or user function.
10149         (ido-ignore-unc-host-regexps): New defcustom.
10150         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10151         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10152         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10154 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10156         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10157         wwidth.
10159 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
10161         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10162         (ido-max-work-file-list, ido-switch-buffer)
10163         (ido-read-file-name-as-directory-commands):
10164         Fix typos in docstrings.
10166 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10168         * term/mac-win.el (mac-system-coding-system): Define and use after
10169         Mac-specific coding systems are ready.
10171 2006-03-27  Romain Francoise  <romain@orebokech.com>
10173         * net/rcirc.el (rcirc-connect): Add autoload cookie.
10175         * ldefs-boot.el: Update.
10177 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10179         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10180         passphrases when it is not needed.
10181         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10182         passphrase stuff from gpg, should only be necessary when you use
10183         gpg with a smartcard.
10185 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10187         * comint.el (comint-dynamic-list-completions): Allow user to
10188         select *Completions* buffer.
10190 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
10192         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10194 2006-03-26  Andreas Schwab  <schwab@suse.de>
10196         * progmodes/gud.el (gdb): Only complain about multiple debugging
10197         when the gdb process is still running.
10199 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
10201         * mail/rmail.el (tool-bar-map): Defvar it.
10202         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10203         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10205 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10207         * help.el (print-help-return-message): Suggest to use
10208         display-buffer instead of switch-to-buffer-other-window to restore
10209         the previous window without selecting it.
10211 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10213         * frame.el (select-frame-by-name): Call x-focus-frame also when
10214         window-system is mac.
10216         * term/mac-win.el: Adjust Courier font specifications in
10217         x-fixed-font-alist.
10218         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10219         when directly encoding to UTF-16 in native byte order, no BOM.
10221 2006-03-25  Kim F. Storm  <storm@cua.dk>
10223         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10224         (cua--init-keymaps): Use it instead of fixed C-return.
10225         (cua-mode): Set after it.
10227         * emulation/cua-rect.el (cua--init-rectangles):
10228         Use cua-rectangle-mark-key instead of fixed C-return.
10230 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
10232         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10233         "run" in .gdbinit.
10234         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10236 2006-03-24  Romain Francoise  <romain@orebokech.com>
10238         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10239         `display-buffer-other-frame'.
10241 2006-03-24  Kim F. Storm  <storm@cua.dk>
10243         * apropos.el (apropos-synonyms): Add selection => region.
10245 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10247         * progmodes/gdb-ui.el (gdb-var-create-regexp)
10248         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10249         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10250         (gdb-data-list-register-values-regexp)
10251         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10252         Future proof against new fields being added to MI output.
10253         (gdb-send): Don't treat backslashes for program input as
10254         continuations.
10255         (gdb-assembler-handler): Don't use window-start for this handler.
10256         (gdb-frame-handler): Don't change to hollow arrow if overlay
10257         arrow doesn't move to new frame.
10259 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10261         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10262         prevent compiler warnings.
10263         (gdb-stopped): Check for gud-last-last-frame (case: signal).
10264         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10265         (gdb-assembler-custom): Use hollow-right-triangle for assembler
10266         buffer too.
10268 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
10270         * pgg-gpg.el (pgg-gpg-update-agent): Check for
10271         make-network-process, so we can use the same code in Gnus v5-10
10272         too and have this file fully synchronized with that release.
10274 2006-03-23  Romain Francoise  <romain@orebokech.com>
10276         * ibuf-ext.el (ibuffer-read-filter-group-name):
10277         Use `ibuffer-generate-filter-groups' to make completion list match
10278         the filter groups that are really displayed in the Ibuffer buffer.
10279         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10281 2006-03-23  Kenichi Handa  <handa@m17n.org>
10283         * international/mule-cmds.el (sort-coding-systems): Describe that
10284         the argument is modified in docstring.
10286 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10288         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10289         (pgg-gpg-update-agent): New function.
10290         (pgg-gpg-use-agent-p): New function.
10291         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10292         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10293         (pgg-gpg-sign-region): Use it.
10295 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
10297         * cus-edit.el (custom-face-set): Call custom-push-theme before
10298         face-spec set so that `changed' theme is correctly saved.
10299         (custom-face-reset-standard): Reset to recalculated face rather
10300         than defface spec.
10302         * custom.el (custom-push-theme): Only save `changed' theme if the
10303         current face does not match the defface specs.
10305 2006-03-21  Simon Josefsson  <jas@extundo.com>
10307         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10308         <wilde@sha-bang.de>.
10309         (pgg-gpg-use-agent): New variable.
10310         (pgg-gpg-process-region): Use it.
10311         (pgg-gpg-encrypt-region): Likewise.
10312         (pgg-gpg-encrypt-symmetric-region): Likewise.
10313         (pgg-gpg-decrypt-region): Likewise.
10314         (pgg-gpg-sign-region): Likewise.
10315         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10317 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
10319         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10320         bracket links.
10322 2006-03-21  Kim F. Storm  <storm@cua.dk>
10324         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10325         fringe-indicator-alist instead of modifying global value.
10326         (gdb-frame-handler): Likewise.
10328 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
10330         * diff-mode.el (diff-function): Make it inherit from diff-header
10331         instead of diff-context.
10333         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10334         bitmap.
10335         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10336         change names in macro above for consistency.
10337         (gdb-frame-handler): Use hollow-right-triangle for all selected
10338         frames which except the innermost (where execution has stopped).
10339         (gdb-reset): Reset buffer-local values of overlay-arrow.
10341 2006-03-20  Richard Stallman  <rms@gnu.org>
10343         * simple.el (set-mark-command): Doc fix.
10345         * files.el (display-buffer-other-frame): New command.
10346         (ctl-x-4-map): Bind C-x 5 C-o to it.
10348 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10350         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10351         rather than just defer-time, in case defer-time has been changed but
10352         the timer isn't running yet.
10353         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10355 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
10357         * help-mode.el (help-follow-symbol): New function.
10358         Essentially identical to the old `help-follow', but do not let
10359         `push-button' do the work when on an xref.
10360         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10362 2006-03-19  Richard Stallman  <rms@gnu.org>
10364         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10365         preceded by the word `program'.
10366         (help-follow-mouse, help-follow): Throw error if not on xref.
10367         Delete no longer used args.
10369 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
10371         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10372         annotation ensure gud-overlay-arrow-position is redisplayed.
10374 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10376         * textmodes/bibtex.el (bibtex-include-OPTkey)
10377         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10378         (bibtex-autokey-name-case-convert)
10379         (bibtex-autokey-titleword-case-convert): Make these the aliases
10380         for the following two variables.
10381         (bibtex-autokey-name-case-convert-function)
10382         (bibtex-autokey-titleword-case-convert-function): Make these the
10383         real names.
10384         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10385         bibtex-font-lock-crossref sublists.
10386         (bibtex-mode): Revert 2005-12-30 change (which made
10387         completion-ignore-case buffer-local).
10388         (bibtex-url): Simplify.
10390 2006-03-19  Kim F. Storm  <storm@cua.dk>
10392         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10393         cursor property value to 2 (to align with C level change).
10395 2006-03-19  Bill Wohler  <wohler@newt.com>
10397         * image.el (image-load-path-for-library): Shorten first line in
10398         docstring.
10400 2006-03-18  Richard Stallman  <rms@gnu.org>
10402         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10404 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
10406         * isearch.el (isearch-other-meta-char): Handle user bindings for
10407         shifted control characters.
10409 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
10411         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10412         part that matches email addresses, file names, etc.
10414 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
10416         * term/w32-win.el (mouse-set-font):
10417         Mention w32-list-proportional-fonts in the doc string.
10419 2006-03-18  Kim F. Storm  <storm@cua.dk>
10421         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10422         (ido-unc-hosts): New user option to explicitly define list of know
10423         UNC-style hosts for completion.
10424         (ido-cache-unc-host-shares-time): New user option.
10425         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10426         New helper functions for UNC file-name support.
10427         (ido-may-cache-directory): Check for UNC host.  Simplify.
10428         (ido-wash-history): Clean out old UNC hosts.
10429         (ido-nonreadable-directory-p): UNC hosts are always readable.
10430         (ido-directory-too-big-p): UNC hosts are never too big.
10431         (ido-set-current-directory): Handle UNC root path.
10432         (ido-file-name-all-completions): Complete UNC host names from
10433         ido-unc-hosts list.  Cache UNC host shares.
10434         (ido-make-file-list-1): Don't filter UNC root.
10435         (ido-exhibit): Check for // in root directory, and switch to UNC
10436         mode by setting ido-current-directory to //.
10438 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10440         * cus-edit.el (customize-changed-options): Mention explicit
10441         version number as default in prompt.
10443 2006-03-17  Bill Wohler  <wohler@newt.com>
10445         * image.el (image-load-path-for-library): Minor docstring fix.
10447 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
10449         * textmodes/org.el (org-read-date): Include subgroup 5 into
10450         replacement text.
10451         (org-popup-calendar-for-date-prompt): Fix customization type.
10453 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
10455         * progmodes/gdb-ui.el (gud-watch): Provide completion.
10456         (gdb-continuation): New variable.
10457         (gdb-send): Deal with continuation lines.
10459         * progmodes/gud.el (gud-gdb-complete-command)
10460         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10461         expressions.
10462         (gud-tooltip-mode): Use buffer-local value.
10464 2006-03-16  Kim F. Storm  <storm@cua.dk>
10466         * ido.el (ido-edit-input): Use selected match, if any.
10468 2006-03-16  Bill Wohler  <wohler@newt.com>
10470         * image.el (image-load-path-for-library): Prefer user's images in
10471         image-load-path.
10473 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
10475         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10476         when checking for attempt to drag leftmost or rightmost scrollbar.
10478 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
10480         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10481         (gdb-force-mode-line-update): New function.
10482         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10483         (gdb-exited): Use them.
10484         (gdb-signal): New function.
10485         (gdb-annotation-rules): Provide a rule for it.
10487 2006-03-16  Kenichi Handa  <handa@m17n.org>
10489         * international/mule.el (auto-coding-regexp-alist): Add entries
10490         for Unicode BOM.
10492         * sort.el (sort-build-lists): Temporarily bind
10493         inhibit-field-text-motion to t.
10495 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
10497         * locate.el (locate-command, locate-make-command-line)
10498         (locate-fcodes-file, locate-update-command)
10499         (locate-prompt-for-command, locate, locate-with-filter)
10500         (locate-get-file-positions): Doc fixes.
10501         (locate-buffer-name, locate-header-face): Remove leading `*' in
10502         defcustom.
10503         (locate-filter-output): Use `keep-lines' instead of its alias
10504         `delete-non-matching-lines'.
10505         (locate-get-filename, locate-get-dirname): Add introductory comment.
10506         (locate-find-directory-other-window): Give appropriate error
10507         message if used outside main listing.
10509 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10511         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10512         the new extend-region feature.
10513         (font-lock-after-change-function): Update correspondingly.
10514         * jit-lock.el (jit-lock-after-change): Update correspondingly.
10515         * progmodes/grep.el (font-lock-lines-before): Don't disable.
10517 2006-03-15  Bill Wohler  <wohler@newt.com>
10519         * image.el (image-load-path-for-library): Fix example by not
10520         recommending that one binds image-load-path.  Just defvar it to
10521         placate compiler and only use it if previously defined.
10523 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
10525         * textmodes/org.el (org-insert-centered): Use `string-width' to
10526         make underlining work for wide characters.
10527         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10528         TAB to `org-cycle', to make sure that no binding in
10529         `outline-mode-map' can supercede it.
10531 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
10533         * allout.el: Increment version to 2.2.1 in file commentary.
10535         (allout-version): Increment to 2.2.1.
10537         (allout-default-layout): New customization variable, used when the
10538         file lacks a specific allout-layout.  Uses allout-layout-type for
10539         recursively nested definition.
10541         (allout-layout-type): Widget defining allout layouts, necessary for
10542         self-recursive definition.
10544         (allout-mode): Incorporate allout-default-layout as fallback for
10545         allout-layout.
10547         (allout-layout): Mark as 'safe-local-variable', and refer mention
10548         fallback to `allout-default-layout' in absence of a specified value.
10549         (allout-passphrase-verifier-string)
10550         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10552         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10554         (allout-get-encryption-passphrase-verifier): Use correct name of
10555         passphrase verifier in docstring.
10557 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
10559         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10560         elements.
10561         (gdb-find-watch-expression): Make it work for arrays too.
10562         Follow change to gdb-var-list.
10563         (gud-watch): Allow the user to enter variable name with a prexix
10564         arg.  Create keybindings.
10565         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10566         (gdb-var-list-children-handler, gdb-var-update-handler)
10567         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10568         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10569         Follow change to gdb-var-list.
10570         (gdb-starting): Don't show the overlay arrows when program is running.
10572         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10573         gdb-var-list.
10575 2006-03-14  Bill Wohler  <wohler@newt.com>
10577         * image.el (image-load-path-for-library): Pass value of path
10578         rather than symbol.  Always return list of directories.
10579         Guarantee that image directory comes first.
10581 2006-03-14  Alan Mackenzie  <acm@muc.de>
10583         * font-core.el (font-lock-extend-region\(-function\)?.):
10584         New function/variable.
10586         * font-lock.el (font-lock-after-change-function):
10587         Call font-lock-extend-region.  Obey font-lock-lines-before.
10588         (font-lock-default-fontify-region): Remove reference to
10589         font-lock-lines-before.
10591         * jit-lock.el (jit-lock-after-change):
10592         Call font-lock-extend-region.  Obey font-lock-lines-before.
10594 2006-03-14  David Ponce  <david@dponce.com>
10596         * tree-widget.el (tree-widget-themes-load-path)
10597         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10599 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
10601         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
10602         (rcirc-print): Mark the start of text at the end of the prompt.
10603         (rcirc-track-minor-mode): Add autoload cookie.
10604         (rcirc-update-activity-string): Add space to front of mode-line
10605         indicator.
10607 2006-03-13  Miles Bader  <miles@gnu.org>
10609         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
10610         (rcirc-abbrev-nick): Remove function.
10611         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
10613 2006-03-13  David Ponce  <david@dponce.com>
10615         * tree-widget.el: Handle themes across all occurrences of the main
10616         themes sub-directory found in tree-widget-themes-load-path.
10617         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10618         (tree-widget--locate-sub-directory): Return all occurrences.
10619         (tree-widget-themes-path): New function.
10620         Replace tree-widget-themes-directory, and return a list of directories.
10621         (tree-widget-set-parent-theme)
10622         (tree-widget-lookup-image): Use it.
10624 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
10626         * textmodes/org.el (org-link-search): Avoid self-matching of
10627         links, allow target text to be distributed over several lines.
10628         (org-search-not-link): New function.
10629         (org-set-regexps-and-options, org-get-current-options):
10630         New startup options.
10631         (org-export-as-html): Take odd-level setting from local variable.
10632         (org-fontify-emphasized-text): New option.
10633         (org-set-font-lock-defaults): Include emphasized text.
10634         (org-follow-mhe-link): Allow folder-only links, fix folder name.
10635         (org-font-lock): Customize group renamed from `org-faces'.
10637 2006-03-13  John Paul Wallington  <jpw@pobox.com>
10639         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
10640         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
10642 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
10644         * cus-start.el (all): Delete :version keyword for members of the
10645         fringe group, since the entire group is new in 22.1.
10647 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
10649         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
10650         map if value is hexadecimal (an address).
10651         (gud-watch): Only search roots for existing watch expressions.
10652         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
10653         prevent caching problems with speedbar-update-directory-contents.
10655 2006-03-12  Juri Linkov  <juri@jurta.org>
10657         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
10658         before comparing with `low' and `warn'.
10660         * info.el (Info-dir-remove-duplicates): Move point to the
10661         beginning of the current line after deleting the entries from
10662         redundant heading.  Use marker for `limit' and compare it with
10663         point before calling `re-search-forward'.
10665 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
10667         * simple.el (yank): Fix typo in docstring.
10669 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
10671         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
10672         messages, where "D" is the 6th character.
10674 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10676         * simple.el (yank): Fix last change.
10678 2006-03-11  David Ponce  <david@dponce.com>
10680         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
10681         merging elements from the standard ispell-dictionary-alist.
10682         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
10683         alist, and return the new alist.
10685 2006-03-11  Richard Stallman  <rms@gnu.org>
10687         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
10689         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
10690         the way it is implemented is too unclean.
10692         * simple.el (kill-region, yank): Doc fix.
10694         * battery.el (battery-echo-area-format): Doc fix.
10695         (battery-mode-line-format): Likewise.
10696         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
10697         (battery-linux-proc-acpi): Ignore batteries that say "charged".
10699 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10701         * progmodes/octave-mod.el (octave-indent-for-comment):
10702         Behave according to do string.
10704 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
10706         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
10707         Be visible only if major mode is Mail Mode.
10709         * textmodes/flyspell.el (flyspell-external-point-words)
10710         (flyspell-process-localwords): Fix last changes.
10712 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10714         * calendar/holidays.el (list-holidays): Doc fix.
10716         * international/mule.el (auto-coding-alist): Add .odt
10717         (OpenOffice's open document) files.
10719         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
10720         document) files.  Mention in the doc string the need to sync with
10721         auto-coding-alist.
10723 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
10725         * files.el (hack-local-variables-confirm): Don't prompt for ! if
10726         enable-local-variables is set to always query, or there is no
10727         savable variable.
10729 2006-03-10  Bill Wohler  <wohler@newt.com>
10731         * image.el (image-load-path-for-library): Merge at least three
10732         functions from Gnus and MH-E into this one function that can now
10733         be shared.
10735 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
10737         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10738         gdb-remove-mouse-face and remove help-echo too.
10739         (gdb-enqueue-input): Correct conditional clause.
10741 2006-03-10  Glenn Morris  <rgm@gnu.org>
10743         * calendar/calendar.el (calendar-holidays): Doc fix.
10744         * calendar/holidays.el (list-holidays): Doc fix.
10746 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
10748         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
10749         it gets called in gdb-prompt anyway.
10750         (gdb-use-separate-io-buffer): Only restore window arrangement for
10751         gdb-many-windows.
10752         (gdb-enqueue-input): Make it harder to send GDB input when program
10753         is running.
10754         (gdb-buffer-list): New variable.
10755         (gdb-remove-mouse-face): New function.
10756         (gdb-starting): Use it when GDB input won't get sent.
10758 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
10760         * help.el (view-lossage): Remove trailing whitespace before
10761         inserting "\n".
10763 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
10765         * files.el (hack-local-variables-confirm):
10766         Set coding-system-for-read to nil before writing to .emacs.
10768         * arc-mode.el (archive-extract): Check if an existing buffer name
10769         comes from a different archive.
10771         * help.el (describe-key-briefly): If KEY is a down event, read and
10772         discard the up event.
10774 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
10776         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
10777         be edited and use font-lock-warning-face for any changes.
10779         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
10780         (gdb-edit-value): Use it to report any errors.
10782 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
10784         * help.el (describe-key): Remove leftover test code.
10786 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
10788         * textmodes/org.el: Move defvars out of eval-when-compile.
10789         Use buffer-file-name variable.
10790         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
10791         arg `file'.
10792         (org-level-faces): Remove startup dependency.
10793         (org-cycle, org-map-tree, org-scan-tags)
10794         (org-remember-handler): Don't call `outline-level' directly.
10795         (org-mhe-search-all-folders): New option.
10796         (org-mhe-get-message-folder-from-index)
10797         (org-mhe-get-message-folder): Fix indexing search.
10798         (org-format-agenda-item): Handle nil TAGS argument.
10799         (org-cleaned-string-for-export, org-activate-target-links)
10800         (org-make-target-link-regexp): Deal with empty radio target list.
10801         (org-tag): New face.
10802         (org-get-level-face): New function.
10803         (org-set-font-lock-defaults): Simplify setup for headlines.
10804         (org-complete): Pass common substring to `display-completion-list'.
10806 2006-03-06  David Ponce  <david@dponce.com>
10808         * tree-widget.el: Update Commentary header.
10809         (tree-widget-theme-name): Ignore parent themes.
10810         (tree-widget-set-parent-theme): New function.
10811         (tree-widget-set-theme): Use it.
10812         (tree-widget-set-image-properties): Move definition.  Does nothing
10813         if image properties have already been set.
10814         (tree-widget-image-properties): Move definition.  Receive an image
10815         name.  Set the :pointer property.
10816         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
10817         Don't set the :pointer image property.
10818         (tree-widget-convert-widget): New function.  Handle :dynargs
10819         compatibility here.
10820         (tree-widget): Use it to :convert-widget.  Add the :expander-p
10821         predicate to control when the :expander function is entered.
10822         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
10823         (tree-widget-value-create): Handle :expander-p.  widget-apply
10824         :expander.
10825         (tree-widget-expander-p): New function.  Default value of the
10826         :expander-p property.
10828 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
10830         * help.el (describe-key): Properly handle the return value of
10831         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
10832         remaps.  Handle string and vector `follow-link' values.
10834 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10836         * complete.el (PC-expand-many-files): Try be more careful when parsing
10837         the shell's output.
10839 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10841         * outline.el (hide-sublevels): Provide better interactive default.
10843 2006-03-06  Kenichi Handa  <handa@m17n.org>
10845         * international/fontset.el (create-fontset-from-fontset-spec):
10846         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
10848 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10850         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
10851         backslashes instead of one in regexp.
10852         (gud-tooltip-dereference): Add missing optional argument.
10854 2006-03-04  John Paul Wallington  <jpw@pobox.com>
10856         * wdired.el (toplevel): Require `cl' at compile-time.
10858 2006-03-04  Andreas Schwab  <schwab@suse.de>
10860         * server.el (server-process-filter): Handle errors during
10861         evaluation of the argument.
10863 2006-03-03  John Paul Wallington  <jpw@pobox.com>
10865         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
10866         escape parentheses at beginning of line.
10867         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
10868         (t-mouse-mode): Remove period from end of error message.
10870 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
10872         * textmodes/flyspell.el (flyspell-process-localwords):
10873         Be case-sensitive.
10875 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
10877         * cus-edit.el (custom-quote): Remove function, since it has been
10878         moved to custom.el.
10880         * font-lock.el (lisp-font-lock-keywords-2)
10881         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
10882         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
10883         they have no special meaning.
10885         * midnight.el (clean-buffer-list): Handle case where base-buffer of
10886         indirect buffer gets killed before indirect buffer.  Use dolist.
10888 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10890         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10891         value instead of a literal constant (1) on more pauses.
10893 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10895         * textmodes/flyspell.el (flyspell-external-point-words):
10896         Be case-sensitive.
10898 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10900         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10901         with "www".
10903 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10905         * allout.el: Restablish intermediate missing comment header to
10906         preserve outline structure.
10907         (allout-beginning-of-current-entry): Skip invisible text.
10908         (allout-open-topic): Fix opening a topic at end-of-buffer.
10909         (allout-minor-mode): Move nearer to allout-mode function.
10911 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10913         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10915 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10917         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10918         is nil.
10920         * progmodes/gud.el (gud-speedbar-menu-items):
10921         Use buffer-local-value and add missing :visible keyword.
10923         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10925 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10927         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10928         must be `follow-link'.
10930         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10932         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10933         formatting: No nested anchors.
10934         (org-all-targets): Fix bug with XEmacs compatibility.
10935         (org-read-date): Add (require 'parse-time).
10936         (org-set-tags): Fix bug with extra inserted space.
10937         (org-export-html-style): Define a style class for targets.
10938         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10939         (org-hide-leading-stars): New option.
10940         (org-hide): New face.
10941         (org-set-font-lock-defaults): Allow to hide leading stars.
10942         (org-get-legal-level, org-tr-level): New functions.
10943         (org-odd-levels-only): New option.
10944         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10945         (org-demote, org-promote): Deal with double-star levels.
10946         (org-convert-to-odd-levels): New command.
10948 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10950         * speedbar.el (speedbar-update-localized-contents): Try to
10951         preserve window-start.
10952         (speedbar-update-directory-contents): Try to preserve window-start
10953         and window-point.
10954         (speedbar-update-special-contents): Don't move back to start of window.
10956         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10957         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
10958         speedbar-timer-fn.
10959         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
10960         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
10961         instead of gdb-speedbar-timer-fn.
10963 2006-02-28  Jay Belanger  <belanger@truman.edu>
10965         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
10966         (math-compose-expr): Use latex option when calling
10967         `math-compose-tex-matrix' for latex mode.
10969 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
10971         * speedbar.el: Re-instate comments about developing for speedbar
10972         [this is what info and gdb-ui use even if better methods exist now].
10974         * t-mouse.el: New file.
10975         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
10976         (t-mouse-lispy-buffer-posn-from-coords): Remove.
10977         (t-mouse-make-event-element): Use posn-at-x-y instead.
10978         (t-mouse-make-event): Deal with Fedora Core 3.
10979         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10980         (t-mouse-mouse-position-function): New function.  Use it instead
10981         of advising mouse-position.
10982         (t-mouse-mode): New minor mode.
10983         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
10985 2006-02-27  Glenn Morris  <rgm@gnu.org>
10987         * calendar/calendar.el (calendar-holidays): Doc fix.
10989 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
10991         * progmodes/gdb-ui.el (gdb-source-window): New variable.
10992         Re-introduce the concept of a source window.
10993         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
10994         consistency with get-buffer-create.
10995         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10996         (gdb-data-list-register-values-handler)
10997         (gdb-stack-list-locals-handler): Try to preserve window-start as
10998         well as window-point.
10999         (gdb-display-source-buffer): New function (old concept).
11000         (gdb-goto-breakpoint): Use it.
11002         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11003         for gdb-ui/gdb-mi (old concept).
11005 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
11007         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11008         binding.
11010         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11012         * textmodes/reftex-sel.el (reftex-select-label-map)
11013         (reftex-select-bib-map): Add `follow-mouse' binding.
11015 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
11017         * jka-cmpr-hook.el (jka-compr-compression-info-list)
11018         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11019         Give :set functions to provide automatic updating.
11020         Update docstring.  Give compiler defvars early in the file
11021         and move the defcustoms to a later spot where all called functions
11022         are defined.
11023         (jka-compr-file-name-handler-entry): Doc fix.
11024         (jka-compr-compression-info-list--internal)
11025         (jka-compr-mode-alist-additions--internal)
11026         (jka-compr-load-suffixes--internal): New variables.
11027         (jka-compr-install): Set the three above variables.
11028         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11029         (jka-compr-update, jka-compr-set): New functions.
11030         (auto-compression-mode): Doc fix.
11032         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11033         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11034         Use jka-compr-compression-info-list--internal,
11035         jka-compr-mode-alist-additions--internal and
11036         jka-compr-load-suffixes--internal.
11038         * files.el (load-library):
11039         * loadhist.el (file-loadhist-lookup):
11040         * startup.el (command-line):
11041         * subr.el (locate-library):
11042         * emacs-lisp/autoload.el (update-directory-autoloads):
11043         * emacs-lisp/find-func.el (find-library-suffixes):
11044         Use `get-load-suffixes' instead of `load-suffixes'.
11046         * subr.el (locate-library):
11047         * emacs-lisp/find-func.el (find-library-name):
11048         Use `load-file-rep-suffixes' instead of '("").
11050 2006-02-26  Kim F. Storm  <storm@cua.dk>
11052         * ido.el (ido-save-history, ido-load-history): Simplify.
11053         Don't use find-file-noselect to avoid interference from other modes.
11055 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
11057         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11058         to use the default shell if filename is not available.
11059         Reported by Giorgos Keramidas.
11061 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
11063         * progmodes/etags.el (tags-completion-table): Do completion from
11064         all the tables in the current list, as documented in the manual.
11066 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11068         * CC Mode Update to 5.31.3.
11070 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11072         * progmodes/cc-mode.el (c-postprocess-file-styles):
11073         Bind inhibit-read-only to t, around the call to
11074         c-remove-any-local-eval-or-mode-variables, so that it works on a
11075         RO file.
11077 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11079         * progmodes/cc-awk.el: Correct a typo.
11081 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11083         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11084         c-hungry-delete-backwards, at the request of RMS.  Leave the old
11085         name as an alias.
11087 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11089         * progmodes/cc-mode.el: Correct a typo.
11091 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11093         * progmodes/cc-defs.el: Update the version number to 5.31.3.
11095 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11097         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11098         brace-else-brace (error due to mbeg, mend being undefined).
11100 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11102         * progmodes/cc-mode.el: File Local variables: Solve the problem
11103         where both `mode' and c-file-offsets are specified: `mode' will
11104         overwrite c-f-o's settings:
11105         (c-remove-any-local-eval-or-mode-variables): New function.
11106         (c-postprocess-file-styles): Call the above new function, within
11107         c-tentative-buffer-change, to splat `mode' and `eval' before the
11108         second hack-local-variables.
11110 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11112         * progmodes/cc-mode.el:
11113         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11114         (c-after-change): Protect the match data with save-match-data.
11115         It was getting corrupted by c-after-change-check-<>-operators.
11117         * cc-defs.el: [Supersedes patch V1.38]:
11118         (top level): Check for a buggy font-lock-compile-keywords ONLY in
11119         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
11121         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11122         with save-match-data.  It was being corrupted when Font Lock was
11123         not enabled.
11125 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11127         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11128         Mode and Subword Mode.
11130         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11131         real labels ("case 1:" or "foo:") from non-labels ("public:").
11132         (c-forward-objc-directive): Replace c-forward-token-2 with crude
11133         coding; c-f-t-2 doesn't move over a token at EOB.
11135         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11137         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11138         (c-update-modeline): Concatenate the minor mode indicators
11139         directly onto mode-name, removing c-submode-indicators.
11140         Sometimes, c-s-i got separated from the mode name on the mode line.
11142         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11143         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11145 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11147         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11148         error message when there's an evaluation error to show whether
11149         it's loaded from source or not.
11150         (c-filter-ops): Make it available at runtime too to work when
11151         `c-make-init-lang-vars-fun' needs to evaluate from source.
11153 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
11155         * help.el (help): Revert last part of 2006-02-23 change (deletion
11156         of the `provide' call).
11158 2006-02-23  Juri Linkov  <juri@jurta.org>
11160         * compare-w.el (compare-windows-highlight): Add new value
11161         `persistent' and change :type from `boolean' to `choice'.
11162         (compare-windows-overlays1, compare-windows-overlays2):
11163         New internal variables.
11164         (compare-windows-highlight): If compare-windows-highlight is
11165         `persistent', add current overlays to compare-windows-overlays[12]
11166         instead of adding compare-windows-dehighlight to pre-command-hook.
11167         (compare-windows-dehighlight): Delete all overlays from
11168         compare-windows-overlays[12].
11170         * info.el (Info-search): Don't bind search-spaces-regexp to
11171         Info-search-whitespace-regexp in non-regexp isearch mode.
11173 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11175         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11177 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
11179         * textmodes/org.el (org-xemacs-p)
11180         (org-export-html-show-new-buffer, org-table-may-need-update)
11181         (org-insert-item, org-mhe-get-message-real-folder)
11182         (org-mhe-get-message-folder-from-index)
11183         (org-mhe-get-message-folder, org-mhe-get-message-num)
11184         (org-mhe-get-header, org-make-org-heading-search-string)
11185         (org-make-org-heading-camel, org-table-sort-lines)
11186         (org-format-org-table-html, org-format-table-table-html):
11187         Fix typos in docstrings.
11189 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
11191         * textmodes/org.el (org-cleaned-string-for-export)
11192         (org-solidify-link-text): New function.
11193         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11194         XEmacs, just to silence the compiler.
11195         (org-export-as-ascii, org-export-as-html-and-open):
11196         Use `org-cleaned-string-for-export' and create internal links.
11197         (org-follow-mhe-link): Require mh-e, use folder.
11199 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11201         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11203         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11204         gdb-debug-log-length.
11205         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
11206         it a real ring but...
11207         (gud-gdba-marker-filter): ...make it work like mark-ring.
11208         (gdb-enable-debug): Rename from gdb-enable-debug-log.
11209         (gdb-mouse-jump): New function.  Add bindings.
11211 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11213         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11214         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11215         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11216         (gdb-debug-log-length): Customize it's length.
11217         (gud-watch, gdb-var-create-handler): Display function::var format
11218         but don't use to create variable object.
11219         (gdb-var-create-handler): Use message-box in place of message.
11220         (gdb-stopped): Call gdb-exited if signalled.
11222 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
11224         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11226         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11228         * textmodes/reftex.el (reftex-locate-file): Search all extensions
11229         if `reftex-try-all-extensions' is set.
11231         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11232         fail silently when there is no valid argument at point.
11233         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11234         `fail-silently' argument.  From a patch by David Reiter.
11236         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11237         New commands.
11238         (org-mark-ring): New variable.
11239         (org-mark-ring-length): New option.
11240         (org-open-at-point, org-goto, org-open-file): Push old position
11241         onto the mark ring.
11242         (org-add-hook): New function.
11243         (org-export-table-remove-special-lines): New option.
11244         (org-skip-comments, org-format-org-table-html): Respect new
11245         option `org-export-table-remove-special-lines'.
11246         (org-open-file): Allow special command configuration for
11247         directory link.
11248         (org-file-apps): Fix bugs in customize type, added setting
11249         for directories.
11250         (org-activate-tags, org-format-agenda-item, org-complete)
11251         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11252         (org-get-tags, org-get-buffer-tags, org-open-at-point)
11253         (org-link-search, org-make-org-heading-search-string)
11254         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11255         (org-radio-targets, org-file-link-context-use-camel-case)
11256         (org-activate-camels): New options.
11257         (org-update-radio-target-regexp, org-all-targets)
11258         (org-make-target-link-regexp, org-activate-target-links):
11259         New functions.
11260         (org-make-org-heading-search-string): New function.
11261         (org-store-link, org-insert-link): Use new option
11262         `org-file-link-context-use-camel-case'.
11263         (org-activate-camels): Use new option `org-activate-camels'.
11264         (org-link-regexp): Add mhe prefix.
11265         (org-open-at-point, org-store-link): Support for mhe links.
11266         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11267         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11268         (org-mhe-get-header, org-follow-mhe-link): New functions.
11269         (org-remove-angle-brackets, org-add-angle-brackets):
11270         New functions.
11271         (org-bracket-link-regexp): New constant.
11272         (org-read-date): Fix bug that was rejecting all typed dates.
11273         (org-link-search): Make hierarchy above visible after a match.
11274         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11275         (org-store-link): Fix bug with link creation when cursor is in
11276         an empty line.
11277         (org-open-at-point): Fix bug with matching a link.
11278         Fixed buggy argument sequence in call to `org-view-tags'.
11279         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11280         (org-prefix-has-tag): New variable.
11281         (org-format-agenda-item): Remove tags from headline
11282         if appropriate.
11283         (org-agenda-remove-tags-when-in-prefix): New option.
11285 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
11287         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11288         Fix the regular expressions.
11290 2006-02-21  Richard M. Stallman  <rms@gnu.org>
11292         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11293         if there's no other specific basis.
11295         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11296         as variables at all.
11297         (unsafep-variable): Rename arg; doc fix.
11299         * abbrevlist.el (list-one-abbrev-table): Add autoload.
11301         * calendar/appt.el (diary-selective-display): Add defvar.
11303         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11305         * isearch.el (search-whitespace-regexp): Fix custom type.
11307         * help.el (describe-key-briefly): Compute interactive args
11308         in same was as before previous change.
11310         * files.el (enable-local-variables): Doc fix.
11312 2006-02-21  Kim F. Storm  <storm@cua.dk>
11314         * fringe.el: Cleanup as file is now pre-loaded.
11315         (fringe-bitmaps): Initialize unconditionally.
11316         (fringe-mode, set-fringe-style): Remove autoload cookies.
11318 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
11320         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11321         `horizontal-bar'.
11322         (fringe-cursor-alist): Use `horizontal-bar'.
11324 2006-02-20  Kim F. Storm  <storm@cua.dk>
11326         * fringe.el (fringe-bitmaps): Update to new bitmap names.
11327         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11329         * loadup.el: Load "fringe" on window systems.
11331 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11333         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11334         out of scope components.
11336         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11337         default.
11339 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
11341         * custom.el (customize-mark-to-save, customize-mark-as-set):
11342         Load the symbol first.
11344 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
11346         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11347         strech spec so it doesn't display as "^J" on the header line
11348         when `Buffer-menu-use-header-line' is t.
11350 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11352         * speedbar.el (speedbar-make-button): Keep text properties
11353         of string arguments if desired.
11355         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11356         expessions.
11358         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11359         of speedbar.
11361 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
11363         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11364         to value of `read-file-name-completion-ignore-case'.
11366 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
11368         * custom.el (customize-mark-as-set): Push to `user' theme.
11370         * cus-edit.el (custom-save-variables): Allow unthemed values.
11371         (customize-set-variable): Push setting to `user' theme.
11373 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11375         * progmodes/gud.el: Don't require font-lock as it's now
11376         automatically loaded.
11377         (gud-speedbar-buttons): Replace gdb-var-changed with
11378         gdb-force-update.
11380         * progmodes/gdb-ui.el (gdb-force-update): Rename from
11381         gdb-var-changed.
11382         (gdb-post-prompt): Use it.
11383         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11384         (gdb-var-update-handler, gdb-var-delete)
11385         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11386         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11387         gdb-force-update in gdb-post-prompt.
11388         (gdb-reset): Clear watch expressions from speedbar when quitting.
11390 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11392         * viper-cmd.el (viper-insert-state-post-command-sentinel)
11393         (viper-change-state-to-vi, viper-change-state-to-emacs):
11394         Make aware of cursor coloring in the Emacs state.
11395         (viper-special-read-and-insert-char): Use read-char-exclusive.
11396         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11398         * viper-init.el (viper-emacs-state-cursor-color): New variable.
11400         * viper-util.el (viper-save-cursor-color)
11401         (viper-get-saved-cursor-color-in-replace-mode)
11402         (viper-get-saved-cursor-color-in-insert-mode)
11403         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11404         state.
11405         (viper-get-saved-cursor-color-in-emacs-mode): New function.
11407         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11408         (ediff-ignore-case-option3, ediff-actual-diff-options)
11409         (ediff-actual-diff3-options): New variables to control case sensitivity.
11410         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11411         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11412         (ediff-toggle-ignore-case): New function.
11413         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11415         * ediff-help.el (ediff-long-help-message-narrow2)
11416         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11417         (ediff-long-help-message-word-mode): Add ignore-case command.
11418         (ediff-help-for-quick-help): Add ignore-case command.
11420         * ediff-merg.el: Move provide to the end.
11422         * ediff-ptch.el: Move provide to the end.
11424         * ediff-wind.el: Move provide to the end.
11426         * ediff-mult.el: Move provide to the end.
11427         (ediff-set-meta-overlay): Enable follow-link.
11429         * ediff.el: Move provide to the end.
11430         Break recursive load cycle in eval-when-compile.
11431         (ediff-patch-buffer): Better heuristics.
11433         * ediff-util.el: Move provide to the end.
11434         Break recursive load cycle in eval-when-compile.
11435         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
11436         defuns.
11437         (ediff-submit-report): Pass the values of ediff-diff3-program,
11438         ediff-diff3-options.
11440 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
11442         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11443         the opening bracket of the following bracketing pairs: {}, [], (), <>,
11444         `' (for example, in the docstring of `windmove-default-keybindings').
11446 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11448         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11449         shadow face.  Don't provide binding to edit variable when it is
11450         out of scope.
11452         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11453         (gdb-var-update-handler): Detect out of scope variables with pre
11454         GDB 6.4 too.
11455         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11456         Reset status of variable objects to nil in update handlers.
11457         (gdb-var-update-handler-1): Detect when a variable object comes
11458         in scope.  setcar on var changes gdb-var-list directly.
11460 2006-02-17  Juri Linkov  <juri@jurta.org>
11462         * ffap.el (ffap) <defface>: Add explicit face declaration.
11463         (ffap-highlight): Use face `ffap' directly instead of checking
11464         for its existence.
11466         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11467         `visible-ok' of `other-buffer' to find the right original buffer.
11469         * info.el (Info-search): Skip `Local Variables' node.
11471 2006-02-17  Juri Linkov  <juri@jurta.org>
11473         * info.el (Info-find-file): Check for symbols `apropos', `history',
11474         `toc' in the input filename, and return these symbols as is.
11475         (Info-find-node-2): Set Info-current-file to symbols `apropos',
11476         `history', `toc' instead of strings.
11477         (Info-set-mode-line): For non-string Info-current-file use the
11478         symbol's name inside **.
11479         (Info-isearch-push-state): Add quote before Info-current-file and
11480         Info-current-node.
11481         (Info-isearch-pop-state): Use `equal' instead of `string='.
11482         (Info-extract-pointer, Info-following-node-name): Use
11483         `match-string-no-properties' instead of `match-string'.
11484         (Info-up): Check `old-file' for `stringp'.
11485         (Info-history): Use `equal' instead of `string-equal'.
11486         Check `file' for `stringp'.
11487         (Info-history): Use symbol `history' instead of string as first arg
11488         of `Info-find-node'.
11489         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
11490         `toc' instead of string.
11491         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11492         instead of `buffer-substring', and `match-string-no-properties'
11493         instead of `match-string'.
11494         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11495         instead of strings.
11496         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11497         Use symbol `apropos' instead of string.
11498         (Info-copy-current-node-name): Check `Info-current-file' for
11499         `stringp' and construct a command with `Info-find-node' from it.
11500         (Info-fontify-node): Use `match-string-no-properties' instead of
11501         `match-string' and check file names for `stringp'.
11502         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11503         `history', `toc' instead of strings.
11505 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
11507         * files.el: Rearrange functions and variables in the file local
11508         variables section.
11510 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
11512         * files.el: Add truncate-lines, ispell-check-comments and
11513         ispell-local-dictionary as safe local variables.
11515 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
11517         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11518         out of scope variables.
11519         (gud-speedbar-buttons): Use unless.
11521         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11522         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11523         (gdb-show-changed-values): Also use for out of scope variables.
11524         (gdb-var-update-handler-1): Note if variable goes out of scope.
11526 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
11528         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11529         default to global variable values for unsupplied args.
11530         (rcirc-get-buffer-create): Fix bug with setting the target.
11531         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11532         test for rcirc-always-use-server-buffer-flag here.
11533         (rcirc-response-formats): Add %N, which is a facified nick.  %n
11534         uses the default face.  Change the ACTION format string.  If the
11535         "nick" is the server, don't print anything for that field.
11536         Comment fixes.
11537         (rcirc-target-buffer): Don't test
11538         rcirc-always-use-server-buffer-flag here.
11539         (rcirc-print): Squeeze extra spaces out of the text before message.
11540         (rcirc-put-nick-channel): Strip potential "@" char from nick
11541         before adding them to nick table.
11542         (rcirc-url-regexp): Improve to match address like "foo.com".
11544 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
11546         * allout.el (allout-hidden-p): Move this defsubst before
11547         allout-overlay-interior-modification-handler, where it is first
11548         used.
11550 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
11552         * allout.el: Use allout invisible-text overlays instead of
11553         selective display for concealed text.  Also, lots of general
11554         cleanup, and improved compatibility code.
11556         (allout-version) Incremented, corrected, revised, and refined
11557         module commentary.
11559         (provide 'allout): Moved to the bottom, added a require of overlay.
11561         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11562         `except-current'.
11563         (allout-write-file-hook-handler): Minimize delay.
11564         (count-trailing-whitespace-region): New function so
11565         auto-encryption of current topic can resituate cursor exactly.
11566         PGP/GPG encryption trims trailing whitespace from lines, which
11567         must be accounted for across encryption then decryption.
11569         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11570         just plain "\C-c", to avoid intruding on user's keybinding space.
11572         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11573         parameter, so user request to provide a new password is done.
11575         (allout-outside-normal-auto-fill-function, allout-auto-fill):
11576         Refined mechanism for auto-filling behavior while in allout mode.
11578         (allout-mode): Explicitly specify the mode map in the docstring.
11579         Clarify provision for various write-file hook var names.
11580         Adjusted for invisible-text overlays instead of selective-display.
11582         (allout-depth): Really return 0 if not within any topic.  This
11583         rectifies `allout-beginning-of-level' and sequence numbering
11584         errors that occur when cutting and pasting numbered topics.
11585         Changed from a in-line subst to a regular function, as well.
11587         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
11589         (allout-end-of-subtree, allout-end-of-subtree)
11590         (allout-end-of-entry, allout-end-of-current-heading)
11591         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
11592         (allout-show-children, allout-show-to-offshoot)
11593         (allout-hide-current-entry, allout-show-current-entry): Rectified
11594         handling of trailing blank lines between items.
11596         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
11597         (allout-current-depth, allout-unprotected, allout-hidden-p)
11598         (allout-on-current-heading-p, allout-listify-exposed)
11599         (allout-chart-subtree, allout-goto-prefix)
11600         (allout-back-to-current-heading, allout-get-body-text)
11601         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
11602         (allout-hide-region-body, allout-toggle-subtree-encryption)
11603         (allout-encrypt-string, allout-encrypted-key-info)
11604         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
11605         (allout-file-vars-section-data): Adjusted for use with
11606         invisible-text overlays instead of selective-display.
11608         (allout-kill-line, allout-kill-topic, allout-yank-processing):
11609         Reworked for use with invisible text overlays.
11611         (allout-current-topic-collapsed-p): New function.
11613         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
11614         to know when to close the containing topic.
11616         (allout-pre-command-business, allout-post-command-business):
11617         Simplify undo-batching and dynamic isearch exposure.
11619         (allout-set-overlay-category): New for invisible-text overlays.
11620         Sets properties of allout-overlay-category, used by
11621         allout-flag-region to set invisible-text overlay properties.
11622         (allout-get-invisibility-overlay): Get the first qualifying
11623         invisibility overlay, so we can find the extent of it.
11624         (allout-back-to-visible-text): Get to just before the beginnining
11625         of the current invisibility overlay, if any.
11627         (allout-overlay-insert-in-front-handler)
11628         (allout-overlay-interior-modification-handler)
11629         (allout-before-change-handler, allout-isearch-end-handler): New
11630         functions to handle extraordinary actions affecting concealed
11631         text.
11633         (allout-flag-region): Use overlays instead of selective-display
11634         for invisible text - by inheritence from the properties of
11635         allout-overlay-category in mainline Emacs, and applied
11636         property-by-property in XEmacs, some recent versions of which
11637         don't inherit the properties from the category.  Provisions to
11638         respond to concealed-text edits simplified drastically.
11640         (allout-isearch-rectification, allout-isearch-was-font-lock)
11641         (allout-isearch-expose, allout-enwrap-isearch)
11642         (allout-isearch-abort, allout-pre-was-isearching)
11643         (allout-isearch-prior-pos, allout-isearch-did-quit)
11644         (allout-isearch-dynamic-expose)
11645         (allout-hide-current-entry-completely): Functions deleted.
11647         (allout-undo-aggregation): Explicit undo aggregation no longer
11648         necessary due to transition away from selective-display.
11650         (set-allout-regexp, allout-up-current-level)
11651         (allout-next-visible-heading, allout-forward-current-level)
11652         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
11653         (allout-kill-line, allout-yank-processing, allout-show-children)
11654         (allout-expose-topic, allout-old-expose-topic)
11655         (allout-listify-exposed, allout-insert-latex-header)
11656         (allout-toggle-subtree-encryption, allout-encrypt-string)
11657         (remove-from-invisibility-spec, allout-hide-current-subtree):
11658         Ditched unused variables.
11660 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
11662         * textmodes/ispell.el (ispell-change-dictionary): Call
11663         ispell-buffer-local-dict instead of
11664         ispell-accept-buffer-local-defs.
11665         (ispell-local-dictionary-alist): Accept as valid any coding-system
11666         supported by Emacs.
11667         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
11668         changed to iso-8859-3.
11670 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
11672         * speedbar.el (speedbar-frame-width): Make an inline function
11673         instead of a macro.  Use frame-width.
11674         (speedbar-try-completion, speedbar-update-contents)
11675         (speedbar-timer-fn): Use consp.
11676         (speedbar-update-localized-contents): Try to preserve point.
11678         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
11679         (menu): Re-order menu items.
11680         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
11681         field.
11682         (gdb-var-update-handler-1): Use it for GDB 6.4+.
11683         (gdb-post-prompt): Speed things by not forcing update.
11685 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
11687         * wid-edit.el (widget-button-click): For mouse-1, cancel button
11688         press and perform default action if we get a mouse movement event.
11690 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11692         * calendar/icalendar.el (icalendar--get-event-property)
11693         (icalendar--get-event-property-attributes): Fix typos in
11694         docstrings.
11696         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
11697         docstring.
11699 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
11701         * bs.el (bs-mode): Use `buffer-disable-undo'.
11702         (bs--get-file-name): Simplify.
11703         (bs-show-in-buffer): Mark the buffer as not modified.
11705 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11707         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
11708         widget-button-click.
11710         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
11711         (custom-mode): Update docstring.
11713         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
11714         binding.
11716         * files.el (hack-local-variables-confirm): Allow scrolling if the
11717         file variable list is too long.  Kill temp buffer after use.
11719 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
11721         * progmodes/gud.el (gdb): Improve doc string.
11722         (gdb-script-font-lock-keywords): Expand allowed character set.
11724         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
11725         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
11726         (gdb-separate-io-interrupt, gdb-separate-io-quit)
11727         (gdb-separate-io-stop, gdb-separate-io-eof):
11728         Rename from gdb-inferior-* to gdb-separate-*.
11729         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
11731 2006-02-14  Jay Belanger  <belanger@truman.edu>
11733         * calc/calc-arith.el (math-check-known-scalarp): Make sure
11734         expression is a symbol before checking that it is bound.
11736         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
11737         test to see if equation can be solved.
11739 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11741         * wid-edit.el (widget-button-click): Use :pressed-face property
11742         for overlay face, if it exists.
11744         * cus-edit.el (custom-manual, custom-add-see-also)
11745         (custom-add-parent-links, custom-group-link): Add :pressed-face
11746         property to links.
11748         * files.el (hack-local-variables): Remove ignored variables before
11749         checking if any variables need setting.
11751 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11753         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
11755 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
11757         * help.el (where-is): Fix message for remapped commands.
11759         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
11760         Fix typos in docstrings.
11762 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
11764         * files.el (safe-local-variable-values): New option.
11765         (hack-local-variables-prop-line): Return a list of variable-value
11766         pairs if MODE-ONLY is non-nil.
11767         (hack-local-variables): Construct list of variable-value pairs,
11768         and apply or reject them in one go.  Ask for confirmation if
11769         variables are not known safe.
11770         (hack-local-variables-confirm): Complete rewrite.  Support
11771         `safe-local-variable-values'.
11772         (enable-local-variables): Update docstring to reflect new
11773         behavior.
11774         (ignored-local-variables): Ignore ignored-local-variables and
11775         safe-local-variable-values.
11776         (safe-local-variable-p): New function.
11777         (risky-local-variable-p): `safe-local-variable' property check
11778         moved to safe-local-variable-p.
11779         (hack-one-local-variable): Checks moved to hack-local-variables.
11781         (byte-compile-dynamic, c-basic-offset, c-file-style)
11782         (c-indent-level, comment-column, fill-column, fill-prefix)
11783         (indent-tabs-mode, kept-new-versions, no-byte-compile)
11784         (no-update-autoloads, outline-regexp, page-delimiter)
11785         (paragraph-start, paragraph-separate, sentence-end)
11786         (sentence-end-double-space tab-width, version-control):
11787         Add `safe-local-variable' property.
11789         * find-lisp.el: Delete nonexistent `autocompile' file variable.
11791         * icomplete.el, play/landmark.el: Change nonexistent
11792         `outline-layout' file variable to `allout-layout'.
11794 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
11796         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
11797         (gdb-get-changed-registers): Test value of gud-minor-mode relative
11798         to gud-comint-buffer.
11799         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
11800         gdb-ui.el for gdb-mi.el.
11801         (gdb-post-prompt, gdb-get-changed-registers): Move test for
11802         registers buffer to gdb-get-changed-registers.
11803         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
11804         deletion of catchpoints (throw and catch).
11805         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11806         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
11807         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
11808         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
11809         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
11811 2006-02-13  Jay Belanger  <belanger@truman.edu>
11813         * calc/calc-arith.el (math-check-known-matrixp): Make sure
11814         expression is a symbol before checking that it is bound.
11816 2006-02-13  Richard M. Stallman  <rms@gnu.org>
11818         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
11819         for the minibuffer too, but not if resize-mini-windows will interfere.
11821         * help.el (describe-key-briefly, describe-key): Do all arg-reading
11822         inside `interactive' spec.
11823         (describe-key-briefly-internal, describe-key-internal):
11824         Functions merged back into their callers.
11826 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
11828         * info.el (info-xref-visited): Inherit from info-xref too.
11829         (Info-set-mode-line): Replace occurrences of `%' by `%%'
11830         when propertizing Info-current-file and Info-current-node.
11832 2006-02-13  Juri Linkov  <juri@jurta.org>
11834         * tumme.el (tumme-thumbnail-storage): Fix docstring.
11835         (tumme-thumb-name): Fix per-directory format.
11837 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
11839         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
11841 2006-02-12  Miles Bader  <miles@gnu.org>
11843         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
11845 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
11847         * tumme.el: Remove history section.  If someone needs the it, it
11848         can always be found in CVS.
11850 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11852         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
11853         about the Thumbnail Managing Standard option.
11855 2006-02-12  Richard M. Stallman  <rms@gnu.org>
11857         * subr.el (substitute-key-definition): Doc fix.
11859         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
11861         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
11863         * info.el (Info-mode): Doc fix.
11865         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
11867 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
11869         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
11870         because on Solaris a POSIX compatible "id" is needed.  Reported by
11871         Magnus Henoch <mange@freemail.hu>.
11873 2006-02-12  Juri Linkov  <juri@jurta.org>
11875         * tumme.el: Remove todo item about Thumbnail Managing Standard.
11876         (tumme) <defgroup>: Change :group to `multimedia'.
11877         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
11878         Managing Standard.
11879         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
11880         Fix dostring.
11881         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
11882         and %y.  Fix docstring.
11883         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
11884         (tumme-cmd-create-standard-thumbnail-command): New user options.
11885         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
11886         is `standard'.  Fix docstring.
11887         (tumme-thumb-width, tumme-thumb-height): New user options.
11888         (tumme-external-viewer): Try to find various viewers.
11889         (tumme-get-thumbnail-image): Use `create-image' instead of
11890         constructing the `image' structure.
11891         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11892         `standard'.
11893         (tumme-thumb-name): Add file name generation for standard storage.
11894         Simplify code for other storages.
11895         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11896         Add modification time %m and thumbnail-nq8 %q.
11897         Use `tumme-cmd-create-standard-thumbnail-command' if
11898         tumme-thumbnail-storage is `standard'.
11899         (tumme-dired-insert-marked-thumbs): New autoload command.
11900         (tumme-dired-after-readin-hook): New function.
11901         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11902         `tumme-thumb-size'.
11903         (tumme-display-image): Replace size-x %x and size-y %y with
11904         width %w and height %h.
11906         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11907         `tumme-dired-insert-marked-thumbs'.
11909 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11911         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11912         include path).
11913         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11914         matching tag.
11916 2006-02-12  Miles Bader  <miles@gnu.org>
11918         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11919         New variables.
11920         (rcirc-abbrev-nick): New function.
11921         (rcirc-format-response-string): Rewrite to use the formats in
11922         `rcirc-response-formats' and expand escape sequences therein.
11923         A text-property `rcirc-text' is added over the actual response
11924         text to make easy to find inside the returned string.
11925         (rcirc-print): When filling, just look for the `rcirc-text'
11926         text-property to find the appropriate fill prefix, instead of
11927         using hardwired patterns.
11929 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11931         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11932         Managing Standard.
11934 2006-02-11  Kim F. Storm  <storm@cua.dk>
11936         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11937         Don't use insert-buffer; do insert-buffer-substring directly.
11938         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11940 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11942         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11943         with inhibit-read-only.  Suggested by Stefan Monnier.
11944         (revert-buffer): Let insert-file-contents discard
11945         buffer-undo-list.  Simplify code.
11946         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11948 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11950         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11952         * help.el (describe-key-briefly): Now a wrapper for
11953         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
11954         to t.  Populate yank-menu if empty.
11955         (describe-key-briefly-internal): Renamed from describe-key-briefly.
11956         (describe-key): Now a wrapper for describe-key-internal.  Bind
11957         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
11958         (describe-key-internal): Renamed from describe-key.
11960 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
11962         * progmodes/glasses.el (glasses-separator): Doc fix.
11963         (glasses-original-separator): New defcustom.
11964         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
11966 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11968         * mwheel.el (mouse-wheel-up-event): Doc fix.
11970 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11972         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
11973         (tumme-dir): New function.  Copied from thumbs.el.
11975 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
11977         * desktop.el (desktop-outvar): Fix typo.
11978         (desktop-save-buffer-p): Doc fix.
11980         * subr.el (substitute-key-definition): Fix typo.
11982 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11984         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
11985         when window-system is mac.
11987         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
11989 2006-02-10  Kim F. Storm  <storm@cua.dk>
11991         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
11992         indirect-function instead of using condition-case.
11994 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
11996         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
11997         less `colloquial'...
11999 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
12001         * tumme.el: Add a couple of todo items.
12003 2006-02-09  Lars Hansen  <larsh@soem.dk>
12005         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12006         (highlight-changes-mode): Don't change desktop-locals-to-save.
12008 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
12010         * image-mode.el (image-toggle-display): Clear image cache if using
12011         filename.
12013 2006-02-09  Masatake YAMATO  <jet@gyve.org>
12015         * dired-x.el (dired-guess-shell-alist-default): Add .man as
12016         a `dired-man' target.
12018         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12019         boundary of symbols.
12021 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
12023         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12025 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
12027         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12028         `mapcar'; return nil.
12030 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
12032         * mouse.el (mouse-drag-track): Don't change window if we rebind to
12033         some other event.
12035 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
12037         * net/rcirc.el (rcirc-startup-channels-alist):
12038         Add irc.freenode.net and #emacs as defaults.
12039         (rcirc-ignore-all-activity-flag): Remove variable.
12040         (rcirc-authinfo): New variable.
12041         (rcirc-authinfo-filename): Remove variable.
12042         (rcirc-always-use-server-buffer-flag): New flag.
12043         (rcirc): M-x rcirc will automatically connect without prompting.
12044         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
12045         connection in lisp.
12046         (rcirc-process-server-response-1): Remove everything but the nick
12047         portion of the sender so it doesn't need to be done everywhere
12048         else.  Update related code.
12049         (global-map): Remove global keybindings.
12050         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12051         (rcirc-send-input): Split into several functions.
12052         (rcirc-process-input-line, rcirc-process-message)
12053         (rcirc-process-command): New functions.
12054         (rcirc-target-buffer): New function to determine where to route
12055         messages.
12056         (rcirc-user-nick): Save match data.
12057         (rcirc-toggle-ignore-buffer-activity)
12058         (rcirc-update-activity-string): Remove global ignore functionality,
12059         which can be done now by toggling rcirc-track-minor-mode.
12060         (rcirc-track-minor-mode-map): New keymap.
12061         (rcirc-track-minor-mode): New minor-mode.
12062         (ignore): Make the ignore output nicer.  Always print it when
12063         adding or removing nicks.
12064         (rcirc-url-regexp): Improve.
12065         (rcirc-mangle-text): Remove properties before using text in the
12066         modeline.
12067         (rcirc-authenticate): Authentication data comes from
12068         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12069         (rcirc-server-prefix): Inherit from rcirc-server.
12071 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
12073         * Makefile.in (compile): Append "|| true" to the end of the `find'
12074         command, like compile-always does.
12076 2006-02-08  Sam Steingold  <sds@gnu.org>
12078         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12079         output from a dead connection.
12081 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12083         * dired.el (dired-mode-map): Add more bindings for tumme.
12085 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12087         * wdired.el (wdired-mode-map): Use remap.
12088         (wdired-get-filename): Massage.
12089         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12090         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12091         `keymap' property rather than `local-map'.
12093 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12095         * tumme.el (tumme-get-thumbnail-image): New utility function.
12096         Suggested by from Chong Yidong.
12097         (tumme-dired-with-window-configuration): Rename from
12098         `tumme-dired'.  Add code to save window configuration.
12099         (tumme-restore-window-configuration): New command to restore the
12100         window configuration that `tumme-dired-with-window-configuration'
12101         saves before it changes the window configuration.
12102         (tumme-show-all-from-dir): New command to display thumbnails for
12103         all files in a directory entered by the user, like M-x thumbs.
12104         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12105         have been created.
12106         (tumme-display-thumbnail-original-image): Call `display-buffer'.
12107         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12108         Remove obsolete test function.
12110 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
12112         * vc.el (small-temporary-file-directory): Remove defvar; there's
12113         a defcustom for it in files.el.
12115         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12116         Fix typo in message.
12117         (tumme-gallery-generate): Fix typo in `error' message.
12118         (tumme-display-window-height-correction)
12119         (tumme-display-window-width-correction, tumme-line-up-dynamic)
12120         (tumme-line-up-interactive): Dox fixes.
12121         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12122         (tumme-restore-window-configuration, tumme-format-properties-string)
12123         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12124         Fix typos in docstrings.
12126 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12128         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12130 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
12132         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12133         User should use hook if desired.
12135         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12136         buffer if necessary.
12137         (gdb-delete-frame-or-window): New function.
12138         (gdb-breakpoints-mode-map): Bind "q" to it.
12140 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12142         * textmodes/nroff-mode.el: Clean up name space.
12143         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12144         (nroff-mode): Obey the global setting of nroff-electric-mode.
12145         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12147         * calendar/calendar.el (calendar-increment-month): Typo in last change.
12149 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
12151         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12153 2006-02-06  Lars Hansen  <larsh@soem.dk>
12155         * generic-x.el (etc-fstab-generic-mode): Add file system types
12156         cifs and usbdevfs.  Allow special chars in file names.
12158 2006-02-05  Jay Belanger  <belanger@truman.edu>
12160         Update copyright notices of the files in lisp/calc.
12162 2006-02-05  Romain Francoise  <romain@orebokech.com>
12164         Update copyright notices of all files in the lisp/play directory.
12166 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12168         * ldefs-boot.el: Regenerate.
12170         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12172 2006-02-05  Kim F. Storm  <storm@cua.dk>
12174         * files.el (magic-mode-regexp-match-limit): New defvar.
12175         (set-auto-mode): Use it to limit magic-mode-alist matching.
12177 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
12179         * simple.el (display-message-or-buffer): Compare the number of
12180         characters to the frame width when determining whether a 1-line
12181         message string will fit in the echo area.  Count screen lines
12182         instead of buffer lines when determining whether a multi-line
12183         message will fit in the echo area/minibuffer window.
12185 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
12187         * info.el (Info-index, Info-mode): Improve the description of the
12188         `i' command.
12190         * ldefs-boot.el: Regenerate.
12192 2006-02-03  Werner Lemberg  <wl@gnu.org>
12194         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12195         greedy to find the closing bracket in \*[...] and similar
12196         expressions.  This is a first rough fix -- many additional
12197         refinements are necessary to make nroff mode really usable with groff.
12199 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
12201         * international/mule-cmds.el (set-locale-environment):
12202         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12203         libX11.
12205 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12207         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12208         archive are created in archive-tmpdir.
12210 2006-02-02  John Paul Wallington  <jpw@pobox.com>
12212         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12213         (ibuffer-fontification-alist): Use it.
12214         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12215         to "* z" and the Ibuffer Mark menu.
12217         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12219 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12221         * textmodes/table.el (*table--cell-describe-mode)
12222         (*table--cell-describe-bindings): Undo last change since
12223         print-help-return-message is not obsoleted by anything at all.
12225 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
12227         * emulation/cua-base.el (cua-mode): Doc fix.
12229 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
12231         * dframe.el (dframe-handle-make-frame-visible)
12232         (dframe-handle-iconify-frame, dframe-get-focus)
12233         (dframe-select-attached-frame, dframe-power-click)
12234         (dframe-frame-mode): Fix typos in docstrings.
12236         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12237         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12238         Fix typos in docstrings.
12240         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12241         (hi-lock-face-buffer, hi-lock-font-lock-hook)
12242         (hi-lock-archaic-interface-message-used)
12243         (hi-lock-file-patterns-range): Fix typos in docstrings.
12245         * savehist.el (savehist-loaded, savehist-load, savehist-install)
12246         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12248         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12249         Fix typo in docstring.
12251         * net/newsticker.el (newsticker--decode-iso8601-date)
12252         (newsticker--set-customvar, newsticker--buffer-insert-item)
12253         (newsticker--do-run-auto-mark-filter)
12254         (newsticker--parse-generic-feed): Doc fixes.
12255         (newsticker--retrieval-timer-list, newsticker-url-list)
12256         (newsticker-hide-immortal-items-in-echo-area)
12257         (newsticker-hide-obsolete-items-in-echo-area)
12258         (newsticker-new-item-face, newsticker--enclosure)
12259         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12260         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12261         (newsticker--parse-generic-feed, newsticker--cache-contains)
12262         (newsticker--stat-num-items, newsticker-download-enclosures):
12263         Fix typos in docstrings.
12265         * net/rcirc.el (rcirc-debug): Doc fix.
12266         (rcirc-fill-column, rcirc-receive-message-hooks)
12267         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12268         (rcirc-mode, rcirc-generate-new-buffer-name)
12269         (rcirc-startup-channels, rcirc-ignore-update-automatic)
12270         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12271         Fix typos in docstrings.
12272         (rcirc-print): "?\ " -> "?\s".
12273         (rcirc-cmd-join): Improve argument/docstring consistency.
12275 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
12277         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12278         before narrow-to-region.
12280 2006-02-01  Richard M. Stallman  <rms@gnu.org>
12282         * simple.el (move-beginning-of-line): Scan properly for invis change.
12284         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12286 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
12288         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12289         change bit only when id-format is 'integer.  Reported by Matt
12290         Hodges <M.P.Hodges@rl.ac.uk>.
12292 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
12294         * hilit-chg.el (highlight-changes-initial-state)
12295         (highlight-changes-global-initial-state): Doc fixes.
12296         (highlight-changes-global-modes, global-highlight-changes):
12297         Fix typos in docstrings.
12299 2006-02-01  Kim F. Storm  <storm@cua.dk>
12301         * emulation/cua-base.el (cua-mode): Mention that CUA enables
12302         transient-mark-mode in doc string.
12304 2006-01-31  Richard M. Stallman  <rms@gnu.org>
12306         * replace.el (multi-occur): Doc fix.
12307         (multi-occur-in-matching-buffers): Rename from
12308         multi-occur-by-filename-regexp.  Prefix arg says match
12309         buffer names instead of file names.
12311 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
12313         * bs.el: Allow non-default values of `bs-header-lines-length'.
12314         (bs--running-in-xemacs): Remove (not needed anymore).
12315         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12316         instead of `shrink-window', thus avoiding having to compute the
12317         height of the window.
12318         (bs--up): Wrap around even when there's no header.
12319         (bs--down): Use `forward-line' instead of `next-line'.
12321 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
12323         * image-mode.el (image-toggle-display): Use file name if possible,
12324         instead of unnecessarily allocating a (possibly huge) lisp string.
12326 2006-01-30  John Paul Wallington  <jpw@pobox.com>
12328         * subr.el (toplevel): Define `cl-assertion-failed' condition here
12329         because the `assert' macro signals it at runtime.
12331         * emacs-lisp/cl.el (toplevel): Remove definition of
12332         `cl-assertion-failed' condition.
12334 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
12336         * thumbs.el (thumbs-marked-list): Make buffer-local and
12337         permanent-local.
12338         (thumbs-insert-thumb): Make help-echo non-sticky.
12339         (thumbs-file-alist): Use eolp as check for (non)-image.
12341 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
12343         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12344         (ediff-before-session-group-setup-hooks)
12345         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12346         Fix typos in docstrings.
12348         * window.el (bw-dir, bw-eqdir, balance-windows)
12349         (split-window-keep-point): Fix typos in docstrings.
12351         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12352         (org-quote-string, org-calendar-to-agenda-key)
12353         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12354         (org-show-following-heading, org-tags-column)
12355         (org-use-tag-inheritance, org, org-allow-space-in-links)
12356         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12357         (org-enable-table-editor, org-calc-default-modes)
12358         (org-table-allow-automatic-line-recalculation)
12359         (org-export-html-style, org-export-with-fixed-width)
12360         (org-export-with-sub-superscripts, org-special-keyword)
12361         (org-formula, org-time-grid, org-table-may-need-update)
12362         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12363         (org-goto-quit, org-get-indentation, org-end-of-item)
12364         (org-move-item-down, org-move-item-up)
12365         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12366         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12367         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12368         (org-agenda-log-mode, org-agenda-toggle-diary)
12369         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12370         (org-agenda-file-to-end, org-agenda-no-heading-message)
12371         (org-agenda-get-closed, org-format-agenda-item)
12372         (org-cmp-priority, org-cmp-category, org-cmp-time)
12373         (org-agenda-change-all-lines, org-agenda-diary-entry)
12374         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12375         (org-link-search, org-camel-to-words, org-open-file)
12376         (org-remember-handler, org-table-convert-region)
12377         (org-table-move-row-down, org-table-move-row-up)
12378         (org-table-copy-region, org-table-wrap-region)
12379         (org-table-toggle-vline-visibility)
12380         (org-table-get-vertical-vector, org-table-modify-formulas)
12381         (org-table-get-specials, org-recalc-commands)
12382         (org-table-rotate-recalc-marks, org-table-eval-formula)
12383         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12384         (org-level-color-stars-only, org-insert-heading):
12385         Fix typos in docstrings.
12386         (last-arg): Add defvar.
12388         * makefile.w32-in (WINS): Add erc.
12389         (MH_E_SRC): Update (copied from lisp/Makefile.in).
12391 2006-01-29  Bill Wohler  <wohler@newt.com>
12393         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12394         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12395         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
12396         (mh-autoloads): Don't use comments on otherwise empty lines.
12398 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
12400         * emulation/viper.el (viper-major-mode-modifier-list): Add
12401         insert-state and vi-state entries for erc-mode.
12402         (viper-go-away, viper-set-hooks): Add and remove
12403         viper-comint-mode-hook from erc-mode-hook as appropriate.
12405         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12407 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
12409         * bs.el (bs--format-aux): Implement `middle' alignment as
12410         described in the docstring for `bs-attributes-list'.
12411         (bs--get-name): Simplify.  Don't pad the buffer name.
12413 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
12415         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12416         English aspell dictionary is installed, use the first entry of
12417         ispell-dictionary-alist-1.
12419 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
12421         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12422         Doc fix.
12424 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
12426         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12427         for `process-file', in order to let it work for older Emacsen too.
12429 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
12431         * international/latexenc.el: Add a suitable `coding:' tag.
12432         (latexenc-find-file-coding-system): Undo last change.
12434 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12436         * international/latexenc.el (latexenc-find-file-coding-system):
12437         Make sure latexenc-main-file is a regular file and is readable.
12439 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
12441         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12442         Pass FILE to vc-user-login-name.
12444         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12446 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
12448         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12449         there are no more images to display.
12450         (thumbs-mark, thumbs-unmark): Revert change so that they move to
12451         the next image.
12453 2006-01-26  Richard M. Stallman  <rms@gnu.org>
12455         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12457         * wid-edit.el (advertised-widget-backward): New alias.
12458         (widget-keymap): Use advertised-widget-backward for S-TAB.
12460         * tumme.el: Correct the keywords.
12461         (tumme-dir-max-size): Use defvar.
12462         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12464         * simple.el (move-beginning-of-line): Take account of fields.
12465         (clone-indirect-buffer-other-window): Take args like
12466         clone-indirect-buffer, and work like it.
12468         * help-fns.el (describe-function): Don't pass `nil' as default.
12470         * files.el (risky-local-variable-p): Follow var aliases.
12472         * subr.el (lazy-completion-table): Doc fix.
12474         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12475         global binding of `line'.
12477 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
12479         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12480         Tramp.
12482         * vc.el (vc-default-dired-state-info): Pass FILE to
12483         vc-user-login-name.
12484         (vc-default-update-changelog): Don't use vc-user-login-name, we
12485         don't need it here.
12487         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12488         no longer necessary.
12490 2006-01-25  Kenichi Handa  <handa@m17n.org>
12492         * international/mule.el (decode-char): Avoid the overhead of
12493         calling utf-lookup-subst-table-for-decode if
12494         utf-translate-cjk-mode is nil.
12495         (encode-char): Avoid the overhead of calling
12496         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12497         nil.
12499 2006-01-22  Kenichi Handa  <handa@m17n.org>
12501         * international/mule.el (make-subsidiary-coding-system): Reset
12502         `coding-system-define-form' property of subsidiaries to nil.
12503         Avoid duplicated entry in coding-system-alist.
12504         (make-coding-system): Avoid duplicated entry in
12505         coding-system-alist.
12506         (define-coding-system-alias): Likewise.
12508 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12510         * completion.el: Minor fixes in introductory comment.
12511         (completion-def-wrapper): Fix alist.
12513 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
12515         * thumbs.el (thumbs-new-image-size): New function.
12516         (thumbs-increment-image-size-element)
12517         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12518         (thumbs-decrement-image-size): Delete.
12519         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
12520         temp files and use to resize.
12521         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12522         Use increment argument to enlarge/shrink.  Preserve point.
12523         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12524         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12525         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12526         (thumbs-mark, thumbs-unmark): Preserve point.
12527         (thumbs-modify-image): Keep old temp files and use to modify.
12528         Cleanup old temp files at load time.  Preserve point.
12529         (thumbs-view-image-mode-map): Use new command names.
12531 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12533         * log-view.el (log-view-minor-wrap): First rev is the one at point.
12535         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12536         the nastiest part of the cyclic dependency.
12537         (cal-menu-update): Use dotimes and calendar-increment-month.
12539         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12540         (calendar-week-start-day): Add an :initializer.
12541         (calendar-mode-map): Use suppress-keymap, and command remapping.
12542         (describe-calendar-mode): Setup xref-stack info for the back button.
12543         (calendar-star-date): Insert before delete.
12544         (calendar-set-mode-line): Add file-modified info if applicable.
12545         (calendar-increment-month): New function.
12547 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
12549         * font-lock.el (lisp-font-lock-keywords-2):
12550         Recognize "& keywords" only at word boundaries.
12552 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
12554         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
12555         and permanent-local.
12556         (thumbs-max-image-number): New variable.
12557         (thumbs-do-thumbs-insertion): Use them.
12558         (thumbs-per-line): Change default to 4.
12559         (thumbs-marked-list): Rename from thumbs-markedL.
12560         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12561         (thumbs-rename-images): Use -list instead of L for internal variables.
12562         (thumbs-call-convert): Use call-process instead of shell-command.
12563         (thumbs-insert-thumb): Add filename as help-echo to each image.
12564         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12565         Give dir to thumbs-show-thumbs-list.
12566         (thumbs-show-thumbs-list): Set default-directory to that of images.
12567         (thumbs-dired-show): Rename from thumbs-dired-show-all.
12568         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12569         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12570         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12572 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12574         * ses.el (ses-read-cell): Provide a default value.
12576 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
12578         * term/w32-win.el (image-library-alist): Add additional names for
12579         GIF library.
12581 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12583         * international/latexenc.el (latexenc-find-file-coding-system):
12584         Add file-regular-p check.
12586 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12588         * simple.el (clone-buffer): Don't show the new buffer in the same
12589         window.
12591 2006-01-23  Juri Linkov  <juri@jurta.org>
12593         * faces.el (link, link-visited): New faces based on default values
12594         of `info-xref' and `info-xref-visited'.
12596         * info.el (info-xref): Inherit from `link'.
12597         (info-xref-visited): Inherit from `link-visited'.
12599         * cus-edit.el (custom-buffer-create-internal): Use widget type
12600         `custom-manual' instead of `info-link' and don't set properties
12601         `button-face' and `mouse-face' explicitly.
12602         (custom-browse-group-tag, custom-browse-variable-tag)
12603         (custom-browse-face-tag): Inherit from widget class
12604         `custom-group-link' instead of `push-button'.
12605         (custom-button-unraised): Inherit from `underline' face.
12606         (custom-link): Inherit from `link' face.  Fix doc and group.
12607         (custom-add-parent-links, custom-group-value-create): Don't set
12608         properties `button-face' and `mouse-face' explicitly for
12609         `custom-group-link' widget.
12610         (custom-group-link): Add properties `button-face' and `mouse-face'
12611         to widget definition.
12612         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
12613         editable-field's :keymap property.
12614         (custom-mode): Fix docstring: substitute keybindings for
12615         `widget-forward' and `widget-backward' from `widget-keymap',
12616         `widget-complete' from `custom-field-keymap', replace old
12617         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
12619         * desktop.el (desktop-load-file): Check for `fboundp' before
12620         calling `symbol-function'.
12622         * simple.el (clone-buffer, clone-indirect-buffer)
12623         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
12624         `read-string'.  Fix prompts.
12626         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
12628 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
12630         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
12632 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
12634         * startup.el (inhibit-splash-screen, initial-scratch-message):
12635         Doc fixes.
12637 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
12639         Sync with Tramp 2.0.52.
12641         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
12642         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
12643         `tramp-unload-tramp' for checklist.
12645         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
12646         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
12647         (tramp-unload-file-name-handler-alist)
12648         (tramp-unload-tramp): New defuns.
12649         (tramp-advice-PC-expand-many-files): New defadvice.
12650         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
12651         removed.
12652         (tramp-handle-expand-file-name): Remove double slash.
12653         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
12654         It doesn't matter, because it will be converted later on.
12655         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
12656         implementation was just heuristic.
12657         (tramp-post-connection): Set uid and gid properties.
12658         (tramp-convert-file-attributes): Set file's gid change bit.
12659         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
12660         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
12661         in case of su(do)? methods.  The home directory of the local user
12662         will be taken else.
12663         (tramp-open-connection-telnet)
12664         (tramp-open-connection-rsh, tramp-open-connection-su)
12665         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
12666         local shell prompt could hurt.  Reported by Romain Francoise
12667         <romain@orebokech.com>.
12668         (tramp-let-maybe): Add `edebug-form-spec' property.
12669         (tramp-handle-expand-file-name): Bind `default-directory' locally
12670         to "/" in order to avoid problems with UNC shares or Cygwin
12671         mounts.
12672         (tramp-md5-function): Fix typo in error message.
12674         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
12676         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
12677         for byte-compiler pacification.
12679 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
12681         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
12682         ID-FORMAT `string'.  This allows us to get rid of
12683         `vc-user-login-name UID'.
12685         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
12687 2006-01-22  John Paul Wallington  <jpw@pobox.com>
12689         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
12691 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
12693         * emacs-lisp/find-func.el (find-definition-noselect)
12694         (find-variable-noselect): Search variables in C source code too.
12695         (find-function-C-source, find-function-noselect, find-function)
12696         (find-function-other-frame, find-variable-noselect, find-variable)
12697         (find-variable-other-frame, find-variable-at-point):
12698         Fix docstrings.
12700 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12702         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
12704 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
12706         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
12707         Default to disabling the "Save affix" question.
12709 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
12711         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
12712         the first arg to run-python.
12714 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
12716         * startup.el (command-line-1): Handle --no-desktop if desktop.el
12717         is not loaded.
12719 2006-01-20  Jay Belanger  <belanger@truman.edu>
12721         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
12722         limit is 0.
12724         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
12725         the correct variable.
12727 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
12729         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
12730         link.  Fixed buggy argument sequence in call to `org-view-tags'.
12731         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12732         (org-prefix-has-tag): New variable.
12733         (org-format-agenda-item): Remove tags from headline if
12734         appropriate.
12735         (org-agenda-remove-tags-when-in-prefix): New option.
12736         (org-get-tags-at): New function.
12738 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
12740         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
12741         (thumbs-find-image): Move image name and number from buffer name
12742         to mode name.  Set thumbs-buffer.  Preserve point so that large
12743         images remain visible.
12744         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
12745         order.
12746         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
12747         mode name.
12748         (thumbs-next-image, thumbs-previous-image): Make them work.
12750 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12752         * cus-edit.el (custom-buffer-create-internal): State in the text above
12753         the whole buffer buttons that they do not operate on hidden items.
12754         (custom-face-menu): Use `custom-face-save' instead of
12755         `custom-face-save-command'.
12756         (custom-face-save-command): Make it an alias for `custom-face-save'
12757         and declare it obsolete.
12758         (custom-face-save): Doc fix.
12760         * dired.el (dired-no-confirm): Add quote.
12761         (dired-subdir-alist-pre-R): Add quote in
12762         `make-variable-buffer-local' form and remove unbalanced parenthesis.
12764 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12766         * textmodes/table.el (table-mode-indicator): Typo in last change.
12768 2006-01-19  Richard M. Stallman  <rms@gnu.org>
12770         * outline.el (hide-leaves): Don't call outline-end-of-heading.
12771         Fixes bug reported in Nov 2005.
12773         * isearch.el (isearch-forward): Doc fix.
12775         * dired.el (dired-move-to-filename-regexp): Define as alias.
12776         (dired-no-confirm): Use defcustom.
12777         (dired-subdir-alist-pre-R): Put defvar at top level.
12779         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
12781         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12782         Mark as risky.
12784         * simple.el (set-mark-command): Doc fix.
12785         (clone-indirect-buffer-other-window):
12786         Read arg like clone-indirect-buffer.
12787         (move-beginning-of-line): Skip invisible newlines.
12789 2006-01-19  Masatake YAMATO  <jet@gyve.org>
12791         * progmodes/cpp.el (cpp-edit-load): Make the order of
12792         listed conditions in a base C code buffer and its associate
12793         CPP Edit buffer the same.
12795 2006-01-19  Kenichi Handa  <handa@m17n.org>
12797         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
12798         (rmail-mime-feature): Likewise.
12799         (rmail-require-mime-maybe): Use display-warning to show a warning
12800         message.
12802         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
12803         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
12805 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12807         * array.el: Move defvars out of eval-when-compile.
12808         (array-make-template): Replace undeclared global var with a local one.
12809         (array-mode): Inline initialization functions.
12810         (array-init-local-variables, array-init-max-row)
12811         (array-init-max-column, array-init-columns-per-line)
12812         (array-init-field-width, array-init-rows-numbered)
12813         (array-init-line-length, array-init-lines-per-row): Remove.
12815         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
12816         (doc-mode-map): Define explicitly.
12817         (doctor-txtype): Use mapc.
12819         * textmodes/table.el: Move defvars out of eval-when-compile.
12820         Remove harmful code meant to avoid byte-compiler warnings.
12821         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
12822         specification that checks table-fixed-width-mode directly.
12823         (table-recognize-region, table-recognize-cell):
12824         Use restore-buffer-modified-p.
12825         (table-fixed-width-mode): Remove code that refreshes
12826         table-fixed-mode-indicator.
12827         (*table--cell-describe-bindings, *table--cell-describe-mode):
12828         Avoid obsolete name print-help-return-message.
12829         (table--test-cell-list): Don't use replace-regexp from elisp.
12830         (table--point-entered-cell-function, table--point-left-cell-function):
12831         Don't set table-fixed-mode-indicator, use force-mode-line-update.
12833         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
12834         that was after the end of file.  Use buffer-file-name variable.
12835         (org-timestamp-change): Use with-current-buffer.
12836         (org-todo-list): Don't unnecessarily define a new buffer-local var.
12837         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
12838         `file'.
12840         * progmodes/fortran.el: Move defvars out of eval-when-compile.
12841         (fortran-break-line): Remove unused var `opoint'.
12842         (fortran-abbrev-start): Obey help-event-list.
12844 2006-01-18  Jesper Harder  <harder@phys.au.dk>
12846         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
12848 2006-01-18  Masatake YAMATO  <jet@gyve.org>
12850         * progmodes/make-mode.el (makefile-imake-mode): New mode
12851         derived from makefile-mode.
12852         (makefile-imake-mode-syntax-table): New syntax table
12853         derived from makefile-mode-syntax-table.
12854         (makefile-mode): Write about makefile-imake-mode in doc string.
12855         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
12856         (makefile-imake-font-lock-keywords): New font lock keywords.
12858         * files.el (auto-mode-alist): Add Imakefile.
12860 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
12862         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
12863         loading the file rather than when turning on flyspell-mode.
12865 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12867         * cus-edit.el (customize-rogue): Minor doc fix.
12869 2006-01-17  Juri Linkov  <juri@jurta.org>
12871         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
12872         instead of the file at the mark as default if the file at the mark
12873         is the same as the file at point or if dired-dwim-target-directory
12874         is not the same as the current directory and the mark is not active.
12876         * log-view.el (log-view-minor-wrap): Use the same logic to get
12877         revisions as `log-view-diff'.
12879         * info.el (Info-revert-find-node): Check for Info-current-file
12880         before preserving new-history.
12882         * man.el (Man-heading-regexp): Add `/'.
12884         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
12885         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12887 2006-01-16  Juri Linkov  <juri@jurta.org>
12889         * faces.el (mode-line-faces): New defgroup.
12890         (mode-line-highlight): Move definition after new defgroup.
12891         (mode-line, mode-line-inactive, mode-line-highlight):
12892         Replace :group `modeline' with `mode-line-faces'.
12893         (mode-line-buffer-id): New face.
12894         (modeline-buffer-id): New face alias.
12895         (vertical-border): Remove :group `modeline'.
12897         * bindings.el (propertized-buffer-identification): Use face
12898         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12899         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12900         (mode-line-buffer-identification-keymap): For mouse-1 replace
12901         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12902         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12903         mouse-3.
12905         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12906         Buffer-menu-buffer.  Doc fix.
12907         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12908         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12909         `Buffer-menu-buffer'.
12911         * info.el (Info-mode-line-node-keymap): New defvar.
12912         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12913         Propertize Info-current-node with `mode-line-buffer-id' and
12914         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12916         * time.el (display-time-mail-face): Replace :group `faces' with
12917         `mode-line-faces'.
12919 2006-01-16  Kenichi Handa  <handa@m17n.org>
12921         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12923         * language/european.el (cp1252): New alias for windows-1252.
12925         * international/mule.el (autoload-coding-system): Prepare for EOL
12926         variants.
12928 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12930         * term.el (term-raw-map): Add mapping for insert.
12931         (term-send-insert): New.
12932         (term-mode): Make variables local here instead of doing it in
12933         `term-emulate-terminal'.
12934         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12935         Scroll reverse needs to take into account the scroll region.
12936         Saving and restoring the cursor should save the color attributes too.
12937         (term-reset-terminal): Reset the scroll region.
12938         (term-handle-ansi-escape): Cursor up and down should take into
12939         account the scroll region.
12940         (term-set-scroll-region): Rename from `term-scroll-region'.
12941         Move to 0,0 after setting the region.
12942         (term-handle-scroll): Handle scroll up.
12943         (term-down): Fix off by one error.
12944         (term-delete-lines): Do not delete outside the scroll region.
12945         (term-insert-lines): Take into account the scroll region.
12947 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12949         * textmodes/ispell.el (ispell-internal-change-dictionary)
12950         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12951         (start, end): Move declaration outside of eval-when-compile.
12953         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12954         (flyspell-mode-on): Use it.
12956         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12957         ispell-kill-ispell-hook.
12959 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12961         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12962         (Custom-reset-saved): Do not ask for confirmation in single option
12963         buffers.
12965 2006-01-13  Richard M. Stallman  <rms@gnu.org>
12967         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
12969 2006-01-13  Romain Francoise  <romain@orebokech.com>
12971         * add-log.el (add-change-log-entry, change-log-merge):
12972         Conditionally use `hard-newline'.
12974 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
12976         * wid-edit.el (widget-field-end): If the overlay is no longer
12977         associated with a buffer, behave as if the overlay didn't exist.
12979         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
12980         Make sure the links use the `custom-link' face.
12982 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12984         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
12985         (ld-script-mode): Don't set indent-line-function since we don't
12986         have one.
12988 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
12990         * textmodes/org.el (org-open-file): Use mailcap for selecting an
12991         application.
12992         (org-file-apps-defaults-gnu): Use mailcap as the default for
12993         selecting an application on a UNIX system.
12994         (org-agenda-show-tags): New command.
12995         (org-table-insert-hline): Keep cursor in current table line.
12996         (org-table-convert): Offset effect of modifying
12997         `org-table-insert-hline'.
12998         (org-format-agenda-item): New optional argument TAG.
12999         (org-compile-prefix-format): Handle %T format for the tag.
13000         (org-expand-wide-chars): New function.
13001         (org-table-insert-row, org-table-insert-hline):
13002         Use `org-expand-wide-chars'.
13003         (org-open-file): Fix bug in program launch.
13004         (org-get-time-of-day): Fix bug with times before 1am.
13005         (org-agenda-menu): Add tags commands.
13007 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
13009         * textmodes/ispell.el (ispell-init-process): Include the used
13010         dictionary in ispell process start message.
13011         (ispell-internal-change-dictionary): When flyspell-mode is active
13012         and dictionary is changed, make sure ispell process is restarted
13013         and flyspell word cache cleared out for the current buffer.
13014         (ispell-change-dictionary): Make sure flyspell word cache is
13015         cleared out in all buffers with active flyspell mode when
13016         dictionary is globally changed.
13017         Call ispell-internal-change-dictionary after dictionary change.
13019 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
13021         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13023         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13024         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13025         years.  Fix small differences wrt Makefile.in.
13026         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13027         Makefile.in does.
13029 2006-01-12  Bill Wohler  <wohler@newt.com>
13031         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13032         mh-search.el.
13034 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13036         * progmodes/ld-script.el: Update copyright year.
13038 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
13040         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13041         Don't add widget if setting undefined.
13043 2006-01-12  John Paul Wallington  <jpw@pobox.com>
13045         * help-fns.el (describe-variable): Remove newlines from void
13046         variable output.
13048 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
13050         * wdired.el (wdired-mode-map): Add help echo for
13051         wdired-abort-changes.
13053         * man.el (Man-file-name-regexp): Adjust for a list of files.
13055 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13057         * progmodes/ld-script.el (auto-mode-alist): Support
13058         suffix conventions used in netbsd and eCos.
13060 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
13062         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13063         (custom-variable-menu, custom-face-menu, custom-group-menu)
13064         (Custom-mode-menu): Change names of menu items.  (As discussed on
13065         emacs-devel.)
13066         (custom-face-menu): Add "Undo Edits" item.
13068         * startup.el (init-file-user): defcustom -> defvar.
13070         * tooltip.el (tooltip-mode): Doc fix.
13072 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * reveal.el (reveal-post-command): window-buffer signals an error on
13075         dead windows rather than returning nil.
13076         (reveal-open-new-overlays): An overlay might die while we open others.
13078 2006-01-11  Bill Wohler  <wohler@newt.com>
13080         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13081         phrasing in docstring.
13083         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13084         can give some systems gas.  Add new file mh-buffers.el.
13086 2006-01-06  Masatake YAMATO  <jet@gyve.org>
13088         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13089         C preprocessor forward ported from GNU Emacs 21.2.
13091         * progmodes/asm-mode.el (asm-font-lock-keywords):
13092         Use `cpp-font-lock-keywords'.
13094         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13096         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13097         of $ for "\\.ld[s]?".
13099 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13101         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13102         (tcl-indent-line): Return `noindent' if inside a string.
13104         * progmodes/flymake.el (flymake-split-string): Remove more than one
13105         empty string at beg/end of the result.
13106         (flymake-find-buildfile, flymake-find-possible-master-files):
13107         Use expand-file-name.
13108         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13109         since expand-file-name does it for us.  Use directory-file-name.
13110         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13111         (flymake-ler-get-type, flymake-ler-get-text)
13112         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
13113         (flymake-current-line-no): Remove spurious interactive spec.
13114         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13115         (flymake-check-include): Remove arg inc-path merged into inc-name.
13116         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13117         Arg regexp-list replaced by a simple regexp.
13118         (flymake-master-make-header-init, flymake-master-tex-init):
13119         Correspondingly replace regexp-list with a regexp.  Fix regexp.
13121 2006-01-10  Simon Josefsson  <jas@extundo.com>
13123         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13124         describing AUTH PLAIN fix.
13126 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13128         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13129         (report-emacs-bug): Don't record initial prompt text.
13130         Instead, add text properties to prompting text.
13131         (report-emacs-bug-hook): Delete prompting text.
13133 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13135         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13136         `dirs'.  Adjust callers.
13138 2006-01-09  John Paul Wallington  <jpw@gnu.org>
13140         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13142 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13144         * reveal.el (reveal-open-new-overlays): New extracted fun.
13145         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
13146         using them.  Simplify the code.
13147         (reveal-post-command): Use them.  Fix up obsolete windows in
13148         reveal-open-spots.
13150         * progmodes/flymake.el: Use `require' rather than autoload for
13151         XEmacs's overlays.
13152         (flymake-get-common-file-prefix, flymake-build-relative-filename):
13153         Delete.  Use file-relative-name instead.
13154         (flymake-get-syntax-check-program-args, flymake-perl-init):
13155         Simplify the resulting code.
13157         * log-view.el (log-view-file-re, log-view-message-re): Add support
13158         for DaRCS output.
13160 2006-01-09  Alex Schroeder  <alex@gnu.org>
13162         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13163         identifiers sometimes added in square brackets at the beginning of
13164         subject lines.
13166 2006-01-07  Richard M. Stallman  <rms@gnu.org>
13168         * cus-edit.el (Custom-set, Custom-save): Doc fix.
13169         (Custom-reset-current, Custom-reset-saved): Change question text.
13170         (Custom-reset-standard): Likewise.
13171         (custom-variable-reset-saved): Doc fix.
13173 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
13175         * startup.el (init-file-user): Doc fix.
13177 2006-01-07  Alex Schroeder  <alex@gnu.org>
13179         * mail/rmail.el (rmail-current-subject): New function.
13180         (rmail-current-subject-regexp): New function.
13181         (rmail-next-same-subject): Use it.
13183         * mail/rmailsum.el (rmail-summary-by-topic):
13184         Use rmail-current-subject and rmail-current-subject-regexp.
13185         (rmail-summary-next-same-subject): Ditto.
13187         * net/rcirc.el (rcirc-send-input): No longer check whether the
13188         process is open, since not all commands need an open process.
13189         (rcirc-send-string): Check whether the process is open before
13190         sending anything.
13191         (rcirc-ignore-list): New option.
13192         (rcirc-ignore-list-automatic): New variable.
13193         (rcirc-print): Take rcirc-ignore-list into account.
13194         (rcirc-cmd-ignore): New command.
13195         (rcirc-ignore-update-automatic): New function.
13196         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13197         list if ignored nicks.
13198         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13200 2006-01-06  David Reitter  <david.reitter@gmail.com>
13202         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13203         reflect the address to which the report will be sent.
13205 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
13207         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13208         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13210 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
13212         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13214         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13215         the doc string: "functoin" => "function".
13216         * ldefs-boot.el: Likewise.
13218         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13219         message text: "Duplicat" => "Duplicate".
13221 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13223         * files.el (basic-save-buffer-2): If backing-up failed, reset
13224         buffer-backed-up to nil.
13226 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
13228         * progmodes/gud.el (gdb-script-skip-to-head)
13229         (gdb-script-calculate-indentation): Indent for breakpoint command
13230         lists also.
13232 2006-01-05  Bill Wohler  <wohler@newt.com>
13234         * Makefile.in (compile-always): Add mh-autoloads dependency.
13235         (bootstrap): Remove mh-autoloads dependency, as compile dependency
13236         provides it.
13237         (updates): Remove mh-autoloads dependency, since it probably has
13238         already run recently (via recompile).
13240 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13243         argument `force' to disable the flyspell-last-buffer optimization.
13244         (flyspell-mode-on): Use it.
13246         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13247         flymake-simple-cleanup.
13248         (flymake-allowed-file-name-masks): Use this new default.
13249         All the functions are now called in the right buffer rather than
13250         passing the buffer as argument.
13251         (flymake-process-sentinel): Switch to buffer before calling cleanup.
13252         (flymake-parse-err-lines): Remove redundant buffer arg.
13253         (flymake-get-program-dir): Comment out unused function.
13254         (flymake-start-syntax-check, flymake-start-syntax-check-process):
13255         Remove redundant buffer argument.
13256         (flymake-get-real-file-name, flymake-simple-java-cleanup)
13257         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13259 2006-01-05  Richard M. Stallman  <rms@gnu.org>
13261         * info.el (Info-find-node): Don't record previous node if have none.
13262         (info): Go to directory only if history is empty.
13264         * simple.el (mark): Doc fix.
13266 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13268         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13269         already of desired type.
13270         (mac-ae-list): Coerce parameter to "list" type.
13271         (mac-dispatch-apple-event): Replace cadr part of event with a
13272         dummy position so that event-start returns it.
13274 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
13276         * textmodes/org.el (org-end-of-subtree): New function.
13277         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13278         Use `org-end-of-subtree'.
13279         (org-agenda, org-agenda-convert-date): Protect calls to
13280         `fit-window-to-buffer'.
13281         (org-tags-view): Force matching of sublevels when doing a
13282         todo-only search.  Define the correct redo command, including the
13283         arguments.
13284         (org-agenda-redo): Display message.
13285         (org-check-for-org-mode): New function.
13286         (org-agenda-type): New variable.
13287         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13288         Set `org-agenda-type'.
13289         (org-agenda-check-type): New function.
13290         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13291         (org-agenda-week-view, org-agenda-day-view)
13292         (org-agenda-next-date-line, org-agenda-previous-date-line)
13293         (org-agenda-log-mode, org-agenda-toggle-diary)
13294         (org-agenda-toggle-time-grid, org-agenda-date-later)
13295         (org-agenda-date-prompt, org-agenda-diary-entry)
13296         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13297         (org-agenda-convert-date, org-agenda-menu):
13298         Use `org-agenda-check-type'.
13299         (org-make-overlay, org-delete-overlay)
13300         (org-detatch-overlay, org-move-overlay, org-overlay-put):
13301         New compatibility functions.
13302         (org-calendar-select-mouse): New command.
13304 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
13306         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13307         (Custom-reset-standard): Fix y-or-n-p messages.
13308         (custom-link): New face for links.
13309         (custom-buffer-create-internal, custom-manual): Use it.
13310         (custom-face-save): Push to theme-face before setting face spec.
13312         * wid-edit.el (widget-default-mouse-face-get): New function.
13313         (widget-specify-button): Handle mouse-face like button-face.
13315         * custom.el (load-theme): Clear old theme settings if reloading.
13317 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13319         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13320         "Erase Customization" button back to same position it occupies in
13321         the individual State menus.
13323 2006-01-04  Kim F. Storm  <storm@cua.dk>
13325         * wid-edit.el (key-sequence): Rework widget to read key binding
13326         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
13327         (widget-key-sequence-default-value): Default value for empty sequence.
13328         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
13329         (widget-key-sequence-read-event): New command for C-q.
13330         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13331         (widget-key-sequence-value-to-external): New functions.
13333 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13336         Use expand-file-name.
13337         (flymake-delete-temp-directory): Use expand-file-name,
13338         file-name-directory, and directory-file-name.
13339         (flymake-strrchr): Delete.
13340         (flymake-start-syntax-check): Don't pass the redundant buffer argument
13341         to the init-f function.
13342         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13343         (flymake-init-find-buildfile-dir)
13344         (flymake-init-create-temp-source-and-master-buffer-copy)
13345         (flymake-simple-make-init-impl, flymake-simple-make-init)
13346         (flymake-master-make-init, flymake-master-make-header-init)
13347         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13348         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13349         (flymake-xml-init): Remove corresponding redundant buffer argument.
13350         (flymake-allowed-file-name-masks): Remove last elems that are equal to
13351         the default anyway.  Clean up regexps.
13353         * progmodes/flymake.el (flymake-temp-source-file-name)
13354         (flymake-master-file-name, flymake-temp-master-file-name)
13355         (flymake-base-dir): New buffer-local vars.
13356         (flymake-buffer-data, flymake-get-buffer-value)
13357         (flymake-set-buffer-value): Replace those hash-tables by the new
13358         buffer-local vars.  Update callers.
13360         * progmodes/flymake.el (flymake-check-start-time)
13361         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13362         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13363         Move definition, so we can remove redundant earlier declaration.
13364         (flymake-replace-regexp-in-string, flymake-split-string)
13365         (flymake-get-temp-dir): Use defalias.
13366         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
13367         (flymake-xemacs-window-edges): Remove unused function.
13368         (flymake-get-point-pixel-pos): Move.
13369         (flymake-pid-to-names, flymake-reg-names)
13370         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13371         Replace by a simple list flymake-processes and by process-buffer.
13372         Update callers.  Other than simplify the code, it uses buffers rather
13373         than buffer-names so it doesn't get confused by uniquify.
13374         (flymake-buffer-data): The global value should just be nil.
13376         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13377         Optimize the body of a defalias like any other code.
13379         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13380         Make sure we've setup font-lock's vars.  It may influence which
13381         function we then call.
13382         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13383         here since it's too late anyway.
13385 2006-01-03  Romain Francoise  <romain@orebokech.com>
13387         * startup.el (fancy-splash-tail, normal-splash-screen):
13388         Update copyright year.
13390 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
13392         * mouse.el (mouse-drag-track): Rename, from
13393         `mouse-drag-region-1'.  Includes optional argument required to
13394         enable post-drag event processing (e.g. delete region keys).
13395         Can be used without this argument to track a mouse region and operate
13396         on it as soon as the drag completes.
13397         (mouse-drag-region): Use `mouse-drag-track'.
13399 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
13401         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13402         Move to `custom-buffer' group.
13404         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13405         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13406         (custom-theme-insert-face-marker, custom-theme-variable-menu)
13407         (custom-theme-face-menu): New variables.
13408         (custom-theme-add-variable, custom-theme-variable-action)
13409         (custom-variable-reset-theme, custom-theme-delete-variable)
13410         (custom-face-reset-theme, custom-theme-face-action)
13411         (custom-theme-delete-face, custom-theme-merge-theme)
13412         (custom-theme-add-face, custom-theme-visit-theme): New functions.
13414 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
13416         * custom.el: Move Custom Themes commentary to start of theme code.
13417         (custom-known-themes): Rename `standard' theme to `changed'.
13418         (custom-push-theme): Caller no longer specifies what theme to use
13419         when doing `reset'---the setting is simply removed from the theme.
13420         Delete MODE from `theme-value' and `theme-settings' properties.
13421         (custom-declare-theme): Ignore &rest args since we don't use them.
13423         (custom-loaded-themes): Delete variable.
13424         (custom-theme-load-themes, custom-theme-loaded-p)
13425         (custom-theme-value): Delete functions.
13427         (custom-declare-theme): Signal error on invalid theme names.
13428         (provide-theme): custom-loaded-themes was deleted.
13429         (load-theme): Load the file unconditionally.
13430         (enable-theme): Call `load-theme' if theme is undefined.
13431         (custom-enabled-themes): Only update value for successful loads.
13432         (disable-theme): Complete from enabled themes when interactive.
13433         (custom-variable-theme-value): Calculate theme value directly.
13435         (custom-theme-reset-variables, custom-reset-variables): Mark as
13436         XEmacs compatibility functions.  We don't actually use these.
13438         * cus-edit.el (custom-variable-state-set):
13439         Use custom-variable-theme-value instead of custom-theme-value.
13440         (custom-face-state-set): Rename `standard' theme to `changed'.
13441         (custom-save-variables, custom-save-faces): Delete unneeded
13442         references to custom-reset-variables.
13443         (custom-save-resets): Delete function.
13444         (custom-save-variables, custom-save-faces): MODE argument deleted.
13445         (custom-save-variables, custom-save-faces): Ignore theme values.
13447         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13448         compatibility function.
13450 2006-01-01  Richard M. Stallman  <rms@gnu.org>
13452         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13453         (Custom-reset-current, Custom-reset-saved): Likewise.
13454         (Custom-reset-standard): Show message if aborted.
13455         (custom-mode): Doc fix, describing those commands.
13457         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13458         put on event-kind property.
13460 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
13462         * custom.el (provide-theme): Ban `user' theme name.
13463         (custom-enabling-themes): New variable.
13464         (enable-theme): Don't enable user if custom-enabling-themes is t.
13465         (custom-enabled-themes): Make it a defcustom.
13466         (custom-theme-recalc-face): No-op if face is undefined.
13468         * cus-edit.el (custom-button-mouse): New variable.
13469         (custom-button-mouse): New face.
13470         (custom-raised-buttons, custom-mode): Use it.
13472         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13474 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13476         * progmodes/gud.el (gud-display-line): Support hl-line in the
13477         source buffer.
13479 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13481         * mouse.el (mouse-drag-window-above): Verify that the found window
13482         overlaps with the given window in the horizontal dimension.
13484 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13486         * Makefile.in (cvs-update): New target.
13488         * makefile.w32-in (cvs-update): Ditto.
13490 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
13492         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13493         (custom-new-theme-mode-map): New variable.
13495 2005-12-30  Richard M. Stallman  <rms@gnu.org>
13497         * custom.el (custom-load-themes): Function deleted.
13499         * cus-edit.el (custom-save-loaded-themes): Function deleted.
13500         (custom-save-variables): Don't delete or add custom-load-themes call.
13502 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13504         * cus-start.el: Add `visible-cursor'.
13506         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13507         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13508         (flymake-process-filter): Switch to buffer before calling it instead.
13509         (flymake-post-syntax-check, flymake-highlight-err-lines)
13510         (flymake-delete-own-overlays, flymake-parse-err-lines)
13511         (flymake-start-syntax-check, flymake-start-syntax-check-process)
13512         (flymake-count-lines, flymake-parse-residual):
13513         Remove constant buffer argument.
13514         (flymake-start-syntax-check-for-current-buffer): Remove.
13515         Update callers to use flymake-start-syntax-check instead.
13516         (flymake-display-err-menu-for-current-line):
13517         Remove unused var `mouse-pos'.
13518         (flymake-restore-formatting): Comment out unused function.
13519         (flymake-report-status, flymake-report-fatal-status): Remove buffer
13520         argument, use current-buffer instead.  Update callers.
13522 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13524         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13525         buffer-local because choose-completion-delete-max-match requires
13526         that we set completion-ignore-case (i.e., binding via let is not
13527         sufficient).
13528         (bibtex-complete): Always set completion-ignore-case and
13529         choose-completion-string-functions.  The latter is needed because
13530         choose-completion-string-functions keeps its value if we quit the
13531         *Completions* buffer without requesting a completion.
13533 2005-12-30  Andreas Schwab  <schwab@suse.de>
13535         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13537 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
13539         * jit-lock.el (jit-lock-chunk-size): Doc fix.
13541 2005-12-30  Juri Linkov  <juri@jurta.org>
13543         * locate.el (locate-fcodes-file, locate-header-face)
13544         * progmodes/delphi.el (delphi-other-face)
13545         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13547         * paren.el (show-paren-match, show-paren-mismatch): Use existing
13548         group `paren-showing-faces'.
13550         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13551         (goto-address): Fix docstring.
13553         * net/webjump.el (webjump-sample-sites): Update URLs.
13555         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13557         * subr.el (cancel-change-group): Add listp around pending-undo-list.
13559 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13561         * font-lock.el (font-lock-compile-keywords): Signal an error when
13562         font-lock-set-defaults hasn't been called.
13564 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
13566         * subr.el (noreturn, 1value): Doc fixes.
13568 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13570         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13571         that assoc-string returns nil.
13573 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13575         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13576         (bibtex-entry-type-str, bibtex-empty-field-re)
13577         (bibtex-search-backward-string, bibtex-preamble-prefix)
13578         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13579         (bibtex-any-valid-entry-type): New variable.
13580         (bibtex-parse-field-name): Simplify.
13581         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13582         (bibtex-preamble-prefix): Include left delimiter.
13583         (bibtex-search-forward-field, bibtex-search-backward-field):
13584         Allow unbounded search past entry boundaries (required by bibtex-pop).
13585         (bibtex-text-in-field-bounds): Use push.
13586         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
13587         (bibtex-parse-preamble, bibtex-valid-entry)
13588         (bibtex-beginning-first-field): New functions.
13589         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
13590         (bibtex-map-entries): Fix docstring.
13591         (bibtex-flash-head): New arg prompt.  Simplify.
13592         (bibtex-enclosing-field): Include code of bibtex-inside-field.
13593         (bibtex-insert-kill): Simplify.  Always insert text past the
13594         current field or entry.
13595         (bibtex-format-entry): Use bibtex-parse-field.
13596         (bibtex-pop): Use bibtex-beginning-of-entry and
13597         bibtex-end-of-entry to initiate the search.  Insert empty field if
13598         we found ourselves.
13599         (bibtex-print-help-message): New args field and comma.
13600         Handle entry keys.
13601         (bibtex-make-field): Use bibtex-beginning-of-entry.
13602         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
13603         invalid entry.
13604         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
13605         Handle preambles.  Simplify code for thorough test.
13606         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
13607         New arg comma.  Handle entry heads.
13608         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
13609         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
13610         New arg comma.
13611         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
13612         (bibtex-fill-field): Simplify.
13613         (bibtex-fill-entry): Use bibtex-beginning-first-field and
13614         bibtex-parse-field.
13615         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
13616         (bibtex-complete): Use bibtex-parse-preamble.
13618 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
13620         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
13621         Display name of expression instead of convenience variable.
13622         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
13624         * progmodes/gud.el (gud-tooltip-dereference): Rename from
13625         toggle-gud-tooltip-dereference.
13626         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
13627         (gud-tooltip-tips): ...here when dereferencing.
13629 2005-12-28  Bill Wohler  <wohler@newt.com>
13631         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
13633 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
13636         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
13637         (vc-annotate-display-autoscale): Adjust call.
13638         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
13639         Fix interactive spec.
13640         (vc-annotate-time-span): Remove.
13641         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
13642         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
13643         (vc-annotate-display-select): Use new name.
13645         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
13646         (vc-annotate-mode-menu): Remove left-over redundant declaration.
13647         Correct the construction of span entries.  Simplify.
13648         (vc-annotate-display-select): Fix the nil case.
13649         (vc-annotate): Remove obsolete (and now broken) code.
13650         (vc-annotate-extract-revision-at-line): Remove obsolete code.
13651         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
13653 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
13655         * subr.el (lazy-completion-table): Correct typo in docstring.
13657         * startup.el (command-line): Use `custom-reevaluate-setting' for
13658         `send-mail-function'.
13660         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
13662 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
13664         * mail/smtpmail.el (smtpmail-try-auth-methods):
13665         Send credentials together with "AUTH PLAIN" command.
13667 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13669         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
13670         mouse-2, go back to previously selected window, so it's selected
13671         when mouse-2 command runs.
13673 2005-12-27  Juri Linkov  <juri@jurta.org>
13675         * descr-text.el (describe-text-sexp): Use square brackets for
13676         button [Show] to distinguish it from the property value `show'.
13677         (describe-property-list): Use `insert-text-button' with
13678         `help-face' type instead of putting face in quotes, because button
13679         is not created automatically for a list of faces.
13680         (describe-text-properties-1): Put button-type value in quotes to
13681         distinguish from plain text "button".
13682         (describe-char): Display code point values in hex.  Don't use
13683         `symbol-name' for `current-input-method' because it is a string.
13684         Use `insert-text-button' with `help-face' type instead of putting
13685         hardcoded face in quotes, because button is not created automatically.
13687 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13689         * progmodes/glasses.el (glasses-face): More specific custom type.
13691         * files.el (set-visited-file-name): Doc fix.
13693         * textmodes/flyspell.el (flyspell-external-point-words):
13694         Use local var buffer-scan-pos to advance scan for next misspelling.
13695         Advance it only after we find the misspelling.
13697 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
13699         * textmodes/flyspell.el (flyspell-external-point-words):
13700         New criteria for finding the misspelling in the buffer.
13702 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
13704         * help-mode.el (help-insert-string): Set help-xref-stack-item
13705         rather than call help-setup-xref.
13707         * descr-text.el (describe-char): Revert previous changes for
13708         optional buffer argument.
13710 2005-12-27  Juri Linkov  <juri@jurta.org>
13712         * help-mode.el (help-insert-string): New function.  Save buffer
13713         contents in cases where it is impossible to recompute the old contents.
13715         * descr-text.el (describe-char): Set help-xref-stack-item
13716         explicitly after buffer has been generated.
13718 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13720         * cus-start.el (all): Add x-gtk-show-hidden-files.
13722 2005-12-26  Richard M. Stallman  <rms@gnu.org>
13724         * replace.el (perform-replace): Calculate match-again
13725         before skipping read-only matches.
13727         * paren.el (paren-showing-faces): New group.
13728         (show-paren-match, show-paren-mismatch): Move to that group.
13730         * button.el (button): Put into group `basic-faces'.
13732         * progmodes/make-mode.el: Remove faces from group `faces'.
13734         * apropos.el (apropos, apropos-value): Doc fix.
13735         (apropos-documentation): Doc fix.
13737 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13739         * subr.el (lazy-completion-table): Remove argument `args'.
13741         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13742         Don't use the `args' argument of lazy-completion-table.
13744 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
13746         * descr-text.el (describe-char): Add optional argument for buffer.
13747         Set buffer appropriately.  Call help-setup-xref.
13748         Suggested by Stefan Monnier.
13750 2005-12-26  Juri Linkov  <juri@jurta.org>
13752         * descr-text.el: Require `help-fns' at runtime.  Don't require
13753         `button' for byte compilation.
13754         (describe-text-widget): Add `help-echo' for first button.
13755         Use `help-info' for second.
13756         (describe-property-list): Use `help-argument-name' instead of `italic'.
13757         (describe-text-category): Add prompt to interactive spec.
13758         Call `help-setup-xref'.
13759         (describe-char): Use `help-character-set'.  Add `help-echo' for
13760         code point.  Use `help-input-method'.  Remove superfluous insert.
13762 2005-12-25  Richard M. Stallman  <rms@gnu.org>
13764         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
13765         at point, in case of narrowing.
13767         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
13769         * locate.el (locate-header-face): Allow nil in type.
13771         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
13773 2005-12-25  Romain Francoise  <romain@orebokech.com>
13775         * battery.el (battery-linux-proc-acpi): Also try
13776         `/proc/acpi/thermal_zone/THM0/temperature'.
13778 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
13780         * custom.el (custom-push-theme): Fix docstring.
13782         * cus-edit.el (custom-variable-set, custom-variable-save)
13783         (custom-variable-save): Custom-quote widget values.
13784         (customize-save-variable): Fix custom-push-theme call.
13786 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
13788         * w32-fns.el (w32-batch-update-autoloads): New function.
13790         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
13791         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
13792         from the command line.
13794 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
13796         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
13797         reset means to remove setting from theme entirely.  Don't keep
13798         expanding theme-settings list; delete old entries if necessary.
13800         * cus-edit.el (custom-buffer-create-internal): Move "Erase
13801         customization" button one line up.
13802         (custom-themed): New face.
13803         (custom-magic-alist): New value, THEMED, for theme settings.
13804         (custom-variable-state-set, custom-face-state-set):
13805         Check theme-value instead of saved-value.
13806         (custom-variable-reset-standard, custom-face-reset-standard):
13807         Remove theme setting entirely.  Recalculate new values.
13808         (custom-variable-set, custom-variable-set)
13809         (custom-variable-reset-saved, custom-variable-reset-backup)
13810         (custom-face-set, custom-face-reset-saved): Update `user' theme.
13811         (custom-variable-save): Fix typos.
13813 2005-12-23  Juri Linkov  <juri@jurta.org>
13815         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
13816         Add autoload cookies.
13817         (edebug-outside-d-c-i-n-s-w): New variable.
13818         (edebug-display, edebug-outside-excursion): Use it to save the
13819         original value of default-cursor-in-non-selected-windows.
13820         Set default-cursor-in-non-selected-windows to t while Edebug
13821         is active.
13822         (edebug-mode, edebug-eval-mode): Doc fix.
13824         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
13825         with `buffer-substring-no-properties' to remove common substring
13826         highlighting.
13828         * info.el (info-other-window, info): Rename function argument
13829         `file' to `file-or-node'.
13830         (Info-complete-menu-item): Use local variable `complete-nodes' to
13831         keep the global value of `Info-complete-nodes' unchanged for
13832         subsequent completions.
13833         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
13835         * simple.el (get-next-valid-buffer, last-buffer)
13836         (next-error-buffer-p, next-error-find-buffer)
13837         (minibuffer-history-sexp-flag): Doc fix.
13839         * savehist.el (savehist-mode-hook): Add `:group'.
13841         * log-view.el: Call autoload for vc-find-version.
13842         (log-view-current-file): Adjust subgroup numbers.
13843         (log-view-current-tag): Add `length'.
13845 2005-12-23  Richard M. Stallman  <rms@gnu.org>
13847         * vc.el (vc-annotate-car-last-cons): Defn moved up.
13849 2005-12-23  Juri Linkov  <juri@jurta.org>
13851         * hi-lock.el (hi-lock-archaic-interface-message-used)
13852         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
13853         (hi-lock-mode): Display "Hi" in the mode line only when
13854         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
13855         (hi-lock-write-interactive-patterns):
13856         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13857         (hi-lock-set-pattern, hi-lock-set-file-patterns)
13858         (hi-lock-font-lock-hook): Set 3rd arg `how' of
13859         font-lock-add-keywords to t.
13861 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
13863         * hi-lock.el (hi-lock-highlight-range): New variable.
13864         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
13865         only if font-lock-fontified is non-nil.  Remove overlays.
13866         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
13867         font-lock-fontified is non-nil, otherwise use overlays (instead of
13868         text properties).
13869         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
13870         New variables.
13871         (hi-lock-string-serialize) New function.
13873 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13875         * menu-bar.el (menu-find-file-existing): New function.
13876         (menu-bar-file-menu): Use menu-find-file-existing for Open.
13878         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
13880 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13882         * vc.el: Remove unnecessary leading * in docstrings.
13883         (vc-annotate-mode-map): Move initialization into declaration.
13884         (vc-static-header-alist): Nitpick on the regexp.
13885         (vc-default-init-version): New fun.
13886         (vc-register): Use it.
13887         (vc-insert-headers): Use dolist.
13888         (vc-annotate-get-backend): Remove unused function.
13889         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
13890         (vc-annotate-mode): Remove corresponding call.
13891         (vc-annotate-car-last-cons): Simplify.
13892         (vc-annotate-buffers): Remove var.
13893         (vc-annotate-backend): Make it buffer-local.
13894         (vc-annotate): Move the interaction to the interactive spec.
13895         Add a `buf' argument.
13896         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13897         killing&creating a vc-annotate buffer, which is very disruptive when
13898         the buffers are shown in dedicated frames.
13900 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13902         * descr-text.el: Add FSF as maintainer.
13903         (describe-text-mode, describe-text-mode-map)
13904         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13905         help-mode.
13906         (describe-text-widget, describe-text-sexp)
13907         (describe-property-list, describe-text-category)
13908         (describe-text-properties, describe-text-properties-1)
13909         (describe-char): Use help buttons instead of widgets.
13910         (describe-char-unicodedata-file): Make URL link in doc string.
13912 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13914         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13915         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13916         Don't include buttons that write a file when there's no file.
13917         (custom-variable-menu, custom-face-menu, custom-group-menu):
13918         Don't include commands that write a file when there's no file.
13919         (customize-browse): Reword the top-of-buffer help intro.
13920         (custom-buffer-create-internal): Fix previous change.
13921         (customize-changed-options-previous-release): Prev release is 21.1.
13922         (customize-changed-options): Doc fix.
13923         (customize-changed): New alias.
13924         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13925         Say "standard values".
13926         (Custom-reset-standard): Doc fix.
13927         (custom-face-reset-standard): Doc fix.
13929 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13931         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13932         even if font-lock-mode is non-nil since it may be t without having
13933         turned on font-lock-mode-internal.
13934         (font-lock-choose-keywords): Minor optimization.
13935         (font-lock-add-keywords, font-lock-remove-keywords)
13936         (font-lock-set-defaults): Don't call make-local-variable on a variable
13937         that we know to already be local.
13939 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13941         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13942         messages if in the minibuffer.
13944 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13947         (tex-mode-flyspell-verify, flyspell-get-word)
13948         (flyspell-external-point-words): Don't use point-min/max uselessly.
13950         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13951         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13952         don't need to show it.
13954 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
13956         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
13958 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13960         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
13961         delete-windows-on with an inexistent buffer.
13963 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
13965         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13966         Delete defcustom variable :tag names.
13968 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13970         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
13971         (log-view-font-lock-keywords): Ajust subgroup numbers.
13972         (log-view-current-tag): Don't hard code the number of subgroups.
13974 2005-12-20  Juri Linkov  <juri@jurta.org>
13976         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
13977         (tooltip-x-offset, tooltip-y-offset): Doc fix.
13979         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13980         (menu-bar-non-minibuffer-window-p): Instead of checking
13981         display-multi-frame-p, use selected-frame when menu-updating-frame
13982         is nil.
13984 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
13986         * align.el (align-rules-list): Use [ \t] instead of \s-
13987         for column separators in text mode.
13989 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
13991         * help-mode.el (help-customize-variable, help-customize-face):
13992         Don't pop help-xref-stack as help-follow no longer pushes
13993         anything on to it.
13995 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
13997         * textmodes/org.el (org-agenda-custom-commands): New option.
13998         (org-agenda): Offer custom commands on splash screen.
13999         (org-make-tags-matcher): Parser for Boolean logic added.
14000         (org-agenda-set-tags): New command.
14001         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14002         (org-set-tags): Efficiency improvements.
14003         (org-auto-align-tags): New option.
14004         (org-todo, org-demote, org-promote): Realign tags.
14005         (org-tags-completion-function): Use also "&" and "|" as separators.
14006         (org-org-menu): Agenda commands simplified.
14008 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
14010         * cus-edit.el (customize-apropos, customize-apropos-options):
14011         Docstring changes.
14013         * font-lock.el (font-lock): Add tags to the links in the defgroup.
14015 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
14017         * longlines.el (longlines-mode): Wrap while widened.
14018         (longlines-decode-region, longlines-encode-region): Compute max
14019         just once.
14021 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14023         * cus-edit.el (mac): New group.
14025         * cus-start.el (all): Add user options in macterm.c.  Add test for
14026         Mac-related built-ins.  Fix test for GTK-related built-ins.
14028         * term/mac-win.el (mac-handle-language-change)
14029         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14030         (mac-services-open-selection, mac-services-mail-selection)
14031         (mac-services-mail-to, mac-services-insert-text)
14032         (mac-dispatch-apple-event): Add docstrings.
14033         (x-get-selection, mac-select-convert-to-string): Select coding
14034         system from `utf-16be' and `utf-16le' using `byteorder'.
14036 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14038         * subr.el (lazy-completion-table): Don't be fooled if the var holds
14039         a "list" (lambda ...) rather than a real completion list.
14041         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14042         lexical-let when encountering ((lambda (...) ...) ...).
14044 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14046         * progmodes/sh-script.el (sh-mode):
14047         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14048         * textmodes/picture.el (picture-mode): Update docstrings.
14050 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
14052         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14053         commands enclosed in $(ARGQUOTE)s should not be split between two
14054         lines, as that will break with GNU Make >3.80, when sh.exe is used
14055         and arg quoting is with '..'.
14056         (autoloads): Don't break the quoted --eval expression between
14057         several lines.
14059 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14061         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14062         Capture error from printing circular structures.
14064 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
14066         * wid-edit.el (widget-checkbox-action): Clear undo info.
14068 2005-12-16  Bill Wohler  <wohler@newt.com>
14070         * menu-bar.el (kill-this-buffer): Set a good example by using menu
14071         bar, not menubar in comment.
14073 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14075         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14076         After-change-functions should not clobber the match data.
14078 2005-12-16  Juri Linkov  <juri@jurta.org>
14080         * simple.el (choose-completion): Use `buffer-substring-no-properties'
14081         instead of `buffer-substring'.
14082         (completion-common-substring): Doc fix.
14083         (completion-setup-function): Use minibuffer-completion-contents
14084         instead of minibuffer-contents.  Don't set common-string-length
14085         initially.  Remove special handling of partial-completion-mode.
14086         Move computation of completion-base-size into one cond.
14087         Call completion-base-size-function in mainbuf.  In computation of
14088         completion-base-size for file name completion don't move point to
14089         the end of the minibuffer.  Move computation of common-string-length
14090         into one cond.  Start putting faces only when common-string-length>=0.
14091         Add condition to put completions-common-part when
14092         common-string-length>0.
14094         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14095         place point at the first different character in the minibuffer
14096         even if this position is at the beginning of the minibuffer.
14098         * info.el (Info-read-node-name-1): In completion-base-size-function's
14099         lambda return 1 if common-substring or minibuffer-completion-contents
14100         starts with (, and 0 otherwise.
14102         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14103         Use `crm-current-element' for second arg of `display-completion-list'.
14105 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
14107         * files.el (set-auto-mode): Look for an interpreter specified on
14108         the first line also if search for mode specification succeeded,
14109         but the mode is not known.
14111 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
14113         * textmodes/org.el (org-tags-match-list-sublevels): New option.
14114         (org-open-at-point): Implement tag searches as links.
14115         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14116         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14117         (org-tags-sparse-tree, org-tags-view, org-set-tags)
14118         (org-agenda-dispatch): New commands.
14119         (org-use-tag-inheritance, org-tags-column): New options.
14120         (org-tab-follows-link, org-return-follows-link): New options.
14121         (org-tags): New customize group.
14122         (org-start-icalendar-file): Get local time zone.
14123         (org-tags-completion-function): New function.
14124         (org-set-font-lock-defaults): Make sure links will also be
14125         highlighted inside headlines.
14127 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
14129         * term.el (term-emulate-terminal):
14130         Let term-handle-ansi-terminal-messages override what Bash says about
14131         its current directory.
14133 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14135         * bindings.el (last-buffer): Move to simple.el.
14136         * simple.el (last-buffer): Move here.
14137         (get-next-valid-buffer): New function.
14138         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14139         (prev-buffer): Ditto.  Rename to `previous-buffer'.
14141         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14142         * bindings.el (global-map): Ditto.
14144 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
14146         * cus-edit.el: Introductory comment change.
14147         (custom-magic-alist): Change message string for the `rogue' state.
14149 2005-12-15  Richard M. Stallman  <rms@gnu.org>
14151         * tooltip.el: Delete defcustom variable :tag names.
14153         * complete.el (partial-completion-mode): Doc fix.
14155         * textmodes/flyspell.el (flyspell-external-point-words):
14156         Use save-excursion to ensure we don't move backward in the
14157         search loop, not even one character.
14158         (flyspell-delete-all-overlays): Use remove-overlays directly.
14160         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14161         (ispell-start-process): Set that variable.
14162         Clear ispell-buffer-local-name.
14163         (ispell-internal-change-dictionary):
14164         Set ispell-current-dictionary after killing process.
14165         (ispell-buffer-local-dict):
14166         Don't set spell-personal-dictionary after killing process.
14167         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14168         (ispell-tex-skip-alists, ispell-html-skip-alists)
14169         (ispell-skip-region-alist): Mark as risky.
14171         * net/newsticker.el (newsticker--retrieval-timer-list)
14172         (newsticker--display-timer, newsticker-running-p)
14173         (newsticker-ticker-running-p): Definitions moved up.
14175 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
14177         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14179 2005-12-15  David Ponce  <david@dponce.com>
14181         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14182         (recentf-edit-list, recentf-open-files): Signal an error when
14183         there is no recent file.
14185 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14187         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14188         read-only except for texinfo-format-region evaluation.
14190 2005-12-14  Richard M. Stallman  <rms@gnu.org>
14192         * vc.el (vc-default-previous-version, vc-default-next-version)
14193         (vc-do-command): Doc fixes.
14195 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14197         * textmodes/bibtex.el (bibtex-expand-strings)
14198         (bibtex-autokey-expand-string, bibtex-name-part)
14199         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14200         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14201         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14202         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14203         (bibtex-entry-postfix, bibtex-known-entry-type-re)
14204         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14205         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14206         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14207         (bibtex-beginning-of-last-entry): Remove.
14208         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
14209         message if comma is missing but buffer is read-only.
14210         (bibtex-parse-field-text): Handle whitespaces at the end of field
14211         text.  Return 3-element list with beginning and end of field text
14212         and end of field.
14213         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14214         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
14215         (bibtex-search-forward-field, bibtex-search-backward-field):
14216         Search always delimited by limits of entry.  Use more efficient
14217         search algorithms.
14218         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14219         bibtex-end-of-name-in-field.
14220         (bibtex-text-in-field-bounds): Handle BibTeX strings when
14221         extracting the content of a field.
14222         (bibtex-text-in-field): Use search limits.
14223         (bibtex-parse-string-prefix): Handle empty string keys based on
14224         bibtex-string-empty-key.
14225         (bibtex-parse-string): Fix docstring.
14226         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14227         (bibtex-preamble-prefix, bibtex-strings): New functions.
14228         (bibtex-skip-to-valid-entry): Include preceding whitespace in
14229         BibTeX entries (consistent with other BibTeX functions).
14230         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14231         (bibtex-search-entry): Fix docstring.  Simplify.
14232         (bibtex-flash-head, bibtex-complete-string-cleanup)
14233         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14234         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14235         (bibtex-parse-entry): New optional arg content.
14236         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14237         Use bibtex-text-in-field-bounds.
14238         (bibtex-print-help-message): Handle BibTeX strings and preambles.
14239         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14240         bibtex-parse-string-postfix.
14241         (bibtex-find-text-internal): New function.
14242         (bibtex-remove-delimiters): Use it.
14243         (bibtex-find-text): Use it.  New optional arg help.
14244         (bibtex-complete): Handle BibTeX string and preamble entries.
14245         (bibtex-Preamble): Fix order of closing delimiters.
14247 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14249         * vc.el (vc-default-revert): New fun.
14251         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14253 2005-12-14  Romain Francoise  <romain@orebokech.com>
14255         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14256         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14257         (font-lock-remove-keywords): Likewise.
14259 2005-12-14  Juri Linkov  <juri@jurta.org>
14261         * log-view.el (log-view-diff): Doc fix.
14263         * isearch.el (isearch-query-replace): Use (mark) instead of
14264         isearch-opoint if mark is active in transient-mark-mode.
14266 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
14268         * isearch.el (isearch-query-replace): Check for isearch-other-end.
14270 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14272         * progmodes/cpp.el (cpp-face): New widget.
14273         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14275 2005-12-14  Juri Linkov  <juri@jurta.org>
14277         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14278         around `erase-buffer' and `insert'.
14280         * descr-text.el (describe-text-properties): Replace buffer name
14281         "*Help-2*" with "*Help*<2>".
14282         (describe-char): Add functions print-help-return-message,
14283         toggle-read-only.  Use help-setup-xref with nil to not store
14284         describe-char in help-xref-stack.  Use help-make-xrefs to
14285         make [back] button.
14287         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14289         * wdired.el (wdired-old-point): New internal variable.
14290         (wdired-change-to-wdired-mode): Set it buffer-locally.
14291         (wdired-abort-changes): Restore point after aborting changes.
14293 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14295         * vc.el (vc-do-command): Add a new value t for okstatus.
14297         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14298         frame in case of errors.
14300 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14302         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14303         so it comes after "On the Left" in the menu.
14305 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
14307         * cus-edit.el (customize-apropos, customize-apropos-options)
14308         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14310 2005-12-12  Bill Wohler  <wohler@newt.com>
14312         * vc-svn.el (vc-svn-registered): Fix problem of visiting
14313         non-writable Subversion-controlled files by saving window
14314         configuration before calling vc-do-command.  vc-do-command calls
14315         pop-to-buffer on error which is unexpected during registration.
14317 2005-12-12  Jay Belanger  <belanger@truman.edu>
14319         * calc/README: Update the summary of changes.
14321 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14323         * descr-text.el (describe-char): Rework last fix to solve the problem
14324         is the same way it's solved for everything else in that function
14325         (i.e. by extracting the info before setting up the *Help* buffer).
14327 2005-12-12  Kim F. Storm  <storm@cua.dk>
14329         * subr.el (version-regexp-alist): Allow space as separator before
14330         non-numeric part, e.g. "1.0 alpha".
14331         (version-to-list): Interpret .X.Y version as 0.X.Y version.
14333 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
14335         * textmodes/org.el (org-agenda, org-timeline, org-todo):
14336         Implement Logging and the keep-modes setting.
14337         (org-get-category): Make sure a string is returned.
14338         (org-log-done): New function.
14339         (org-log-done, org-closed-string): New options.
14341 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14343         * tooltip.el (tooltip-y-offset): Change default to 20.
14345 2005-12-12  Richard M. Stallman  <rms@gnu.org>
14347         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14349         * frame.el (display-hourglass): Doc fix.
14351         * help.el (help-for-help-internal): Simplify entry for `a'.
14353         * info.el (Info-on-current-buffer): Doc fix.
14354         (info-insert-file-contents): Don't test (featurep 'jka-compr).
14356         * startup.el (inhibit-splash-screen): Make this the real name.
14357         (inhibit-startup-message): Make this the alias.
14358         (command-line): Find only simple.el, and use its directory
14359         to fill in other preloaded files' names.
14360         (command-line): Deactivate the mark if deactivate-mark is set.
14362         * international/mule.el (load-with-code-conversion):
14363         Bind deactivate-mark.
14365         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14367 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
14369         * cus-edit.el (customize-apropos): Avoid listing an option more
14370         than once under different aliases.  No longer list user options
14371         that are not defined with defcustom (unless a prefix arg is given).
14372         Doc fix.
14373         (customize-apropos-options): Doc fix.
14375 2005-12-11  Juri Linkov  <juri@jurta.org>
14377         * frame.el (set-background-color, set-foreground-color)
14378         (set-cursor-color, set-mouse-color, set-border-color):
14379         Add explicit prompts to read colors by `facemenu-read-color'.
14380         (show-trailing-whitespace, blink-cursor-delay)
14381         (blink-cursor-interval, display-hourglass, hourglass-delay):
14382         Remove tags.
14383         (display-hourglass, hourglass-delay): Doc fix.
14384         (cursor-in-non-selected-windows): Capitalize words in tag.
14386         * faces.el (frame-background-mode): Replace `choice-item' keywords
14387         with `const' to not make [default] button.  Change default value tag
14388         from `default' to `automatic'.  Doc fix.
14389         (trailing-whitespace) <defface>: Change group `whitespace' to
14390         `whitespace-faces'.
14392 2005-12-11  Richard M. Stallman  <rms@gnu.org>
14394         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14396 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14398         * term/mac-win.el: Create keymap for mac-apple-event-map.
14400 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
14402         * tooltip.el (tooltip-mode): Move to start of file so that it
14403         appears at top of customize buffer.
14405         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14406         Add the gud groupname.
14407         (gud-tooltip-mode): Add the tooltip groupname.
14408         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
14409         avoid conflict with tooltip-use-echo-area.
14411 2005-12-10  Romain Francoise  <romain@orebokech.com>
14413         * help.el (help-for-help-internal): Add `r' in doc string.
14415 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14417         * align.el (align-regexp, align-highlight-rule):
14418         Use region-beginning and region-end instead of point and mark, so that
14419         repetition (with `repeat-complex-command') recomputes the region
14420         bounds.
14422 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14424         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14425         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14426         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14427         (balance-windows): Rewrite using the above new functions.
14429 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
14431         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14432         react if global-hi-lock-mode seems intended.
14433         (global-hi-lock-mode) Renamed from hi-lock-mode.
14434         (hi-lock-archaic-interface-message-used)
14435         (hi-lock-archaic-interface-deduce): New variables.
14436         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14437         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14438         (hi-lock-find-patterns, hi-lock-font-lock-hook):
14439         Replace hi-lock-buffer-mode with hi-lock-mode.
14441 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
14443         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14444         completion list, even after a partial completion has been
14445         inserted in the current buffer.  If there are more than 1
14446         completion, redisplay the *Completions* buffer; if the
14447         completion is unique, delete the *Completions* window.
14449 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
14451         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14452         strings and long subject lines that were broken into multiple
14453         lines at arbitrary places.  Handle subjects that have "Re: " in
14454         the middle.
14456 2005-12-10  John W. Eaton  <jwe@octave.org>
14458         * emacs/octave-mod.el (octave-electric-space): Don't indent
14459         comments or strings if octave-auto-indent is nil.
14461 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14463         * term/mac-win.el: Require url when compiling.
14464         Call mac-process-deferred-apple-events after loading init files.
14465         (mac-apple-event-map): New defvar.  Define event handlers in it.
14466         (core-event, internet-event): New Apple event class symbols.
14467         (open-application, reopen-application, open-documents)
14468         (print-documents, open-contents, quit-application)
14469         (application-died, show-preferences, autosave-now, get-url):
14470         New Apple event ID symbols.
14471         (about): New HICommand ID symbol.
14472         (mac-event-spec, mac-event-ae): New macros.
14473         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14474         (mac-ae-selection-range, mac-ae-text-for-search)
14475         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14476         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
14477         and Services menu events are now defined in mac-apple-event-map.
14478         (mac-drag-n-drop): Remove selection range handling.
14480 2005-12-10  Kenichi Handa  <handa@m17n.org>
14482         * simple.el (zap-to-char):
14483         * isearch.el (isearch-process-search-char): Translate CHAR by
14484         translation-table-for-input.
14486 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
14488         * foldout.el (foldout-exit-fold): Properly hide subtree.
14490 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14492         * files.el (save-buffer):
14493         * international/ucs-tables.el (ucs-set-table-for-input):
14494         * mail/mail-extr.el (mail-extract-address-components):
14495         * mail/sendmail.el (mail-mode): Reformat doc string.
14497 2005-12-09  Juri Linkov  <juri@jurta.org>
14499         * isearch.el (isearch-highlight): Change main overlay priority
14500         from 1 to 1001.  Simplify.
14501         (isearch-lazy-highlight-update): Change lazy overlay priority
14502         from 0 to 1000.
14504         * replace.el (replace-highlight): Change overlay priority from
14505         1 to 1001.
14507         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14508         Change overlay priority from 1 to 1001.  Reuse existing overlay.
14510         * compare-w.el (compare-windows-highlight): Change overlay
14511         priority from 1 to 1000.
14513         * menu-bar.el (menu-bar-edit-menu): Add listp around
14514         pending-undo-list to disable menu item "undo" when pending
14515         undo list is empty.
14517         * locate.el (locate): Disable undo in *Locate* buffer.
14519 2005-12-09  Kim F. Storm  <storm@cua.dk>
14521         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14523 2005-12-09  David Ponce  <david@dponce.com>
14525         * recentf.el: Improvement of the menu code.
14526         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
14527         instead of menu hook.
14528         (recentf-show-menu, recentf-hide-menu): New functions.
14529         (recentf-menu-customization-changed, recentf-mode): Use them.
14530         (recentf-menu-action, recentf-max-menu-items)
14531         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14532         (recentf-arrange-by-rule-others)
14533         (recentf-arrange-by-rules-min-items)
14534         (recentf-arrange-by-rule-subfilter) : Don't use
14535         `recentf-menu-customization-changed'.
14536         (recentf-arrange-rules): Likewise.  Accept functions to compute
14537         sub-menu titles.
14538         (recentf-menu-filter): Likewise.  Doc fix.
14539         (recentf-menu-value-shortcut): Doc fix.
14540         (recentf-dump-variable): Quote atom value.
14541         (recentf-make-menu-items): Update to use it as a menu filter.
14542         (recentf-match-rule): New function.
14543         (recentf-arrange-by-rule): Use it.
14544         (recentf-indirect-mode-rule): New function.
14545         (recentf-build-mode-rules): Use it.
14546         (recentf-dir-rule): New function.
14547         (recentf-arrange-by-dir): Use it.
14548         (recentf-filter-changer-current): Rename from
14549         `recentf-filter-changer-state'.  All references updated.
14550         (recentf-filter-changer-alist): Update filter names.
14551         (recentf-filter-changer-select): New function.
14552         (recentf-filter-changer): Use it.  Make a sub-menu from filters
14553         available in `recentf-filter-changer-alist'.
14554         (recentf-data-cache, recentf-clear-data)
14555         (recentf-update-menu): Remove.  All references updated.
14556         (recentf-match-rule-p, recentf-build-dir-rules)
14557         (recentf-filter-changer-goto-next)
14558         (recentf-filter-changer-get-current)
14559         (recentf-filter-changer-get-next): Remove.
14561 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
14563         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14564         buffer "Reset" button to "Reset to Current" for consistency with
14565         the State buttons.
14567 2005-12-08  John Paul Wallington  <jpw@pobox.com>
14569         * ibuf-ext.el (define-ibuffer-filter filename):
14570         If `dired-directory' is a list then really use its car.
14572 2005-12-08  Kim F. Storm  <storm@cua.dk>
14574         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14575         Fix indention of text on right side of replaced rectangle.
14577 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
14579         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14580         No need to check gud-comint-buffer is bound.
14581         (gdb): Prevent multiple debugging when first session uses gdba.
14583 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14585         CC Mode update to 5.31.
14587         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
14588         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
14589         We might do this function properly in the future).
14591         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
14592         New macros c-sentence-end and c-default-value-sentence end, to cope
14593         with Emacs 22's new function `sentence-end'.
14595 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14597         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
14598         compat issue using `c-put-overlay' and `c-delete-overlay'.
14600         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
14601         New compat macros to handle overlays/extents.
14603 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14605         * progmodes/cc-fix.el: Add definitions of the macros push and pop
14606         (for GNU Emacs 20.4)
14608         * progmodes/cc-defs.el:
14609         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
14611         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
14612         highlighting mechanism so it will work in XEmacs too.
14614         * progmodes/cc-defs.el: Insert c-int-to-char.
14616         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
14617         call to the new macro c-int-to-char.  This solves XEmacs's
14618         regarding characters as different from integers.
14620 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14622         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
14623         New internal helper.
14625         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
14626         construct to make the indirect face lookup work in XEmacs.
14628         (c-cpp-matchers): Append the negation char face to the existing
14629         fontification, so that the cpp face doesn't disappear.
14630         Use `c-make-syntactic-matcher' to avoid negation chars in comments
14631         and strings.
14633         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
14634         to map to `font-lock-negation-char-face' in emacsen where it exists.
14636 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14638         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
14640         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
14641         Rename "c-subword-move-mode" as "c-subword-mode".
14643         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
14644         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
14646 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14648         * progmodes/cc-mode.el: Added autoload directive for
14649         `c-subword-move-mode' for use in older emacsen.
14651 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14653         * progmodes/cc-mode.el:
14654         (i) Insert a binding for C-c C-backspace into
14655         c-bind-special-erase-keys which works in TTYs.
14656         (ii) Make sure that when file styles are used, any explicitly
14657         given style variables take priority over those in the style.
14658         Do this by calling `hack-local-variables' a second time.
14660         * progmodes/cc-vars.el: Add language specific customization
14661         widgets for AWK to c-doc-comment-style, c-require-final-newline
14662         and c-default-style.  Add a defcustom for awk-mode-hook.
14663         Give c-syntactic-element and c-syntactic-context doc-strings by
14664         directly setting their `variable-documentation' propery.
14665         This allows Emacs 22.1 to read these with C-h v.
14667         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
14669 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14671         * progmodes/cc-fonts.el, cc-vars.el
14672         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
14673         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
14674         Masatake YAMATO.
14676         (c-doc-comment-style): Made GtkDoc default in C mode.
14678         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
14679         and C-c C-<delete>.
14681         (c-bind-special-erase-keys): New function for use on
14682         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
14684         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
14685         <delete> key behavior in XEmacs according to `delete-forward-p'.
14686         C.f. `c-electric-delete'.
14688 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14690         * progmodes/cc-mode.el: Give c-hungry-backspace and
14691         c-hungry-delete-forward permanent key bindings.
14693         * progmodes/cc-cmds.el (c-electric-semi&comma):
14694         Bind c-syntactic-context for calls to "criteria functions", for
14695         consistency with other calls to user functions.
14697         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
14698         `current-prefix-arg', since this might be the prefix arg to a
14699         command which calls c-indent-command as a function.  Change the
14700         interactive spec from "p" to "P".
14702         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
14703         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
14704         was difficult to understand.
14706 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14708         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
14709         first char of an identifier.
14711         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
14712         +" syntax in C++.
14714 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14716         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
14717         auto-fill doesn't split a c-comment's last word from a hanging
14718         "*/" when a space is typed between them after fill-column.
14720         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
14722         * progmodes/cc-styles.el (c-set-style)
14723         (c-setup-paragraph-variables): Abort the command if we're not in a
14724         CC Mode buffer.
14726         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
14727         with blank comment-prefix, and a blank line as the comment's
14728         second line.
14730 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14732         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
14733         Incorporate the patterns added in the Emacs development branch
14734         for the new Emacs 22 face `font-lock-negation-char-face'.
14736         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
14737         of "red" since it stands out better in xterms and DOS terminals.
14739         * progmodes/cc-engine.el (c-literal-faces):
14740         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
14742 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14744         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
14745         forcibly enable c-electric-flag.
14747         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
14748         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
14749         after the comment-prefix of a C-style comment will close that comment.
14751 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14753         * progmodes/cc-fonts.el (c-basic-matchers-before)
14754         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
14755         in Pike.
14757         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
14758         digraphs.
14760         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
14761         (c-cpp-message-directives, c-cpp-include-directives)
14762         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
14763         (c-cpp-expr-directives): Introduce new language constants to
14764         control cpp syntax in a cleaner way.
14766         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
14768         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
14770         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
14771         (c-multiline-string-start-char): New language constants and
14772         variables to specify how newlines in string literals work.
14774         (c-font-lock-invalid-string): Use them.
14776         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
14777         unbalanced close brace is entered.  Optimization by avoiding going
14778         back over arbitrarily large blocks.  Removed hints that this
14779         function only would be relevant/useful in AWK.
14781         (c-electric-brace): Indent syntactically after the cleanups since
14782         lineup functions might do it differently then.
14784         * progmodes/cc-engine.el, cc-langs.el
14785         (c-opt-op-identifier-prefix): New language constant and variable.
14787         (c-just-after-func-arglist-p, c-after-special-operator-id)
14788         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
14790         * progmodes/cc-align.el, cc-engine.el
14791         (c-after-special-operator-id): New helper to handle C++ operator
14792         identifiers.
14794         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
14795         (c-guess-basic-syntax): Handle C++ operator identifiers in
14796         declarations.
14798         * progmodes/cc-langs.el (c-assignment-operators): Add the
14799         trigraph version of ^= too.
14801         * progmodes/cc-langs.el (c-assignment-operators): Add the
14802         trigraph version of |= in C++.
14804         * progmodes/cc-fonts.el (c-font-lock-declarators):
14805         Handle `c-decl-hangon-kwds' after the identifier name.
14807         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
14808         whether an arglist is "nonempty", ignore a comment after the open
14809         paren if it isn't followed by a non-comment token on the same line.
14811         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
14812         Enable heuristics below the point to cope with classes inside special
14813         brace lists in Pike.
14815 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14817         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
14819 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14821         * progmodes/cc-guess.el (cc-guess-install): New function to
14822         install an already guessed style in another buffer.
14824         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
14825         sets `inhibit-read-only' - `c-save-buffer-state' should be used
14826         anyway if the change always is undone.
14828 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14830         Implement togglable electricity:
14832         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
14833         saying when it should be used.
14835         * progmodes/cc-engine.el: Add the new buffer-local variable,
14836         c-electric-flag.
14838         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
14839         c-toggle-auto-newline.
14841         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
14842         c-toggle-auto-newline.  Remove the binding for
14843         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
14844         c-toggle-electric-state.
14846         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
14848         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
14849         c-\(forward\|backward\)-subword.
14850         (c-update-modeline): Add the new modeline flag `l' for
14851         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
14852         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
14853         Make the old name an alias of the new name.
14854         (c-toggle-electric-state): New function.
14855         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
14856         Adapt these functions to do electric things only when
14857         c-electric-flag is non-nil.
14858         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
14859         new functions from c-electric-brace.
14860         (c-point-syntax): Add a check for "virtual semicolons" in AWK
14861         mode, so that the tentative extra newline doesn't change the
14862         syntax of the following brace.
14863         (c-electric-brace): Restructure by extracting the above functions.
14864         Tidy up the coding somewhat.
14865         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14866         restructure a bit.
14868 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14870         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
14871         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
14873         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
14874         (c-submode-indicators): Change name from `c-auto-hungry-string'
14875         since it's now used to track another submode.
14877         (c-update-modeline): Convert to function and extended to check
14878         `c-subword-move-mode'.
14880         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14881         Convert to compat aliases for `c-forward-subword' and
14882         `c-backward-subword'.
14884         * progmodes/cc-subword.el: New functions and minor mode to handle
14885         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14887         (c-forward-subword, c-backward-subword, c-mark-subword)
14888         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14889         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14890         Functions corresponding to the standard word handling functions.
14892         (c-subword-move-mode): Minor mode that replaces all the standard
14893         word handling functions with their subword equivalences.
14895 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14897         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14898         entry for one-liner-defun.
14900         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14901         name in its def-edebug-spec.
14903         * progmodes/cc-cmds.el (c-electric-brace): Make the
14904         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14905         compacts space before a comment, if this will make things fit on
14906         one line.
14908         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14910         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14912         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14913         clean-up one-liner-defun.
14915         * progmodes/cc-styles.el: Add the new "awk" style.
14917         * progmodes/cc-vars.el: Add description of one-liner-defun to
14918         c-cleanup-list's doc-string.  New user options,
14919         c-max-one-liner-length.  In c-default-style, set the default style
14920         for AWK to "awk".
14922 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14924         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14925         macros inside labels.
14927         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14928         `c-at-statement-start-p' and `c-at-expression-start-p'.
14930         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14931         error if the mark isn't set.
14933         * progmodes/cc-engine.el (c-guess-continued-construct)
14934         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14935         accurately detect functions inside functions.
14937         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14938         like `c-at-statement-start-p' that additionally recognizes commas
14939         and expression parentheses as delimiters.
14941         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14942         to avoid heuristics that doesn't work for unclosed blocks.
14943         (c-at-statement-start-p): New function.
14945         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14946         Objective-C directives, e.g. directives spanning lines should work
14947         reasonably well now.
14949         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14951         (c-forward-objc-directive): New function to move over any ObjC
14952         directive.
14954         (c-just-after-func-arglist-p, c-guess-basic-syntax)
14955         (c-basic-matchers-before): Use it.
14957         (c-font-lock-objc-iip-decl): Remove.
14959         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
14960         in the template arglist recognition.
14962         * progmodes/cc-styles.el (c-style-alist): Fix several
14963         inconsistencies in the Whitesmith style.
14965         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
14966         New lineup function to get lines after Whitesmith style blocks
14967         correctly indented.
14969         (c-lineup-whitesmith-in-block): Back out the compensation for
14970         opening parens since it's done using `add' lists in the style
14971         definition instead.  Don't use the anchor position since it varies
14972         too much between the syntactic symbols. :P
14974         * progmodes/cc-vars.el (c-valid-offset): Update.
14976         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
14977         lists where the offsets are combined according to several
14978         different methods: `first', `min', `max', and `add'.
14979         Report offset evaluation errors with `c-benign-error' so that some kind
14980         of reindentation still is done.
14982         * progmodes/cc-engine.el (c-guess-basic-syntax):
14983         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
14984         `arglist-close'.
14986         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
14987         situations for `arglist-cont-nonempty' and `arglist-close'.
14989         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
14991         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
14992         cc-bytecomp-boundp' in a number of places.
14994         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
14995         macro related issue.
14997 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14999         * progmodes/cc-awk.el: Change the terminology of regexps: A char
15000         list is now [asdf], a char class [:alpha:].
15001         Include code for char classes.
15002         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
15003         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15005         Remove (nearly all of) the cruft associated with AWK Mode's former
15006         concept of "virtual semicolons":
15008         Adapt c-beginning-of-statement, c-end-of-statement (together with
15009         subfunctions) to use the new notion of "virtual semicolon" in
15010         place of the old awkward special handling for AWK.  There remains
15011         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15012         * progmodes/cc-cmds.el:
15013         (c-ascertain-adjacent-literal): In the backwards direction, now
15014         recognises AWK regexp delimiters as string delimiters.
15015         (c-after-statement-terminator-p): Adapt for virtual semicolons;
15016         check more rigorously for "end of macro".
15017         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15018         virtual semicolons;
15019         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15020         out the code for forward movement into ...
15021         (c-end-of-statement): Now contains the code for forward movement,
15022         adapted for virtual semicolons.
15024         * progmodes/cc-engine.el:
15025         (c-ws*-string-limit-regexp): New regexp.
15026         (c-forward-single-comment, c-backward-single-comment): Comment out
15027         the (now redundant) "special" AWK stuff.
15029         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15030         c-string-par-start, c-string-par-separate to be more like Text
15031         Mode than Fundamental Mode.
15033 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15035         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15036         to the fontified region so that fontification doesn't occur
15037         outside it (could happen e.g. when fontifying a line with an
15038         unfinished declaration).
15040 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15042         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15043         start of the file.  ^L now separate sections of the file.
15044         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
15045         (c-awk-one-line-possibly-open-string-re)
15046         (c-awk-regexp-one-line-possibly-open-char-class-re)
15047         (c-awk-one-line-possibly-open-regexp-re)
15048         (c-awk-one-line-non-syn-ws*-re): New defonsts.
15049         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15051         Amend the concept of "virtual semicolons" (in the indentation
15052         engine) for languages like AWK, such that they are now
15053         conceptually attached to end of the last token of a statement, not
15054         the end of the line.  (In AWK Mode, however, the pertinent text
15055         property is still physically set on the EOL.)  Remove the specific
15056         tests for awk-mode, thus facilitating the introduction of other
15057         language modes where EOLs can end statements.
15058         (Note: The funtionality in cc-cmds.el, specifically
15059         c-beginning/end-of-statement has yet to be amended.)
15061         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15062         New macros.
15064         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15065         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
15066         c-vsemi-status-unknown-p-fn (in a new page).
15068         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15069         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15070         numerous awkward forms like
15071         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15072         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
15073         variable before-ws-ip, the place just after char-before-ip appears.
15075         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15076         a comment.
15078 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15080         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15081         `c-tentative-buffer-changes'.
15083         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15084         convert to macro to choose between Emacs and XEmacs at compile time.
15086         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15088         (c-tentative-buffer-changes): New macro to handle temporary buffer
15089         changes in a convenient way.
15091         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15092         for `c-tentative-buffer-changes'.
15094         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15095         the checks for paren sexps between the point and the keyword, to
15096         avoid some false alarms.
15098         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15099         Fixed a situation where an error could be thrown for unbalanced
15100         parens.  Changed to make use of c-keyword-member' to avoid some
15101         repeated regexp matches.
15103         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15104         These language variable are no longer necessary.
15106         (c-block-stmt-kwds): New language constant used by
15107         c-looking-at-inexpr-block'.
15109         (c-guess-basic-syntax): Remove an optional check that looked at
15110         the existence of the now removed language variables.
15112         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15113         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15114         object instantiation expressions as declarations in some contexts.
15115         This bug only affected languages where the declarator can't be
15116         enclosed in parentheses.
15118         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15119         insert newlines before and after substatement braces.
15121         * progmodes/cc-engine.el: Improved the heuristics for recognizing
15122         function declaration headers and the handling of C++ style member
15123         init lists.
15125         (c-just-after-func-arglist-p): Rewritten to use
15126         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
15128         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15130         (c-guess-basic-syntax): Adapt case 5B for the new
15131         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
15132         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15133         covers all cases now).
15135         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15137 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15139         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15140         c-string-par-start/separate c-sentence-end-with-esc-eol,
15141         initialised in c-setup-paragraph-variables, used in string
15142         scanning subroutines of c-beginning-of-statement.
15144         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15145         which precedes the newly inserted `{'.
15147 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15149         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15150         function for declaration level blocks.  It should now cope with
15151         templates better and also be a lot more comprehensible.
15153         (c-looking-at-decl-block): The new function.
15155         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
15156         for compatibility.
15158         (c-add-class-syntax, c-guess-continued-construct)
15159         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15161         (c-decl-block-key): Change to tell apart ambiguous and
15162         unambiguous keywords.  Pike specials are now handled directly in
15163         the code instead.
15165         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15166         New language constants and variables to make the backward skip in
15167         `c-looking-at-decl-block' as tight as possible.
15169         (c-nonsymbol-token-char-list): New language constant.
15171         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15172         find balanced template arglists backwards.
15174         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15175         making char classes for `c-syntactic-skip-backward'.
15177         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15178         16D - can't be a class-close at that point.
15180         * progmodes/cc-engine.el (c-guess-basic-syntax)
15181         (c-add-class-syntax): Don't narrow out the enclosing declaration
15182         level.  This makes everything a lot easier, and it was actually
15183         only four small places that needed it to work.  Some places that
15184         previously did `widen' are removed now, which has the effect that
15185         `c-guess-basic-syntax' never will look at things outside the
15186         current narrowment now.  The anchor position for `topmost-intro'
15187         is affected by this, but it was so bogus it was basically useless
15188         before, and now it's equally bogus but in a slightly different way.
15190         (c-narrow-out-enclosing-class): Gone.
15192         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15193         the narrowed region.
15195         (c-least-enclosing-brace): Remove silly optional argument.
15197         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15198         the point could be left directly after an open paren when finding
15199         the beginning of the first decl in the block.
15201         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15202         Specify which submatch to use.
15204         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15206         (c-decl-start-re): No longer any need for special treatment of
15207         ObjC due to the above.
15209         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15210         presumably follows C in that regard.
15212         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15213         New language constants to specify operator tokens inside
15214         identifiers in a more high level way.
15216         (c-opt-identifier-prefix-key): New internal language constant.
15218         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15219         (c-identifier-start, c-identifier-key): Now completely calculated
15220         from other constants.
15222         (c-identifier-last-sym-match): Decommission since it's no longer used.
15224         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
15226         * progmodes/cc-engine.el (c-forward-name): Remove the
15227         optimization when c-identifier-key is equal to c-symbol-key since
15228         it doesn't work in byte compiled files.  Don't record empty
15229         regions as identifiers.
15231         * progmodes/cc-langs.el (c-filter-ops): New helper function to
15232         simplify access to `c-operators' and its likes.
15234         (c-operator-list, c-all-op-syntax-tokens)
15235         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15236         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15237         (c-primary-expr-regexp, c-cast-parens): Use it.
15239         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15240         an explicit language in functions.
15242         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15243         variant of adornment.
15245         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15246         variable.
15248         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15249         the Pike value.
15251         * progmodes/cc-engine.el (c-on-identifier)
15252         (c-simple-skip-symbol-backward): Small fix for handling "-"
15253         correctly in `skip-chars-backward'.  Affected the operator lfun
15254         syntax in Pike.
15256         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15257         diagnostic message about precompiled language vars not being used.
15259         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15260         "__attribute__" is followed by a parenthesis.
15262         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15263         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15264         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15266         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15267         Internal cleanups to properly detect the declared identifiers in
15268         various declarations.
15270         (c-decl-start-kwds): New language constant to recognize
15271         declarations that can start anywhere.  Used for class declarations
15272         in Pike.
15274         (c-specifier-key, c-not-decl-init-keywords)
15275         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15276         (c-find-decl-spots): Implement `c-decl-start-kwds'.
15278         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15279         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15280         handling of the compiler specific extension keywords into a new
15281         language constant `c-decl-hangon-kwds' that defines keyword
15282         clauses to be ignored in declarations.
15284         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15285         past unrecognized tokens when handling `c-colon-type-list-kwds'.
15286         Necessary to stop at the declared identifier in e.g. IDL valuetype
15287         declarations.
15289         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15290         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15291         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15292         (c-forward-decl-or-cast-1): Recognize the declared identifier in
15293         class and enum declarations as such and not as part of the type.
15295         (c-forward-decl-or-cast-1, c-forward-label): Relax the
15296         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15298         (c-forward-decl-or-cast-1): Don't disregard sure signs of
15299         declarations when there's some syntax error later on.
15301         (c-complex-decl-matchers): Did away with a reference to
15302         `c-specifier-key'.
15304         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15305         value - this variable is always dynamically bound.
15307         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15308         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15309         * cc-cmds.el, cc-defs.el: Change the policy for marking up
15310         functions that might do hidden buffer changes: All such internal
15311         functions are now marked instead of those that don't.
15313         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15314         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15315         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15316         (c-literal-type): Allow these functions to make hidden buffer changes,
15317         so that they are free to use text property caching later on.
15319         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15320         (c-electric-brace, c-electric-slash, c-electric-star)
15321         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15322         (c-electric-paren, c-electric-continued-statement, c-indent-command)
15323         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15324         (c-context-line-break): Add `c-save-buffer-state' calls to comply
15325         with the changed semantics of the functions above.
15327         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15328         when macros occur in obscure places.  Optimized the sexp movement
15329         a bit.
15331 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15333         Enhancements for c-beginning-of-statement to work in AWK Mode:
15335         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15336         (completed statement) with `}' (statement completed by closing
15337         brace or semicolon) and `$' (statement completed by EOL).
15339         (c-awk-virtual-semicolon-ends-prev-line-p)
15340         (c-awk-virtual-semicolon-ends-line-p)
15341         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15342         (c-awk-at-statement-end-p): New functions.
15344         * progmodes/cc-cmds.el: Simplify the structure of functions
15345         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
15346         two functions and c-beginning-of-statement to handle AWK Mode.
15348         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15349         c-backward-single-comment for AWK mode.  Attempt to clarify their
15350         doc-strings.
15352         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15354 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15356         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15357         label handling.  Labels are now recognized in a uniform and more
15358         robust way, regardless of context.  Text properties are put on all
15359         labels to recognize the following declarations better.
15360         Multiword labels are handled both in indentation and fontification for
15361         the benefit of language extensions like Qt.  For consistency, keywords
15362         in labels are now fontified with the label face instead.
15363         That also applies to "case" and "default".
15365         (c-beginning-of-statement-1): Fix some bugs in the label
15366         handling.  Disregard `c-nonlabel-token-key' in labels that begin
15367         with `c-label-kwds'.
15369         (c-find-decl-spots): Support that the callback adds more
15370         `c-decl-end' spots to find.
15372         (c-forward-decl-or-cast-1): Don't treat a list of plain
15373         identifiers followed by a colon as a declaration.
15375         (c-forward-label): New function to recognize labels.
15377         (c-guess-basic-syntax): Replace uses of `c-label-key' with
15378         `c-forward-label'.  Moved the label recognition cases (14 and 15)
15379         earlier since they aren't so context sensitive now.  Handle labels
15380         on the top level gracefully.  Moved access label recognition to
15381         the generic label case (CASE 15) - removed CASE 5E.
15383         (c-font-lock-declarations): Add recognition of labels in the
15384         same round since we need to handle labels in parallell with other
15385         declarations to recognize both accurately.  It should also improve
15386         speed.
15388         (c-simple-decl-matchers, c-basic-matchers-after):
15389         Move `c-font-lock-labels' so that it only is used on decoration level 2
15390         since `c-font-lock-declarations' handles it otherwise.
15392         (c-complex-decl-matchers): Remove the simplistic recognition of
15393         access labels.
15395         (c-decl-prefix-re): Remove the kludges that was necessary to cope
15396         with labels earlier.
15398         (c-decl-start-re): New language variable to make
15399         `c-font-lock-declarations' stop for the special protection labels
15400         in Objective-C that start with `@'.
15402         (c-label-key): Remove since it's no longer used.
15404         (c-recognize-colon-labels, c-label-prefix-re): New language
15405         constants to support recognition of generic colon-terminated labels.
15407         (c-type-decl-end-used): `c-decl-end' is now used whenever there
15408         are colon terminated labels.
15410         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15411         first argument starts with a special brace list.
15413         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15414         (c-font-lock-declarations): Break out the declaration and cast
15415         recognition from `c-font-lock-declarations' to a new function, so
15416         that it can be used in the indentation engine.
15418         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15419         up to the start of the literal.  Fixed bug with the point on the
15420         wrong side of the search limit that could happen when the start
15421         position is inside a literal.
15423         * progmodes/cc-engine.el (c-parse-state)
15424         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15425         so that it's kept a little bit back to increase the hit rate.
15427         (c-parse-state): Change the macro handling and fixed some
15428         glitches.  Macro context is checked more often than necessary now,
15429         but otoh less garbage conses are generated.
15431         * progmodes/cc-engine.el (c-parse-state)
15432         (c-invalidate-state-cache): Cache the last position where
15433         `c-state-cache' applies.  This can speed up refontification quite
15434         a bit in blocks where there are many non-brace parens before the point.
15436         (c-state-cache-end): New variable for this.
15438         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15439         cache variable.
15441         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15442         get close initial continue positions when the start position is
15443         inside a literal or macro.  Do not call the callback for spots
15444         before the start position (which can happen e.g. for `c-decl-end'
15445         spots inside comments).  Optimize better in special cases when the
15446         region is a single line inside a literal or macro (typically when
15447         the current line is refontified).
15449         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15450         to `c-add-stmt-syntax' - there's no need to explicitly whack off
15451         entries from the paren state.
15453         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15454         special case for "else if" clauses.
15456         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15457         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15459         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15460         New language variable to recognize the gcc extension with statement
15461         blocks inside expressions.
15463         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15464         it somewhat more comprehensible.  The argument AT-BLOCK-START is
15465         no longer used and hence removed.
15467         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15468         to `c-add-stmt-syntax'.
15470         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15471         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15472         This fixes bogus label recognition.
15474         * progmodes/cc-engine.el (c-add-type, c-check-type)
15475         (c-forward-name, c-forward-type): Improve storage of template
15476         types in `c-found-types' so that they can be recognized better.
15478         (c-syntactic-content): Add option to skip past nested parens.
15480         * progmodes/cc-engine.el (c-forward-name):
15481         Set `c-last-identifier-range' all the time.  It's less work that way.
15482         Handle that there might not be an identifier to store in
15483         `c-last-identifier-range'.
15485         (c-forward-type): Handle that `c-last-identifier-range' might be
15486         nil from `c-forward-name'.
15488         * progmodes/cc-defs.el (c-safe-scan-lists)
15489         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15491         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15492         to work even if the form fails.
15494         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15495         down in a large file in one go.
15497         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15499         * progmodes/cc-align.el (c-lineup-assignments): New lineup
15500         function which is like `c-lineup-math' but returns nil instead of
15501         `c-basic-offset' when it doesn't match.
15503         (c-lineup-math): Change to use `c-lineup-assignments'.
15505 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15507         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15508         c-beginning-of-statement.  New subfunctions
15509         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15511 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15513         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15514         hardcoded char classes whereever possible.  Changed a couple of
15515         places to use skip by syntax instead of skip by char class.
15517         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15518         Fix a bug in the regexp that caused extreme backtracking.
15520         * progmodes/cc-langs.el (c-block-comment-starter)
15521         (c-block-comment-ender): New language constants to specify in a
15522         single place how block comments look.
15524         (c-comment-start-regexp, c-block-comment-start-regexp)
15525         (comment-start, comment-end, comment-start-skip)
15526         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15527         (c-syntactic-ws, c-nonempty-syntactic-ws)
15528         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15529         `c-line-comment-starter', `c-block-comment-starter' and
15530         `c-block-comment-ender'.
15532         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15533         New language constants to break up things a bit.
15535         (c-simple-ws): New language constant for simple whitespace.
15537         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15539         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15540         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15541         newlines.  Allow and ignore nil elements in the list.
15543 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15545         * progmodes/cc-cmds.el: Comment out a (n almost certainly
15546         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15548         * progmodes/cc-cmds.el: Tidy up the comments in
15549         c-beginning-of-statement and subfunctions.
15551         * progmodes/cc-awk.el: Replace calls to put-text-property to the
15552         more flexible c-put-char-property and c-clear-char-properties.
15553         Add the author's email address.
15555         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15557         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15558         closing "*/" of a block comment.
15560         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15561         subfunctions) so that it works at BOB and EOB.
15563         * progmodes/cc-cmds.el, cc-vars.el: More updating of
15564         c-beginning-of-statement, including new variable
15565         c-block-comment-start-regexp.
15567 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15569         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15570         symbols from `*-font-lock-extra-types' so that there's no need to
15571         use `regexp-opt' on those lists.
15573         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15574         `c-type-modifier-kwds' is empty.
15576         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15577         there are several strings on the same line.
15579         * progmodes/cc-engine.el (c-literal-limits): Remove the
15580         compatibility function for older emacsen.  `c-literal-limits-fast'
15581         has now taken the place of this function.
15583         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15584         with older emacsen: We now require `pps-extended-state'.
15586 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15588         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
15589         which obviates the need to hack sentence-end.  This now handles
15590         escaped newlines in strings correctly.  Correct minor bugs in
15591         c-move-over-sentence and in c-beginning-of-statement.
15593         * progmodes/cc-cmds.el (c-beginning-of-statement (and
15594         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
15595         that movement over macros and code are rigorously separated from
15596         eachother.  Correct a few incidental bugs.
15598         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
15599         Improve its doc-string.  Improve the handling of certain specific cases.
15601 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15603         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
15604         (c-guess-basic-syntax): Change the way class-level labels are
15605         recognized; they can now contain essentially any symbols.
15607         (c-opt-extra-label-key): New language variable to cope with the
15608         special protection label syntax in Objective-C.
15610         (c-opt-access-key): Remove; this is now handled better by
15611         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
15613         (c-complex-decl-matchers): Update to handle that
15614         `c-opt-access-key' no longer exists.
15616         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
15617         improved label recognition in `c-beginning-of-statement-1'.
15619         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15620         Recognize bitfields better.
15622         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
15623         Remove some cruft and fixed a bug that could cause it to go to a
15624         position further down.
15626         * progmodes/cc-langs.el, cc-engine.el
15627         (c-beginning-of-statement-1): Improve detection of labels in
15628         declaration contexts.
15630         (c-beginning-of-decl-1): Use it.
15632         (c-nonlabel-token-key): New language constant and variable needed
15633         by `c-beginning-of-statement-1'.
15635         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
15636         manifested itself due to the correction in `c-forward-sexp'.
15638         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
15639         Make these behave as documented when used at the buffer limits.
15641         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
15642         (c-type-decl-end-used): Made this a language variable.
15644         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
15645         correctly when `combine-after-change-calls' is used together with
15646         temporary narrowings.
15648         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15649         Report labels correctly when the start point is immediately after the
15650         colon.
15652         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
15653         Remove since it isn't used anymore.
15655         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
15656         bracket arglists such as template parens in C++.
15658         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
15659         in the last check-in.  Some optimization.
15661         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
15662         where it could stop at the same level in a preceding sexp when
15663         PAREN-LEVEL is set.
15665         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
15666         text property lookup only when it's needed.
15668         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
15669         Change the policy for paren marked angle brackets to be more
15670         persistent; once marked they remain marked even when they're found
15671         to be unbalanced in the searched region.  This should keep the
15672         paren syntax around even when individual lines are refontified in
15673         multiline template arglists.
15675         (c-parse-and-markup-<>-arglists): New dynamically bound variable
15676         to control markup so that incorrect angle bracket arglists aren't
15677         marked in contexts where the correct value for
15678         `c-disallow-comma-in-<>-arglists' isn't known.
15680         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
15681         argument has become `c-parse-and-markup-<>-arglists'.
15683         (c-remove-<>-arglist-properties): Remove - no longer used.
15685         (c-after-change-check-<>-operators): New function used on
15686         `after-change-functions' to avoid that "<" and ">" characters that
15687         are part of longer operators have paren syntax.
15689         (c-<>-multichar-token-regexp): New language variable used by
15690         `c-after-change-check-<>-operators'.
15692         (c-after-change): Call `c-after-change-check-<>-operators'.
15694         (c-font-lock-<>-arglists): Use the context properties set by
15695         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
15696         correctly to avoid doing invalid markup.
15698         (c-font-lock-declarations): Remove code that undoes the invalid
15699         markup done by `c-font-lock-<>-arglists'.
15701         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
15702         after `c-font-lock-declarations'.
15704         * progmodes/cc-engine.el (c-syntactic-skip-backward):
15705         Add paren-level feature.
15707         (c-guess-basic-syntax): Improve the anchor position for
15708         `template-args-cont' in nested template arglists.  There's still
15709         much to be desired in this area, though.
15711 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15713         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
15714         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
15716 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15718         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
15719         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
15721         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
15722         it doesn't work no longer are supported.
15724         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
15725         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
15726         requires support for the syntax-table' text property, which rules
15727         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
15728         cruft associated with those versions.
15730         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
15731         for the `syntax-table' text property, which rules out Emacs 19 and
15732         XEmacs < 21.4.  Removed various compatibility cruft associated
15733         with those versions.
15735         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
15736         support for the `syntax-table' text property.
15738         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
15739         variable and use an extra quoted face name instead.  All the
15740         emacsen flavors handle that correctly.
15742         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
15743         (c-font-lock-declarators, c-font-lock-declarations)
15744         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
15745         property to mark the items in in declarator lists to handle
15746         refontification inside multiline declarations better.
15748         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
15749         construct like "a * b = c;" as a declaration.
15751 2005-12-08  Kim F. Storm  <storm@cua.dk>
15753         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
15754         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
15755         select either meta, hyper, or super modifier for rectangle commands.
15756         (cua--rectangle-modifier-key): New defvar.
15757         (cua--M/H-key): Use it.  Remove special case for `space'.
15758         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
15759         on X, to meta otherwise.  Always bind C-return to toggle
15760         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
15762         * emulation/cua-rect.el (cua-help-for-rectangle):
15763         Use cua--rectangle-modifier-key.  Handle super modifier too.
15764         (cua--init-rectangles): Always bind C-return to toggle rectangle.
15765         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
15767         * ido.el: Move Acknowledgements and History after Commentary.
15768         Minor changes to Commentary.
15770         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
15771         keymap if cua--prefix-override-timer is `shift'.
15772         (cua--shift-control-prefix): New function; emulate "type prefix
15773         key twice" functionality to handle shifted prefix key override.
15774         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
15775         New commands.
15776         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
15778 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
15780         * textmodes/org.el (org-insert-heading): Try to do items before
15781         headings.
15782         (org-agenda-mode): Quote `org-agenda-mode-hook'.
15783         (org-insert-item): New function.
15784         (org-renumber-ordered-list): Don't skip to higher level lists.
15786 2005-12-08  Juri Linkov  <juri@jurta.org>
15788         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
15790         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
15792         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
15794         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
15795         the constructed function name fun-1.
15797         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
15798         because such links don't lead to parent documentation.
15800 2005-12-08  Kenichi Handa  <handa@m17n.org>
15802         * descr-text.el (describe-char): Use *Help-2* buffer if the
15803         current buffer is *Help*.  Call describe-text-properties while
15804         setting the original buffer.
15806 2005-12-07  Bill Wohler  <wohler@newt.com>
15808         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
15809         and causes problems with non-MH users (such as Gnus users).
15811 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
15813         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
15814         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
15815         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
15816         command "info sources".  Move calls to GDB command "list".
15817         (gdb-find-file-hook): Just use gdb-source-file-list.
15818         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
15819         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
15820         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
15821         (gdb-data-list-register-values-handler): Use correct trigger name.
15823 2005-12-07  Kim F. Storm  <storm@cua.dk>
15825         * ido.el (ido-completion-map): Rename from ido-mode-map.
15826         (ido-common-completion-map, ido-file-completion-map)
15827         (ido-file-dir-completion-map, ido-buffer-completion-map):
15828         Rename from ido-mode-....-map.
15829         (ido-init-completion-maps): Rename from ido-init-mode-maps.
15830         (ido-setup-completion-map): Rename from ido-define-mode-map.
15831         (ido-read-internal): Bind minibuffer-local-filename-completion-map
15832         to ido-completion-map.
15834 2005-12-07  Kenichi Handa  <handa@m17n.org>
15836         * international/mule-cmds.el
15837         (set-display-table-and-terminal-coding-system): If the coding
15838         system specified in `unibyte-display' property is different from
15839         the arg coding-system, don't setup standard-display-table.
15841 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15843         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
15844         that comments end at \n, regardless of selective-display.
15846 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
15848         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
15849         (gdb-version): New variables.
15850         (gdb-source-file-list, gdb-register-names)
15851         (gdb-changed-registers): New variables for use with GDB 6.4+.
15852         (gdb-ann3): Replace with...
15853         (gdb-init-1, gdb-init-2): ...two new functions.
15854         (gdba, gdb-prompt): Call gdb-init-1.
15855         (gdb-get-version): New function.  Call gdb-init-2 from here.
15856         (gud-watch): Make it work with mouse events too.
15857         (gdb-post-prompt): Don't add to queue until GDB version is known.
15858         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
15859         (gdb-locals-mode): Use gdb-version.
15860         (gdb-memory-format-map, gdb-memory-unit-map)
15861         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
15862         (gdb-locals-font-lock-keywords-1)
15863         (gdb-locals-font-lock-keywords-2): New variables.
15864         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
15865         (gdb-set-gud-minor-mode-existing-buffers-1)
15866         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
15867         (gdb-var-update-1, gdb-var-update-handler-1)
15868         (gdb-data-list-register-values-handler)
15869         (gdb-data-list-register-values-custom)
15870         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
15871         (gdb-stack-list-locals-handler, gdb-get-register-names):
15872         New functions for use with GDB 6.4+.
15873         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
15874         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
15875         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
15876         (gdb-stack-list-locals-regexp)
15877         (gdb-data-list-register-names-regexp): New regexps for use with
15878         GDB 6.4+.
15880 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15882         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15884 2005-12-06  Nozomu Ando  <nand@mac.com>
15886         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15887         prompts work for AUTH PLAIN.  Also reported by Steve Allan
15888         <seallan@verizon.net>.
15890 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15892         * frame.el (set-frame-parameter): Add doc string.
15894 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15896         * textmodes/org.el (org-occur-highlights): New variable.
15897         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15898         (org-highlight-sparse-tree-matches): New option.
15899         (org-do-occur): New function.
15900         (org-get-heading): Make it work also at beginning of line.
15901         (org-category-table): New variable.
15902         (org-get-category-table, org-get-category)
15903         (org-camel-to-words, org-link-search): New functions.
15904         (org-select-this-todo-keyword): New variable.
15905         (org-todo-list): New command.
15906         (org-shiftright, org-shiftleft): New commands.
15907         (org-agenda-todo): Add prefix argument.
15908         (org-show-hierarchy-above): New option.
15909         (org-show-todo-tree): Numerical prefix creates tree for specific
15910         TODO keyword.
15911         (org-outline-level): New function, to assign a level to plain
15912         lists items.
15913         (org-cycle-include-plain-lists): New option.
15914         (org-mode): Use `org-outline-level' as value of `outline-level'.
15915         (org-cycle): Temporarily switch `outline-regexp' if
15916         `org-cycle-include-plain-lists' is non-nil.
15917         (org-start-icalendar-file): Fix format bug.
15918         (org-agenda-get-day-entries): Create category table.
15919         (org-agenda-get-todos, org-agenda-get-timestamps)
15920         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15921         (org-agenda-get-blocks): Use `org-get-category'.
15922         (org-context-in-file-links): Rename from
15923         `org-line-numbers-in-file-links'.
15925 2005-12-06  Romain Francoise  <romain@orebokech.com>
15927         * window.el (balance-windows): Delete extraneous third arg in call
15928         to `enlarge-window'.
15930 2005-12-06  Kenichi Handa  <handa@m17n.org>
15932         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15934 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15936         * progmodes/gdb-ui.el (gdb-var-create-handler)
15937         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15938         (gdb-var-list-children-handler, gdb-var-update-handler):
15939         Current buffer is already gdb-partial-output-buffer, don't
15940         make it current again.
15942 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15944         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15945         (list-buffers-noselect): Use it.
15947 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15949         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15950         (mail-yank-ignored-headers): Use regexp-opt.
15951         (mail-mode-map): Move initialization into declaration.
15952         (mail-sent-via): Remove unused shadowed var `to-line'.
15953         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15954         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15955         (mail-do-fcc): Use dolist and push.
15956         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15957         (mail-yank-ignored-headers): Don't autoload.
15959 2005-12-05  Kenichi Handa  <handa@m17n.org>
15961         * international/mule-cmds.el (set-language-info-internal): New fun.
15962         (set-language-info): Call set-language-info-internal to update
15963         language-info-alist.  If LANG-ENV is the current one, call
15964         set-language-environment to make INFO effective now.
15965         (set-language-info-alist): Likewise.
15966         (locale-language-names): With locale "en", use English
15967         lang. env. but set the default codings to iso-8859-1.
15969 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
15971         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
15972         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
15973         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
15974         for plain strings.
15975         (gdb-frames-mode): Remove redundant call to font-lock-mode.
15976         (gdb-all-registers): Rename from toggle-gdb-all-registers.
15977         Create registers buffer if necessary.  Echo new state in minibuffer.
15978         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
15980 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
15982         * info.el (Info-fontify-node): Match external links using
15983         non-directory part of filename.
15985 2005-12-04  Juri Linkov  <juri@jurta.org>
15987         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
15988         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
15989         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
15990         because there is no customization option for it.
15992         * font-lock.el (lisp-font-lock-keywords-1):
15993         Add define-global-minor-mode.
15995         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
15997         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
15998         properties on the constructed variable names.
16000         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16001         Put `definition-name' properties on the constructed function names
16002         next-sym and prev-sym.
16004         * emacs-lisp/find-func.el (find-function-regexp):
16005         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
16006         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
16007         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16008         and easy-menu-define.
16010         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16011         easy-mmode-define-global-mode and define-global-minor-mode.
16012         (lisp-imenu-generic-expression): Add define-global-minor-mode.
16014         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16015         instead of easy-mmode-define-global-mode.
16017         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16018         Use define-minor-mode instead of easy-mmode-define-minor-mode.
16020         * cus-edit.el (customize-group, customize-group-other-window):
16021         Filter out autoloaded options from the group completion list by
16022         using heuristics that autoloaded groups don't have `custom-autoload'
16023         property on their symbols (they have only `custom-loads').
16025         * simple.el (completion-setup-function): Put completions-common-part
16026         face on complete completion string too (i.e. completion string
16027         without completions-first-difference face).
16029         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16031 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
16033         * view.el (view-mode): Doc fix.
16035         * disp-table.el (standard-display-european): Add to the warning
16036         message a reference to the doc string.
16038         * play/yow.el (apropos-zippy): Call print-help-return-message,
16039         similar to other Help and Apropos commands.
16041         * help.el (print-help-return-message): If pop-up-frames is
16042         non-nil, set up help-return-method to delete the help window and,
16043         possibly, its frame as well, and don't display message about
16044         scrolling the help window.  Doc fix.
16045         (help-return-method): Doc fix.
16047 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
16049         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16050         whereby names of length one or names starting with a
16051         symbol-constituent character would not be returned.
16053 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16055         * subr.el (atomic-change-group): Add edebug and indentation spec.
16057 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16059         * completion.el (save-completions-file-name): Fix typo in last change.
16061 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16063         * info.el: Move back/forward history to the beginning of the tool bar.
16065 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
16067         * allout.el (eval-when-compile): Remove unnecessary load of cl.
16068         Add fset of allout-real-isearch-abort during compile to fix
16069         byte-compilation warnings.
16070         (allout-mode-p): Move definition of this macro above all uses, or
16071         byte compilation in barren Emacs (eg, during Emacs build) will
16072         lack the definition.
16073         (allout-mode): Move this variable above any uses, or byte
16074         compilation will fail.
16075         (allout-resolve-xref): Remove use of personal file-reference function.
16076         (allout-toggle-current-subtree-encryption): Do the current (ie,
16077         visible containing) topic, rather than nearest around point.  Doc fix.
16078         (allout-toggle-subtree-encryption): New function, workhorse that
16079         works on nearest topic containing point.
16080         (allout-encrypt-string): Signal requirement for newer version of pgg.
16081         (allout-resumptions): Doc fix.
16083 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
16085         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16087 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
16089         * textmodes/flyspell.el (flyspell-external-point-words):
16090         Consider a misspelling as found in the string search if: (a) misspelling
16091         and found string lengths match, or (b) misspelling is found as
16092         element in a boundary-chars separated longer string, or (c)
16093         ispell-program-name is really ispell and misspelling is found as
16094         part of a TeX string.  After successful match move beginning of
16095         search region to end of match.  Warn about not found misspellings
16096         once the process is done.
16097         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16099 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
16101         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16102         tool bar (removed inadvertently).
16104 2005-12-02  Juri Linkov  <juri@jurta.org>
16106         * log-view.el (log-view-diff): Clarify doc string.
16108 2005-12-01  Bill Wohler  <wohler@newt.com>
16110         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16111         triggers lm-verify errors.
16113 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
16115         * simple.el (transient-mark-mode, line-number-mode)
16116         (column-number-mode, size-indication-mode): Remove `:require nil'.
16118 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
16120         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16121         in the margin also.
16122         (gdb-breakpoints-mode-map): Use D instead of d for
16123         gdb-delete-breakpoint.
16124         (gdb-get-frame-number): Require a number to match on.
16125         (gdb-threads-mode-map): Add follow-link binding.
16127 2005-11-30  Jason Rumney  <jasonr@gnu.org>
16129         * isearch.el (isearch-mode-map): Avoid exiting search on
16130         language-change event.
16132 2005-11-30  Romain Francoise  <romain@orebokech.com>
16134         * speedbar.el (speedbar-default-position): New defcustom.
16135         (speedbar-frame-reposition-smartly): Use it.
16137         * dframe.el (dframe-reposition-frame-emacs): Fix position
16138         computation for `left' location.
16139         Update copyright year.
16141 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16143         * help.el (help-map): Move initialization into declaration.
16145         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16147         * help-fns.el (help-argument-name): Don't autoload.
16148         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16149         to be re-loaded when customizing the `help' group.
16151 2005-11-30  John Paul Wallington  <jpw@gnu.org>
16153         * help-fns.el (describe-function-1): Fill arglist output.
16155 2005-11-30  Kim F. Storm  <storm@cua.dk>
16157         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16158         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16159         after revert-buffer (or anything else which kills all local variables).
16161         * apropos.el (apropos-parse-pattern): Doc fix.
16162         Set apropos-regexp directly, rather than expecting callers to do so.
16163         (apropos-command, apropos, apropos-value, apropos-documentation):
16164         Simplify calls to apropos-parse-pattern.
16166 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16168         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16169         (hi-lock-face-phrase-buffer): Use hi-yellow face.
16170         (hi-lock-write-interactive-patterns): Use comment-region.
16172         * longlines.el (longlines-mode): Add mail-setup-hook.
16174         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16176         * simple.el (sendmail-user-agent-compose, next-line):
16177         Conditionally use hard-newline.
16179 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16181         * international/latexenc.el (latex-inputenc-coding-alist):
16182         Reword doc string.
16184 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16186         * help.el (describe-key-briefly, describe-key): Recognize default
16187         bindings.
16189 2005-11-29  Romain Francoise  <romain@orebokech.com>
16191         * view.el (view-inhibit-help-message): New defcustom.
16192         (view-mode-enter): Use it.
16194 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
16196         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16197         Preserve user position.
16199 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
16201         * font-lock.el: Throw error if facemenu is not loaded to prevent
16202         accidental change of loading order in loadup.el.  (Suggested by RMS.)
16204         * loadup.el: Add comment explaining why facemenu must be loaded
16205         before font-lock.
16207 2005-11-28  Jay Belanger  <belanger@truman.edu>
16209         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16210         (calc-dispatch-map): Add more keys for `calc-same-interface'.
16212         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16214         * calc/calc-embed.el (calc-do-embedded): Update help message.
16216         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16218 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16220         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16222         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16223         called-interactively-p.
16224         (elp-profilable-p): Rename from elp-not-profilable-p.
16225         Invert result and take into account macros and autoloaded functions.
16226         (elp-instrument-function): Update call.
16227         (elp-instrument-package): Update call.  Add completion.
16228         (elp-pack-number): Use match-string.
16229         (elp-results-jump-to-definition-by-mouse): Merge into
16230         elp-results-jump-to-definition and then remove.
16231         (elp-output-insert-symname): Make help echo text single-line.
16233         * replace.el (query-replace-map): Move initialization into declaration.
16234         (occur-engine): Use with-current-buffer.
16235         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16236         (occur-mode-mouse-goto): Replace with an alias.
16238 2005-11-28  Juri Linkov  <juri@jurta.org>
16240         * simple.el (quoted-insert): Let-bind input-method-function to nil.
16242         * term/w32-win.el: Bind [S-tab] to [backtab].
16244         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16245         `Info-find-file' to t.
16247         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16248         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16249         and same-window-regexps.
16250         (occur-next-error): Don't move point for arg 0.
16252 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
16254         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16256 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16258         * log-edit.el (log-edit-changelog-use-first): New var.
16259         (log-edit-changelog-ours-p): Use it.
16260         (log-edit-insert-changelog): Set it with new arg `use-first'.
16261         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16262         (log-edit-hook): Add them to the list of suggested options.
16264         * textmodes/flyspell.el (flyspell-last-buffer): New var.
16265         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16266         redundant work.
16267         (flyspell-mode-on): Use add-hook for after-change-functions.
16268         (flyspell-mode-off): Use remove-hook for after-change-functions.
16269         (flyspell-changes): Make it buffer-local.
16270         (flyspell-after-change-function): Make it non-interactive.  Use push.
16271         (flyspell-post-command-hook): Check input-pending-p while processing
16272         the potentially long list of buffer changes.
16274 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16276         * buff-menu.el (list-buffers-noselect): Display the selected
16277         frame's buffer list, not the global one.
16279 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16281         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16282         that (list last-input-event) works as in interactive spec.
16284 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16286         * loadup.el ("facemenu"): Load facemenu before font-lock, because
16287         `facemenu-keymap' needs to be defined when font-lock is loaded.
16288         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16290 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16292         * completion.el: Remove useless leading * in defcustom docstrings.
16293         (save-completions-file-name): Use ~/.emacs.d if available.
16294         (completion-standard-syntax-table): Rename from
16295         cmpl-standard-syntax-table and fold initialization into declaration,
16296         thus removing cmpl-make-standard-completion-syntax-table.
16297         (completion-lisp-syntax-table, completion-c-syntax-table)
16298         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16299         (cmpl-saved-syntax, cmpl-saved-point): Remove.
16300         (symbol-under-point, symbol-before-point)
16301         (symbol-under-or-before-point, symbol-before-point-for-complete)
16302         (add-completions-from-c-buffer): Use with-syntax-table.
16303         (make-completion): Don't return a list of completion entries.
16304         Update callers.
16305         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16306         (completion-initialize): Rename from initialize-completions.
16307         (completion-find-file-hook): Rename from cmpl-find-file-hook.
16308         (kill-emacs-save-completions): Collect stats here.
16309         (save-completions-to-file, load-completions-from-file):
16310         Use with-current-buffer.
16311         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
16312         into a function.  Move all calls to toplevel.
16313         (completion-lisp-mode-hook): New fun.
16314         (completion-c-mode-hook, completion-setup-fortran-mode):
16315         Set the syntax-table here.  Use local-set-key.
16316         (completion-saved-bindings): New var.
16317         (dynamic-completion-mode): Make it into a proper minor mode.
16318         (load-completions-from-file): Remove unused var `num-uses'.
16320         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16321         constructor if it is explicitly overridden.
16323         * complete.el (PC-completion-as-file-name-predicate):
16324         Use minibuffer-completing-file-name.
16325         (partial-completion-mode): Use find-file-not-found-functions.
16326         (PC-lisp-complete-symbol): Use with-syntax-table.
16327         (PC-look-for-include-file): Remove dead setq.
16328         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16329         (PC-complete): Use with-current-buffer.
16331         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16332         escape single quotes.
16334 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16336         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16337         of `if' whose condition always returned nil.  Doc fix.
16339         * buff-menu.el (Buffer-menu-revert-function): Make the selected
16340         window's buffer the current buffer around the call to
16341         `list-buffers-noselect'.  This is necessary to mark that buffer
16342         with a `.' in the Buffer Menu when called from Lisp, for instance
16343         by Auto Revert Mode.
16345 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16347         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16348         attaching to it.
16349         (gdb-pre-prompt): Make sure gdb-error is reset.
16351         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16352         with a child process, detect it.
16353         (gud-speedbar-buttons): Match regexp more carefully.
16355 2005-11-27  Richard M. Stallman  <rms@gnu.org>
16357         * mouse.el (mouse-drag-move-window-bottom):
16358         Use adjust-window-trailing-edge.
16360 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16362         * simple.el (blink-matching-open): Ignore
16363         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16364         (blink-matching-paren-on-screen): Update docstring.
16366         * paren.el (show-paren-mode): No longer change
16367         `blink-matching-paren-on-screen'.
16369 2005-11-27  John Paul Wallington  <jpw@pobox.com>
16371         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16372         (gdb-threads-select, gdb-edit-register-value):
16373         Use `posn-set-point' instead of `mouse-set-point' because the
16374         latter is not fbound when configured without X.
16376 2005-11-27  Kim F. Storm  <storm@cua.dk>
16378         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16379         existing face when partially highlighting a TAB in a rectangle.
16381 2005-11-26  Kim F. Storm  <storm@cua.dk>
16383         * ido.el (ido-mode-map): Doc fix.
16384         (ido-mode-common-map, ido-mode-file-map)
16385         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16386         (ido-define-mode-map): Rewrite.  Select one of the new maps as
16387         parent for ido-mode-map instead of building from scratch.
16388         (ido-init-mode-maps): New defun to initialize new maps.
16389         (ido-mode): Call it.
16390         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16391         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16393 2005-11-26  John Paul Wallington  <jpw@pobox.com>
16395         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16396         `mouse-set-point' because the latter is not fbound when configured
16397         without X.
16399 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
16401         * files.el (file-relative-name): Doc fix.
16403 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16405         * progmodes/octave-inf.el (inferior-octave-startup): Force a
16406         non-empty string for secondary prompt PS2.
16408 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16410         * progmodes/compile.el (compilation-setup): Fix last change.
16412 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
16414         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16415         (gdb-mouse-toggle-breakpoint-margin)
16416         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16417         Add gdb-server-prefix to keep out of command history.
16418         (gdb-edit-register-value): New function.
16419         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16420         (gdb-info-registers-custom): Use above map.
16422 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16424         * custom.el (enable-theme): Signal error if argument is not a
16425         theme.  Don't recalculate a face if it's not loaded yet.
16427         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16428         the `user' theme is in effect.
16430         * info.el (Info-on-current-buffer): Record actual filename in
16431         Info-current-file, instead of t, or a fake filename if a non-file
16432         buffer.  Make autoload.
16433         (Info-find-node, Info-revert-find-node): No need to check for
16434         Info-current-file nil.
16435         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16436         Info-current-file is now never `t'.
16437         (Info-fontify-node): Many simplifications due to Info-current-file
16438         always being valid.  Use Info-find-file to find node filename.
16440 2005-11-25  David Kastrup  <dak@gnu.org>
16442         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16443         new character, then delete" in order to preserve markers.
16445 2005-11-25  David Ponce  <david@dponce.com>
16447         * recentf.el (recentf-arrange-by-rule): Handle a special
16448         `auto-mode-alist'-like "strip suffix" rule.
16449         (recentf-build-mode-rules): Handle second level auto-mode entries.
16451 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16453         * viper-keym.el (viper-ESC-key): Use different values in terminal and
16454         window modes.
16456         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16457         jde-javadoc-checker-report-mode.
16459         * ediff-wind (ediff-make-wide-display): Slight simplification.
16461         * ediff.el (ediff-date): Change the date of last update.
16463 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
16465         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16466         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
16467         (hi-lock-mode): New global minor mode.
16468         (turn-on-hi-lock-if-enabled): New function.
16469         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16470         Change arguments to regexp and face instead of a font-lock pattern.
16471         Directly set face property, instead of refontifying.
16472         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16473         (hi-lock-find-patterns): Use line-number-at-pos.
16475         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
16476         arguments for hi-lock-set-pattern.
16477         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16478         Call font-lock-fontify-buffer.
16479         (hi-lock-find-file-hook, hi-lock-current-line)
16480         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16482         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16483         turned off.
16485         * progmodes/compile.el (compilation-setup): Don't fiddle with
16486         font-lock-defaults.
16488 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
16490         * progmodes/gdb-ui.el (gdb-var-create-handler)
16491         (gdb-var-list-children-handler): Find values for all variable
16492         objects.  gud-speedbar-buttons decides whether to display them.
16494 2005-11-24  Romain Francoise  <romain@orebokech.com>
16496         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16497         buffer name with a space.
16499 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
16501         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16502         `org-export-local-list-max-depth'.  Change default value to 3.
16503         (org-auto-renumber-ordered-lists)
16504         (org-plain-list-ordered-item-terminator): New options.
16505         (org-at-item-p, org-beginning-of-item, org-end-of-item)
16506         (org-get-indentation, org-get-string-indentation)
16507         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16508         New functions.
16509         (org-move-item-down, org-move-item-up): New commands.
16510         (org-export-as-html): New classes for CSS support.  Bug fix in
16511         regular expression detecting fixed-width regions.  Respect
16512         `org-local-list-ordered-item-terminator'.
16513         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16514         also a list item.
16515         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16516         New item moving functions.
16518 2005-11-24  Juri Linkov  <juri@jurta.org>
16520         * isearch.el (isearch-repeat): With empty search ring set
16521         `isearch-error' to the error string instead of signaling error
16522         with the function `error'.
16524 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16526         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16528 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
16530         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16531         and variable.
16532         (gdb-var-create-handler, gdb-var-list-children-handler):
16533         Don't match on "char **...".
16534         (gdb-var-update-handler): Find values for all variable objects.
16535         (gdb-info-frames-custom): Identify frames by leading "#".
16537         * progmodes/gud.el (gud-speedbar-menu-items): Add
16538         gdb-speedbar-auto-raise as radio button.
16539         (gud-speedbar-buttons): Raise speedbar if requested.
16540         Don't match on "char **...".
16541         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16542         Make it editable.
16544 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
16546         * info.el (Info-fontify-node): Handle the case where
16547         Info-current-file is t.
16549 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16551         * simple.el (blink-matching-open): Fix off-by-one in last change.
16553 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16555         * term/mac-win.el: Don't change default directory.
16557 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
16559         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16560         buffers correctly.  (It used to throw an error in such buffers.)
16561         Make it ask for confirmation in group buffers and other Custom
16562         buffers containing more than one customization item.
16564 2005-11-22  John Paul Wallington  <jpw@gnu.org>
16566         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16567         property on mail and url overlays.
16568         (goto-address-at-point): Use `posn-set-point' instead of
16569         `mouse-set-point' because the latter is not fbound when configured
16570         without X.
16572 2005-11-22  Lars Hansen  <larsh@soem.dk>
16574         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16575         (ls-lisp-classify, ls-lisp-format): Delete call to
16576         ls-lisp-parse-symlink.
16577         (ls-lisp-handle-switches): Handle symlinks to directories as
16578         directories when ls-lisp-dirs-first in non-nil.
16580 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
16582         * startup.el (command-line): Make sure that loaddefs.el is handled
16583         correctly in load-history.
16585 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
16587         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
16588         (gdb-struct-string, gdb-array-string): New constants.
16589         (gdb-info-locals-handler): Use them.
16590         (gdb-reset): Reset gdb-var-list to nil.
16592 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16594         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
16595         in patterns.
16597 2005-11-21  Juri Linkov  <juri@jurta.org>
16599         * custom.el (defcustom): Update link types in docstring.
16601 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
16603         * custom.el (defgroup): Add doc-string-elt info.
16605         * widget.el (define-widget): Don't use declare for the doc-string-elt.
16607 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16609         * newcomment.el (comment-enter-backward): Fix last fix.
16611         * simple.el (blink-matching-open):
16612         * paren.el (show-paren-function): Allow new paren-class info.
16614 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
16616         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
16617         handled automagically.
16619 2005-11-20  Andreas Schwab  <schwab@suse.de>
16621         * descr-text.el (describe-char): When copying overlays put them
16622         over the full char description instead of just the first character
16623         of it.
16625 2005-11-20  Juri Linkov  <juri@jurta.org>
16627         * simple.el (what-cursor-position):
16628         * descr-text.el (describe-char): Use Lisp-readable syntax
16629         for octal and hex.  Reorder decimal, octal and hex values.
16630         Remove excess whitespace in the output.  Use `=' in `column='
16631         like in `point=' and `Hscroll='.
16633         * international/mule-cmds.el (encoded-string-description):
16634         Use Lisp-readable syntax for hex.
16636 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16638         * newcomment.el (comment-enter-backward): Handle the case where the
16639         comment is closed by EOB.
16641 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16643         * longlines.el (longlines-before-revert-hook)
16644         (longlines-after-revert-hook): New functions.
16645         (longlines-mode): Turn off longlines temporarily when reverting.
16646         Add a message-setup-hook.
16647         (longlines-decode-buffer): New function.
16648         (longlines-wrap-line): Preserve marker positions.
16650 2005-11-19  Andreas Schwab  <schwab@suse.de>
16652         * emacs-lisp/shadow.el: Handle compressed files.
16654 2005-11-19  Romain Francoise  <romain@orebokech.com>
16656         * net/browse-url.el (browse-url-default-browser): Signal an error
16657         if no usable browser can be found, rather than try to load w3.
16659 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
16661         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
16662         replacing existing properties.
16663         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16664         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
16665         tty specs.
16666         (rcirc-server-prefix, rcirc-server): New faces.
16667         (rcirc-url-regexp): Generate with rx macro.
16668         (rcirc-last-server-message-time): New variable.
16669         (rcirc-filter): Record time of last message.
16670         (rcirc-keepalive): Kill processes that did not send a message
16671         since the last ping.
16672         (rcirc-mode): Give rcirc-topic a local binding here.
16674 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16676         * subr.el (read-passwd): Fontify the prompt as we do with other
16677         prompts.
16679 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
16681         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
16682         binding buffer-read-only to nil.
16684 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16686         * complete.el (partial-completion-mode):
16687         Mention completion-auto-help in the doc string.
16689         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
16690         more Lisp-ish way.
16692 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16694         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
16695         digits, not 8, to avoid misalignment for files larger than 100MB.
16697 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16699         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
16700         Mention "keyboard shortcuts" in the help text.
16702 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16704         * startup.el (fancy-splash-default-action): Discard only
16705         mouse-down and succeeding mouse-up events in the splash screen
16706         window so that drag-n-drop event can be processed.
16708 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
16710         * longlines.el (longlines-mode): Add hacks for mail-mode and
16711         message-mode.
16713 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
16715         * textmodes/org.el (org-table-sort-lines): New command.
16716         (org-tbl-menu): Add entry for `org-table-sort-lines'.
16717         (org-add-file): Command removed, use `org-agenda-file-to-front'
16718         instead.
16719         (org-export-icalendar): Use `org-icalendar-combined-name'.
16720         (org-cycle-agenda-files, org-agenda-file-to-end)
16721         (org-agenda-file-to-front): New commands.
16722         (org-table-tab-jumps-over-hlines, org-export-html-style):
16723         New options.
16724         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
16725         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
16726         New functions.
16727         (org-fill-paragraph): Call `org-table-align' in tables.
16728         (org-mode): Call `org-set-autofill-regexps'.
16729         (org-export-as-html): Support for local handformatted lists.
16730         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
16731         (org-export-local-list-max-depth): New option.
16732         (org-html-expand): Use `org-html-protect'.
16734 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
16736         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
16737         to "p".
16738         (gdb): Move definition of gud-pp to...
16740         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
16741         speedbar.
16742         (gdb-find-watch-expression): New function.
16744 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16746         * faces.el (face-attribute, set-face-attribute): Mention existence
16747         of `:ignore-defface' setting in docstring.
16749 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16751         * simple.el (completion-setup-function): Fix last change.
16753 2005-11-17  John Paul Wallington  <jpw@pobox.com>
16755         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
16756         Use `posn-set-point' instead of `mouse-set-point' because the
16757         latter is not fbound when configured without X.
16759         * comint.el (comint-insert-input): Likewise.
16761 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16763         * simple.el (hard-newline): New variable.
16764         (sendmail-user-agent-compose, next-line): Use it.
16766         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
16767         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
16768         (mail-mail-reply-to, mail-mail-followup-to)
16769         (mail-position-on-field, mail-signature, mail-yank-original)
16770         (mail-attach-file): Likewise.
16772         * mail/mailheader.el (mail-header-format)
16773         (mail-header-format-function): Likewise.
16775         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
16777 2005-11-17  Juri Linkov  <juri@jurta.org>
16779         * font-lock.el (font-lock-faces): Rename this defgroup from
16780         `font-lock-highlighting-faces'.
16781         (font-lock-comment-face, font-lock-comment-delimiter-face)
16782         (font-lock-string-face, font-lock-doc-face)
16783         (font-lock-keyword-face, font-lock-builtin-face)
16784         (font-lock-function-name-face, font-lock-variable-name-face)
16785         (font-lock-type-face, font-lock-constant-face)
16786         (font-lock-warning-face, font-lock-negation-char-face)
16787         (font-lock-preprocessor-face)
16788         (font-lock-regexp-grouping-backslash)
16789         (font-lock-regexp-grouping-construct): Rename :group from
16790         `font-lock-highlighting-faces' to `font-lock-faces'.
16792         * cus-edit.el (lisp, c, tex):
16793         * progmodes/ada-mode.el (ada):
16794         * progmodes/asm-mode.el (asm):
16795         * progmodes/cperl-mode.el (cperl-faces):
16796         * progmodes/cpp.el (cpp):
16797         * progmodes/dcl-mode.el (dcl):
16798         * progmodes/f90.el (f90):
16799         * progmodes/fortran.el (fortran):
16800         * progmodes/icon.el (icon):
16801         * progmodes/idlwave.el (idlwave-misc):
16802         * progmodes/m4-mode.el (m4):
16803         * progmodes/make-mode.el (makefile):
16804         * progmodes/meta-mode.el (meta-font):
16805         * progmodes/modula2.el (modula2):
16806         * progmodes/octave-mod.el (octave):
16807         * progmodes/pascal.el (pascal):
16808         * progmodes/perl-mode.el (perl):
16809         * progmodes/prolog.el (prolog):
16810         * progmodes/ps-mode.el (PostScript-edit):
16811         * progmodes/scheme.el (scheme):
16812         * progmodes/sh-script.el (sh-script):
16813         * progmodes/simula.el (simula):
16814         * progmodes/tcl.el (tcl):
16815         * textmodes/nroff-mode.el (nroff):
16816         * textmodes/reftex-vars.el (reftex-fontification-configurations):
16817         * textmodes/sgml-mode.el (sgml):
16818         * textmodes/texinfo.el (texinfo):
16819         Add :link (custom-group-link font-lock-faces) to defgroup.
16821         * hi-lock.el (hi-lock): Rename this defgroup from
16822         `hi-lock-interactive-text-highlighting'.  Change parent group from
16823         `faces' to `font-lock'.  Add link to the manual.
16824         (hi-lock-mode, hi-lock-file-patterns-range)
16825         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
16826         `hi-lock-interactive-text-highlighting' to `hi-lock'.
16827         (hi-lock-faces): Add :group `faces'.
16829         * cus-edit.el (custom-variable-prompt): Clarify the code.
16831         * faces.el (face-read-string): Set the default value arg of
16832         completing-read.
16834 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
16836         * rfn-eshadow.el (file-name-shadow-properties)
16837         (file-name-shadow-tty-properties, file-name-shadow-mode):
16838         Remove autoloads, because the file is now preloaded.
16840 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16842         * printing.el (easy-menu-intern): Don't define.
16843         (pr-get-symbol): Use easy-menu-intern only if defined.
16845         * simple.el (blink-matching-open): Simplify a bit.
16846         (completion-setup-function): Fix the case of partial-completion-mode
16847         when the minibuffer's contents start with "-".
16848         Obey completion-base-size-function even when
16849         minibuffer-completing-file-name is non-nil.
16851 2005-11-16  Richard M. Stallman  <rms@gnu.org>
16853         * net/eudcb-ph.el (eudc-ph-open-session):
16854         Use set-process-query-on-exit-flag.
16856         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
16858         * international/ucs-tables.el (ucs-set-table-for-input):
16859         Use make-local-variable, not make-variable-buffer-local.
16861         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16862         Improve warning message text.
16864         * savehist.el (savehist-save-hook): Add :group.
16866         * menu-bar.el (menu-bar-help-menu):
16867         Rename Find Extra Packages to External Packages.
16869         * cus-edit.el (Custom-reset-standard): Verify that
16870         :custom-standard-value prop exists before calling it.
16872         * apropos.el (apropos-calc-scores): Use apropos-pattern.
16874 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
16876         * wid-edit.el (color): Enclose %t in %{...%}.
16878         * cus-edit.el (face): Enclose %t in %{...%}.
16880 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
16882         * savehist.el (savehist-mode-hook): Re-add the var.
16883         (savehist-mode): Use it.
16885 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16887         * textmodes/flyspell.el: Fix commenting convention.
16888         Remove unnecessary leading * in custom docstrings.
16889         (flyspell-emacs): Remove unused var.
16890         (flyspell-delete-region-overlays): Use remove-overlays.
16891         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16892         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16893         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16894         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16895         (make-flyspell-overlay): Don't locally reuse a global name.
16896         (flyspell-highlight-incorrect-region)
16897         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16898         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16899         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16900         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16901         Wrap calls to accept-process-output inside with-local-quit since it's
16902         often called from a post-command-hook.
16903         (flyspell-correct-word, flyspell-auto-correct-word):
16904         Use ispell-send-string.
16905         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16907         * calendar/diary-lib.el (diary-list-entries): Also hide the
16908         terminating newline.
16910 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16912         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16913         window-system, to allow fonts on tty.
16915 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16917         * progmodes/gud.el (gud-speedbar-item-info): New function.
16918         (gud-install-speedbar-variables): Use it to display data type
16919         of watch expression as a tooltip in speedbar.
16921 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16923         * font-core.el (global-font-lock-mode): Add :version keyword,
16924         because default was changed.
16926         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16928         * startup.el (command-line): Use `custom-reevaluate-setting' for
16929         `file-name-shadow-mode'.
16931         * loadup.el: Preload rfn-eshadow.
16933         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16934         Add :version keyword.
16935         (file-name-shadow-properties, file-name-shadow-tty-properties)
16936         (file-name-shadow): Add :version keyword.
16938         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16939         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16940         in the custom-group property of the symbol frames and the fringe
16941         group got no link to its parent group frames.
16942         Doc fix.
16944 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16946         * progmodes/gud.el (gud-stop-subjob): New function.
16947         (gud-menu-map, gud-tool-bar-map): Use it.
16949 2005-11-16  Kim F. Storm  <storm@cua.dk>
16951         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16952         than kill it.
16953         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
16954         to a more useful/logical place.
16956 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16958         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
16959         go buttons complementary.
16961 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16963         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
16964         (rfn-eshadow-sifn-equal): New function.
16965         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
16967 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16969         * viper-utils.el (viper-non-word-characters-reformed-vi):
16970         Quote `-' in string.
16972         * viper.el (viper-emacs-state-mode-list): Ensure that
16973         rcirc-mode buffers come up in Emacs state.
16975         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
16976         operation.
16978 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
16980         * term.el (term-termcap-format): Fix typos.
16981         (term-down): Fix the negative argument case.
16983 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16985         * progmodes/gdb-ui.el: Remove face-alias left over from change on
16986         2005-08-15.
16987         (gdb-ann3): New command gud-go.
16988         (menu): Accomodate gdb-mi.el.
16989         (gdb-assembler-custom): Make buffer of selected window current
16990         so that set-window-point works.
16992         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
16993         buttons and include new ones.
16995 2005-11-16  Kim F. Storm  <storm@cua.dk>
16997         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
16998         (gud-menu-map): Use it.
17000 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
17002         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17003         that works correctly for Custom and that does not override a user
17004         who disables it.
17006         * help-mode.el (help-make-xrefs, help-xref-on-pp)
17007         (help-xref-interned, help-follow): Make hyperlinks for variables
17008         that are unbound, but have a non-nil variable-documentation property.
17010         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17011         mode hook.  (It conflicted with defcustoms for some mode hooks.)
17012         Use the `variable-documentation' property to give the mode hook a
17013         docstring and expand that docstring.
17015 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
17017         * savehist.el (savehist-mode): Don't bother with
17018         `custom-set-minor-mode'.
17019         (savehist-coding-system): Check XEmacs version.
17020         (history-length): Declare also at run time.
17021         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
17022         Don't set the customize state.
17023         (savehist-minibuffer-hook): Special case for when
17024         minibuffer-history-variable is equal to t.
17026 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17028         * files.el (write-file): Refresh VC status.
17030         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17031         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17032         than fundamental-mode to see if the mode was set.
17034 2005-11-14  Romain Francoise  <romain@orebokech.com>
17036         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17037         dummy function in `eval-when-compile' to avoid compiler warning.
17038         Require `man' at compile time.
17040 2005-11-14  Jay Belanger  <belanger@truman.edu>
17042         * calc-alg.el (calcFunc-write-out-power): Rename it to
17043         calcFunc-powerexpand.
17044         (math-write-out-power): Rename it to math-powerexpand; have it
17045         handle negative exponents.
17046         (calc-writeoutpower): Rename it to calc-powerexpand.
17048         * calc-ext.el: Change calcFunc-writeoutpower and
17049         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17050         autoloads.
17051         Add calcFunc-ldiv to autoloads.
17053         * calc-arith.el (calcFunc-ldiv): New function.
17055         * calc.el (calc-left-divide): New function.
17057 2005-11-14  Juri Linkov  <juri@jurta.org>
17059         * cus-edit.el (custom-variable-prompt): Set the default value arg
17060         of completing-read.
17062         * cus-dep.el (custom-make-dependencies): Reverse the list of
17063         found dependencies.
17065 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
17067         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17068         Highlighting" entry, it is on by default now.
17069         (menu-bar-options-save): Do not save global-font-lock-mode.
17071 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17073         * textmodes/flyspell.el (flyspell-large-region):
17074         Call flyspell-accept-buffer-local-defs.
17076 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
17078         * textmodes/flyspell.el (flyspell-notify-misspell):
17079         Fix misspelling of "Misspelling".
17080         (flyspell-process-localwords): New function.
17081         (flyspell-large-region): Call flyspell-process-localwords and
17082         flyspell-delete-region-overlays.
17083         (flyspell-delete-region-overlays): New function.
17084         (flyspell-delete-all-overlays): Call that.
17086 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17088         * help.el (help-for-help-internal): Improve doc of C-h a.
17089         (describe-key): Improve prompt; doc fix.
17091 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17093         * vc-svn.el (vc-svn-registered): Catch all errors.
17095         * cus-dep.el (custom-make-dependencies): Typo.
17097 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
17099         * net/tramp-util.el (top): Fix compilation warning.
17101 2005-11-13  Kim F. Storm  <storm@cua.dk>
17103         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
17105 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17107         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17108         (gud-speedbar-buttons): Match on "const char *" too.
17110         * progmodes/gdb-ui.el (gdb-var-create-handler)
17111         (gdb-var-list-children-handler): Match on "const char *" too.
17112         (gdb-var-evaluate-expression-handler): Match on empty string.
17113         (gdb-var-update-handler): Only call
17114         gdb-var-evaluate-expression-handler when required.
17116 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17118         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17119         selected window.  This still doesn't work for speedbar.
17120         (gud-speedbar-buttons): Handle string expressions properly.
17122         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17123         (gdb-var-create-handler): Handle string expressions properly.
17124         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17125         Handle string expressions properly.  Move "type" field into regexp.
17127 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17129         * bookmark.el (bookmark-maybe-message): New function to reduce
17130         code duplication: invokes `message' iff baud-rate is high enough.
17131         (bookmark-write-file): Use above instead of an inline conditional.
17132         (bookmark-load): Same.
17134 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17136         * bookmark.el (bookmark-write-file): Don't visit the destination
17137         file, just write the data to it using write-region.  This is
17138         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17139         change to avoid visiting the file in the first place.
17141 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
17143         * hi-lock.el (hi-lock-mode): Set the default value of
17144         font-lock-defaults.
17146 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
17148         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17149         arg to `file-attributes'.
17150         (find-lisp-format): The UID and GID can now be strings.
17152 2005-11-12  Kim F. Storm  <storm@cua.dk>
17154         * help.el (help-map): Bind C-h d to apropos-documentation.
17156         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17157         when point is at end-of-buffer.
17159         * apropos.el (apropos-match-face): Doc fix.
17160         (apropos-sort-by-scores): Add new choice `verbose'.
17161         (apropos-documentation-sort-by-scores): New defcustom.
17162         (apropos-pattern): Now contains the pattern entered by the user.
17163         (apropos-pattern-quoted): New defvar.
17164         (apropos-regexp): New defvar, containing the regexp corresponding
17165         to apropos-pattern.
17166         (apropos-all-words-regexp): Rename from apropos-all-regexp.
17167         (apropos-read-pattern): New defun.  Use it to read pattern arg in
17168         interactive calls; returns list of words for a word list, and
17169         string for a regexp.
17170         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
17171         parses a list of words or regexp as returned by apropos-read-pattern.
17172         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17173         (apropos-score-doc): Return a very high score if the string
17174         entered by the user matches literally.
17175         (apropos-variable): Doc fix.  Use apropos-read-pattern.
17176         (apropos-command): Doc fix.  Use apropos-read-pattern and
17177         apropos-parse-pattern.  Call apropos-print with nosubst=t.
17178         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
17179         apropos-parse-pattern.
17180         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
17181         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
17182         apropos-documentation-sort-by-scores.  Call apropos-print with
17183         nosubst=t.
17184         (apropos-documentation-internal): Pass doc string through
17185         substitute-key-definition before adding text properties.
17186         Highlight substring matching literal user input if possible.
17187         (apropos-documentation-check-doc-file): Remove locals beg and end.
17188         Fix calculation of score (as added twice).  Pass doc string through
17189         substitute-key-definition before adding text properties.
17190         (apropos-documentation-check-elc-file): Pass doc string through
17191         substitute-key-definition before adding text properties.
17192         Highlight substring matching literal user input if possible.
17193         (apropos-print): Add new arg NOSUBST; if set, command and variable
17194         doc strings have already been passed through substitute-key-definition.
17195         Add code to handle apropos-accumulator items without score element
17196         for backwards compatibility (e.g. with woman package).
17197         Only show scores if apropos-sort-by-scores is `verbose'.
17199 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17201         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17202         Add jka-compr-load-suffixes to load-suffixes.
17204         * jka-compr.el: Require jka-cmpr-hook.
17205         (jka-compr-info-compress-message, jka-compr-info-compress-program)
17206         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17207         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17208         (jka-compr-info-can-append, jka-compr-info-strip-extension)
17209         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17210         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
17211         (jka-compr-uninstall): Remove entries from
17212         jka-compr-added-to-file-coding-system-alist after they are used.
17213         (jka-compr-error): Remove unused var `curbuf'.
17214         (jka-compr-file-local-copy): Remove unused var `notfound'.
17216 2005-11-10  Romain Francoise  <romain@orebokech.com>
17218         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17220 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
17222         * progmodes/gud.el (gud-menu-map): Move parentheses.
17223         (gdb): New command gud-pv.
17225 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17227         * tar-mode.el: Remove spurious or unnecessary leading stars
17228         in docstrings.
17229         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17230         (tar-parse-octal-integer-safe): Use mapc.
17231         (tar-header-block-summarize): Remove unused var `ck'.
17232         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17233         cleared before.  Obey default-enable-multibyte-characters.
17234         Use mapconcat.  Simplify setting of tar-header-offset.
17235         (tar-mode-map): Move initialization inside delcaration.
17236         (tar-flag-deleted): Use `abs'.
17237         (tar-expunge-internal): Remove unused var `line'.
17238         (tar-expunge-internal): Don't hardcode point-min==1.
17239         (tar-expunge): Widen while doing set-buffer-multibyte.
17240         (tar-rename-entry): Use file-name-coding-system.
17241         (tar-alter-one-field): Don't hardcode point-min==1.
17242         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17243         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
17245 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17247         * add-log.el (add-log-current-defun): Handle class::method
17248         notation of c++.  Fix incorrect comment.
17250 2005-11-10  Alan Mackenzie  <acm@muc.de>
17252         * help-fns.el (describe-variable): Make C-h v work when a variable
17253         has variable documentation yet is unbound.
17255 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17257         * man.el (Man-highlight-references): Set an empty
17258         string to `Man-arguments' if it is nil.
17259         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17261 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17263         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17264         commenting conventions.
17266         * cus-dep.el (custom-make-dependencies): Simplify.
17267         Better follow the commenting conventions.
17269 2005-11-09  Richard M. Stallman  <rms@gnu.org>
17271         * apropos.el (apropos-pattern): Rename from apropos-regexp.
17272         (apropos-orig-pattern): Rename from apropos-orig-regexp.
17273         All uses changed.
17274         (apropos-rewrite-regexp): Doc fix.
17275         (apropos-variable, apropos-command, apropos, apropos-value):
17276         Change prompt; carry through the argument renaming.
17278 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
17280         * find-lisp.el: Require dired.
17281         (find-lisp-find-dired-internal): Do not call
17282         `abbreviate-file-name' on DIR.
17284 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
17286         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17288 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
17290         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17291         when using the speedbar.
17292         (gdb): New command gud-pp.
17293         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17295 2005-11-09  Juri Linkov  <juri@jurta.org>
17297         * replace.el (occur-excluded-properties): New defcustom.
17298         (occur-1, occur-engine, occur-accumulate-lines): Use it.
17300 2005-11-08  Jay Belanger  <belanger@truman.edu>
17302         * calc/calc-units.el (math-convert-units): Replace any composite
17303         unit by its definition.
17305 2005-11-08  Lars Hansen  <larsh@soem.dk>
17307         * emacs-lisp/autoload.el (update-directory-autoloads):
17308         Add obsolete function alias.
17310 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17312         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17313         comment-indent-function.
17314         (lisp-comment-indent): Replace by an alias for comment-indent-default.
17316         * reveal.el (reveal-post-command): Rework the handling of
17317         reveal-open-spots, so as to be more reliable.  There were several
17318         tricky corner cases where an open spot might be lost, or where
17319         a closed spot might end up on the list of open spots.
17320         Only reveal text that's ellipsised.
17322 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
17324         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17326 2005-11-07  John Paul Wallington  <jpw@gnu.org>
17328         * ibuffer.el (ibuffer): Search iconified frames too when
17329         getting Ibuffer buffer's window.
17331 2005-11-06  Richard M. Stallman  <rms@gnu.org>
17333         * progmodes/compile.el (compilation-internal-error-properties):
17334         save-excursion around the computation of MARKER.
17336 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
17338         * textmodes/flyspell.el (flyspell-external-point-words):
17339         flyspell-get-word returns a list, not just a string.
17341 2005-11-06  John Paul Wallington  <jpw@pobox.com>
17343         * ibuffer.el (ibuffer): Search all visible frames when getting
17344         Ibuffer buffer's window.
17346 2005-11-07  Masatake YAMATO  <jet@gyve.org>
17348         * man.el (Man-reference-regexp): Accept spaces between
17349         `Man-name-regexp' and `Man-section-regexp'.
17350         (Man-apropos-regexp): New variable.
17351         (Man-abstract-xref-man-page): Use value for `Man-target-string'
17352         if available.
17353         (Man-highlight-references, Man-highlight-references0):
17354         Handle the case when `Man-arguments' includes "-k".
17355         (Man-highlight-references0): Rename the argument `TARGET-POS' to
17356         `TARGET'. `TARGET' can be a number, function or nil.
17358 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
17360         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17361         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17362         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17363         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17364         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17365         (gdb-send-item): Use buffer-local-value and simplify.
17367 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
17369         * startup.el (command-line): Use `custom-reevaluate-setting' for
17370         `global-font-lock-mode'.
17372         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17373         by default, except in batch mode or when the -D option is given.
17375         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17376         specified keyword args on to `define-minor-mode'.  Update docstring.
17378 2005-11-05  Romain Francoise  <romain@orebokech.com>
17380         * replace.el (occur-engine): Add marker at end of line, too.
17382 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17384         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17385         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17386         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17387         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17388         argument to all these routines, so the passphrase can be managed
17389         externally and passed in to the system.
17390         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17391         pgg-add-passphrase-to-cache function.
17393         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17394         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17395         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17396         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17397         argument to all these routines, so the passphrase can be managed
17398         externally and passed in to the system.
17399         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17400         function.
17402 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
17404         * font-lock.el: Don't deal with font-lock-face-attributes here,
17405         move the code ...
17407         * startup.el (command-line): ... here.  Use face-spec-set instead
17408         of custom-declare-face.
17410         * faces.el (face-spec-set): Reset the face if spec is not nil.
17412 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17414         * newcomment.el (comment-region-internal): Box more tightly in the
17415         common case where there's no TAB in the boxed text.
17417 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17419         * info.el (info-tool-bar-map): Use images prev-node, next-node and
17420         up-node.
17422 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
17424         * newsticker.el: Commentary updated.  Code formatting changed.
17425         (newsticker-version): Change to "1.9".
17426         (newsticker, newsticker-feed): Doc fix.
17427         (newsticker-url-list): Doc fix.  Add option "Weekly".
17428         (newsticker-retrieval-interval): Add option "Weekly".
17429         (newsticker-headline-processing): Doc fix.
17430         (newsticker-auto-mark-filter): Remove.
17431         (newsticker-auto-mark-filter-list): New.
17432         (newsticker-layout, newsticker-sort-method): Doc fix.
17433         (newsticker-hide-old-items-in-newsticker-buffer)
17434         (newsticker-heading-format, newsticker-item-format)
17435         (newsticker-desc-format): Doc fix.
17436         (newsticker-show-all-rss-elements): Remove.
17437         (newsticker-show-all-news-elements): New.
17438         (newsticker-faces, newsticker-ticker): Doc fix.
17439         (remove-from-invisibility-spec): Code formatting.
17440         (newsticker--process-ids): New.
17441         (newsticker-mode): Doc fix.
17442         (newsticker-mode): Change mode-line-format.
17443         (newsticker-start): Remove debug output.
17444         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
17445         (newsticker-w3m-show-inline-images): Code formatting.
17446         (newsticker-next-item): Call `force-mode-line-update'.
17447         (newsticker-previous-item): Call `force-mode-line-update'.
17448         (newsticker-next-feed): Call `force-mode-line-update'.
17449         (newsticker-previous-feed): Call `force-mode-line-update'.
17450         (newsticker-mark-all-items-at-point-as-read): Code formatting.
17451         (newsticker-show-old-items): Do not show descs.
17452         (newsticker-hide-entry): Hide too much.
17453         (newsticker-hide-entry, newsticker-show-entry)
17454         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17455         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17456         (newsticker-toggle-auto-narrow-to-item): Code formatting.
17457         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17458         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17459         (newsticker-get-news): Call `force-mode-line-update'.
17460         Collect process ids.
17461         (newsticker--sentinel): Change coding system handling.
17462         Move image retrieval to new functions newsticker--get-logo-url-*.
17463         Move feed parsing to new functions newsticker--parse-*.
17464         Update list of process ids.
17465         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17466         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17467         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17468         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17469         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17470         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17471         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17472         (newsticker--decode-coding-string): Remove.
17473         (newsticker--decode-numeric-entities): Check input.  Format code.
17474         (newsticker--remove-whitespace): Check input.
17475         (newsticker--do-forget-preformatted): Doc fix.
17476         (newsticker--decode-rfc822-date): Allow for missing time.
17477         (newsticker--update-process-ids): New.
17478         (newsticker--image-sentinel): Change comment.
17479         (newsticker--image-read): Change error message.
17480         (newsticker--imenu-goto): Doc fix.  Show headline title.
17481         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17482         (newsticker--buffer-do-insert-text): Clean whitespace in
17483         html-rendered headline title.  Code formatting.
17484         Call `newsticker--buffer-print-extra-elements'.
17485         (newsticker--buffer-print-extra-element): Remove.
17486         (newsticker--buffer-print-extra-elements): New.
17487         (newsticker--buffer-do-print-extra-element): New.
17488         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
17489         large sizes.
17490         (newsticker--run-auto-mark-filter)
17491         (newsticker--do-run-auto-mark-filter):
17492         Use `newsticker-auto-mark-filter-list'.
17494 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
17496         * net/rcirc.el: Use split-string OMIT-NULLS argument.
17497         (rcirc-print): Force redisplay before running hooks.  Do long
17498         buffer truncation after making new text read-only.  Deal with nil
17499         text when decoding strings.  If TARGET is nil, use either the
17500         currently selected buffer, if it is an rcirc buffer and of the
17501         same process or the process buffer.
17502         (rcirc-mode): Remove header-line.  Recompute short buffer names.
17503         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17504         (rcirc-short-buffer-name): Add variable.
17505         (rcirc-kill-buffer-hook): Recompute short buffer names.
17506         Remove nick from private channel.
17507         (rcirc-send-input): Send command text to current-buffer.
17508         Don't clear overlay arrow here.
17509         (rcirc-short-buffer-name): Return a short buffer name.
17510         (rcirc-update-short-buffer-names, rcirc-abbreviate)
17511         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17512         buffer-name abbreviations.
17513         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17514         Do not touch nick-table when killing a parted channel.
17515         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17516         Clear arrow from current buffer if it is now hidden.
17517         (rcirc-current-buffer): Add variable.
17518         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17519         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17520         Remove -face from names.
17521         (rcirc-update-activity-string): Print "DND" when globally ignoring
17522         activity.
17523         (rcirc-ignore-buffer-activity-flag): Rename from
17524         rcirc-ignore-channel-activity.
17525         (rcirc-ignore-all-activity-flag): Doc fix.
17526         (rcirc-channels): Remove variable.
17527         (rcirc-kill-buffer-hook):
17528         (rcirc-get-buffer-create): Add nick to private channel.
17529         (rcirc-multiline-edit-submit): Remove tabs.
17530         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17531         folded.
17532         (rcirc-remove-nick-channel): Bug fix.
17533         (rcirc-toggle-ignore-buffer-activity): Rename from
17534         rcirc-toggle-ignore-channel-activity.
17535         (rcirc-record-activity): Add buffers to the front of the list.
17536         (rcirc-update-activity): Remove killed buffers from list.
17537         (rcirc-process-server-response-1): Remove last argument if it is
17538         null before calling handler.
17539         (rcirc): Add "rcirc" defcustom prefix.
17540         (rcirc-prompt): Simplify default prompt.
17541         Use custom-initialize-default.
17542         (rcirc-private-chats): Remove variable.
17543         (rcirc-prompt): Change initialization.
17544         (rcirc-version): Remove function.
17545         (rcirc-id-string): Add constant.
17546         (rcirc-last-buffer): Remove variable.
17547         (rcirc-buffer-alist): Add variable.
17548         (rcirc-connect): Update variable setup.
17549         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17550         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17551         default.
17552         (rcirc-handler-generic): Trigger activity.
17553         (rcirc-send-message): Create the buffor of the target.
17554         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17555         (rcirc-get-buffer): Just return nil if there is no matching buffer.
17556         (rcirc-multiline-edit-cancel): Remove function.
17557         (rcirc-set-last-buffer): Remove function.
17558         (rcirc-get-any-buffer): Add function.
17559         (rcirc-join-channels): Don't print /join text.
17560         (rcirc-toggle-ignore-channel-activity): Add and update echo area
17561         messages.
17562         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17563         (rcirc-handler-NOTICE): Recognize CTCP responses.
17564         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17565         constructing TOPIC string for buffers we are not JOINed.
17566         (rcirc-handler-CTCP-response): Add handler.
17567         (rcirc-multiline-edit-submit): Restore the window-configuration
17568         before adjusting point.
17569         (rcirc): Add customization group.
17570         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17571         (rcirc-user-full-name, rcirc-startup-channels-alist)
17572         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17573         (rcirc-ignore-all-activity-flag, rcirc-time-format)
17574         (rcirc-input-ring-size, rcirc-read-only-flag)
17575         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17576         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17577         Change defvar to defcustom.
17578         (rcirc-update-prompt): Add optional ALL arg, which will update
17579         prompts in all rcirc buffers.  Regexp quote replacement text.
17580         (rcirc-fill-column): Accept frame-width as a value.
17581         (rcirc-set-changed): Add function.
17582         (rcirc-next-active-buffer): Write more meaningful messages.
17583         (rcirc-faces): Add customization group.
17584         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
17585         (rcirc-nick-in-message-face, rcirc-prompt-face)
17586         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
17587         (with-rcirc-process-buffer): Move before first usage.
17588         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
17589         (rcirc-debug-flag): Rename from `rcirc-log-p'.
17590         (rcirc-debug): Rename from `rcirc-log'.
17591         (rcirc-format-response-string): Do not print `-' chars for a
17592         NOTICE with no sender.  Simplify output of server responses.
17594 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17596         (rcirc-browse-url-map, rcirc-browse-url-at-point)
17597         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
17598         Make urls mouse and RET clickable.
17600 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17602         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
17604 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17606         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17607         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17608         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17609         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17610         argument to all these routines, so the passphrase can be managed
17611         externally and passed in to the system.
17612         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17613         pgg-add-passphrase-to-cache function.
17615         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17616         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17617         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17618         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17619         argument to all these routines, so the passphrase can be managed
17620         externally and passed in to the system.
17621         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17622         function.
17624 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
17626         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
17627         from goto-address-url-regexp.
17629 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
17631         * textmodes/org.el (org-read-date, org-goto-calendar)
17632         (org-recenter-calendar, org-agenda-goto-calendar):
17633         Temporarily clear `calendar-move-hook'.
17635 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
17637         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
17638         merging.
17640         * ediff-util.el (ediff-previous-difference): Don't skip regions that
17641         have merge clashes.
17643 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17645         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17646         Undo previous change.
17648         * startup.el (command-line): Use `custom-reevaluate-setting' for
17649         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
17650         tty-register-default-colors on Mac.
17652 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17654         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
17655         (gdb-buffer-type): Make it automatically buffer local...
17656         (gdb-get-create-buffer): ...and set it accordingly.
17657         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
17658         actually work.
17660 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
17662         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
17663         not red.
17665 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17667         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
17668         case GUD buffer is not visible.
17669         (gdb-goto-breakpoint): Try to force display in source buffer.
17670         (gdb-frame-gdb-buffer): Copy other similar functions.
17671         (gdb-restore-windows): Don't display source if not asked for.
17672         (gdb-assembler-buffer-name): Don't capitalise.
17674 2005-11-03  Richard M. Stallman  <rms@gnu.org>
17676         * wid-edit.el (key-sequence): New widget type.
17678         * simple.el (set-mark-command-repeat-pop): New variable.
17679         (set-mark-command): Only interpret plan C-@ after a pop as a pop
17680         if set-mark-command-repeat-pop is true.
17682         * info.el (Info-fontify-node): Don't display extra "see" if there
17683         already is one here.
17685         * mouse.el: Fix special handling of DEL after dragging a region:
17686         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
17687         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
17689         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17691         * textmodes/ispell.el (ispell-command-loop): Change `i' description
17692         not to assume it pertains to an affix.
17694         * textmodes/flyspell.el (flyspell-post-command-hook):
17695         Bind deactivate-mark to prevent deactivation.
17697 2005-11-03  Lars Hansen  <larsh@soem.dk>
17699         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
17700         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
17701         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
17703 2005-11-03  Romain Francoise  <romain@orebokech.com>
17705         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
17706         Update copyright years.
17708 2005-11-03  Sam Steingold  <sds@gnu.org>
17710         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17711         Use system-type instead of window-system because window-system is not
17712         correctly defined during loadup.
17714 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
17716         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
17717         (xml-parse-tag): Join strings separated by a comment properly.
17719 2005-11-02  Andreas Schwab  <schwab@suse.de>
17721         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
17723 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17725         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
17726         (byte-optimize-pure-func): Quote the eval'd value.
17728         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
17729         Rename from perl-font-lock-syntactic-face-function.
17730         Change the calling convention so it can be used as a font-lock MATCHER.
17731         Do the parse-partial-sexp loop outselves.
17732         (perl-font-lock-syntactic-keywords): Use it.
17733         (perl-mode): Don't set font-lock-syntactic-face-function any more.
17735 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
17737         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
17738         disassembly buffer too.
17739         (gdb-exited): Remove overlay arrows when execution has finished.
17740         (gdb-info-frames-custom, gdb-info-threads-custom)
17741         (gdb-info-registers-custom): Don't add inappropriate text
17742         properties if inferior is not active.
17744 2005-11-02  Glenn Morris  <rgm@gnu.org>
17746         * progmodes/fortran.el (fortran-blink-match):
17747         Use `blink-matching-delay'.
17749 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
17751         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
17753 2005-11-02  Lars Hansen  <larsh@soem.dk>
17755         * net/tramp.el (tramp-action-out-of-band): Handle scp message
17756         "Permission denied".
17758 2005-11-01  Richard M. Stallman  <rms@gnu.org>
17760         * textmodes/flyspell.el (flyspell-external-point-words):
17761         Pass nil to flyspell-get-word.
17763 2005-11-02  Kim F. Storm  <storm@cua.dk>
17765         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
17766         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
17768 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17770         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
17771         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
17772         (calendar-mouse-print-dates): Add optional `event' argument.
17773         Update interactive-spec.
17774         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
17775         Use `calendar-event-to-date' instead of `event'.
17777 2005-11-02  Masatake YAMATO  <jet@gyve.org>
17779         * progmodes/ld-script.el (ld-script-builtins):
17780         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
17781         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
17782         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
17784 2005-11-01  Romain Francoise  <romain@orebokech.com>
17786         * vc-sccs.el: Update copyright year.
17787         * ezimage.el: Likewise.
17789 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
17791         * info.el (Info-fontify-node): Use `string-width' for fontifying
17792         underlined titles.
17794 2005-11-01  Juri Linkov  <juri@jurta.org>
17796         * info.el (Info-fontify-node): Downcase node header keywords Node,
17797         Prev, Next, Up before comparison.
17798         (Info-history): Insert absolute directory name, and put invisible
17799         property on it.
17801 2005-11-01  Juri Linkov  <juri@jurta.org>
17803         * info.el (Info-file-supports-index-cookies): New variable.
17804         (Info-find-node-2): Check makeinfo version for index cookie support.
17805         (Info-index-nodes): Search for nodes with index cookies only when
17806         Info-file-supports-index-cookies is t.  Otherwise, search nodes
17807         with "Index" in the node name.
17808         (Info-index-node): Search index cookie in the current node only when
17809         Info-file-supports-index-cookies is t.  Otherwise, check the word
17810         "Index" in the node name.
17811         (Info-find-emacs-command-nodes): Remove code that searches nodes
17812         with "Index" node name in the top menu.
17814 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17816         * progmodes/scheme.el (scheme-mode-variables): Use the default
17817         comment-indent-function.
17819         * faces.el (face-attribute): Handle the case where a face inherits from
17820         a non-existent face.
17822         * simple.el (eval-expression-print-format): Use lisp-readable syntax
17823         for octal and hexa output, and merge the char into the paren.
17824         (kill-new): Use push.
17825         (copy-to-buffer): Use with-current-buffer.
17826         (completion-setup-function): Move code in loop to remove redundancy.
17827         (minibuffer-local-must-match-map): Don't add bindings that duplicate
17828         those inherited from minibuffer-local-completion-map.
17830         * savehist.el (savehist-mode) <defcustom>:
17831         Use custom-set-minor-mode if available.
17832         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
17833         and emit a message if applicable.
17835 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
17837         * savehist.el: Sync up to version 19.
17838         (savehist-mode): New minor mode.
17839         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
17840         (savehist-length): Remove (use history-length instead).
17841         (savehist-file-modes): Rename from savehist-modes.
17842         (savehist-save-hook, savehist-loaded): New vars.
17843         (savehist-load): Use savehist-mode.  Try to smooth up transition from
17844         old format to new format.
17845         (savehist-install): Allow savehist-autosave-interval to be nil.
17846         (savehist-save): Run the new hook.  Be more careful to only trim the
17847         history variables.
17848         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
17849         (savehist-printable): Print into a buffer rather than char-by-char.
17851 2005-11-01  John Wiegley  <johnw@newartisans.com>
17853         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
17854         toggle-ignore keybinding (C-a).  The author said it had been
17855         disabled much earlier due to a possible incompatibility, but after
17856         many months of usage I have encountered no problems (and it is a
17857         rather useful option, especially for switching to " *temp*").
17859         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
17860         support for OS/X's AddressBook, by calling out to the open source
17861         program "contacts" (installable through Fink).
17863         * net/eudc.el (eudc-expand-inline): If the
17864         `eudc-multiple-match-handling-method' is set to `all', delete the
17865         query string before inserting the query result.
17867         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
17868         flag, to prevent Eshell from using the system ls when
17869         `eshell-ls-insert-directory' is in used.
17870         (eshell-ls-insert-directory): Disable font-lock in directory
17871         buffer so that Eshell's own fontification is seen.  This broke
17872         recently due to changes in font-lock, so this goes back to version
17873         21 behavior.
17875 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
17877         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
17878         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
17879         (gdb-many-windows): Doc fix.
17881 2005-10-31  Romain Francoise  <romain@orebokech.com>
17883         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
17885 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
17887         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17888         that global-font-lock-mode can be enabled by default.
17890         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17891         (font-lock-add-keywords, font-lock-remove-keywords)
17892         (font-lock-fontify-buffer): Remove autoload cookies.
17894         * jit-lock.el (jit-lock-register): Likewise.
17896         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17898 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17900         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17901         intact if there is no gud-comint-buffer.
17903 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17905         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17906         old prompt comint-prompt-read-only is t and GDB commands are
17907         issued from tool bar etc.
17909 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17911         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17913 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17915         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17916         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17918 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17920         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17921         starting at beginning of line.  Fontification is messed up when
17922         `open-paren-in-column-0-is-defun-start' set to t.
17923         Reported by John Paul Wallington <jpw@pobox.com>.
17925 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17927         * comint.el (comint-send-input): Call `comint-update-fence' when
17928         `comint-process-echoes' and `comint-prompt-read-only' are both
17929         non-nil, to avoid leftover read-only newline.
17931 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17933         * textmodes/flyspell.el (flyspell-external-point-words):
17934         Detect when WORD can't be checked properly because
17935         flyspell-get-word finds just part of it, and move on.
17937         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17938         boundarychar for Polish.
17939         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17940         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17942 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17944         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17945         (gdb-registers-font-lock-keywords): Delete.
17946         (gdb-registers-mode): Don't fontify.
17947         (gdb-info-registers-custom): Use text properties instead as, in
17948         future, changed register values will use font-lock-warning-face.
17949         (gdb-local-font-lock-keywords): Rename to...
17950         (gdb-locals-font-lock-keywords): ...for consistency.
17952 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
17954         * vc.el (vc-switch-backend): Better error message if the buffer is
17955         not visiting a file under version control.
17957         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17959 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
17961         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
17962         ~/.emacs.d/.emacs.
17964 2005-10-29  Richard M. Stallman  <rms@gnu.org>
17966         * replace.el (occur-mode-mouse-goto): Always go to other window.
17967         (occur-mode-goto-occurrence): Always switch in same window.
17969         * simple.el (undo): Display message at end, not at start.
17971         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
17972         New arg REUSE-CELL.
17973         (cancel-timer-internal): New function.
17974         (timer-event-handler): Use cancel-timer-internal,
17975         and pass the cell it returns to timer-activate...
17977         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
17978         (jit-lock-deferred-fontify, jit-lock-context-fontify)
17979         (jit-lock-after-change): Test memory-full.
17981 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17983         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17984         part of the decoded armor to find the key-identifier.
17985         (pgg-gpg-lookup-key-owner): New function to return the
17986         human-readable identifier of a key owner.
17987         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17988         key itself.
17989         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17990         the key value) if we have a key and can match it against a secret
17991         key.  Also, added a note pointing out fact that the prompt only
17992         indicates the first matching key.
17994         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17995         pgg-decrypt-region.
17996         (pgg-pending-timers): A new hash for tracking the passphrase cache
17997         timers, so that new ones supercede old ones.
17998         (pgg-add-passphrase-to-cache): Rename from
17999         `pgg-add-passphrase-cache' to reduce confusion (all callers
18000         changed).  Modified to cancel old timers when new ones are added.
18001         (pgg-remove-passphrase-from-cache): Rename from
18002         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18003         changed).  Modified to cancel old timers when their keys are
18004         removed from the cache.
18005         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18006         XEmacs, an indirection to delete-itimer.
18007         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18008         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18009         users can only check cache without risk of prompting.  Correct bug in
18010         notruncate behavior.
18011         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18012         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18013         Add informative docstrings.
18014         (pgg-decrypt): Convey provided passphrase in subordinate call to
18015         pgg-decrypt-region.
18017         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18018         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18019         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18020         `passphrase' argument, so the passphrase can be managed externally
18021         and then passed in to the system.
18023         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18024         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18025         so the passphrase cache can be used reliably with identifiers
18026         besides a pgp packet's key id.
18028         * pgg-gpg.el (pgg-pgp-encrypt-region)
18029         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18030         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18031         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18032         argument to all these routines, so the passphrase can be managed
18033         externally and passed in to the system.
18035         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18036         `notruncate' argument, so the passphrase cache can be used
18037         reliably with identifiers besides a pgp packet's key id.
18039 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18041         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18042         symmetric encryption.
18043         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18044         encrypted session key.
18045         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18046         message ask for the passphrase in a proper way.
18048         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18049         New user commands for symmetric encryption.
18051 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
18053         * textmodes/conf-mode.el (conf-assignment-sign)
18054         (conf-assignment-regexp): Fix docstrings.
18055         (conf-mode-initialize): New function.
18056         (conf-mode): Remove optional args.  Use delay-mode-hooks to
18057         recognize recursive calls.
18058         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18059         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18060         (conf-xdefaults-mode): Use define-derived-mode and
18061         conf-mode-initialize.
18063 2005-10-29  Romain Francoise  <romain@orebokech.com>
18065         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18067 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18069         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18070         part of the decoded armor to find the key-identifier.
18071         (pgg-gpg-lookup-key-owner): New function to return the
18072         human-readable identifier of a key owner.
18073         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18074         key itself.
18075         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18076         the key value) if we have a key and can match it against a secret
18077         key.  Also, added a note pointing out fact that the prompt only
18078         indicates the first matching key.
18080         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18081         pgg-decrypt-region.
18082         (pgg-pending-timers): A new hash for tracking the passphrase cache
18083         timers, so that new ones supercede old ones.
18084         (pgg-add-passphrase-to-cache): Rename from
18085         `pgg-add-passphrase-cache' to reduce confusion (all callers
18086         changed).  Modified to cancel old timers when new ones are added.
18087         (pgg-remove-passphrase-from-cache): Rename from
18088         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18089         changed).  Modified to cancel old timers when their keys are
18090         removed from the cache.
18091         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18092         XEmacs, an indirection to delete-itimer.
18093         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18094         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18095         users can only check cache without risk of prompting.  Correct bug in
18096         notruncate behavior.
18097         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18098         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18099         Add informative docstrings.
18100         (pgg-decrypt): Convey provided passphrase in subordinate call to
18101         pgg-decrypt-region.
18103 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18105         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18106         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18107         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18108         `passphrase' argument, so the passphrase can be managed externally
18109         and then passed in to the system.
18111         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18112         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18113         so the passphrase cache can be used reliably with identifiers
18114         besides a pgp packet's key id.
18116         * pgg-gpg.el (pgg-pgp-encrypt-region)
18117         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18118         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18119         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18120         argument to all these routines, so the passphrase can be managed
18121         externally and passed in to the system.
18123         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18124         `notruncate' argument, so the passphrase cache can be used
18125         reliably with identifiers besides a pgp packet's key id.
18127 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18129         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18130         symmetric encryption.
18131         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18132         encrypted session key.
18133         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18134         message ask for the passphrase in a proper way.
18136         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18137         New user commands for symmetric encryption.
18139 2005-10-28  Bill Wohler  <wohler@newt.com>
18141         * help-mode.el (help-url): New button type.  Calls browse-url.
18142         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18143         Similar to Info nodes: URL `url'.
18144         (help-make-xrefs): Create help-url buttons for
18145         help-xref-url-regexp matches.
18147 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
18149         * tool-bar.el (tool-bar-add-item-from-menu)
18150         (tool-bar-local-item-from-menu): Fix doc strings.
18152 2005-10-28  Romain Francoise  <romain@orebokech.com>
18154         * ldefs-boot.el: Update.
18156         * subr.el (locate-library): Move from help-fns.el.
18157         * help-fns.el (locate-library): Move to subr.el.
18159 2005-10-28  Richard M. Stallman  <rms@gnu.org>
18161         * net/tramp.el (tramp-completion-mode): defvar moved up.
18163         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18165         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18167         * files.el (find-file-noselect): Use %d to format large file size.
18169         * bindings.el (mode-line-format): Add %e.
18171         * loadup.el ("facemenu"): Load unconditionally.
18172         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18173         ("x-dnd"): Load, when appropriate.
18175         * startup.el (command-line): Call before-init-hook earlier.
18176         Warn about some bad characters in -u user name.
18178         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18179         (flyspell-external-point-words): Error if misspelled word is not found.
18180         Set flyspell-large-region-beg at end of word.
18182 2005-10-28  Andreas Schwab  <schwab@suse.de>
18184         * view.el (View-revert-buffer-scroll-page-forward):
18185         Use view-page-size-default.
18187 2005-10-28  Juri Linkov  <juri@jurta.org>
18189         * international/quail.el (quail-get-current-str): Translate last
18190         raw character for deterministic input methods.
18192 2005-10-27  Jay Belanger  <belanger@truman.edu>
18194         * calc/calc-ext.el: Add functions to autoloads.
18195         (math-identity-matrix-p, math-ident-row-p): New functions.
18197         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18198         multiplication by an identity matrix; don't turn multiplication by
18199         an inverse matrix into division.
18200         (math-div-symbol-fancy): Replace division by matrices with
18201         multiplication by inverse.
18203         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18205         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18206         (calc-writeoutpower): New functions.
18208 2005-10-27  Romain Francoise  <romain@orebokech.com>
18210         * replace.el (occur-engine): Include colon in mouse-face highlight.
18212         * dired-x.el: Change Maintainer field.
18214 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
18216         * longlines.el (longlines-mode): Bind after-change-functions to
18217         nil during initial decoding and final encoding.
18219 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
18221         * term.el (term-emulate-terminal, term-handle-colors-array)
18222         (term-handle-ansi-escape): Specify the terminfo capabilities
18223         implemented.
18225 2005-10-26  Richard M. Stallman  <rms@gnu.org>
18227         * info.el (Info-fontify-node): Fix detection of sentence-break
18228         before *Note.
18230 2005-10-26  Romain Francoise  <romain@orebokech.com>
18232         * smerge-mode.el: Add `tools' to file keywords.
18234 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
18236         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18237         when the fringe is not available.
18239         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18240         (def-gdb-auto-update-trigger): Simplify construction.
18241         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18242         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18243         defined explicitly.
18244         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18245         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18246         defined explicitly.
18247         (gdb-info-locals-custom): Remove as it's a no-op.
18249 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
18251         * longlines.el (longlines-mode): Remove narrowing before
18252         performing the initial decoding or final encoding.
18254 2005-10-25  Romain Francoise  <romain@orebokech.com>
18256         * emacs-lisp/find-func.el (find-library-name): Also strip
18257         extension if library name ends in .el, to take advantage of
18258         `find-library-suffixes'.
18260 2005-10-25  Richard M. Stallman  <rms@gnu.org>
18262         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18264 2005-10-25  Juri Linkov  <juri@jurta.org>
18266         * textmodes/texinfo.el (texinfo-mode): Change charset of one
18267         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18269 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18271         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18272         (blackbox-redefine-key): Add argument `map'.
18274         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18275         regions when moving the jit-lock-context-unfontify-pos boundary.
18277 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18279         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18281 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18283         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18285 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18287         * play/blackbox.el (blackbox-redefine-key): New function.
18288         (blackbox-mode-map): Use it to remap existing bindings for cursor
18289         motion instead of binding literal keys.
18291 2005-10-25  Glenn Morris  <rgm@gnu.org>
18293         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18294         diary does not end in a newline.  Do not assume a blank line at
18295         the start of the diary file.
18297 2005-10-25  Kenichi Handa  <handa@m17n.org>
18299         * international/quail.el (quail-translate-key): If the input
18300         method is deterministic and failed to handle the last key, restart
18301         the key handling loop from an appropriate key.
18303 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
18305         * vc.el (vc-dired-mode): Extend comment for binding of
18306         `directory-listing-before-filename-regexp'.
18308 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18310         * textmodes/texinfo.el (texinfo-mode):
18311         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18312         not to unnecessarily expose emacs-mule's internal char codes.
18314 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
18316         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18317         Display hand pointer and help-echo on disabled icon too.
18318         (gdb-mouse-until): New function.
18319         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18321 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
18323         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18324         with 2005-10-23 change to doctor.el.
18326         * finder.el (finder-mode-map): Add follow-link binding.
18328 2005-10-25  Kim F. Storm  <storm@cua.dk>
18330         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18331         to gdb-mouse-toggle-breakpoint-fringe.
18332         (gdb-mouse-toggle-breakpoint-margin): Rename from
18333         gdb-mouse-toggle-breakpoint.  Fix doc.
18334         (gdb-mouse-toggle-breakpoint-fringe): New defun.
18335         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
18336         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18337         string properties also for fringe breakpoint bitmaps.
18339 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
18341         * textmodes/org.el (org-start-icalendar-file): Fix format form.
18343 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18345         * simple.el (completion-common-substring):
18346         Use `completion-common-substring' prior to `completion-base-size'.
18348 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
18350         * savehist.el: Require CL while compiling.
18351         (savehist-history-variables): Remove.
18352         (savehist-save-minibuffer-history, savehist-additional-variables)
18353         (savehist-minibuffer-history-variables): New vars.
18354         (savehist-save): Use them.
18355         (savehist-uninstall, savehist-minibuffer-hook): New funs.
18356         (savehist-install): New fun, extracted from savehist-load.
18357         (savehist-load): Use them.
18359 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18361         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18362         a dummy doc-string-elt property.
18363         (defalias, defvaralias, define-category): Add a docstring property.
18365         * image.el (defimage):
18366         * widget.el (define-widget):
18367         * custom.el (defface, defcustom): Add `doc-string' declaration.
18369         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18370         (defadvice): Add `doc-string' declaration.
18372         * emacs-lisp/byte-run.el (macro-declaration-function):
18373         Handle `doc-string' declarations.
18374         (define-obsolete-function-alias, define-obsolete-variable-alias):
18375         Add `doc-string' declaration.
18377 2005-10-24  Kenichi Handa  <handa@m17n.org>
18379         * international/utf-7.el (utf-7): Add autoload cookie.
18381         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18383 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18385         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18386         list of directories passed to batch-update-autoloads.  Add "." to
18387         the list of the echoed directories.
18389         * pgg-def.el:
18390         * pgg-gpg.el:
18391         * pgg-parse.el:
18392         * pgg-pgp.el:
18393         * pgg-pgp5.el:
18394         * pgg.el: Moved here from the gnus subdirectory.
18396 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
18398         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18399         in case comint-prompt-read-only is set to t.
18401         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18402         in case comint-prompt-read-only is set to t.
18404 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
18406         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18407         Now a string.
18408         (icalendar-import-format): Handle CLASS, STATUS, URL.
18409         Rename `subject' to `summary'.
18410         (icalendar-import-format-summary): Rename from
18411         `icalendar-import-format-subject'.
18412         (icalendar-import-format-url, icalendar-import-format-status)
18413         (icalendar-import-format-class): New variables.
18414         (icalendar--rris): Take variable argument list.
18415         (icalendar--datestring-to-isodate): Remove unnecessary
18416         calendar-style check when converting dates with explicit month names.
18417         (icalendar-export-region): Change return type of conversion
18418         subroutines.  Bury current buffer unless error occurred.
18419         (icalendar--convert-to-ical)
18420         (icalendar--parse-summary-and-rest): New functions.
18421         (icalendar--convert-ordinary-to-ical)
18422         (icalendar--convert-weekly-to-ical)
18423         (icalendar--convert-yearly-to-ical)
18424         (icalendar--convert-block-to-ical)
18425         (icalendar--convert-cyclic-to-ical)
18426         (icalendar--convert-anniversary-to-ical): Change return type.
18427         Strip trailing blanks from subject.
18428         (icalendar--convert-sexp-to-ical): Change return type.
18429         Strip trailing blanks from subject.  Handle simple sexp
18430         entries as generated by icalendar.el.
18431         (icalendar--convert-float-to-ical)
18432         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18433         (icalendar-import-file): Doc fix.
18434         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18435         Correct call to icalendar--rris.
18436         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
18437         `summary'.
18438         (icalendar--add-diary-entry): Rename `subject' to `summary'.
18440 2005-10-24  Romain Francoise  <romain@orebokech.com>
18442         * server.el (server-sentinel): Set query-on-exit flag to nil on
18443         new client processes (it isn't inherited from the server process).
18445         * replace.el (occur-engine): Rearrange text properties.
18447 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18449         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18450         case-fold-search is nil.
18451         (debug-help-follow): Use help-xref-interned directly.
18453 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18455         * thumbs.el (thumbs-image-type): Add .pbm.
18457 2005-10-23  Richard M. Stallman  <rms@gnu.org>
18459         * faces.el (inhibit-face-set-after-frame-default): New variable.
18460         (set-face-attribute): Bind it.
18461         (face-set-after-frame-default): Test it.
18463         * help-fns.el (describe-simplify-lib-file-name): New function.
18464         (describe-function-1, describe-variable): Use it.
18466         * faces.el (describe-face): Use describe-simplify-lib-file-name.
18468         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18469         Eliminate nil as possible value.
18470         (tooltip-hide-delay): Reduce internal-border-width.
18472         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18473         (menu-bar-file-menu) <new-file>: Likewise.
18475         * simple.el (line-move-finish): Ignore fields computing LINE-END.
18477         * international/mule.el (load-with-code-conversion):
18478         Pass full file name to `eval-buffer' unless preloading.
18480         * textmodes/flyspell.el (flyspell-large-region):
18481         Call ispell-check-version.
18483         * textmodes/ispell.el (ispell-local-dictionary-overridden):
18484         Fix the make-variable-buffer-local call that was supposed
18485         to be for this variable.
18486         (ispell-aspell-supports-utf8): Doc fix.
18487         (ispell-find-aspell-dictionaries): Preserve elements of
18488         ispell-dictionary-alist for dictionaries that aspell doesn't report.
18489         (ispell-aspell-find-dictionary): Return nil on error.
18491         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18492         (doctor-symptoms): Likewise.
18494         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18496 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18498         * cus-edit.el (custom-button, custom-button-pressed): New vars.
18499         (custom-raised-buttons): Add :set spec.
18500         (custom-button-unraised, custom-button-pressed-unraised):
18501         New faces, so that custom-raised-buttons actually does something.
18502         (custom-mode): Use custom-button and custom-button-pressed.
18504         * wid-edit.el (widget-specify-button): Don't ignore
18505         widget-mouse-face on graphic terminals.
18506         (widget-move-and-invoke): Cleanup.
18508 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
18510         * whitespace.el (whitespace-cleanup): Doc fix.
18512 2005-10-23  Romain Francoise  <romain@orebokech.com>
18514         * emulation/viper.el (viper-set-hooks): Quote forms passed to
18515         `eval-after-load' to avoid evaluating their result.
18517 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
18519         * files.el (directory-listing-before-filename-regexp):
18520         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
18522         * dired.el (dired-move-to-filename-regexp): Remove.
18523         All occurences replaced by `directory-listing-before-filename-regexp'.
18525         * dired-x.el, locate.el, vc.el:
18526         Replace `dired-move-to-filename-regexp' by
18527         `directory-listing-before-filename-regexp'.  In vc.el it is
18528         overwritten locally; maybe this can be handled in files.el too.
18530         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
18531         replaced by `directory-listing-before-filename-regexp'.
18533 2005-10-23  Andreas Schwab  <schwab@suse.de>
18535         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18536         and eval-next-after-load.
18538 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
18540         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18541         exist, create it.
18543 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
18545         * allout.el: Remove autoloads for mailcrypt and crypt++.
18546         Require pgg, pgg-gpg during compilation.
18547         (allout-version): Increment version number to 2.1, and use a literal
18548         rather than RCS Id.
18549         (allout-default-encryption-scheme): Remove.
18550         (allout-passphrase-verifier-handling)
18551         (allout-passphrase-verifier-string)
18552         (allout-file-passphrase-verifier-string)
18553         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18554         (allout-passphrase-hint-handling): Rename and simplify.
18555         (allout-init): Use `find-file-hook' if available, otherwise
18556         `find-file-hooks'.
18557         (allout-mode): Use `write-file-functions' if available, otherwise
18558         `local-write-file-hooks' and, instead of making auto-save-hook
18559         buffer local, make the write-file-hook activity contingent to
18560         allout-mode.
18561         (allout-mode): Use key-binding substitution in the docstring.
18562         (allout-kill-line): Spell-out kill ring data structure mutation
18563         instead of using byte-compiler-complaint-provoking `pop'.
18564         (allout-insert-listified): Use `insert' rather than `insert-string'
18565         (allout-toggle-current-subtree-encryption): Update docstring, adjust
18566         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18567         (allout-encrypt-string): Totally revamped vis new underlying
18568         encryption facilities.
18569         (allout-mc-activate-passwd): Remove.
18570         (allout-obtain-passphrase): New, more or less replaces
18571         allout-mc-activate-passwd.
18572         (allout-encrypted-key-info): More or less replaces
18573         allout-encrypted-text-type.
18574         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18575         (my-mark-marker): Use `(featurep 'xemacs)'.
18577 2005-10-23  Lars Hansen  <larsh@soem.dk>
18579         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18580         (byte-compile-file-form-defmumble, byte-compile-defun)
18581         (byte-compile-defmacro): Use it.
18582         (byte-compile-form): Don't call byte-compile-set-symbol-position
18583         when a byte-compile handler is called.
18585 2005-10-22  Romain Francoise  <romain@orebokech.com>
18587         * savehist.el (savehist-history-variables): Add `grep-find-history'.
18589         * subr.el (eval-after-load): Convert library name to an absolute
18590         file name using locate-library, since load-history no longer has
18591         library names in it.
18593 2005-10-22  Richard M. Stallman  <rms@gnu.org>
18595         * files.el (make-temp-file): Move from subr.el.
18596         * subr.el (make-temp-file): Move to files.el.
18598         * window.el (get-buffer-window-list): Move from subr.el.
18599         * subr.el (get-buffer-window-list): Move to window.el.
18601         * image.el (image-load-path): Use eval-at-startup to initialize.
18603         * subr.el (eval-at-startup): New macro.
18605         * subr.el: Much rearrangement of functions and division
18606         into pages.  No code changes.
18608 2005-10-22  Kenichi Handa  <handa@m17n.org>
18610         * tar-mode.el (tar-extract): Be sure to call
18611         find-operation-coding-system if set-auto-coding doesn't find a
18612         coding system.
18614 2005-10-22  Kim F. Storm  <storm@cua.dk>
18616         * image.el (image-type-header-regexps): Rename from image-type-regexps.
18617         Change users.
18618         (image-type-file-name-regexps): New defconst.
18619         (image-type-from-data): Simplify loop.
18620         (image-type-from-buffer): New defun.
18621         (image-type-from-file-header): Use it instead of image-type-from-data.
18622         Use image-search-load-path instead of only looking in data-directory.
18623         (image-type-from-file-name): New defun.
18624         (image-search-load-path): Change `pathname' to `filename'.
18625         Make PATH arg optional, default to image-load-path.
18627 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18629         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
18631         * textmodes/paragraphs.el (sentence-end-base): New variable.
18632         (sentence-end): Use sentence-end-base.
18634 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18636         * font-lock.el (font-lock-default-fontify-region): Check the multiline
18637         property independently from the font-lock-multiline variable.
18639 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18641         * emacs-lisp/find-func.el (find-library-name): Doc fix.
18643         * startup.el (command-line): Convert library names
18644         in `load-history' to absolute file names.
18646         * subr.el (symbol-file): Doc fix.
18648         * loadhist.el (file-loadhist-lookup): Call locate-library
18649         instead of find-library-name.  Don't try converting
18650         abs file names to library names, since load-history no longer
18651         has library names in it.
18652         (file-dependents, file-provides, file-requires): Doc fixes.
18654 2005-10-21  Juri Linkov  <juri@jurta.org>
18656         * progmodes/etags.el (tags-table-mode): New function.
18657         (tags-verify-table): Replace initialize-new-tags-table with
18658         tags-table-mode.
18660         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
18661         default value.
18662         (desktop-modes-not-to-save): Add tags-table-mode to the
18663         default value.
18665         * info.el (Info-index-next): Add total number of index
18666         alternatives to the message.
18668         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
18669         backward only space (instead of space and period) before looking
18670         at sentence end.
18672         * simple.el (set-variable): Use user-variable-p instead of symbolp.
18673         Add the old variable value as 4th default-value arg of read-string.
18675 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18677         * cus-face.el (custom-declare-face): Make face from X resources
18678         also on Mac.
18680         * disp-table.el (standard-display-g1, standard-display-graphic):
18681         Refuse to use string glyphs also on Mac.
18682         (standard-display-european): Don't set terminal coding system also
18683         on Mac.
18685         * frame.el (display-screens): Use x-display-screens also on Mac.
18687 2005-10-21  Romain Francoise  <romain@orebokech.com>
18689         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
18691 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18693         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
18694         and $? into sexps.
18696         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
18697         warning face on open-paren-in-column-0.
18699         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
18700         boundary case.  Fix typo.
18701         Suggested by Martin Rudalics <rudalics@gmx.at>.
18703 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
18705         * textmodes/org.el (org-combined-agenda-icalendar-file)
18706         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
18707         (org-export-icalendar-this-file)
18708         (org-export-icalendar-all-agenda-files)
18709         (org-export-icalendar-combine-agenda-files): New commands.
18710         (org-export-icalendar, org-print-icalendar-entries)
18711         (org-start-icalendar-file, org-finish-icalendar-file)
18712         (org-ical-ts-to-string): New functions.
18713         (org-read-date, org-goto-calendar)
18714         (org-agenda-goto-calendar): Inhibit displaying diary entries by
18715         call to `calendar'.
18716         (orgtbl-setup): Remove the :keys arguments from the menu description.
18717         (org-after-save-iCalendar-file-hook): New variable.
18719 2005-10-21  Kenichi Handa  <handa@m17n.org>
18721         * language/vietnamese.el (tcvn-5712): Make it an alias of
18722         vietnamese-tcvn coding-system.
18724 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
18726         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
18727         group id is given.
18729 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18731         * progmodes/sh-script.el (sh-escaped-line-re): New var.
18732         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
18733         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
18734         whose line is either continued or ends with a comment.
18736 2005-10-20  Romain Francoise  <romain@orebokech.com>
18738         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
18740         * replace.el (occur-engine): Add follow-link property.
18742         * font-core.el (font-lock-mode): Doc fix.
18744 2005-10-20  Richard M. Stallman  <rms@gnu.org>
18746         * net/rcirc.el: New file.
18748 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
18750         * term.el (term-term-name): Initialize to "eterm-color".
18752 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
18754         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
18755         for encryption functionality.
18756         Move allout customization subgroup from `editing' to `outlines' group.
18757         Fix commentary keywords to legitimate ones.
18758         Update author info (using my current email address, obscurified).
18759         (allout-encrypt-string, allout-encryption-produce-work-buffer)
18760         (allout-encrypted-topic-p, allout-encrypted-text-type)
18761         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
18762         (allout-situate-encryption-key-verifier)
18763         (allout-get-encryption-key-verifier, allout-verify-key)
18764         (allout-next-topic-pending-encryption)
18765         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
18766         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
18767         (outline-key-verifier-handling, outline-key-hint-handling)
18768         (outline-encrypt-unencrypted-on-saves): New defcustoms.
18769         (allout-file-key-verifier-string, allout-encryption-scheme)
18770         (allout-key-verifier-string, allout-key-hint-string)
18771         (allout-after-save-decrypt): New variables.
18772         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
18773         (allout-after-saves-handler): New hook functions.
18774         (allout-post-command-business): Do allout-after-save-decrypt.
18775         (allout-enable-file-variable-adjustment): Custom var to enable
18776         mechanism for adding and adjusting settings of Emacs file variables.
18777         (allout-adjust-file-variable, allout-file-vars-section-data):
18778         New functions, implement the mechanism.
18779         (outlineify-sticky): Use the file vars mechanism.
18780         (allout-inhibit-protection, allout-during-write-cue)
18781         (allout-override-protect, allout-before-change-protect): Remove.
18782         (allout-flag-region, allout-open-topic): Adjust read-only text.
18783         (allout-open-line-not-read-only): Add to facilitate read-only
18784         text based protection.
18785         (allout-kill-line): Revise to adjust read-only text, clue the
18786         user about the inhibition.
18787         (allout-unprotected): Use unwind-protect.
18788         (allout-shift-in, allout-shift-out): Disallow manually shifting a
18789         topic deeper than the offspring depth of the previous topic -
18790         avoiding confusing "containment discontinuities".
18791         (allout-reindent-bodies): Fix retention of body relative hanging
18792         indent during promotion of collapsed bodies.
18793         (allout-open-topic): Make it easy to open new topic with same
18794         bullet as current topic - topic creation functions provided with
18795         any universal argument provokes now prompt for bullet, defaulting
18796         to the bullet of the previous topic.
18797         (allout-plain-bullets-string, allout-distinctive-bullets-string):
18798         Plain bullet alternates `.' period and `,' comma only.  All other
18799         bullets are relegated to special status (but customizable).
18800         (allout-end-of-entry): Rename from allout-end-of-current-entry
18801         since it actually operates w.r.t. most immediately containing
18802         entry, visible or not.
18803         (allout-hide-current-entry, allout-show-current-entry): Use the
18804         revised version.
18805         (allout-old-expose-topic): Solidify deprecation.
18806         (allout-end-of-subtree): Add so we can span concealed as well
18807         as visible topics.
18808         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
18809         (allout-end-of-current-heading): Tweak to just respect the first line.
18810         (allout-get-body-text): Add.
18811         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
18812         when invoked interactively.
18813         (allout-up-current-level): Use `interactive-p'.
18814         (allout-mode, allout-init): Miscellaneous docstring and
18815         operational refinements, as well as hookups of new encryption stuff.
18816         (allout-beginning-of-current-entry): Now works as advertised.
18817         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
18818         (allout-isearch-rectification): Refine condition for isearching.
18819         (allout-isearch-abort, allout-enwrap-isearch)
18820         (allout-flag-region, my-region-active-p): Relocate some macros.
18821         (allout-title): Fallback title is (buffer-name), not
18822         non-existing (current-buffer-name).
18823         (subst-char-in-string): Define if absent (for some XEmacs versions).
18825 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
18827         * mail/sendmail.el (mail-setup-hook, mail-aliases)
18828         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
18829         (mail-citation-prefix-regexp, mail-signature-file)
18830         (mail-default-headers, mail-bury-selects-summary)
18831         (mail-send-nonascii): Add autoload cookies.
18833 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18835         * frame.el (blink-cursor-mode): Add `mac' to the list of
18836         window-system's that support blinking cursor.
18838 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
18840         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
18842 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
18844         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
18845         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
18846         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
18848 2005-10-20  Kim F. Storm  <storm@cua.dk>
18850         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
18851         (ido-set-current-directory): Don't add / after final @.
18852         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
18853         Explicitly handle ange-ftp completion oddities.
18854         (ido-make-file-list): Don't rotate list at tramp root to avoid
18855         triggering tramp file handler for expand-file-name via get-file-buffer.
18857 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18859         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
18861 2005-10-19  Jay Belanger  <belanger@truman.edu>
18863         * calc/calc-units.el (math-standard-units): Add units, adjust
18864         symbols and update values.
18865         (math-unit-prefixes): Add more prefixes.
18867 2005-10-19  Romain Francoise  <romain@orebokech.com>
18869         * bookmark.el (bookmark-menu-heading): New face.
18870         (bookmark-bmenu-list): Use it.
18871         Don't fiddle with `baud-rate' at top-level.
18873 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
18875         * image.el (create-image, find-image): Mention max-image-size in
18876         docstring.
18878 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18880         * savehist.el (savehist-load): Revert to checking XEmacs.
18882         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
18883         Various docstring and line-width fixups.
18884         (conf-mode): Use cond.
18885         Set font-lock-defaults.  Don't set comment-use-syntax.
18887 2005-10-18  David Ponce  <david@dponce.com>
18889         * tree-widget.el (tree-widget-button-click): New function.
18890         (tree-widget-button-keymap): Use it.
18892 2005-10-18  Romain Francoise  <romain@orebokech.com>
18894         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18895         (bookmark-bmenu-hide-filenames): Add follow-link property.
18896         Improve help-echo text.
18898         * ffap.el (find-file-at-point): Doc fix.
18900 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18902         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18904 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18906         Install to the CVS repository what I forgot to install in my
18907         2005-10-16 changes.
18909         * progmodes/python.el (python-complete-symbol): Pass the common
18910         prefix substring of completion to `display-completion-list'.
18912         * textmodes/org.el (org-complete): Ditto.
18914 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18916         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18918         * woman.el (WoMan-xref-man-page): New button type derived
18919         from `Man-abstract-xref-man-page'.
18920         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18922         * man.el (Man-abstract-xref-man-page): New button type.
18923         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18924         (Man-highlight-references): Add new optional argument `xref-man-type'.
18926 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18928         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18930 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18932         * cus-edit.el (Custom-move-and-invoke): Delete.
18933         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18935         * wid-edit.el (widget-move-and-invoke): New function, from
18936         Custom-move-and-invoke.
18938 2005-10-17  Bill Wohler  <wohler@newt.com>
18940         Move all remaining images from lisp/toolbar to etc/images, move
18941         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18942         the low resolution images in their own directory (low-color).
18944         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18945         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18946         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18947         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18948         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18949         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18950         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18952         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18953         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18954         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18955         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18956         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18957         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
18958         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
18959         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
18960         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
18961         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
18962         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
18963         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
18964         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
18965         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
18966         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
18968         To conform with convention, replace the underscore (_) in the
18969         following image names with dash (-) or (/) as appropriate.
18971         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
18972         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
18973         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
18974         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
18975         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
18976         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
18977         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
18978         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
18979         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
18980         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
18981         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
18982         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
18983         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
18984         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
18985         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
18987         * info.el (info-tool-bar-map): Replace underscores in image names
18988         with dashes.
18990         * makefile.w32-in (WINS): Remove toolbar.
18992         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
18994         * tool-bar.el: Move to lisp from toolbar.  Now that
18995         toolbar is empty, it should be deleted when folks run "cvs up -P".
18997 2005-10-18  Jay Belanger  <belanger@truman.edu>
18999         * calc/calc-store.el (calc-store-into): Get the proper variable name
19000         to display in message.
19002 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
19004         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19005         expressions display in speedbar for all buffers when debugging.
19006         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19008         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19009         (speedbar-insert-button, speedbar-make-button):
19010         Use add-text-properties.
19011         (speedbar-update-localized-contents)
19012         (speedbar-update-directory-contents)
19013         (speedbar-update-special-contents): Use dolist.
19014         (speedbar-buffer-easymenu-definition): Add a menu separator.
19016 2005-10-17  Jason Rumney  <jasonr@gnu.org>
19018         * makefile.w32-in: Use $(lisp) consistently.
19019         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19020         for shell specific generation of mh-autoloads.
19022 2005-10-17  Richard M. Stallman  <rms@gnu.org>
19024         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19026 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19028         * jit-lock.el (jit-lock-fontify-now):
19029         Move jit-lock-context-unfontify-pos to avoid wasted work.
19031 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
19033         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
19034         `tramp-completion-mode' for checking if we are in completion mode.
19035         (tramp-completion-handle-file-name-all-completions): Reorder code
19036         in order to complete for file names only in case there are no
19037         method/user/host completions.  This is necessary for cooperation
19038         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
19040 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
19042         * longlines.el (longlines-search-forward)
19043         (longlines-search-backward): Match any number of spaces.
19045 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
19047         * diff-mode.el (diff-mode): Doc fix.
19049 2005-10-16  David Reitter  <david.reitter@gmail.com>
19051         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19052         as default on darwin and windows systems.
19054 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19056         * arc-mode.el (archive-zip-extract): Doc fix.
19058 2005-10-16  Romain Francoise  <romain@orebokech.com>
19060         * mouse.el (mouse-1-click-follows-link): Doc fix.
19062 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19064         * savehist.el: Don't require CL at runtime.
19065         (savehist-xemacs): Remove.
19066         (savehist-coding-system): Use utf-8 if present, regardless of religion.
19067         (savehist-no-conversion): Use (featurep 'xemacs).
19068         (savehist-load): Check existence of start-itimer rather than XEmacs.
19069         Use an idle timer.
19070         (savehist-process-for-saving): Replace use of CL funs `subseq' and
19071         `delete-if-not'.
19073 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
19075         * savehist.el: Newer version.
19076         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19077         (savehist-last-checksum, savehist-no-conversion): New vars.
19078         (savehist-autosave, savehist-process-for-saving, savehist-printable):
19079         New functions.
19080         (savehist-load, savehist-save): Use them.
19081         (savehist-delimit): Remove.
19083 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19085         * progmodes/compile.el (compilation-goto-locus): Display the
19086         compilation buffer first and the source buffer second, in case they're
19087         in overlapping frames.  Don't raise the compilation frame if it was the
19088         selected window upon entry.  Pass the `other-window' arg to
19089         pop-to-buffer.
19091         * info.el (Info-fontify-node): Use dolist.
19092         Change add-text-properties to put-text-property.
19094 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19096         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19097         bound of search.
19099 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19101         * dabbrev.el (dabbrev-completion): Pass the common
19102         prefix substring of completion to `display-completion-list'.
19104         * filecache.el (file-cache-minibuffer-complete)
19105         (file-cache-complete): Ditto.
19107         * tempo.el (tempo-display-completions): Ditto.
19109         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19111         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19113         * eshell/em-hist.el (eshell-list-history): Ditto.
19115         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19117         * mail/mailalias.el (mail-complete): Ditto.
19119         * progmodes/etags.el (complete-tag): Ditto.
19121         * progmodes/make-mode.el (makefile-complete): Ditto.
19123         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19125         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19127         * progmodes/pascal.el (pascal-complete-word)
19128         (pascal-show-completions): Ditto.
19130         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19132         * simple.el (completion-common-substring): New variable.
19133         (completion-setup-function): Use `completion-common-substring'
19134         to put faces.
19136 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19138         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19139         (x-get-selection, mac-select-convert-to-string): Convert from/to
19140         UTF-16 clipboard data as in native byte order, no BOM.
19142 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
19144         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19145         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19146         (gud-sentinel): Use speedbar-frame to check for speedbar.
19148 2005-10-15  Richard M. Stallman  <rms@gnu.org>
19150         * savehist.el: New file.
19152 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
19154         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19155         Fix bug in \bf fontification.
19157 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19159         * pcvs.el (cvs-edit-log-files): New var.
19160         (cvs-mode-edit-log): New arg `file'.
19161         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19162         Instead force the use of the original file and nothing else.
19163         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19164         the cvs-minor-wrap-function is set.
19165         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19167 2005-10-14  Bill Wohler  <wohler@newt.com>
19169         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19170         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19171         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19172         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19173         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19174         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19175         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19176         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19177         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19178         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19179         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19180         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19181         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19182         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19183         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19185         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19186         appropriately (for example, gud-break to gud/break).
19188 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
19190         * longlines.el (longlinges-search-function)
19191         (longlines-search-forward, longlines-search-backward): New functions.
19192         (longlines-mode): Set isearch-search-fun-function to
19193         longlinges-search-function.
19195         * mouse.el (mouse-drag-region-1): Handle the case where a
19196         double-click event is bound to an arbitrary function.
19198 2005-10-14  David Ponce  <david@dponce.com>
19200         * recentf.el (recentf-track-opened-file)
19201         (recentf-track-closed-file, recentf-update-menu)
19202         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19203         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19204         mouse-1-click-follows-link.
19206 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19208         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19209         Gnome file-manager.png.  Suggested by
19210         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19212         * toolbar/README: Add diropen.xpm.
19214 2005-10-13  Bill Wohler  <wohler@newt.com>
19216         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19217         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
19219 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19221         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19222         Don't waste the byte-compiler's time on constant data.
19224 2005-10-13  Kenichi Handa  <handa@m17n.org>
19226         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19227         byte with `escape-glyph' face.
19229         * international/fontset.el (ccl-encode-unicode-font):
19230         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19231         Handle the case that ucs-mule-to-mule-unicode translates a character to
19232         ASCII (usually for IPA characters).
19234 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19236         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19237         Don't hide the underline of titles if font-lock-mode is disabled.
19239 2005-10-12  Bill Wohler  <wohler@newt.com>
19241         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
19242         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19243         files in MH-E-SRC have been updated.
19244         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19246 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19248         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19249         (mixal-mode-syntax-table): Add \n as end-comment.
19250         (mixal-operation-codes-alist): Immediately initialize to full value.
19251         (mixal-add-operation-code): Remove.
19252         (mixal-describe-operation-code): Make the arg non-optional.
19253         Use the interactive spec instead.
19254         Use mixal-operation-codes-alist rather than mixal-operation-codes.
19255         (mixal-font-lock-keywords): Don't highlight comments here any more.
19256         (mixal-font-lock-syntactic-keywords): New var.
19257         (mixal-mode): Use it.  Fix comment-start-skip.
19259 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19261         * startup.el (command-line-x-option-alist): -nb => -nbi
19263 2005-10-12  Kim F. Storm  <storm@cua.dk>
19265         * startup.el (fancy-splash-default-action): Discard mouse click in
19266         the splash screen window, as it has no sensible meaning in the
19267         next window to be selected.  Fixes error reported by Jan D.
19269 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19271         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19273 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19275         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19276         Try to fix up minor layout issues like indentation, line break, etc...
19277         (mixal-mode-syntax-table): Don't try to specify comment syntax,
19278         because it doesn't work.
19279         (mixal-operation-codes): Add some more codes.
19280         (mixal-font-lock-keywords): Process comments here.
19281         (mixal-mode): mixasm no longer needs -g option.
19283 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19285         * progmodes/sh-script.el (sh-tmp-file):
19286         Use mktemp -t.  Finish support for es and rc shells.
19288 2005-10-11  Jay Belanger  <belanger@truman.edu>
19290         * calc/calcalg2.el (calc-integral): With an argument, compute the
19291         definite integral.
19293 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
19295         * mouse.el (mouse-drag-region-1): Don't try to catch a
19296         double-click when doing follow-link (it's overridden anyway).
19298 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
19300         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19301         (autoload-print-form-outbuf): Add docstring.
19303 2005-10-11  Juri Linkov  <juri@jurta.org>
19305         * info.el (Info-mode-menu): Delete menu item "Edit".
19306         (Info-mode): Delete description of Info-edit from docstring,
19307         and rearrange descriptions of Info commands in the order
19308         they are documented in the Info manual.
19310 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19312         * calendar/appt.el (appt-check): Use diary-selective-display var.
19314 2005-10-10  Richard M. Stallman  <rms@gnu.org>
19316         * net/newsticker.el (newsticker-start, newsticker-show-news):
19317         Add autoload cookies.
19319 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
19321         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19323 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
19325         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19327 2005-10-10  Jay Belanger  <belanger@truman.edu>
19329         * calc/calc-arith.el (math-check-known-scalarp)
19330         (math-check-known-matrixp): Check the values of arguments that are
19331         variables.
19332         (math-check-known-square-matrixp): New function.
19333         (math-known-square-matrixp): Use math-check-known-square-matrixp.
19334         (math-super-types): Add sqmatrix type.
19336         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19337         mode name `square' to `sqmatrix'.
19339         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19340         mode name `square' to `sqmatrix'.
19342 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19344         * progmodes/etags.el (select-tags-table-mode): Don't use
19345         selective-display.
19346         (tags-select-tags-table): Pass `button' to the action function.
19347         (select-tags-table): Place the side-info on button properties rather
19348         than in hidden text.  Abbreviate file names.
19349         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19350         (select-tags-table-select): Add `button' argument.
19351         Get side-info from the button property rather than from hidden text.
19353 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
19355         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19356         (gud-speedbar-buttons): Preserve point if possible.
19357         (gud-sentinel): Restore previous speedbar display type.
19359         * progmodes/gdb-ui.el (gdba): Improve diagram.
19360         (def-gdb-auto-update-handler, gdb-info-locals-handler)
19361         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19362         Call get-buffer-window once.
19364 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19366         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19367         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19368         (pascal-indent-command): Remove unused var `ind'.
19369         (pascal-indent-case): Remove unused var `oldpos'.
19370         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19371         since it's now used as a proper minor mode map.
19372         (pascal-outline): Rename to pascal-outline-mode.
19373         (pascal-outline-mode): Use define-minor-mode.
19374         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19375         selective-display.
19377 2005-10-10  Andreas Schwab  <schwab@suse.de>
19379         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19380         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
19382         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19383         outside source directory.
19385 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
19387         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19388         C-x' as a prefix.
19389         (orgtbl-mode-map): Full keymap instead of sparse, because all
19390         `self-insert-command' keys are redefined in this map.
19391         (org-export-as-html): Specify charset for HTML file, by taking it
19392         from the coding system.
19394 2005-10-10  Kenichi Handa  <handa@m17n.org>
19396         * textmodes/flyspell.el (flyspell-check-word-p):
19397         If unread-command-events is non-empty, don't call sit-for.
19399 2005-10-09  Richard M. Stallman  <rms@gnu.org>
19401         * font-lock.el (font-lock-syntactic-keywords)
19402         (font-lock-keywords): Doc fixes.
19404         * textmodes/flyspell.el (flyspell-external-point-words):
19405         Simplify logic, and don't try to check for consecutive appearances
19406         of one incorrect word.
19408 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
19410         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19411         separator.
19413         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19414         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19415         (gud-expansion-speedbar-buttons): New function.
19416         (gud-speedbar-buttons): Check for gud-comint-buffer.
19418 2005-10-09  Bill Wohler  <wohler@newt.com>
19420         * Makefile.in (updates): Add mh-loaddefs dependency.
19422 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
19424         * speedbar.el (speedbar-file-key-map): Fix typo.
19426 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19428         * cus-start.el (line-spacing): Add custom spec.
19430 2005-10-09  Romain Francoise  <romain@orebokech.com>
19432         * textmodes/ispell.el (ispell-check-version): Fix last change.
19434 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19436         * term/x-win.el: Remove -i, --icon-type from comment.
19438         * startup.el (command-line-x-option-alist): Remove options -i,
19439         -itype, --icon-type, added -nb, --no-bitmap-icon
19441 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
19443         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19444         instead of :active.
19446 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19448         * textmodes/ispell.el (ispell-check-version):
19449         Ignore hyphen, and all that follows, in aspell's version text.
19451 2005-10-08  Jay Belanger  <belanger@truman.edu>
19453         * calc/calc-arith.el (math-known-square-matrixp): New function.
19454         (math-pow-fancy): Check for matrices before distributing exponent
19455         across products.
19457         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19458         fullscreen keypad.  Suggested by Luc Teirlinck.
19459         (calc-keypad-show-input): Add space for formatting.
19461         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19462         Add square matrix option.
19464         * calc/calc-poly.el (math-expand-term): Check for matrices instead
19465         of checking calc-matrix-mode when deciding how to expand.
19467         * calc/calc.el (calc-set-mode-line): Add square matrix option.
19469 2005-10-08  Lars Hansen  <larsh@soem.dk>
19471         * net/tramp.el (tramp-perl-directory-files-and-attributes):
19472         Add error handling.
19473         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19475 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
19477         Sync with Tramp 2.0.51.
19479         * net/tramp.el (tramp-handle-set-visited-file-modtime)
19480         (tramp-handle-insert-file-contents, tramp-handle-write-region):
19481         Insert special handling for `last-coding-system-used', again
19482         it still seems to be necessary (unlike stated before).
19483         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19484         (tramp-password-prompt-regexp): There might be other words before
19485         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19486         (tramp-chunksize): Improve docstring.
19487         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19488         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
19489         Christian Joergensen <bugs@razor.dk>.
19491 2005-10-07  Glenn Morris  <rgm@gnu.org>
19493         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19494         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19495         precision'.
19497 2005-10-07  Romain Francoise  <romain@orebokech.com>
19499         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19500         (ibuffer-do-shell-command-pipe-replace)
19501         (ibuffer-do-shell-command-file, ibuffer-do-eval)
19502         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19503         (ibuffer-do-revert, ibuffer-do-replace-regexp)
19504         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19505         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19506         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19507         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19508         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19509         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19510         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19511         Autoload file sans suffix.
19513         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19515 2005-10-07  David Ponce  <david@dponce.com>
19517         * recentf.el (recentf-menu-open-all-flag): New option.
19518         (recentf-digit-shortcut-command-name): New function.
19519         (recentf--shortcuts-keymap): New variable.
19520         (recentf-menu-shortcuts): New variable.
19521         (recentf-make-menu-items): Initialize it.  Replace the "More..."
19522         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19523         (recentf-menu-value-shortcut): New function.
19524         (recentf-make-menu-item): Use it.  No more in-lined.
19525         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19526         (recentf-open-most-recent-file): Rename from
19527         `recentf-open-file-with-key'.  Don't depend on key binding.
19528         (recentf-mode-map): New variable.
19529         (recentf-mode): Use it.
19531 2005-10-06  Bill Wohler  <wohler@newt.com>
19533         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
19535         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19536         (MH-E-SRC): New.  Used by mh-autoloads.
19537         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19538         files in MH-E-SRC have been updated.
19539         (compile, recompile, bootstrap): Depend on mh-autoloads.
19541 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
19543         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19544         gud-break and gud-remove icons when the fringe is not available.
19546         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19547         Typo.
19549 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19551         * play/zone.el (zone): Wrap body with save-window-excursion.
19553 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19555         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19556         Use the new `list-only' arg to diary-list-entries.
19558         * calendar/diary-lib.el: Use overlays rather than selective-display.
19559         (diary-selective-display): New var.
19560         (diary-header-line-format): Use it.
19561         (diary-list-entries): Add argument `list-only'.
19562         Put the buffer in diary-mode.  Don't add \^M at beg and end.
19563         Replace \^M by invisible overlays.
19564         (diary-unhide-everything): Replace \^M by invisible overlays.
19565         (print-diary-entries): Look for overlays rather than \^M.
19566         Add a space to the temp buffer name.
19567         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19568         Put the buffer in diary-mode.
19569         (list-sexp-diary-entries): Replace \^M by invisible overlays.
19570         (diary-anniversary): Make the year arg optional.
19571         (diary-time-regexp): New const.
19572         (diary-font-lock-keywords): Use it to accept a few more time formats.
19574         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19576 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
19578         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19579         Fix bug introduced 2005-07-03: Use (car (last ...))
19580         to faithfully reproduce replaced artist-last.
19581         (artist-set-arrow-points-for-poly): Likewise.
19582         Suggested by Johan Bockg\e,Ae\e(Brd.
19584 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
19586         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
19587         * wid-edit.el (widget):
19588         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
19589         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
19591 2005-10-06  Kenichi Handa  <handa@m17n.org>
19593         * international/mule-cmds.el (set-language-environment):
19594         Fix setting up of case-table for unibyte mode.
19596         * simple.el (what-cursor-position): If the character is displayed
19597         by some `display' text property, show that.  Don't use
19598         single-key-description for eight-bit characters in multibyte mode.
19600 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
19602         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
19603         (gdb-ann3): Set it.
19604         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
19605         (gdb-info-frames-custom): Use inverse-video for first five
19606         characters of selected frame only.
19607         (gdb-get-frame-number): Select frame even when point is on frame
19608         number.
19610 2005-10-06  Masatake YAMATO  <jet@gyve.org>
19612         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
19613         Put `font-lock-function-name-face'.
19614         (gdb-info-frames-custom): Put `font-lock-function-name-face'
19615         and `font-lock-variable-name-face'
19616         (gdb-registers-font-lock-keywords): New font lock keywords definition.
19617         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
19618         (gdb-memory-font-lock-keywords): New font lock keywords definition.
19619         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
19620         (gdb-local-font-lock-keywords): New font lock keywords definition.
19621         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
19622         (gdb-threads-font-lock-keywords): New font lock keywords definition.
19623         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
19625 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
19627         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
19628         (ediff-merge-region-is-non-clash-to-skip): Previously called
19629         ediff-merge-region-is-non-clash.
19631         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
19632         Use insert-buffer-substring.
19634         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
19635         selecting files to patch.  Also bug fixes.
19637         * ediff-util.el (ediff-setup): Bug fix.
19638         (ediff-next-difference): Never skip clashes that differ in white
19639         space only.
19641         * ediff-wind.el (ediff-setup-control-frame)
19642         (ediff-destroy-control-frame): Check the menubar feature.
19644         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
19645         (viper-refresh-mode-line): Use make-local-variable to localize
19646         some vars instead of make-variable-buffer-local.  Suggested by
19647         Stefan Monnier.
19649         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
19650         (viper-restore-cursor-type, viper-set-insert-cursor-type):
19651         Use make-local-variable instead of make-variable-buffer-local.
19652         Suggested by Stefan Monnier.
19654         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
19655         (viper-comint-mode-hook): Use make-local-variable on
19656         require-final-newline.
19657         (viper-non-hook-settings): Don't use make-variable-buffer-local.
19659 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19661         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19662         also the second char of a comment-start sequence.
19663         (scheme-sexp-comment-syntax-table): New var.
19664         (lambda, define): Set their scheme-doc-string-elt property.
19665         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
19666         Use lisp-font-lock-syntactic-face-function now that it properly
19667         handles |...| symbols.
19668         (scheme-mode-variables): Set lisp-doc-string-elt-property,
19669         parse-sexp-lookup-properties and font-lock-extra-managed-props.
19671         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
19672         bit from # to |.
19673         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
19675         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
19676         (lisp-doc-string-elt-property): New var.
19677         (lisp-font-lock-syntactic-face-function): Use it.
19678         Rewrite to recognize docstrings even for forms not at toplevel.
19680         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
19681         annotation on the | part of #| rather than on the # part.
19682         (scheme-font-lock-syntactic-face-function): New function, to
19683         distinguish strings from |...| symbols.
19684         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
19685         syntax-table so that #|...|# is properly highlighted.
19687         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
19688         Don't mark as docstring the 3rd elem of an unknown toplevel form.
19690 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19692         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
19693         and C-e.
19695         * emacs-lisp/eldoc.el: Move comments into docstrings.
19696         (eldoc-message-commands): Initialize in its declaration.
19697         Add move-beginning-of-line and move-end-of-line.
19698         (eldoc-add-command, eldoc-add-command-completions)
19699         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
19701         * outline.el (outline-mark-subtree): Activate the mark.
19703         * calendar/appt.el (appt-time-regexp): New var.
19704         (appt-add, appt-make-list): Use it.
19705         (appt-convert-time): Clean up.
19707         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
19708         Don't set any syntax-table property here.
19709         (tex-font-lock-verb): New function.  Do it here.
19710         (tex-font-lock-syntactic-keywords): Use it.
19712 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19714         * wid-edit.el (widget-file-complete): Get the widget start point
19715         the right way.  Default directory to `/' if file has none.
19717         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
19719         * textmodes/flyspell.el (flyspell-mode-on):
19720         Call ispell-maybe-find-aspell-dictionaries.
19722         * textmodes/ispell.el (ispell-word, ispell-region):
19723         Call ispell-maybe-find-aspell-dictionaries.
19724         (ispell-accept-buffer-local-defs):
19725         Don't call ispell-maybe-find-aspell-dictionaries
19727 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19729         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
19731 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
19733         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
19734         instead of `fboundp' in order to allow for anonymous functions.
19736 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
19738         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
19739         case the user clicks on the link while another window is selected.
19740         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
19742         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
19743         functionality.
19744         (dframe-help-echo): Save point in case mouse tracking is off.
19746 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
19748         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
19750 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19752         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
19753         not change the global value of those vars.
19755         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
19756         make-local-variable which we do not need any more.
19758 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
19760         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
19761         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
19762         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
19763         (speedbar-path-line): Define obsolete aliases.
19764         (speedbar-line-directory): Doc fix.
19766         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
19767         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
19768         instead of speedbar-line-path.
19770 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19772         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
19773         to nil if dropping on a window.  Handle dropping on a minibuffer window
19774         like dropping on a non-window part of Emacs.
19776 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19778         * net/ange-ftp.el: Use with-current-buffer.
19779         (ange-ftp-insert-directory): Do not follow symlinks any more.
19781         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19782         Remove interactive spec.
19784 2005-10-03  Kim F. Storm  <storm@cua.dk>
19786         * ido.el (ido-mode): Use custom-initialize-set.
19788 2005-10-02  Richard M. Stallman  <rms@gnu.org>
19790         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
19791         Use insert-buffer-substring.
19793         * net/tramp.el: Pacify byte compiler warnings in pacification code.
19794         (tramp-handle-file-local-copy): Use insert-buffer-substring.
19796 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19798         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
19799         in last change.
19800         (ange-ftp-insert-directory): Fix up the search for the case where
19801         `file' is absolute.
19803 2005-10-02  Romain Francoise  <romain@orebokech.com>
19805         * progmodes/compile.el (compile-goto-error): Delete extra paren.
19807 2005-10-02  Andreas Schwab  <schwab@suse.de>
19809         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
19810         directory component in the session info.
19812 2005-10-01  Richard M. Stallman  <rms@gnu.org>
19814         * comint.el (comint-redirect-subvert-readonly): Doc fix.
19816         * simple.el (next-error-internal): New function.
19818         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
19819         (compilation-start): Pass new arg to compilation-buffer-name.
19820         (compile-goto-error): Use next-error-internal.
19822 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19824         * speedbar.el: Remove RCS tag.
19825         (speedbar-check-read-only): Handle non-existent files.
19827         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
19829         * info.el (Info-speedbar-hierarchy-buttons)
19830         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
19832 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19834         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
19835         Do not match newline.
19836         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
19837         (bibtex-summary): Remove unnecessary save-excursion.
19838         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
19840 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19842         * term/mac-win.el: Add charset info for "iso10646-1".
19843         Modify default fontset to use ATSUI-compatible fonts for some charsets
19844         if available.
19846 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19848         * speedbar.el: Re-apply arch tag.
19849         (speedbar-version): Rename to version 1.0.  Suggested by Eric
19850         M. Ludlam.
19851         Reapply two changes from Emacs CVS' version of speedbar lost
19852         during the merge:
19853         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
19854         (speedbar-frame-parameters): Improve customize type.
19856 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19858         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
19859         (ange-ftp-file-directory-p): Fix the symlink case.
19860         (ange-ftp-insert-directory): When listing a single file, get a list of
19861         the parent buffer and extract the relevant line.  Inspired from a patch
19862         by Katsumi Yamaoka <yamaoka@jpl.org>.
19863         (ange-ftp-file-name-sans-versions): Simplify.
19865 2005-09-30  Bill Wohler  <wohler@newt.com>
19867         Move MH-E image files from toolbar and mail directories into
19868         etc/images.
19870         * mail/reply2.*: Move to etc/images/mail/reply*.
19872         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
19873         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
19874         etc/images.
19876         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
19877         * toolbar/reply*: Move to etc/images/mail.
19879         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
19881 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
19883         * speedbar.el: New version 1.0pre3.
19885         Frame management code (including timer, and mouse click specifics)
19886         moved to dframe.el:
19887         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
19888         (speedbar-timer): Removed.  Use dframe-timer.
19889         (speedbar-close-frame): Removed.  Use dframe-close-frame.
19890         (speedbar-activity-change-focus-flag): Removed.  Use
19891         dframe-activity-change-focus-flag.
19892         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19893         dframe-update-speed.
19895         (speedbar-current-frame): New macro.  Use this instead of the
19896         variable speedbar-frame.
19898         (speedbar-use-images, speedbar-expand-image-button-alist)
19899         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19901         (speedbar-find-image-on-load-path): Removed.  Replaced by
19902         defezimage in ezimage.el.
19903         (speedbar-expand-image-button-alist): Removed.  Replaced by
19904         ezimage-expand-image-button-alist in ezimage.el.
19906         (speedbar-ignored-directory-regexp)
19907         (speedbar-add-ignored-directory-regexp)
19908         (speedbar-ignored-directory-expressions)
19909         (speedbar-line-directory, speedbar-buffers-line-directory)
19910         (speedbar-directory-line, speedbar-buffers-line-directory):
19911         Renamed, replacing `path' with `directory'.
19913         (speedbar-create-directory, speedbar-expand-line-descendants)
19914         (speedbar-toggle-line-expansion)
19915         (speedbar-contract-line-descendants): New commands.
19917         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19918         (speedbar-use-tool-tips-flag): New options.
19920         (speedbar-check-read-only, speedbar-require-version)
19921         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19922         (speedbar-handle-delete-frame, speedbar-try-completion)
19923         (speedbar-update-localized-contents): New functions.
19925         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19926         (speedbar-object-read-only-indicator): New variables.
19928         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19929         New hooks.
19931         (speedbar-separator-face): New face.
19933         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19934         (speedbar-ignored-modes): Add fundamental-mode.
19935         (speedbar-directory-unshown-regexp): Add . directories.
19937         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19938         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19939         `]' for full expand/close.
19940         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19942         (speedbar-check-vc): Support hidden files.
19943         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19944         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19945         state is nil, it is not checked out.
19947         (speedbar-line-text, speedbar-line-token): Support expand buttons
19948         with no text.
19949         (speedbar-refresh): Universal argument acts as power-click.
19950         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19951         that buffer to get variable values.
19953         And many other bugfixes.
19955         * dframe.el, ezimage.el, sb-image.el: New files.
19957         * sb-*.xpm: Remove files.  New image files installed into
19958         etc/images/ezimage.
19960 2005-09-30  Kenichi Handa  <handa@m17n.org>
19962         * ps-mule.el (ps-mule-show-warning): If a character is in
19963         ps-print-translation-table, don't treat it as non-printable.
19965 2005-09-30  David Ponce  <david@dponce.com>
19967         * tree-widget.el (tree-widget-themes-load-path): New variable.
19968         (tree-widget-themes-directory): Doc fix.
19969         (tree-widget-image-formats) [Emacs]: Doc fix.
19970         (tree-widget--locate-sub-directory): New function.
19971         (tree-widget-themes-directory): Use it.
19973         * recentf.el (recentf-filename-handlers): Rename from
19974         `recentf-filename-handler'.  Allow a list of functions.
19975         (recentf-menu-items-for-commands): Fix :help strings.
19976         (recentf-apply-filename-handlers): New function.
19977         (recentf-expand-file-name): Use it.
19978         (recentf-cleanup): Remove duplicates too.
19980 2005-09-29  Juri Linkov  <juri@jurta.org>
19982         * faces.el: Rearrange face definitions to be in the same order as
19983         their face descriptions in "(emacs)Standard Faces".
19985         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
19987         * tooltip.el (tooltip): Add group `basic-faces'.
19989         * buff-menu.el (Buffer-menu-buffer): Remove group
19990         `font-lock-highlighting-faces'.
19992         * progmodes/compile.el (compilation-error, compilation-warning)
19993         (compilation-info, compilation-line-number, compilation-column-number):
19994         Change group from `font-lock-highlighting-faces' to `compilation'.
19996         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19997         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
19998         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
19999         (vhdl-font-lock-reserved-words-face)
20000         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20001         `font-lock-highlighting-faces'.
20003         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20005 2005-09-28  Kim F. Storm  <storm@cua.dk>
20007         * emulation/cua-base.el: Set CUA move property on additional commands:
20008         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20009         forward-sexp, backward-sexp, forward-list, backward-list.
20011 2005-09-28  Romain Francoise  <romain@orebokech.com>
20013         * comint.el (comint-show-output): Really set point at the
20014         beginning of the output when not using `comint-use-prompt-regexp'.
20016 2005-09-27  Jay Belanger  <belanger@truman.edu>
20018         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20019         in TeX mode.
20021 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
20023         * textmodes/org.el (org-table-sum): Fix format string.
20025         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20026         Quote face names.
20028 2005-09-26  Romain Francoise  <romain@orebokech.com>
20030         * isearch.el (isearch-forward-regexp): Close doc string.
20032 2005-09-25  Richard M. Stallman  <rms@gnu.org>
20034         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20036         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20038         * progmodes/compile.el (compilation-error-properties):
20039         When getting the file from the previous error message,
20040         correctly decode the new data format.
20042         * progmodes/cc-cmds.el (c-electric-paren):
20043         Call old-blink-paren only for close-paren.
20045 2005-09-24  Andreas Schwab  <schwab@suse.de>
20047         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20048         condition.
20050 2005-09-25  Romain Francoise  <romain@orebokech.com>
20052         * dired-aux.el (dired-copy-file-recursive):
20053         * dired.el (dired-delete-file):
20054         * ediff-mult.el (ediff-dir-diff-copy-file):
20055         * ediff-util.el (ediff-test-save-region):
20056         * forms.el (forms-mode):
20057         * ido.el (ido-file-internal, ido-delete-file-at-head):
20058         * log-edit.el (log-edit-done):
20059         * ses.el (ses-yank-resize):
20060         * play/gomoku.el (gomoku-human-plays, gomoku)
20061         (gomoku-human-resigns, gomoku-prompt-for-other-game)
20062         (gomoku-offer-a-draw):
20063         * play/landmark.el (lm-human-resigns, lm):
20064         * net/eudcb-ldap.el (eudc-ldap-check-base):
20065         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20066         * progmodes/ebrowse.el (ebrowse-find-pattern):
20067         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20068         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20069         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20071         * vc.el (vc-delete-file):
20072         * play/gomoku.el (gomoku-terminate-game, gomoku)
20073         (gomoku-prompt-for-move, gomoku-human-takes-back):
20074         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20075         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20077 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
20079         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20080         color rxvt terminals by using the code xterm.el used to use before
20081         2005-04-09 in order to match the colors used by rxvt.
20083 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20085         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20086         colors rxvt-unicode terminals by using the same code as xterm.el.
20088 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20090         * textmodes/tex-mode.el (tex-font-lock-append-prop)
20091         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20092         new symbol used for the tex-verbatim face.
20094 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20096         * woman.el (woman-file-name):
20097         * wid-edit.el (widget-file-prompt-value)
20098         (widget-coding-system-prompt-value):
20099         * w32-fns.el (set-w32-system-coding-system):
20100         * vc.el (vc-version-diff, vc-annotate):
20101         * textmodes/reftex-auc.el (reftex-arg-cite)
20102         (reftex-arg-index-tag):
20103         * textmodes/refer.el (refer-get-bib-files):
20104         * textmodes/artist.el (artist-figlet-choose-font):
20105         * terminal.el (terminal-emulator):
20106         * replace.el (occur-read-primary-args):
20107         * rect.el (string-rectangle, string-insert-rectangle):
20108         * ps-print.el (ps-print-preprint):
20109         * progmodes/pascal.el (pascal-goto-defun):
20110         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20111         * progmodes/compile.el (compilation-find-file):
20112         * printing.el (pr-interactive-n-up):
20113         * play/animate.el (animate-birthday-present):
20114         * net/rcompile.el (remote-compile):
20115         * man.el (man, Man-goto-section, Man-follow-manual-reference):
20116         * mail/rmailsum.el (rmail-summary-search-backward)
20117         (rmail-summary-search):
20118         * mail/rmailout.el (rmail-output-read-rmail-file-name)
20119         (rmail-output-read-file-name):
20120         * mail/rmail.el (rmail-search, rmail-search-backwards):
20121         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20122         * locate.el (locate):
20123         * international/quail.el (quail-show-keyboard-layout):
20124         * international/mule.el (set-buffer-file-coding-system)
20125         (revert-buffer-with-coding-system, set-file-name-coding-system)
20126         (set-terminal-coding-system, set-keyboard-coding-system)
20127         (set-next-selection-coding-system):
20128         * international/mule-diag.el (describe-coding-system)
20129         (describe-font, describe-fontset):
20130         * international/mule-cmds.el (universal-coding-system-argument)
20131         (search-unencodable-char, describe-input-method)
20132         (set-language-environment, describe-language-environment):
20133         * international/codepage.el (codepage-setup):
20134         * international/code-pages.el (codepage-setup):
20135         * info.el (Info-search, Info-follow-reference)
20136         (Info-search-backward):
20137         * emacs-lisp/advice.el (ad-read-advised-function)
20138         (ad-read-advice-class, ad-clear-cache, ad-activate)
20139         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20140         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20141         (ad-read-regexp):
20142         * ediff-util.el (ediff-toggle-regexp-match):
20143         * ediff-ptch.el (ediff-prompt-for-patch-file):
20144         * dired-aux.el (dired-diff):
20145         * diff.el (diff):
20146         * cus-edit.el (custom-variable-prompt):
20147         * calendar/timeclock.el (timeclock-ask-for-project):
20148         * calc/calcalg3.el (calc-get-fit-variables):
20149         * calc/calc-store.el (calc-edit-variable)
20150         (calc-permanent-variable):
20151         * vc-mcvs.el (vc-mcvs-register):
20152         * shadowfile.el (shadow-define-literal-group):
20153         * woman.el (woman-file-name):
20154         * vc.el (vc-version-diff, vc-merge):
20155         * textmodes/reftex-index.el (reftex-index-complete-tag):
20156         * format.el (format-decode-buffer, format-decode-region):
20157         * emulation/viper-cmd.el (viper-read-string-with-history):
20158         * emacs-lisp/debug.el (cancel-debug-on-entry):
20159         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20160         * ediff.el (ediff-merge-revisions)
20161         (ediff-merge-revisions-with-ancestor, ediff-revision):
20162         * completion.el (interactive-completion-string-reader):
20163         * calc/calc-prog.el (calc-user-define-formula):
20164         Follow convention for reading with the minibuffer.
20166 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
20168         * progmodes/python.el (python-describe-symbol): Add globals() and
20169         locals() to the arguments of emacs.ehelp.
20171 2005-09-24  Magnus Henoch  <mange@freemail.hu>
20173         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20174         New function, code extracted from ispell-valid-dictionary-list.
20175         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20176         Call it.
20178 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
20180         * subr.el (version-regexp-alist): Extend valid syntax for version
20181         strings: allow any of the characters -,_,+ to separate the
20182         alpha/beta/rc part from the version part.  Doc fix.
20183         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
20185 2005-09-23  David Reitter  <david.reitter@gmail.com>
20187         * mail/mailclient.el: New file.
20189 2005-09-23  Richard M. Stallman  <rms@gnu.org>
20191         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20192         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20193         Doc fixes.
20195         * progmodes/cc-mode.el (c-font-lock-init):
20196         Specify font-lock-lines-before.
20198 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20200         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20201         whole conflict.
20203 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
20205         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20206         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
20207         of `remap' feature when available.  Additional key bindings for
20208         better tty support.
20209         (org-mode-restart, org-force-self-insert): New commands.
20210         (org-time-stamp-inactive): New command.
20211         (org-remap): New function.
20212         (org-table-auto-blank-field, org-level-color-stars-only): New options.
20213         (org-enable-fixed-width-editor): Move to `org-structure'
20214         customization group.
20215         (org-self-insert-command, orgtbl-self-insert-command): Modify to
20216         blank field after field motion commands.
20218 2005-09-23  Kenichi Handa  <handa@m17n.org>
20220         * international/mule-cmds.el (set-language-environment):
20221         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20222         have to call utf-translate-cjk-load-tables.
20224 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20226         * mouse.el (mouse-move-drag-overlay): Fix last change.
20228 2005-09-22  David Ponce  <david@dponce.com>
20230         * tree-widget.el (tree-widget-value-create): Fix previous change.
20232 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20234         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20236 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20238         * mouse.el (mouse-move-drag-overlay): New function.
20239         (mouse-drag-region-1): Use it.
20240         Try to simplify a bit the state handling.  Handle clicks on links
20241         inside intangible areas.
20242         (mouse-save-then-kill): Minor simplification.
20243         (mouse-secondary-overlay): Make it always non-nil instead of
20244         recreating it each time.
20245         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20246         (mouse-kill-secondary, mouse-secondary-save-then-kill):
20247         Simplify accordingly.
20249 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20251         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20253 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
20255         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20256         (ediff-file-name-sans-prefix): Treat nil as an empty string.
20257         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20258         to patch.
20260         * ediff-util.el: Use insert-buffer-substring.
20262         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20264         * emulation/viper-cmd.el (viper-change-state): Don't move over the
20265         field boundaries in the minibuffer.
20266         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20267         (viper-minibuffer-post-command-hook): New hook.
20268         (viper-line): Don't move cursor at bolp.
20270         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20272         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20273         avoid compiler warnings.
20275         * emulation/viper-macs.el (ex-map): Better messages.
20277         * emulation/viper-utils.el (viper-beginning-of-field): New function.
20279         * emulation/viper.el: Replace make-variable-buffer-local with
20280         viper-make-variable-buffer-local everywhere, to avoid warnings.
20282 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20284         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20285         Delete unused var `old-selected-window'.
20286         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20287         (mouse-drag-secondary): Delete unused var `start-frame'.
20289 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20291         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20293 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20295         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20296         Re-indent within 80 columns.  Use inhibit-read-only.
20298 2005-09-19  Romain Francoise  <romain@orebokech.com>
20300         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20302 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20304         * font-lock.el (font-lock-default-fontify-region): Don't add a line
20305         unconditionally, since the after-change-function already did it.
20307 2005-09-19  Miles Bader  <miles@gnu.org>
20309         * net/newsticker.el: Get rid of CVS keyword.
20311 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
20313         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20314         The prompt is formatted later.
20316 2005-09-19  David Ponce  <david@dponce.com>
20318         * tree-widget.el (tree-widget-value-create): Save the converted
20319         tree :node widget.
20321 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
20323         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20324         variable `message'.
20326 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
20328         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20329         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
20330         <slawomir.nowaczyk.847@student.lu.se>.
20332 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
20334         * image.el (image-load-path): Use symbol `data-directory' instead
20335         of its value, for backward compatibility with packages that bind
20336         it during `find-image'.  Suggested by Katsumi Yamaoka.
20337         (image-search-load-path): Handle symbols whose values are strings.
20339 2005-09-18  Romain Francoise  <romain@orebokech.com>
20341         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20342         with-current-buffer form in save-excursion.
20344 2005-09-18  Deepak Goel  <deego@gnufans.org>
20346         * apropos.el (apropos-command): Fix `message' call: first arg
20347         should be a format spec.  In this and all other cases that appear
20348         below and elsewhere in the source code, I made a change only when
20349         two conditions were satisfied: [1] I can think of a possibility
20350         that the arguments would cause an error, for example, the code in
20351         question relies on external variables such as filenames.  [2] I
20352         was sure that the arg to `message' could not have been nil in the code.
20354         * textmodes/tildify.el (tildify-region): Ditto.
20356         * textmodes/reftex-index.el (reftex-index-change-entry)
20357         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20358         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20359         * textmodes/org.el (org-complete, org-deadline, org-schedule)
20360         (org-priority, org-table-sum):
20361         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20362         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20363         (flyspell-word, flyspell-display-next-corrections):
20364         * textmodes/bibtex.el (bibtex-print-help-message):
20365         * textmodes/artist.el (artist-key-set-point-poly):
20366         * term/mac-win.el (mac-services-insert-text):
20367         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20368         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20369         (vhdl-port-paste-testbench, vhdl-compose-new-component)
20370         (vhdl-compose-configuration):
20371         * progmodes/sh-script.el (sh-blink, sh-show-indent)
20372         (sh-set-indent, sh-learn-line-indent):
20373         * progmodes/ps-mode.el (ps-mode-target-column):
20374         * progmodes/idlwave.el (idlwave-make-tags)
20375         (idlwave-scan-library-catalogs):
20376         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20377         * progmodes/gud.el (gud-jdb-analyze-source):
20378         * progmodes/flymake.el (flymake-log):
20379         * progmodes/ebnf2ps.el (ebnf-generate-region):
20380         * progmodes/cmacexp.el (c-macro-expansion):
20381         * progmodes/ada-xref.el (ada-treat-cmd-string):
20382         * progmodes/ada-mode.el (ada-create-case-exception-substring)
20383         (ada-justified-indent-current, ada-batch-reformat):
20384         * play/zone.el (zone):
20385         * play/landmark.el (lm-move):
20386         * play/decipher.el (decipher-show-alphabet):
20387         * net/newsticker.el (newsticker--display-jump)
20388         (newsticker--display-scroll):
20389         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20390         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20391         * mail/feedmail.el (feedmail-dump-message-to-queue):
20392         * eshell/esh-proc.el (eshell-remove-process-entry):
20393         * emulation/ws-mode.el (ws-last-error):
20394         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20395         (viper-record-kbd-macro):
20396         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20397         * emacs-lisp/lisp-mnt.el (lm-report-bug):
20398         * emacs-lisp/find-func.el (find-function-noselect):
20399         * calendar/timeclock.el (timeclock-status-string)
20400         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20401         (timeclock-when-to-leave-string):
20402         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20403         * calc/calc-units.el (calc-enter-units-table):
20404         * calc/calc-mode.el (calc-mode-record-mode):
20405         * woman.el (woman-mini-help):
20406         * wdired.el (wdired-change-to-wdired-mode):
20407         * vc.el (vc-retrieve-snapshot):
20408         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20409         * startup.el (display-startup-echo-area-message):
20410         * simple.el (set-goal-column):
20411         * ses.el (ses-command-hook, ses-recalculate-cell):
20412         * server.el (server-process-filter):
20413         * printing.el (pr-interface-txt-print, pr-interface-printify)
20414         (pr-interface-ps):
20415         * pcvs.el (cvs-help):
20416         * log-edit.el (log-edit, log-edit-mode-help):
20417         * iswitchb.el (iswitchb-possible-new-buffer):
20418         * isearch.el (isearch-edit-string):
20419         * image-mode.el (image-mode, image-minor-mode):
20420         * ibuf-macs.el (define-ibuffer-filter):
20421         * hi-lock.el (hi-lock-find-patterns):
20422         * files.el (toggle-read-only):
20423         * ediff-util.el (ediff-copy-diff)
20424         (ediff-write-merge-buffer-and-maybe-kill):
20425         * echistory.el (Electric-history-undefined):
20426         * dnd.el (dnd-insert-text):
20427         * dired-aux.el (dired-query):
20428         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20429         * bookmark.el (bookmark-bmenu-locate):
20430         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20431         Fix `message' calls to ensure first arg is a format string.
20432         The change was made only when these two conditions were satisfied:
20433         [1] when there is a possibility that the arguments would cause an error
20434         for example, if the code in question relies on external variables
20435         such as filenames, and
20436         [2] if the arg to `message' could not have been nil in the code.
20438         * pcomplete.el (pcomplete--help): Fix `message' format spec.
20439         Not having a %s would be weird, though not technically wrong.
20441 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20443         * term/mac-win.el (mac-add-charset-info): Doc fix.
20445 2005-09-17  Romain Francoise  <romain@orebokech.com>
20447         * shell.el (shell-resync-dirs): Handle echoing processes more
20448         reliably.  Don't insert resync command if `comint-process-echoes'
20449         is non-nil.
20451 2005-09-17  Magnus Henoch  <mange@freemail.hu>
20453         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20454         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20455         aspell versions >= 0.60.
20456         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20457         only if ispell-aspell-supports-utf8 is non-nil.
20459 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20461         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20462         buffer-local value to lisp-indent-function.
20464 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
20466         * progmodes/glasses.el (glasses-make-readable): If
20467         glasses-separator differs from underscore, put appropriate
20468         overlays over underscore characters.
20469         (glasses-convert-to-unreadable): If glasses-separator differs from
20470         underscore, try to convert glasses-separator characters to
20471         underscores.
20473 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20475         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20476         Use with-syntax-table and dolist.
20478 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
20480         * textmodes/reftex-auc.el:
20481         * textmodes/reftex-cite.el:
20482         * textmodes/reftex-dcr.el:
20483         * textmodes/reftex-global.el:
20484         * textmodes/reftex-parse.el:
20485         * textmodes/reftex-ref.el:
20486         * textmodes/reftex-sel.el:
20487         * textmodes/reftex-toc.el:
20488         * textmodes/reftex-vars.el:
20489         * textmodes/reftex.el: Small changes to remove compiler warnings.
20491         * textmodes/reftex-index.el: Likewise.
20492         (reftex-query-index-phrase): More efficient use of markers.
20494 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20496         * image.el (image-load-path): New variable.
20497         (image-search-load-path): New function.
20498         (find-image): Search for images in `image-load-path'.
20500 2005-09-15  Richard M. Stallman  <rms@gnu.org>
20502         * follow.el: Change Maintainer field.
20504 2005-09-15  David Ponce  <david@dponce.com>
20506         * recentf.el (recentf-save-file-modes): New option.
20507         (recentf-save-list): Use it.
20509 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
20511         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20512         (mode-line-mule-info, mode-line-modified): Move bindings from
20513         mouse-3 to mouse-1.
20515 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20517         * simple.el (sendmail-user-agent-compose): Revert last change.
20519 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20521         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20522         Use with-current-buffer.
20523         (ange-ftp-gwp-start): Remove unused var `gw-user'.
20524         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20525         (ange-ftp-insert-directory): Remove unused var `short'.
20526         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20528         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20529         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20531         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20532         (check-calendar-holidays, diary-list-entries): Autoload.
20533         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20534         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20536         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20537         which mistakenly removed a call to display-buffer.
20539 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
20541         * obsolete/iso-insert.el: Move to obsolete/ from international/.
20543 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
20545         * progmodes/hideshow.el
20546         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20547         (hs-allow-nesting): New user var.
20548         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20549         (hs-hide-block-at-point): When nesting allowed,
20550         if there is already an overlay in place, delete it.
20551         (hs-safety-is-job-n): Delete func; remove call sites.
20552         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20553         (hs-overlay-at): New func.
20554         (hs-already-hidden-p, hs-show-block): Use it.
20555         (hs-hide-all): Don't pre-clean if nesting allowed.
20556         (hs-show-all): Temporarily disallow
20557         nesting around call to `hs-discard-overlays'.
20559 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
20561         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20562         Delete unused local var.
20564 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
20566         * help-fns.el (describe-categories): "?\ " -> "?\s".
20567         (help-do-arg-highlight): Recognize also ARG-n, as in
20568         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
20570         * international/codepage.el (dos-unsupported-char-glyph):
20571         * net/newsticker.el (tool-bar-map, w3-mode-map)
20572         (w3m-minor-mode-map):
20573         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20574         (ent-alist):
20575         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20577 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
20579         * custom.el (custom-push-theme): Handle the case where a symbol is
20580         bound but face properties have not yet been assigned.
20582         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20583         Fix behavior if noerase is `t' and there is no mail buffer.
20585         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
20586         if `continue' is nil, rather than signal an error.
20588 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20590         * font-lock.el (font-lock-keywords): Add autoload.
20592         * help-fns.el (describe-variable): Rearrange to put source link
20593         in a predictable place.
20595         * net/newsticker.el: New file.
20597 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20599         * calendar/calendar.el (calendar-for-loop): Add edebug info.
20600         (calendar-basic-setup): Use the new nil arg.
20601         (number-of-diary-entries): Move to diary-lib.el.
20603         * calendar/diary-lib.el: Use with-current-buffer, match-string.
20604         (diary-list-entries): Use with-syntax-table and dolist.
20605         Rename from list-diary-entries.
20606         Use number-of-diary-entries if `number' is nil.
20607         (diary, diary-view-entries): Use this new name and new nil arg value.
20608         (number-of-diary-entries): Move from calendar.el.
20609         (diary-unhide-everything): New function.
20610         (include-other-diary-files, fancy-diary-display)
20611         (diary-show-all-entries, make-diary-entry): Use it.
20612         (diary-mail-entries): Use buffer-string.
20613         (mark-diary-entries): Fix long standing paren typo.
20614         (diary-sexp-entry): Use count-lines.
20615         (make-diary-entry): Avoid `previous-line'.
20616         (diary-mode-map): New var.
20617         (diary-mode): Redraw cal after saving.  Setup header-line.
20618         (fancy-diary-display-mode): Use local-set-key.
20620         * startup.el (command-line): Try calling various terminal-init-foo-bar
20621         functions by stripping hyphenated suffixes from $TERM.
20623         * files.el (normal-mode): Check boundness of font-lock-keywords.
20625 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20627         * progmodes/compile.el: Don't decide a file's directory
20628         until the user actually tries to go there.
20629         (compilation-next-error-function):
20630         Pass compilation-find-file the directory from the file-struct.
20631         (compilation-internal-error-properties): Separate local FILE-STRUCT
20632         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
20633         (compilation-find-file): Arg DIR renamed to DIRECTORY.
20634         Expand it, and if nil, use default-directory.
20635         (compilation-get-file-structure): Don't mix specified directory
20636         with default directory.  Put specified directory into
20637         file-struct.  Don't make the file name absolute.
20639         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20640         (compile-command): Add autoload.
20641         (compilation-disable-input): Add autoload.
20643 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
20645         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
20646         strings of the variables it can override.
20647         (time-stamp): New (as yet undocumented) time-stamp-format escapes
20648         %Q and %q, for fully-qualified domain name and unqualified host name.
20650 2005-09-11  Kim F. Storm  <storm@cua.dk>
20652         * emacs-lisp/authors.el (authors-aliases): Update list.
20653         (authors-fixed-entries): Update mldrag.el entry.
20655 2005-09-10  Alan Mackenzie  <acm@muc.de>
20657         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
20658         from the region narrowed to.
20660 2005-09-10  Magnus Henoch  <mange@freemail.hu>
20662         * textmodes/ispell.el (ispell-check-version): Signal an error if
20663         aspell version is less than 0.60.
20665 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
20667         * progmodes/octave-inf.el (inferior-octave-startup):
20668         Resync current dir at the end.
20670 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
20672         * woman.el (woman-topic-at-point-default):
20673         Rename to woman-use-topic-at-point-default.
20674         (woman-topic-at-point): Rename to woman-use-topic-at-point.
20675         (woman-file-name): Reflect renames above.  Automatically use the
20676         word at point as topic if woman-use-topic-at-point is non-nil.
20677         Otherwise offer it as default but don't insert it in the
20678         minibuffer.  Also use `test-completion' instead of `assoc' as
20679         suggested by Stefan Monnier.
20681 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
20683         * vc.el (vc-directory, vc-update-change-log): Throw an error on
20684         the attempt to do it over Tramp.  This is not yet supported.
20686 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
20688         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20689         (menu-bar-non-minibuffer-window-p): New functions.
20690         ("Split Window", "Save As..."): Use them.
20691         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
20692         ("Print Buffer", "Truncate Long Lines in this Buffer"):
20693         Use menu-bar-menu-frame-live-and-visible-p.
20694         ("Save Buffer", "Insert File", "Open Directory...")
20695         ("Open File...", "Visit New File..."):
20696         Use menu-bar-non-minibuffer-window-p.
20697         (kill-this-buffer-enabled-p, dired <menu-enable>):
20698         Use menu-bar-non-minibuffer-window-p.
20700 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20702         * cus-start.el (all): Don't complain about fringe-related
20703         built-ins if fringes are not supported.  Ditto about
20704         selection-related built-ins.  Fix the test for GTK-related built-ins.
20706         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
20707         ("Postscript Print Buffer", "Print Region", "Save As...")
20708         ("Save", "Insert File...", "Open Directory...")
20709         ("Open File...", "Visit New File..."")
20710         ("Truncate Long Lines in this Buffer"): Don't look at
20711         menu-updating-frame if this display does not support multiple frames.
20713 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20715         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
20717 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
20719         * woman.el: Format- and whitespace-related changes.
20721 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20723         * woman.el: Fix my email address.
20725 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20727         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
20728         (sh-mode): Locally set skeleton-pair-default-alist.
20730         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
20732         * progmodes/flymake.el: Require `compile' unconditionally.
20734         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
20736         * woman.el (woman-file-name): Provide a default, not initial input.
20738         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
20740         * font-lock.el (font-lock-support-mode): Doc fix.
20742         * descr-text.el (describe-property-list): Handle non-symbol prop names.
20744 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20746         * simple.el (blink-matching-open): Get rid of text props from
20747         the string shown in echo area.  Don't permanently set point.
20748         Some rearrangements.
20750 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20752         * recentf.el (recentf-filename-handler): Add custom choice
20753         `abbreviate-file-name'.
20755         * msb.el (msb--very-many-menus): Fix typo.
20757         * disp-table.el (standard-display-european): Don't set
20758         enable-multibyte-characters to nil.
20760 2005-09-08  David Ponce  <david@dponce.com>
20762         * recentf.el (recentf-show-file-shortcuts-flag): New option.
20763         (recentf-expand-file-name): Doc fix.
20764         (recentf-dialog-mode-map): Define digit shortcuts.
20765         (recentf--files-with-key): New variable.
20766         (recentf-show-digit-shortcut-filter): New function.
20767         (recentf-open-files-items): New function.
20768         (recentf-open-files): Use it.
20769         (recentf-open-file-with-key): New command.
20771 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
20773         * buff-menu.el (Buffer-menu-sort-by-column): New function.
20774         Suggested by Kim F. Storm.
20775         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
20776         (Buffer-menu-make-sort-button): Use global keymap.
20778 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
20780         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
20781         (Man-getpage-in-background-advice): Remove defadvice; it isn't
20782         necessary any longer with the remapped command.
20783         (Man-bgproc-sentinel-advice): Remove defadvice which counts
20784         formatting time only.
20786         * net/tramp.el (tramp-action-password)
20787         (tramp-multi-action-password): Compile the password prompt from
20788         `method', `user' and `host'.  Sometimes it isn't obvious which
20789         password to enter, for example with remote files offered by
20790         recentf.el, or with multiple steps.  Suggested by Robert Marshall
20791         <robert@chezmarshall.freeserve.co.uk>.
20793 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20795         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20796         Fix regexp for when "s///" is at the beginning of line.
20798 2005-09-07  Jay Belanger  <belanger@truman.edu>
20800         * calc/calc-poly.el (math-expand-term): Multiply out any powers
20801         when in matrix mode.
20803 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20805         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
20806         non-anonymous functions.
20808 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
20810         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
20811         when using a header line.  Otherwise, use mouse-1-click-follows-link.
20813         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
20814         can't be moved; don't signal an error.
20816 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
20818         * cus-theme.el (custom-theme-write-faces): Save the current face
20819         spec, not the defface spec.
20821         * custom.el (custom-known-themes): Clarify meaning of "standard".
20822         (custom-push-theme): Save old values in the standard theme.
20823         (disable-theme): Correct typo.
20824         (custom-face-theme-value) Deleted unused function.
20825         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
20827 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20829         * progmodes/compile.el (compilation-goto-locus): Take into account
20830         iconified frames when determining whether the buffer is
20831         already visible.
20832         Don't reset window height if the window already existed.
20834 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
20836         * custom.el (load-theme): Rename from require-theme.
20837         Add interactive spec.
20838         (enable-theme): Rename from custom-enable-theme.
20839         Add interactive spec.
20840         (disable-theme): Rename from custom-disable-theme.
20841         Add interactive spec.
20842         (custom-make-theme-feature): Doc fix.
20843         (custom-theme-directory): Doc fix.
20844         (provide-theme): Call enable-theme.
20846 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20848         * obsolete/lazy-lock.el (lazy-lock-mode):
20849         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
20850         font-lock-mode if it's off.  Print a warning instead.
20852         * progmodes/compile.el (compilation-start): Ignore errors if the
20853         process died before we get to send-eof.
20855         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
20856         Undo last change.  Enclosing the result in quotes broke things on Unix
20857         since tex-send-command passes it through shell-quote-argument.
20858         (tex-send-command): Pass `file' through convert-standard-filename
20859         when possible.
20860         (tex-uptodate-p): Handle the case where TeX hasn't put additional
20861         info in a transcript.
20863 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
20865         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
20866         fix compilation warning.  Reorder the key definitions to group
20867         together keys emitted by the current version of xterm.
20869         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
20870         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
20871         Reorder predicates to correct min-color usage.
20873 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
20875         * longlines.el (longlines-mode): Inhibit read-only when encoding.
20876         Kill local variables when longlines-mode is turned off.
20878 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20880         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
20882         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
20884         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
20886         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20887         (font-lock-lines-before): Change default to being inactive.
20888         (font-lock-default-fontify-region): Obey font-lock-lines-before.
20889         (font-lock-after-change-function): Don't handle f-l-lines-before here.
20891 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20893         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20894         Deactivate temporarily advice if active (not needed for Emacs 22,
20895         but for backwards compatibility).
20896         (tramp-exists-file-name-handler): Rewrite.  First implementation
20897         was too simple.
20898         (tramp-advice-make-auto-save-file-name):
20899         Call `tramp-handle-make-auto-save-file-name' (again, just for
20900         backwards compatibility).
20902 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20904         * progmodes/vhdl-mode.el
20905         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20906         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20907         (vhdl-set-default-project): New function (easier setting of default).
20908         (vhdl-port-copy): Handle extended identifiers for generics.
20909         (vhdl-compiler-alist): Better description for error message regexp.
20910         (vhdl-make): Query for target, use previous as default.
20911         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20912         (vhdl-font-lock-keywords-2): Fix fontification for record
20913         el. assign.
20914         (vhdl-speedbar-make-subpack-line): Add package body link.
20915         (vhdl-generate-makefile-1): Not include itself as dependency.
20916         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20917         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20918         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20919         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20920         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20921         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20922         (vhdl-import-project): Add string argument for `error'.
20923         (vhdl-compose-configuration)
20924         (vhdl-compose-configuration-architecture): Add configuration
20925         declaration generation.
20926         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20927         (vhdl-trailer-re): Add "record" keyword (better indentation).
20928         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20929         "[^ \t-\"]+".
20930         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20931         (vhdl-testbench-entity-file-name)
20932         (vhdl-testbench-architecture-file-name): Allow separate
20933         customization of testbench file names.
20934         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20935         (vhdl-get-visible-signals): Allow newline within alias declaration.
20936         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20937         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20938         (member-ignore-case): Alias for missing function in XEmacs.
20939         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20940         (vhdl-update-sensitivity-list): Ignore case on read signals.
20941         (vhdl-replace-string): Adjust case only for file names.
20942         (vhdl-update-sensitivity-list): Fix search for read signals.
20943         (vhdl-update-sensitivity-list): Exclude formal parameters.
20944         (vhdl-get-visible-signals): Include aliases of signals.
20945         (vhdl-get-visible-signals): Fix signal name searching.
20946         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20947         (vhdl-fixup-whitespace-region): Fix for character
20948         literals (e.g. `:').
20950 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20952         * ansi-color.el (comint-last-output-start):
20953         * bs.el (font-lock-verbose):
20954         * diff-mode.el (add-log-buffer-file-name-function):
20955         * dired-x.el (vm-folder-directory):
20956         * faces.el (help-xref-stack-item):
20957         * files.el (font-lock-keywords):
20958         * find-lisp.el (dired-buffers, dired-subdir-alist):
20959         * ido.el (cua-inhibit-cua-keys):
20960         * log-view.el (cvs-minor-wrap-function):
20961         * outline.el (font-lock-warning-face):
20962         * simple.el (compilation-current-error):
20963         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
20964         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
20965         * tooltip.el (comint-prompt-regexp):
20966         * w32-fns.el (explicit-shell-file-name):
20967         * term/mac-win.el (mac-charset-info-alist)
20968         (mac-services-selection, mac-system-script-code):
20969         * term/tty-colors.el (msdos-color-values):
20970         * term/w32-win.el (xlfd-regexp-registry-subnum):
20971         * term/x-win.el (x-keysym-table, x-selection-timeout)
20972         (x-session-id, x-session-previous-id):
20973         * textmodes/ispell.el (mail-yank-prefix):
20974         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
20975         * textmodes/org.el (calc-embedded-close-formula)
20976         (calc-embedded-open-formula)
20977         (font-lock-unfontify-region-function):
20978         * textmodes/reftex-global.el (isearch-next-buffer-function)
20979         (TeX-master):
20980         * textmodes/reftex.el (font-lock-keywords):
20981         * textmodes/tex-mode.el (font-lock-comment-face)
20982         (font-lock-doc-face):
20983         * textmodes/texinfo.el (outline-heading-alist):
20984         Add defvars.
20986         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
20987         (artist-spray-chars, artist-mode-init, artist-replace-string)
20988         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
20989         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
20990         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
20992         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
20993         (conf-align-assignments): "?\ " -> "?\s".
20995         * textmodes/reftex-index.el (TeX-master): Add defvar.
20996         (reftex-index-phrases-marker): Move up defvar.
20998         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
20999         (reftex-toc-include-labels-indicator)
21000         (reftex-toc-include-index-indicator)
21001         (reftex-toc-max-level-indicator): Move up declarations.
21003         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21004         of args to `tramp-run-real-handler', even if it's empty in this case.
21006 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21008         * dired.el (dired-move-to-filename-regexp): Add date format for
21009         Mac OS X 10.3 in East Asian locales.
21011 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21013         * files.el (make-auto-save-file-name): Add file name handler call
21014         if applicable.
21016         * net/tramp.el (tramp-file-name-handler-alist)
21017         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21018         (tramp-handle-make-auto-save-file-name): Rename from
21019         `tramp-make-auto-save-file-name'.
21020         (tramp-exists-file-name-handler): New defun.
21021         (tramp-advice-make-auto-save-file-name): Make defadvice only when
21022         `make-auto-save-file-name' is not a magic file name operation.
21024 2005-08-30  Richard M. Stallman  <rms@gnu.org>
21026         * files.el (risky-local-variable-p):
21027         Match `-predicates' and `-commands.
21029         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21030         (custom-save-all): Visit the file if necessary;
21031         kill the buffer if we created it.
21032         (custom-save-delete): Don't visit file or kill buffer here.
21034 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
21036         * textmodes/org.el (org-special-keyword): New face.
21037         (org-table-copy-down, org-table-eval-formula)
21038         (org-table-recalculate, org-init-section-numbers):
21039         Use `string-to-number' instead of `string-to-int'.
21040         (org-get-location): Use `insert-buffer-substring' instead of
21041         `insert-buffer'.
21042         (org-modify-diary-entry-string): New function.
21043         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21044         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21045         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21046         active region.
21047         (org-export-as-html): Handle QUOTE keyword.
21048         (org-quote-string): New option.
21049         (org-bookmark-jump-unhide): New function, used for
21050         `bookmark-after-jump-hook'.
21051         (org-diary-default-entry): Apply only when not called through
21052         `org-agenda'.
21054 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
21056         * net/eudc.el (mode-popup-menu):
21057         * play/handwrite.el (ps-printer-name, ps-lpr-command):
21058         * progmodes/ada-mode.el (compile-auto-highlight)
21059         (skeleton-further-elements):
21060         * progmodes/autoconf.el (font-lock-syntactic-keywords):
21061         * progmodes/cmacexp.el (msdos-shells):
21062         * progmodes/compile.el (font-lock-extra-managed-props)
21063         (font-lock-keywords, font-lock-maximum-size)
21064         (font-lock-support-mode):
21065         * progmodes/grep.el (font-lock-lines-before):
21066         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21067         * progmodes/mixal-mode.el (compile-command):
21068         * progmodes/perl-mode.el (font-lock-comment-face)
21069         (font-lock-doc-face, font-lock-string-face):
21070         * progmodes/prolog.el (comint-prompt-regexp):
21071         * progmodes/sh-script.el (font-lock-comment-face)
21072         (font-lock-set-defaults, font-lock-string-face):
21073         * progmodes/sql.el (font-lock-keyword-face)
21074         (font-lock-set-defaults, font-lock-string-face):
21075         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21076         (itimer-version, lazy-lock-defer-contextually)
21077         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21078         Add defvars.
21080         * progmodes/cperl-mode.el (cperl-electric-lbrace)
21081         (cperl-electric-keyword, cperl-electric-pod)
21082         (cperl-electric-backspace, cperl-forward-re)
21083         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21084         (vc-rcs-header, vc-sccs-header): Add defvars.
21086         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21087         (font-lock-syntactic-keywords, gud-find-expr-function):
21088         Add defvars.
21090         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21091         (gdb-frame-parameters): Declare before use.
21093         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21094         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21095         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21096         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21098         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21099         (idlwave-help-with-source): Use `insert-buffer-substring', not
21100         `insert-buffer'.
21102 2005-08-29  Juri Linkov  <juri@jurta.org>
21104         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21105         Put outline-back-to-heading function call inside save-excursion.
21107 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
21109         * man.el (Man-init-defvars, Man-translate-references)
21110         (Man-support-local-filenames, Man-highlight-references):
21111         * progmodes/sql.el (sql-interactive-mode):
21112         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21114         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21115         (compilation-mode-font-lock-keywords): Add defvars.
21116         (checkdoc-interactive-loop): "?\ " -> "?\s".
21118         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21119         (font-lock-doc-face, font-lock-string-face)
21120         (font-lock-keywords-case-fold-search): Add defvars.
21121         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21123         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21124         Don't pass X and Y (they are ignored anyway).
21125         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21126         (mouse-delete-window): Make arguments optional.
21128         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21129         (caesar-translate-table, minor-modes, news-buffer-save)
21130         (news-group-name, news-minor-modes): Add defvars.
21132         * emacs-lisp/lselect.el (mouse-highlight-priority)
21133         (x-lost-selection-functions, zmacs-regions):
21134         * emacs-lisp/pp.el (font-lock-verbose):
21135         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21136         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21137         (ses-mode-map):
21138         * emacs-lisp/tcover-unsafep.el (safe-functions):
21139         * international/mule-cmds.el (mac-system-coding-system)
21140         (mac-system-locale):
21141         * language/ethio-util.el (rmail-current-message)
21142         (rmail-message-vector):
21143         * language/thai-util.el (thai-auto-composition-mode):
21144         * mail/metamail.el (rmail-current-message, rmail-message-vector):
21145         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21146         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21147         (vm-primary-inbox, vm-spool-files):
21148         * mail/rmail.el (deleted-head, font-lock-fontified)
21149         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21150         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21151         (total-messages):
21152         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21153         (rmail-summary-mode-map):
21154         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21155         (rmail-last-label, rmail-last-multi-labels)
21156         (rmail-summary-vector, rmail-total-messages):
21157         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21158         * mail/rmailsum.el (msgnum):
21159         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21160         (rmail-current-message):
21161         * obsolete/fast-lock.el (font-lock-face-list):
21162         * obsolete/rnewspost.el (mail-reply-buffer):
21163         * obsolete/scribe.el (compile-command):
21164         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21166 2005-08-28  John Paul Wallington  <jpw@gnu.org>
21168         * ibuf-ext.el (ibuffer-auto-update-changed):
21169         Use `frame-or-buffer-changed-p' to check whether we need to update.
21170         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21171         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
21172         as a `frame-or-buffer-changed-p' state vector instead.
21174 2005-08-27  Romain Francoise  <romain@orebokech.com>
21176         * textmodes/makeinfo.el (makeinfo-compile):
21177         Use `compilation-start'.  Set `next-error-function' according to
21178         `disable-errors'.
21179         (makeinfo-next-error): New function.
21180         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21181         (makeinfo-buffer): Likewise.
21183         * progmodes/compile.el (compilation-start): Add autoload cookie.
21185         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21186         * textmodes/sgml-mode.el: Likewise.
21187         * progmodes/python.el: Likewise.
21189 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
21191         * simple.el (blink-matching-paren-distance): Document the meaning
21192         of nil value, and allow to customize to nil.
21194         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21195         command.com, not command.exe.
21197 2005-08-26  John Wiegley  <johnw@newartisans.com>
21199         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21200         code around a bit so that an extraneous nil argument is not added
21201         to a command when no args are given.
21203         * eshell/esh-arg.el (eshell-parse-double-quote): If a
21204         double-quoted argument resolves to nil, return it as an empty
21205         string rather than as nil.  This made it impossible to pass "" to
21206         a shell script as a null string argument.
21208 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21210         * outline.el (outline-invent-heading): New fun.
21211         (outline-promote, outline-demote): Use it.
21212         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21213         (outline-end-of-subtree): Remove unused var `opoint'.
21215 2005-08-26  David Reitter  <david.reitter@gmail.com>
21217         * menu-bar.el (truncate-lines, write-file, print-buffer)
21218         (ps-print-buffer-faces, ps-print-buffer, split-window):
21219         Disable menu items when the frame they refer to is invisible, or when
21220         they refer to a buffer and the minibuffer is selected.
21222 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
21224         * progmodes/flymake.el (flymake-highlight-err-lines):
21225         Use save-excursion around flymake-highlight-line to preserve point.
21227 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
21229         * progmodes/octave-mod.el: Change Author and Maintainer address.
21230         (octave-maintainer-address): Change Kurt's email address.
21231         * progmodes/octave-inf.el: Change Author and Maintainer address.
21232         * progmodes/octave-hlp.el: Change Author and Maintainer address.
21234 2005-08-26  Kim F. Storm  <storm@cua.dk>
21236         * subr.el (version-list-<, version-list-<=, version-list-=):
21237         Rename from integer-list-*.
21238         (version-list-not-zero): Likewise.  Fix while loop.
21239         (version=): Use version-list-= instead of string-equal.
21241 2005-08-26  Richard M. Stallman  <rms@gnu.org>
21243         * outline.el (outline-promote): Try shortening the heading.
21244         As last resort, read the heading to use.
21245         (outline-demote): As last resort, read the heading to use.
21247 2005-08-26  Romain Francoise  <romain@orebokech.com>
21249         * progmodes/compile.el (compilation-start): Doc fix.
21251         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21252         (antlr-font-lock-additional-keywords): Fix reference to
21253         `antlr-font-lock-literal-regexp' erroneously changed during the
21254         mass face rename.
21255         (antlr-run-tool): Use `compilation-start'.
21257         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21258         instead of the obsolete `compile-internal'.
21260 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
21262         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21263         (number, original-date):
21264         * calendar/cal-china.el (date):
21265         * calendar/cal-coptic.el (date):
21266         * calendar/cal-french.el (date):
21267         * calendar/cal-hebrew.el (date, entry, number, original-date):
21268         * calendar/cal-islam.el (date, number, original-date):
21269         * calendar/cal-iso.el (date):
21270         * calendar/cal-julian.el (date):
21271         * calendar/cal-mayan.el (date):
21272         * calendar/cal-menu.el (date, event):
21273         * calendar/cal-persia.el (date):
21274         * calendar/lunar.el (date):
21275         * calendar/solar.el (date): Add defvars.
21277         * emerge.el:
21278         * ibuffer.el:
21279         * info-xref.el:
21280         * obsolete/bg-mouse.el:
21281         * obsolete/sun-curs.el:
21282         * obsolete/swedish.el: Move the `defvar's to the top level.
21284         * smerge-mode.el (smerge-refined-change): Add :group.
21286 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21288         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21289         (smerge-keep-n): Remove props.
21290         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21291         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21292         now that it's done in smerge-keep-n.
21293         (smerge-refined-change): New face.
21294         (smerge-refine-chopup-region, smerge-refine-highlight-change)
21295         (smerge-refine): New funs.
21296         (smerge-basic-map): Bind smerge-refine.
21298 2005-08-25  Juri Linkov  <juri@jurta.org>
21300         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21301         compilation-process-setup-function and compilation-disable-input
21302         in grep-mode instead of let-bindings in grep.
21304         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21305         Delete "Automatic File De/compression" (auto-compression-mode).
21307 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
21309         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21310         Silence warning about non-existent variable.
21312 2005-08-25  Richard M. Stallman  <rms@gnu.org>
21314         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21315         Rename "Describe Key" to "Describe Key or Mouse Operation".
21317         * mail/mailalias.el (build-mail-aliases): Delete comments
21318         from the contents before processing them.
21320         * isearch.el (isearch-edit-string): Erase the Search prompt
21321         if user enters an empty string and there is no default.
21323         * comint.el (comint-file-name-prefix): Add autoload.
21325 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
21327         * subr.el (play-sound): Rearrange to avoid warning.
21329 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
21331         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21332         New hook.
21333         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21335 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21337         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21339         * custom.el (custom-theme-set-variables): Sort minor modes last.
21341 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21343         * subr.el (version-separator, version-regexp-alist): New vars used by
21344         version comparison funs.
21345         (integer-list-<, integer-list-=, integer-list-<=)
21346         (integer-list-not-zero): New funs for integer list comparison.
21347         (version-to-list, version=, version<, version<=): New funs for version
21348         comparison.
21350 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
21352         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21353         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21354         time to silence the byte-compiler.
21356         * ibuffer.el (ibuffer-compile-make-eliding-form)
21357         (ibuffer-check-formats): Use `with-no-warnings' to hide references
21358         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21359         so it's silly to get warnings for it).
21360         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21361         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21362         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21363         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21364         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21365         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21366         Defvar at compile time.
21367         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21368         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21369         Declare them before use.
21371         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21372         (info-xref-good, info-xref-bad): Defvar at compile time.
21374         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21375         Use `let*' instead of `let'.
21377         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21378         (*mouse-y*, menu, char): Defvar at compile time.
21379         (sc::menu): Declare it before use.
21380         (sc::pack-one-line): Use `let', not `let*'.
21382         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21383         (mail-send-hook): Defvar at compile time.
21385         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21386         Defvar at compile time.
21388         * term/sun-mouse.el (current-global-mousemap)
21389         (current-local-mousemap): Declare them before use.
21391 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
21393         * bookmark.el (bookmark-after-jump-hook): New hook.
21394         (bookmark-jump): Run `bookmark-after-jump-hook'.
21396 2005-08-23  Juri Linkov  <juri@jurta.org>
21398         * faces.el (minibuffer-prompt): Doc fix.
21400 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
21402         * progmodes/xscheme.el: Trivial changes to silence warnings.
21403         (xscheme-previous-mode, xscheme-previous-process-state):
21404         Add defvars.
21405         (xscheme-last-input-end, xscheme-process-command-line)
21406         (xscheme-process-name, xscheme-buffer-name)
21407         (xscheme-expressions-ring-max, xscheme-expressions-ring)
21408         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21409         (xscheme-control-g-synchronization-p)
21410         (xscheme-control-g-disabled-p, xscheme-string-receiver)
21411         (default-xscheme-runlight, xscheme-runlight)
21412         (xscheme-runlight-string, xscheme-process-filter-state)
21413         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21414         Move to beginning of file.
21415         (scheme-interaction-mode-commands-alist)
21416         (scheme-interaction-mode-map, scheme-debugger-mode-map):
21417         Declare them before use.  Note: the initialization code for the
21418         variables has not been moved because it uses functions that reference
21419         the variables.
21420         (xscheme-control-g-message-string, xscheme-process-filter-alist)
21421         (xscheme-prompt-for-expression-map): Declare them before use.
21422         (scheme-debugger-mode-commands): "?\ " -> "?\s".
21424 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
21426         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21428 2005-08-22  Juri Linkov  <juri@jurta.org>
21430         * faces.el (set-face-underline): Delete this duplicate function
21431         and make an obsolete alias to set-face-underline-p.
21432         (set-face-underline-p): Use docstring of set-face-underline.
21433         (describe-face): Create hyperlink to parent face.
21435         * info.el (Info-insert-dir): Use save-excursion around
21436         insert-buffer-substring.
21437         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21438         (Info-escape-percent): Delete function.
21439         (Info-fontify-node): Replace Info-escape-percent by
21440         replace-regexp-in-string with REP arg set to lambda that
21441         duplicates `%' and preserves text properties.
21443         * progmodes/compile.el (compilation-disable-input): Doc fix.
21444         (define-compilation-mode): Doc fix and refill.
21445         (kill-compilation): Use `mode-name' in the error message.
21446         (compilation-find-file): Use `compilation-error' in the
21447         read-file-name's prompt.
21449 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21451         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21452         (smerge-auto-leave): Make undo re-enable the mode.
21453         (debug-ignored-errors): Add the user-error of impossible resolution.
21454         (smerge-resolve): Move things around a bit, in preparation for later.
21455         (smerge-diff): Don't fail if the buffer has no associated file.
21456         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21457         (smerge-conflict-overlay): New function.
21458         (smerge-match-conflict): Don't add text properties here.
21459         (smerge-find-conflict): Instead, add an overlay here.
21460         Also check for the case where we're inside a conflict already, so as to
21461         obviate the need for font-lock-multiline, which is unbearably slow with
21462         large conflicts and ciomplex font-lock patterns.
21463         (smerge-remove-props): Remove overlay rather than text-properties.
21464         (smerge-mode): Don't set font-lock-multiline.
21465         Remove overlays when turned off.
21467 2005-08-21  Kim F. Storm  <storm@cua.dk>
21469         * ido.el (ido-ignore-item-p): Use save-match-data.
21470         Bind case-fold-search to ido-case-fold locally.
21472 2005-08-20  Richard M. Stallman  <rms@gnu.org>
21474         * files.el (normal-mode): If font lock is on, turn it off and on.
21476         * subr.el (replace-regexp-in-string): Doc fix.
21478         * startup.el (command-line-1): Don't suppress startup screen
21479         due to existing processes.
21481         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21483         * progmodes/compile.el (compilation-disable-input): Default to nil.
21485 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21487         * progmodes/compile.el (compilation-disable-input): New defcustom.
21488         (compilation-start): If compilation-disable-input is non-nil, send
21489         EOF to the compilation process.
21491 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
21493         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21494         Run the argument of tex-shell-cd-command through
21495         convert-standard-filename, to get the correct style of slashes on
21496         Windows, and enclose the result in quotes, in case the file name
21497         includes whitespace or other special characters.
21499 2005-08-19  Andreas Schwab  <schwab@suse.de>
21501         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21502         process.
21504 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
21506         * cus-start.el (minibuffer-prompt-properties): Correct typo.
21508 2005-08-18  Kim F. Storm  <storm@cua.dk>
21510         * scroll-lock.el: Fix errors due to incorrect line wrapping.
21512 2005-08-18  Richard M. Stallman  <rms@gnu.org>
21514         * scroll-lock.el: New file.
21516 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
21518         * dired.el (dired-move-to-end-of-filename):
21519         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21521 2005-08-18  Kim F. Storm  <storm@cua.dk>
21523         * ido.el (ido-everywhere): Fix defcustom :set function to disable
21524         rather than toggle mode when custom value is nil.
21525         (ido-everywhere): Fix defun doc string.
21527 2005-08-17  Richard M. Stallman  <rms@gnu.org>
21529         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21530         as tag instead of "Inviolable".
21532 2005-08-17  Kim F. Storm  <storm@cua.dk>
21534         * windmove.el (windmove-coordinates-of-position): Remove.
21535         (windmove-coordinates-of-window-position): Remove.
21536         (windmove-reference-loc): Use posn-at-point instead.
21538         * subr.el (insert-for-yank-1): Doc fix.
21540         * ido.el (ido-enter-matching-directory): Rename from
21541         ido-enter-single-matching-directory.  Change `slash' choice to
21542         `only'.  Add `first' choice.
21543         (ido-exhibit): Adapt to above changes.
21545 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
21547         * Makefile.in: Expand comment about building loaddefs.el.
21549 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
21551         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21552         Comment use of defadvice.
21554         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21556 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
21558         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21559         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21560         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21561         * progmodes/idlw-shell.el, progmodes/ld-script.el,
21562         * progmodes/which-func.el, ruler-mode.el, strokes.el,
21563         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21564         for backward compatibility for faces that did not appear in the
21565         previous Emacs release.
21567         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21569 2005-08-15  Kim F. Storm  <storm@cua.dk>
21571         * emulation/cua-base.el (cua-delete-region): Return t if
21572         deleted region was non-empty.
21573         (cua-replace-region): Inhibit overwrite-mode for
21574         self-insert-command if replaced region was non-empty.
21575         (cua--explicit-region-start, cua--status-string): Make them
21576         buffer-local at top-level...
21577         (cua-mode): ...rather than when mode is enabled.
21579 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
21581         * progmodes/vhdl-mode.el (vhdl-emacs-21):
21582         Set t for Emacs 21, 22, and so on.
21584 2005-08-15  David Ponce  <david@dponce.com>
21586         * tree-widget.el: Update Commentary header.
21587         (tree-widget-theme): Doc fix.
21588         (tree-widget-space-width): New option.
21589         (tree-widget-image-properties): Look up in the default theme too.
21590         (tree-widget--cursors): Only for images with arrow pointer shape.
21591         (tree-widget-lookup-image): Pointer shape is hand by default.
21592         (tree-widget-icon): Rename generic icon widget from
21593         `tree-widget-control'.
21594         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
21595         derive from `tree-widget-icon'.
21596         (tree-widget-handle): Improve default look and feel of the text
21597         representation.
21598         (tree-widget): Rename :*-control properties to :*-icon properties.
21599         Add :action and :help-echo properties.
21600         (tree-widget-after-toggle-functions): Move.
21601         (tree-widget-close-node, tree-widget-open-node): Remove.
21602         (tree-widget-before-create-icon-functions): New hook.
21603         (tree-widget-value-create): Update to allow customization of icons
21604         and nodes at run-time via that new hook.
21605         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
21606         (tree-widget-icon-action, tree-widget-icon-help-echo)
21607         (tree-widget-action, tree-widget-help-echo): New functions.
21609 2005-08-15  Kim F. Storm  <storm@cua.dk>
21611         * ido.el (ido-buffer-internal): Use with-no-warnings.
21612         (ido-make-merged-file-list): Use while-no-input.
21614 2005-08-15  Richard M. Stallman  <rms@gnu.org>
21616         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
21617         (flyspell-large-region): Fix doc and custom type.
21619 2005-08-14  Richard M. Stallman  <rms@gnu.org>
21621         * files.el (interpreter-mode-alist): Doc fix.
21623         * mail/rmail.el (rmail-nonignored-headers): New variable.
21624         (rmail-clear-headers): Use it.
21625         (rmail-reply): Better handling of mail-followup-to header.
21627         * progmodes/sh-script.el (sh-font-lock-keywords-var):
21628         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
21629         don't try to refer to executable-font-lock-keywords.
21630         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
21631         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
21632         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
21633         (sh-mode): Set comment-start-skip, local-abbrev-table,
21634         imenu-case-fold-search.
21635         (sh-set-shell): Don't set them here.
21636         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
21637         Don't cache the results in the original alist; don't ever modify
21638         that alist.
21640         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
21642         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
21643         empty.
21645 2005-08-15  Andreas Schwab  <schwab@suse.de>
21647         * desktop.el: Put autoload cookie at risky-local-variable declarations.
21649         * dired.el, info.el, mail/rmail.el: Revert last change.
21651 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
21653         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
21654         modification in `eval-after-load' form.
21655         * info.el: Likewise.
21656         * mail/rmail.el: Likewise.
21658 2005-08-14  Juri Linkov  <juri@jurta.org>
21660         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21661         Remove highlighting of "Compilation started".  Highlight only
21662         the word "finished" in "Compilation finished".  Add highlighting
21663         of "interrupt", "killed", "terminated" and the exit code.
21664         (compilation-start): Add newline after header.  Use exactly the
21665         same time stamp format as the finishing message.
21666         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
21668         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
21669         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
21670         Add highlighting of "interrupt", "killed", "terminated".
21672         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
21673         enabled and the current command is self-insert-command, call it
21674         explicitly with overwrite-mode bound to nil, to not allow it
21675         to delete the character after the selected region.
21677 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
21679         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
21680         move-end-of-line, end-of-line, and beginning-of-line to the list
21681         of commands after which the echo area is updated.
21683 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
21685         * cus-edit.el (custom-save-all, custom-save-delete):
21686         Bind recentf-exclude to exclude custom-file.
21688 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
21690         * mail/rmailsum.el (rmail-summary-end-of-message): New command
21691         to go to the bottom of the mail message.  Added to
21692         `rmail-summary-mode-map' with key "/".
21693         (rmail-summary-show-message): New (internal) function for use by
21694         both `rmail-summary-beginning/end-of-message'.
21695         (rmail-summary-beginning-of-message): Change to use
21696         rmail-summary-show-message.
21698         * mail/rmail.el (rmail-end-of-message): New command to go to the
21699         end of the current message.  Added to `rmail-mode-map' with key "/".
21700         (rmail-beginning-of-message): Fix to work as documented.
21701         (rmail-mode): Change documentation.
21703         * progmodes/compile.el (compilation-start): Add the line
21704         "Compilation started" with compilation start time.
21705         (compilation-mode-font-lock-keywords): Add `started' to keywords.
21707 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
21709         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
21710         of menu items.
21712 2005-08-11  Richard M. Stallman  <rms@gnu.org>
21714         * simple.el (pop-global-mark): Reverse test of widen-automatically.
21716         * battery.el (battery-status-function): Don't use ignore-errors.
21718 2005-08-11  Lute Kamstra  <lute@gnu.org>
21720         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
21721         define-obsolete-variable-alias.
21723 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21725         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
21726         (ange-ftp-send-cmd): Revert last change, and expand
21727         the comment explaining the problem.
21729 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
21731         * ldefs-boot.el: Update.
21733         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
21734         item to "Time, Load and Mail".  Change help echo text.
21736         * time.el (display-time-use-mail-icon, display-time-format)
21737         (display-time-string-forms): Shorten first line of docstrings.
21739 2005-08-10  Lars Hansen  <larsh@soem.dk>
21741         * desktop.el (desktop-buffer-mode-handlers):
21742         Make non-customizable.  Add autoload cookie.  Change initial value to
21743         nil; add elements in respective modules instead.  Fix doc string.
21744         (desktop-load-file): New function.
21745         (desktop-minor-mode-handlers): New autoloaded variable.
21746         (desktop-create-buffer): Call minor mode handlers.
21747         Use desktop-load-file to load major and minor mode modules prior to
21748         checking for a handler.
21749         (desktop-save): Don't add nil to desktop-minor-modes for minor
21750         modes with nil function in desktop-minor-mode-table.  Don't delete
21751         desktop file before rewriting it.
21752         (desktop-locals-to-save): Add autoload cookie.  Don't make
21753         automatically buffer-local.  Add variables column-number-mode,
21754         size-indication-mode, indent-tabs-mode,
21755         indicate-buffer-boundaries, indicate-empty-lines and
21756         show-trailing-whitespace.
21757         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
21758         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
21759         (desktop-clear-preserve-buffers-regexp): Delete.
21760         (desktop-clear-preserve-buffers): Update initial value and docstring.
21761         (desktop-save-buffer): Fix doc string.
21763         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
21764         (hilit-chg-desktop-restore): New function.
21765         (highlight-changes-mode): Add highlight-changes-mode to
21766         desktop-locals-to-save.
21768         * dired.el: Add handler to desktop-buffer-mode-handlers.
21769         (dired-restore-desktop-buffer): Remove autoload cookie.
21770         (dired-mode): Add autoload cookie.
21772         * info.el: Add handler to desktop-buffer-mode-handlers.
21773         (Info-restore-desktop-buffer): Remove autoload cookie.
21774         (Info-mode): Add autoload cookie.
21776         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
21777         (mh-restore-desktop-buffer): Remove autoload cookie.
21778         (mh-folder-mode): Add autoload cookie.
21780         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
21781         (rmail-restore-desktop-buffer): Remove autoload cookie.
21783 2005-08-11  Masatake YAMATO  <jet@gyve.org>
21785         * hexl.el (hexl-address-region):
21786         (hexl-ascii-region, hexl-font-lock-keywords):
21787         (hexl-highlight-line-range): Use the term "region"
21788         instead of "area" for consistency with the other symbols
21789         defined in hexl.el.
21791 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
21793         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
21794         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
21795         out by Juri Linkov).  Add `display-battery-mode'.
21797 2005-08-09  Juri Linkov  <juri@jurta.org>
21799         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21800         Remove `-text' from face variable names.
21801         (compilation-error-file-name, compilation-warning-file-name)
21802         (compilation-info-file-name): Delete faces.
21803         (compilation-line-number, compilation-column-number):
21804         Remove face underlining.
21805         (compilation-message-face): Set to `underline' value by default.
21806         (compilation-error-face, compilation-warning-face)
21807         (compilation-info-face): Remove `-file-name' from face names.
21808         (compilation-error-text-face, compilation-warning-text-face)
21809         (compilation-info-text-face): Delete face variables.
21810         (compilation-text-face): Delete function.
21812         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
21813         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
21814         (grep-error-face): Set to `compilation-error' instead of
21815         `compilation-error-face' (which is redefined to `grep-hit-face' in
21816         grep buffers).
21817         (grep-mode-font-lock-keywords): Remove `-text' from face variable
21818         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
21820         * dired-aux.el (dired-do-query-replace-regexp):
21821         Use `query-replace-read-args'.
21823         * replace.el (query-replace-read-from, query-replace-read-to)
21824         (query-replace-read-args): Rename arg `string' to `prompt'.
21826         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
21828 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
21830         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
21831         uploading files.
21832         (ange-ftp-canonize-filename): Handle file names beginning with ~
21833         correctly.
21835 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21837         * textmodes/fill.el (canonically-space-region)
21838         (fill-context-prefix, fill-french-nobreak-p)
21839         (fill-delete-newlines, fill-comment-paragraph)
21840         (justify-current-line): "?\ " -> "?\s".
21842 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
21844         * textmodes/fill.el (fill-nonuniform-paragraphs):
21845         Improve argument/docstring consistency.
21847 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21849         * textmodes/ispell.el (ispell-word): More fboundp checks.
21851         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
21852         (find-file-noselect-1): Call it here, only if RAWFILE.
21853         (normal-mode): Always set some major mode.
21854         (save-some-buffers-action-alist): Change some explanation strings.
21855         (file-name-non-special): In the `quote' method, use unwind-protect.
21857 2005-08-09  Magnus Henoch  <mange@freemail.hu>
21859         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
21860         (ispell-have-aspell-dictionaries): New variable.
21861         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
21862         (ispell-get-aspell-config-value): New function.
21863         (ispell-aspell-find-dictionary): New function.
21864         (ispell-aspell-add-aliases): New function.
21865         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
21866         appropriate.  Don't look for ispell dictionaries if we use aspell.
21867         (ispell-menu-map): Don't build a submenu of dictionaries.
21869 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21871         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
21872         (sql-read-passwd): Use read-passwd.
21874         * progmodes/idlw-toolbar.el (idlwave-toolbar)
21875         (idlwave-toolbar-is-possible): Add defvars.
21877         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
21878         Avoid warnings.
21880         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
21881         (idlwave-system-class-info, idlwave-executive-commands-alist):
21882         Use defvar.
21884         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
21886         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21887         Avoid warnings.
21889         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21890         and content-type: headers.
21892         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21894         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21895         and rename some of them to be more self-explanatory.
21897         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21899         * startup.el (command-line-1): Implement -scriptload.
21901         * replace.el (occur-engine): Initial *Occur* output not undoable.
21903         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21904         and improve help strings.
21906         * isearch.el (isearch-repeat): When changing direction,
21907         mark search successful.
21909         * ediff-init.el: Use (featurep 'xemacs).
21911         * comint.el (send-invisible): Identify buffer, if not selected.
21913         * align.el: Delete autoload for c-guess-basic-syntax.
21915 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21917         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21918         Improve argument/docstring consistency.  Doc fixes.
21919         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21920         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21921         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21922         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21923         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21924         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21925         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21926         Defvar at compile time.
21928 2005-08-09  Juri Linkov  <juri@jurta.org>
21930         * info.el: Replace `info' with upper-case `Info' where appropriate.
21931         (info-title-1, info-title-2, info-title-3, info-title-4)
21932         (info-menu-header): Move up face definitions.
21933         (info-menu-star): Rename from `info-menu-5'.
21934         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21935         (Info-fontify-visited-nodes): Fix docstring.
21936         (Info-hide-note-references): Fix docstring.
21937         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21938         menu items in the same way as on cross-references.
21939         (info-apropos): Fix sorting order and formatting to be like in the
21940         stand-alone Info browser.  Display error messages for 1 sec.
21941         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21942         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21943         from the menu bar.
21944         (Info-insert-dir): Restore point after calling
21945         `insert-buffer-substring'.
21947 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21949         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21950         (recompute-lucid-menubar): Add defvars.
21952         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21954         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21956         * net/net-utils.el (run-dig): Rename from `dig'.
21958         * play/gametree.el (gametree-mode): Use make-local-variable,
21959         not make-variable-buffer-local.
21961         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
21963         * ansi-color.el (ansi-color-make-extent)
21964         (ansi-color-set-extent-face): Use fboundp, not functionp.
21966         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
21967         not make-variable-buffer-local.
21969         * bookmark.el (Info-current-file): Add defvar.
21970         (bookmark-jump-noselect): Use with-no-warnings.
21972         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
21974         * ebuff-menu.el (Helper-return-blurb): Add defvar.
21976         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
21978         * find-file.el (ada-procedure-start-regexp)
21979         (ada-package-start-regexp): Add defvars.
21981         * info.el (Info-insert-dir): Use insert-buffer-substring.
21983         * xml.el (xml-att-def-re): Add defvar.
21985         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
21986         calling convention.
21988         * subr.el (while-no-input): Return t if there is input.
21990 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
21992         * cus-start.el (all): Add `overflow-newline-into-fringe'.
21994 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
21996         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
21997         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
21999 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
22001         * cmuscheme.el (scheme-start-file): Replace reference to
22002         `user-emacs-directory' by "~/.emacs.d/".
22004 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
22006         * info.el (Info-dir-remove-duplicates): Avoid case folding
22007         in loop; instead, keep downcased strings for comparison.
22008         Suggested by Helmut Eller.
22010 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
22012         Sync with Tramp 2.0.50.
22014         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22015         XEmacs case; not necessary anymore.
22016         (tramp-user-regexp): Allow "@" as part of user name.
22017         (tramp-handle-set-visited-file-modtime)
22018         (tramp-handle-insert-file-contents)
22019         (tramp-handle-write-region): No special handling for
22020         `last-coding-system-used, because this is done in
22021         `tramp-accept-process-output' now.
22022         (tramp-accept-process-output): New defun.
22023         (tramp-process-one-action, tramp-process-one-multi-action)
22024         (tramp-wait-for-regexp, tramp-wait-for-output)
22025         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
22026         Howells <dhowells@redhat.com>.
22027         (clear-visited-file-modtime): Defadvice removed.  The check for
22028         unset buffer's modtime does not need to be based on
22029         `tramp-buffer-file-attributes'.  Suggested by RMS.
22030         (tramp-message): Insert "\n" if not being at beginning of line.
22031         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22032         sequence with same logic.
22033         (tramp-completion-handle-expand-file-name): Discard call of
22034         `tramp-drop-volume-letter'.  It is not necessary, and there have
22035         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22036         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22037         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22038         should always be visible.
22039         (tramp-handle-insert-directory, tramp-setup-complete)
22040         (tramp-set-process-query-on-exit-flag)
22041         (tramp-append-tramp-buffers): Pacify byte-compiler.
22042         (tramp-bug): Delete non-existing variables from list.
22043         Apply `tramp-load-report-modules' as pre-hook.
22044         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22045         `shell-prompt-pattern' because of non-7bit characters.
22046         Reported by Sebastian Luque <sluque@mun.ca>.
22047         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22048         (tramp-match-string-list): Remove function.
22049         (tramp-wait-for-regexp): Remove call of that function.
22050         Suggested by Kim F. Storm <storm@cua.dk>.
22051         (tramp-set-auto-save-file-modes): Use octal integer code #o600
22052         instead of octal character code ?\600.  The latter resulted in a
22053         syntax error with XEmacs.
22055         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22056         XEmacs case; not necessary anymore.
22057         (tramp-smb-handle-write-region): No special handling for
22058         `last-coding-system-used, because this is done in
22059         `tramp-accept-process-output' now.
22060         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22062 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
22064         * wid-edit.el (widget-choice-value-create):
22065         Unconditionally respect user choice.  Set :explicit-choice back to nil
22066         when no longer needed.
22067         (widget-choice-action): Unconditionally respect user choice.
22068         Eliminate :explicit-choice-value.
22070         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22072         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22073         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22074         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22075         running new function `toggle-indicate-empty-lines'.
22076         Rename "Customize" item to "Customize fringe".
22077         Rename "Indicators" item to "Buffer boundaries" and change help echo.
22078         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22079         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22080         Delete "Empty lines only" item.
22081         (menu-bar-showhide-fringe-ind-customize): New function.
22082         (menu-bar-showhide-fringe-ind-mixed)
22083         (menu-bar-showhide-fringe-ind-box)
22084         (menu-bar-showhide-fringe-ind-right)
22085         (menu-bar-showhide-fringe-ind-left)
22086         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22087         instead of `fringe-indicators'.
22089 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22091         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22092         Change the date of last update.
22094 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22096         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22097         (viper-exec-yank, viper-put-back): Don't display modification msg
22098         if in the minibuffer.
22100         * viper-init.el (viper-replace-overlay-cursor-color)
22101         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22102         Make variables frame local.
22104         * viper-util.el (viper-append-filter-alist): Use append instead of
22105         nconc.
22107         * viper.el (viper-vi-state-mode-list)
22108         (viper-emacs-state-mode-list): Move help-mode and
22109         completion-list-mode from the first list to the second.
22110         (viper-mode): Docstring.
22111         (viper-go-away, viper-non-hook-settings): Don't localize
22112         minor-mode-alist in newer Emacsen.  Add advice to
22113         set-cursor-color.  Don't bind "\C-c\\".
22115 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
22117         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22118         (scheme-macro-expand-command): New user options.
22119         (scheme-trace-procedure, scheme-expand-current-form): New commands.
22120         (scheme-form-at-point, scheme-start-file)
22121         (scheme-interactively-start-process): New functions.
22122         (scheme-get-process): New function, extracted from `scheme-proc'.
22123         (run-scheme): Call `scheme-start-file' to get start file, and pass
22124         it to `make-comint'.
22125         (switch-to-scheme, scheme-proc):
22126         Call `scheme-interactively-start-process' if no Scheme buffer/process
22127         is available.
22129 2005-08-06  Juri Linkov  <juri@jurta.org>
22131         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22132         Use `compilation-text-face', `compilation-info-text-face' and
22133         `compilation-error-text-face' instead of `font-lock-keyword-face'.
22134         (compilation-error): New face.
22135         (compilation-error-file-name): Inherit from
22136         `compilation-error' instead of `font-lock-warning-face'.
22137         (compilation-warning-file-name): Inherit from
22138         `compilation-warning' instead of `font-lock-warning-face'.
22139         (compilation-info, compilation-error-file-name)
22140         (compilation-warning-file-name, compilation-info-file-name)
22141         (compilation-line-number, compilation-column-number): Doc fix.
22142         (compilation-error-text-face, compilation-warning-text-face)
22143         (compilation-info-text-face): New face variables.
22144         (compilation-line-face, compilation-column-face)
22145         (compilation-enter-directory-face)
22146         (compilation-leave-directory-face): Doc fix.
22147         (compilation-text-face): New function.
22149         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22150         instead of 1 to display binary file names as info file links.
22151         (grep-error-face): Use `compilation-error-face' instead of
22152         `font-lock-keyword-face'.
22153         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22154         and `compilation-warning-text-face' instead of
22155         `font-lock-keyword-face'.  Use `compilation-error-text-face'
22156         instead of `grep-error-face'.
22158 2005-08-05  Kenichi Handa  <handa@m17n.org>
22160         * international/code-pages.el: Add autoload cookies for all coding
22161         systems.
22163 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
22165         * cus-start.el (all): Put undo.c where it alphabetically belongs.
22167 2005-08-04  Juri Linkov  <juri@jurta.org>
22169         * progmodes/compile.el (compilation-mode-map):
22170         * progmodes/grep.el (grep-mode-map):
22171         Bind TAB to `compilation-next-error' and [backtab] to
22172         `compilation-previous-error'.
22174         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22175         matching line numbers, column numbers and their ranges with regexp
22176         matching only line numbers.
22177         (grep-context-face): New face variable.
22178         (grep-mode-font-lock-keywords): Use it.
22180         * faces.el (read-face-name): Delete duplicate faces.
22182 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
22184         * thumbs.el (thumbs-find-image): Don't make variables
22185         automatically buffer local.
22186         (thumbs-current-tmp-filename, thumbs-current-image-filename)
22187         (thumbs-image-num): Make automatically buffer local.
22188         (thumbs-show-thumbs-list): Use `make-local-variable', not
22189         `make-variable-buffer-local'.
22190         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22192         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22193         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22194         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22195         (bother, bye, canyou, chatlst, continue, deathlst, describe)
22196         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22197         (feelings-about, foullst, found, hello, history, howareyoulst)
22198         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22199         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22200         (neglst, obj, object, owner, please, problems, qlist)
22201         (random-adjective, relation, remlst, repetitive-shortness)
22202         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22203         (shortlst, something, sportslst, stallmanlst, states, subj)
22204         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22205         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22206         Defvar at compile time.
22208         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22209         not `make-variable-buffer-local'.
22211 2005-08-02  Kim F. Storm  <storm@cua.dk>
22213         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22214         rectangle overlay in selected window.
22216 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
22218         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22219         instead of display group.  Make `indicate-buffer-boundaries'
22220         customizable through Custom.
22222 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
22224         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22225         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22226         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22227         (gdb-put-string): Fix typos in docstrings.
22229 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
22231         Update copyright notices of files in progmodes directory for
22232         release of Emacs 22.1.
22234         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22236         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22237         Don't barf if the GUD buffer has been killed.
22239 2005-08-01  Kim F. Storm  <storm@cua.dk>
22241         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22243 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22245         * simple.el (next-error-follow-minor-mode):
22246         make-variable-buffer-local -> make-local-variable.
22248         * emacs-lisp/cl-extra.el: Require CL also when compiling.
22250         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22251         (byte-compile-form-make-variable-buffer-local): New functions to warn
22252         about misuses of make-variable-buffer-local where make-local-variable
22253         was meant.
22255 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
22257         * bs.el (bs-attributes-list): Doc fix.
22258         (bs): Update url-link.
22260         * desktop.el (desktop-save-buffer): Fix typos in docstring.
22261         (desktop-load-default): Simplify.
22263         * ibuffer.el (ibuffer-columnize-and-insert-list)
22264         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22265         (ibuffer-unmark-all, ibuffer-toggle-marks)
22266         (ibuffer-unmark-forward, ibuffer-unmark-backward)
22267         (ibuffer-compile-make-format-form, ibuffer-format-column)
22268         (ibuffer-current-buffers-with-marks)
22269         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22270         (ibuffer): Doc fix.
22271         (ibuffer-mode): Fix typo in docstring.
22272         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22273         with `define-obsolete-variable-alias'.
22274         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22276 2005-07-29  Kenichi Handa  <handa@m17n.org>
22278         * international/mule-cmds.el (select-message-coding-system):
22279         Be sure to use LF for end-of-line.  If no coding system is decided,
22280         return iso-8859-1-unix.
22282 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22284         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22285         (ange-ftp-pending-error-line): New vars.
22286         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22287         to handle the non-fatal no-route-to-host messages.
22288         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22290 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
22292         * isearch.el (isearch-mode-map, isearch-other-meta-char)
22293         (isearch-quote-char, isearch-printing-char)
22294         (isearch-text-char-description): "?\ " -> "?\s".
22295         (isearch-lazy-highlight-cleanup)
22296         (isearch-lazy-highlight-initial-delay)
22297         (isearch-lazy-highlight-interval)
22298         (isearch-lazy-highlight-max-at-a-time)
22299         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22300         Declare with define-obsolete-*-alias macros.
22301         (isearch-forward): Fix typo in docstring.
22302         (search-invisible, search-ring-yank-pointer)
22303         (regexp-search-ring-yank-pointer): Doc fixes.
22305         * recentf.el (recentf-menu-append-commands-p): Declare with
22306         `define-obsolete-variable-alias'.
22307         (recentf-max-saved-items, recentf-menu-filter)
22308         (recentf-arrange-by-rule-subfilter): Doc fixes.
22309         (recentf-menu-append-commands-flag)
22310         (recentf-initialize-file-name-history, recentf-expand-file-name)
22311         (recentf-clear-data): Fix typos in docstrings.
22313 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
22315         * progmodes/gdb-ui.el: Smarten comments.
22316         (gdb-info-breakpoints-custom): Use nowarn when finding file.
22318 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
22320         * term/apollo.el (terminal-init-apollo): New function containing
22321         all former top level forms in the file.
22322         * term/bobcat.el (terminal-init-bobcat):
22323         * term/cygwin.el (terminal-init-cygwin):
22324         * term/iris-ansi.el (terminal-init-iris-ansi):
22325         * term/linux.el (terminal-init-linux):
22326         * term/news.el (terminal-init-news):
22327         * term/rxvt.el (terminal-init-rxvt):
22328         * term/sun.el (terminal-init-sun):
22329         * term/tvi970.el (terminal-init-tvi970):
22330         * term/vt100.el (terminal-init-vt100):
22331         * term/vt102.el (terminal-init-vt102):
22332         * term/vt125.el (terminal-init-vt125):
22333         * term/vt200.el (terminal-init-vt200):
22334         * term/vt201.el (terminal-init-vt201):
22335         * term/vt220.el (terminal-init-vt220):
22336         * term/vt240.el (terminal-init-vt240):
22337         * term/vt300.el (terminal-init-vt300):
22338         * term/vt320.el (terminal-init-vt320):
22339         * term/vt400.el (terminal-init-vt400):
22340         * term/vt420.el (terminal-init-vt420):
22341         * term/wyse50.el (terminal-init-wyse50):
22342         * term/xterm.el (terminal-init-xterm): Likewise.
22344         * term/README: Describe the terminal-init-* functionality.
22346         * startup.el (command-line): After loading the terminal initialization
22347         file call the corresponding terminal initialization function.
22349 2005-07-27  Kenichi Handa  <handa@m17n.org>
22351         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22352         negative.
22354         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22355         (ps-mule-composition-prologue): Fix for the case that
22356         RelativeCompose is false.
22358 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22360         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22362         * descr-text.el (describe-char): Handle the case where the list of
22363         chars is displayed in a separate frame.
22364         Be a bit more discriminating when looking for the char.
22366 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
22368         * bookmark.el (bookmark-automatically-show-annotations)
22369         (bookmark-read-annotation-text-func): Doc fixes.
22370         (bookmark-save): Improve argument/docstring consistency.
22371         (bookmark-get-bookmark, bookmark-get-bookmark-record)
22372         (bookmark-alist-from-buffer)
22373         (bookmark-upgrade-file-format-from-0)
22374         (bookmark-grok-file-format-version)
22375         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22376         (bookmark-read-annotation-mode)
22377         (bookmark-insert-current-bookmark, bookmark-jump)
22378         (bookmark-exit-hook): Fix typos in docstrings.
22379         (bookmark-exit-hooks): Define as obsolete alias.
22380         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22381         not `bookmark-exit-hooks'.  Fix docstring.
22382         (bookmark-bmenu-select): "?\ " -> "?\s".
22384 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
22386         * startup.el (command-line): Fix typo.
22388 2005-07-24  Richard M. Stallman  <rms@gnu.org>
22390         * tooltip.el (tooltip-mode): Test emacs-basic-display,
22391         not emacs-quick-startup.
22393 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
22395         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22396         (reb-next-match, reb-show-subexp): Use `with-selected-window'
22397         instead of `reb-with-current-window'.
22398         (reb-prev-match): Likewise.  Also, don't move left if the search
22399         was unsuccessful.
22400         (reb-initialize-buffer): New function.
22401         (re-builder, reb-change-syntax): Use it.
22403         * man.el (Man-goto-page): Make second argument NOERROR optional.
22405 2005-07-23  Richard M. Stallman  <rms@gnu.org>
22407         * man.el (Man-bgproc-sentinel): Check here for failure to find
22408         any man page in the output, and report the error here.
22409         (Man-arguments): Make it permanent local.
22410         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
22411         (Man-mode): Pass t for NOERROR.
22413         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22414         (grep-mode-font-lock-keywords):
22415         Don't use compilation-...-face for messages that are not file names.
22417         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22418         Don't use compilation-...-face for messages that are not file names.
22420 2005-07-22  Juri Linkov  <juri@jurta.org>
22422         * startup.el (normal-splash-screen): Update menu name.
22424         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22426 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22428         * term/xterm.el: Load term/rxvt if the terminal is actually an
22429         rxvt terminal.
22430         (xterm-rxvt-set-background-mode): Remove, not used anymore.
22432         * term/rxvt.el (function-key-map): Use substitute-key-definition
22433         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
22435         * term/cygwin.el: New file.
22437 2005-07-22  Kim F. Storm  <storm@cua.dk>
22439         * image-file.el (insert-image-file, image-file-yank-handler):
22440         Fix last change to maintain a (unique) yank-handler on yanked images.
22442 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
22444         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22445         of the file size (as in "177B" for 177 bytes).  This happens with
22446         "ls -lh" on FreeBSD.
22448 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
22450         * hilit-chg.el (highlight-changes-global-initial-state)
22451         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22452         (hilit-chg-fixup, highlight-changes-mode):
22453         Fix typos in docstrings.
22454         (highlight-changes-global-modes, highlight-changes-rotate-faces):
22455         Doc fixes.
22457 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
22459         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22460         mode function using `eval-after-load'.
22462 2005-07-21  Kim F. Storm  <storm@cua.dk>
22464         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22465         included when reporting an Emacs crash, and tell about the DEBUG file.
22467         * image-file.el (insert-image-file): Add yank-handler.
22468         (image-file-yank-handler): Yank handler to make unique copies of
22469         images when they are yanked into a buffer next to each other.
22471 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
22473         * comint.el (comint-use-prompt-regexp, comint-send-input)
22474         (comint-source-default, comint-extract-string)
22475         (comint-get-source, comint-word, comint-completion)
22476         (comint-source, comint-prompt-read-only, comint-update-fence):
22477         Fix typos in docstrings.
22478         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22479         Declare with define-obsolete-*-alias macros.
22480         (comint-previous-matching-input-from-input)
22481         (comint-next-matching-input-from-input)
22482         (comint-previous-matching-input, comint-next-matching-input)
22483         (comint-forward-matching-input):
22484         Improve argument/docstring consistency.
22486         * desktop.el (desktop-clear-preserve-buffers-regexp):
22487         Also preserve the *server* buffer.
22489         * simple.el (clone-indirect-buffer): Doc fix.
22490         (fixup-whitespace, just-one-space)
22491         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22492         (next-error, next-error-highlight)
22493         (next-error-highlight-no-select, next-error-last-buffer)
22494         (next-error-buffer-p, next-error-find-buffer, next-error)
22495         (previous-error, next-error-no-select, previous-error-no-select)
22496         (open-line, split-line, minibuffer-prompt-width, kill-new)
22497         (binary-overwrite-mode): Fix typos in docstrings.
22498         (set-fill-column): Fix typo in message.
22500         * skeleton.el (skeleton-proxy-new): Doc fix.
22502         * strokes.el (strokes-load-hook): Doc fix.
22503         (strokes-grid-resolution, strokes-get-grid-position)
22504         (strokes-renormalize-to-grid, strokes-read-stroke)
22505         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22506         (strokes-global-map): Fix typos in docstrings.
22507         (strokes-help): Doc fix.  Fix help message and pass it through
22508         `substitute-command-keys'.
22510         * tempo.el (tempo-insert-prompt, tempo-interactive)
22511         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22512         (tempo-insert-string-functions, tempo-local-tags)
22513         (tempo-define-template, tempo-insert-template)
22514         (tempo-insert-prompt-compat, tempo-is-user-element)
22515         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22516         Fix typos in docstrings.
22518         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22519         (vcursor-key-bindings, vcursor-use-vcursor-map)
22520         (vcursor-find-window, vcursor-scroll-down)
22521         (vcursor-disable, vcursor-beginning-of-buffer)
22522         (vcursor-end-of-buffer): Fix typos in docstrings.
22523         (vcursor-relative-move, vcursor-get-char-count):
22524         Improve argument/docstring consistency.
22526         * version.el: "?\ " -> "?\s".
22528         * wid-edit.el (widget-default-create, widget-after-change)
22529         (widget-default-format-handler, widget-checklist-add-item)
22530         (widget-radio-add-item, widget-choose, widget-specify-secret)
22531         (widget-field-value-create, widget-field-value-get)
22532         (widget-editable-list-format-handler)
22533         (widget-editable-list-entry-create, widget-group-value-create)
22534         (widget-documentation-link-add)
22535         (widget-documentation-string-value-create): "?\ " -> "?\s".
22536         (widget-convert-text): Doc fix.
22537         (widget-narrow-to-field, widget-field-find)
22538         (widget-url-link-action, widget-emacs-library-link-action)
22539         (widget-color-notify): Fix typos in docstrings.
22541         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22542         (x-select-text, set-w32-system-coding-system)
22543         (w32-add-charset-info): Fix typos in docstrings.
22545         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22546         (cua-enable-cua-keys, cua-use-hyper-key)
22547         (cua-virtual-rectangle-edges): Fix typos in docstrings.
22548         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22550         * net/tramp.el (tramp-handle-load): Fix typo in error message.
22552         * emacs-lisp/re-builder.el (regexp-builder): Declare with
22553         `defalias' instead of faking it.
22555         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22556         (eshell-ls-missing, eshell-ls-dired-initial-args)
22557         (eshell-ls-use-in-dired): Fix typos in docstrings.
22559 2005-07-20  Kim F. Storm  <storm@cua.dk>
22561         * emulation/cua-base.el (cua-mode): Improve doc string.
22563 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
22565         * abbrev.el (expand-region-abbrevs): Doc fix.
22566         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22567         Improve argument/docstring consistency.
22569         * arc-mode.el (archive-get-descr, archive-alternate-display):
22570         Doc fixes.
22571         (archive-l-e): Improve argument/docstring consistency.
22572         (archive-tmpdir, archive-unixdate, archive-unixtime)
22573         (archive-chmod-entry): Fix typos in docstrings.
22574         (archive-unflag, archive-unflag-backwards)
22575         (archive-unmark-all-files): "?\ " -> "?\s".
22577         * buff-menu.el (Buffer-menu-unmark): Doc fix.
22578         (Buffer-menu-not-modified, Buffer-menu-execute)
22579         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22580         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22582         * composite.el (compose-string, encode-composition-rule)
22583         (compose-last-chars): Fix typos in docstrings.
22585         * desktop.el (desktop-enable, desktop-basefilename):
22586         Declare with `define-obsolete-variable-alias'.
22587         (desktop-internal-v2s): Don't quote keywords.
22588         (desktop-clear): "?\ " -> "?\s".
22590         * dired.el (dired-align-file, dired-flag-backup-files)
22591         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
22592         (dired-listing-switches, dired-ls-F-marks-symlinks)
22593         (dired-dwim-target, dired-load-hook, dired-mode-hook)
22594         (dired-directory, dired-faces, dired, dired-revert)
22595         (dired-mode, dired-summary, dired-view-file)
22596         (dired-copy-filename-as-kill, dired-delete-file)
22597         (dired-no-confirm, dired-unmark-all-marks)
22598         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
22599         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
22600         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
22601         Fix typos in message strings.
22603         * dired-x.el (virtual-dired): Declare with `defalias'.
22604         (dired-mark-unmarked-files, dired-local-variables-file)
22605         (dired-omit-here-always): Doc fix.
22606         (dired-omit-mode, dired-find-subdir)
22607         (dired-enable-local-variables, dired-clean-up-buffers-too)
22608         (dired-extra-startup, dired-mark-extension, dired-jump)
22609         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
22610         (dired-smart-shell-command, dired-guess-shell-alist-user)
22611         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
22612         (dired-x-bind-find-file, dired-x-submit-report):
22613         Fix typos in docstrings.
22614         (dired-mark-unmarked-files): "?\ " -> "?\s".
22616         * dirtrack.el (dirtrack-list): Fix typos in docstring.
22618         * faces.el (describe-face): "?\ " -> "?\s".
22619         (read-all-face-attributes, read-face-font, modify-face)
22620         (face-attr-construct, italic): Fix typos in docstrings.
22621         (frame-update-face-colors): Declare with
22622         `define-obsolete-function-alias'.
22624         * files.el (find-file-noselect, recode-file-name): Doc fixes.
22625         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
22626         (magic-mode-alist, buffer-file-numbers-unique)
22627         (write-file-functions, get-free-disk-space):
22628         Fix typos in docstrings.
22629         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
22630         (write-contents-hooks, write-file-hooks):
22631         Declare with `define-obsolete-variable-alias'.
22633         * forms-d2.el (arch-rj): Fix typo in docstrings.
22634         (arch-tocol): Likewise.  "?\ " -> "?\s".
22636         * frame.el (set-frame-font, cursor-in-non-selected-windows):
22637         Fix typo in docstring.
22638         (set-screen-width, set-screen-height): Delete redundant info in
22639         doctrings.
22640         (new-frame, screen-height, screen-width): Declare with
22641         `define-obsolete-function-alias'.
22642         (delete-frame-hook, blink-cursor): Declare with
22643         `define-obsolete-variable-alias'.
22645         * paths.el (prune-directory-list): Fix typos in docstring.
22647         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
22648         (cvs-prefix-get): Fix typos in docstrings.
22650         * ps-print.el (ps-extend-face-list, ps-extend-face)
22651         (ps-print-background-image): Fix typos in docstrings.
22652         (ps-default-fg, ps-default-bg): Doc fixes.
22654         * s-region.el (s-region-bind): Doc fix.
22655         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
22657         * textmodes/org.el (org-table-formula-substitute-names)
22658         (org-table-get-vertical-vector): Doc fixes.
22659         (org-table-recalculate): Remove unused argument to `message'.
22661 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
22663         * textmodes/org.el (org-table-column-names)
22664         (org-table-column-name-regexp)
22665         (org-table-named-field-locations): New variables.
22666         (org-archive-subtree): Protect `this-command' when calling
22667         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
22668         the kill buffer.
22669         (org-complete): Remove fixed-formula completion.
22670         (org-edit-formulas-map): New variable.
22671         (org-table-edit-formulas): New command.
22672         (org-finish-edit-formulas, org-abort-edit-formulas)
22673         (org-show-variable, org-table-get-vertical-vector): New functions.
22674         (org-table-maybe-eval-formula): Handle `:=' fields.
22675         (org-table-get-stored-formulas, org-table-store-formulas)
22676         (org-table-get-formula, org-table-modify-formulas)
22677         (org-table-replace-in-formulas): Handle named field formulas.
22678         (org-table-get-specials): Store locations of named fields.
22680 2005-07-19  Juri Linkov  <juri@jurta.org>
22682         * progmodes/grep.el (grep-regexp-alist)
22683         (grep-mode-font-lock-keywords, grep-process-setup):
22684         Use default GNU grep match color "01;31m" instead of "01;41m".
22685         (grep-regexp-alist, grep-mode-font-lock-keywords):
22686         Use `\\[[0-9]*m' instead of `\\[00m'.
22687         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
22688         sgr_start where its handling is more important.  Use the real
22689         length of sgr_start instead of constant 8.
22690         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
22691         specially.  Delete all remaining escape sequences.
22692         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
22693         (grep-regexp-alist): Make hyperlink only for binary file name
22694         instead of the whole line.
22695         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
22696         (grep-mode): Add autoload.
22698         * emacs-lisp/find-func.el (find-function-regexp):
22699         Add `define-compilation-mode'.
22701 2005-07-19  Juri Linkov  <juri@jurta.org>
22703         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
22704         (compare-windows-sync-string-size, compare-windows-recenter)
22705         (compare-windows-highlight, compare-windows): Add version 22.1.
22706         (compare-windows) <defface>: Inherit from lazy-highlight instead
22707         of duplicating its default value.
22709         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
22710         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
22712         * descr-text.el (describe-char): Create link buttons for `charset'
22713         and `code point'.  Add the current input method name with a link
22714         button to `to input' field.  Print face names of display table
22715         characters in `The display table entry is displayed by' section
22716         instead of printing face-id in the `display' field.
22717         Guess hardcoded faces and create a link button for them.
22718         Skip empty fields when calculating max-width.
22719         Treat `widget-create' specially while inserting strings from the
22720         collected field list.
22721         (describe-char-after): Made obsolete in version 22.1, not 21.5.
22723         * diff-mode.el (diff-file-header): Change foreground color from
22724         yellow to green on light backgrounds.
22725         (diff-context): Inherit from `shadow' only for color/grayscale
22726         with more than 88 colors.
22727         (diff-indicator-removed, diff-indicator-added)
22728         (diff-indicator-changed): New faces.
22729         (diff-font-lock-keywords): Use new faces.  Regroup rules.
22730         Add "^---$" for `normal' diff format.  Fontify `#' lines with
22731         font-lock-comment-delimiter-face and font-lock-comment-face.
22732         Add `#' to ^[^...] in the rule for `diff-context-face'.
22734         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
22735         a button-like box.  Inherit from `highlight' on low colors.
22736         (shadow): Use shades of gray only for color/grayscale with
22737         more than 88 colors.  Use green for light backgrounds with
22738         8 colors, and yellow for dark backgrounds with 8 colors.
22740         * font-lock.el (font-lock-regexp-grouping-backslash):
22741         Don't inherit from escape-glyph (use bold for all cases).
22743         * info.el (info-xref-visited): Use light foreground color `violet'
22744         for dark backgrounds instead of dark color `magenta3'.
22745         (info-title-1): Use `yellow' color for dark backgrounds.
22747         * isearch.el (isearch): Use not-too-dark magenta3 instead of
22748         too-light magenta2.
22750         * replace.el (match): Use slightly more light RoyalBlue3 instead
22751         of dark RoyalBlue4.
22753         * wid-edit.el (widget-inactive): Inherit from `shadow'.
22755 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
22757         * novice.el (disabled-command-hook): Declare it with
22758         `define-obsolete-variable-alias'.
22760         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
22761         (desktop-buffer-misc-functions, desktop-buffer-handlers)
22762         (desktop-load-default): Add release to obsolescence info.
22763         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
22764         (desktop-append-buffer-args, desktop-read):
22765         Fix typos in docstrings.
22766         (desktop-kill): Fix typo in message.
22767         (desktop-save): Doc fix.
22769 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22771         * viper-cmd.el (viper-escape-to-state): Bug fix.
22772         (viper-envelop-ESC-key): Change the definition of fast
22773         keysequence so it'll work with keyboard macros.
22775         * ediff.el (ediff-patch-buffer): Change the docstring.
22777 2005-07-19  Kenichi Handa  <handa@m17n.org>
22779         * international/mule-cmds.el (select-safe-coding-system): Try to
22780         use an auto-coding (if any) before anything else.  If the found
22781         auto-coding is invalid, show a warning message.
22783         * international/mule.el (find-auto-coding): New function created
22784         by modifying the body of set-auto-coding.
22785         (set-auto-coding): Use find-auto-coding to find a coding.
22787 2005-07-18  Richard M. Stallman  <rms@gnu.org>
22789         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
22790         not isearch-mode-end-hook-error.
22791         (allout-before-change-protect): Fix error message.
22793 2005-07-18  Juri Linkov  <juri@jurta.org>
22795         * allout.el (allout-mode):
22796         * calculator.el (calculator-copy):
22797         * custom.el (custom-known-themes):
22798         * dired.el (dired-desktop-buffer-misc-data)
22799         (dired-restore-desktop-buffer):
22800         * dired-x.el (dired-omit-marker-char):
22801         * files.el (basic-save-buffer):
22802         * font-core.el (font-lock-mode):
22803         * calendar/calendar.el (calendar-goto-hebrew-date)
22804         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
22805         (calendar-goto-persian-date):
22806         * language/ethio-util.el (ethio-sera-to-fidel-region):
22807         * textmodes/picture.el (picture-mode):
22808         Delete duplicate duplicate words.
22810 2005-07-18  Juri Linkov  <juri@jurta.org>
22812         * isearch.el (isearch-mode-map): Remove key bindings for regexp
22813         chars * ? } |.
22814         (isearch-fallback): Don't call `isearch-process-search-char'.
22815         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
22816         (isearch-process-search-char): Call `isearch-fallback' for regexp
22817         chars * ? } |.
22818         (isearch-return-char): Make obsolete with `make-obsolete' instead
22819         of simply documenting it as obsolete in the docstring.
22820         (isearch-fallback): Refill docstring.
22822         * international/isearch-x.el
22823         (isearch-process-search-multibyte-characters): Remove unneeded
22824         `concat'.  Add intermediate values to `junk-hist' instead of
22825         `minibuffer-history'.  Test the length of `str'.
22827 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
22829         * allout.el (allout-resolve-xref): Fix typos in error strings.
22830         (allout-before-change-protect): Remove unneeded `concat'.
22832         * array.el (array-mode, array-reconfigure-rows)
22833         (untabify-backward): Fix typos in docstrings.
22834         (array-reconfigure-rows): Use `insert-buffer-substring', not
22835         `insert-buffer'.
22837         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
22838         * progmodes/ada-mode.el (ada-make-body):
22839         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
22841         * dired.el (dired-log):
22842         * tar-mode.el (tar-subfile-save-buffer):
22843         * play/zone.el (zone-pgm-stress-destress):
22844         Use `insert-buffer-substring', not `insert-buffer'.
22846 2005-07-17  Simon Josefsson  <jas@extundo.com>
22848         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
22850 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
22852         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
22853         Add plain auth method.
22854         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
22856 2005-07-17  Kim F. Storm  <storm@cua.dk>
22858         * ido.el (dired-other-window): Add ido property.
22860 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
22862         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22863         Fix typo in docstring.
22864         (byte-compile-interactive-only-functions): Add `insert-buffer' and
22865         `insert-file-literally'.
22867         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
22868         info and delete redundant message.  Doc fix.
22869         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
22870         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
22872 2005-07-16  Richard M. Stallman  <rms@gnu.org>
22874         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
22875         (byte-compile-and): Use byte-compile-and-recursion.
22876         (byte-compile-or-recursion): New function.
22877         (byte-compile-or): Use that.
22878         (byte-compile-if): Guard the else-clause too.
22879         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
22881         * isearch.el (isearch-mode-end-hook-quit): New variable.
22882         (isearch-done): Bind it.
22883         (isearch-mode-end-hook): Doc fix.
22885         * allout.el (allout-isearch-did-quit): Variable deleted.
22886         (allout-real-isearch-abort): Function name no longer used.
22887         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22888         (allout-isearch-rectification): isearch-mode always exists.
22889         Don't set allout-isearch-did-quit.
22890         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22891         allout-isearch-did-quit.
22892         (allout-enwrap-isearch): Just add the hook.
22893         (allout-isearch-abort): Function deleted.
22894         (allout-pre-command-business): Avoid warning.
22896         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22897         Correctly avoid warnings.
22898         (pascal-outline): Likewise.
22900         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22902         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22904         * play/tetris.el (tetris-mode): Avoid warning.
22906         * play/snake.el (snake-mode): Avoid warning.
22908         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22909         (gamegrid-set-display-table): Avoid warning.
22910         (gamegrid-set-timer): Likewise.
22911         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22912         (gamegrid-add-score-with-update-game-score-1): Take FILE
22913         as argument.
22914         (gamegrid-add-score-with-update-game-score): Pass that argument.
22915         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22917         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22919         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22920         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22922         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22923         and insert-file.
22925         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22926         (sc-ask): Avoid warnings.
22928         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22929         (eshell-hist-initialize): Use that var the natural way.
22931         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22933         * emacs-lisp/re-builder.el (reb-cook-regexp):
22934         Avoid warning calling lre-compile-string.
22935         (reb-color-display-p): Avoid warning.
22937         * calculator.el (calculator-last-input): Guard uses
22938         of event-key and key-press-event-p.
22939         (event-key, key-press-event-p): Delete definitions.
22941         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22942         (find-gc-source-directory, find-gc-subrs-callers)
22943         (find-gc-noreturn-list, find-gc-source-files)
22944         (find-gc-subrs-called): Vars renamed and defvar'd.
22946         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22947         (checkdoc-overlay-put, checkdoc-delete-overlay)
22948         (checkdoc-overlay-start, checkdoc-overlay-end)
22949         (checkdoc-mode-line-update, checkdoc-char=):
22950         Define such that compiler knows they are defined.
22951         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22952         (checkdoc-read-event): Delete.  Use read-event directly.
22954         * whitespace.el (whitespace-make-overlay)
22955         (whitespace-overlay-put, whitespace-delete-overlay)
22956         (whitespace-overlay-start, whitespace-overlay-end):
22957         Define such that compiler knows they are defined.
22958         (whitespace): Move conditional inside.
22960         * tempo.el (tempo-insert-template): Suppress warning.
22962         * ediff-diff.el (longlines-mode): Add defvar.
22964 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
22966         * server.el: Bind "C-x #" in a way that works even if C-x is
22967         redefined to a command key, not a prefix key.
22969 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22971         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
22972         cl-make-type-test till execution time.
22974 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
22976         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
22977         arg ARG and use it.
22979 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22981         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
22983 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
22985         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22986         a defcustom with two :set or :type keywords.
22988 2005-07-15  Richard M. Stallman  <rms@gnu.org>
22990         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22991         Don't give ^M comment-end syntax.
22993 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
22995         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
22996         Don't consider gdbmi (gdb-mi.el has its own update functions).
22997         (gdb-var-delete): Make it work for gdbmi as well.
22998         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23000         * progmodes/gud.el (etags, sdb): Only require etags when needed.
23001         (gud-speedbar-menu-items): Correct logic for enabling items.
23003 2005-07-15  Kim F. Storm  <storm@cua.dk>
23005         * ido.el: Fix commentary.
23006         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23007         Use with-no-warnings around ffap-guesser.
23008         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23009         Let bind minibuffer-completing-file-name to t.
23011 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
23013         * startup.el (site-run-file, keyboard-type): Doc fixes.
23014         (command-line): Check for "--basic-display" argument; also for
23015         "--quick", not "--bare-bones" (which was renamed).
23016         (fancy-splash-text): Add missing item "Getting New Versions".
23017         (normal-splash-screen): Fix typos and improve consistency with
23018         `fancy-splash-text'.  Update copyright year.
23020         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23021         valid binding for `help-char'.
23023         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23025 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
23027         * term.el (term-mode): Disable cua-mode for term buffers.
23029 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
23031         * add-log.el (add-log-mailing-address, change-log-merge):
23032         Doc fixes.
23033         (change-log-get-method-definition): Fix typo in docstring.
23035 2005-07-14  Kim F. Storm  <storm@cua.dk>
23037         * emulation/cua-base.el:
23038         (cua--pre-command-handler-1, cua--pre-command-handler)
23039         (cua--post-command-handler-1, cua--post-command-handler):
23040         Split in two.  Check (buffer local) value of cua-mode.
23041         (cua-selection-mode): New command.
23043 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
23045         * custom.el (custom-initialize-safe-set)
23046         (custom-initialize-safe-default): Doc fixes.
23048         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23049         and simplify :init-value again.
23051         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23052         and simplify :init-value again.  Delete autoload.
23054         * startup.el (command-line): Use `custom-reevaluate-setting' again
23055         for tooltip-mode.
23057         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23058         a defcustom with two :initialize keywords.
23060 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
23062         * allout.el (my-mark-marker, allout-isearch-prior-pos)
23063         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23064         (allout-post-command-business, allout-flag-region)
23065         (isearch-reenable-font-lock, allout-yank)
23066         (allout-insert-latex-header, allout-insert-latex-trailer)
23067         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23068         (allout-latex-verb-quote): Fix typos in docstrings.
23069         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23070         (allout-unprotected, allout-prefix-data):
23071         Improve argument/docstring consistency.
23072         (allout-chart-subtree): Fix argument spec.
23073         (allout-open-topic): Rename `use_sib_bullet' argument to
23074         `use-sib-bullet'.  Doc fix.
23076         * whitespace.el (whitespace-check-buffer-leading)
23077         (whitespace-check-buffer-trailing)
23078         (whitespace-check-buffer-indent)
23079         (whitespace-check-buffer-spacetab)
23080         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23081         (whitespace-check-leading-whitespace)
23082         (whitespace-check-trailing-whitespace)
23083         (whitespace-check-spacetab-whitespace)
23084         (whitespace-check-indent-whitespace)
23085         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23086         (whitespace-modes): Fix typos in docstrings.
23087         (defgroup, defcustom): Doc fixes.
23089         * winner.el (winner-mode, winner-boring-buffers)
23090         (winner-pending-undo-ring): Doc fixes.
23091         (winner-ring): Remove unneeded `progn'.
23092         (winner-equal): `defsubst' it.
23093         (winner-redo): Fix message.
23095 2005-07-13  Kim F. Storm  <storm@cua.dk>
23097         * simple.el (line-move-1): Always use vertical-motion to
23098         do the last (or only) line move to ensure some movement.
23099         Undo 2005-06-23 change--don't check for overlays.
23101 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23103         * term/mac-win.el (ccl-encode-mac-roman-font)
23104         (ccl-encode-mac-centraleurroman-font)
23105         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23106         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23107         Change charset-id boundary of dimension to ?\xef.
23108         (mac-char-fontspec-list): New constant.
23109         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
23110         argument.  Nil uses itself as family in font-spec.  Previous
23111         behavior for nil is now provided by non-nil non-string argument.
23112         All callers changed.  Add font-specs for Mac fonts to
23113         "fontset-default" unless iso8859-1 fonts are installed.
23115 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23117         * progmodes/sh-script.el (sh-get-indent-info): Only indent
23118         a continuation line if the \ is preceded by SPC or TAB.
23119         (sh-get-indent-info): Simplify.
23120         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23121         Use with-current-buffer.
23123         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23124         when the matched text is empty.
23126 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
23128         * startup.el (command-line): Revert to previous handling of
23129         tooltip-mode.  Explain in comment why the complexity is needed.
23131         * tooltip.el (tooltip-mode): Revert to previous implementation of
23132         its defcustom.
23134         * frame.el (blink-cursor-mode): Revert to previous implementation
23135         of its defcustom.  Update comment.
23137 2005-07-12  Lars Hansen  <larsh@soem.dk>
23139         * desktop.el: Update e-mail address.
23141 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23143         * term/mac-win.el (mac-services-mail-selection)
23144         (mac-services-mail-to): New functions.
23145         (mac-application-menu-map): Bind them.
23147 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
23149         * progmodes/gdb-ui.el: Add note about buffering with Windows.
23151 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
23153         * custom.el (custom-reevaluate-setting): Doc fix.
23155 2005-07-11  Jay Belanger  <belanger@truman.edu>
23157         * calc/calc.el (calc-embedded-announce-formula-alist)
23158         (calc-embedded-open-close-plain-alist)
23159         (calc-embedded-open-close-mode-alist): Add checks for additional
23160         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23162 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
23164         * custom.el (custom-enable-theme): Don't add theme to
23165         `custom-enabled-themes' with `push' because there is no
23166         setf-method for `delq'.
23168 2005-07-11  Richard M. Stallman  <rms@gnu.org>
23170         * custom.el (custom-declare-variable): Doc fix.
23172         * dired-aux.el (dired-compare-directories): Remove "." and ".."
23173         from the alists.
23175         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23176         Do nothing if edebug-active.
23178         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23179         (edebug-display): Do it here instead.
23181 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23183         * cus-face.el (custom-theme-set-faces): Make it work.
23184         (custom-reset-faces): Doc fix.
23185         (custom-theme-reset-internal-face, custom-theme-face-value):
23186         Functions deleted.
23188         * custom.el (custom-push-theme): Maintain list of the settings
23189         of a given theme in its theme-settings property.
23190         Maintain position of old settings in the theme-value
23191         or theme-face property.
23192         (custom-enabled-themes): New variable.
23193         (custom-theme-enabled-p): New function.
23194         (provide-theme): Update custom-enabled-themes.
23195         Disable and reenable the `user' theme.
23196         (require-theme): Doc fix.
23197         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23198         (custom-theme-value, custom-theme-variable-value): Likewise.
23199         (custom-theme-reset-internal): Likewise.
23200         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23201         (custom-enable-theme, custom-disable-theme): New functions.
23202         (custom-variable-theme-value, custom-face-theme-value): Likewise.
23203         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23204         (custom-theme-reset-variables): Simplify.
23205         (deftheme, custom-declare-theme, custom-make-theme-feature):
23206         Definitions moved.
23208 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
23210         * longlines.el (longlines-show-region)
23211         (longlines-unshow-hard-newlines): Recognize hard newlines by
23212         non-nil hard property, instead of t.
23214 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
23216         * viper-cmd.el (viper--key-maps): New variable.
23217         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23218         emulation-mode-map-alists.
23219         (viper-envelop-ESC-key): Use viper-subseq.
23220         (viper-search-forward/backward/next): Disable debug-on-error.
23222         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23223         (viper-ESC-key): New defcustoms.
23225         * viper-macs.el (ex-map-read-args): Use viper-subseq.
23227         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23228         (viper-subseq): Copy of subseq from cl.el.
23230         * viper.el (viper-go-away, viper-set-hooks): Use
23231         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23233         * viper-mous.el (viper-current-frame-saved): Use defvar.
23235         * viper-init.el: Get rid of -face in face names.
23237         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23238         Make it work with longlines mode
23240         * ediff-mult.el (ediff-meta-mode-hook): New variable.
23242         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23244         * ediff-init.el: Get rid of -face in face names.
23246 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23248         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23249         and with-timeout-unsuspend.
23251         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23252         and with-timeout-unsuspend.
23254         * emacs-lisp/timer.el (with-timeout-timers): New variable.
23255         (with-timeout): Bind that variable to record timers.
23256         (with-timeout-suspend, with-timeout-unsuspend): New functions.
23258         * emacs-lisp/debug.el (debug-help-follow): New function.
23259         (debugger-mode-map): Use that instead of help-follow.
23260         (debugger-setup-buffer): Use eval-buffer-list
23261         to handle eval-buffer frames.
23263 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
23265         * timezone.el (timezone-parse-date): Change first regexp
23266         so it will not mistakenly match dates with no time zone.
23268 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
23270         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23272 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
23274         * custom.el (custom-initialize-safe-set)
23275         (custom-initialize-safe-default): New functions.
23277         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23278         and simplify :init-value.
23280         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23281         and simplify :init-value.  Delete obsolete comment.
23283         * startup.el (command-line): Use `custom-reevaluate-setting' to
23284         handle `tooltip-mode'.  Delete obsolete comment.
23286         * files.el (set-visited-file-name): Avoid calling
23287         `file-name-nondirectory' with a nil argument.
23289 2005-07-09  Richard M. Stallman  <rms@gnu.org>
23291         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23292         was called with nil for the buffer, handle the read position right.
23293         Handle read position for eval-region, too.
23295 2005-07-09  Juri Linkov  <juri@jurta.org>
23297         * fringe.el (fringe-mode): Add period in docstring.
23298         (fringe-query-style): Build prompt depending on `all-frames' arg.
23300         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23301         to not create links to unrelated functions in the Help buffer.
23303         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23304         Doc fix.
23306         * simple.el (next-error-hook): New variable.
23307         (next-error): Use it.  Doc fix.
23309         * textmodes/ispell.el (ispell-command-loop): Add current
23310         dictionary name and program name to mode-line-format.
23311         (ispell-region, ispell-process-line): Add current dictionary name
23312         and program name to messages.
23314 2005-07-08  Jay Belanger  <belanger@truman.edu>
23316         * calc/calc.el (calc-embedded-announce-formula-alist)
23317         (calc-embedded-open-close-formula-alist)
23318         (calc-embedded-open-close-word-alist)
23319         (calc-embedded-open-close-plain-alist)
23320         (calc-embedded-open-close-new-formula-alist)
23321         (calc-embedded-open-close-mode-alist)
23322         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23323         (calc-embedded-mode-hook): New variables.
23325         * calc/calc-embed.el (calc-embedded-firsttime)
23326         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23327         New variables.
23328         (calc-do-embedded): Use calc-embedded-firsttime,
23329         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23330         determine whether or not to run hooks.
23331         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23332         calc-embedded-firsttime-formula appropriately.
23333         Set calc-embedded delimiter variables according to mode.
23335 2005-07-08  Richard M. Stallman  <rms@gnu.org>
23337         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23338         Check for "emacs", etc., as entire symbol, not just as word.
23339         (checkdoc-file-comments-engine): Use regexp-quote on FN.
23341         * files.el (set-visited-file-name): Report the error
23342         for "empty filename" earlier.
23343         (kill-some-buffers): Ignore buffers already dead.
23345         * fringe.el (fringe-mode): Doc fix.
23347         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23348         Check for (featurep 'xemacs) and turn off warnings in what it guards.
23349         Use unwind-protect to ensure byte-compile-unresolved-functions
23350         is updated.
23352         * whitespace.el (whitespace-buffer-leading-cleanup):
23353         Simplify w/ skip-chars-forward.
23354         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23356         * mail/rmail.el (rmail-only-expunge): Fix paren error.
23357         Unconditionally try to leave point at the same old place.
23359 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
23361         * comint.el (comint-postoutput-scroll-to-bottom)
23362         (comint-show-maximum-output): Take scroll-margin into consideration.
23364 2005-07-08  Kim F. Storm  <storm@cua.dk>
23366         * ido.el (ido-use-filename-at-point): New choice `guess'.
23367         (ido-file-internal): Try ffap-guesser if selected.
23369         * ido.el (ido-before-fallback-functions): New hook.
23370         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23371         (ido-read-file-name): Run it.
23373 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23375         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23376         strings rather than a list of symbols to the completion function.
23378 2005-07-07  Jay Belanger  <belanger@truman.edu>
23380         * calc/calc-units.el (math-apply-units): Change the places in
23381         which units are simplified.
23383 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
23385         * cus-edit.el (customize-option, customize-option-other-window):
23386         Make them handle aliases.
23388         * custom.el (custom-variable-p): Make it recursively follow
23389         aliases.  Mention that in the docstring.
23391 2005-07-07  Richard M. Stallman  <rms@gnu.org>
23393         * cus-start.el (exec-path): Use `directory' instead of `file'.
23394         Fix tag for nil.
23396 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23398         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23399         when called non-interactively.  Doc fix.
23401 2005-07-07  Lute Kamstra  <lute@gnu.org>
23403         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23404         new address as well.
23406 2005-07-07  Kenichi Handa  <handa@m17n.org>
23408         * international/mule.el (make-coding-system):
23409         Describe `ascii-incompatible' property in the docstring.
23410         (set-file-name-coding-system): Signal an error if coding-system is
23411         ascii-incompatible.
23412         (set-keyboard-coding-system): Likewise.
23414         * international/mule-cmds.el (set-default-coding-systems):
23415         Don't set default-file-name-coding-system and
23416         default-keyboard-coding-system if coding-system is ASCII-incompatible.
23418         * international/utf-16.el: Declare that all UTF-16-based coding
23419         systems are ASCII-incompatible.
23421 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
23423         * progmodes/gud.el: Require font-lock for displaying errors.
23424         Used by gdb-ui.el.
23426 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23428         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23429         values for the pattern lists which are `read'able but not
23430         `append'able (like symbols).
23432 2005-07-06  Richard M. Stallman  <rms@gnu.org>
23434         * progmodes/flymake.el (flymake-float-time): Instead of
23435         with-no-warnings, test for XEmacs.
23436         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23437         to avoid warning.
23439 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
23441         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23443 2005-07-05  Lute Kamstra  <lute@gnu.org>
23445         * battery.el: Add support for Darwin (with much debugging help
23446         from Samuel Lauber <sam124@operamail.com>).
23447         (battery-status-function, battery-echo-area-format)
23448         (battery-mode-line-format): Add support for pmset on Darwin.
23449         (battery-load-low, battery-load-critical): New user options.
23450         (battery-pmset): New function.
23452 2005-07-05  Lute Kamstra  <lute@gnu.org>
23454         Update FSF's address in GPL notices.
23456         * textmodes/page-ext.el: Update FSF's address.
23458 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23460         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23461         filling from using prefix when filling a single-line docstring.
23463         * progmodes/flymake.el: Remove useless eval-when-compile.
23465         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23467 2005-07-04  Richard M. Stallman  <rms@gnu.org>
23469         * textmodes/org.el (org-file-apps-defaults-gnu):
23470         Rename from org-file-apps-defaults-linux.
23471         (org-default-apps): Don't test system-type for `linux'.
23472         (org-file-apps): Doc fix.
23474 2005-07-04  David Ponce  <david@dponce.com>
23476         * tree-widget.el: Improve header Commentary section.
23477         (tree-widget) [defgroup]
23478         (tree-widget-image-enable, tree-widget-themes-directory)
23479         (tree-widget-theme, tree-widget-image-properties-emacs)
23480         (tree-widget-image-properties-xemacs, tree-widget-create-image)
23481         (tree-widget-image-formats, tree-widget-control)
23482         (tree-widget-empty-control, tree-widget-leaf-control
23483         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23484         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23485         (tree-widget-keep, tree-widget-after-toggle-functions)
23486         (tree-widget-open-node, tree-widget-close-node): Doc fix.
23487         (tree-widget-open-control, tree-widget-close-control): Fix doc and
23488         :help-echo message.
23489         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
23490         (tree-widget-image-properties): Doc fix.  Clearer implementation.
23491         (tree-widget--cursors): New constant.
23492         (tree-widget-lookup-image): New function split from
23493         `tree-widget-find-image'.  Clearer implementation.
23494         (tree-widget-find-image): Use it.
23495         (tree-widget-button-keymap): Use `set-keymap-parent'.
23496         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23497         Define the sub-widgets here.
23498         (tree-widget-node): Check that :node is not a tree-widget.
23499         (tree-widget-get-super, tree-widget-open-control)
23500         (tree-widget-close-control, tree-widget-empty-control)
23501         (tree-widget-leaf-control, tree-widget-guide)
23502         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23503         (tree-widget-no-handle, tree-widget-value-delete)
23504         (tree-widget-map): Remove.
23505         (tree-widget-children-value-save): Doc fix.  Simplified.
23506         (tree-widget-value-create): Update according to previous changes.
23508 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
23510         * textmodes/org.el: Leading space replaced by TABS.
23511         (org-recalc-marks, org-table-rotate-recalc-marks)
23512         (org-table-get-specials): Treat "^" and "_" marks.
23513         (org-table-justify-field-maybe): Optional argument NEW.
23514         (org-table-eval-formula): Parsing of the format simplified.
23515         New modes C,I.  Honor the %= parameter in the current table.
23516         Avoid unnecessary re-align by using the NEW argument to
23517         `org-table-justify-field-maybe'.
23518         (org-calc-default-modes): Default for date-format mimicks org-mode.
23519         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23521 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
23523         * cus-face.el (custom-theme-set-faces): Make it handle face
23524         aliases whose alias declarations are pre- or autoloaded.
23526 2005-07-04  Juri Linkov  <juri@jurta.org>
23528         * faces.el (read-face-name): Put the code for getting a face name
23529         from the buffer before adding the faces from the `face' property.
23530         Use `completing-read-multiple' instead of `completing-read'.
23531         Require `crm'.  Add default value and post-process the returned
23532         list of faces.
23534         * emacs-lisp/crm.el (crm-find-current-element)
23535         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23537         * emacs-lisp/lisp-mode.el (eval-defun-1):
23538         * emacs-lisp/edebug.el (edebug-eval-defun):
23539         Remove unnecessary quotes.
23541 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23543         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23544         (prolog-indent-level): Fix typo in docstring.
23546         * info.el (Info-history, Info-history-forward)
23547         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23549         * add-log.el (add-change-log-entry):
23550         * comint.el (comint-dynamic-list-input-ring)
23551         (comint-dynamic-list-completions):
23552         * dabbrev.el (dabbrev-expand):
23553         * delim-col.el (delimit-columns-rectangle-line):
23554         * diff-mode.el (diff-context->unified, diff-reverse-direction)
23555         (diff-unified->context):
23556         * ediff-init.el (ediff-abbrev-jobname):
23557         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23558         (ediff-replace-session-activity-marker-in-meta-buffer):
23559         * info.el (Info-summary):
23560         * lpr.el (printify-region):
23561         * printing.el (pr-create-interface):
23562         * ps-print.el (ps-print-quote):
23563         * ses.el (ses-column-widths, ses-print-cell)
23564         (ses-adjust-print-width, ses-center):
23565         * shell.el (shell-file-name-quote-list):
23566         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23567         (strokes-fill-current-buffer-with-whitespace)
23568         (strokes-xpm-for-stroke, strokes-list-strokes)
23569         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23570         * term.el (term-dynamic-list-input-ring)
23571         (term-dynamic-list-completions):
23572         * calc/calc.el (math-format-stack-value):
23573         * emacs-lisp/edebug.el (edebug-display-freq-count):
23574         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23575         (delphi-new-comment-line):
23576         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23577         * progmodes/executable.el (executable-set-magic):
23578         * progmodes/python.el (inferior-python-mode):
23579         * progmodes/scheme.el (scheme-mode-syntax-table):
23580         * progmodes/sh-script.el (sh-maybe-here-document):
23581         * progmodes/sql.el (sql-copy-column):
23582         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23583         * textmodes/bibtex.el (bibtex-mode):
23584         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
23585         (sgml-auto-attributes):
23586         * textmodes/table.el (table-insert, table-shorten-cell)
23587         (table--generate-source-scan-lines, table-delete-row)
23588         (*table--cell-delete-char, table--spacify-frame)
23589         (table--horizontally-shift-above-and-below)
23590         (table--cell-insert-char, table--cell-blank-str)
23591         (table--fill-region-strictly):
23592         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
23593         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
23595         * add-log.el (change-log):
23596         * apropos.el (apropos):
23597         * comint.el (comint-completion, comint-source):
23598         * dabbrev.el (dabbrev):
23599         * delim-col.el (columns):
23600         * diff-mode.el (diff-mode):
23601         * ediff.el (ediff):
23602         * ediff-diff.el (ediff-diff):
23603         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
23604         * ediff-mult.el (ediff-mult):
23605         * ediff-ptch.el (ediff-ptch):
23606         * ediff-wind.el (ediff-window):
23607         * facemenu.el (facemenu):
23608         * indent.el (indent):
23609         * info.el (info):
23610         * jka-cmpr-hook.el (compression, jka-compr):
23611         * lpr.el (lpr):
23612         * outline.el (outlines):
23613         * pcmpl-cvs.el (pcmpl-cvs):
23614         * pcmpl-rpm.el (pcmpl-rpm):
23615         * printing.el (printing):
23616         * ps-print.el (postscript, ps-print, ps-print-horizontal)
23617         (ps-print-vertical, ps-print-headers, ps-print-font)
23618         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
23619         (ps-print-background, ps-print-printer, ps-print-page)
23620         (ps-print-miscellany):
23621         * ses.el (ses):
23622         * shell.el (shell, shell-directories, shell-faces):
23623         * startup.el (initialization):
23624         * strokes.el (strokes):
23625         * term.el (term):
23626         * uniquify.el (uniquify):
23627         * w32-vars.el (w32):
23628         * calc/calc.el (calc):
23629         * emacs-lisp/bytecomp.el (bytecomp):
23630         * emacs-lisp/cl-indent.el (lisp-indent):
23631         * emacs-lisp/edebug.el (edebug):
23632         * emacs-lisp/elp.el (elp):
23633         * emacs-lisp/testcover.el (testcover):
23634         * emacs-lisp/trace.el (trace):
23635         * emulation/viper-ex.el (viper-ex):
23636         * emulation/viper-mous.el (viper-mouse):
23637         * mail/mailalias.el (mailalias):
23638         * mail/supercite.el (supercite, supercite-frames)
23639         (supercite-attr, supercite-cite, supercite-hooks):
23640         * net/rcompile.el (remote-compile):
23641         * net/rlogin.el (rlogin):
23642         * obsolete/ooutline.el (outlines):
23643         * progmodes/delphi.el (delphi):
23644         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
23645         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
23646         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
23647         (ebnf-optimization):
23648         * progmodes/etags.el (etags):
23649         * progmodes/executable.el (executable):
23650         * progmodes/idlwave.el (idlwave):
23651         * progmodes/pascal.el (pascal):
23652         * progmodes/prolog.el (prolog):
23653         * progmodes/python.el (python):
23654         * progmodes/scheme.el (scheme):
23655         * progmodes/sh-script.el (sh, sh-script):
23656         * progmodes/sql.el (SQL):
23657         * progmodes/tcl.el (tcl):
23658         * textmodes/bibtex.el (bibtex, bibtex-autokey):
23659         * textmodes/enriched.el (enriched):
23660         * textmodes/makeinfo.el (makeinfo):
23661         * textmodes/sgml-mode.el (sgml):
23662         * textmodes/table.el (table-hooks):
23663         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
23664         * textmodes/texinfo.el (texinfo):
23665         * textmodes/two-column.el (two-column):
23666         Finish `defgroup' description with period.
23668         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
23669         * eshell/esh-var.el (eshell-var):
23670         * progmodes/vhdl-mode.el (vhdl-testbench):
23671         * textmodes/org.el (org): Fix typos in docstrings.
23673         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
23674         consistency.
23676         * progmodes/flymake.el (flymake-find-file): Remove.
23677         (flymake-float-time): Use `with-no-warnings'.
23678         (flymake-check-start-time, flymake-check-was-interrupted)
23679         (flymake-err-info, flymake-is-running, flymake-last-change-time)
23680         (flymake-new-err-info): `defvar' at compile time.
23682 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
23684         * replace.el (occur-hook): Doc fix.
23685         (occur-1): Don't call `occur-hook' if there are no matches.
23687 2005-07-03  Richard M. Stallman  <rms@gnu.org>
23689         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
23690         global-map, save the same map.
23691         (global-map): Don't alter it at top level.
23692         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
23693         Then alter it here instead.
23694         (tpu-edt-off): Set global-map to the saved one.
23696         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
23697         All references simplified.
23698         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
23699         (zmacs-regions): Add defvar.
23700         (repeat-complex-command-map): Everything about that deleted.
23702         * textmodes/artist.el (artist-key-is-drawing)
23703         (artist-key-endpoint1, artist-key-poly-point-list)
23704         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
23705         (artist-key-compl-table, artist-rb-save-data)
23706         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
23707         Don't put them in eval-when-compile.
23708         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
23710         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
23711         Use with-no-warnings.
23713         * net/browse-url.el (dos-windows-version): Add defvar.
23715         * mail/supercite.el (filladapt-prefix-table): Add defvar.
23717         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
23718         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
23719         (rmail-new-summary-line-count): Rename from new-summary-line-count.
23720         Add defvar.
23721         (rmail-summary-beginning-of-message): Use with-no-warnings.
23722         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
23724         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
23725         Use with-no-warnings.
23727         * emulation/vi.el (vi-mark-region): Use c-mark-function.
23728         (c-mark-function): Add point-moving-unit property.
23729         (vi-goto-line): Use with-no-warnings.
23731         * emulation/edt.el (edt-last-copied-word): Add defvar.
23732         (zmacs-region-stays): Likewise.
23733         (edt-mark-section-wisely): Use c-mark-function for C.
23734         Use makr-defun for Fortran.
23735         (time-string): defvar deleted.
23736         (edt-display-the-time): Don't set time-string.
23738         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
23740         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23741         Don't warn when name is not constant
23742         or for defining the group `emacs'.
23744         * tooltip.el (gud-tooltip-mode): Add defvar.
23746         * startup.el (default-frame-background-mode): Add defvar.
23748         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
23750         * info.el (tool-bar-map): Add defvar.
23752         * dired.el (dnd-protocol-alist): Add defvar.
23754         * dired-aux.el (dired-query): Display question with answer, when
23755         the user answers.
23757         * custom.el (custom-add-option): Doc fix.
23759         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
23761 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
23763         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
23764         bogus name from the last change.
23766 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
23768         * custom.el (custom-declare-variable): Fix typos in comment.
23769         (custom-known-themes): Doc fix.
23770         (custom-theme-directory): New defcustom.
23771         (require-theme): Make it check `custom-theme-directory'.
23773         * cus-theme.el (custom-new-theme-mode): New function.
23774         (custom-theme-name, custom-theme-variables, custom-theme-faces)
23775         (custom-theme-description): Add compiler defvars.
23776         (customize-create-theme): Add doc to the "*New Custom Theme*"
23777         buffer.  Use `custom-new-theme-mode'.
23778         (custom-theme-write): Put the created buffer in emacs-lisp-mode
23779         and save it to the `custom-theme-directory'.  Make this the
23780         default directory of the buffer.
23782 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
23784         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
23785         Fix unbalanced parentheses.
23787 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23789         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
23790         into flymake-mode and delegate to flymake-mode.
23792         * find-file.el (ff-which-function-are-we-in): Clean up.
23794 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
23796         * replace.el (occur-rename-buffer): Fix docstring.
23798         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
23799         (edt-last-copied-word, edt-learn-macro-count)
23800         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
23801         (edt-rect-start-point, edt-user-global-map, rect-start-point)
23802         (time-string, zmacs-region-stays):
23803         * emulation/edt-mapper.el (edt-save-function-key-map)
23804         (EDT-key-name): `defvar' to silence the byte-compiler.
23806 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
23808         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
23809         font-lock-regexp-backslash.  Doc fix.
23810         (font-lock-regexp-backslash-grouping-construct): Rename from
23811         font-lock-regexp-backslash-construct.  Doc fix.
23812         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
23813         grouping constructs.
23815 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
23817         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
23818         updating all the prerequisites.
23820 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
23822         * textmodes/org.el (org-agenda-start-on-weekday)
23823         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
23824         (org-agenda-use-time-grid, org-archive-location)
23825         (org-allow-space-in-links, org-usenet-links-prefer-google)
23826         (org-enable-table-editor, org-export-default-language)
23827         (org-export-html-show-new-buffer, org-fill-paragraph)
23828         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
23829         (org-goto-quit, org-occur, org-eval-in-calendar)
23830         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
23831         (org-agenda-diary-entry, org-remember-help)
23832         (org-table-convert-region, org-at-table-p)
23833         (org-table-move-row-down, org-table-move-row-up)
23834         (org-table-copy-region, org-table-toggle-vline-visibility)
23835         (org-table-get-stored-formulas, org-table-get-specials)
23836         (org-recalc-commands, org-table-eval-formula)
23837         (org-table-formula-substitute-names, orgtbl-make-binding)
23838         (org-format-org-table-html, org-format-table-table-html)
23839         (org-format-table-table-html-using-table-generate-source)
23840         (org-customize): Fix typos in docstrings.
23841         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
23842         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
23843         (org-back-to-heading): Doc fixes.
23844         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
23845         (org-agenda-change-all-lines, org-get-header):
23846         Improve argument/docstring consistency.
23847         (orgtbl-error): Fix error message.
23849         * progmodes/flymake.el (flymake-find-possible-master-files)
23850         (flymake-master-file-compare, flymake-get-line-err-count)
23851         (flymake-highlight-line, flymake-gui-warnings-enabled):
23852         Fix typos in docstrings.
23853         (flymake-parse-line, flymake-get-project-include-dirs-function)
23854         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
23855         Doc fixes.
23856         (flymake-get-project-include-dirs-function)
23857         (flymake-make-err-menu-data):
23858         Improve argument/docstring consistency.
23860 2005-07-01  Lute Kamstra  <lute@gnu.org>
23862         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
23863         Catch errors with ignore-errors.  Use temporary buffer.
23864         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
23866         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
23867         background color faces.
23868         (facemenu-set-foreground, facemenu-set-background):
23869         Use facemenu-set-face-from-menu.
23870         (facemenu-set-face-from-menu): Treat face names that start with
23871         "fg:" or "bg:" as special.
23872         (facemenu-add-new-color): Don't create faces.  Simplify.
23874 2005-06-30  Richard M. Stallman  <rms@gnu.org>
23876         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
23877         (crm-find-current-element): Likewise.
23879 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
23881         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
23883 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23885         * arc-mode.el (archive-extract): Make it work as a mouse binding.
23886         (archive-mouse-extract): Make it an obsolete alias.
23887         (archive-mode-map): Don't use archive-mouse-extract any more.
23888         (archive-mode, archive-extract): write-contents-hooks ->
23889         write-contents-functions.
23890         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23891         first arg.
23892         (archive-rename-entry): Update the call.
23893         (archive-zip-summarize): Remove unused var `method'.
23894         (archive-lzh-summarize): Remove unused var `creator'.
23896         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23897         dedicated frame upon exit.
23899         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23900         (archive-zip-extract, archive-zip-expunge)
23901         (archive-zip-update, archive-zip-update-case): Use executable-find.
23902         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23903         Use restore-buffer-modified-p.
23904         (archive-extract, archive-add-new-member, archive-write-file-member):
23905         Use with-current-buffer.
23906         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23908 2005-06-30  Andreas Schwab  <schwab@suse.de>
23910         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23912 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23914         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23916 2005-06-30  Juri Linkov  <juri@jurta.org>
23918         * faces.el (vertical-border): Inherit from mode-line-inactive
23919         only on tty.
23921 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23923         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23924         example, -NLINES in the `occur' docstring).
23926         * replace.el (occur-1): When no matches are found, do not set the
23927         `buffer-read-only' and modified flags for the occur buffer,
23928         because it is deleted.
23930         * emulation/cua-base.el (cua-check-pending-input)
23931         (cua-repeat-replace-region, cua-mode, cua-debug)
23932         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23933         Fix typos in docstrings.
23935         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23936         (cua-cut-region-to-global-mark)
23937         (cua--cut-rectangle-to-global-mark):
23938         Remove period from end of messages.
23940         * emulation/cua-rect.el (cua-do-rectangle-padding):
23941         Remove period from end of messages.
23942         (cua--rectangle-seq-format): Fix typo in docstring.
23943         (cua-sequence-rectangle, cua-fill-char-rectangle):
23944         Improve argument/docstring consistency.
23946 2005-06-29  Juri Linkov  <juri@jurta.org>
23948         * faces.el (default-frame-background-mode): New internal variable.
23949         (frame-set-background-mode): Use it.
23951         * startup.el (normal-top-level): Set default-frame-background-mode
23952         instead of frame-background-mode.  Before setting it, test for its
23953         nil value.  Remove tests for frame-background-mode and frame
23954         parameter `reverse'.  Add test for "unspecified-fg".
23956         * term/xterm.el (xterm-rxvt-set-background-mode):
23957         * term/rxvt.el (rxvt-set-background-mode):
23958         Set default-frame-background-mode instead of frame-background-mode.
23960 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
23962         * simple.el (set-variable): Warn about obsolete user variables.
23964         * imenu.el (imenu--completion-buffer):
23965         * mouse.el (mouse-buffer-menu-alist):
23966         * msb.el (msb-invisible-buffer-p):
23967         * calendar/diary-lib.el (diary-header-line-format):
23968         * emacs-lisp/pp.el (pp-buffer):
23969         * progmodes/cperl-mode.el (cperl-do-auto-fill):
23970         * textmodes/picture.el (picture-replace-match):
23971         Change space constants followed by a sexp to "?\s ".
23973         * play/decipher.el (decipher-loop-with-breaks):
23974         * textmodes/texinfo.el (texinfo-insert-@item): Change space
23975         constants "protected" from end of line by a comment to "?\s".
23977 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23979         * font-lock.el (save-buffer-state): Use `declare'.
23981         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
23982         reset the syntax-table to cperl-mode-syntax-table.
23983         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
23984         "foo_print_bar" is not matched as a reserved keyword.
23986 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
23988         * textmodes/org.el (orgtbl-setup): New function, for delayed
23989         setup for the orgtbl commands.
23990         (org-calc-default-modes): New option.
23991         (orgtbl-make-binding): Use `defun' to get better help display.
23992         (org-diary): Call `org-compile-prefix-format'.
23993         (org-table-formula-substitute-names): New function.
23994         (org-agenda-day-view, org-agenda-week-view): New commands.
23995         (org-agenda-toggle-week-view): Command removed.
23996         (org-tbl-menu): Split off from org-org-menu.
23997         (org-mode): Move removal of outline-mode menus to here.
23998         (org-table-formula-debug): New option.
23999         (org-table-insert-row): Keep first field if just "#" or "*".
24000         (org-mode): Paragraph regexps fixed.
24001         (org-table-recalculate-regexp): New constant.
24002         (org-table-justify-field-maybe): Avoid replace if not necessary.
24003         (org-copy-special, org-cut-special): Use `call-interactively'.
24004         (org-table-copy-region): Take region from `interactive' call.
24005         (org-trim): Return string even if no match.
24006         (org-formula): New face.
24007         (org-set-font-lock-defaults): No longer highlight "FIXME".
24008         But highlight formula-related fields in table.
24009         (org-table-p): Use regexp, not fontification.
24010         (org-table-align): Handle white space at end of line.
24011         (org-table-formula-evaluate-inline): New option.
24012         (org-mode): Auto-wrapping in comment lines turned off.
24013         (org-table-copy-down): Evaluate only in copied field, not in
24014         destination.
24015         (org-table-current-formula): Variable removed.
24016         (org-table-store-formulas, org-table-get-stored-formulas)
24017         (org-table-modify-formulas, org-table-replace-in-formulas)
24018         (org-table-maybe-eval-formula): New functions.
24019         (org-table-get-formula): Modify to use stored formulas.
24020         (org-table-insert-column, org-table-delete-column)
24021         (org-table-move-column): Call `org-table-modify-formulas'.
24022         (org-complete): Add completion for keyword formulas.
24023         (orgtbl-mode): Pull orgtbl-mode-map to start of
24024         minor-mode-map-alist.
24026 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24028         * progmodes/python.el (python-check): Require `compile' before
24029         modifying its variables.
24031         * newcomment.el (comment-indent-default): Don't get fooled by an early
24032         end of buffer.
24034 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24036         * ps-print.el (ps-print-version): Fix version number.
24038 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
24040         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24042 2005-06-28  Richard M. Stallman  <rms@gnu.org>
24044         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24045         (flyspell-local-mouse-map): Declaration deleted.
24046         (flyspell-mouse-map): Bind only mouse-2.
24047         (flyspell-mode-map): Don't test flyspell-use-local-map.
24048         (flyspell-overlay-keymap-property-name): Var deleted.
24049         (flyspell-mode-on): Don't make local bindings for
24050         flyspell-mouse-map and flyspell-mode-map.
24051         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24053         * textmodes/ispell.el (ispell-word): Do not ignore short words.
24055         * progmodes/compile.el (compilation-next-error-function):
24056         Don't switch buffers; operate on the current buffer.
24058         * progmodes/compile.el (compilation-error-file-name)
24059         (compilation-warning-file-name, compilation-info-file-name)
24060         (compilation-line-number, compilation-column-number): New faces.
24061         (compilation-error-face, compilation-warning-face)
24062         (compilation-info-face, compilation-line-face)
24063         (compilation-column-face): Use them.
24065         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24067         * comint.el (comint-password-prompt-regexp): Accept ", try again".
24069         * bindings.el (global-map): Bind insertchar and its variants.
24071 2005-06-27  Richard M. Stallman  <rms@gnu.org>
24073         * textmodes/artist.el (artist-text-overwrite)
24074         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24076 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24078         * ps-print.el: It was not working the page selection for printing.
24079         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24080         (ps-print-version): New version 6.6.7.
24081         (ps-end-sheet): New fun.
24082         (ps-header-sheet, ps-end-job): Call it.
24084 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
24086         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24088 2005-06-27  Lute Kamstra  <lute@gnu.org>
24090         * facemenu.el (facemenu-unlisted-faces): Add foreground and
24091         background color faces.
24092         (facemenu-get-face): Delete function.
24093         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24094         (facemenu-add-new-color): Make second argument mandatory.
24095         Create the appropriate face and return it.  Simplify.
24096         (facemenu-set-foreground, facemenu-set-background): Don't check if
24097         color is defined.  Use return value of facemenu-add-new-color.
24099 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
24101         * progmodes/gud.el (gud-filter): Add missing argument to
24102         with-selected-window.
24104 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24106         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24107         a :require to the defcustom.
24109         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24110         defcustoms corresponding to minor modes.
24112 2005-06-26  David Ponce  <david@dponce.com>
24114         * recentf.el: Require tree-widget instead of wid-edit.
24115         (recentf-filename-handler): Fix widget :type.
24116         (recentf-cancel-dialog, recentf-open-more-files)
24117         (recentf-open-files-action): Doc fix.
24118         (recentf-dialog-goto-first): New function.
24119         (recentf-dialog-mode-map): Set parent keymap first.
24120         (recentf-dialog-mode): Define with define-derived-mode.
24121         Don't display continuation lines in dialogs.
24122         (recentf-edit-list): Rename from recentf-edit-selected-items.
24123         (recentf-edit-list-select): Rename from recentf-edit-list-action.
24124         Simplify.
24125         (recentf-edit-list-validate): New function.
24126         (recentf-edit-list): Update accordingly.
24127         (recentf-open-files-item-shift): Remove.
24128         (recentf-open-files-item): Convert menu elements into tree and
24129         link widgets.  Don't create the widgets.
24130         (recentf-open-files): Update accordingly.
24131         (recentf-save-list): Untabify.
24133 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
24135         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24136         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
24137         partially contained in the active region.  Do not take active
24138         region into account when called from Lisp, unless INTERACTIVE arg
24139         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
24140         avoid trouble with fields.  Make marker point nowhere when no
24141         longer used.  Always return nil.  Doc fix.
24142         (flush-lines): Add INTERACTIVE arg.  Do not take active region
24143         into account when called from Lisp, unless INTERACTIVE arg is
24144         non-nil.  Use `forward-line' instead of `beginning-of-line' to
24145         avoid trouble with fields.  Make marker point nowhere when no
24146         longer used.  Always return nil.  Doc fix.
24147         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
24148         interchangeable.  Do not take active region into account when
24149         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
24150         message in echo area when called from Lisp, unless INTERACTIVE arg
24151         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
24152         Return the number of matches.  Doc fix.
24153         (occur): Doc fix.
24154         (perform-replace): Make comment follow double space convention for
24155         the sake of `outline-minor-mode'.
24157         * faces.el (facep): Doc fix.
24159 2005-06-25  Richard M. Stallman  <rms@gnu.org>
24161         * facemenu.el (facemenu-enable-faces-p): New function.
24162         (facemenu-background-menu, facemenu-foreground-menu)
24163         (facemenu-face-menu): Add menu-enable property.
24165         * jka-compr.el (jka-compr-insert-file-contents):
24166         Special handling if cannot find the uncompression program.
24168         * cus-face.el (custom-face-attributes): Add autoload.
24170         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24171         Bind comment-indent-function locally.
24173         * window.el (save-selected-window): Use save-current-buffer.
24175         * subr.el (with-selected-window): Use save-current-buffer.
24177         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24178         and with-current-buffer.
24180 2005-06-24  Richard M. Stallman  <rms@gnu.org>
24182         * simple.el (line-move-1): Fix previous change.
24184 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
24186         * replace.el (occur-1): Set `buffer-read-only' and the
24187         buffer-modified flag before running `occur-hook' to protect
24188         against unintentional buffer switches that can lead to data loss.
24190 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
24192         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24193         (gud-gdb-marker-filter): Use font-lock-warning-face for any
24194         initial error.
24196         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24197         after fresh input.
24198         (gdb-var-create-handler): Put name of expression in quotes.
24200 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
24202         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24203         elements of RING in order, and without bogus nil elements.
24205 2005-06-23  Richard M. Stallman  <rms@gnu.org>
24207         * simple.el (set-variable): Args renamed; doc fix.
24208         (line-move-1): When there are overlays around, use vertical-motion.
24210         * faces.el (escape-glyph): Use brown against light background.
24211         (nobreak-space): Rename from no-break-space.
24212         Fix previous change.
24214         * dired-aux.el (dired-do-copy): Fix arg prompt.
24216         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24218 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24220         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24221         rather than "Distributor".
24223 2005-06-23  Lute Kamstra  <lute@gnu.org>
24225         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24226         (debug-on-entry): Use it.  New interactive declaration that uses
24227         function-called-at-point.
24229 2005-06-23  Kim F. Storm  <storm@cua.dk>
24231         * subr.el (save-match-data): Add comment about using evaporate arg
24232         to set-match-data.
24234 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
24236         * cus-edit.el (customize-face)
24237         (customize-face-other-window): Handle face aliases.
24239         * faces.el (face-documentation, set-face-attribute)
24240         (face-spec-set): Handle face aliases.
24242 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
24244         * help-mode.el (help-make-xrefs): If a symbol representing a face
24245         name is not followed by the word "face", it could still be a
24246         function or variable name, so don't bypass other checks.
24248 2005-06-22  Juri Linkov  <juri@jurta.org>
24250         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24251         Replace aliased functions with calls where second arg `inherit' is t.
24253 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
24255         * progmodes/gdb-ui.el (gdb-error): New variable.
24256         (gdb-error): New function.
24257         (gdb-annotation-rules): Act on error-begin and error annotations.
24258         (gdb-concat-output): Use font-lock-warning-face for errors.
24260 2005-06-22  Miles Bader  <miles@gnu.org>
24262         * bindings.el (propertized-buffer-identification): Use renamed
24263         `Buffer-menu-buffer' face.
24265         * faces.el (vertical-border): Rename from `vertical-divider'.
24266         (escape-glyph): Change dark-background color back to `cyan'.
24268 2005-06-21  Juri Linkov  <juri@jurta.org>
24270         * faces.el (face-user-default-spec): Try getting `customized-face'
24271         prior to `saved-face'.
24272         (frame-background-mode): Refill docstring.
24274         * emacs-lisp/lisp-mode.el (eval-defun-1):
24275         * emacs-lisp/edebug.el (edebug-eval-defun):
24276         Set `saved-face' temporarily to nil before calling form.
24277         Set `customized-face' to the new spec after that.
24279 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
24281         * subr.el (1value, lambda, key-substitution-in-progress):
24282         Doc fixes.
24284         * autoinsert.el (auto-insert-alist):
24285         * ses.el (ses-call-printer):
24286         * subr.el (noreturn):
24287         * emacs-lisp/lisp.el (check-parens):
24288         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24289         * net/browse-url.el (browse-url-mosaic):
24290         * progmodes/cc-defs.el (c-safe-scan-lists):
24291         * progmodes/ebnf-abn.el (ebnf-abn-lex):
24292         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24293         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24294         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24295         * progmodes/ebnf-iso.el (ebnf-iso-lex):
24296         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24298 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
24300         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24302 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
24304         * calendar/appt.el (appt-make-list): Activate the package, if
24305         not already active (for backwards compatibility).
24307 2005-06-20  Kim F. Storm  <storm@cua.dk>
24309         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
24311 2005-06-20  Miles Bader  <miles@gnu.org>
24313         * faces.el (vertical-divider): New face.
24315 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
24317         * simple.el (kill-whole-line): Doc fix.
24318         (next-error-buffer-p, next-error-find-buffer)
24319         (clone-indirect-buffer): Fix typos in docstrings.
24320         (comment-line-break-function): Doc fix: don't say variable
24321         is automatically buffer-local (it isn't).
24323 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
24325         * net/tramp-ftp.el (top):
24326         * net/tramp-smb.el (top):
24327         * net/tramp-util.el (top):
24328         * net/tramp-uu.el (top):
24329         * net/tramp-vc.el (top):
24330         * net/tramp.el (top): Revert copyright years back to original
24331         ones.  Tramp has a life outside GNU Emacs.
24333 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
24335         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24337 2005-06-18  Juri Linkov  <juri@jurta.org>
24339         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24340         end of first regexp to limit the match to the position between
24341         line number and source line with same separator character as used
24342         between file name and line number.  In the second regexp limit
24343         mouse-face area to file name and line number by adding new group
24344         for them and referring it in HYPERLINK arg.
24345         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24346         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24347         previous line where grep markers may be already removed.
24349 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
24351         * progmodes/ps-mode.el: Update version and maintainer's email address.
24353 2005-06-18  Steve Youngs  <steve@xemacs.org>
24355         * net/browse-url.el (browse-url-browser-function)
24356         (browse-url-default-browser): Add firefox.
24357         (browse-url-firefox-program, browse-url-firefox-arguments)
24358         (browse-url-firefox-startup-arguments)
24359         (browse-url-firefox-new-window-is-tab): New defcustoms.
24360         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24362 2005-06-17  Richard M. Stallman  <rms@gnu.org>
24364         * startup.el (command-line): Warn if specified user name has
24365         no home directory.
24367         * term.el (term-get-old-input, term-input-filter, term-input-sender)
24368         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24370         * longlines.el (longlines-mode, longlines-show-hard-newlines):
24371         Doc fixes.
24373         * faces.el (underline): Try bold if terminal doesn't support underline.
24375         * mail/sendmail.el (mail-setup-with-from): New variable.
24376         (mail-insert-from-field): New function.
24377         (sendmail-send-it): Call it.
24378         (mail-setup): Optionally call it here.
24380         * term/linux.el: Call tty-no-underline.
24382 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
24384         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24386 2005-06-17  Miles Bader  <miles@gnu.org>
24388         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24389         (ediff-current-diff-C, ediff-current-diff-Ancestor)
24390         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24391         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24392         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24393         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24394         Remove "-face" suffix from face names.
24395         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24396         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24397         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24398         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24399         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24400         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24401         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24402         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24403         New backward-compatibility aliases for renamed faces.
24404         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24405         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24406         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24407         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24408         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24409         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24410         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24411         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24412         Use renamed ediff faces.
24414         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24415         Remove "-face" suffix from face names.
24416         (eshell-test-ok-face, eshell-test-failed-face):
24417         New backward-compatibility aliases for renamed faces.
24418         (eshell-run-test): Use renamed eshell-test faces.
24420         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24421         face name.
24422         (eshell-prompt-face): New backward-compatibility alias for renamed
24423         face.
24424         (eshell-emit-prompt): Use renamed eshell-prompt face.
24426         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24427         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24428         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24429         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24430         Remove "-face" suffix from face names.
24431         (eshell-ls-directory-face, eshell-ls-symlink-face)
24432         (eshell-ls-executable-face, eshell-ls-readonly-face)
24433         (eshell-ls-unreadable-face, eshell-ls-special-face)
24434         (eshell-ls-missing-face, eshell-ls-archive-face)
24435         (eshell-ls-backup-face, eshell-ls-product-face)
24436         (eshell-ls-clutter-face):
24437         New backward-compatibility aliases for renamed faces.
24438         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24440         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24441         Remove "-face" suffix from face name.
24442         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24443         instead of literal face.
24445 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
24447         * emacs-lisp/warnings.el (display-warning, lwarn)
24448         (warning-minimum-log-level): Doc fixes.
24449         (warning-minimum-level, warning-minimum-log-level):
24450         Add :debug to :type choices.
24452         * progmodes/ada-mode.el (ada-format-paramlist)
24453         (ada-get-indent-case, ada-check-matching-start)
24454         (ada-check-defun-name, ada-goto-matching-decl-start)
24455         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24456         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24457         (ada-make-subprogram-body): Follow error conventions.
24458         (ada-case-exception-file, ada-indent-comment-as-code)
24459         (ada-indent-handle-comment-special, ada-indent-renames)
24460         (ada-indent-return, ada-search-directories-internal)
24461         (ada-tab-policy, ada-case-exception-substring)
24462         (ada-other-file-alist, ada-matching-start-re)
24463         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24464         (ada-imenu-generic-expression, ada-compile-goto-error)
24465         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24466         (ada-popup-menu, ada-add-extensions, ada-mode)
24467         (ada-region-selected, ada-create-case-exception)
24468         (ada-create-case-exception-substring, ada-after-keyword-p)
24469         (ada-activate-keys-for-case, ada-adjust-case-region)
24470         (ada-adjust-case-buffer, ada-format-paramlist)
24471         (ada-scan-paramlist, ada-insert-paramlist)
24472         (ada-indent-newline-indent)
24473         (ada-indent-newline-indent-conditional)
24474         (ada-justified-indent-current, ada-goto-previous-word)
24475         (ada-indent-current, ada-get-indent-open-paren)
24476         (ada-get-indent-paramlist, ada-get-indent-end)
24477         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24478         (ada-get-indent-block-start, ada-get-indent-subprog)
24479         (ada-get-indent-noindent, ada-get-indent-label)
24480         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24481         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24482         (ada-goto-stmt-end, ada-goto-next-word)
24483         (ada-check-matching-start, ada-check-defun-name)
24484         (ada-goto-matching-decl-start, ada-goto-matching-start)
24485         (ada-goto-matching-end, ada-search-ignore-string-comment)
24486         (ada-in-decl-p, ada-looking-at-semi-or)
24487         (ada-looking-at-semi-private, ada-in-paramlist-p)
24488         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24489         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24490         (ada-next-procedure, ada-previous-procedure, ada-next-package)
24491         (ada-previous-package, ada-create-menu)
24492         (ada-fill-comment-paragraph-justify)
24493         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24494         (ada-other-file-name, ada-last-which-function-line)
24495         (ada-last-which-function-subprog, ada-which-function)
24496         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24497         (ada-gen-treat-proc, ada-check-emacs-version)
24498         (ada-continuation-indent, ada-align-region-separate):
24499         Fix typos in docstrings.
24500         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24502 2005-06-16  Lute Kamstra  <lute@gnu.org>
24504         * simple.el (fundamental-mode): Run after-change-major-mode-hook
24505         conditionally.
24507 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
24509         * comint.el (comint-replace-by-expanded-filename)
24510         (comint-prompt-regexp, comint-delimiter-argument-list)
24511         (comint-preinput-scroll-to-bottom):
24512         * info.el (Info-hide-cookies-node):
24513         * ls-lisp.el (ls-lisp-classify):
24514         * find-file.el (ff-search-directories, ff-special-constructs)
24515         (ff-find-other-file):
24516         * font-lock.el (font-lock-keywords):
24517         * shell.el (shell-prompt-pattern)
24518         (shell-dynamic-complete-functions, shell-mode)
24519         (shell-delimiter-argument-list):
24520         * term.el (term-replace-by-expanded-filename)
24521         (term-prompt-regexp, term-delimiter-argument-list):
24522         * woman.el (woman-ignore, woman0-if):
24523         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24524         * emacs-lisp/elint.el (elint-init-env):
24525         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24526         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24527         * language/ethio-util.el (ethio-tilde-escape)
24528         (ethio-use-three-dot-question):
24529         * net/zone-mode.el (zone-mode-load-time-setup):
24530         * progmodes/cc-align.el (c-lineup-argcont):
24531         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24532         * progmodes/cperl-mode.el (cperl-set-style-back):
24533         * progmodes/inf-lisp.el (inferior-lisp-prompt):
24534         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24535         Fix spellings in docstrings.
24537         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24538         * progmodes/modula2.el (m2-for): Fix spellings.
24540         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24542         * simple.el (undo-more): Don't use `format' on `error' arguments.
24543         Improve argument/docstring consistency.
24544         (pending-undo-list): Doc fix.
24546         * smerge-mode.el (smerge-ensure-match):
24547         * emulation/vip.el (vip-ex):
24548         * net/zone-mode.el (zone-mode-update-serial):
24549         * progmodes/idlwave.el (idlwave-complete):
24550         * progmodes/vhdl-mode.el (vhdl-visit-file)
24551         (vhdl-compose-wire-components):
24552         Don't use `format' on `error' arguments.
24554         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24555         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24556         (tooltip-help-tips): Fix typos in docstrings.
24558 2005-06-16  David Ponce  <david@dponce.com>
24560         * tree-widget.el (tree-widget-value-create): Simplify last change.
24562 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
24564         * ido.el (ido-incomplete-regexp): New variable.
24565         (ido-set-matches-1): Handle invalid-regexp error and set
24566         ido-incomplete-regexp.
24567         (ido-incomplete-regexp): New face.
24568         (ido-completions): Use it.
24569         (ido-complete, ido-exit-minibuffer, ido-completions):
24570         Handle incomplete regexps.
24571         (ido-completions): Add check for complete match when entering a regexp.
24573 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24575         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24577 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24579         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24580         by field delimiters.
24582 2005-06-15  David Ponce  <david@dponce.com>
24584         * tree-widget.el: eval-and-compile inlined functions so they will
24585         be available at run-time too.
24586         (tree-widget-super-format-handler)
24587         (tree-widget-format-handler): Remove.
24588         (tree-widget-value-create): Handle the :indent property.
24590 2005-06-15  Miles Bader  <miles@gnu.org>
24592         * progmodes/which-func.el (which-func): Only inherit
24593         `font-lock-function-name-face' when that makes sense against the
24594         default mode-line face, otherwise set the face color explicitly.
24596         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
24597         faces instead of (non-existent) variables.
24599 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24601         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
24602         (iswitchb-get-matched-buffers): Likewise.  Simplify.
24604 2005-06-14  Miles Bader  <miles@gnu.org>
24606         * progmodes/ld-script.el (ld-script-location-counter):
24607         Remove "-face" suffix from face name.
24608         (ld-script-location-counter-face):
24609         New backward-compatibility alias for renamed face.
24610         (ld-script-location-counter-face): Use renamed face.
24612         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
24613         (cperl-hash): Remove "-face" suffix from face names.
24614         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
24615         New backward-compatibility aliases for renamed faces.
24616         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
24617         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
24619         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
24620         name.
24621         (which-func-face): New backward-compatibility alias for renamed face.
24622         (which-func-format): Use renamed which-func face.
24624         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
24625         (vhdl-function, vhdl-directive, vhdl-reserved-word)
24626         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
24627         names.
24628         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
24629         (vhdl-speedbar-configuration, vhdl-speedbar-package)
24630         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
24631         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
24632         (vhdl-speedbar-architecture-selected)
24633         (vhdl-speedbar-configuration-selected)
24634         (vhdl-speedbar-package-selected)
24635         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
24636         names.
24637         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
24638         Use renamed faces.
24639         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
24640         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
24641         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
24642         Use renamed faces.
24643         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
24644         names.
24645         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
24646         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
24647         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
24648         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
24649         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
24650         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
24652         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
24653         face name.
24654         (sh-heredoc-face): New backward-compatibility alias for renamed face.
24655         (sh-heredoc-face): Use renamed sh-heredoc face.
24657         * progmodes/idlw-help.el (idlwave-help-link):
24658         Remove "-face" suffix from face name.
24659         (idlwave-help-link-face):
24660         New backward-compatibility alias for renamed face.
24661         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
24663         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
24664         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
24665         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
24666         New backward-compatibility aliases for renamed faces.
24667         (idlwave-shell-disabled-breakpoint-face)
24668         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
24670         * progmodes/flymake.el (flymake-errline, flymake-warnline):
24671         Remove "-face" suffix from face names.
24672         (flymake-errline-face, flymake-warnline-face):
24673         New backward-compatibility aliases for renamed faces.
24674         (flymake-highlight-line): Use renamed flymake faces.
24676         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
24677         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24678         (ebrowse-member-class, ebrowse-progress):
24679         Remove "-face" suffix from face names.
24680         (ebrowse-tree-mark-face, ebrowse-root-class-face)
24681         (ebrowse-file-name-face, ebrowse-default-face)
24682         (ebrowse-member-attribute-face, ebrowse-member-class-face)
24683         (ebrowse-progress-face):
24684         New backward-compatibility aliases for renamed faces.
24685         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
24686         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
24687         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
24688         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
24690         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
24691         antlr-syntax)
24692         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
24693         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
24694         names.
24695         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
24696         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
24697         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24698         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
24699         backward-compatibility aliases for renamed faces.
24700         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
24701         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
24702         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
24703         remove "font-lock-".  Use renamed antlr-mode faces.
24704         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
24705         literal face-names with face variable references.
24707         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
24708         face name.
24709         (Buffer-menu-buffer-face): New backward-compatibility alias for
24710         renamed face.
24711         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
24713 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
24715         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
24716         Eliminate "-face" suffix.
24717         (makefile-targets): Inherit from font-lock-function-name-face and
24718         eliminate "-face" suffix.
24719         (makefile-shell): Remove attributes and eliminate "-face" suffix.
24720         (makefile-*-font-lock-keywords): Append makefile-targets in rule
24721         actions, instead of prepending, to make it less visible.
24722         (makefile-previous-dependency, makefile-match-dependency):
24723         Don't match a target on a continuation line.
24725         * files.el (auto-mode-alist): Put Makefile in gmake mode.
24727 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
24729         * progmodes/gdb-ui.el (menu): Re-order menu items.
24730         (gdb-tooltip-print): Respect tooltip-use-echo-area.
24732         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
24733         Define in tooltip.el.
24734         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
24735         (gud-tooltip-tips): Respect tooltip-use-echo-area and
24736         gud-tooltip-echo-area.
24738         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
24739         backward compatibility and make obsolete.
24740         (tooltip-help-tips): Use tooltip-use-echo-area.
24741         (tooltip-show-help-function): Rename to...
24742         (tooltip-show-help): ...this, because it is a function.
24743         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
24745 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
24747         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
24748         (edebug-print-length, edebug-print-level, edebug-print-circle)
24749         (edebug-modify-breakpoint, edebug-eval-last-sexp)
24750         (edebug-eval-print-last-sexp): Doc fixes.
24752 2005-06-14  Kim F. Storm  <storm@cua.dk>
24754         * ido.el (ido-mode): Make a new keymap every time we enable ido,
24755         as the coverage buffer/file/both may change.
24757 2005-06-14  Lute Kamstra  <lute@gnu.org>
24759         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
24760         and run-mode-hooks.  Simplify.
24762         * mail/rmailedit.el (rmail-edit-mode):
24763         * progmodes/octave-inf.el (inferior-octave-mode):
24764         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
24766         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
24767         and run-mode-hooks.
24768         (recentf-edit-list, recentf-open-files): Don't call
24769         kill-all-local-variables directly.
24771         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
24773 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
24775         * emacs-lisp/byte-run.el (make-obsolete)
24776         (define-obsolete-function-alias): Rename arguments FUNCTION and
24777         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
24778         (make-obsolete-variable, define-obsolete-variable-alias):
24779         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
24780         respectively.
24782         * isearchb.el (isearchb-activate):
24783         * pcvs.el (cvs-mode):
24784         * ses.el (ses-load):
24785         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
24786         * net/tramp.el (tramp-find-file-exists-command)
24787         (tramp-find-shell):
24788         * progmodes/ada-mode.el (ada-create-case-exception)
24789         (ada-create-case-exception-substring, ada-make-subprogram-body):
24790         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
24791         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
24792         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
24793         * textmodes/org.el (org-promote, org-evaluate-time-range)
24794         (org-agenda-next-date-line, org-agenda-previous-date-line)
24795         (org-agenda-error, org-open-at-point, org-table-move-row)
24796         (org-format-table-table-html-using-table-generate-source)
24797         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
24798         * textmodes/reftex.el (reftex-access-scan-info):
24799         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
24800         (reftex-toc-promote-prepare): Follow error conventions.
24802         * diff-mode.el (diff-mode): Fix typo in docstring.
24804         * forms.el (forms--intuit-from-file): Fix reference to
24805         `forms-number-of-fields' in error message.
24806         (forms-print): Fix quoting in error message.
24808         * forms.el (forms-mode):
24809         * emulation/vi.el (vi-goto-insert-state):
24810         * progmodes/flymake.el (flymake-new-err-info)
24811         (flymake-start-syntax-check-for-current-buffer)
24812         (flymake-simple-cleanup):
24813         * eshell/esh-var.el (eshell/export):
24814         * progmodes/gud.el (xdb):
24815         * textmodes/flyspell.el (flyspell-incorrect-hook)
24816         (flyspell-maybe-correct-transposition)
24817         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
24819 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
24821         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
24822         minibuffer prompt.
24824 2005-06-13  Kim F. Storm  <storm@cua.dk>
24826         * subr.el (add-to-ordered-list): New defun.
24828         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
24829         add cua--keymap-alist to emulation-mode-map-alists.
24831 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24833         * subr.el (complete-in-turn): New macro.
24834         (dynamic-completion-table, lazy-completion-table): Add debug info.
24836         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
24837         in preference to face aliases.
24839         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
24840         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
24841         Remove unused vars `start' and `firstline'.
24842         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
24843         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
24845 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
24847         * cus-start.el (all): Don't complain about missing GTK-related
24848         variables, unless either `gtk' is boundp or this isn't a
24849         `windows-nt' build.
24851 2005-06-13  Lute Kamstra  <lute@gnu.org>
24853         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
24854         run-mode-hooks.
24856         * ediff-mult.el (ediff-meta-mode):
24857         * ediff-util.el (ediff-mode): Use run-mode-hooks.
24859         * ledit.el (ledit-mode): Use delay-mode-hooks.
24861         * woman.el (woman-mode-line-format): Delete constant.
24862         (woman-mode-map): Initialize it properly.
24863         (woman-mode): Set mode-class property to special.
24864         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
24865         Set major-mode and mode-name.  Don't set mode-line-format directly.
24866         (Man-getpage-in-background): Don't reference woman-mode-line-format.
24868         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
24869         string argument obsolete.
24871 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
24873         * textmodes/org.el (org-CUA-compatible): New option.
24874         (org-disputed-keys): New variable.
24875         (org-key): New function.
24876         (orgtbl-make-binding): Add docstring to the created function.
24877         (org-mode): Set paragraph start/separate regexps.
24878         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
24879         (org-archive-location, org-archive-mark-done)
24880         (org-archive-stamp-time): New options.
24881         (org-archive-subtree): New command.
24882         (org-fill-paragraph): New function.
24883         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
24884         (org-fake-empty-table-line): Function removed.
24885         (org-format-org-table-html): Do not create empty table lines at
24886         separator lines.  Improved table header treatment.
24887         (org-link-format): New option.
24888         (org-make-link): New function.
24889         (org-insert-link, org-store-link): Use org-make-link.
24890         (org-open-file): Quote file name for shell command, to allow
24891         spaces in file names.
24892         (org-link-regexp): Fix bug with mailto link.
24893         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24894         New constants.
24895         (org-export-as-html): Deal with the optional angles around a link.
24896         Better treatment of file: links.
24897         (org-open-at-point): Replace @{ and @} with < and >.
24898         (org-run-mode-hooks): Function removed.
24899         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24901 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24903         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24904         MI command -data-list-register-values.
24905         (gdb-post-prompt): Indent properly.
24907 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24909         * hilit-chg.el (highlight-changes-colors): Rename from
24910         `highlight-changes-colours'.
24911         (highlight-changes-colours): Keep as obsolete alias.
24912         (highlight-changes-face-list): Doc fix.
24913         (hilit-chg-make-list): Use `highlight-changes-colors'.
24915 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24917         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24918         defun-prompt-regexp.
24920 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24922         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24923         and cygwin.
24925         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24926         Don't use an old loaddefs.el, as in Makefile.in.
24928 2005-06-12  Lute Kamstra  <lute@gnu.org>
24930         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24932         * man.el (Man-mode-map): Initialize it properly.
24933         (Man-mode): Set mode-class property to special.
24935         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24937 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24939         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24940         A newline is needed in the docstring there.
24942         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24943         Doc fixes.
24945 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24947         * printing.el: Doc fix.  The menubar is no more changed when printing
24948         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24949         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24950         (pr-version): New version number (6.8.4).
24951         (pr-menu-bind): New command.
24952         (pr-update-menus): Docstring and code fix.
24953         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24954         Docstring fix.
24955         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24956         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
24958 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
24960         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
24961         "Returns" to "return", document useful return values, etc.
24963 2005-06-11  Alan Mackenzie  <acm@muc.de>
24965         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
24966         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
24967         (adaptive-file-function): Minor amendment to doc-string.
24969 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24971         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
24972         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
24973         Fix :type--it is `integer', not `string'.
24975         * faces.el (modeline-highlight): Rename from (the erroneous)
24976         `modeline-higilight'.
24978 2005-06-11  Lute Kamstra  <lute@gnu.org>
24980         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
24981         lisp-interaction-mode-map but make it the parent.
24982         (edebug-eval-mode): Use define-derived-mode.
24984 2005-06-11  Andreas Schwab  <schwab@suse.de>
24986         * bindings.el: Add binding of `ESC functionkey' for every
24987         `M-functionkey'.
24988         * hexl.el (hexl-mode-map): Likewise.
24990 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
24992         * progmodes/compile.el (compilation-error-regexp-alist-alist)
24993         [msft]: update regexp for newer msft compilers.
24995 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
24997         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
24998         ATTLIST portions of included DTDs.
24999         (xml-parse-dtd): Eliminate use of inefficient match-data.
25001 2005-06-10  Miles Bader  <miles@gnu.org>
25003         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25004         (mpuz-text): Remove "-face" suffix from face names.
25005         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25006         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25007         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25009         * play/gomoku.el (gomoku-O, gomoku-X):
25010         Remove "-face" suffix from face names.
25011         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25012         New backward-compatibility aliases for renamed faces.
25013         (gomoku-font-lock-keywords): Use renamed gomoku faces.
25015 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25017         * thumbs.el: Fixes for changes of 2005-06-09.
25018         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25019         as a directory.
25020         (thumbs-thumbname): Remove directory separator from format string;
25021         `thumbs-thumbsdir' now returns a valid directory name.
25022         (thumbs-temp-dir): New defsubst.
25023         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25024         Use it.
25026         * cus-edit.el (minibuffer):
25027         * files.el (make-backup-file-name-function):
25028         * filesets.el (filesets-external-viewers):
25029         * hilit-chg.el (highlight-changes-colours)
25030         (highlight-changes-face-list, highlight-changes-rotate-faces):
25031         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25032         * kmacro.el (kmacro-call-macro):
25033         * log-edit.el (log-edit-changelog-full-paragraphs):
25034         * mouse.el (mouse-1-click-follows-link):
25035         * skeleton.el (skeleton-autowrap):
25036         * subr.el (insert-for-yank-1):
25037         * tempo.el (tempo-insert-region):
25038         * terminal.el (terminal-emulator):
25039         * time.el (display-time-mail-face):
25040         * vc.el (vc-annotate):
25041         * vcursor.el (vcursor-copy-line):
25042         * woman.el (woman-bold-headings, woman-ignore)
25043         (woman-default-faces, woman-monochrome-faces):
25044         * calendar/todo-mode.el (todo-insert-threshold):
25045         * emulation/pc-select.el (pc-select-selection-keys-only)
25046         (pc-selection-mode):
25047         * emulation/vip.el (vip-find-char-forward):
25048         * emulation/viper-cmd.el (viper-find-char-forward):
25049         * international/mule-cmds.el
25050         (select-safe-coding-system-accept-default-p)
25051         (input-method-exit-on-invalid-key):
25052         * international/mule-diag.el (describe-coding-system):
25053         * international/ucs-tables.el (unify-8859-on-encoding-mode):
25054         * net/browse-url.el (browse-url-xterm-program):
25055         * obsolete/lazy-lock.el (lazy-lock-mode):
25056         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25057         (cperl-mode):
25058         * progmodes/cpp.el (cpp-face-light-name-list)
25059         (cpp-face-dark-name-list):
25060         * progmodes/delphi.el (delphi-newline-always-indents):
25061         Fix spellings in docstrings.
25063         * ido.el (ido-mode, ido-file-extensions-order)
25064         (ido-default-file-method, ido-default-buffer-method)
25065         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25066         (ido-decorations, ido-read-file-name-as-directory-commands)
25067         (ido-read-file-name-non-ido, ido-work-directory-list)
25068         (ido-ignore-item-temp-list, ido-current-directory)
25069         (ido-magic-forward-char, ido-enter-find-file)
25070         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25071         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25073 2005-06-10  Lute Kamstra  <lute@gnu.org>
25075         * play/dunnet.el (dun-mode): Use define-derived-mode.
25076         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
25077         obsolete alias.
25079         * play/doctor.el (doctor-mode-map): Remove defvar.
25080         (doctor-mode): Use define-derived-mode.
25082         * mail/mspools.el (mspools-mode):
25083         * net/eudc-hotlist.el (eudc-hotlist-mode):
25084         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25086 2005-06-10  Miles Bader  <miles@gnu.org>
25088         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25089         Remove "-face" suffix from face names.
25090         (flyspell-incorrect-face, flyspell-duplicate-face):
25091         New backward-compatibility aliases for renamed faces.
25092         (flyspell-mode-on, make-flyspell-overlay)
25093         (flyspell-highlight-incorrect-region)
25094         (flyspell-highlight-duplicate-region)
25095         (flyspell-display-next-corrections)
25096         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25098         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25099         from face name.
25100         (texinfo-heading-face): New backward-compatibility alias for
25101         renamed face.
25102         (texinfo-heading-face): Use renamed texinfo-heading face.
25104         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25105         suffix from face names.
25106         (tex-math-face, tex-verbatim-face):
25107         New backward-compatibility aliases for renamed faces.
25108         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25109         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25110         literal face name.
25112         * textmodes/table.el (table-cell): Remove "-face" suffix from face
25113         name.
25114         (table-cell-face): New backward-compatibility alias for renamed face.
25115         (table--put-cell-face-property, table--update-cell-face):
25116         Use renamed table-cell face.
25118         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25119         from face name.
25120         (sgml-namespace-face): New backward-compatibility alias for
25121         renamed face.
25122         (sgml-namespace-face): Use renamed sgml-namespace face.
25124         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25125         (org-level-4, org-level-5, org-level-6, org-level-7)
25126         (org-level-8, org-warning, org-headline-done)
25127         (org-deadline-announce, org-scheduled-today)
25128         (org-scheduled-previously, org-link, org-done, org-table)
25129         (org-time-grid): Remove "-face" suffix from face names.
25130         (org-level-1-face, org-level-2-face, org-level-3-face)
25131         (org-level-4-face, org-level-5-face, org-level-6-face)
25132         (org-level-7-face, org-level-8-face, org-warning-face)
25133         (org-headline-done-face, org-deadline-announce-face)
25134         (org-scheduled-today-face, org-scheduled-previously-face)
25135         (org-link-face, org-done-face, org-table-face)
25136         (org-time-grid-face):
25137         New backward-compatibility aliases for renamed faces.
25138         (org-level-faces, org-set-font-lock-defaults, org-timeline)
25139         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25140         (org-agenda-get-timestamps, org-agenda-get-scheduled)
25141         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25143         * emulation/viper-init.el (viper-search, viper-replace-overlay)
25144         (viper-minibuffer-emacs, viper-minibuffer-insert)
25145         (viper-minibuffer-vi): Remove "-face" suffix from face names.
25146         (viper-search-face, viper-replace-overlay-face)
25147         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25148         (viper-minibuffer-vi-face):
25149         New backward-compatibility aliases for renamed faces.
25150         (viper-search-face, viper-replace-overlay-face)
25151         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25152         (viper-minibuffer-vi-face): Use renamed viper faces.
25154         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25155         Remove "-face" suffix from face names.
25156         (testcover-nohits-face, testcover-1value-face):
25157         New backward-compatibility aliases for renamed faces.
25158         (testcover-mark): Use renamed testcover faces.
25160         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25161         face name.
25162         (diary-button-face): New backward-compatibility alias for renamed face.
25163         (diary-entry): Use renamed diary-button face.
25165         * calendar/calendar.el (diary, calendar-today, holiday)
25166         (mark-visible-calendar-date): Remove "-face" suffix from face names.
25167         (diary-face, calendar-today-face, holiday-face):
25168         New backward-compatibility aliases for renamed faces.
25169         (eval-after-load "facemenu", diary-entry-marker)
25170         (calendar-today-marker, calendar-holiday-marker, diary-face):
25171         Use renamed calendar faces.
25173         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25174         (compare-windows-face): New backward-compatibility alias for
25175         renamed face.
25176         (compare-windows-highlight): Use renamed compare-windows face.
25178         * strokes.el (strokes-char): Remove "-face" suffix from face name.
25179         (strokes-char-face): New backward-compatibility alias for renamed face.
25180         (strokes-encode-buffer): Use renamed strokes-char face.
25182         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25183         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25184         Remove "-face" suffix from face names.
25185         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25186         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25187         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25188         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25189         Use renamed pcvs faces.
25190         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25191         * pcvs-defs.el (cvs-mode-map): Likewise.
25192         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25194         * info.el (info-title-1, info-title-2, info-title-3)
25195         (info-title-4): Remove "-face" suffix from and downcase face names.
25196         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25197         (Info-title-4-face):
25198         New backward-compatibility aliases for renamed faces.
25199         (Info-fontify-node): Use renamed info faces.
25201         * hilit-chg.el (highlight-changes, highlight-changes-delete):
25202         Remove "-face" suffix from face names.
25203         (highlight-changes-face, highlight-changes-delete-face):
25204         New backward-compatibility aliases for renamed faces.
25205         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25206         (hilit-chg-make-list): Use renamed highlight-changes faces.
25208         * generic-x.el (show-tabs-tab, show-tabs-space):
25209         Remove "-face" suffix from face names.
25210         (show-tabs-tab-face, show-tabs-space-face):
25211         New backward-compatibility aliases for renamed faces.
25212         (show-tabs-generic-mode-font-lock-defaults-1)
25213         (show-tabs-generic-mode-font-lock-defaults-2):
25214         Use renamed show-tabs faces.
25216         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25217         (smerge-markers): Remove "-face" suffix from face names.
25218         (smerge-mine-face, smerge-other-face, smerge-base-face)
25219         (smerge-markers-face):
25220         New backward-compatibility aliases for renamed faces.
25221         (smerge-mine-face, smerge-other-face, smerge-base-face)
25222         (smerge-markers-face): Use renamed smerge faces.
25224         * log-view.el (log-view-file, log-view-message): Remove "-face"
25225         suffix from face names.
25226         (log-view-file-face, log-view-message-face):
25227         New backward-compatibility aliases for renamed faces.
25228         (log-view-file-face, log-view-message-face): Use renamed log-view
25229         faces.
25231         * paren.el (show-paren-match, show-paren-mismatch):
25232         Remove "-face" suffix from face names.
25233         (show-paren-match-face, show-paren-mismatch-face):
25234         New backward-compatibility aliases for renamed faces.
25235         (show-paren-function): Use renamed show-paren faces.
25237         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25238         (ruler-mode-margins, ruler-mode-fringes)
25239         (ruler-mode-column-number, ruler-mode-fill-column)
25240         (ruler-mode-comment-column, ruler-mode-goal-column)
25241         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25242         suffix from face names.
25243         (ruler-mode-default-face, ruler-mode-pad-face)
25244         (ruler-mode-margins-face, ruler-mode-fringes-face)
25245         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25246         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25247         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25248         New backward-compatibility aliases for renamed faces.
25249         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25250         (ruler-mode-column-number, ruler-mode-fill-column)
25251         (ruler-mode-comment-column, ruler-mode-goal-column)
25252         (ruler-mode-tab-stop, ruler-mode-current-column)
25253         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25254         faces.
25256         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25257         face name.
25258         (whitespace-highlight-the-space): Use renamed face.
25259         (whitespace-highlight-face): New backward-compatibility alias for
25260         renamed face.
25262         * woman.el (woman-italic, woman-bold, woman-unknown)
25263         (woman-addition, woman-symbol-face):
25264         Remove "-face" suffix from face names.
25265         (woman-italic-face, woman-bold-face, woman-unknown-face)
25266         (woman-addition-face):
25267         New backward-compatibility aliases for renamed faces.
25268         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25269         (woman-decode-region, woman-replace-match)
25270         (woman-display-extended-fonts, woman-special-characters)
25271         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25272         Use renamed woman faces.
25274         * longlines.el (longlines-visible-face): Face removed.
25276         * diff-mode.el (diff-header, diff-file-header, diff-index)
25277         (diff-hunk-header, diff-removed, diff-added, diff-changed)
25278         (diff-function, diff-context, diff-nonexistent): Remove "-face"
25279         suffix from face names.
25280         (diff-header-face, diff-file-header-face, diff-index-face)
25281         (diff-hunk-header-face, diff-removed-face, diff-added-face)
25282         (diff-changed-face, diff-function-face, diff-context-face)
25283         (diff-nonexistent-face): New backward-compatibility aliases for
25284         renamed faces.
25285         (diff-header-face, diff-file-header-face)
25286         (diff-index, diff-index-face, diff-hunk-header)
25287         (diff-hunk-header-face, diff-removed, diff-removed-face)
25288         (diff-added, diff-added-face, diff-changed-face, diff-function)
25289         (diff-function-face, diff-context-face, diff-nonexistent)
25290         (diff-nonexistent-face): Use renamed diff-mode faces.
25292         * progmodes/compile.el (compilation-warning-face)
25293         (compilation-info-face): Remove "-face" suffix from face names.
25294         (compilation-warning-face, compilation-info-face):
25295         New backward-compatibility aliases for renamed faces.
25296         (compilation-warning-face, compilation-info-face):
25297         Use renamed compilation faces.
25299         * add-log.el (change-log-date, change-log-name)
25300         (change-log-email, change-log-file, change-log-list)
25301         (change-log-conditionals, change-log-function)
25302         (change-log-acknowledgement): Remove "-face" suffix from face names.
25303         (change-log-date-face, change-log-name-face)
25304         (change-log-email-face, change-log-file-face)
25305         (change-log-list-face, change-log-conditionals-face)
25306         (change-log-function-face, change-log-acknowledgement-face):
25307         New backward-compatibility aliases for renamed faces.
25308         (change-log-font-lock-keywords): Use renamed change-log faces.
25310         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25311         (custom-set, custom-changed, custom-saved, custom-button)
25312         (custom-button-pressed, custom-documentation, custom-state)
25313         (custom-comment, custom-comment-tag, custom-variable-tag)
25314         (custom-variable-button, custom-face-tag, custom-group-tag-1)
25315         (custom-group-tag): Remove "-face" suffix from face names.
25316         (custom-magic-alist, custom-magic-value-create)
25317         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25318         (custom-invalid-face, custom-rogue-face, custom-modified-face)
25319         (custom-set-face, custom-changed-face, custom-saved-face)
25320         (custom-button-face, custom-button-pressed-face)
25321         (custom-documentation-face, custom-state-face)
25322         (custom-comment-face, custom-comment-tag-face)
25323         (custom-variable-tag-face, custom-variable-button-face)
25324         (custom-face-tag-face, custom-group-tag-face-1)
25325         (custom-group-tag-face):
25326         New backward-compatibility aliases for renamed faces.
25328         * wid-edit.el (widget-documentation, widget-button)
25329         (widget-field, widget-single-line-field, widget-inactive)
25330         (widget-button-pressed): "-face" suffix removed from face names.
25331         (widget-documentation-face, widget-button-face)
25332         (widget-field-face, widget-single-line-field-face)
25333         (widget-inactive-face, widget-button-pressed-face):
25334         New backward-compatibility aliases for renamed faces.
25335         (widget-documentation-face, widget-button-face)
25336         (widget-button-pressed-face, widget-specify-field)
25337         (widget-specify-inactive): Use renamed widget faces.
25339 2005-06-10  Kenichi Handa  <handa@m17n.org>
25341         * term/x-win.el (x-clipboard-yank): Remove condition-case
25342         wrapping.
25344 2005-06-11  Kenichi Handa  <handa@m17n.org>
25346         * add-log.el (change-log-font-lock-keywords): Make the regexp for
25347         date lines stricter.
25349 2005-06-10  Zhang Wei  <id.brep@gmail.com>
25351         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25352         of x-get-selection.
25354 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25356         * comint.el (comint-mode, comint-snapshot-last-prompt):
25357         * frame.el (frame-current-scroll-bars):
25358         * term.el (term-mode, term-check-proc, term-input-sender)
25359         (term-simple-send, term-extract-string, term-word)
25360         (term-match-partial-filename):
25361         * window.el (window-current-scroll-bars):
25362         * emulation/cua-base.el (cua-normal-cursor-color)
25363         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25364         (cua-global-mark-cursor-color):
25365         * mail/undigest.el (rmail-forward-separator-regex):
25366         Fix typos in docstrings.
25368         * comint.el (comint-check-proc, make-comint-in-buffer)
25369         (comint-source-default): Doc fixes.
25371         * term.el (term-send-string): Improve argument/docstring consistency.
25373 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
25375         * comint.el (comint-send-input): Bind `inhibit-read-only' around
25376         call to `delete-region'.
25377         (comint-mode-hook): Do not enable Font Lock by default.
25379 2005-06-09  Lute Kamstra  <lute@gnu.org>
25381         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25382         could be void.
25384 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25386         * emacs-lisp/debug.el (debugger-will-be-back): New var.
25387         (debug): Use it.
25388         (debugger-step-through, debugger-continue, debugger-jump)
25389         (debugger-return-value): Set it when needed.
25390         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25391         Use inhibit-read-only.
25393 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
25395         * window.el (shrink-window-if-larger-than-buffer)
25396         (window-size-fixed): Fix typo in docstring.
25398         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
25399         thumbnails directory on loading.
25400         (thumbs-conversion-program): Use `eq' to check the system type,
25401         not `equal'.
25402         (thumbs-temp-dir): Initialize to `temporary-file-directory',
25403         not "/tmp".  Fix docstring.
25404         (thumbs-thumbsdir): New function to return the thumbnails
25405         directory, creating it if needed.
25406         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25407         (thumbs-temp-file): Delete variable and make it into a function.
25408         (thumbs-resize-image, thumbs-modify-image): Use it.
25409         (thumbs-kill-buffer): Simplify.
25410         (thumbs-gensym): Defalias or duplicate CL `gensym'.
25411         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25412         docstrings.
25414 2005-06-09  Kim F. Storm  <storm@cua.dk>
25416         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25417         set-match-data to free markers in match-data.
25419         * replace.el (replace-match-data): Pass RESEAT arg `t' to
25420         match-data to unchain markers in match-data.
25422 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25424         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25425         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
25426         unnecessary now.
25428 2005-06-08  Richard M. Stallman  <rms@gnu.org>
25430         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25431         give the variable a doc string that doesn't say don't set it directly.
25433         * textmodes/ispell.el (ispell-check-version):
25434         Use match-string-no-properties.
25435         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25436         (ispell-buffer-local-words): Likewise.
25438         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25439         except on terminals with enough colors to really display it.
25440         (makefile-dependency-regex): Delete spurious `bb'.
25442         * faces.el (escape-glyph): Use blue once again in last case.
25443         (no-break-space): Redefine so that it isn't invisible on a tty.
25445 2005-06-08  Kim F. Storm  <storm@cua.dk>
25447         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25448         also when reading directory name.
25450 2005-06-08  Lute Kamstra  <lute@gnu.org>
25452         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25453         (flyspell-mode-line-string): Remove autoload cookie.
25454         (flyspell-mode): Remove defvar.
25456 2005-06-07  Lute Kamstra  <lute@gnu.org>
25458         * textmodes/org.el (org-run-mode-hooks): New function.
25459         (org-agenda-mode): Use it.
25461 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
25463         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25465 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25467         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25469 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
25471         * font-lock.el (font-lock-add-keywords): Doc fix.
25473 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25475         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25476         (tex-compile-default): In the absence of any history, use the order in
25477         tex-compile-alist to choose the preferred command.
25478         (tex-compile-commands): Reorder a bit.
25480         * textmodes/flyspell.el (flyspell-auto-correct-binding)
25481         (flyspell-incorrect-face, flyspell-duplicate-face):
25482         Use (X)Emacs-agnostic code.
25483         (flyspell-mode-map): Don't overwrite at each load.  Remove code
25484         redundant with the subsequent add-minor-mode.  Merge Emacs and
25485         XEmacs code.
25486         (flyspell-word): Minor simplification.
25487         (flyspell-math-tex-command-p): Quieten the byte-compiler.
25488         (flyspell-external-point-words): Remove unused vars `size' and `start'.
25489         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25490         Merge the corresponding Emacs code.
25491         (flyspell-correct-word, flyspell-xemacs-popup):
25492         Use flyspell-do-correct.
25494         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25495         a dedicated window.
25497         * international/latexenc.el (latexenc-find-file-coding-system):
25498         Undo part of last patch, to turn off a compiler warning.
25500 2005-06-06  Juri Linkov  <juri@jurta.org>
25502         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25503         Rename `tmm-inactive-face' to `tmm-inactive'.
25505 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
25507         * iswitchb.el: Rename faces.
25509 2005-06-06  Kim F. Storm  <storm@cua.dk>
25511         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25512         (cua-global-mark): Remove -face suffix from face names.
25514         * emulation/cua-gmrk.el (cua--init-global-mark):
25515         Remove cua-global-mark face setup.
25517 2005-06-06  Richard M. Stallman  <rms@gnu.org>
25519         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25520         just like other allowed characters.
25521         (makefile-match-dependency): Exclude leading and training whitespace
25522         from the range of regexp subexp 1.
25523         (makefile-macroassign-regex): Don't try to match the body,
25524         just the name of the macro being defined.
25526         * info.el (Info-read-node-name-2): New function.
25527         (Info-read-node-name-1): Use that.
25528         Add a completion-base-size-function property.
25530         * simple.el (completion-setup-function): Look for
25531         completion-base-size-function property of minibuffer-completion-table.
25533         * files.el (locate-file-completion): Doc fix.
25535         * printing.el: Don't call pr-update-menus; user must do that.
25537         * emacs-lisp/debug.el (debugger-window): New variable.
25538         (debug): Use debugger-window if it is set and still alive.
25539         Record debugger-window for next entry.
25541         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25543 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
25545         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25546         (hack-one-local-variable, hack-local-variables)
25547         (hack-local-variables-prop-line): Pass that arg.
25549 2005-06-06  Kim F. Storm  <storm@cua.dk>
25551         * ido.el (ido-first-match, ido-only-match, ido-subdir)
25552         (ido-indicator): Remove -face suffix from face names.
25554 2005-06-06  Juri Linkov  <juri@jurta.org>
25556         * font-lock.el (font-lock-regexp-backslash)
25557         (font-lock-regexp-backslash-construct): New faces.
25558         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
25559         after `('.  Add `while-no-input' to control structures.
25561         * faces.el (no-break-space, shadow): New faces.
25562         (escape-glyph): Use less loud colors pink2 and red4.
25564         * diff-mode.el (diff-context-face)
25565         * dired.el (dired-ignored)
25566         * rfn-eshadow.el (file-name-shadow)
25567         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25569         * info.el (Info-title-1-face): Use green instead of yellow because
25570         bold yellow is not readable on light backgrounds.
25572         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25573         before selecting the desired mode to not spend time fontifying
25574         old contents.
25576 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
25578         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25579         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25581         * ps-print.el (ps-default-fg, ps-default-bg):
25582         Fix typos in docstrings.
25584         * isearchb.el (isearchb): Don't pass a spurious second argument to
25585         `iswitchb-completions'.
25587 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
25589         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
25590         to preserve point.
25591         (gdb-find-file-hook): Add doc string.
25593         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
25594         C dereferenced pointer expression.
25595         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
25597         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
25599         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
25600         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
25601         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
25602         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
25603         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
25604         Make background transparent.
25606 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
25608         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
25609         (font-lock-remove-keywords): Doc fix.
25610         (font-lock-mode-major-mode): Compiler defvar.
25611         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
25613         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
25614         (font-lock-mode): Update `font-lock-mode-major-mode'.
25615         (font-lock-set-defaults): Compiler defvar.
25616         (font-lock-default-function): Take `font-lock-mode-major-mode'
25617         into account.
25619         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
25620         keep track of which major mode it enabled the minor mode for.
25621         Use find-file-hook again.  Update docstring.
25623         * simple.el (eval-expression-print-level)
25624         (eval-expression-print-length, eval-expression-debug-on-error):
25625         Doc fixes.
25627 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
25629         * iswitchb.el (iswitchb-single-match-face)
25630         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
25631         (iswitchb-invalid-regexp-face): New faces.
25632         (iswitchb-completions): Use them.
25633         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
25634         now marked as an obsolete alias.
25635         (iswitchb-read-buffer): Remove check for bound font variables.
25636         (iswitchb-invalid-regexp): New free variable.
25637         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
25638         set iswitchb-invalid-regexp.
25639         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
25640         invalid regexps.
25641         (iswitchb-completions): Add check for complete match when entering
25642         a regexp.
25643         (iswitchb-completions): Remove require-match argument.
25644         (iswitchb-exhibit): Fix caller.
25645         (iswitchb-common-match-inserted): New variable.
25646         (iswitchb-complete, iswitchb-completion-help): Use it.
25648 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
25650         * url-http.el (url-http-chunked-encoding-after-change-function):
25651         Use `url-http-debug' instead of `message'.
25653 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
25655         * url-http.el (url-http-parse-headers): Pass redirected URL as a
25656         callback argument.
25658 2005-06-04  Kim F. Storm  <storm@cua.dk>
25660         * simple.el (line-move): Only call sit-for when moving backwards.
25662         * ido.el (ido-make-merged-file-list-1): New defun split from
25663         ido-make-merged-file-list.
25664         (ido-make-merged-file-list): Bind throw-on-input around call to
25665         ido-make-merged-file-list-1.  Return input-pending-p if
25666         interrupted by more input available.
25667         (ido-read-internal): Handle input-pending-p return value from
25668         ido-make-merged-file-list.
25670 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25672         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
25673         compatibility code.
25675         * international/latexenc.el (latexenc-find-file-coding-system):
25676         Don't inherit the EOL part of the coding-system from the
25677         tex-main buffer.  Fit within 80 columns.
25679 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
25681         * tmm.el (tmm-inactive-face): New face.
25682         (tmm-remove-inactive-mouse-face): New function.
25683         (tmm-prompt, tmm-add-one-shortcut)
25684         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
25685         but not selectable.
25687 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
25689         * faces.el (face-equal): Improve argument/docstring consistency.
25691 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
25693         * progmodes/make-mode.el (makefile-targets-face)
25694         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
25695         (makefile-bsdmake-dependency-regex)
25696         (makefile-makepp-rule-action-regex)
25697         (makefile-bsdmake-rule-action-regex): New constants.
25698         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
25700         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25701         Allow (...) within `...' for makepp messages.
25703 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
25705         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
25707         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
25708         "." files are deleted from all file lists before comparison.
25710         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25711         (viper-ESC-key): Made them customizable.
25713         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
25715 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
25717         * autorevert.el (auto-revert-buffers): Use save-match-data.
25719 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25721         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
25722         menu items with a nil command binding.
25724 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
25726         * emacs-lisp/cl-macs.el (defsetf):
25727         Improve argument/docstring consistency.
25729         * faces.el (list-faces-display): Improve the formatting by
25730         computing the maximum length required for any face-name (reworked
25731         patch of 1999-01-11, accidentally deleted on 1999-07-21).
25732         (internal-find-face): Remove redundant info in docstring.
25734 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
25736         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
25737         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
25738         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25739         (gdb-assembler-custom): Improve regexps.
25740         (def-gdb-auto-update-handler): Use window point to preserve point.
25742 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25744         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
25746 2005-05-31  Jay Belanger  <belanger@truman.edu>
25748         * calc/calc-embed.el (calc-embedded-word): Change argument passed
25749         to calc-embedded.
25750         (calc-embedded-make-info): Have plain prefix argument select
25751         entire line.
25753 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
25755         * faces.el (list-faces-display): Signal error if passed a regexp
25756         that matches no face name.
25758         * simple.el (filter-buffer-substring): Fix typo in docstring.
25760 2005-05-31  Richard M. Stallman  <rms@gnu.org>
25762         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
25763         (vhdl-emacs-21): Doc fix.
25764         (vhdl-mode): Unconditionally set comment-padding.
25765         (vhdl-fixup-whitespace-region): Insert spaces only where
25766         there are none.
25767         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
25769 2005-05-30  John Wiegley  <johnw@newartisans.com>
25771         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
25772         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
25773         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
25774         `directory-sep-char' to ?/, and all uses of `string-to-int' to
25775         `string-to-number'.
25777 2005-05-30  Jay Belanger  <belanger@truman.edu>
25779         * calc/calc.el (calc-bug-address): Fix docstring.
25780         (calc-window-hook, calc-trail-window-hook): New variables.
25781         (calc-trail-display): Restore use of calc-trail-window-hook.
25782         (calc): Restore use of calc-window-hook.
25784 2005-05-31  Masatake YAMATO  <jet@gyve.org>
25786         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
25788         * help-fns.el (help-C-file-name): Add autoload mark for
25789         `find-function-noselect'.
25791 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25793         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
25794         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
25796 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25798         * calendar/diary-lib.el (mark-included-diary-files): Only kill
25799         included diary buffer if it was not already being visited.
25800         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
25802         * calendar/icalendar.el (top-level): Do not require appt.
25804         * mail/supercite.el (sc-select-attribution): Only use a list
25805         element from sc-attrib-selection-list if it returns a string.
25806         Reported by Davide G. M. Salvetti <salve@debian.org>.
25808 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
25810         * thumbs.el (thumbs-thumbname): The resulting thumbname now
25811         includes a hash value to improve its uniqueness, and has a ".jpg"
25812         extension.  Also, it is now a valid filename on all systems.
25813         (thumbs-make-thumb): Use `let', not `let*'.
25814         (thumbs-show-thumbs-list): Check for JPEG availability.
25816 2005-05-30  Richard M. Stallman  <rms@gnu.org>
25818         * filesets.el (filesets-menu-ensure-use-cached):
25819         Prevent warning when emacs-version>= is undefined.
25821         * printing.el (pr-interactive-n-up): Use string-to-number.
25823         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
25825         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25826         Warn only when name to be defined is quoted.
25828 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
25830         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
25831         Make regexp more robust.
25832         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
25833         Force regeneration of disassembly.
25835 2005-05-29  Jay Belanger  <belanger@truman.edu>
25837         * calc/calc.el (calc-user-invocation): Check if
25838         calc-invocation-macro is non-nil.
25840 2005-05-29  Juri Linkov  <juri@jurta.org>
25842         * add-log.el (change-log-font-lock-keywords):
25843         Add `+' to e-mail regexp to accept mail address with keywords.
25845         * man.el (Man-name-regexp): Add `:' to accept qualified names.
25847 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
25849         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
25851         * ielm.el (inferior-emacs-lisp-mode): Ditto.
25853 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25855         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
25856         Undo the change that moves to end of the current word.
25858 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25860         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
25861         Throw error when count <= 0 to ensure input is a number.
25862         (gdb-read-memory-custom): Pick up address from buffer.
25863         (gdb-memory-mode): Allow user to increment and decrement
25864         memory address from header line.
25866 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25868         * flyspell.el (flyspell-version): Function deleted.
25869         (flyspell-auto-correct-previous-hook): Doc fix.
25871         * jit-lock.el (jit-lock-function, jit-lock-after-change):
25872         Do nothing if memory is full.
25874         * font-lock.el (font-lock-fontify-syntactically-region):
25875         Pass t for GREEDY to looking-back.
25877         * saveplace.el (save-place-alist-to-file): Write the file
25878         using write-region.
25880         * subr.el (looking-back): New argument GREEDY.
25882         * progmodes/compile.el (compilation-start): Set the mode
25883         before inserting the initial text.
25885         * progmodes/which-func.el (which-func-update-1): Turn the mode
25886         off in case of error by setting which-func-mode.
25888 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
25890         * flyspell.el (flyspell-auto-correct-previous-word):
25891         Narrow down to what's on the screen, and recenter overlays
25892         at the end of the next word.
25894 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25896         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25897         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25898         (flyspell-abbrev-p): Default to nil.
25899         (flyspell-use-global-abbrev-table-p): Doc fix.
25900         (flyspell-large-region): Allow nil as value.
25901         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25903         (mail-mode-flyspell-verify): More robust handling
25904         of `mail-header-separator'.  More efficient signature detection.
25905         Allow for regexp metacharacters in message-header-separator.
25906         Adding `To' not to be checked in mail-mode-flyspell-verify.
25908         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25909         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25910         Bind flyspell-auto-correct-binding.
25911         Bind C-. and C-, .
25912         (flyspell-mode-map): Likewise.
25913         (flyspell-mode): Doc fix.
25914         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25915         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25916         (flyspell-word-cache-result): New var, always local.
25917         (flyspell-check-pre-word-p): Doc fix.
25918         (flyspell-check-changed-word-p): Handle spc like newline.
25919         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25920         (flyspell-word-search-backward, flyspell-word-search-forward):
25921         New functions.
25922         (flyspell-word): Return t if nothing to check.
25923         When parsing TeX code, check for after } or \.
25924         Use flyspell-word-search-backward to find previous word.
25925         Return nil if duplicated word.
25926         For word already checked, return same value as last time.
25927         Set flyspell-word-cache-result after checking.
25928         Don't clobber the return value.
25929         (flyspell-get-word): Major rewrite.
25930         (flyspell-external-point-words): New locals pword, pcount.
25931         Fix size used in progress message.
25932         Find the proper corresponding word in flyspell-large-region-buffer.
25933         (flyspell-region): Check for flyspell-large-region = nil.
25934         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25935         (flyspell-auto-correct-word): Check that WORD is a cons.
25936         (flyspell-correct-word): Likewise.
25938 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25940         * progmodes/make-mode.el (makefile-rule-action-regex)
25941         (makefile-macroassign-regex, makefile-makepp-mode)
25942         (makefile-bsdmake-mode): Continuation lines may be empty.
25943         Reported by Joshua Varner.
25944         (makefile-makepp-font-lock-keywords): Add $(stem).
25946 2005-05-28  Karl Berry  <karl@gnu.org>
25948         * textmodes/tex-mode.el: Now that tex-send-command calls
25949         shell-quote-argument (2005-03-31 change), remove all calls to
25950         shell-quote-argument; they all end up invoking tex-send-command.
25951         The double quoting loses on filenames with non-safe characters,
25952         such as "@".  Reported by Frederik Fouvry.
25954 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25956         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25957         about preserving point.
25959 2005-05-27  Jay Belanger  <belanger@truman.edu>
25961         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
25962         Info-goto-node.
25964         * calc/calc-embed.el (calc-embed-arg): New variable.
25965         (calc-do-embedded-activate, calc-embedded-activate-formula)
25966         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
25967         variable by new variable.
25968         (calc-embedded-make-info): Replace undeclared variable by new
25969         variable.  When selecting region with positive prefix
25970         argument, use end of previous line instead of beginning of line.
25972         * calc/calc-aent.el (calc-arg-values): Declare it.
25974         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
25975         Declare them.
25977         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
25979         * calc/calc.el (calc-alg-map): Declare it.
25981         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
25983 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
25985         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
25986         (gdb-registers-buffer, toggle-gdb-all-registers):
25987         Toggle display of floating point registers.
25988         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
25990         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
25991         (toggle-gud-tooltip-dereference):
25992         Rename from gud-toggle-tooltip-dereference.
25994 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25996         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
25998 2005-05-27  Jay Belanger  <belanger@truman.edu>
26000         * calc/calc-prog.el (calc-kbd-report): Remove.
26001         (calc-kbd-query): Rewrite.
26003 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
26005         * image.el (image-library-alist): Move to image.c.
26006         (image-type-available-p): Doc fix.
26008 2005-05-27  Lute Kamstra  <lute@gnu.org>
26010         * calc/calc.el (calc):
26011         * outline.el (outline-1, outline-2, outline-3, outline-4)
26012         (outline-5, outline-6, outline-7, outline-8):
26013         * textmodes/dns-mode.el (dns-mode):
26014         * textmodes/sgml-mode.el (sgml-namespace-face):
26015         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26016         (tex-verbatim-face, tex-use-reftex):
26017         * textmodes/texinfo.el (texinfo-heading-face):
26018         Specify customization group.
26020         * longlines.el: Don't require easy-mmode.
26021         (longlines-visible-face): Specify customization group.
26023 2005-05-27  Kenichi Handa  <handa@m17n.org>
26025         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26026         encoding table of windows-1251.
26028         * international/ucs-tables.el (ucs-set-table-for-input):
26029         If translation-table-for-input of a coding system is a symbol, get
26030         its translation-table property.
26032         * international/code-pages.el: Don't register a coding system into
26033         non-iso-charset-alist more than once.
26034         (cp-make-coding-system): Likewise.
26036 2005-05-26  John Wiegley  <johnw@newartisans.com>
26038         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26039         `eshell-resume-eval' is wrapped in a list, it indicates that the
26040         command was run asynchronously.  In that case, unwrap the value
26041         before checking the delimiter value.
26043         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26044         character before a space at the end of a line is \, assume the space
26045         is part of the last argument rather than a final argument separator.
26047         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26048         is in use, and the target is `t' or `nil' (which are the most common
26049         values), don't assume that the symbol target is a buffer.
26051 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
26053         * calendar/calendar.el (calendar-mode-line-format):
26054         Use mode-line-highlight as mouse-face.
26056         * time.el (display-time-string-forms, display-time-update):
26057         Use mode-line-highlight as mouse-face.
26059 2005-05-26  Jay Belanger  <belanger@truman.edu>
26061         * calc/calc.el (calc-language-alist): Remove extra defvar.
26063 2005-05-26  Lute Kamstra  <lute@gnu.org>
26065         * arc-mode.el (archive-mode):
26066         * bookmark.el (bookmark-read-annotation-mode)
26067         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26068         * bs.el (bs-mode):
26069         * calc/calc-yank.el (calc-edit-mode):
26070         * calc/calc.el (calc-mode, calc-trail-mode):
26071         * calculator.el (calculator-mode):
26072         * chistory.el (command-history-mode):
26073         * comint.el:
26074         * cus-edit.el (custom-mode):
26075         * descr-text.el (describe-text-mode):
26076         * ebuff-menu.el (Electric-buffer-menu-mode):
26077         * ediff-util.el (ediff-mode):
26078         * emacs-lisp/re-builder.el (reb-mode):
26079         * emulation/vi.el (vi-mode-setup):
26080         * emulation/ws-mode.el (wordstar-mode):
26081         * eshell/esh-mode.el (eshell-mode):
26082         * forms.el (forms-mode):
26083         * help-mode.el (help-mode):
26084         * hexl.el (hexl-mode):
26085         * ibuffer.el (ibuffer-mode):
26086         * ielm.el (inferior-emacs-lisp-mode):
26087         * info.el (Info-mode, Info-edit-mode):
26088         * international/swedish.el:
26089         * ledit.el (ledit-from-lisp-mode):
26090         * locate.el (locate-mode):
26091         * mail/rmail.el (rmail-mode):
26092         * mail/rmailedit.el (rmail-edit-mode):
26093         * mail/rmailsum.el (rmail-summary-mode):
26094         * mail/supercite.el (sc-electric-mode):
26095         * net/eudc.el (eudc-mode):
26096         * net/quickurl.el (quickurl-list-mode):
26097         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26098         * obsolete/ooutline.el (outline-mode):
26099         * obsolete/options.el (Edit-options-mode):
26100         * obsolete/rnews.el (news-mode):
26101         * obsolete/rnewspost.el (news-reply-mode):
26102         * play/5x5.el (5x5-mode):
26103         * play/decipher.el (decipher-mode, decipher-stats-mode):
26104         * play/gomoku.el (gomoku-mode):
26105         * play/snake.el (snake-mode):
26106         * play/solitaire.el (solitaire-mode):
26107         * play/tetris.el (tetris-mode):
26108         * progmodes/ada-mode.el (ada-mode):
26109         * progmodes/antlr-mode.el (antlr-mode):
26110         * progmodes/autoconf.el (autoconf-mode):
26111         * progmodes/dcl-mode.el (dcl-mode):
26112         * progmodes/delphi.el (delphi-mode):
26113         * progmodes/ebrowse.el (ebrowse-tree-mode)
26114         (ebrowse-electric-list-mode, ebrowse-member-mode)
26115         (ebrowse-electric-position-mode):
26116         * progmodes/f90.el (f90-mode):
26117         * progmodes/fortran.el (fortran-mode):
26118         * progmodes/icon.el (icon-mode):
26119         * progmodes/idlw-help.el (idlwave-help-mode):
26120         * progmodes/idlw-shell.el (idlwave-shell-mode):
26121         * progmodes/idlwave.el (idlwave-mode):
26122         * progmodes/inf-lisp.el (inferior-lisp-mode):
26123         * progmodes/m4-mode.el (m4-mode):
26124         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26125         * progmodes/modula2.el (modula-2-mode):
26126         * progmodes/octave-inf.el (inferior-octave-mode):
26127         * progmodes/octave-mod.el (octave-mode):
26128         * progmodes/pascal.el (pascal-mode):
26129         * progmodes/sh-script.el (sh-mode):
26130         * progmodes/sql.el (sql-mode, sql-interactive-mode):
26131         * progmodes/vhdl-mode.el (vhdl-mode):
26132         * progmodes/xscheme.el (scheme-interaction-mode):
26133         * replace.el (occur-mode):
26134         * ses.el (ses-mode):
26135         * simple.el (completion-list-mode):
26136         * skeleton.el:
26137         * speedbar.el (speedbar-mode):
26138         * term.el (term-mode):
26139         * terminal.el (terminal-edit-mode):
26140         * textmodes/reftex-index.el (reftex-index-mode)
26141         (reftex-index-phrases-mode):
26142         * textmodes/reftex-sel.el (reftex-select-label-mode)
26143         (reftex-select-bib-mode):
26144         * textmodes/reftex-toc.el (reftex-toc-mode):
26145         * wdired.el (wdired-change-to-wdired-mode):
26146         * wid-browse.el (widget-browse-mode):
26147         Use run-mode-hooks.
26149         * array.el (array-mode):
26150         * calendar/todo-mode.el (todo-mode):
26151         * man.el (Man-mode):
26152         * play/landmark.el (lm-mode):
26153         * play/mpuz.el (mpuz-mode):
26154         Use kill-all-local-variables and run-mode-hooks.
26156         * subr.el (delay-mode-hooks): Specify indentation.
26158 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
26160         * xml.el (xml-substitute-special): Don't die for undefined xml
26161         entities.
26163 2005-05-26  Jay Belanger  <belanger@truman.edu>
26165         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26166         of nil.
26168 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
26170         * progmodes/gdb-ui.el (gdb-frame-address):
26171         Rename from gdb-current-address.
26172         (gdb-previous-frame-address): Rename from gdb-previous-address.
26173         (gdb-selected-frame): Rename from gdb-current-frame.
26174         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26175         (gdb-frame-number): Rename from gdb-current-stack-level.
26176         (gdb-ann3): Match new mode-name for disassembly buffer.
26177         Extend initialization of variables.
26178         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26179         (gdb-memory-mode): Use mouse-face in header line.
26180         (gdb-assembler-buffer-name): Call it disassembly and give frame
26181         in mode line.
26182         (gdb-source-spec-regexp, gdb-assembler-custom)
26183         (gdb-invalidate-assembler, gdb-frame-handler):
26184         Make robust to leading zeroes in address format.
26186 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
26188         * textmodes/org.el (org-mode): Use `define-derived-mode' to
26189         define `org-mode'.
26190         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26192 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26194         * log-edit.el (log-edit-changelog-entries): Distinguish between
26195         filenames like xfns.c and fns.c.
26197 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
26199         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26200         point after reverting.
26201         (Buffer-menu-make-sort-button): Handle the case where
26202         `Buffer-menu-use-header-line' is nil.
26204 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
26206         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26207         New funcs.  In minibuffer-local-completion-map bind `]', `/'
26208         and `:' to them.
26210 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26212         * startup.el (normal-top-level): Allow modification of load-path while
26213         we're iterating over it.
26215 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
26217         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26218         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26219         (thumbs-resize-interactive, thumbs-insert-image)
26220         (thumbs-insert-thumb, thumbs-dired-show-marked)
26221         (thumbs-find-image-at-point, thumbs-delete-images)
26222         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26223         (thumbs-increment-image-size, thumbs-decrement-image-size):
26224         Fix typos in docstrings.
26226 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
26228         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26229         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26230         (cperl-mode): Use them.
26232 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
26234         * window.el (quit-window, shrink-window-if-larger-than-buffer):
26235         Doc fixes.
26237 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
26239         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26240         Bind C-d to gdb-inferior-io-eof.
26242         * dired.el (dired-dnd-popup-notice): Use message-box.
26244 2005-05-23  Masatake YAMATO  <jet@gyve.org>
26246         * bindings.el (mode-line-major-mode-keymap):
26247         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26249         * faces.el (mode-line-highlight): New face.
26251         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26252         as mouse-face.
26254         * bindings.el (top-level, help-echo, mode-line-modified)
26255         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26256         as mouse-face.
26258 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
26260         * progmodes/cc-engine.el (c-guess-basic-syntax):
26261         Remove spurious call to `zerop'.
26263         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26265 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
26267         CC Mode update to 5.30.10:
26269         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26270         could go past the limit in decoration level 2, thereby causing
26271         errors during interactive fontification.
26273         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26274         the file is evaluated interactively.
26276         * cc-engine.el (c-guess-basic-syntax): Handle operator
26277         declarations somewhat better in C++.
26279         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26280         make use of `run-mode-hooks' which has been added in Emacs 21.1.
26281         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26282         (awk-mode): Use it.
26283         (make-local-hook): Suppress warning about obsoleteness.
26285         * cc-engine.el, cc-align.el, cc-cmds.el
26286         (c-append-backslashes-forward, c-delete-backslashes-forward)
26287         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26288         Compensate for return value from `forward-line' when it has moved
26289         but not to a different line due to eob.
26291         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26292         `objc-method-intro' and `objc-method-args-cont'.
26294 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
26296         CC Mode update to 5.30.10:
26298         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26299         in the copyright statement.  Incidentally, change "along with GNU
26300         Emacs" to "along with this program" where it occurs.
26302         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26303         so that it is interactive, hence can be found by M-x awk-mode
26304         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
26305         <gmorris+emacs@ast.cam.ac.uk>.
26307         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26308         Mode's regexps.
26310 2005-05-23  Kevin Ryde  <user42@zip.com.au>
26312         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26313         c-parse-state, to avoid a lisp error (on bad code).
26315 2005-05-23  Lute Kamstra  <lute@gnu.org>
26317         * subr.el (font-lock-defaults): Remove defvar as it's already
26318         defined in font-core.el.
26320         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26322 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
26324         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26325         more general and work when GDB variable "print pretty" is on,
26326         as with Emacs, for example.
26328 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
26330         * font-core.el: Update comment.
26332         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26333         Use `after-change-major-mode-hook' instead of `find-file-hook'.
26335         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26337 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
26339         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26340         and `yank-handler' in the doc strings.
26342 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26344         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
26346 2005-05-22  Richard M. Stallman  <rms@gnu.org>
26348         * help.el (describe-key): Move print-help-return-message call
26349         out of conditional.
26351         * progmodes/etags.el (list-tags): Use with-no-warnings.
26353         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26354         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26355         (starttls-extra-args, starttls-extra-arguments): Add defvars.
26357         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26359         * language/viet-util.el (viet-viscii-nonascii-translation-table):
26360         Add defvar.
26362         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26363         Use defvar, not defconst.
26365         * hexl.el (hexl-follow-line): Use with-no-warnings.
26367         * emulation/tpu-extras.el: Use write-file-functions instead of
26368         write-file-hooks.
26370         * dired.el (dired-font-lock-keywords): Fontify files with junk
26371         extensions even if marked by -F.
26373 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
26375         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26376         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26377         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26378         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26379         (concatenate, list-length, get*, getf, cl-remprop):
26380         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26381         (etypecase, progv, lexical-let, lexical-let*)
26382         (multiple-value-bind, multiple-value-setq, shiftf):
26383         Improve argument/docstring consistency.
26385         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26387 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
26389         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26390         doesn't exist.
26392         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
26393         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26395 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
26397         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26398         already deleted variables: auto-fill-hook, blink-paren-hook,
26399         lisp-indent-hook, inhibit-local-variables, unread-command-event,
26400         suspend-hooks, comment-indent-hook, meta-flag,
26401         before-change-function, after-change-function,
26402         font-lock-doc-string-face.
26404 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
26406         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26408 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
26410         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26411         rmail-dont-reply-to.
26413 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26415         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26416         literal blank when splitting new-header-values.
26418 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
26420         * calendar/cal-menu.el (cal-menu-update): Add separator as a
26421         string so that tmm doesn't create a completion entry for it.
26423         * textmodes/table.el (table-disable-menu): Ditto.
26425 2005-05-21  Richard M. Stallman  <rms@gnu.org>
26427         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26429         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26431         * net/rcompile.el (remote-compile): Use compilation-start.
26433         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26435 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
26437         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26438         Default to makefile-bsdmake-mode on BSD systems.
26440         * imenu.el (imenu-generic-expression, imenu--generic-function'):
26441         REGEXP may also be a search function now.  The part of doc-string
26442         for describing the structure was 95% identical to that of
26443         `imenu--generic-function'.  Unify it there.
26445         * progmodes/make-mode.el (makefile-imenu-generic-expression):
26446         Use function to find dependencies, because regexp alone is so complex,
26447         it easily goes into an endless loop.
26448         (makefile-makepp-mode): Also add submenu for Perl functions
26449         defined in the makefile.
26450         (makefile-bsdmake-mode): Special imenu-generic-expression no
26451         longer needed, due to function call.
26452         (makefile-match-dependency): Take BOUND into account when checking
26453         if we're through.
26455 2005-05-20  Jay Belanger  <belanger@truman.edu>
26457         * calc/calc-units.el (calc-invalidate-units-table):
26458         Use inhibit-read-only.
26459         (math-build-units-table-buffer): Use view-mode.
26461 2005-05-20  David Kastrup  <dak@gnu.org>
26463         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26464         easy-menu-add is not a nop on Emacs; and clarify when to call it.
26466 2005-05-20  Lute Kamstra  <lute@gnu.org>
26468         * diff-mode.el (diff-header-face, diff-file-header-face)
26469         (diff-index-face, diff-hunk-header-face, diff-removed-face)
26470         (diff-added-face, diff-changed-face, diff-function-face)
26471         (diff-context-face, diff-nonexistent-face): Put them in the
26472         diff-mode customization group.
26474 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26476         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26478         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26480         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26481         Minor regexp-optimization.
26483 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
26485         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26486         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26487         (org-agenda-add-time-grid-maybe): New function.
26488         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26489         (org-table-create): `dotimes' instead of `mapcar'.
26490         (org-xor): Simplify implementation.
26491         (org-agenda): `inhibit-redisplay' turned on.
26492         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26493         a consistent line after a state change.
26494         (org-agenda-remove-times-when-in-prefix): New option.
26495         (org-prefix-has-time): New variable.
26496         (org-parse-time-string): Optional argument NODEFAULT.
26497         (org-format-agenda-item): Parse items for time-of-day
26498         specifications and move these into the prefix if possible.
26499         (org-agenda-priority): Get current heading, not previous heading
26500         during agenda remote editing.
26502 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
26504         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26505         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26506         (remove-duplicates, delete-duplicates, substitute)
26507         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26508         (nsubstitute-if-not, find, find-if, find-if-not, position)
26509         (position-if, position-if-not, count, count-if, count-if-not)
26510         (mismatch, search, sort*, stable-sort, merge, member*)
26511         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26512         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26513         (intersection, nintersection, set-difference, nset-difference)
26514         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26515         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26516         (nsublis, tree-equal): Improve argument/docstring consistency.
26518         * subr.el (send-string, send-region): Remove obsolescence declaration.
26519         (window-dot, set-window-dot, read-input, show-buffer)
26520         (eval-current-buffer, string-to-int):
26521         Add release number to obsolescence declarations.
26523 2005-05-19  Kim F. Storm  <storm@cua.dk>
26525         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26526         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26528 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
26530         * faces.el (list-faces-display): Make back button respect optional
26531         regexp arg.
26533 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
26535         * calculator.el (calculator-radix-grouping-mode)
26536         (calculator-radix-grouping-digits, calculator-displayer)
26537         (calculator-radix-grouping-separator, calculator-copy-displayer):
26538         * dabbrev.el (dabbrev-search-these-buffers-only):
26539         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26540         (diff-advance-after-apply-hunk, diff-mode-hook)
26541         (diff-minor-mode-prefix):
26542         * imenu.el (imenu-use-popup-menu):
26543         * jit-lock.el (jit-lock-context-time):
26544         * newcomment.el (comment-fill-column, comment-column)
26545         (comment-style, comment-padding, comment-multi-line)
26546         (comment-empty-lines, comment-auto-fill-only-comments):
26547         * reveal.el (reveal-around-mark):
26548         * uniquify.el (uniquify-buffer-name-style)
26549         (uniquify-after-kill-buffer-p)
26550         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26551         (uniquify-min-dir-content, uniquify-separator)
26552         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26553         * w32-vars.el (w32-fixed-font-alist):
26554         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26555         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26556         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26557         * progmodes/perl-mode.el (perl-indent-level)
26558         (perl-continued-statement-offset, perl-continued-brace-offset)
26559         (perl-brace-offset, perl-brace-imaginary-offset)
26560         (perl-label-offset, perl-indent-continued-arguments)
26561         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26562         * progmodes/tcl.el (tcl-indent-level)
26563         (tcl-continued-indent-level, tcl-auto-newline)
26564         (tcl-tab-always-indent, tcl-electric-hash-style)
26565         (tcl-help-directory-list, tcl-use-smart-word-finder)
26566         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26567         (inferior-tcl-source-command):
26568         * textmodes/fill.el (enable-kinsoku):
26569         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26570         * textmodes/table.el (table-yank-handler):
26571         Specify missing group (and type, if simple) in defcustom.
26573 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
26575         * progmodes/compile.el (compilation-finish-function): Fix defvar.
26577 2005-05-19  Richard M. Stallman  <rms@gnu.org>
26579         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26581         * subr.el (event-basic-type): Don't get an error.
26582         (left-fringe-p): Function deleted.
26584         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
26585         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
26587         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
26588         in recursive copy.
26590         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
26592         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
26594         * emacs-lisp/bytecomp.el
26595         (byte-compile-file-form-custom-declare-variable):
26596         Call byte-compile-nogroup-warn if appropriate.
26598         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
26599         (compilation-set-window): Don't call left-fringe-p; do it directly.
26601 2005-05-19  Jay Belanger  <belanger@truman.edu>
26603         * calc/calc-graph.el (calc-graph-format-data): Make sure
26604         var-PlotRejects is bound before trying to check its value.
26606 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
26608         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
26609         definition of this variable from reftex-global.el to reftex.el,
26610         because it is needed in the menu.
26612 2005-05-19  Lute Kamstra  <lute@gnu.org>
26614         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
26615         years are fixed.  Don't insert a space after a dash.
26617 2005-05-19  Kim F. Storm  <storm@cua.dk>
26619         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
26621 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
26623         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
26624         strings, because (eq ... ?\\) is fairly frequent.
26626         * progmodes/make-mode.el (makefile-add-this-line-targets):
26627         Simplify and integrate into `makefile-pickup-targets'.
26628         (makefile-add-this-line-macro): Simplify and integrate into
26629         `makefile-pickup-macros.
26630         (makefile-pickup-filenames-as-targets): Simplify.
26631         (makefile-previous-dependency, makefile-match-dependency):
26632         Don't stumble over `::'.
26634 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
26636         * subr.el (post-command-idle-hook, post-command-idle-delay):
26637         Remove obsoletion of post-command-idle-hook and
26638         post-command-idle-delay.
26640         * faces.el (list-faces-display): Provide button when describe-face
26641         is called to take user back to the list of faces.
26643         * help-fns.el (describe-variable): Remove hyperlinks in a
26644         variable's value as these are quite frequently inappropriate.
26646         * follow.el (follow-submit-feedback, follow-mode):
26647         Remove references to post-command-idle-hook.
26649 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
26651         * progmodes/make-mode.el (makefile-previous-dependency)
26652         (makefile-match-dependency): Check for := (and in bsd mode also
26653         !=) to give a better result, even when font-lock is not on.
26655 2005-05-18  Jay Belanger  <belanger@truman.edu>
26657         * calc/calc-help.el (calc-s-prefix-help):
26658         Add `calc-copy-special-constant' to help string.
26660 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
26662         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26664 2005-05-18  Jay Belanger  <belanger@truman.edu>
26666         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
26667         in linear factors are in proper order.
26669 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
26671         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26672         Support for jurabib.
26674         * textmodes/reftex.el (featurep): Define aliases for overlay
26675         commands, for XEmacs compatibility, and use these aliases in
26676         overlay initializations.
26677         (reftex-highlight): Use `reftex-move-overlay'.
26678         (reftex-unhighlight): Use `reftex-delete-overlay'.
26679         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
26680         (reftex-access-search-path): Use `reftex-uniquify' instead of
26681         `reftex-uniq'
26683         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
26684         `before-string' property modification enables for Emacs as well.
26685         (reftex-select-item): Use `reftex-delete-overlay'.
26686         (reftex-select-mark): Use `reftex-make-overlay' and
26687         `reftex-overlay-put'.
26688         (reftex-select-unmark): Use `reftex-delete-overlay' and
26689         `reftex-overlay-put'.
26691 2005-05-18  Lute Kamstra  <lute@gnu.org>
26693         * emacs-lisp/lisp.el (check-parens): Fix docstring.
26695 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
26697         * add-log.el (add-change-log-entry):
26698         * array.el (array-make-template, array-reconfigure-rows)
26699         (array-init-max-row, array-init-max-column)
26700         (array-init-columns-per-line, array-init-field-width):
26701         * replace.el (replace-match-maybe-edit, perform-replace):
26702         * textmodes/spell.el (spell-region):
26703         Replace `read-input' by `read-string'.
26705         * forms.el (forms-mode):
26706         * finder.el (finder-compile-keywords):
26707         * shadowfile.el (shadow-read-files):
26708         Replace `eval-current-buffer' by `eval-buffer'.
26710         * terminal.el (te-pass-through):
26711         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
26712         (ange-ftp-raw-send-cmd):
26713         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
26714         (send-process-next-char, telnet-initial-filter, telnet):
26715         Replace `send-string' by `process-send-string'.
26717         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
26718         (prolog-consult-region): Replace `send-string' by
26719         `process-send-string'; replace `send-region' by `process-send-region'.
26721         * progmodes/delphi.el (delphi-log-msg):
26722         Replace `set-window-dot' by `set-window-point'.
26724         * subr.el (window-dot, set-window-dot, read-input, send-string)
26725         (send-region, show-buffer, eval-current-buffer):
26726         Make really obsolete, as the comment says.
26728 2005-05-17  Kim F. Storm  <storm@cua.dk>
26730         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
26731         (cua--init-keymaps): Bind C-return instead of S-return to set
26732         rectangle mark.
26734         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
26735         instead of S-return to toggle/clear rectangle mark.
26737 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
26739         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
26740         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
26741         Also fontify plain strings assigned to variables, mostly so that a
26742         colon has a face and is thus not taken as a dependency separator.
26743         (makefile-previous-dependency): Inline the new matcher, because it
26744         is too complex to work in both directions.
26745         (makefile-match-dependency): Eliminate `backward' arg (see above).
26746         Completely reimplemented so as to not sometimes go into an endless
26747         loop.  It should also be more efficient, because first it only
26748         searches for `:', instead of applying the very complex regexp.
26749         (makefile-mode): Cancel `font-lock-support-mode', because blocks
26750         to be fontified in one piece can be too long for JIT.
26751         Makefiles are never *that* big.
26753 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
26755         * dired.el (dired-mode): Simplify.
26757 2005-05-17  Lute Kamstra  <lute@gnu.org>
26759         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
26760         defcustom for the mode hook variable.
26762         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
26763         Emacs Lisp Reference Manual.
26765 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
26767         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
26768         (evenp, list*):
26769         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
26770         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
26772         * net/tramp-smb.el (tramp-smb-open-connection):
26773         Pass `tramp-chunksize' as fifth (required) argument.
26775 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
26777         * font-lock.el (lisp-font-lock-keywords-1):
26778         Set `font-lock-negation-char-face' for [^...] char group.
26779         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
26781         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
26782         a var, and refine it to mask one more level of nested vars.
26783         (makefile-rule-action-regex): Turn it into a var, and refine it so
26784         it recognizes backslashed continuation lines as belonging to the
26785         same command.
26786         (makefile-macroassign-regex): Refine it so it recognizes
26787         backslashed continuation lines as belonging to the same command.
26788         (makefile-var-use-regex): Don't look at the next char, because it
26789         might be the same one to be skipped by the initial [^$], leading
26790         to an overlooked variable use.
26791         (makefile-make-font-lock-keywords): Remove two parameters, which
26792         are now variables that some of the modes set locally.
26793         Handle dependency and rule action matching through functions, because
26794         regexps alone match too often.  Dependency matching now comes
26795         last, so it can check, whether a colon already matched something else.
26796         (makefile-mode): Inform that font-lock improves makefile parsing
26797         capabilities.
26798         (makefile-match-dependency, makefile-match-action): New functions.
26800 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
26802         * emacs-lisp/cl-extra.el (equalp): Doc fix.
26804         * align.el (align-regexp):
26805         * ansi-color.el (ansi-color-get-face):
26806         * array.el (array-reconfigure-rows, array-init-max-row)
26807         (array-init-max-column, array-init-columns-per-line)
26808         (array-init-field-width):
26809         * dired-aux.el (dired-trample-file-versions):
26810         * dired-x.el (dired-mark-sexp):
26811         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
26812         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
26813         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
26814         * faces.el (face-read-integer):
26815         * files.el (backup-extract-version, insert-directory):
26816         * hexl.el (hexl-insert-decimal-char):
26817         * server.el (server-process-filter):
26818         * shell.el (shell-extract-num):
26819         * startup.el (command-line-1):
26820         * term.el (term-command-hook):
26821         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
26822         (time-stamp-do-number):
26823         * time.el (display-time-update):
26824         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
26825         (timezone-fix-time):
26826         * vms-patch.el (vms-suspend-resume-hook):
26827         * calendar/appt.el (appt-convert-time):
26828         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26829         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
26830         * calendar/cal-islam.el (mark-islamic-diary-entries):
26831         * calendar/calendar.el (calendar-cursor-to-date)
26832         (calendar-star-date):
26833         * calendar/diary-lib.el (diary-attrtype-convert)
26834         (mark-diary-entries, diary-entry-time):
26835         * calendar/solar.el (solar-get-number):
26836         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
26837         * emacs-lisp/re-builder.el (reb-display-subexp):
26838         * emulation/edt.el (edt-set-scroll-margins):
26839         * emulation/tpu-extras.el (tpu-set-scroll-margins):
26840         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
26841         (vip-get-ex-count):
26842         * emulation/viper-ex.el (viper-get-ex-token)
26843         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
26844         * international/fontset.el (fontset-plain-name):
26845         * mail/feedmail.el (feedmail-look-at-queue-directory):
26846         * mail/mailalias.el (mail-get-names):
26847         * mail/rmail.el (rmail-convert-to-babyl-format):
26848         * mail/rmailsum.el (rmail-make-basic-summary-line)
26849         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
26850         (rmail-summary-goto-msg):
26851         * mail/smtpmail.el (smtpmail-read-response):
26852         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
26853         (ange-ftp-vms-add-file-entry):
26854         * play/gametree.el (gametree-looking-at-ply)
26855         (gametree-current-branch-score):
26856         * progmodes/ada-xref.el (ada-prj-find-prj-file)
26857         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
26858         * progmodes/cperl-mode.el (condition-case):
26859         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
26860         (ebrowse-set-member-buffer-column-width)
26861         (ebrowse-select-1st-to-9nth):
26862         * progmodes/etags.el (etags-snarf-tag):
26863         * progmodes/flymake.el (flymake-parse-line):
26864         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
26865         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
26866         (idlwave-shell-menu-def):
26867         * progmodes/ps-mode.el (ps-run-goto-error):
26868         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
26869         (vhdl-speedbar-contract-level):
26870         * term/mac-win.el (x-handle-numeric-switch):
26871         * term/sun-mouse.el (sun-get-frame-data):
26872         * term/w32-win.el (x-handle-numeric-switch):
26873         * term/x-win.el (x-handle-numeric-switch):
26874         * textmodes/ispell.el (ispell-parse-output):
26875         * textmodes/nroff-mode.el (nroff-outline-level):
26876         * textmodes/reftex-cite.el (reftex-bib-sort-year)
26877         (reftex-bib-sort-year-reverse, reftex-format-citation):
26878         * textmodes/reftex-parse.el (reftex-init-section-numbers)
26879         (reftex-section-number):
26880         * textmodes/texinfmt.el (texinfo-paragraphindent):
26881         Replace `string-to-int' by `string-to-number'.
26883         * international/latexenc.el: Add page marker to force the "Local
26884         Variables:" string out of the last page.
26886 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26888         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26889         tooltip-change-major-mode.
26890         (gud-tooltip-print-command): Remove case where gud-minor-mode
26891         is gdb ("--fullname").
26892         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26893         explain to user.
26895 2005-05-16  Jay Belanger  <belanger@truman.edu>
26897         * calc/calc-store.el (calc-copy-special-constant): New function.
26899         * calc/calc-ext.el (calc-init-extensions): Add binding for
26900         `calc-copy-special-constant'.
26902         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26903         for the `calc-copy-special-constant' command.
26905 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26907         * subr.el (left-fringe-p): New function.
26909         * progmodes/compile.el (compilation-setup): Set local value of
26910         overlay-arrow-string to "" always.
26911         (compilation-set-window): Left fringe then don't scroll.
26912         No left fringe then no arrow and scroll message to top.
26913         (compilation-context-lines): Adjust doc string accordingly.
26915 2005-05-16  Kim F. Storm  <storm@cua.dk>
26917         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26918         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26919         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26920         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26921         (ido-read-file-name): Handle commands with ido property value
26922         equal to find-file as reading a file name, to allow C-d to enter dired.
26923         (ibuffer-find-file): Add ido property with value find-file.
26925 2005-05-15  Kim F. Storm  <storm@cua.dk>
26927         * subr.el (open-network-stream-nowait): Remove.
26928         (open-network-stream-server): Remove.
26930 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26932         * faces.el (describe-face): Output a definition link button.
26934         * help-mode.el (help-face-def): New button type.
26936         * emacs-lisp/copyright.el (copyright-fix-years):
26937         Match properly if the first year is 2-digit.
26938         Don't mess up the whitespace after the years by filling.
26940         * dired-aux.el (dired-mark-confirm):
26941         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26943         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26944         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26945         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26947         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26948         Set font-lock-comment-start-skip.
26950         * font-lock.el (font-lock-comment-start-skip): New variable.
26951         (font-lock-comment-end-skip): New variable.
26952         (font-lock-fontify-syntactically-region): Use them if non-nil.
26954 2005-05-15  Jay Belanger  <belanger@truman.edu>
26956         * calc/calc-store.el (calc-store-value): Return a string rather
26957         than display it as a message.
26958         Use calc-var-name for variable name.
26959         (calc-store-into): Add the result of calc-store-value to message.
26960         (calc-copy-variable): Add a message.
26961         (calc-store-exchange): Improve error messages.
26962         (calc-store-binary, calc-store-map): Don't reset the values of
26963         special constants.
26965 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
26967         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
26968         manual to docstring.
26970         * files.el (hack-local-variables-confirm): Add STRING argument.
26971         Make the function handle non file visiting buffers correctly.
26972         (hack-local-variables-prop-line, hack-local-variables)
26973         (hack-one-local-variable): Use STRING arg of
26974         `hack-local-variables-confirm'.
26976 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
26978         Sync with Tramp 2.0.49.
26980         * net/tramp.el (tramp-handle-dired-call-process)
26981         (tramp-handle-insert-directory):`insert-buffer' cannot be used
26982         because the contents of the Tramp buffer is changed before
26983         insertion (`expand-file' and alike).
26984         (tramp-handle-insert-directory): If `localname' has an empty
26985         nondirectory name, it must not be quoted.
26986         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
26987         variable `tramp-chunksize'.  Change callees.
26988         (tramp-open-connection-setup-interactive-shell): Check remote host
26989         for buggy `send-process-string' implementation.
26990         Set `tramp-chunksize' if found.  Reported by Michael Kifer
26991         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
26992         (tramp-handle-shell-command): `insert-buffer' cannot be used
26993         because the contents of the Tramp buffer is changed before
26994         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
26995         <frederic.bothamy@free.fr>.
26996         (tramp-set-auto-save): Actions should be done for Tramp file name
26997         handler only.  Ange-FTP has its own auto-save mechanism.
26998         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26999         (tramp-set-auto-save-file-modes): Set file modes of
27000         `buffer-auto-save-file-name' to ?\600 as fallback solution.
27001         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27002         (tramp-bug): Remove obsolete variable.
27003         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
27004         for presence of `mml-mode'.  Make it running for older Emacsen as well.
27006 2005-05-14  John Paul Wallington  <jpw@pobox.com>
27008         * ibuf-ext.el (define-ibuffer-filter filename):
27009         If `dired-directory' is a list, use its car.
27011 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
27013         * ibuffer.el (define-ibuffer-column filename):
27014         If `dired-directory' is a list, use its car.
27016 2005-05-14  Richard M. Stallman  <rms@gnu.org>
27018         * subr.el (symbol-file): Doc fix.
27020         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27021         (byte-compile-form): Call byte-compile-nogroup-warn.
27022         (byte-compile-warning-types): Doc fix.
27024         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27026         * progmodes/cc-engine.el (c-literal-faces):
27027         Add font-lock-comment-delimiter-face.
27029         * net/net-utils.el (dig): Use with-no-warnings.
27031         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27032         (sc-recite-frame-alist, sc-default-cite-frame)
27033         (sc-default-uncite-frame, sc-default-recite-frame)
27034         (sc-attrib-selection-list, sc-rewrite-header-list):
27035         Mark as risky-local-variable.
27037         * international/ogonek.el (ogonek-jak, ogonek-how):
27038         Don't use beginning-of-buffer.
27040         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27042         * calendar/solar.el (solar-data-list): Move definition up.
27044         * dnd.el (dnd-protocol-alist): Add autoload.
27046         * progmodes/sh-script.el: Many doc usage fixes.
27047         (sh-indent-after-do): Change default to match common styles.
27049 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
27051         * files.el (interpreter-mode-alist)
27052         (auto-mode-interpreter-regexp): Doc fixes.
27054 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
27056         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27058         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27060 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27062         * dired.el (dired-mode): make-variable-buffer-local =>
27063         make-local-variable.
27065 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27067         * term/mac-win.el (mac-select-convert-to-string): Try coding
27068         systems in mac-script-code-coding-systems if specified one cannot
27069         encode string for `com.apple.traditional-mac-plain-text'.
27071 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
27073         * progmodes/make-mode.el (makefile-targets-face)
27074         (makefile-shell-face, makefile-makepp-perl-face): New faces.
27075         (makefile-dependency-regex): Fix it to not make the colon in
27076         $(var:a=b) special.
27077         (makefile-rule-action-regex): New regexp for highlighting embedded
27078         Shell strings.
27079         (makefile-macroassign-regex): Handle != for highlighting as
27080         embedded Shell strings.
27081         (makefile-var-use-regex): New const.
27082         (makefile-statements, makefile-automake-statements)
27083         (makefile-gmake-statements, makefile-makepp-statements)
27084         (makefile-bsdmake-statements): New consts.
27085         (makefile-make-font-lock-keywords): New function.
27086         (makefile-automake-font-lock-keywords)
27087         (makefile-gmake-font-lock-keywords)
27088         (makefile-makepp-font-lock-keywords)
27089         (makefile-bsdmake-font-lock-keywords): New consts.
27090         (makefile-mode-map): Add switchers between the various submodes.
27091         (makefile-mode): Document the availability of the variants.
27092         (makefile-automake-mode, makefile-gmake-mode)
27093         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27095         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27096         new variants of makefile-mode.
27098 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27100         * font-lock.el (font-lock-comment-delimiter-face): Fix up
27101         the inheritance.
27103 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
27105         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27106         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27108         * files.el (normal-mode): Extend the scope of the
27109         `enable-local-variables' binding to include the `set-auto-mode' call.
27110         (magic-mode-alist): Doc fix.
27112 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27114         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27115         font-lock-comment-face rather than copying its setting.
27117 2005-05-12  Andreas Schwab  <schwab@suse.de>
27119         * eshell/esh-mode.el (eshell-send-input): Doc fix.
27121 2005-05-12  Lute Kamstra  <lute@gnu.org>
27123         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27124         defcustom for the mode hook variable.  Delete the last argument.
27125         * generic-x.el: Fix callers of define-generic-mode.
27126         (generic-x-modes): Delete group.
27127         (show-tabs-tab-face, show-tabs-space-face): Put them in the
27128         generic-x customization group.
27130 2005-05-12  Kim F. Storm  <storm@cua.dk>
27132         * font-lock.el (font-lock-negation-char-face): Default to "off".
27134         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27135         font-lock-negation-char-face to ! in !=.
27137 2005-05-12  Masatake YAMATO  <jet@gyve.org>
27139         * add-log.el (find-change-log): Fix typos in the docstring
27140         of function.
27142 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27144         * international/latexenc.el (latexenc-find-file-coding-system):
27145         Avoid `re-search-forward' when looking for input encoding because
27146         of speed and safety.  Better regular expressions for recognizing
27147         input encoding.  Limit a search for TeX-master/tex-main-file to
27148         the local variable section.
27150 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
27152         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27153         syntax of $ to "'" (quote).
27155 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
27157         * dnd.el (dnd-protocol-alist): Improve custom type.
27159         * dired.el (dired-dnd-protocol-alist): New variable.
27160         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
27161         `dired-mode-hook' to the end.
27163 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27165         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27166         comment-end if comment-start-skip is not set.
27167         Obey the font-lock-comment-delimiter-face variables.
27169 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27171         * files.el (executable-find): Move from executable.el.  Use
27172         locate-file.
27173         * progmodes/executable.el (executable-find): Move to files.el.
27175         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27176         when trying to ensure forward progress.
27178 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
27180         * mouse-sel.el (mouse-sel-follow-link-p): New function.
27181         (mouse-select, mouse-select-internal, mouse-extend-internal):
27182         Use it to implement mouse-1-click-follows-link functionality.
27184 2005-05-11  Richard M. Stallman  <rms@gnu.org>
27186         * font-lock.el (font-lock-fontify-syntactically-region):
27187         Use font-lock-comment-delimiter-face for comment delimiters.
27189 2005-05-10  Jay Belanger  <belanger@truman.edu>
27191         * calc/calc-help.el (calc-m-prefix-help): Add mention of
27192         preserving embedded modes.
27194 2005-05-10  Richard M. Stallman  <rms@gnu.org>
27196         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27198         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27199         Move from ada-stmt.el.
27200         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27202         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27203         Move to ada-mode.el.
27204         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27206         * cus-edit.el (custom-file): Call file-chase-links.
27208         * files.el (read-directory-name): Fix previous change.
27209         (hack-local-variables-confirm): New function.
27210         (hack-local-variables-prop-line, hack-local-variables)
27211         (hack-one-local-variable): Use it.
27213 2005-05-10  Lute Kamstra  <lute@gnu.org>
27215         * font-lock.el (font-lock-keywords-alist)
27216         (font-lock-removed-keywords-alist): Clarify docstrings.
27218 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
27220         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27221         (gdb-source-info): Check for preprocessor info.
27222         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
27223         a macro for a function.
27224         (gdb-info-breakpoints-custom): Try to find file again if not already
27225         found (user might have used GDB dir command).
27226         (gdb-get-location): Update gdb-location-alist correctly for change
27227         to gdb-info-breakpoints-custom.
27229         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27230         (gud-tooltip-print-command): Add gdbmi case.
27231         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27232         preprocessor info.
27234 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
27236         * startup.el (fancy-splash-insert): Fix typo in doc string.
27238 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
27240         * obsolete/float.el (string-to-float):
27241         * obsolete/hilit19.el (hilit-add-pattern):
27242         * obsolete/rnews.el (news-parse-range, news-select-message)
27243         (news-get-pruned-list-of-files): Replace `string-to-int' by
27244         `string-to-number'.
27246         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27247         `find-file-not-found-hooks'; use `add-hook'.
27248         (uncompress-while-visiting): Set `write-file-functions', not
27249         `write-file-hooks'; use `add-hook'.
27251 2005-05-09  Kim F. Storm  <storm@cua.dk>
27253         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27254         (cua-paste): Handle clipboard action.
27255         (cua--init-keymaps): Remap clipboard-kill-region and
27256         clipboard-kill-ring-save.
27258 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
27260         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27261         Improve commentary.
27263         * simple.el (next-error-overlay-arrow-position): Revert the change
27264         made on 2005-04-30.
27266 2005-05-07  Jay Belanger  <belanger@truman.edu>
27268         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27269         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27270         `calc-sel-reselect'.
27272         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27273         Calc is in embedded mode.
27275 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27277         * progmodes/compile.el (compilation-setup):
27278         Set overlay-arrow-string to an empty string on text terminals.
27280         * textmodes/ispell.el (ispell-program-name): Try looking for
27281         "aspell" along exec-path, and if found, use it as the default
27282         speller program.
27284 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
27286         * international/mule.el (sgml-xml-auto-coding-function):
27287         Recognize encoding='FOO' in single quotes as well as in double quotes.
27289 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
27291         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27292         as well as `interactive', so that defmacro* would recognize
27293         `declare' forms.
27295 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27297         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27298         Explain more about the LIGHTER arg's usage in the doc string.
27299         Add commentary to clarify what the code does.  Fix the regexp that
27300         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
27301         since it could have characters special to regular expressions.
27303 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27305         * replace.el (occur-1): Bind inhibit-read-only so that
27306         erase-buffer doesn't barf on read-only text properties (likewise
27307         for add-text-properties in occur-engine).  Mark buffer as unmodified.
27308         (occur-engine): Don't set buffer-read-only here.
27310 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27312         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27313         list-buffers-directory.  This caused the *cvs-commit* buffer to be
27314         sometimes mistakenly reused as a *cvs* buffer.
27316 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
27318         * tooltip.el: Move code for GUD tooltips into gud.el.
27319         (require): CL no longer needed to compile case.
27320         (tooltip-mode): Do not toggle functions for GUD tooltips.
27321         (tooltip-gud-tips-p): Remove.  Replace with minor mode
27322         gud-tooltip-mode in gud.el.
27323         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27324         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27325         tooltip-gud prefix with gud-tooltip and obsolete.
27326         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27327         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27328         (tooltip-mouse-motion): Mouse movement functions/variable.
27329         Rename in gud.el by adding gud prefix.
27330         (tooltip-gud-original-filter, tooltip-gud-dereference)
27331         (tooltip-gud-event, tooltip-toggle-gud-tips)
27332         (tooltip-gud-process-output, tooltip-gud-print-command)
27333         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
27334         gud.el by replacing tooltip-gud prefix with gud-tooltip.
27335         (gdb-tooltip-print): Move to gdb-ui.el.
27337         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27338         (require): CL needed to compile case.
27339         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27340         tooltip-gud-tips-p.  Make it a minor-mode.
27341         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27342         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27343         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27344         (gud-tooltip-change-major-mode)
27345         (gud-tooltip-activate-mouse-motions-if-enabled)
27346         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27347         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27348         (gud-tooltip-original-filter, gud-tooltip-dereference)
27349         (gud-tooltip-event, tooltip-toggle-gud-tips)
27350         (gud-tooltip-process-output, gud-tooltip-print-command)
27351         (gud-tooltip-tips): Move from tooltip.el.
27353         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27354         (gdb-cpp-define-alist-flags): Doc fix.
27355         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27356         gud-tooltip-mode is t.
27358 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27360         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27361         evaporate if their text is deleted.
27362         (goto-address-at-point): Make it work as a mouse binding as well.
27363         (goto-address-at-mouse): Obsolete it.  Update users.
27365 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
27367         * calendar/appt.el (top-level): No longer activate on load.
27369 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
27371         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27372         * net/webjump.el (webjump):
27373         * progmodes/idlw-help.el (idlwave-do-context-help1)
27374         (idlwave-highlight-linked-completions):
27375         * textmodes/po.el (po-find-file-coding-system-guts):
27376         Replace `assoc-ignore-case' by `assoc-string'.
27378 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
27380         * files.el (locate-file): Doc fix.
27382         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27383         Remove the redundant test for ms-dos.
27385         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27386         look for the preprocessor with exec-suffixes.  If not found in
27387         standard places, look in exec-path.  Remove most of the tests that
27388         used system-type.
27390         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27392         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27394         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27395         file-name clash with jka-compr.el on 8+3 filesystems.
27397 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27399         * term/mac-win.el: Don't define or bind scroll bar functions if
27400         x-toolkit-scroll-bars is t.
27401         (x-select-text, x-get-selection-value): Clear
27402         x-last-selected-text-clipboard if x-select-enable-clipboard is
27403         nil.
27404         (PRIMARY): Put mac-scrap-name property.
27405         (mac-select-convert-to-file-url): New function.
27406         (public.file-url): New selection target type.  Add to
27407         selection-converter-alist.
27408         (x-get-selection, x-selection-value): Handle it.
27409         (x-cut-buffer-or-selection-value): New alias.
27411 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27413         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27414         entry to avoid calling bibtex-find-entry with arg global
27415         being t.  Remove arg key.
27416         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27417         (bibtex-copy-summary-as-kill): Change accordingly.
27419 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27421         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27422         (org-agenda-date-later): Use with-current-buffer.
27424 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
27426         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27427         (define-obsolete-variable-alias): Doc Fixes.
27429 2005-05-06  Kim F. Storm  <storm@cua.dk>
27431         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
27432         vertical-motion when selective-display is active.
27434         * ido.el (ido-setup-hook): New hook.
27435         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27436         (ido-input-stack): New var.
27437         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
27438         ido-next-work-file binding to M-O.
27439         Bind M-f to ido-wide-find-file-or-pop-dir.
27440         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27441         (ido-read-internal): Run ido-setup-hook.
27442         Catch quit in read-file-name and read-string to cancel edit.
27443         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27444         Automatically pop-all when completing a directory name (RET).
27445         (ido-file-internal): Add with-no-warnings around ffap and dired code.
27446         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27447         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27448         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27449         New functions for M-b/M-f to move among the directory components.
27450         (ido-make-merged-file-list): Catch quit to cancel merge.
27451         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27452         (ido-completion-help): No warnings for ido-completion-buffer-full.
27454 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
27456         * font-lock.el (font-lock-negation-char-face): New face and variable.
27457         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27458         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27459         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27460         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27462 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
27464         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27465         Fix typo in docstring.
27467         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27468         (ebrowse-print-statistics-line)
27469         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27471         * term/w32-win.el (image-library-alist): Add additional name for
27472         Xpm library.
27474 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
27476         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27477         use gcc instead of cpp.
27479         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27480         (gdb-create-define-alist): Use it.
27481         (gdb-cpp-define-alist-program): Update for MS-DOS.
27483 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
27485         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27487 2005-05-04  Richard M. Stallman  <rms@gnu.org>
27489         * help.el (describe-key): No error when UNTRANSLATED is nil.
27491         * simple.el (line-move-1): Fix previous change to signal errors
27492         appropriately.
27494 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
27496         * calendar/icalendar.el (icalendar-version): Now at 0.12.
27497         (icalendar-duration-correction): Remove.
27498         (icalendar--get-event-properties): Split result at commas.
27499         (icalendar--decode-isoduration): New optional argument
27500         DURATION-CORRECTION.
27501         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27502         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27503         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27504         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27505         (icalendar--convert-anniversary-to-ical): New functions, extracted
27506         from icalendar-export-region, with bug fixes.
27507         (icalendar-export-region): Use the above functions.
27508         (icalendar-import-buffer): Check before saving diary file.
27509         (icalendar--convert-recurring-to-diary)
27510         (icalendar--convert-non-recurring-all-day-to-diary)
27511         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27512         extracted from icalendar--convert-ical-to-diary, with bug fixes.
27513         (icalendar--convert-ical-to-diary): Use the above functions.
27515 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
27517         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27518         Remove these recent additions.
27519         (c-mode): Restore to before 2005-04-28.
27521         * progmodes/cc-vars.el (cc-define-list-program): Remove this
27522         recent addition.
27524         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27525         (gdb-define-alist): New variables.
27526         (gdb-create-define-alist): New function.
27527         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27528         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27529         with string-to-number.
27530         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
27532         * progmodes/gud.el: Replace string-to-int with string-to-number.
27533         (gud-find-file): Handle gdb-define-alist.
27535         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27537 2005-05-02  Jay Belanger  <belanger@truman.edu>
27539         * calc/calc-aent.el (math-read-token):
27540         * calc/calc-bin.el (calc-word-size):
27541         * calc/calc-ext.el (calc-read-number-fancy):
27542         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27543         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27544         * calc/calc-frac.el (calc-over-notation):
27545         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27546         (calc-graph-num-points, calc-graph-init):
27547         * calc/calc-prog.el (calc-read-parse-table-part)
27548         (calc-edit-macro-repeats):
27549         * calc/calc-yank.el (calc-do-grab-rectangle):
27550         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27551         Replace `string-to-int' by `string-to-number'.
27553 2005-05-02  Kim F. Storm  <storm@cua.dk>
27555         * kmacro.el: Use executing-kbd-macro-index variable.
27557 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
27559         * net/rlogin.el (rlogin-parse-words): Delete func.
27560         (rlogin): Use split-string, not rlogin-parse-words.
27561         Also, if there are option-like elements in the parsed args,
27562         take the host to be the first arg immediately following them.
27563         Suggested by Michael Mauger.
27565 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27567         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27569 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27571         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27572         (cc-mode-cpp-program): Rename to cc-define-list-program and
27573         move to cc-vars.el.
27575         * progmodes/cc-vars.el (cc-define-list-program):
27576         Change to "gcc -E -dM -".  Make customizable.
27578 2005-05-02  Kim F. Storm  <storm@cua.dk>
27580         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27582 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27584         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
27586         * international/mule-util.el (truncate-string): Remove alias and
27587         obsolete declaration.
27589         * international/mule-cmds.el (update-iso-coding-systems):
27590         Remove alias and obsolete declaration.
27592         * international/mule.el (coding-system-parent): Remove alias and
27593         obsolete declaration.
27595         * subr.el (define-function, sref): Remove aliases and obsolete
27596         declarations.
27597         (chars-in-region): Remove obsolete declaration.
27599 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27601         * info.el (Info-mode): Set widen-automatically to nil, locally.
27603         * simple.el (widen-automatically): New variable.
27604         (pop-global-mark): Obey widen-automatically.
27606 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
27608         * term/xterm.el (function-key-map): Call substitute-key-definition
27609         before the keymap size is increased by a lot of define-key calls.
27611 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27613         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
27614         Rename ARG to ELEMENT.  Doc fix.
27616 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27618         * allout.el (allout-exposure): Remove macro and obsolete declaration.
27619         Remove references to allout-exposure/change to allout-new-exposure.
27621         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
27622         bytecode symbols.
27624         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
27625         (compiled-function-p, focus-frame, unfocus-frame):
27626         Remove aliases and obsolete declarations.
27627         Back out inadvertent changes from previous commit.
27629 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27631         * files.el (require-final-newline): Make Custom tags consistent
27632         with mode-require-final-newline.
27633         (mode-require-final-newline): Doc fix.
27635 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27637         * international/latexenc.el (latexenc-find-file-coding-system):
27638         Fix regular expressions.
27640 2005-05-01  David Kastrup  <dak@gnu.org>
27642         * international/latexenc.el (latexenc-find-file-coding-system):
27643         Fix regular expressions.
27645 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27647         * subr.el (string-to-int): Make obsolete.
27649 2005-04-30  Richard M. Stallman  <rms@gnu.org>
27651         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
27653         * loadup.el: load jka-comp-hook.
27655         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
27656         (jka-compr-handler): Add autoload.  `put' calls moved
27657         to jka-comp-hook.el.
27658         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
27659         (jka-compr-inhibit): Autoload.
27661         * jka-comp-hook.el: New file.
27662         Enable the mode by default.
27664         * files.el (backup-buffer-copy): Use copy-file instead
27665         of write-region, and put back the 'excl.
27667 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
27669         * progmodes/flymake.el (flymake-split-string)
27670         (flymake-split-string, flymake-log, flymake-pid-to-names)
27671         (flymake-reg-names, flymake-get-source-buffer-name)
27672         (flymake-unreg-names, flymake-add-line-err-info)
27673         (flymake-add-err-info): Clarify docstrings.
27674         (flymake-popup-menu, flymake-make-emacs-menu)
27675         (flymake-make-xemacs-menu): Add docstrings.
27676         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
27677         Set variables directly throughout.
27679 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
27681         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
27682         exists.  Initialize cc-define-alist.
27683         (c-mode): Add cc-create-define-alist locally to after-save-hook.
27684         If there is no file (Macroexpansion) don't create an alist.
27686 2005-04-29  Sam Steingold  <sds@gnu.org>
27688         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
27689         (cc-create-define-alist): Use it instead of the hard-coded string.
27691 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27693         * international/mule-conf.el (file-coding-system-alist): Fix regexp
27694         for latexenc.
27696 2005-04-29  Lute Kamstra  <lute@gnu.org>
27698         * emacs-lisp/generic.el: Improve commentary section.
27699         (define-generic-mode): Improve docstring.
27701 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
27703         * textmodes/org.el (many places): Change to quiet the byte compiler.
27704         (org-prefix-format-compiled): New variable.
27705         (org-compile-prefix-format): New function.
27706         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
27707         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
27708         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
27709         (org-get-entries-from-diary): Use `org-get-time-of-day' for
27710         consistency with entries from `org-mode' files.
27711         (org-get-time-of-day): Fix bug with partial matches early in a line.
27712         (org-non-link-chars): New constant.
27713         (org-link-regexp): Respect `org-non-link-chars'.
27714         (org-agenda-day-view): Remove command.
27715         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
27716         (org-follow-bbdb-link, org-store-link): Search also company field.
27717         (org-highlight-overlay): New variable.
27718         (org-highlight, org-unhighlight): New functions.
27719         (org-agenda-mode): Add pre-command-hook to remove highlight.
27720         (org-evaluate-time-range): Behavior depends upon whether time stamp
27721         contains a time or not.
27722         (org-show-subtree, org-show-entry): New functions.
27723         (org-agenda-cleanup-fancy-diary): Remove empty lines.
27725 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
27727         * comint.el (comint-output-filter-functions): Add autoload cookie.
27729 2005-04-28  Kim F. Storm  <storm@cua.dk>
27731         * ido.el (ido-everywhere): Fix last change.
27733 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27735         * international/latexenc.el: New file.
27736         * international/mule-conf.el (file-coding-system-alist): For .tex,
27737         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
27739 2005-04-28  Lute Kamstra  <lute@gnu.org>
27741         * font-lock.el (font-lock-add-keywords)
27742         (font-lock-remove-keywords): Clarify docstring.
27743         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
27744         Don't start docstrings with a `*'.
27745         (font-lock-update-removed-keyword-alist): Give it a docstring.
27747         * generic-x.el: Update commentary section.
27748         Only require font-lock when compiling.
27749         Define all modes conditionally.
27750         Place all generic modes in the generic-x-modes customization group.
27751         (generic-x-modes): New customization group.
27752         (generic-default-modes, generic-mswindows-modes)
27753         (generic-unix-modes, generic-other-modes): New constants.
27754         (generic-define-mswindows-modes, generic-define-unix-modes):
27755         Update docstrings.  Make them obsolete.
27756         (generic-extras-enable-list): New default value.  Update docstring.
27757         Improve :type.  Change :set function.
27758         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
27759         Fix docstring.
27761         * emacs-lisp/generic.el (generic-mode-internal):
27762         Simplify font-lock-defaults.
27763         (define-generic-mode): Fix docstring.
27765 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27767         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
27768         font-lock-face property to highlight matches.
27770 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
27772         * progmodes/cc-mode.el (cc-create-define-alist): New function.
27773         (cc-define-alist): New variable.
27774         (c-mode): Make it local and initialize it.
27776         * progmodes/gdb-ui.el (gdb-active-process): New variable.
27777         (gdb-exited): New function.
27778         (gdb-annotation-rules): Use it.
27779         (gdb-starting): Set gdb-active-process to t.
27780         (gdb-stopping): Amend doc string.
27781         (gdb-reset): Set gdb-active-process to nil.
27783         * tooltip.el (tooltip-gud-tips): Show the associated #define
27784         directives when a C program under GDB is not executing.
27786 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27788         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
27789         font-lock-fontify-syntactic-keywords.
27791         * font-lock.el (font-lock-default-fontify-region): Don't force
27792         parse-sexp-lookup-properties to nil.
27794 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
27796         * man.el (man-mode-syntax-table): Set up `:' to have
27797         word-constituent syntax.
27799 2005-04-27  Lute Kamstra  <lute@gnu.org>
27801         * novice.el (disable-command): Don't add spurious newlines to the
27802         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
27804 2005-04-26  Jay Belanger  <belanger@truman.edu>
27806         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
27807         than one window before deleting window.
27809 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
27811         * shell.el (shell-prompt-pattern): Doc fix.
27812         (shell-mode): Set paragraph-separate buffer locally to "\\'".
27814         * comint.el (comint-prompt-regexp, comint-get-old-input)
27815         (comint-use-prompt-regexp)
27816         (comint-use-prompt-regexp-instead-of-fields)
27817         (comint-replace-by-expanded-history, comint-send-input)
27818         (comint-output-filter, comint-get-old-input-default)
27819         (comint-line-beginning-position, comint-bol, comint-show-output)
27820         (comint-backward-matching-input, comint-forward-matching-input)
27821         (comint-next-prompt, comint-previous-prompt):
27822         Rename `comint-use-prompt-regexp-instead-of-fields' to
27823         `comint-use-prompt-regexp'.  Keep old name as alias and declare
27824         obsolete.
27825         (comint-use-prompt-regexp): Shorten first line of doc string.
27827         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
27828         Set paragraph-separate buffer locally to "\\'".
27830         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
27831         Adapt to above name change.
27833         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
27834         (smbclient-prompt-regexp): Ditto.
27836         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
27838 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
27840         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
27841         gdb-location-list.
27842         Break lines that are over 80 characters wide.
27844 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27846         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
27847         New fun and var, to preserve compatibility.
27849         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
27851 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
27853         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
27854         name to file-newer-than-file-p.
27856 2005-04-26  Richard M. Stallman  <rms@gnu.org>
27858         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
27860         * progmodes/python.el (python-mode):
27861         Use new name eldoc-documentation-function.
27863         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
27865         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27866         (eldoc-documentation-function):
27867         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
27869 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
27871         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
27873 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27875         * term/xterm.el (function-key-map): Fix strings for
27876         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
27877         {C,S,A,C-S}-{f1-f12}.
27879 2005-04-26  Kenichi Handa  <handa@m17n.org>
27881         * international/mule-cmds.el (select-safe-coding-system):
27882         Fix previous change.
27884 2005-04-26  Lute Kamstra  <lute@gnu.org>
27886         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27888         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27889         (font-lock-comment-delimiter-face): Ditto.
27891         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27893 2005-04-25  Jay Belanger  <belanger@truman.edu>
27895         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27896         to t while inserting information; use help-mode.
27898 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27900         * term.el (ansi-term-color-vector): Use the xterm colors.
27901         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27903 2005-04-25  Lute Kamstra  <lute@gnu.org>
27905         * font-core.el (font-lock-defaults): Fix docstring.
27907         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27909 2005-04-25  Kenichi Handa  <handa@m17n.org>
27911         * international/mule-cmds.el (select-safe-coding-system):
27912         Don't check consistency with coding: spec, etc if raw-text or
27913         no-conversion was found to be safe.
27915 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27917         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27918         citation markers at start of each line.
27920         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27921         citation markers at start of each line.
27923         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27925         * files.el (mode-require-final-newline): Fix previous change.
27926         (require-final-newline): Fix type label.
27928 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27930         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27931         statement in buffer (broken by 2004-11-24 change).
27933 2005-04-24  Kim F. Storm  <storm@cua.dk>
27935         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27936         and read-file-name-function values.  Don't overwrite existing
27937         non-nil values if ido-mode is enabled without ido-everywhere.
27939 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27941         * files.el (mode-require-final-newline): Minor doc fix.
27943 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27945         * subr.el (syntax-after): Doc fix.
27946         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27947         bits, not 8 bits.
27949         * files.el (mode-require-final-newline): Doc fix.
27950         (backup-buffer-copy): Fix last change.
27952 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27954         * term/mac-win.el: Require select.  Set selection-coding-system to
27955         mac-system-coding-system.  Call menu-bar-enable-clipboard.
27956         (x-last-selected-text-clipboard, x-last-selected-text-primary)
27957         (x-select-enable-clipboard): New variables.
27958         (x-select-text, x-get-selection, x-selection-value)
27959         (x-get-selection-value, mac-select-convert-to-string)
27960         (mac-services-open-file, mac-services-open-selection)
27961         (mac-services-insert-text): New functions.
27962         (CLIPBOARD, FIND): Put mac-scrap-name property.
27963         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
27964         (public.tiff): Put mac-ostype property.
27965         (selection-converter-alist): Add entries for them.
27966         (mac-application-menu-map): New keymap.
27967         (interprogram-cut-function, interprogram-paste-function): Set to
27968         x-select-text and x-get-selection-value, respectively.
27969         (split-window-keep-point): Set to t.
27971 2005-04-23  Richard M. Stallman  <rms@gnu.org>
27973         * files.el (read-directory-name): Always pass non-nil
27974         DEFAULT-FILENAME arg to read-file-name.
27975         (backup-buffer-copy, basic-save-buffer-2): Take care against
27976         writing thru an unexpected existing symlink.
27977         (revert-buffer): In indirect buffer, revert the base buffer.
27978         (magic-mode-alist): Doc fix.
27979         (buffer-stale-function): Doc fix.
27980         (minibuffer-with-setup-hook): Avoid warning.
27981         (mode-require-final-newline): Doc and custom fix.
27983         * follow.el (follow-end-of-buffer): Use with-no-warnings.
27985         * font-lock.el (font-lock-comment-face): On terminals with few colors,
27986         use the default appearance.
27987         (font-lock-comment-delimiter-face): New face, new variable.
27989         * imenu.el (imenu--generic-function): The official position of a
27990         definition is the start of the line that BEG is in.
27992         * midnight.el (midnight-timer): Move defvar up.
27994         * mouse.el (mouse-drag-region-1): Delete some debugging code.
27996         * saveplace.el (save-place-to-alist): Use with-no-warnings.
27998         * startup.el (command-line): Use with-no-warnings.
28000         * window.el (window-size-fixed): New defvar.
28002         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28004         * mail/rmail.el (rmail-font-lock-keywords):
28005         Use font-lock-comment-delimiter-face.
28007         * mail/sendmail.el (mail-font-lock-keywords):
28008         Use font-lock-comment-delimiter-face.
28010         * progmodes/compile.el (next-error-highlight-timer): New defvar.
28012 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
28014         * progmodes/compile.el (compilation-mode-font-lock-keywords):
28015         Specify t for LAXMATCH when matching directories.
28016         Save match data around compilation-compat-error-properties form.
28018 2005-04-23  David Kastrup  <dak@gnu.org>
28020         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28021         Mention that the autoloaded aliases should be kept for AUCTeX.
28023 2005-04-23  Andreas Schwab  <schwab@suse.de>
28025         * isearch.el (isearch-forward): Doc fix.
28027 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
28029         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28030         (jit-lock-stealth-nice): Change default value to 0.5.
28032 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
28034         * abbrev.el (write-abbrev-file): Write table entries in
28035         alphabetical order by table name.
28037 2005-04-22  Kim F. Storm  <storm@cua.dk>
28039         * ido.el (ido-read-internal): Fix `list' completion.
28041 2005-04-22  Kenichi Handa  <handa@m17n.org>
28043         * recentf.el (recentf-save-file-coding-system): New variable.
28044         (recentf-save-list): Encode the file by
28045         recentf-save-file-coding-system and add coding: tag.
28047 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
28049         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28051 2005-04-21  Lute Kamstra  <lute@gnu.org>
28053         * loadhist.el (unload-feature): Don't remove a function from hooks
28054         if it is about to be restored to an autoload .  Remove functions
28055         that will become unbound from auto-mode-alist.  Simplify the code.
28057         * subr.el (assq-delete-all): New implementation that is linear,
28058         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
28059         (rassq-delete-all): New function.
28061         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28062         Add size-indication-mode.
28064 2005-04-21  Kenichi Handa  <handa@m17n.org>
28066         * international/mule-cmds.el: Add autoload for widget-value in
28067         eval-when-compile.
28069 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
28071         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28072         Add tooltip-mode.
28074         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28076 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
28078         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28079         (inferior-lisp-filter-regexp, inferior-lisp-program)
28080         (inferior-lisp-load-command, inferior-lisp-prompt)
28081         (inferior-lisp-mode-hook, lisp-source-modes)
28082         (inferior-lisp-load-hook): defvar->defcustom.
28083         (inferior-lisp-program, inferior-lisp-prompt)
28084         (inferior-lisp-load-hook): Doc fixes.
28085         (inferior-lisp-install-letter-bindings): Small change in
28086         introductory comment.
28088 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
28090         * vc.el (vc-annotate-color-map): Change some colors so that text
28091         using them as foreground is readable on both white and black
28092         backgrounds.
28094 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28096         * international/mule-conf.el (translation-table-for-input):
28097         Remove redundant declaration.
28099 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28101         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28103         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28104         (tooltip-toggle-gud-tips): New function.
28106 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28108         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28109         right angle brackets.
28111 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28113         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28115 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28117         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28118         Remove.  Update callers to use expand-file-name instead.
28120         * subr.el (syntax-class): New function.
28122         * simple.el (blink-matching-open): Use it.
28124         * paren.el (show-paren-function): Use it to recognize parens that are
28125         also used in 2-char comment markers.
28127 2005-04-19  Lute Kamstra  <lute@gnu.org>
28129         * loadhist.el (unload-feature): Update for new format of
28130         load-history.  Simplify the code.
28132 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28134         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28135         (mac-add-charset-info): New function.  Initialize variable
28136         mac-charset-info-alist using it.
28137         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28138         for translation.
28139         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28140         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28141         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28142         New CCL programs.
28144 2005-04-19  Kim F. Storm  <storm@cua.dk>
28146         * simple.el (next-buffer, prev-buffer, next-error)
28147         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28148         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28150         * bindings.el (next-buffer, prev-buffer, next-error)
28151         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28152         (clone-indirect-buffer-other-window): Move bindings from simple.el.
28153         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28154         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28156 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28158         * isearch.el (isearch-edit-string): Make the search-ring available for
28159         minibuffer history commands.
28160         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28161         the default history commands now work just as well.
28162         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28164 2005-04-18  Kim F. Storm  <storm@cua.dk>
28166         * emulation/cua-base.el (cua--pre-command-handler): Add more
28167         elaborate check for shift modifier on non-window systems.
28169 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
28171         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28173 2005-04-18  Kim F. Storm  <storm@cua.dk>
28175         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28176         and make it optional.  Don't test tooltip-gud-echo-area here.
28177         (tooltip-gud-process-output, gdb-tooltip-print):
28178         Pass tooltip-gud-echo-area to tooltip-show.
28179         (tooltip-help-tips): Remove second optional arg to tooltip-show.
28181 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28183         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28184         `display-graphic-p' may not be bound yet.
28186 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
28188         * startup.el (command-line): No longer enable Xterm Mouse mode by
28189         default in terminals compatible with xterm.
28191         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28193 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
28195         * tooltip.el (tooltip-gud-echo-area): Rename from
28196         tooltip-use-echo-area.
28197         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28198         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28199         area independently of where help tooltips are displayed.
28201 2005-04-17  David Kastrup  <dak@gnu.org>
28203         * cus-theme.el (custom-theme-write-variables): Quote variables
28204         where necessary.
28206 2005-04-17  Richard M. Stallman  <rms@gnu.org>
28208         * simple.el (yank-excluded-properties): Add follow-link to value.
28210         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28212         * startup.el (fancy-splash-max-time): Just 30 seconds.
28213         (fancy-splash-delay): Just 7.
28214         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28216         * loadhist.el (unload-feature): Update for new format of load-history.
28217         Simplify the code.
28219         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28220         (rmail-font-lock-keywords): Don't fontify the text of a citation.
28222         * mail/sendmail.el (mail-font-lock-keywords):
28223         Don't fontify subject text.
28224         Don't fontify the text of a citation.
28226 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
28228         * comint.el (comint-output-filter): Run comint-output-filter-functions
28229         with point where the user had it.
28231 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28233         * international/ucs-tables.el (ucs-set-table-for-input):
28234         Disable when using unify-on-decoding.
28236 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
28238         * emulation/cua-base.el (cua-global-mark-face): Add special case
28239         for displays supporting a high number of colors.
28241 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28243         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28245 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
28247         * filesets.el (filesets-add-buffer): If user supplies a name of a
28248         non-existing fileset, create a new fileset.
28250 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
28252         * textmodes/org.el (org-up-heading-all): Fix bug with
28253         `outline-up-heading-all'.
28255 2005-04-16  Andreas Schwab  <schwab@suse.de>
28257         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28258         /etc/permissions.d/* and /etc/aliases.d/*.
28260 2005-04-16  Kenichi Handa  <handa@m17n.org>
28262         * international/code-pages.el (cp-make-coding-system):
28263         Set `translation-table-for-input' property value to the symbol
28264         ucs-mule-to-mule-unicode, not to that value.
28265         (pt154): Escape guillemet by `\'.
28267 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
28269         * loadup.el: Load tooltip if x-show-tip is fboundp.
28271         * startup.el (command-line): Add comment.
28273         * tooltip.el (tooltip-mode): Specify correct standard value for
28274         Custom in init-value.
28276 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
28278         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28279         possible.
28281 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
28283         * textmodes/org.el (org-agenda-date-prompt): Rename from
28284         `org-agenda-date-today'.
28285         (org-evaluate-time-range): Insert at point instead of directly
28286         after time range.
28287         (org-first-headline-recenter, org-subtree-end-visible-p)
28288         (org-optimize-window-after-visibility-change): New functions
28289         (org-agenda-post-command-hook): Don't allow point at end of line,
28290         to make sure it always hits the text properties.
28291         (org-agenda-next-date-line, org-agenda-previous-date-line):
28292         New commands.
28293         (org-set-regexps-and-options): Category may contain white space.
28294         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28295         Improve marker positions.
28296         (org-agenda-new-marker): Argument POS made optional.
28297         (org-agenda-get-timestamps): Deadlines which are done are listed
28298         in org-done-face now.
28299         (org-agenda-get-todos, org-agenda-get-timestamps)
28300         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28301         Set `undone-face' and `done-face' properties.
28302         (org-last-todo-state-is-todo): New variable.
28303         (org-todo): Set `org-last-todo-state-is-todo'.
28304         (org-agenda-todo): Change face according to
28305         `org-last-todo-state-is-todo'.  And change other lines referring to
28306         the same entry.
28307         (org-calendar-goto-agenda): New command.
28308         (org-calendar-to-agenda-key): New option.
28309         (org-startup-folded): New allowed value `content'.
28310         (org-set-regexps-and-options): Accept new value `content' for
28311         `org-startup-folded'.
28312         (org-get-current-options): Handle new value `content' for
28313         `org-startup-folded'.
28314         (org-insert-todo-heading): New command.
28315         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28316         interactively in empty file and option
28317         `org-insert-mode-line-in-empty-file' has been set.
28318         (org-agenda-todo, org-agenda-priority): Modify to use
28319         `org-agenda-change-all-lines'.
28320         (org-warning-face): Change color on dark background
28322 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28324         * international/mule-cmds.el (set-locale-environment): On Mac OS,
28325         use preferences AppleLocale and AppleLanguages, and variable
28326         mac-system-locale for default locale.  On Mac OS Classic, use
28327         mac-system-coding-system for default coding systems.
28329         * term/mac-win.el: Don't set file-name-coding-system.
28330         Decode variables system-name, emacs-build-system, user-login-name, and
28331         user-full-name by mac-system-coding-system on Mac OS Classic.
28332         (mac-system-coding-system): New variable.
28334 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
28336         * startup.el (command-line): Handle `xterm-mouse-mode' before
28337         reading init file.
28339         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28341 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
28343         * progmodes/sh-script.el (sh-here-document-word): Make it a
28344         defcustom.  Doc fix.
28345         (sh-add): Bash uses $(( )) for arithmetic.
28346         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28347         (sh-maybe-here-document): Remove quotes and leading whitespace
28348         from heredoc word when closing.  Indent heredoc with tabs if word
28349         starts with "-".
28351 2005-04-13  Richard M. Stallman  <rms@gnu.org>
28353         * simple.el (undo): Fix previous change.
28355         * custom.el (defface): Doc fix.
28357 2005-04-13  Lute Kamstra  <lute@gnu.org>
28359         * Makefile.in (DONTCOMPILE): Remove list.
28360         (compile, compile-always): Don't use DONTCOMPILE.
28361         (update-authors): Load the library in which batch-update-authors
28362         is defined.
28363         * makefile.w32-in (DONTCOMPILE): Remove list.
28364         (compile, compile-always): Fix comments.
28365         (update-authors): Load the library in which batch-update-authors
28366         is defined.
28368         * generic-x.el (generic-mode-ini-file-find-file-hook):
28369         Rename to ini-generic-mode-find-file-hook.
28370         Keep generic-mode-ini-file-find-file-hook as an alias.
28371         (ini-generic-mode-find-file-hook): Rename from
28372         generic-mode-ini-file-find-file-hook.  Fix docstring.
28373         (ini-generic-mode): Docstring change.
28374         (bat-generic-mode-run-as-comint): Silence the byte compiler.
28376         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28377         called from lisp.
28379         * generic.el: Move to the emacs-lisp subdir.
28381 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
28383         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28384         and C-S- function and cursor motion keys.
28386 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
28388         * startup.el (command-line): Enable Xterm Mouse mode by default.
28389         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28390         for Custom.  No longer show "Mouse" in mode line when enabled.
28391         Doc fix.
28393 2005-04-12  Kim F. Storm  <storm@cua.dk>
28395         * emulation/cua-base.el (cua-rectangle-face)
28396         (cua-rectangle-noselect-face): Define face attributes here.
28398         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28400 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28402         * startup.el (command-line): Turn off blinking cursor if
28403         cursorBlink in resources is off or false.
28405 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28407         * term/mac-win.el (dnd): Require dnd.
28408         (mac-drag-n-drop): Call dnd-handle-one-url.
28409         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28410         (kTextEncodingISOLatin2): Remove constants.
28411         (mac-script-code-coding-systems): New constant.
28412         (mac-handle-language-change): New function.
28413         (special-event-map): Bind it to `language-change' event.
28414         (mac-centraleurroman, mac-cyrillic): New coding systems.
28415         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28416         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28417         and mac-cyrillic-encoder to encode-mac-centraleurroman and
28418         encode-mac-cyrillic, respectively.
28420 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28422         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28423         Don't set overlay-arrow-string to "=>" as this is done
28424         globally in C now.
28426 2005-04-12  Lute Kamstra  <lute@gnu.org>
28428         * generic-x.el (rc-generic-mode, rul-generic-mode):
28429         Fix auto-mode-alist entries.
28430         (etc-fstab-generic-mode): Tweak fontification.
28432         * generic.el (generic-make-keywords-list): Fix docstring.
28433         (generic-mode-internal): Simplify generic-font-lock-keywords.
28435 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28437         * whitespace.el (whitespace-buffer-leading)
28438         (whitespace-buffer-trailing): Revert the incorrect test inversion.
28439         However, fix the highlight area for the leading and
28440         trailing whitespaces to show space.
28442 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28444         * whitespace.el (whitespace-version): Bump to 3.5
28446         (whitespace-buffer-leading, whitespace-buffer-trailing):
28447         Invert sense of the test to highlight the whitespace.
28449 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28451         * progmodes/gud.el (gud-display-line): GUD uses its own
28452         overlay arrow now so don't set overlay-arrow-string.
28453         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28455 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
28457         * term.el (term-ansi-current-bold, term-ansi-current-underline)
28458         (term-ansi-current-reverse, term-ansi-current-invisible)
28459         (term-ansi-face-already-done): Change to boolean.
28460         (term-reset-terminal, term-handle-colors-array): Handle the above
28461         vars accordingly.
28462         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28463         (term-emulate-terminal): Use the new name.
28465         * faces.el (secondary-selection): Use yellow1, not yellow.
28466         (trailing-whitespace): Use red1, not red.
28468 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28470         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28471         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28472         (dired-dnd-handle-file): Call dnd-get-local-file-uri
28474         * cus-edit.el (dnd): New group.
28476         * term/w32-win.el (dnd): Require dnd
28477         (w32-drag-n-drop): Call dnd-handle-one-url.
28479         * x-dnd.el: Require dnd.
28480         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28481         Call dnd-handle-one-url.
28482         (x-dnd-types-alist, x-dnd-insert-utf8-text)
28483         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28484         to dnd-insert-text.
28485         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28486         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28487         (x-dnd-get-local-file-name, x-dnd-open-local-file)
28488         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28490         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28492 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28494         * wdired.el: Doc fixes.
28495         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28496         (wdired-use-dired-vertical-movement): Rename from
28497         wdired-always-move-to-filename-beginning.
28498         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28499         (wdired-change-to-wdired-mode): Change mode name.
28500         (wdired-newline): Delete.
28502 2005-04-11  Richard M. Stallman  <rms@gnu.org>
28504         * whitespace.el (whitespace-highlight-the-space):
28505         Don't call whitespace-unhighlight-the-space here.
28507         * simple.el (undo): Record t in undo-equiv-table
28508         for the redo record made by an undo-in-region.
28510 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28512         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28513         (gdb-frame-inferior-io-buffer): New Functions to control
28514         display of separate IO buffer.
28515         (menu): Add them to menu-bar.
28516         (gdb-display-buffer): Check for buffer another frame.
28517         Protect GUD buffer.
28518         (gdb-setup-windows): Create IO buffer if not already there.
28519         (gdb-memory-mode): Remove purecopy noops.
28521 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28523         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28524         and pass to self-insert-command.
28526 2005-04-11  Lute Kamstra  <lute@gnu.org>
28528         * generic.el: Commentary section cleanup.
28529         (generic): Delete.
28530         (generic-use-find-file-hook, generic-lines-to-scan)
28531         (generic-find-file-regexp, generic-ignore-files-regexp)
28532         (default-generic-mode, generic-mode-find-file-hook)
28533         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28534         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
28535         (generic-use-find-file-hook, generic-lines-to-scan)
28536         (generic-find-file-regexp, generic-ignore-files-regexp)
28537         (default-generic-mode, generic-mode-find-file-hook)
28538         (generic-mode-ini-file-find-file-hook): Move from generic.el.
28540 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
28542         * bookmark.el (bookmark-write-file): Catch errors writing file.
28543         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28545 2005-04-10  Richard M. Stallman  <rms@gnu.org>
28547         * startup.el (fancy-splash-tail): Update copyright year.
28548         (command-line): Split part of -Q into -D.
28549         (emacs-basic-display): New defvar.
28550         (fancy-splash-text): Correct name of menu item.
28552         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28554         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28555         lines in one node.
28557         * comint.el (comint-send-input): New arg ARTIFICIAL.
28558         Callers in this file changed.
28560         * abbrev.el (define-abbrevs): Read system abbrevs properly.
28562         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28564 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
28566         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
28567         `ldap-search-internal'.
28569 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28571         * files.el (set-auto-mode-1): Use line-end-position.
28573         * international/latin-1.el:
28574         * international/latin-2.el:
28575         * international/latin-3.el:
28576         * international/latin-4.el:
28577         * international/latin-5.el:
28578         * international/latin-8.el:
28579         * international/latin-9.el: Give punctuation syntax to NBSP.
28581         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28582         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28583         Use char-classes to accept non-ascii letters, accepted in some recent
28584         bibtex implementations.
28586 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
28588         * custom.el (custom-set-minor-mode): Any non-nil value for the
28589         variable should enable the mode when set through Custom.
28591 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28593         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
28594         TAB binding so tab-always-indent is obeyed.
28595         (vhdl-minibuffer-local-map): Move initialization into declaration.
28596         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
28597         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
28598         (vhdl-hooked-abbrev): Avoid test for XEmacs.
28599         (vhdl-current-line): Use line-beginning-position.
28600         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
28601         with-output-to-temp-buffer, so the current position can be recorded.
28603 2005-04-10  Masatake YAMATO  <jet@gyve.org>
28605         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28606         Add regexp for gcov.
28608 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28610         * calendar/time-date.el (time-to-seconds, seconds-to-time)
28611         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
28612         syntax which Emacs 20 doesn't support.
28614 2005-04-09  Richard M. Stallman  <rms@gnu.org>
28616         * help.el (describe-key-briefly, describe-key):
28617         Replace strings as event types with "(any string)".
28619 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28621         * arc-mode.el (archive-mode-map): Move initialization into
28622         the declaration.  Override *all* bindings of `undo'.
28623         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
28625 2005-04-09  Jay Belanger  <belanger@truman.edu>
28627         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
28629 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
28631         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
28632         (xterm-register-default-colors): Update color values computation
28633         to match xterm-200.
28635 2005-04-09  Kenichi Handa  <handa@m17n.org>
28637         * international/code-pages.el (iso-latin-7): Fix the map.
28639 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
28641         * emacs-lisp/lisp.el (defun-prompt-regexp)
28642         (parens-require-spaces, buffer-end, end-of-defun)
28643         (insert-parentheses): Doc fixes.
28645 2005-04-08  Kim F. Storm  <storm@cua.dk>
28647         * comint.el (comint-highlight-prompt): Fix face spec.
28648         * hi-lock.el (hi-green): Likewise.
28650 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28652         * cus-edit.el (custom-modified-face):
28653         * comint.el (comint-highlight-input): Fix previous changes.
28654         * term.el (term-handle-ansi-escape): Add a comment.
28656 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28658         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
28659         in the buffer and in whitespace-highlighted-space.
28660         (whitespace-unhighlight-the-space): Simplify.
28661         (whitespace-buffer): Simplify.
28663 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28665         * textmodes/table.el (table-cell-face): Add special case for
28666         displays supporting a high number of colors.
28667         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
28668         (vhdl-font-lock-reserved-words-face)
28669         (vhdl-speedbar-architecture-face)
28670         (vhdl-speedbar-instantiation-face)
28671         (vhdl-speedbar-architecture-selected-face)
28672         (vhdl-speedbar-instantiation-selected-face): Likewise.
28673         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
28674         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
28675         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
28676         (ebrowse-root-class-face, ebrowse-member-attribute-face)
28677         (ebrowse-progress-face): Likewise.
28678         * progmodes/compile.el (compilation-info-face): Likewise.
28679         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
28680         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
28681         * calendar/calendar.el (diary-face): Likewise.
28682         * woman.el (woman-italic-face, woman-bold-face)
28683         (woman-unknown-face): Likewise.
28684         * wid-edit.el (widget-button-pressed-face): Likewise.
28685         * whitespace.el (whitespace-highlight-face): Likewise.
28686         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
28687         * pcvs-info.el (cvs-marked-face): Likewise.
28688         * info.el (info-xref): Likewise.
28689         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
28690         * hilit-chg.el (highlight-changes-face)
28691         (highlight-changes-delete-face): Likewise.
28692         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
28693         (hi-red-b): Likewise.
28694         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
28695         * font-lock.el (font-lock-keyword-face)
28696         (font-lock-function-name-face, font-lock-warning-face): Likewise.
28697         * cus-edit.el (custom-invalid-face, custom-modified-face)
28698         (custom-set-face, custom-changed-face, custom-variable-tag-face)
28699         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
28700         * comint.el (comint-highlight-prompt): Likewise.
28702 2005-04-08  Lute Kamstra  <lute@gnu.org>
28704         * font-lock.el (font-lock-keywords): Docstring fixes.
28706 2005-04-08  Kenichi Handa  <handa@m17n.org>
28708         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
28709         chars are more than a limit, print " and more..." at the tail.
28711 2005-04-08  Kim F. Storm  <storm@cua.dk>
28713         * emacs-lisp/authors.el (authors-aliases): Update list.
28714         (authors-ignored-files): New list.
28715         (authors-fixed-entries): Fix typo.
28716         (authors-renamed-files-alist): Update list.
28717         (authors-add): Check authors-ignored-files.
28719 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
28721         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
28722         optional, to ensure backward compatibility.
28724 2005-04-08  Stephen Eglen  <stephen@gnu.org>
28726         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
28728 2005-04-08  Kim F. Storm  <storm@cua.dk>
28730         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
28732         * mouse.el (mouse-on-link-p): Doc fix.
28734 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
28736         * ielm.el (ielm-prompt-read-only): Doc fix.
28738         * comint.el (comint-prompt-read-only): Doc fix.
28740 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
28742         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
28743         ensure dired always handles wildcards passed to ffap.
28744         (find-file-at-point): Use it.
28745         (ffap-dired-wildcards): Doc fix.
28747 2005-04-07  Juri Linkov  <juri@jurta.org>
28749         * simple.el (next-error-overlay-arrow-position): New defvar.
28750         Put "=>" on its property `overlay-arrow-string'.  Add it to
28751         `overlay-arrow-variable-list'.
28753         * progmodes/compile.el (compilation-setup):
28754         Set `next-error-overlay-arrow-position' to nil.  Also set it to
28755         nil in the local hook `kill-buffer-hook'.  Make local variable
28756         `overlay-arrow-string' and set it to "=>".
28757         (compilation-goto-locus): Set BOL position to
28758         `next-error-overlay-arrow-position' instead of
28759         `overlay-arrow-position'.
28761         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
28762         locally instead of adding it to the global hook.
28763         (Info-kill-buffer): Move up.
28765 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
28767         * term/xterm.el (xterm-standard-colors): Update color values from
28768         xterm-200.
28770 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28772         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
28774         * fast-lock.el:
28775         * lazy-lock.el: Move them to the obsolete subdir.
28777 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28779         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
28780         (wdired-add-replace-advice): Remove.
28781         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
28783 2005-04-06  Kim F. Storm  <storm@cua.dk>
28785         * startup.el (command-line): Add --bare-bones alias for -Q.
28787 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28789         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
28790         create the startup fontset if a font specification ends with
28791         `mac-roman'.
28793 2005-04-06  Lute Kamstra  <lute@gnu.org>
28795         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
28796         change.
28798         * emacs-lisp/copyright.el (copyright-update-year): Replace the
28799         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
28801 2005-04-05  Lute Kamstra  <lute@gnu.org>
28803         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
28804         (define-generic-mode): Ditto.  Fix debug declaration.
28806         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
28807         Put them in the generic-x group.
28809         * calendar/timeclock.el (timeclock): Doc fix.
28811         * generic.el (define-generic-mode): Don't use custom-current-group.
28812         Document default :group value.
28813         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
28814         (define-global-minor-mode): Don't use custom-current-group.
28816 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
28818         * startup.el (command-line-1): Display startup-echo-area-message
28819         when fancy splash screen is in use.
28821         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
28822         (sh-escaped-newline): New face.
28823         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
28824         newline, and use sh-escaped-newline face.
28826         * progmodes/tcl.el (tcl-escaped-newline): New face.
28827         (tcl-builtin-list): New variable.
28828         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
28829         newlines.  Fix keywords subexpression number.
28831 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
28833         * textmodes/org.el (org-diary-default-entry): Fix call to
28834         `add-to-diary-entry'.
28836 2005-04-05  Kim F. Storm  <storm@cua.dk>
28838         * ediff-init.el: Use (featurep 'xemacs).
28840 2005-04-05  David Ponce  <david@dponce.com>
28842         * cus-edit.el (face): Derive from symbol widget.  Display sample
28843         of the current face on the fly.
28844         (widget-face-sample-face-get, widget-face-notify): New functions.
28845         (widget-face-value-create): Remove.
28847         * wid-edit.el (widget-field-end): Temporarily remove field
28848         narrowing before to call `get-char-property'.
28850 2005-04-04  Jay Belanger  <belanger@truman.edu>
28852         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
28853         (math-read-subscripts): New variable.
28854         (math-read-preprocess-string): Process subscripts.
28856 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
28858         * comint.el (comint-prompt-read-only): Doc fix.
28860         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
28861         `-1'.  Doc fix.
28863 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
28865         * textmodes/org.el (org-insert-mode-line-in-empty-file):
28866         Change default value to nil.
28868 2005-04-04  Lute Kamstra  <lute@gnu.org>
28870         * autorevert.el (auto-revert-mode): Specify :group.
28871         * battery.el (display-battery-mode): Specify :group.
28872         * diff-mode.el (diff-minor-mode): Specify :group.
28873         * font-core.el (font-lock-mode): Specify :group.
28874         * hl-line.el (hl-line-mode): Specify :group.
28875         * iimage.el (iimage): New customization group.
28876         (iimage-mode): Specify :group.
28877         * longlines.el (longlines-mode): Specify :group.
28878         * master.el: Don't require easy-mmode.
28879         (master): New customization group.
28880         (master-mode): Specify :group.
28881         * msb.el (msb-mode): Specify :group.
28882         * reveal.el (reveal-mode): Specify :group.
28883         * simple.el (next-error-follow-minor-mode): Specify :group.
28884         * smerge-mode.el (smerge-mode): Specify :group.
28885         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
28886         * emulation/cua-base.el (cua-mode): Specify :group.
28887         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28888         * language/thai-util.el (thai-auto-composition-mode)
28889         (thai-word-mode): Specify :group.
28890         * mail/supercite.el (sc-minor-mode): Specify :group.
28891         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28892         * progmodes/flymake.el (flymake-mode): Specify :group.
28893         * progmodes/glasses.el (glasses-mode): Specify :group.
28894         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28895         * textmodes/enriched.el (enriched-mode): Specify :group.
28896         * textmodes/refill.el (refill-mode): Specify :group.
28898         * add-log.el (change-log-font-lock-keywords): Names in
28899         parenthesized lists can contain spaces.
28901 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28903         * startup.el (fancy-splash-text): Shorten default text of
28904         "Emacs Tutorial" line.  Also, if the current language env
28905         indicates an available tutorial file other than TUTORIAL,
28906         extract its title and append it to the line in parentheses.
28907         (fancy-splash-insert): If arg is a thunk, funcall it.
28909 2005-04-04  Jay Belanger  <belanger@truman.edu>
28911         * calc.el (calc-language-alist): Add tags to customization type.
28913 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28915         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28916         Doc fix.
28918 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28920         * add-log.el (change-log-font-lock-keywords): The manual
28921         describing a Change Log entry, says: (...) "Aside from these
28922         header lines, every line in the change log starts with a space or
28923         a tab.".  The font-lock was not highlighting lines started with
28924         spaces, added support for it.
28926 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28928         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28929         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28930         complex example in the docstring.
28931         (bibtex-font-lock-url): Use pop.
28933 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28935         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28937         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28939 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28941         * filesets.el (filesets-set-default): Doc fix.
28943 2005-04-03  Lute Kamstra  <lute@gnu.org>
28945         * generic.el (define-generic-mode): Add argument to specify
28946         keywords for defcustom.
28947         (default-generic-mode): Specify :group.
28949         * generic-x.el: Specify :group for all generic modes.
28951         * desktop.el (desktop-no-desktop-file-hook)
28952         (desktop-after-read-hook): Doc fix.
28954 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
28956         * simple.el (visible-mode): Use explicit :group keyword.
28957         This changes the group of `visible-mode-hook' from paren-blinking
28958         to editing-basics.
28960 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
28962         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
28963         mailbox specifications as well as URLs.
28964         (rmail-insert-inbox-text): Remove unused conditional branches.
28966 2005-04-01  Jay Belanger  <belanger@truman.edu>
28968         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
28969         (calc-gnuplot-print-command): Move definitions to calc.el.
28971         * calc/calc-embed.el (calc-embedded-announce-formula)
28972         (calc-embedded-open-formula, calc-embedded-close-formula)
28973         (calc-embedded-open-word, calc-embedded-close-word)
28974         (calc-embedded-open-plain, calc-embedded-close-plain)
28975         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
28976         (calc-embedded-open-mode, calc-embedded-close-mode):
28977         Move definitions to calc.el.
28979         * calc/calc.el (calc-settings-file, calc-language-alist):
28980         Make customizable.
28981         (calc-embedded-announce-formula, calc-embedded-open-formula)
28982         (calc-embedded-close-formula, calc-embedded-open-word)
28983         (calc-embedded-close-word, calc-embedded-open-plain)
28984         (calc-embedded-close-plain, calc-embedded-open-new-formula)
28985         (calc-embedded-close-new-formula, calc-embedded-open-mode)
28986         (calc-embedded-close-mode, calc-gnuplot-name)
28987         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
28988         from other files and make customizable.
28990 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28992         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
28993         Use buffer-live-p.
28994         (cvs-mode-run): Don't call cvs-update-header here.
28995         (cvs-run-process): Call cvs-update-header.
28996         Use process properties for cvs-postprocess and cvs-buffer so that
28997         the sentinel can behave better if the temp buffer is killed.
28998         Use a pipe rather than a tty, to better handle unexpected prompts.
28999         (cvs-sentinel): Rewrite.  Call cvs-update-header.
29001 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
29003         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29004         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
29006 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29008         * generic.el (define-generic-mode): Add indentation rule.
29010 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
29012         * files.el (mode-require-final-newline): Make Custom correctly
29013         report a nil value and allow to set it to nil via Custom.
29014         Doc fix.
29016 2005-04-01  Kenichi Handa  <handa@m17n.org>
29018         * international/characters.el: Enable the correct case setting for
29019         dotless-i and dotted-I.
29021 2005-04-01  Kim F. Storm  <storm@cua.dk>
29023         * ido.el (ido-file-internal): Fall back to non-ido command if
29024         initial directory is on slow ftp (or tramp) host.
29026 2005-03-31  Richard M. Stallman  <rms@gnu.org>
29028         * emacs-lisp/autoload.el (make-autoload):
29029         Handle define-global-minor-mode.
29031         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29032         Rename from easy-mmode-define-global-mode.
29033         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29035         * progmodes/scheme.el (scheme-mode-syntax-table):
29036         Update syntax of | and # for two-character comment syntax.
29038 2005-03-31  Lute Kamstra  <lute@gnu.org>
29040         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29041         (define-minor-mode): Call custom-current-group at load-time.
29043         * generic.el (define-generic-mode): Add debug declaration.
29044         Add defcustom for the mode hook.
29045         (generic-mode-internal): Use run-mode-hooks.
29047 2005-03-31  Kim F. Storm  <storm@cua.dk>
29049         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29050         (mouse-fixup-help-message): New defun called by show_help_echo
29051         to fixup mouse-2 prefix in help messages when applicable.
29053         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29055 2005-03-31  Kenichi Handa  <handa@m17n.org>
29057         * language/thai-word.el (thai-find-word-ends): Pay attention to
29058         the case that we reach the end of buffer.
29060         * textmodes/fill.el (fill-text-properties-at): New function.
29061         (fill-newline): Use fill-text-properties-at instead of
29062         text-properties-at.
29064 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29066         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29067         not comint-quote-filename.
29069 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
29071         * help-fns.el (help-with-tutorial): Revert last change.
29073 2005-03-31  Kim F. Storm  <storm@cua.dk>
29075         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29077 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29079         * calendar/cal-china.el: Update reference to "Calendrical
29080         Calculations" book; there's a new edition.
29081         * calendar/cal-coptic.el: Likewise.
29082         * calendar/cal-french.el: Likewise.
29083         * calendar/cal-hebrew.el: Likewise.
29084         * calendar/cal-islam.el: Likewise.
29085         * calendar/cal-iso.el: Likewise.
29086         * calendar/cal-julian.el: Likewise.
29087         * calendar/cal-mayan.el: Likewise.
29088         * calendar/cal-persia.el: Likewise.
29089         * calendar/calendar.el: Likewise.
29090         * calendar/holidays.el: Likewise.
29091         * calendar/lunar.el: Likewise.
29092         * calendar/solar.el: Likewise.
29094         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29095         white space from doc string.
29097 2005-03-30  Jay Belanger  <belanger@truman.edu>
29099         * calc/calc-help.el (calc-full-help): Remove email address.
29101 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
29103         * help-fns.el (help-with-tutorial): Delete title line.
29105 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29107         * calendar/cal-x.el (calendar-one-frame-setup)
29108         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29109         rather than `symbol' for set-window-dedicated-p.
29111         * calendar/appt.el (appt-buffer-name): Make it a constant.
29112         (appt-add): Doc fix.
29114         * filesets.el (filesets-menu-path, filesets-menu-before)
29115         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
29116         (filesets-menu-cache-file): Use directory ~/.emacs.d.
29117         (filesets-add-submenu): Delete and use add-submenu instead.
29119 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
29121         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29122         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29123         (org-diary-default-entry): New function.
29124         (org-get-entries-from-diary): Better parsing of diary entries.
29125         (org-agenda-check-no-diary): New function.
29126         ("diary-lib"): Advice to function `add-to-diary-list', to allow
29127         linking to diary entries.
29128         (org-agenda-execute-calendar-command): New function.
29129         (org-agenda): Improve visible section in window.
29130         Use `org-fit-agenda-window'.
29131         (org-fit-agenda-window): New option.
29132         (org-move-subtree-down): Better handling of empty lines
29133         at end of subtree.
29134         (org-cycle): Numeric prefix is interpreted now as show-subtree N
29135         levels up.
29136         (org-fontify-done-headline): New option.
29137         (org-headline-done-face): New face.
29138         (org-set-font-lock-defaults): Use `org-headline-done-face'.
29139         (org-table-copy-down): Rename from `org-table-copy-from-above'.
29140         When current field is non-empty, it is copied to next row.
29141         (org-table-copy-from-above): Fix bug which made it
29142         impossible to copy fields containing only a single non-white character.
29144 2005-03-30  Kim F. Storm  <storm@cua.dk>
29146         * kmacro.el (kmacro-end-macro): Isearch may store this command
29147         into the macro -- so ignore it when executing keyboard macro.
29149 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29151         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29153 2005-03-29  Kenichi Handa  <handa@m17n.org>
29155         * language/thai.el ("Thai"): Set setup-function and exit-function
29156         for Thai language environment.
29158         * language/thai-util.el: Require thai-word.
29159         (thai-word-mode-map): New variable.
29160         (thai-word-mode): New minor mode.
29161         (setup-thai-language-environment-internal): New function.
29162         (exit-thai-language-environment-internal): New function.
29164         * language/thai-word.el (thai-word-table): Declare it by defvar,
29165         use dolist to initialize it.
29166         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29167         (thai-fill-find-break-point): New functions.
29169 2005-03-29  Richard M. Stallman  <rms@gnu.org>
29171         * simple.el (idle-update-delay): Move definition up.
29172         (set-mark): Doc fix.
29174 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
29176         * longlines.el: New file.
29178         * simple.el (buffer-substring-filters): New variable.
29179         (filter-buffer-substring): New function.
29180         (kill-region, copy-region-as-kill): Use it.
29182         * register.el (copy-to-register, append-to-register)
29183         (prepend-to-register): Use filter-buffer-substring.
29185 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29187         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29188         (gud-filter-pending-text): Move in front of gdb.
29189         (gud-overlay-arrow-position): New variable.
29190         (gud-sentinel, gud-display-line): Use it in place of
29191         overlay-arrow-position.
29193 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
29195         * progmodes/fortran.el (fortran-if-indent): Doc fix.
29196         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29197         (fortran-font-lock-keywords-4): New variable.
29198         (fortran-blocks-re, fortran-end-block-re)
29199         (fortran-start-block-re): New constants, for hideshow.
29200         (hs-special-modes-alist): Add a Fortran entry.
29201         (fortran-mode-map): Bind fortran-end-of-block,
29202         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29203         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
29204         (fortran-looking-at-if-then, fortran-end-of-block)
29205         (fortran-beginning-of-block): New functions, for hideshow.
29207         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29208         Doc fix.  Tweak regexp.
29209         (f90-beginning-of-block): Push mark first.
29211 2005-03-29  Jay Belanger  <belanger@truman.edu>
29213         * calc/calc.el: Update copyright date.
29214         (calc-version): Increase to 2.1.
29215         (calc-version-date): Remove.
29217         * calc/calc-help.el: Update copyright date.
29218         (calc-full-help): Remove reference to calc-version-date.
29219         Update copyright date.
29221 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29223         * vc.el (vc-do-command): Use a pipe for async processes, so password
29224         prompts don't show up at places where the user can't reply.
29226 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29228         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29229         on the file name we pass to the inferior shell.
29231 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29233         * progmodes/which-func.el (which-function): Be robust in the face of an
29234         imenu--make-index-alist failure.
29236 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29238         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29240         * progmodes/python.el (python-preoutput-filter): Fix last change.
29242 2005-03-29  Lute Kamstra  <lute@gnu.org>
29244         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29245         functions and compiled macros.
29246         (debug-convert-byte-code): Handle macros too.
29247         (debug-on-entry-1): Don't signal an error when trying to clear a
29248         function that is not set to debug on entry.
29250 2005-03-29  Jay Belanger  <belanger@truman.edu>
29252         * calc/calc-lang.el: Add functions to math-function-table
29253         properties of tex and math.
29255 2005-03-29  Kenichi Handa  <handa@m17n.org>
29257         * ps-mule.el (ps-mule-plot-string): Translate characters by
29258         ps-print-translation-table.
29259         (ps-mule-begin-job): Call find-charset-region/string with
29260         ps-print-translation-table.
29261         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29263         * ps-print.el (ps-print-translation-table): New variable.
29264         (ps-plot-region): Translate characters by ps-print-translation-table.
29266 2005-03-29  Juri Linkov  <juri@jurta.org>
29268         * simple.el (next-error-highlight-timer): New variable.
29270         * progmodes/compile.el (compilation-goto-locus):
29271         Use `next-error-highlight-timer' instead of `sit-for'.
29273 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29275         * mail/supercite.el (sc-mail-field): Use assoc-string.
29276         (sc-get-address): Simplify regexps.
29278         * files.el (minibuffer-with-setup-hook): New macro.
29279         (find-file-read-args): Use it to avoid let-binding
29280         minibuffer-with-setup-hook (which breaks turning on/off
29281         file-name-shadow-mode while in the prompt).
29283         * complete.el (PC-read-include-file-name-internal):
29284         Use test-completion.
29286 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
29288         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29290 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29292         * window.el (window-buffer-height): Use count-screen-lines.
29294         * progmodes/python.el (python-preoutput-leftover): New var.
29295         (python-preoutput-filter): Use it.
29296         (python-send-receive): Loop until all the result has been received.
29298 2005-03-28  Juri Linkov  <juri@jurta.org>
29300         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29302         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29303         "Recover Crashed Session".
29304         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29305         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29306         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29307         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29308         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29309         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29310         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29311         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29313         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29314         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29315         Ediff Sessions", "Toggle use of separate control buffer frame",
29316         "Use separate frame for Ediff control buffer".
29318         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29319         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29320         "Rename Bookmark", "Delete Bookmark".
29322         * info.el (Info-mode-menu): Remove ellipsis from "Index".
29323         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29324         Add `:active Info-index-alternatives' to "Next Matching Item".
29326         * wdired.el (wdired-change-to-wdired-mode):
29327         Mention `wdired-abort-changes' key in the initial message.
29329         * international/mule.el (auto-coding-alist): Associate non-ascii
29330         image filename extensions with `no-conversion'.
29332 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29334         * international/iso-acc.el:
29335         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29337 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
29339         * textmodes/sgml-mode.el (html-mode): Doc update.
29341         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29343 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
29345         * term.el (term-move-columns): Fix face after extending a line.
29346         (term-insert-spaces): Likewise.
29347         (term-reset-terminal): Fix off by one error.
29349 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29351         * international/mule.el (auto-coding-alist): Add .xpi files.
29353         * files.el (auto-mode-alist): Add .xpi files.
29355 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
29357         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29359 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29361         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29363 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
29365         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29366         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
29368         * calendar/cal-move.el (calendar-beginning-of-year): Move the
29369         cursor to Jan 1 when needed.
29370         (calendar-end-of-year): Fix -/+ typo.
29371         Reported by Chong Yidong <cyd@stupidchicken.com>.
29373 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29375         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29377         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29378         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
29380 2005-03-25  Richard M. Stallman  <rms@gnu.org>
29382         * filesets.el (filesets-init): Add autoload.
29384         * mail/mailalias.el (mail-directory): Doc fix.
29386 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29388         * mail/mailalias.el (mail-directory-process): Do nothing if
29389         mail-directory-process is an atom.
29390         (mail-get-names): Ignore mail-directory-names if it is an atom.
29391         (mail-directory-process defvar): Doc fix.
29392         (mail-names): Doc fix.
29394 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
29396         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29398 2005-03-26  Kenichi Handa  <handa@m17n.org>
29400         * international/mule-util.el (detect-coding-with-priority):
29401         Call update-coding-systems-internal before detect-coding-region.
29403 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
29405         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29406         (gdb-frames-mode-map): Add follow-link property.
29408 2005-03-25  Jay Belanger  <belanger@truman.edu>
29410         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29411         for variables.
29413 2005-03-25  Juri Linkov  <juri@jurta.org>
29415         * image-mode.el: Optimize image filename extension regexps in
29416         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
29417         in `auto-mode-alist'.
29418         (image-mode): Add `image-toggle-display-text' to local hook
29419         `change-major-mode-hook'.  Display the image as an image by
29420         default.  Set `cursor-type' and `truncate-lines' if the image
29421         is already displayed.  Take into account the current mode (image
29422         or text) in message.
29423         (image-minor-mode): New minor mode.
29424         (image-mode-maybe, image-toggle-display-text): New functions.
29425         (image-toggle-display): Use called-interactively-p.
29426         Let-bind `inhibit-read-only' to t.
29428         * image-mode.el (image-minor-mode): Set `cursor-type' and
29429         `truncate-lines' if the image is already displayed.  Add turning
29430         image-minor-mode off to `change-major-mode-hook'.  Add message.
29431         Call `image-toggle-display-text' after turning image-minor-mode off.
29433 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29435         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29436         Terminal.app, use utf-8.
29437         (set-display-table-and-terminal-coding-system): Add coding-system arg.
29438         (set-locale-environment): Use it.
29440         * term/xterm.el: Undo last change, better done in mule-cmds.el.
29442         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29444         * progmodes/python.el (python-close-block-statement-p)
29445         (python-outdent-p, python-current-defun): Use symbol-end.
29447 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
29449         * files.el (save-some-buffers): Doc fix.
29451 2005-03-25  Werner Lemberg  <wl@gnu.org>
29453         * complete.el, thumbs.el: Replace `legal' with `valid'.
29454         * calendar/calendar.el: Replace `legal' with `valid'.
29455         * emacs-lisp/advice.el: Replace `legal' with `valid'.
29456         * mail/supercite.el: Replace `legal' with `valid'.
29457         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29458         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29459         Replace `legal' with `valid'.
29460         * textmodes/reftex-vars.el, textmodes/reftex.el:
29461         Replace `legal' with `valid'.
29463 2005-03-25  Werner Lemberg  <wl@gnu.org>
29465         * calc/calc-forms.el, calc/calc-sel.el
29466         * midnight.el, vc-cvs.el
29467         * emacs-lisp/cl-macs.el
29468         * emulation/vip.el
29469         * eshell/esh-io.el, eshell/esh-var.el
29470         * mail/supercite.el
29471         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29472         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29473         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29474         * progmodes/sh-script.el, progmodes/xscheme.el
29475         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29476         * textmodes/reftex-index.el, textmodes/reftex-parse.el
29477         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29478         * textmodes/reftex.el, textmodes/org.el:
29479         Replace `illegal' with `invalid'.
29481 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29483         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29484         (flymake-find-buildfile, flymake-find-possible-master-files)
29485         (flymake-check-include, flymake-parse-line): Replace loops over the
29486         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29488         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29489         Substitute file-name-as-directory in the rest of the file.
29490         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29491         (flymake-replace-region): Remove unused arg `buffer'.
29492         (flymake-check-patch-master-file-buffer): Update calls to it.
29493         (flymake-add-err-info): Remove unused var `count'.
29494         (flymake-mode): Use define-minor-mode.
29496         * progmodes/flymake.el: Use with-current-buffer.
29497         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29498         flymake-replace-regexp-in-string, flymake-line-beginning-position)
29499         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29500         Avoid testing for `xemacs'.
29501         (flymake-nop): Move.
29502         (flymake-region-has-flymake-overlays): Return the computed value.
29503         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29504         Remove unused var `endline'.
29505         (flymake-get-line-count): Remove unused function.
29506         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29508         * emulation/vi.el:
29509         * generic.el:
29510         * hilit-chg.el (global-highlight-changes):
29511         * hi-lock.el (hi-lock-mode):
29512         * follow.el: find-file-hooks -> find-file-hook.
29514         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29516 2005-03-24  Juri Linkov  <juri@jurta.org>
29518         * dired.el (dired-mode-map): Add menu item "Compare directories"
29519         for dired-compare-directories.
29521         * dired-aux.el (dired-compare-directories): Add autoload cookie.
29522         Doc fix.  Replace `read-file-name' with `read-directory-name'.
29524 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29526         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29528 2005-03-24  Jay Belanger  <belanger@truman.edu>
29530         * calc/calc-embed.el (calc-embedded-mode-change): Save all
29531         relevant mode settings in calc-embedded-original-modes when modes
29532         are permanently changed.
29534 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29536         * autoinsert.el: find-file-hooks -> find-file-hook.
29538 2005-03-24  Lute Kamstra  <lute@gnu.org>
29540         * generic.el (generic-font-lock-defaults): Make it obsolete.
29541         (generic-font-lock-keywords): New variable to replace
29542         generic-font-lock-defaults.
29543         (generic-mode-set-font-lock): Delete it.
29544         (generic-mode-internal): Don't call generic-mode-set-font-lock.
29545         (generic-bracket-support): Add docstring.
29547         * generic-x.el: Rename generic-font-lock-defaults to
29548         generic-font-lock-keywords throughout.
29549         (mailagent-rules-setup-function): Delete it.
29550         (mailagent-rules-generic-mode): Use anonymous function instead.
29551         (show-tabs-generic-mode-font-lock-defaults-1)
29552         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29553         Quote faces.
29554         (show-tabs-tab-face, show-tabs-space-face): Specify background,
29555         not foreground.
29557         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29558         Recognize define-generic-mode.
29560 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29562         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29563         if there's no completion table.
29565 2005-03-23  Miles Bader  <miles@gnu.org>
29567         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29568         Remove tty-specific variants, as they're no longer needed.
29570 2005-03-23  Lute Kamstra  <lute@gnu.org>
29572         * generic-x.el: Code cleanup: make args constant whenever possible.
29573         (installshield-statement-keyword-list)
29574         (installshield-system-functions-list)
29575         (installshield-system-variables-list, installshield-types-list)
29576         (installshield-funarg-constants-list): Make them constants.
29578         * generic.el (generic-make-keywords-list): Add autoload cookie.
29580         * calendar/time-date.el: Add comment on time value formats.
29581         Don't require parse-time.
29582         (with-decoded-time-value): New macro.
29583         (encode-time-value): New function.
29584         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
29585         (days-to-time): Return a valid time value when arg is huge.
29586         (time-since): Use time-subtract.
29587         (time-to-number-of-days): Use time-to-seconds.
29589 2005-03-23  David Ponce  <david@dponce.com>
29591         * recentf.el (recentf-keep): New option.
29592         (recentf-menu-action): Default to `find-file'.
29593         (recentf-keep-non-readable-files-flag)
29594         (recentf-keep-non-readable-files-p)
29595         (recentf-file-readable-p, recentf-find-file)
29596         (recentf-cleanup-remote): Remove.
29597         (recentf-include-p): More robust.
29598         (recentf-keep-p): New function.
29599         (recentf-remove-if-non-kept): Rename from
29600         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
29601         All callers updated.
29602         (recentf-menu-items-for-commands): Fix help string.
29603         (recentf-track-closed-file): Update.  Doc fix.
29604         (recentf-cleanup): Update.  Count removed files.  Doc fix.
29606 2005-03-23  Kim F. Storm  <storm@cua.dk>
29608         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29609         Don't inherit from fringe face (now happens automatically).
29611 2005-03-22  Kim F. Storm  <storm@cua.dk>
29613         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
29614         position values.
29616 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29618         * menu-bar.el (showhide-date-time): Remove.
29619         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
29620         (menu-bar-make-mm-toggle): Simplify.
29622 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29624         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
29625         Accept qualified variable and function names.
29627 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
29629         * bindings.el (completion-ignored-extensions):
29630         Remove ".lis" for `vax-vms'.
29632 2005-03-22  Andreas Schwab  <schwab@suse.de>
29634         * generic-x.el: Revert last change.
29635         * ldefs-boot.el: Update.
29637 2005-03-22  Jay Belanger  <belanger@truman.edu>
29639         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
29640         (calc-embedded-save-original-modes)
29641         (calc-embedded-restore-original-modes): New functions.
29642         (calc-do-embedded): Save original modes when entering embedded mode
29643         and restore when leaving embedded mode.
29644         (calc-embedded-modes-change): Change the value of
29645         calc-embedded-original-modes to reflect permanent changes.
29647 2005-03-22  Lute Kamstra  <lute@gnu.org>
29649         * generic-x.el: Require generic again.
29651 2005-03-22  Miles Bader  <miles@gnu.org>
29653         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29654         Tweak details to look good on both ttys and bitmap displays, light
29655         or dark background, etc.
29657 2005-03-21  Kim F. Storm  <storm@cua.dk>
29659         * tooltip.el (tooltip-show-help-function): Check car and cdr of
29660         mouse position.
29662 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29664         * icomplete.el: Don't forcibly turn on the mode upon load.
29665         (icomplete-mode): Use define-minor-mode.
29666         (icomplete-eoinput): Default to nil.
29667         (icomplete-minibuffer-setup): Remove autoload.
29668         (icomplete-tidy): Simplify.
29669         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
29670         in the initial state or if the user has modified the field.
29671         Fix handling of icomplete-max-delay-chars.
29672         Remove code that handles the oddball case where
29673         minibuffer-completion-table is an integer.
29674         Wrap icomplete-completions in while-no-input in case building
29675         completions takes more time than expected.
29676         (icomplete-completions): Simplify.
29678 2005-03-21  Richard M. Stallman  <rms@gnu.org>
29680         * jka-compr.el (jka-compr-really-do-compress):
29681         Make variable buffer-local.
29683         * image-mode.el: Handle .xpm files too.
29684         (image-toggle-display): Preserve modification flag.
29686         * help.el (where-is): Don't mention aliases with no key bindings.
29688 2005-03-21  Lute Kamstra  <lute@gnu.org>
29690         * generic.el: Fix commentary section.  Don't require cl for
29691         compilation.
29692         (generic-mode-list): Add autoload cookie.
29693         (generic-use-find-file-hook, generic-lines-to-scan)
29694         (generic-find-file-regexp, generic-ignore-files-regexp)
29695         (generic-mode, generic-mode-find-file-hook)
29696         (generic-mode-ini-file-find-file-hook): Fix docstrings.
29697         (define-generic-mode): Make it a defmacro.  Fix docstring.
29698         (generic-mode-internal): Code cleanup.  Add autoload cookie.
29699         (generic-mode-set-comments): Code cleanup.
29700         * generic-x.el: Don't prevent compilation.  Don't require generic.
29701         Follow coding conventions.  Minor code cleanup.
29702         (etc-fstab-generic-mode): Add some keywords.
29703         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
29704         define-generic-mode like a function declaration.
29706 2005-03-21  Jay Belanger  <belanger@truman.edu>
29708         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
29709         changing modes.
29711 2005-03-21  Sam Steingold  <sds@gnu.org>
29713         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
29715 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
29717         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
29718         Add underscore to "f$ lexicals" regexp.
29720 2005-03-20  Juri Linkov  <juri@jurta.org>
29722         * subr.el (progress-reporter-do-update): When `min-value' is equal
29723         to `max-value', set `percentage' to 0 and prevent division by zero.
29725 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
29727         Sync with Tramp 2.0.48.
29729         * net/tramp.el (all): Change all addresses to .gnu.org.
29730         (tramp-append-tramp-buffers): New defun.
29731         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
29732         Catch `dont-send' signal.
29733         (tramp-set-auto-save-file-modes): Set always permissions, because
29734         there might be an old auto-saved file belonging to another
29735         original file.  This could be a security threat.  Reported by
29736         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
29737         Check for Emacs 21.3.50 removed.
29739         * net/tramp-smb.el (all): Remove debug construct for
29740         `with-parsed-tramp-file-name'.
29741         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
29742         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
29743         No error message if DIRECTORY or FILENAME doesn't exist.
29744         (tramp-smb-open-connection): Check existence of
29745         `tramp-smb-program'.
29747 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29749         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
29750         Properly handle the case where the `m' or `s' command's argument is not
29751         yet terminated.
29752         (perl-indent-new-calculate): New function.
29753         (perl-indent-line): Use it.
29755 2005-03-20  Miles Bader  <miles@gnu.org>
29757         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
29758         in text-mode too.  Change to new face names.
29759         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
29760         Add `:weight bold' attribute.
29761         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
29763 2005-03-19  Juri Linkov  <juri@jurta.org>
29765         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
29767         * international/mule.el (auto-coding-alist): Sync with
29768         `auto-mode-alist' by adding upper case archive file extensions
29769         and adding ear/war to jar extension.
29771 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
29773         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
29774         running, restart it.
29776 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
29778         * finder.el (finder-current-item): Throw an error on an empty line.
29780         * man.el (Man-follow-manual-reference): If current-word returns
29781         nil, use "".
29783 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
29785         * simple.el (goto-line): Doc fix.
29787 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
29789         * files.el (save-buffer): Doc fix.
29791 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
29793         * recentf.el (recentf-cleanup-remote): New variable.
29794         (recentf-cleanup): Use it to conditionally check availability of
29795         remote files.
29797 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
29799         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
29800         function names.
29802 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29804         * language/thai-word.el: New file.
29806 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29808         * files.el (backup-buffer): If the file's directory is not
29809         writable, use copy instead of move to backup the file.
29811 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29813         * obsolete/keyswap.el: Moved to obsolete/ from term/.
29815 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29817         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
29818         Use functionp instead of symbolp and fboundp.  Reported by Drkm
29819         <darkman_spam@yahoo.fr>.
29820         (ps-print-version): New version 6.6.6.
29822 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
29824         * textmodes/table.el (table--line-column-position): New idiom.
29825         (table--row-column-insertion-point-p): New function to test
29826         validity of row and column insertion operation at a location.
29827         (table-global-menu, table-cell-menu): Use above functions for
29828         deterministic test operation.
29829         (table--editable-cell-p): Behave in deterministic fashion.
29831 2005-03-18  Juri Linkov  <juri@jurta.org>
29833         * isearch.el (isearch-lazy-highlight-new-loop):
29834         Make arguments beg and end optional.
29835         (isearch-update): Remove optional arguments nil from
29836         isearch-lazy-highlight-new-loop.
29837         (isearch-lazy-highlight-search): Let-bind case-fold-search to
29838         isearch-lazy-highlight-case-fold-search instead of
29839         isearch-case-fold-search, and let-bind isearch-regexp to
29840         isearch-lazy-highlight-regexp.
29841         Use isearch-lazy-highlight-last-string instead of isearch-string.
29843         * replace.el (perform-replace): Remove bindings of global
29844         variables isearch-string, isearch-regexp, isearch-case-fold-search.
29845         Add three new arguments to `replace-highlight'.
29846         (replace-highlight): Add arguments string, regexp, case-fold.
29847         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
29848         to allow isearch-lazy-highlight-new-loop to use these values
29849         to set corresponding isearch-lazy-highlight-* internal
29850         variables whose values lazy highlighting will use regardless of
29851         changes to global variables isearch-string, isearch-regexp,
29852         isearch-case-fold-search during lazy highlighting loop.
29853         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
29854         to `lazy-highlight-cleanup'.
29856         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
29857         (ispell-highlight-face): Set default face to `isearch' when
29858         lazy highlighting is enabled.
29859         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
29860         priority to 1.  Add lazy highlighting.
29861         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
29862         from `isearch-dehighlight'.
29864 2005-03-18  David Ponce  <david@dponce.com>
29866         * files.el (hack-local-variables): Do a case-insensitive search
29867         for End.
29869 2005-03-18  Juri Linkov  <juri@jurta.org>
29871         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
29872         `isearch-lazy-highlight-cleanup', add alias to old name and
29873         declare obsolete.  Add release numbers to other obsolete vars.
29874         (isearch-done, isearch-lazy-highlight-new-loop):
29875         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
29876         (lazy-highlight-cleanup) <variable>: Doc fix.
29877         (isearch-lazy-highlight-update): Rename obsolete
29878         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
29880 2005-03-18  Kenichi Handa  <handa@m17n.org>
29882         * language/thai-util.el: Fix categorization of Thai characters in
29883         thai-category-table.
29884         (thai-composition-pattern): Adjust it for the above change.
29885         (thai-self-insert-command, thai-compose-syllable): New functions.
29886         (thai-compose-region): Use thai-compose-syllable.
29887         (thai-compose-string): Likewise.
29888         (thai-composition-function): Likewise.
29889         (thai-auto-composition): New function.
29890         (thai-auto-composition-mode): New minor mode.
29892         * language/thai.el: Fix patterns to be registered in
29893         composition-function-table.
29895         * international/quail.el (quail-input-method): Locally bind
29896         inhibit-modification-hooks to t.
29898 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29900         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29901         (perl-mode): Use run-mode-hooks.
29903         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29904         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29905         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29907         * mail/sendmail.el (sendmail-send-it): Reenable the code
29908         to compute resend-to-address and use it.
29910         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29912         * image-mode.el: New file.
29914         * image.el (insert-sliced-image): Add autoload cookie.
29916         * font-lock.el (font-lock-lines-before): New user option.
29917         (font-lock-after-change-function): Obey it.
29919         * bindings.el (esc-map): Make M-g a prefix.
29920         Bind M-g g and M-g M-g to goto-line.
29922         * faces.el (face-id): Doc fix.
29924 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29926         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29927         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29928         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29930         * mail/sendmail.el (mail-yank-ignored-headers)
29931         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29932         Add Mail-Followup-To and Mail-Reply-To headers.
29933         (mail-citation-hook): Add autoload cookie.
29934         (mail-mode): Doc fix.
29935         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29936         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29937         (mail-mode-fill-paragraph): Handle those headers.
29938         (mail-mailing-lists): New variable.
29939         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29941 2005-03-17  Juri Linkov  <juri@jurta.org>
29943         * isearch.el (isearch-fallback): Check for `(car previous)'
29944         before calling `isearch-other-end-state'.
29946 2005-03-17  Kim F. Storm  <storm@cua.dk>
29948         * simple.el (move-beginning-of-line): Move to beginning of buffer
29949         line, as well as beginning of screen line.
29951 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
29953         * calendar/diary-lib.el (mark-diary-entries): Use new optional
29954         argument REDRAW rather than calendar-redrawing variable.
29955         * calendar/calendar.el (calendar-redrawing): Delete.
29956         (redraw-calendar): Do not bind calendar-redrawing.
29958 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
29960         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
29961         diary-file buffer.
29963 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29965         * help.el (describe-mode): Allow a :minor-mode-function property to
29966         specify a different minor mode toggle function than the variable.
29967         * simple.el (auto-fill-function):
29968         * subr.el (add-minor-mode): Use it.
29970 2005-03-16  Kenichi Handa  <handa@m17n.org>
29972         * language/ethio-util.el (sera-being-called-by-w3): New variable.
29973         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
29974         (ethio-fidel-to-sera-buffer): Likewise.
29976 2005-03-16  Juri Linkov  <juri@jurta.org>
29978         * emacs-lisp/find-func.el (find-function-regexp):
29979         Add defun-emitting macro `menu-bar-make-toggle'.
29981         * isearch.el: Put `isearch-scroll' property to
29982         `split-window-horizontally'.
29984         * info.el: Update error messages for `debug-ignored-errors'.
29985         (Info-isearch-search): Doc fix.
29986         (Info-find-node): Move up code to go into info buffer before
29987         recording the node to the history.
29988         (Info-fontify-node): Fontify titles only if the next line
29989         has two or more `*', `=', `-', `.'.
29990         Display "go to this node" for empty (match-string 3).
29992 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29994         * term/mac-win.el: Add mouse pointer shape constants.
29996 2005-03-15  Kim F. Storm  <storm@cua.dk>
29998         * simple.el (move-beginning-of-line): Use vertical-motion.
30000 2005-03-15  Juri Linkov  <juri@jurta.org>
30002         * isearch.el (isearch-error): New variable.
30003         (isearch-invalid-regexp, isearch-within-brackets): Remove.
30004         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30005         (isearch-within-brackets-state): Remove.
30006         (isearch-case-fold-search-state, isearch-pop-fun-state):
30007         Decrease frame index.
30008         (isearch-mode, isearch-top-state, isearch-push-state)
30009         (isearch-edit-string, isearch-abort, isearch-search-and-update)
30010         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30011         (isearch-search, isearch-lazy-highlight-new-loop):
30012         Replace `isearch-invalid-regexp' with `isearch-error'.
30013         Remove `isearch-within-brackets'.
30014         (isearch-search): Add `search-failed' handler to `condition-case'.
30015         (isearch-lazy-highlight-search): Add `condition-case' to catch
30016         errors and allow `isearch-lazy-highlight-update' to try
30017         highlighting from the beginning of the window.
30018         (isearch-repeat): Move up code to set isearch-wrapped to t
30019         before calling isearch-wrap-function.
30021         * info.el (Info-isearch-initial-node): New internal variable.
30022         (Info-search): Signal an error in isearch mode when search leaves
30023         the initial node.  Signal an error when `bound' is non-nil and
30024         nothing was found in the current subfile.
30025         (Info-isearch-search): Remove `condition-case'.
30026         (Info-isearch-wrap): Don't wrap when search failed during leaving
30027         the initial node.  If `Info-isearch-search' is nil, wrap around
30028         the current node.
30029         (Info-isearch-start): New fun.
30030         (Info-mode): Add buffer-local hook `Info-isearch-start' to
30031         `isearch-mode-hook'.
30033 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30035         * simple.el (normal-erase-is-backspace): Set default to t if
30036         running on Mac.
30038         * term/mac-win.el (function-key-map): Sync with x-win.el.
30040 2005-03-15  Kenichi Handa  <handa@m17n.org>
30042         * international/mule-cmds.el (locale-language-names): Modify the
30043         format of elements and add more entries.
30044         (locale-preferred-coding-systems): Add more entries.
30045         (set-locale-environment): Adjust for the change of
30046         locale-language-names.
30048 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30050         * pcvs.el (smerge-ediff): Remove bogus autoload.
30052 2005-03-14  Lute Kamstra  <lute@gnu.org>
30054         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30055         Ignore a `*' at the beginning of a line.
30057         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30058         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30059         subr.el.
30060         (dont-compile, eval-when-compile, eval-and-compile): Use declare
30061         to specify indentation.
30063         * generic.el (define-generic-mode): Let generic-mode-list be a
30064         list of strings; test membership with equal.
30066 2005-03-14  Kim F. Storm  <storm@cua.dk>
30068         * simple.el (next-line, previous-line): Add optional try-vscroll
30069         arg to recognize interactive use.  Pass it on to line-move.
30070         (line-move): Don't perform auto-window-vscroll when defining or
30071         executing keyboard macro to ensure consistent behavior.
30073 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30075         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30077 2005-03-13  Lute Kamstra  <lute@gnu.org>
30079         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30080         debugger-setup-buffer so that backtrace marks the frames set to
30081         debug-on-exit and we don't have to do it manually.  Set an extra
30082         debug-on-exit for macro's.
30083         (debugger-setup-buffer): Don't mark the top frame manually.
30085 2005-03-12  Lute Kamstra  <lute@gnu.org>
30087         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30088         lisp-indent-function throughout.
30089         (with-no-warnings): Set lisp-indent-function property.
30091 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
30093         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30094         Add entry for backslash.
30096 2005-03-12  Juri Linkov  <juri@jurta.org>
30098         * info.el (Info-search): Four fixes for backward search.
30100 2005-03-11  Jay Belanger  <belanger@truman.edu>
30102         * calc/calc.el (calc-language-alist): New variable.
30103         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30104         (calc-embedded-find-modes): Use calc-language-alist instead of
30105         calc-embedded-language-alist.
30107 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30109         * calendar/calendar.el (calendar-redrawing): New internal
30110         variable.
30111         (redraw-calendar): Remove bogus save-excursion from previous
30112         change.  Bind calendar-redrawing to t for mark-diary-entries.
30113         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30114         calendar if that is why we were called.
30116 2005-03-11  Kenichi Handa  <handa@m17n.org>
30118         * international/mule.el (make-coding-system): Set property
30119         coding-system-define-form to nil.
30120         (define-coding-system-alias): Likewise.
30122 2005-03-11  Kenichi Handa  <handa@m17n.org>
30124         These changes are suggested by Dave Love <fx@gnu.org>.
30126         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30127         coding: tag.
30128         (adaptive-fill-regexp): Add more bullets.
30129         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30130         regexps.
30132 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30134         * help.el (describe-mode): Properly handle non-trivial lighters.
30135         Don't ignore minor modes that are not listed in minor-mode-list.
30137         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30138         feature ON when the user requests to turn it OFF.
30140 2005-03-10  Lute Kamstra  <lute@gnu.org>
30142         * emacs-lisp/debug.el (debug-entry-code): Delete it.
30143         (implement-debug-on-entry): New function to replace debug-entry-code.
30144         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
30145         second argument as the 2005-03-07 change makes it obsolete.
30146         (debug-on-entry, cancel-debug-on-entry): Update call to
30147         debug-on-entry-1.
30148         (debug, debugger-setup-buffer): Comment update.
30149         (debugger-frame-number): Update to work with implement-debug-on-entry.
30151 2005-03-10  Jay Belanger  <belanger@truman.edu>
30153         * calc/calc-embed.el (math-ms-args): Declare it.
30154         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30155         math-ms-args.
30156         (calc-embedded-subst): Use math-multi-subst-rec to substitute
30157         variables.
30159 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
30161         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30162         Use message-box.
30164         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30165         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30166         (tooltip-gud-tips): Simplify.
30167         (tooltip-gud-tips-p): Remove superfluous :set.
30168         (tooltip-gud-modes): Add fortran-mode.
30169         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30171         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30173 2005-03-09  Kim F. Storm  <storm@cua.dk>
30175         * play/animate.el (animate-place-char): Use forward-line instead
30176         of next-line to improve performance.
30178 2005-03-09  Simon Josefsson  <jas@extundo.com>
30180         * net/browse-url.el (browse-url-default-browser): Doc fix.
30182 2005-03-09  Miles Bader  <miles@gnu.org>
30184         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30185         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30187 2005-03-09  Kenichi Handa  <handa@m17n.org>
30189         * international/latin-1.el: Set case and syntax for 255 only if
30190         set-case-syntax-set-multibyte is nil.
30192         * textmodes/ispell.el (ispell-insert-word): New function.
30193         (ispell-word): Use ispell-insert-word to insert a new word.
30194         (ispell-process-line): Likewise.
30195         (ispell-complete-word): Likewise.
30197 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
30199         * calendar/calendar.el (redraw-calendar): Preserve point.
30200         Reported by Matt Hodges <MPHodges@member.fsf.org>.
30201         (calendar-week-start-day): Move after definition of
30202         redraw-calendar.  Delete buffer test, since redraw-calendar has
30203         that now.
30205         * calendar/diary-lib.el (mark-diary-entries): Only call
30206         redraw-calendar in the first of any recursive calls.
30207         Reported by Alan Shutko <ats@acm.org>.
30209 2005-03-08  Juri Linkov  <juri@jurta.org>
30211         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30212         (html-horizontal-rule, html-line, html-image, html-checkboxes)
30213         (html-radio-buttons): Add a space before the trailing `/>' where
30214         sgml-xml-mode is non-nil.
30215         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30216         the subsequent tag of the empty XML tag.
30217         (html-href-anchor): Don't set initial input to "http:".
30218         (html-image): Ask for the image URL and set point inside alt="".
30219         (html-name-anchor): Duplicate the name in the `id' attribute when
30220         sgml-xml-mode is non-nil.
30221         (html-paragraph): Remove \n before <p>.
30222         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30223         instead of `checked' when sgml-xml-mode is non-nil.
30225         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30226         Remove 1 space before #RRGGBB to not truncate it on terminal
30227         windows w/o fringes.  Remove 1 space between bg and fg examples
30228         to get more space.
30229         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30230         avoid byte-compile warnings.
30232         * image-file.el (image-file-handler): Put `safe-magic' property to
30233         `image-file-handler'.
30235         * info.el (Info-isearch-search): Emulate word search in
30236         isearching through multiple Info nodes with Info-search.
30237         (Info-isearch-wrap): Allow isearch-word.
30239 2005-03-08  Lute Kamstra  <lute@gnu.org>
30241         * emacs-lisp/debug.el (debugger-step-through): Make sure that
30242         stepping into the debugger's code is not possible.
30243         (debugger-jumping-flag): Docstring update.
30245 2005-03-08  Jay Belanger  <belanger@truman.edu>
30247         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30248         embedded mode begins.
30249         (calc-embedded-language-alist): New variable.
30250         (calc-embedded-find-modes): Use calc-embedded-language-alist to
30251         set default language mode.
30253 2005-03-08  Kenichi Handa  <handa@m17n.org>
30255         * international/ccl.el (define-ccl-program): Fix docstring about
30256         extra 256 bytes assured for the output buffer.
30258         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30259         Fix BUFFER_MAGNIFICATION to 2.
30260         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30262 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
30264         * align.el (align-rules-list): Added an alignment rule for CSS
30265         declarations (applies to css-mode and html-mode buffers).
30267 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30269         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30271 2005-03-07  Kim F. Storm  <storm@cua.dk>
30273         * simple.el (move-beginning-of-line): New command.
30275         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30277         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30279         * emulation/cua-base.el: Put CUA move property on move-end-of-line
30280         and move-beginning-of-line.
30282         * apropos.el (apropos-print): Omit command from M-x ... RET.
30284 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
30286         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30287         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30289 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30291         * bindings.el (esc-map): Bind M-g to goto-line.
30293         * facemenu.el (global-map): Bind M-o, not M-g.
30295 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30297         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30298         "Open Directory" as for "Open File".
30300 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
30302         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30303         (push-mark-command): Run activate-mark-hook.
30305 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30307         * help-mode.el (help-mode-finish): Don't alter the element
30308         in view-return-to-alist if there already is one.
30310         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30311         make sure the current buffer is the expected one.
30313         * novice.el (disabled-command-function): Output in *Disabled Command*.
30314         Explicitly ignore non-keyboard events, and explicitly handle C-g.
30316         * textmodes/flyspell.el (flyspell-large-region):
30317         Pass args differently for aspell.
30319         * files.el (mode-require-final-newline): Doc fix.
30321 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30323         * progmodes/which-func.el (which-function):
30324         Specify NOERROR when calling imenu--make-index-alist.
30326 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30328         * simple.el (normal-erase-is-backspace): Define default value.
30330         * custom.el (custom-theme-set-variables): Remove unused var
30331         `immediate'.
30332         (custom-reevaluate-setting): Simple function to handle variables
30333         that are defined before their default value can really be
30334         computed.
30336         * startup.el (command-line): Use it for temporary-file-directory,
30337         small-emporary-file-directory, auto-save-file-name-transforms,
30338         blink-cursor-mode, and normal-erase-is-backspace.
30340         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30341         progress, even with buggy anchored keywords.
30343 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
30345         * simple.el (goto-line): Remove unbalanced final parenthesis.
30347 2005-03-05  Richard M. Stallman  <rms@gnu.org>
30349         * simple.el (goto-line): Use a number at point as the default.
30350         With C-u as arg, switch buffers.
30352 2005-03-05  Juri Linkov  <juri@jurta.org>
30354         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30355         with `no-blinking-cursor'.
30357         * startup.el (no-blinking-cursor): New defvar.
30358         (command-line): Add `--no-blinking-cursor' to longopts.
30359         Set `no-blinking-cursor' to t for command line arguments
30360         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
30361         with `no-blinking-cursor' in the condition for calling
30362         `blink-cursor-mode'.
30364 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
30366         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30367         (menu-bar-options-save): Add blink-cursor-mode.
30368         (menu-bar-options-menu): Add blink-cursor-mode.
30370 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
30372         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30373         (icalendar-export-file, icalendar-export-region)
30374         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30375         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30377 2005-03-04  Lute Kamstra  <lute@gnu.org>
30379         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30380         (debug-function-list): Ditto.
30382 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
30384         * textmodes/texinfmt.el (texinfo-append-refill):
30385         Redefine the types of line to which @refill
30386         is not appended by replacing a search for `@refill\\|@bye' with
30387         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
30388         itemize@refill' bug and the unfilled long lines bug.
30389         (texinfmt-version): Update number and date.
30391 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
30393         * international/code-pages.el (windows-1250, windows-125[2-8])
30394         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30396 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30398         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30399         bound yet.
30401 2005-03-02  Romain Francoise  <romain@orebokech.com>
30403         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30404         buffer after removing limits.
30405         (ibuffer-pop-filter): Ditto.
30406         Update copyright.
30408 2005-03-02  Miles Bader  <miles@gnu.org>
30410         * button.el (make-text-button): If the user doesn't specify a
30411         type, use the default.  Rewrite to use `add-text-properties' and
30412         plist functions.
30414 2005-03-01  Lute Kamstra  <lute@gnu.org>
30416         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30417         (debugger-jumping-flag): New var.
30418         (debug-entry-code): Use it.
30419         (debugger-jump): Use debugger-jumping-flag and add
30420         debugger-reenable to post-command-hook.
30421         (debugger-reenable): Use debugger-jumping-flag and remove itself
30422         from post-command-hook.
30423         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30424         debugger-reenable.
30426 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
30428         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30429         inclusion of "itemize\\|", which may be unnecessary, is certainly
30430         inelegant, and stops refilling in itemize lists when formatting
30431         Japanese Texinfo files to Info.
30432         Update copyright to 2005.
30434 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
30436         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30437         of an error if GDB can't find the source file.
30439 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
30441         * calendar/calendar.el (redraw-calendar): Work from any buffer,
30442         not just the calendar.
30444         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30445         first.
30446         (diary-redraw-calendar): New function.
30447         (make-diary-entry): Add diary-redraw-calendar to local
30448         write-contents-functions.  Turn off selective display before
30449         inserting in diary.
30451 2005-03-01  Kim F. Storm  <storm@cua.dk>
30453         * emacs-lisp/copyright.el (copyright-fix-years): New command.
30455 2005-03-01  Lute Kamstra  <lute@gnu.org>
30457         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30458         that debug-entry-code can be safely removed from a function while
30459         this code is being evaluated.  Revert the 2005-02-27 change as the
30460         new implementation no longer requires it.  Make sure that a
30461         function body containing just a string is not mistaken for a docstring.
30462         (debug): Skip one more frame in case of debug on entry.
30463         (debugger-setup-buffer): Delete one more frame line in case of
30464         debug on entry.
30465         (debugger-frame-number): Update to use the new text introduced by
30466         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
30468 2005-02-28  Kim F. Storm  <storm@cua.dk>
30470         * double.el (double-translate-key): Call force-window-update after
30471         read-event to avoid crash in redisplay.
30473 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30475         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30476         (debug): Use it.  Move the inhibit-trace earlier.
30477         (debug-entry-code): New const.
30478         (debug-on-entry-1): Use it.
30480 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
30482         * international/utf-16.el (ccl-encode-mule-utf-16le):
30483         Fix BUFFER_MAGNIFICATION to 2.
30484         (ccl-encode-mule-utf-16be): Likewise.
30486 2005-02-28  Kenichi Handa  <handa@m17n.org>
30488         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30489         Fix BUFFER_MAGNIFICATION to 4.
30490         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30492 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
30494         * speedbar.el (speedbar-update-flag): Doc fix.
30495         (speedbar-show-info-under-mouse): Give set-mouse-position the right
30496         argument.
30498 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30500         * reveal.el (reveal-post-command): Don't try to reveal overlays which
30501         have a non-nil `invisible' property but are actually visible.
30503         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30504         for perldoc sections.
30505         (perl-outline-regexp, perl-outline-level): New var and function.
30506         (perl-mode): Use them.
30508 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
30510         * calendar/diary-lib.el (diary-remind): Discard any mark portion
30511         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30513 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
30515         * cus-edit.el: Comment change.
30516         (custom-buffer-create-internal): Slightly reword text at top of
30517         Custom buffers.  Mention there that saving an option edits the
30518         init file.  Add link to Emacs manual node on `custom-file'.
30519         (custom-magic-alist): Rewrite individual State messages to use
30520         capitalized keywords.  Doc fix.
30522 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
30524         * calendar/calendar.el (calendar-buffer): Move above
30525         calendar-week-start-day.
30526         (calendar-week-start-day): Doc fix.  Add :set function.
30527         (calendar-minimum-window-height): New variable.
30528         (generate-calendar-window): Only resize window if selected-window
30529         is displaying the calendar buffer.  Use new variable
30530         calendar-minimum-window-height.
30531         (generate-calendar): Reword error message.
30532         (calendar-mode-map): Bind DEL to scroll-other-window-down.
30534 2005-02-27  Andreas Schwab  <schwab@suse.de>
30536         * vc.el (vc-do-command): Don't run command asynchronously when
30537         operating in a remote directory.
30539         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30540         change from sync with Tramp 2.0.47.
30542 2005-02-27  Richard M. Stallman  <rms@gnu.org>
30544         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30546         * textmodes/flyspell.el (flyspell-mode-on):
30547         Call ispell-change-dictionary only if necessary.
30549         * emacs-lisp/re-builder.el (regexp-builder): New function.
30551         * register.el (describe-register-1): Explicitly handle
30552         yank-excluded-properties = t.
30554         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30555         (custom-magic-alist): Change the status descriptions again.
30556         (face widget-type): Total rewrite based on `restricted-sexp'
30557         to eliminate the confusing double hiding levels.
30559         * emacs-lisp/debug.el (debug-on-entry-1):
30560         If function body is empty, add nil as body form.
30562 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30564         * emacs-lisp/trace.el (inhibit-trace): New var.
30565         (trace-make-advice): Use it.
30567         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30569 2005-02-26  Kim F. Storm  <storm@cua.dk>
30571         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30572         (mouse-on-link-p, mouse-drag-region-1): Use it.
30574 2005-02-25  Lute Kamstra  <lute@gnu.org>
30576         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30578 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
30580         * frame.el (blink-cursor-mode): Add :group keyword.
30582 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
30584         * calendar/icalendar.el (icalendar--decode-isodatetime):
30585         New optional argument DAY-SHIFT.
30586         (icalendar-export-region): Fix coding-system-for-write.
30587         (icalendar--convert-ical-to-diary): Shift end-day of all-day
30588         events by one.
30590 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30592         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
30594 2005-02-24  Kim F. Storm  <storm@cua.dk>
30596         * international/iso-acc.el (iso-accents-compose): Fix crash
30597         during redisplay.  Call force-window-update after read-event
30598         and delete-region to signal that window is not accurate.
30600 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30602         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
30603         Remove unused and inexistent var `inhibit-trace'.
30604         (debugger-mode): Use run-mode-hooks.
30605         (debugger-list-functions): Add buttons; setup xref stack.
30607 2005-02-23  Richard M. Stallman  <rms@gnu.org>
30609         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
30610         appointment says it was explicitly made.
30611         (appt-add): Set the 3rd element.
30612         (appt-make-list): Preserve explicit appointments.
30614         * subr.el (find-tag-default): Catch errors in forward-sexp.
30616 2005-02-23  Juri Linkov  <juri@jurta.org>
30618         * info.el (Info-isearch-search): New defcustom.
30619         (Info-isearch-search): Call the default isearch function
30620         when Info-isearch-search is nil.
30621         (Info-isearch-wrap): Use variable Info-isearch-search.
30623 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
30625         * cus-edit.el: Comment change.
30627 2005-02-22  Kim F. Storm  <storm@cua.dk>
30629         * progmodes/hideif.el (hide-ifdef-use-define-alist):
30630         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
30632 2005-02-22  Simon Josefsson  <jas@extundo.com>
30634         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
30635         New variable.
30636         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
30637         Oskarsson" <myrkraverk@users.sourceforget.net>.
30639 2005-02-22  Kim F. Storm  <storm@cua.dk>
30641         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
30642         check that window of that event is the selected window.
30643         (mouse-drag-region-1): Compare mouse event window to selected
30644         window before setting point.
30646         * tooltip.el (tooltip-show-help-function): Pass event to
30647         mouse-on-link-p so it can check selected window.
30649 2005-02-22  Kenichi Handa  <handa@m17n.org>
30651         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
30652         (ps-mule-show-warning): New function.
30653         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
30654         characters are found.
30656         * ps-print.el (ps-header-footer-string): Return a list of header
30657         and footer strings.
30659 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
30661         * pcvs.el (cvs-retrieve-revision): Fix thinko.
30663 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30665         * frame.el (blink-cursor-mode): Use define-minor-mode.
30667         * term/mac-win.el (function-key-map): Use char-names more consistently.
30668         (file-name-coding-system): Only set it for MacOS-9.  The other case is
30669         already handled in mule-cmds.el (where it also works when mac-win.el
30670         is not used).
30672 2005-02-21  Kenichi Handa  <handa@m17n.org>
30674         * international/mule.el (ctext-pre-write-conversion): Always use
30675         " *code-converting-work*" buffer for work.
30677         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
30679 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
30681         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
30683 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
30685         * ses.el (undo-more): Restore defadvice, but only the part that
30686         allows changes outside the restricted area of the buffer.
30688 2005-02-20  Kim F. Storm  <storm@cua.dk>
30690         * simple.el (line-move): Add fourth optional arg try-vscroll which
30691         must be set to perform auto-window-vscroll.
30692         When moving backwards and doing auto-window-vscroll, automatically
30693         vscroll to the last part of lines which are taller than the window.
30694         (next-line, previous-line): Set try-vscroll arg on line-move.
30696 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
30698         * replace.el (query-replace, query-replace-regexp)
30699         (replace-string, replace-regexp): When operating on region, make
30700         the minibuffer prompt say so.
30702         * isearch.el (isearch-forward): Document isearch-query-replace and
30703         isearch-query-replace-regexp keybindings.
30705 2005-02-19  Jay Belanger  <belanger@truman.edu>
30707         * calc/calc-aent.el (math-read-token): Add local variable.
30709         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
30710         (calc-edit-top): Move declaration to earlier in file.
30711         (calc-edit-macro-repeats): Add local variables.
30713         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
30714         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
30715         calcFunc-tanh.
30716         Adjust integration rule for calcFunc-tan.
30718 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30720         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
30721         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
30722         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
30723         (viper-skip-separators): Bug fix.
30724         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
30725         particular major mode.
30726         (viper-del-backward-char-in-replace): Don't put deleted char on the
30727         kill ring.
30729         * viper-ex.el (viper-color-display-p): New function.
30730         (viper-has-face-support-p): Use viper-color-display-p.
30732         * viper-keym.el (viper-gnus-modifier-map): New keymap.
30734         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
30736         * viper-util.el (viper-glob-unix-files): Fix shell status check.
30737         (viper-file-remote-p): Make equivalent to file-remote-p.
30739         * viper.el (viper-major-mode-modifier-list):
30740         Use viper-gnus-modifier-map.
30742 2005-02-19  David Kastrup  <dak@gnu.org>
30744         * subr.el (subregexp-context-p): Fix garbled doc string by adding
30745         quoting.
30747 2005-02-19  Jay Belanger  <belanger@truman.edu>
30749         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
30750         Remove extra definitions.
30751         (calc-coth): New function.
30752         (calcFunc-cot): Fix `let'.
30754 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
30756         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
30757         the reasons we use "type pc" in these faces.
30759         * button.el (button): Ditto.
30761 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
30763         * replace.el (query-replace-read-from): Set the value of
30764         query-replace-from-history-variable to handle the case of an empty
30765         string entered to accept the suggested default.
30767         * net/tramp.el (tramp-file-name-for-operation):
30768         Use dired-call-process instead of dired-call-process-command.
30770 2005-02-19  Jay Belanger  <belanger@truman.edu>
30772         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
30773         (math-div-non-trig): New variables.
30774         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
30775         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
30776         (math-combine-prod, math-div-symb-fancy): Add simplifications for
30777         trig expressions.
30779 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
30781         * progmodes/gdb-ui.el (gdb-var-update-handler)
30782         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
30783         for watch expressions,
30784         (gdb-var-create-handler): Don't set speedbar-update-flag.
30785         (gdb-post-prompt): Simplify test for speedbar.
30787 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30789         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
30790         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
30791         we use the syntax table of the correct buffer.
30792         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
30793         Felix Gatzemeier.
30795         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
30796         (ediff-file-remote-p): Make synonymous with file-remote-p.
30797         In all deffaces ediff-*-face-*, use min-colors.
30799         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
30800         ediff-recurse-to-subdirectories.
30801         (ediff-mark-if-equal): Check that the arguments are strings, use
30802         ediff-same-contents (after to Felix Gatzemeier).
30804         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
30805         nil.
30807 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30809         * log-view.el (log-view-message-re): Fix up Subversion regexp.
30811 2005-02-18  David Kastrup  <dak@gnu.org>
30813         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
30814         use `mark-active' when defined.
30816 2005-02-18  Kenichi Handa  <handa@m17n.org>
30818         * ps-print.el (ps-font-info-database): New entry
30819         ZapfChancery-MediumItalic with correct font name.  Fix font name
30820         of the entry Zapf-Chancery-MediumItalic.
30822 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
30824         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
30826 2005-02-16  Kim F. Storm  <storm@cua.dk>
30828         * ido.el (ido-fallback-command): Pass user input to fallback command.
30830 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
30832         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
30833         (gdb-find-file-hook): Add server prefix.
30835 2005-02-16  Richard M. Stallman  <rms@gnu.org>
30837         * replace.el (perform-replace): Pass new args to replace-highlight.
30838         (replace-highlight): Take region args,
30839         and pass them to isearch-lazy-highlight-new-loop.
30841         * novice.el (disabled-command-hook): Autoload the defalias
30842         and the make-obsolete-variable call.
30844         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
30846         * isearch.el (isearch-lazy-highlight-start-limit)
30847         (isearch-lazy-highlight-end-limit): New variables limit
30848         the region for highlighting.
30849         (isearch-lazy-highlight-new-loop): New args BEG and END.
30850         (isearch-lazy-highlight-search): Use the new vars.
30851         (isearch-lazy-highlight-update): Likewise.
30853         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
30855         * cus-start.el (all): Use default-boundp.
30857 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
30859         * menu-bar.el (menu-bar-select-frame): Handle current frame.
30861 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
30863         * autorevert.el (auto-revert-stop-on-user-input)
30864         (auto-revert-verbose): Doc fixes.
30866 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
30868         * international/mule-cmds.el (set-locale-environment): Remove call
30869         to set-selection-coding-system on Windows.
30871 2005-02-15  Jay Belanger  <belanger@truman.edu>
30873         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
30874         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
30875         calcFunc-coth.
30876         (math-simplify-sqrt): Add simplifications.
30878         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
30879         to list.
30881         * calc/calc-ext.el: Add functions to autoloads.
30883         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
30884         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
30885         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
30886         (math-csc-raw, math-cot-raw): New functions.
30888         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30890         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30891         the variable name in a message.
30893         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30894         calcFunc-csc, calcFunc-cot.
30896         * calc/calcalg2.el: Add derivative and integration rules for
30897         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30898         calcFunc-csch, calcFunc-coth.
30899         (math-do-integral-methods): Add to checks for when to use
30900         substitutions.
30902         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30904 2005-02-15  Lute Kamstra  <lute@gnu.org>
30906         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30907         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30908         <monnier@iro.umontreal.ca>.
30909         (lisp-outline-level): Improve efficiency.  Suggested by David
30910         Kastrup <dak@gnu.org>.
30912 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30914         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30915         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30916         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30917         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30918         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30920 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30922         * cus-start.el (all): Comment change.
30924 2005-02-14  Lute Kamstra  <lute@gnu.org>
30926         * cus-start.el (all): Check if symbol is void.
30928 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30930         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30931         optional argument to \cite.
30933 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30935         * cus-edit.el (custom-buffer-create-internal): Update help message.
30936         (custom-magic-alist): Update help messages.
30938         * cus-start.el (all): Allow a var to specify a standard value.
30940 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30942         * custom.el (custom-theme-set-variables): Handle variable aliases.
30944         * frame.el (blink-cursor-timer): Doc fix.
30945         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30946         declare obsolete.
30947         (blink-cursor-mode): Define with defcustom and use correct
30948         standard expression in that defcustom.
30949         * startup.el (command-line): Adapt to above changes in frame.el.
30951 2005-02-11  Lute Kamstra  <lute@gnu.org>
30953         * apropos.el (apropos-score-doc): Prevent division by zero.
30955 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30957         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
30958         (icalendar--get-event-property-attributes)
30959         (icalendar--get-event-properties)
30960         (icalendar--datetime-to-diary-date): New functions.
30961         (icalendar--split-value): Doc fix.
30962         (icalendar--datetime-to-noneuropean-date)
30963         (icalendar--datetime-to-european-date): New optional argument
30964         SEPARATOR.  Return result as a string instead of a list.
30965         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
30966         (icalendar--convert-string-for-export): Rename arg S to STRING.
30967         (icalendar-export-region): Doc fix.  Change name of error buffer.
30968         Save output buffer.
30969         (icalendar-import-file): Add blank at end of prompt.
30970         (icalendar-import-buffer): Doc fix.  Do not switch to error
30971         buffer.  Indicate status in return value.
30972         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
30973         buffer.  Save output buffer.  Handle exception from recurrence
30974         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
30975         events.  Fix problems with weekly all-day events.
30977 2005-02-10  Richard M. Stallman  <rms@gnu.org>
30979         * simple.el (eval-expression-print-format):
30980         Avoid warning about edebug-active.
30982         * help.el (help-for-help-internal): Rename from help-for-help.
30983         (help-for-help): Define with defalias.
30985         * font-core.el (font-lock-default-function): Use with-no-warnings.
30987         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
30989         * custom.el (defface): Doc fix.
30991 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
30993         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
30994         width 0" to prevent word wrapping problems.
30996 2005-02-09  Kim F. Storm  <storm@cua.dk>
30998         * ido.el (ido-file-extensions-order): New defcustom.
30999         (ido-file-extension-lessp, ido-file-extension-aux)
31000         (ido-file-extension-order): New advanced file ordering.
31001         (ido-file-lessp): New simple file ordering.
31002         (ido-sort-list): Remove.
31003         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31004         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31006 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
31008         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31009         that some versions of grep produce.
31010         (grep-mode-font-lock-keywords): Likewise.
31012 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
31014         * progmodes/gdb-ui.el (gdb-location-list): New variable.
31015         (gdb-cdir): Delete.
31016         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31017         (gdb-source-info): Treat case when source file is in another
31018         directory properly.
31019         (gdb-get-location): New function.
31021 2005-02-07  Jay Belanger  <belanger@truman.edu>
31023         * calc/calc-prog.el (calc-write-parse-table-part)
31024         (calc-fix-token-name): Fix a check for language type.
31026         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31028 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
31030         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31031         as directory not writable.
31033 2005-02-07  Kim F. Storm  <storm@cua.dk>
31035         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31036         (cua--standard-movement-commands): Remove list.
31037         Instead, set CUA property value to move for movement commands.
31038         (cua-movement-commands): Remove.  Users must set CUA prop instead.
31039         (cua--pre-command-handler): Check CUA property.
31040         (cua--init-keymaps): Don't remap undo commands.
31041         (cua-mode): Don't call cua--rectangle-on-off.
31043         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31044         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31045         (cua--rect-undo-set-point): New var.
31046         (cua--rectangle-undo-boundary): Setup undo apply entry.
31047         (cua--rect-undo-handler): New function for rectangle undo.
31048         (cua--rect-start-position, cua--rect-end-position): Add.
31049         (cua--rectangle-post-command): Call cua--rectangle-set-corners
31050         for restored rectangle.  Set point if cua--rect-undo-set-point.
31052 2005-02-06  Jay Belanger  <belanger@truman.edu>
31054         * calc/calc-lang.el (calc-tex-language): Display more information
31055         in messages.
31057         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31058         in TeX mode.
31060 2005-02-06  Richard M. Stallman  <rms@gnu.org>
31062         * emacs-lisp/lisp.el (buffer-end): Doc fix.
31064 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
31066         * net/ldap.el (ldap-search-internal): Support attributes with
31067         optional descriptions separated by a semi-colon, as in
31068         "userCertificate;binary".
31070 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31072         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31073         isn't a cons (i.e. the version is 0).
31075 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
31077         * help.el (help-for-help): Doc fix.
31079 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
31081         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
31082         GDB-Windows on the menu-bar as this works better.
31084 2005-02-04  Jay Belanger  <belanger@truman.edu>
31086         * calc/calc-embed.el (calc-embedded-update): Don't put in
31087         unnecessary newlines.  Adjust the end of formula marker.
31089         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31090         (math-latex-parse-two-args): New function.
31092 2005-02-03  Lute Kamstra  <lute@gnu.org>
31094         * help-fns.el (help-with-tutorial): Make sure that users cannot
31095         remove the entire text of the tutorial by means of `undo'.
31097 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31099         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31100         in recent changes, where the ispell process was repeatedly
31101         killed & restarted.
31103         * international/mule-cmds.el (set-locale-environment): Set file-name
31104         coding system to utf-8 on Darwin systems.
31105         (set-default-coding-systems): Don't set default-file-name-coding-system
31106         on Darwin systems.
31108 2005-02-03  Richard M. Stallman  <rms@gnu.org>
31110         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31112 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
31114         * faces.el (list-faces-display): Add optional argument.
31116 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31118         * font-core.el (font-lock-default-function): Handle the rare case where
31119         only font-lock-keywords is set.
31121 2005-02-02  Kenichi Handa  <handa@m17n.org>
31123         * international/characters.el: Cancel previous change for
31124         I-WITH-DOT-ABOVE and DOTLESS-i.
31126         * international/latin-5.el: Cancel previous change.
31128 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31130         * progmodes/gud.el: Correction to syntax in gud-menu-map.
31132 2005-02-02  Kenichi Handa  <handa@m17n.org>
31134         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31135         DOTLESS-i.
31137         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31138         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31140         * case-table.el (get-upcase-table): New function.
31141         (copy-case-table): Copy upcaes table too if non-nil.
31142         (set-case-syntax-delims): Maintain upcase table too.
31143         (set-case-syntax-pair): Likewise.
31144         (set-upcase-syntax, set-downcase-syntax): New functions.
31145         (set-case-syntax): Maintain upcase table too.
31147 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31149         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31151         * progmodes/gud.el (gud-goto-info): New function.
31152         (gud-tool-bar-map): Use correct icon.
31154 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31156         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31157         When delegating, order args in the funcall correctly.
31159 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31161         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31163 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
31165         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31166         buffer not visiting a file.
31168 2005-01-31  Jay Belanger  <belanger@truman.edu>
31170         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31171         bound on the line with the formula.
31173 2005-01-31  Kim F. Storm  <storm@cua.dk>
31175         * ses.el (ses-create-cell-variable-range)
31176         (ses-destroy-cell-variable-range, ses-reset-header-string)
31177         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31178         (ses-insert-row): Fix format of apply undo entries.
31180 2005-01-31  Jay Belanger  <belanger@truman.edu>
31182         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31183         parts.
31185         * calc/calc-embed.el (calc-embedded-open-formula)
31186         (calc-embedded-close-formula): Ignore matrix environments.
31188         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31189         TeX mode.
31191         * calc/calc-lang.el (math-function-table, math-oper-table)
31192         (math-variable-table): Adjust the LaTeX portions.
31194         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31195         (math-latex-ignore-words): New constant.
31197 2005-01-31  Richard M. Stallman  <rms@gnu.org>
31199         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31200         (ispell-local-dictionary): Doc fix.
31201         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31202         Don't reinitialize at run time.  Don't defcustom.
31203         All uses changed to append ispell-local-dictionary-alist,
31204         or check it first.
31205         (ispell-current-dictionary): New variable for dictionary in use.
31206         (ispell-dictionary): Now used only for global default.
31207         (ispell-start-process): Set ispell-current-dictionary,
31208         not ispell-dictionary.
31209         (ispell-change-dictionary): Use this only for setting
31210         user preferences.
31211         (ispell-internal-change-dictionary): New function
31212         to change the current dictionary in use.
31213         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31214         Use ispell-current-dictionary.
31215         Handle ispell-local-dictionary-overridden.
31216         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31218 2005-01-31  Jay Belanger  <belanger@truman.edu>
31220         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31222         * calc/calc-ext.el: Add calc-latex-language to autoloads.
31223         (calc-mode-map): Add calc-latex-language.
31225         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31226         (math-latex-print-frac): New functions.
31227         (math-oper-table, math-function-table, math-variable-table)
31228         (math-complex-format, math-input-filter): Add latex properties.
31229         (calc-set-language): Set math-expr-special-function-mapping.
31231         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31232         (calc-write-parse-table-part): Add LaTeX support.
31234         * calc/calc.el (calc-language): Adjust docstring.
31235         (calc-set-mode-line): Add LaTeX support.
31236         (math-expr-special-function-mapping): New variable.
31237         (math-tex-ignore-words): Add to list.
31239         * calc/calccomp.el (math-compose-expr, math-compose-rows):
31240         Add LaTeX support.
31241         (math-compose-expr): Add support for special functions.
31243         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31245 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
31247         * progmodes/gdb-ui.el (gdb-memory-address)
31248         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31249         (gdb-memory-mode-map, gdb-memory-format-keymap)
31250         (gdb-memory-format-menu, gdb-memory-unit-keymap)
31251         (gdb-memory-unit-menu): New variables for a buffer
31252         that lets the user examine program memory.
31253         (gdb-memory-set-address, gdb-memory-set-repeat-count)
31254         (gdb-memory-format-binary, gdb-memory-format-octal)
31255         (gdb-memory-format-unsigned, gdb-memory-format-signed)
31256         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31257         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31258         (gdb-memory-unit-word, gdb-memory-unit-halfword)
31259         (gdb-memory-unit-byte, gdb-memory-unit-menu)
31260         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31261         (gdb-memory-mode, gdb-memory-buffer-name)
31262         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31263         New functions for above buffer.
31265 2005-01-30  Richard M. Stallman  <rms@gnu.org>
31267         * cus-edit.el (custom-bury-buffer): Function deleted.
31268         (custom-buffer-done-function): Option deleted.
31269         (custom-buffer-done-kill): New replacement option.
31270         (Custom-buffer-done): Call quit-window.
31271         (custom-buffer-create-internal): Update for above changes.
31273 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
31275         * simple.el (undo-ask-before-discard): New var.
31276         (undo-outer-limit-truncate): Implement it.
31277         (undo-extra-outer-limit): Doc update.
31279 2005-01-29  Richard M. Stallman  <rms@gnu.org>
31281         * ses.el (undo-more): Delete defadvice.
31282         (ses-begin-change): Doc fix.
31284         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31285         instead of rebinding C-x u and C-_.
31287         * files.el (normal-backup-enable-predicate): Return nil for files
31288         in /tmp, regardless of temporary-file-directory.
31290         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31292         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31293         (open-rectangle, delete-whitespace-rectangle-line)
31294         (clear-rectangle-line): If FILL, pass t instead of FILL
31295         for move-to-column's 2nd arg.
31297         * simple.el (undo): Fix the test for continuing a series of undos.
31298         (undo-more): Set pending-undo-list to t when we reach end.
31299         (pending-undo-list): Move up defvar.
31301         * wid-edit.el (widget-button-click):
31302         Shorten the range of the track-mouse binding.
31304         * comint.el (comint-insert-input): Undo previous changes;
31305         use last-input-event in interactive spec.
31307 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
31309         * progmodes/compile.el (compilation-start): Bind buffer-read-only
31310         to nil before invoking call-process.  Reset buffer's modified flag
31311         after fontifying it in the no-async branch.
31313         * wid-edit.el (widget-specify-button): If mouse pointer shape
31314         cannot be changed, use mouse face instead.
31316 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
31318         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31319         (gdb-goto-breakpoint): Make breakpoint handling work on template
31320         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
31321         (gdb-assembler-custom): Update to recognize breakpoint information
31322         added on 2005-01-19.
31324 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31326         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31327         (dsssl-mode): Use define-derived-mode.
31328         (scheme-mode-initialize): Remove.
31329         (scheme-mode): Use run-mode-hooks.
31331         * cus-edit.el (customize-group-other-window)
31332         (custom-buffer-create-other-window): Don't override special-display-*.
31333         (custom-mode-map): Make it dense.
31335         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31336         sets the default value.
31338 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
31340         * descr-text.el: Add more keywords.
31342 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31344         * speedbar.el: Avoid unnecessary use of locate-library.
31346         * international/mule-cmds.el (standard-display-european-internal):
31347         Don't fiddle with latin-1 non-break space any more since it's now
31348         special cased in the C code.
31349         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31351 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
31353         * cus-start.el (all): Add `undo-outer-limit'.
31355 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31357         * textmodes/bibtex.el (bibtex-format-entry):
31358         Use `bibtex-empty-field-re' only on the text of fields, not on entire
31359         field lines.
31360         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31361         not on part of a buffer.
31363 2005-01-25  Lute Kamstra  <lute@gnu.org>
31365         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31366         nonempty field text strings like "{letters\\macro{}more letters}".
31367         Clarify docstring.
31368         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31369         (bibtex-entry-offset, bibtex-parse-association)
31370         (bibtex-parse-field-name): Fix typos in docstrings.
31371         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31373 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
31375         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31376         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31377         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31378         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31380         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31381         isearch minor mode.
31383 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
31385         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31387 2005-01-24  Lute Kamstra  <lute@gnu.org>
31389         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31390         CASECHARS and NOT-CASECHARS regular expressions of the
31391         "nederlands" and "nederlands8" dictionaries to prevent a "Range
31392         striding over charsets" error.
31394 2005-01-24  Jay Belanger  <belanger@truman.edu>
31396         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31397         display variable name.
31399 2005-01-24  Kenichi Handa  <handa@m17n.org>
31401         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31402         Fix setting of the element of encoded-kbd-iso2022-invocations.
31404 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
31406         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31407         (gdb-threads-select): Change to also accept mouse events.
31408         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31409         (gdb-threads-mouse-select): Delete.
31411 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
31413         * files.el (insert-directory): Take care of empty directory,
31414         listed without -a switch.
31416 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31418         * textmodes/refill.el (refill-post-command-function):
31419         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31420         to the list of functions that we should be careful not to undo.
31421         (refill-late-fill-paragraph-function): Remove.
31422         (refill-saved-state): New var.
31423         (refill-mode): Use it to save fill-paragraph-function.
31424         Save also the value of auto-fill-function.
31426         * term/w32-win.el: Simplify code.
31428 2005-01-23  Kim F. Storm  <storm@cua.dk>
31430         * simple.el (line-move): Adapt to new return value from
31431         pos-visible-in-window-p.
31433         * simple.el (line-move): Fix last change.  Check partial
31434         visibility at point rather than at window-start.
31436 2005-01-22  Jason Rumney  <jasonr@gnu.org>
31438         * term/w32-win.el (xw-defined-colors): Remove debug-message.
31440 2005-01-22  David Kastrup  <dak@gnu.org>
31442         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31444 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
31446         * type-break.el (type-break-mode): Add a test for
31447         type-break-file-name being non-nil.
31449 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
31451         * net/eudc.el (top level): Call (message "") via progn, so that
31452         eudc-options-file is loaded.
31454 2005-01-22  Kim F. Storm  <storm@cua.dk>
31456         * simple.el (line-move-1): Rename from line-move.
31457         (line-move): New function that adjusts vscroll for partially
31458         visible rows, and calls line-move-1 otherwise.
31460 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
31462         * pcomplete.el: Define pcomplete-read-event instead of read-event,
31463         since it's not a complete read-event implementation
31465 2005-01-20  Jay Belanger  <belanger@truman.edu>
31467         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31468         for called function.
31470 2005-01-20  Steven Tamm  <steventamm@mac.com>
31472         * term/mac-win.el (process-connection-type): Remove.
31473         Controlled now by s/darwin.h:PTY_ITERATION.
31475 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31477         * window.el (handle-select-window): Don't switch window when we're
31478         in the minibuffer.
31480 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
31482         * subr.el (dotimes-with-progress-reporter): New macro.
31484         * ses.el (ses-dotimes-msg): Remove macro.
31485         Use `dotimes-with-progress-reporter' instead.
31487 2005-01-19  Steven Tamm  <steventamm@mac.com>
31489         * term/mac-win.el (process-connection-type): Use new
31490         operating-system-release variable to use ptys on Darwin 7 (OS X
31491         10.3) when using carbon build.
31493 2005-01-19  Jay Belanger  <belanger@truman.edu>
31495         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31496         flags if the last command was a tab or M-tab.
31498         * calc/calc-prog.el (calc-user-define-edit): Put original formula
31499         in formula editing buffer.
31501 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31503         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31504         breakpoint image symbol in margin.
31506 2005-01-19  Jay Belanger  <belanger@truman.edu>
31508         * calc/calc-prog.el (calc-execute-kbd-macro):
31509         Ignore calc-keep-arg-flag.
31511 2005-01-19  Kenichi Handa  <handa@m17n.org>
31513         * textmodes/ispell.el (ispell-looking-at): New function.
31514         (ispell-process-line): Use ispell-looking-at to compare the ispell
31515         output and the buffer contents.
31517 2005-01-18  Jay Belanger  <belanger@truman.edu>
31519         * calc/calc.el (calc-display-raw): Fix docstring.
31521 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31523         * simple.el (blink-matching-open): Strip extra info from syntax.
31525         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31526         funny chars in the end-of-here-doc marker.
31528 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31530         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31531         that enable/disabled state of breakpoints is shown correctly in
31532         fringe and on ttys.
31533         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31534         Add breakpoint information as text properties.
31535         (gdb-mouse-toggle-breakpoint):
31536         Rename to gdb-mouse-set-clear-breakpoint.
31537         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
31538         breakpoints in the margin.
31539         (gdb-remove-strings): Simplify.
31541 2005-01-17  Jay Belanger  <belanger@truman.edu>
31543         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31544         erasing buffer.
31546 2005-01-17  Richard M. Stallman  <rms@gnu.org>
31548         * progmodes/grep.el (grep-find): Copy from `grep' the condition
31549         for calling grep-compute-defaults.
31551         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31552         if buffer is empty.
31554         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31556 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
31558         * hilit-chg.el (highlight-changes-mode): Don't autoload.
31560         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31561         non-preloaded variables.
31563 2005-01-17  Steven Tamm  <steventamm@mac.com>
31565         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31566         tex-shell cause to force interactivity when using pipes.
31568 2005-01-17  Kim F. Storm  <storm@cua.dk>
31570         * simple.el (just-one-space): Make arg optional.
31572 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
31574         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31575         posn-at-x-y to t to access left-margin.
31577 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
31579         Sync with Tramp 2.0.47.
31581         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31582         catching keep-date problems in cp/scp operations.
31583         (tramp-handle-copy-file): Don't call `set-file-modes'
31584         unconditionally.  Specialized functions should know better what is
31585         necessary.  This improves performance a little bit, and the
31586         functions could catch errors with `cp -p' and `scp -p'.
31587         (tramp-do-copy-or-rename-file-via-buffer)
31588         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
31589         when appropriate.
31590         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
31591         Call `set-file-modes' when appropriate.
31592         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
31593         Johnsson <isak@hypergene.com>.
31594         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
31595         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
31596         <joakim@verona.se>.
31597         (tramp-file-name-for-operation): Mark `shell-command' as magic for
31598         Emacs only.
31600         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
31601         `find-file-hooks' and `dired-mode-hook'.
31602         (tramp-minor-mode-map): Respective map.  Add remapping for
31603         `compile' and `recompile'.
31604         (tramp-remap-command, tramp-recompile): New defuns.
31605         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
31606         in buffer "*Compilation*".  Call the commands asynchronously.
31608         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
31609         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
31610         `shell-command', because it isn't magic in XEmacs.  Reported by
31611         Adrian Aichner <adrian@xemacs.org>.
31613         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
31614         `substitute-in-file-name.
31615         (tramp-smb-handle-substitute-in-file-name): New defun.
31616         (tramp-smb-advice-PC-do-completion): Delete advice.
31618 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
31620         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
31621         Fix error in deleting region.
31623 2005-01-15  Richard M. Stallman  <rms@gnu.org>
31625         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
31626         In non-temp buffer, switch syntax table temporarily.
31628         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
31630         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
31632         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
31634         * imenu.el (imenu--split-menu): Copy menulist before sorting.
31635         (imenu--generic-function): Use START, not BEG, as pos of definition.
31637         * simple.el (just-one-space): Argument specifies number of spaces.
31639         * simple.el (eval-expression-print-format): Avoid warning
31640         about edebug-active.
31642 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
31644         * progmodes/sh-script.el: Code copied from make-mode.el
31645         with small changes,
31646         (sh-mode-map): Bind C-c C-\.
31647         (sh-backslash-column, sh-backslash-align): New variables.
31648         (sh-backslash-region, sh-append-backslash): New functions.
31650 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31652         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31653         (rmail-pop-password, rmail-pop-password-required): Move to
31654         rmail-obsolete group.
31655         (rmail-set-pop-password): Rename to rmail-set-remote-password.
31656         All callers updated.
31657         (rmail-get-pop-password): Rename to rmail-get-remote-password.
31658         Take an argument specifying whether it is POP or IMAP mailbox we
31659         are using.  All callers updated.
31660         (rmail-pop-password-error): Rename to
31661         rmail-remote-password-error.  Added mailutils-specific error message.
31662         (rmail-movemail-search-path)
31663         (rmail-movemail-variant-in-use): New variables.
31664         (rmail-remote-password, rmail-remote-password-required):
31665         New customization variables.
31666         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
31667         (rmail-parse-url): New function.
31668         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
31669         with GNU mailutils movemail.
31671 2005-01-15  Kevin Ryde  <user42@zip.com.au>
31673         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
31674         suffix to space, $ or '$, to correctly position point when going
31675         to @table style constants like DBL_MAX.
31677 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
31679         * type-break.el (type-break-mode, type-break-file-time)
31680         (type-break-file-keystroke-count, type-break-choose-file):
31681         Don't store data in or load data from the file if type-break-file-name
31682         is nil.
31683         (type-break-file-name): Doc update as per the above.
31685 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
31687         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
31688         lookup-key might return nil; handle that.
31690 2005-01-15  Alan Mackenzie  <acm@muc.de>
31692         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
31693         rather than the element found, thus enabling the tree to be setcar'd.
31695 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31697         * textmodes/org.el (org-show-following-heading): New option.
31698         (org-show-hierarchy-above): Use `org-show-following-heading'.
31699         (org-cycle): Documentation fix.
31701         * textmodes/org.el (orgtbl-optimized): New option
31702         (orgtbl-mode): New command, a minor mode.
31703         (orgtbl-mode-map): New variable.
31704         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
31705         (orgtbl-error, orgtbl-self-insert-command)
31706         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
31708         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
31709         a local variable in each org-mode buffer.
31711         * textmodes/org.el (org-set-regexps-and-options): Rename from
31712         `org-set-regexps'.  Added checking for STARTUP keyword.
31713         (org-get-current-options): Add STARTUP options.
31714         (org-table-insert-row): Make mode intelligent about when
31715         realignment is needed.
31716         (org-self-insert-command, org-delete-backward-char, org-delete-char):
31717         New commands.
31718         (org-enable-table-editor): New default value `optimized'.
31719         (org-table-blank-field): Support blanking regions if active.
31721 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31723         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
31724         if the year is not given.
31726         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
31727         Add new escapes %m and %M, fixed bug with %F by adding
31728         save-match-data.
31729         (reftex-reference): Remove ?. from list of spaces.
31730         (reftex-label-info): Add automatic label prefix recognition.
31732         * textmodes/reftex-index.el (reftex-index-next-phrase):
31733         Add slave parameter to call of `reftex-index-this-phrase'.
31734         (reftex-index-this-phrase): New optional argument.
31735         (reftex-index-region-phrases): Add slave parameter to call of
31736         `reftex-index-this-phrase'.
31737         (reftex-display-index): New argument redo.
31738         (reftex-index-rescan): Add `redo' to arguments of
31739         `reftex-display-index'.
31740         (reftex-index-Rescan, reftex-index-revert)
31741         (reftex-index-switch-index-tag): Add `redo' to arguments of
31742         `reftex-display-index'.
31743         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
31744         indexing.  Fix bug with matching is there is a quote before or
31745         after the word.
31747         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
31748         Fix bug when collecting citation keys in lines with comments.
31749         (reftex-citation): Prefix argument no longer rescans the document,
31750         but forces prompting for optional arguments of cite macros.
31751         (reftex-do-citation): Prompting for optional arguments implemented.
31753         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31754         Add optional arguments to most cite commands.
31755         (reftex-cite-cleanup-optional-args): New option
31756         (reftex-cite-prompt-optional-args): New option.
31757         (reftex-trust-label-prefix): New option.
31759         * textmodes/reftex-toc.el (reftex-toc-find-section):
31760         Add push-mark before changing the position in the buffer.
31762         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
31763         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
31765 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
31767         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
31768         more carefully.
31770 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31772         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
31773         (sgml-mode): Use it.
31774         (sgml-get-context): Better keep track of implicitly closed tags.
31776 2005-01-13  Kenichi Handa  <handa@m17n.org>
31778         * textmodes/ispell.el: These changes are to fix misalignment error
31779         caused by equivalent characters of different Emacs charsets.
31780         (ispell-unified-chars-table): New variable.
31781         (ispell-get-decoded-string): New function.
31782         (ispell-get-casechars, ispell-get-not-casechars)
31783         (ispell-get-otherchars): Call ispell-get-decoded-string.
31785 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
31787         * custom.el (custom-declare-variable): Just put symbol instead
31788         of (defvar . symbol) in `current-load-list'.
31790 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
31792         * emacs-lisp/elint.el: Fixed typo in Commentary section.
31794 2005-01-12  Jay Belanger  <belanger@truman.edu>
31796         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
31797         to create a Calc summary.
31799 2005-01-12  Kim F. Storm  <storm@cua.dk>
31801         * mouse.el (mouse-on-link-p): Change functionality and doc
31802         string to comply with latest description in lisp ref.
31804 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
31806         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
31807         Enable mouse clicks on mode-line, header-line and margin.
31808         (event-type): Give mouse event symbols an `event-kind' property
31809         with value `mouse-click'.
31811 2005-01-12  Juri Linkov  <juri@jurta.org>
31813         * facemenu.el (list-colors-display): Add new arg buffer-name.
31814         Use it.  Fix docstring.  Replace code for identifying duplicate
31815         colors by the name with call to `list-colors-duplicates' which
31816         identifies duplicate colors by the value unless the color
31817         is one of special Windows colors.  Set truncate-lines to t.
31818         Print sorted duplicate color names on each line.  Indent to 22
31819         \(the longest color name in rgb.txt) instead of 20.  Optimize.
31820         (list-colors-duplicates): New function.
31821         (facemenu-color-name-equal): Delete function.
31823         * facemenu.el (list-colors-print): New function created from code
31824         in list-colors-display.  Print #RRGGBB at the window right edge.
31825         (list-colors-display): When temp-buffer-show-function is not
31826         defined, call list-colors-print from temp-buffer-show-hook
31827         to get the right value of window-width in list-colors-print
31828         after the buffer is displayed.
31830         * simple.el (pop-mark): Move deactivate-mark out of conditional
31831         part to deactivate the active mark regardless of the state of the
31832         mark ring.
31834         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
31835         variables line in desktop files.
31837 2005-01-12  Juri Linkov  <juri@jurta.org>
31839         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
31840         Bring together isearch highlight related options.
31841         (lazy-highlight): Replace group `replace' by `matching'.
31842         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31843         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31844         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
31845         and declare them obsolete.
31846         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
31847         (isearch-faces): Remove defgroup.
31848         (isearch-overlay, isearch-highlight, isearch-dehighlight):
31849         Move isearch highlighting code closer to lazy highlighting code.
31851         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
31852         (query-replace-highlight, query-replace-lazy-highlight)
31853         (query-replace): Move definitions to the beginning of the file.
31855 2005-01-11  Juri Linkov  <juri@jurta.org>
31857         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
31858         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
31859         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
31861         * info.el (Info-history-forward): New variable.
31862         (Info-select-node): Reset Info-history-forward to nil.
31863         (Info-last): Turn into defalias.
31864         (Info-history-back): Rename from Info-last.
31865         Add current node to Info-history-forward.
31866         (Info-history-forward): New fun.
31867         (Info-mode-map): Replace Info-last by Info-history-back.
31868         Bind Info-history-forward to "r".
31869         (Info-mode-menu): Replace Info-last by Info-history-back.
31870         Fix menu item text.  Add menu item for Info-history-forward.
31871         (info-tool-bar-map): Replace Info-last by Info-history-back.
31872         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
31873         for Info-history-forward.
31874         (Info-mode): Replace Info-last by Info-history-back in docstring.
31875         Add local variable Info-history-forward.
31876         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
31878 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31880         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
31881         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
31882         Ignore select-window events rather than fiddle with
31883         mouse-autoselect-window.
31885 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
31887         * type-break.el (type-break-mode): Fix previous change.
31889 2005-01-10  Jay Belanger  <belanger@truman.edu>
31891         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31892         calculator; only reset when point is inside a calculator.
31893         Don't adjust the window height if the window takes up the whole height
31894         of the frame.
31896 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31898         * ebuff-menu.el (Electric-buffer-menu-mode):
31899         Preserve value of buffer-local var header-line-format.
31901 2005-01-09  Jay Belanger  <belanger@truman.edu>
31903         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31904         Make sure settings file exists before accessing it.
31906         * calc/calc-embed.el (calc-embedded-subst):
31907         Replace math-multi-subst-rec, which is only supposed to be called
31908         by math-multi-subst, by math-multi-subst.
31910 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31912         * vc.el (vc-allow-async-revert): New user option.
31913         (vc-disable-async-diff): New internal variable.
31914         (vc-revert-buffer): Use them to disable asynchronous diff.
31916         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31917         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31918         asynchronously if vc-disable-async-diff is t.
31920 2005-01-09  Jay Belanger  <belanger@truman.edu>
31922         * calc/calc.el (defcalcmodevar): New macro.
31923         (calc-mode-var-list-restore-default-values)
31924         (calc-mode-var-list-restore-saved-values): New functions.
31925         (calc-mode-var-list): Use defcalcmodevar to define it.
31926         (calc-always-load-extensions, calc-line-numbering)
31927         (calc-line-breaking, calc-display-just, calc-display-origin)
31928         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31929         (calc-group-char, calc-point-char, calc-frac-format)
31930         (calc-prefer-frac, calc-hms-format, calc-date-format)
31931         (calc-float-format, calc-full-float-format, calc-complex-format)
31932         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31933         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31934         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31935         (calc-matrix-brackets, calc-language, calc-language-option)
31936         (calc-left-label, calc-right-label, calc-word-size)
31937         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31938         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31939         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31940         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31941         (calc-window-height, calc-display-trail, calc-show-selections)
31942         (calc-use-selections, calc-assoc-selections)
31943         (calc-display-working-message, calc-auto-why, calc-timing)
31944         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31945         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31946         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31947         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31948         (calc-gnuplot-geometry, calc-graph-default-resolution)
31949         (calc-graph-default-resolution-3d, calc-invocation-macro)
31950         (calc-show-banner): Use defcalcmodevar to declare them and set
31951         their default values.
31953         * calc/calc-ext.el (calc-reset): Restore saved values of variables
31954         instead of default values (but restore default values if there is
31955         an argument of 0).
31957 2005-01-09  David Kastrup  <dak@gnu.org>
31959         * desktop.el (desktop-restore-eager): Fix typo in type.
31961 2005-01-08  Richard M. Stallman  <rms@gnu.org>
31963         * cus-edit.el (customize): Delete :link.
31965 2005-01-08  Jay Belanger  <belanger@truman.edu>
31967         * calc/calc.el (calc-mode): Remove the extension from the
31968         `calc-settings-file' file name when loading it.
31970 2005-01-08  Kim F. Storm  <storm@cua.dk>
31972         * info.el (Info-mode-map, Info-next-link-keymap)
31973         (Info-prev-link-keymap, Info-up-link-keymap):
31974         Map follow-link to mouse-face.
31975         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
31977 2005-01-08  Jay Belanger  <belanger@truman.edu>
31979         * calc/calc.el (calc-settings-file): Change default value.
31980         Suggested by cgw in a comment in calc-mode.el.
31982         * calc/calc-mode.el (calc-settings-file-name):
31983         Compare calc-settings-file to user-init-file instead of ~/.emacs.
31984         Replace ~/.emacs in a prompt by calc-settings-file.
31986 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
31988         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
31989         (desktop-lazy-idle-delay): New customizable variables.
31990         (desktop-buffer-args-list): New variable.
31991         (desktop-append-buffer-args): New function.
31992         (desktop-save): Call desktop-append-buffer-args for some buffers.
31993         (desktop-lazy-create-buffer): New function.
31994         (desktop-idle-create-buffers): New function.
31995         (desktop-read): Add message about buffers to restore lazily.
31996         (desktop-lazy-abort): New command.
31997         (desktop-clear): Call desktop-lazy-abort.
31998         (desktop-lazy-complete): New command.
32000 2005-01-06  Richard M. Stallman  <rms@gnu.org>
32002         * emacs-lisp/find-func.el (find-face-definition):
32003         Rename from find-face.
32005 2005-01-06  Kim F. Storm  <storm@cua.dk>
32007         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32009         * man.el (Man-xref-man-page, Man-xref-header-file)
32010         (Man-xref-normal-file): Add follow-link property.
32012 2005-01-06  Jay Belanger  <belanger@truman.edu>
32014         * calc/calc-units.el: Make sure the proper macro definitions are
32015         available when compiling.
32017 2005-01-06  Juri Linkov  <juri@jurta.org>
32019         * isearch.el (isearch-lazy-highlight-update):
32020         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32022 2005-01-06  Miles Bader  <miles@gnu.org>
32024         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32025         (isearch-lazy-highlight-face): Use new name.
32027 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32029         * uniquify.el (uniquify-rationalize-file-buffer-names):
32030         Re-add an interactive spec.
32031         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32032         to the same name.
32034         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32035         (isearch-update, isearch-done): Adjust calls accordingly.
32037 2005-01-05  Richard M. Stallman  <rms@gnu.org>
32039         * custom.el (custom-set-variables, custom-theme-set-variables):
32040         Clarify documentation.
32042         * emacs-lisp/find-func.el (find-variable)
32043         (find-variable-other-window, find-variable-other-frame):
32044         Fix the TYPE args to find-function-read and find-function-do-it.
32045         (find-function): Doc fix.
32046         (find-function-at-point): Replace function-at-point alias.
32048 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32050         * cus-face.el (custom-declare-face):
32051         Record defface in current-load-list.
32053         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32055         * emacs-lisp/find-func.el: Doc fixes.
32056         (find-face-regexp): New variable.
32057         (find-function-regexp-alist): New variable.
32058         (find-function-C-source): Third arg is now TYPE.
32059         (find-function-search-for-symbol): Handle general TYPE.
32060         (find-function-read, find-function-do-it): Handle general TYPE.
32061         (find-definition-noselect, find-face): New functions.
32062         (function-at-point): Alias deleted.
32064 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
32066         * battery.el (display-battery-mode): Rename from display-battery.
32067         Handle the case where it gets turned off.
32069 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32071         * cus-edit.el (customize): Make :link point to user doc.
32073         * man.el (Man-fontify-manpage): Turn off undo generation.
32075         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32077 2005-01-04  Andreas Schwab  <schwab@suse.de>
32079         * files.el (insert-directory): Only look for error lines in
32080         inserted text.  Don't move too far after processing --dired markers.
32082 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32084         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32085         Don't expand if the character is @, period, dash, etc.
32086         (define-mail-abbrev): Quote names that contain problem characters.
32088 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
32090         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32092 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32094         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32095         (query-replace-highlight, query-replace-lazy-highlight)
32096         (query-replace): Definitions moved up.  Doc fix.
32098 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32100         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32101         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32102         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32103         (lazy-highlight-face): Rename from isearch-lazy-...
32104         Change all references to them.
32106 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
32108         * cus-edit.el (custom-file): Doc fix for defcustom.
32109         (custom-file): The function no longer sets the variable
32110         `custom-file' to its return value.
32112         * startup.el (command-line): No longer load `custom-file'.
32114 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32116         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32118         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32119         Don't confuse module-prefixed identifiers for labels.
32120         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32122 2005-01-02  Richard M. Stallman  <rms@gnu.org>
32124         * files.el (basic-save-buffer-1): Fix previous change.
32126         * loadhist.el (file-loadhist-lookup): New function.
32127         (file-provides, file-requires): Use it.
32129         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32130         instead of calculating the right size.
32132 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
32134         * vc-svn.el (vc-svn-diff): Stay local if possible.
32136 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32138         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32140         * files.el (hack-local-variables): Fix last change.
32142 2005-01-02  Jay Belanger  <belanger@truman.edu>
32144         * calc/calc-yank.el (calc-edit-top): New variable.
32145         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32146         object.  Change header properties.
32147         (calc-edit-finish, calc-edit-finish-stack-object)
32148         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32149         edited object.
32150         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32151         for the beginning of the edited object.
32152         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32153         for the beginning of the edited object.
32154         * calc/calc-prog.el (calc-edit-macro-finish-edit)
32155         (calc-finish-formula-edit, calc-macro-repeats)
32156         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32157         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32158         beginning of the edited object.
32159         (calc-user-define-edit): Change the header for editing macros.
32160         Remove unnecessary variable.
32162 2005-01-01  Jay Belanger  <belanger@truman.edu>
32164         * calc/calc-yank.el (calc-edit-mode): Change default header.
32165         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32166         * calc/calc-store.el (calc-edit-variable): Change title to match new
32167         header.
32168         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32169         mode to match new header.
32170         (calc-user-define-edit): Change titles to include names of commands.
32171         (calc-finish-formula-edit): Adjust to handle new header.
32172         (calc-finish-macro-edit): Remove.
32173         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32174         (calc-edit-macro-command, calc-edit-macro-command-type)
32175         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32176         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32177         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32178         (calc-edit-macro-finish-edit): New functions.
32179         (calc-user-define-edit): Use new functions to edit named calc macros.
32181 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32183         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32185         * ses.el (copy-region-as-kill): Deactivate mark.
32187 2005-01-01  Richard M. Stallman  <rms@gnu.org>
32189         * replace.el (occur-1): If the output buffer is also an input,
32190         don't kill it, rename it.
32192         * faces.el (set-face-background, set-face-foreground): Doc fix.
32194         * cus-face.el (custom-face-attributes): Fix :help-echo strings
32195         for :foreground and :background.
32197         * dired.el (dired-view-command-alist): Variable deleted.
32198         (dired-view-file, dired-mouse-find-file-other-window):
32199         Delete the code to use it.
32201 2005-01-01  Kim F. Storm  <storm@cua.dk>
32203         * image.el (insert-sliced-image): Use t for line-height property.
32205 See ChangeLog.11 for earlier changes.
32207 ;; Local Variables:
32208 ;; coding: iso-2022-7bit
32209 ;; add-log-time-zone-rule: t
32210 ;; End:
32212     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32214   This file is part of GNU Emacs.
32216   GNU Emacs is free software; you can redistribute it and/or modify
32217   it under the terms of the GNU General Public License as published by
32218   the Free Software Foundation; either version 2, or (at your option)
32219   any later version.
32221   GNU Emacs is distributed in the hope that it will be useful,
32222   but WITHOUT ANY WARRANTY; without even the implied warranty of
32223   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32224   GNU General Public License for more details.
32226   You should have received a copy of the GNU General Public License
32227   along with GNU Emacs; see the file COPYING.  If not, write to the
32228   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32229   Boston, MA 02110-1301, USA.
32231 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1