Fix read-only prompt problem in isearch
[emacs.git] / lisp / ChangeLog
blobd3cb2fb94c2375770e5f0be8a541caac7501e1fc
1 2007-03-07  Miles Bader  <miles@gnu.org>
3         * international/isearch-x.el
4         (isearch-process-search-multibyte-characters): Strip
5         text-properties from PROMPT to avoid an error from read-string.
7 2007-03-07  Kim F. Storm  <storm@cua.dk>
9         * complete.el (PC-bindings): Remap lisp-complete-symbol to
10         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
12 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
14         * complete.el (PC-do-completion): Delete duplicates in the list of
15         possible completions.
17 2007-03-07  Glenn Morris  <rgm@gnu.org>
19         * ses.el (ses-mode): Doc fix.
21 2007-03-06  Kim F. Storm  <storm@cua.dk>
23         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
25 2007-03-06  Kenichi Handa  <handa@m17n.org>
27         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
29 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * simple.el (completion-setup-function): Improve last fix so it doesn't
32         set it to a relative directory name either.
34 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
36         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
38 2007-03-05  Richard Stallman  <rms@gnu.org>
40         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
42         * files.el (find-file-noselect): No error if file no longer exists.
43         Display a message and avoid other questions.
45 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * pcomplete.el (pcomplete-show-completions): Improve last change, so
48         as not to use an invisible window and to create a window if none exist.
50         * progmodes/python.el (python-send-command): Restart proc if necessary.
51         (python-proc): Simplify.
53 2007-03-05  David Hansen  <david.hansen@gmx.net> (tiny change)
55         * pcomplete.el (pcomplete-show-completions): Search all frames for
56         completions buffer.
58 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
60         * cus-edit.el (customize-save-variable): Clear customized-value
61         property (saved values are now put in theme-value property).
62         (customize-set-variable): Doc fix.
64         * complete.el (PC-do-completion): If completion-ignore-case is
65         non-nil, replace field with completion string before exiting.
67 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
69         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
70         Append its extension to the resulting temporary file name.
71         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
73         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
74         (tramp-smb-handle-write-region): Apply it.
76 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
78         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
79         Redo previous change.
81 2007-03-04  Kevin Rodgers <kevin.d.rodgers@gmail.com>
83         * diff-mode.el (diff-mode): Doc fix.
85 2007-03-05  Kenichi Handa  <handa@m17n.org>
87         * international/characters.el: Set category `l' (latin) for more
88         characters.
90 2007-03-04  Kim F. Storm  <storm@cua.dk>
92         * emacs-lisp/authors.el (authors-aliases): Add alias.
94 2007-03-04  Glenn Morris  <rgm@gnu.org>
96         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
97         all when switching major mode.
98         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
99         (hs-block-start-mdata-select, hs-block-end-regexp)
100         (hs-forward-sexp-func, hs-adjust-block-beginning): Do not make
101         these variables permanent-local.
103 2007-03-04  Richard Stallman  <rms@gnu.org>
105         * progmodes/cperl-mode.el (cperl-mode):
106         Modify cperl-compilation-error-regexp-alist by appending.
108         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
109         (edebug-mode): Add the hook.
110         (edebug-recursive-edit): Remove the hook on exiting.
112         * type-break.el (type-break-get-previous-time):
113         Handle end-of-file errors specially
114         so they don't get reported wrong in .emacs.
116         * startup.el (fancy-splash-text): Clarify text.
118         * simple.el (beginning-of-buffer, end-of-buffer):
119         Avoid treating plain C-u like numeric arg.
121         * simple.el (completion-setup-function): Don't set
122         default-directory to nil.
124         * shell.el (shell-dirstack-query): Doc fix.
126         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
127         Don't select the window -- pass it to primitives instead.
129         * faces.el (minibuffer-prompt): Use medium blue by default.
131 2007-03-04  David Kastrup  <dak@gnu.org>
133         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
134         Preserve 16 as default value for "seconds" when customizing.
136 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
138         * textmodes/org.el (org-self-insert-command)
139         (orgtbl-self-insert-command, org-delete-char)
140         (org-delete-backward-char): Set the `flyspell-delayed' property.
142 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
144         * international/mule.el (find-auto-coding): Don't search for
145         line-ending characters past the end of the tail.
147 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
149         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
150         Jump to the line where new score has been uploaded.
152         * play/tetris.el (tetris-move-bottom, tetris-move-left)
153         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
154         Do nothing when the game is paused.
156 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
158         * textmodes/org.el (org-set-tags): Prevent slipping of point
159         during completion.
161 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
163         * isearch.el (isearch-message-prefix):
164         Use minibuffer-prompt-properties.
166 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
168         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
169         (ps-setup): Print which Emacsen is running ps-print package.
171 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change)
173         * files.el (set-auto-mode-0): Use `indirect-function'.
174         (hack-one-local-variable): Don't reapply current major mode.
176 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * progmodes/python.el (python-quote-syntax): Don't bother with
179         syntax-ppss-context.
180         (python-fill-paragraph): Make sure that fenced-string delimiters that
181         stand on their own line stay there
183 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
185         * replace.el (perform-replace): Propertize message.
187 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
189         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
190         invisible heading.
192 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
194         * net/tramp.el (tramp-file-name-handler): Revert last change.
196 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
198         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
199         Correct doc strings.
201 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
203         * replace.el (perform-replace): Undo forward-char immediately if
204         non-adjacent search fails.
206 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
208         * version.el (emacs-major-version, emacs-minor-version):
209         string-to-int -> string-to-number.
211 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
213         * help.el (where-is): Fail gracefully when not passed a command.
215 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
217         * find-lisp.el (find-lisp-default-directory-predicate):
218         Fix bug: Do symlink check on expanded filename.
220 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
222         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
223         changes during replacement.
224         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
226 2007-02-28  Lars Hansen  <larsh@soem.dk>
228         * desktop.el: Delete header line listing me as maintainer.
230 2007-02-28  Glenn Morris  <rgm@gnu.org>
232         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
233         the menus case.
235 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
237         * net/tramp.el (tramp-file-name-handler): Inhibit modification
238         hooks to avoid confusion when combining after-change calls.
240 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
242         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
243         now that pgg-gpg-process-region correctly honors passed-in passphrase.
244         (allout-distinctive-bullets-string): Add info about bullet conventions.
245         (allout-mode): Add info about distinctive vs plain bullets.
247 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
249         * textmodes/org.el (org-archive-subtree): Quote variable name.
250         (org-agenda-get-todos): Make sure skip properties are checked correctly.
252 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
254         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
255         (gud-bashdb-command-name, bashdb): Remove.
256         (gud, gud-menu-map): Remove references to bash/bashdb.
258 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
260         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
261         keyword for Python 2.5.
263 2007-02-26  Romain Francoise  <romain@orebokech.com>
265         * net/net-utils.el (whois-server-tld): Update server for .org.
266         (whois-server-list): Add whois.publicinterestregistry.net.
267         (whois-guess-server): Fix formatting in docstring.
269 2007-02-26  Kim F. Storm  <storm@cua.dk>
271         * mouse.el (mouse-show-mark): Run hooks and perform command
272         remapping for mouse-region-delete-keys.
274 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
276         * font-core.el (font-lock-mode): Doc fix.
278 2007-02-25  Kim F. Storm  <storm@cua.dk>
280         * ido.el (ido-buffer-internal): Set this-command to fallback command.
281         Add selected buffer to buffer-name-history.
282         (ido-file-internal): Set this-command to fallback command.
283         Add file names to file-name-history.
285         * emacs-lisp/map-ynp.el (map-y-or-n-p):
286         Apply minibuffer-prompt-properties.
288 2007-02-25  Andreas Schwab  <schwab@suse.de>
290         * files.el (hack-one-local-variable-eval-safep): Correct handling
291         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
293 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
295         * textmodes/org.el (org-table-overlay-coordinates)
296         (org-table-toggle-coordinate-overlays): New functions.
297         (org-table-overlay-coordinates, org-table-coordinate-overlays):
298         New variables.
299         (org-startup-with-deadline-check): Remove option.
300         (org-mode): Remove deadline check on startup.
301         (org-table-limit-column-width): Remove option.
302         (org-table-formula-numbers-only): Remove option.
303         (org-link-style, org-link-format): Remove options.
304         (org-select-agenda-window, org-fit-agenda-window): Remove options.
305         (org-export-ascii-show-new-buffer)
306         (org-export-html-show-new-buffer): Remove options.
307         (org-activate-links): Remove camel option.
308         (org-file-link-context-use-camel-case): Remove option.
309         (org-camel-regexp): Remove variable.
310         (org-activate-camels): Remove function.
311         (org-store-link): Remove Camel stuff.
312         (org-make-org-heading-camel): Remove function.
313         (org-open-at-point): Remove camel stuff.
314         (org-link-search): Remove camel stuff.
315         (org-camel-to-words): Function removed.
316         (org-get-agenda-file-buffer): Make sure we prepare the base
317         buffers, not any indirect buffers.
318         (org-sort-entries): Sort top-level when not on a headline, and no
319         active region.
320         (org-in-regexp): New function.
321         (org-search-not-self): Rename from `org-search-not-link'.
322         (org-open-link-marker): New variable.
323         (org-open-at-point): Set `org-open-link-marker'.
324         (org-print-icalendar-entries): Fixe bug with excluding DONE
325         entries from the exported list.
326         (org-edit-formula-lisp-indent): New command.
327         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
328         (orgtbl-to-latex, orgtbl-insert-radio-table)
329         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
330         (orgtbl-radio-table-templates): New option.
331         (org-store-link-props):
332         (org-remember-templates): More possibilities to insert info
333         into templates.
334         (org-remember-apply-template): Make use of the extended
335         template capabilities.
336         (org-remember-redo-template): New command.
337         (org-upgrade-old-links)
338         (org-table-modify-formulas, org-table-replace-in-formulas)
339         (org-table-find-dataline)
340         (org-table-get-vertical-vector): Remove functions.
341         (org-table-remove-rectangle-highlight)
342         (org-time-stamp-format, org-toggle-log-option)
343         (org-table-highlight-rectangle)
344         (org-table-iterate, org-table-make-reference):
345         (org-translate-time, org-tree-to-indirect-buffer)
346         (org-table-field-info, org-table-fix-formulas)
347         (org-table-force-dataline, org-table-get-descriptor-line)
348         (org-table-get-range)
349         (org-skip-comments, org-sort)
350         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
351         (org-table-current-dline, org-table-current-field-formula)
352         (org-table-edit-backward-field)
353         (org-table-edit-formulas-post-command)
354         (org-table-edit-line-down, org-table-edit-line-up)
355         (org-agenda-archive)
356         (org-agenda-clock-cancel)
357         (org-agenda-clock-out, org-agenda-list-stuck-projects)
358         (org-agenda-open-link, org-agenda-show-new-time)
359         (org-agenda-skip-subtree-when-regexp-matches)
360         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
361         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
362         (org-do-sort, org-file-image-p, org-find-overlays)
363         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
364         (org-highlight-until-next-command, org-isearch-end)
365         (org-match-any-p, org-next-link, org-previous-link):
366         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
367         (org-rewrite-old-row-references)
368         (org-isearch-post-command)
369         (org-table-edit-move, org-table-edit-next-field)
370         (org-table-edit-scroll, org-table-edit-scroll-down)
371         (org-set-frame-title, org-show-reference)
372         (org-unhighlight-once, org-verify-change-for-undo): New functions.
373         (org-show-variable): Remove command.
374         (org-add-log-maybe): New arguments STATE, FINDPOS
375         (org-table-sort-lines): Rewrite from scratch.
376         (org-link-search): New argument AVOID-POS.
377         (org-print-icalendar-entries): Remove argument CATEGORY.
378         (org-run-agenda-series): Remove argument WONDOW.
379         (org-next-link, org-previous-link): New commands.
380         (org-agenda-date-format): New option.
381         (org-table-iterate): New command.
382         (org-table-modify-formulas)
383         (org-table-replace-in-formulas): Remove functions.
384         (org-table-fix-formulas): New function.
385         (org-table-insert-column, org-table-delete-column)
386         (org-table-move-column): Use `org-table-fix-formulas'.
387         (org-follow-gnus-link): Patch from Bastien/Leo.
388         (org-table-current-field-formula): New function.
389         (org-file-image-p): New function.
390         (org-agenda-show-new-time): New function.
391         (org-agenda-date-later): Call `org-agenda-show-new-time'.
392         (org-with-remote-undo): New macro.
393         (org-agenda-undo): New command.
394         (org-verify-change-for-undo): New function.
395         (org-time-stamp-format): New function.
396         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
397         by user.
398         (org-match-any-p): New function.
399         (org-make-tags-matcher): Handle regular expressions for tag and
400         todo matches.
401         (org-read-date): Accept "+N" as input for a date relative to the
402         current date.
403         (org-remove-subtree-entries-from-agenda): New function.
404         (org-agenda-archive, org-agenda-kill):
405         Use `org-remove-subtree-entries-from-agenda'.
406         (org-do-sort, org-sort-entries): New functions.
407         (org-sort): New command.
408         (org-table-sort-lines): Use `org-do-sort'.
409         (org-fix-decoded-time): New function.
410         (org-table-number-regexp): Require 0x... to identify as number
411         in tables.
412         (org-startup-options): New keywords for note taking.
413         (org-upgrade-old-links): Remove function.
414         (org-get-repeat): New function.
415         (org-show-context): Also show siblings on current level.
416         (org-show-siblings): New function.
417         (org-isearch-end, org-isearch-post-command): New functions.
418         (org-show-siblings): New option.
419         (org-show-context): Use `org-show-siblings'.
420         (org-table-maybe-recalculate-line): No longer require `calc-eval'
421         to be bound, because user may just use elisp.
423 2007-02-24  Kim F. Storm  <storm@cua.dk>
425         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
426         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
428 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
430         * startup.el (command-line): Also check if the abbrev file is readable.
432 2007-02-24  John Paul Wallington  <jpw@pobox.com>
434         * net/tls.el (tls-certtool-program): Fix custom type.
436         * mail/feedmail.el (feedmail-message-id-generator)
437         (feedmail-date-generator): Fix custom types.
439         * mail/rmail.el (rmail-message-filter): Fix custom type.
441 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
443         * startup.el (command-line): If simple.el cannot be found, proceed
444         with a warning message.
446 2007-02-24  Kenichi Handa  <handa@m17n.org>
448         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
449         case that BEG is a string.
451 2007-02-24  Chris Moore  <dooglus@gmail.com>
453         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
454         * pgg-pgp.el (pgg-pgp-encrypt-region):
455         * pgg-gpg.el (pgg-gpg-encrypt-region):
456         Check pgg-encrypt-for-me if no other recipients.
458 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
460         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
462         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
463         shell-quote-argument.
465 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
467         * comint.el (comint-read-input-ring): Use comint-input-ring-size
468         from the comint buffer instead of the temporary one.
470 2007-02-23  David Reitter  <david.reitter@gmail.com>
472         * cus-edit.el (custom-save-all): Canonicalize custom-file before
473         storing it in recentf-exclude.
475 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
477         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
478         in splash screen.
480 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
482         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
483         commands, for restart.
484         (idlwave-shell-current-module): Fix handling of module name by type.
485         (idlwave-shell-break-in): Update type handling.
486         (idlwave-shell-bp-get): Encode type in BP structure.
487         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
488         (idlwave-shell-module-source-query): Query routine info based on type.
489         Fix path parsing for non-compiled files.
490         (idlwave-shell-module-source-filter): Don't signal error in filter
491         if no source found.
492         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
493         filter race.
495 2007-02-22  Kim F. Storm  <storm@cua.dk>
497         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
498         (editable-field): Document need to put some text before the %v
499         escape in :format string.
501 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
503         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
504         (vc-svn-use-edit): Remove unused config var.
505         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
507         * outline.el (hide-sublevels): Keep empty last line, if available.
509         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
510         rather than the corresponding unicode char, to make the code
511         more readable.
513 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
515         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
516         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
517         (speedbar-item-info-tag-helper): Doc fixes.
519 2007-02-19  Kenichi Handa  <handa@m17n.org>
521         * international/mule-cmds.el (locale-language-names):
522         Map "eo" to "Esperanto".
524         * language/european.el ("Esperanto"): New language environment.
526 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
528         * simple.el (kill-line): Doc fix.
530 2007-02-17  Kim F. Storm  <storm@cua.dk>
532         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
533         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
534         (bindat--unpack-group, bindat--pack-group):
535         Handle vectors with optional element type.
537 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
539         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
540         if PASSPHRASE is given.
542 2007-02-17  Chris Moore <dooglus@gmail.com>
544         * jka-cmpr-hook.el (jka-compr-compression-info-list):
545         Recognize backups of bz2 compressed files.
547 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
549         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
550         to nil to speed up lookup of the symbol in index nodes.
552 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
554         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
555         Add indentation for the constants of Lisp.
557 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
559         * ps-print.el: Use (defvar <foo>) where applicable.
560         (ps-print-emacs-type): Remove.
561         (ps-x-frame-property, ps-e-frame-parameter): Remove.
562         (ps-frame-parameter): Align its call-convention with frame-parameter.
563         (ps-begin-job): Adjust calls to it appropriately.
564         (ps-setup): Don't print ps-print-emacs-type.
565         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
566         Define in such a way that it's obvious that it's defined.
567         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
568         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
569         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
571 2007-02-15  Alan Mackenzie  <acm@muc.de>
573         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
574         an empty one-line C-style comment, post-position point properly.
576 2007-02-15  Chris Moore  <dooglus@gmail.com>
578         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
579         (isearch-lazy-highlight-new-loop): Bind it.
580         (isearch-lazy-highlight-search): Use it.
582         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
584 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * font-lock.el (font-lock-extend-region-wholelines):
587         Only return non-nil if the region has really been changed.
588         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
590 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
592         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
593         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
594         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
596 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
598         * faces.el (color-values): Revert changes to docstring from
599         2007-01-31 and 2000-09-07.
601         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
602         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
603         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
604         (ispell-help): Fix typos in docstring and output message.
606 2007-02-14  Kim F. Storm  <storm@cua.dk>
608         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
609         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
610         (grep): Fix lgrep reference.
612         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
613         (standard-display-underline): Use make-glyph-code.
615         * descr-text.el (describe-char): Use glyph-char and glyph-face.
617         * international/latin1-disp.el (latin1-display-char):
618         Use make-glyph-code.
620 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
622         * ehelp.el (with-electric-help, electric-help-exit)
623         (electric-help-retain): Doc fixes.
625         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
626         (byte-compile-file): Doc fixes.
628 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
630         * term/mac-win.el: Change all uses of
631         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
632         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
633         (mac-ae-get-url): Call select-frame-set-input-focus.
634         (mac-dnd-handle-drag-n-drop-event): Don't call
635         select-frame-set-input-focus.
637 2007-02-13  Kenichi Handa  <handa@m17n.org>
639         * international/characters.el: Fix documentation of category `a'.
641 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
643         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
645 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
647         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
648         (tramp-get-remote-ln): Handle error case.
649         Reported by Chris Moore <dooglus@gmail.com>.
651 2007-02-11  Kim F. Storm  <storm@cua.dk>
653         * bindings.el (ctl-x-map): Remove register compatibility bindings
654         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
656 2007-02-11  Richard Stallman  <rms@gnu.org>
658         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
659         in load history.
661         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
662         condition -- don't fail to stop at endpos.
664 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
666         * textmodes/org.el (org-agenda-get-todos)
667         (org-agenda-get-timestamps, org-agenda-get-closed)
668         (org-agenda-get-deadlines, org-agenda-get-scheduled)
669         (org-agenda-get-blocks, org-format-agenda-item)
670         (org-agenda-change-all-lines, org-scan-tags): Rename text property
671         from `category' to `org-category'.
673 2007-02-11  Kenichi Handa  <handa@m17n.org>
675         * international/titdic-cnv.el (titdic-convert): Force files be written
676         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
677         (miscdic-convert): Force files be written with Unix-like eol format.
679 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
681         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
683         * calculator.el (calculator-prompt): Doc fix.
684         (calculator-mode-map): Fix typo in menu entry.
686 2007-02-10  Jay Belanger  <belanger@truman.edu>
688         * calculator.el (calculator): Do more extensive checking for when
689         3 lines should be used for the calculator.
691 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
693         * info-look.el (info-lookup-make-completions):
694         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
695         index nodes.
697         * info.el (Info-fontify-maximum-menu-size): Document the effect
698         of a nil value.
699         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
700         non-nil before using it as size.
702 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
704         * subr.el (insert-for-yank-1): Prevent read-only properties from
705         interfering with text property operations.
707         * image-mode.el (image-mode): Revert 2007-01-30 changes.
709         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
710         (image-type-auto-detected-p): Fail if another match is found in
711         auto-mode-alist.
713         * files.el (magic-mode-alist): Call image-mode instead of
714         image-mode-maybe for autodetected images.
716 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
718         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
719         Fix typos in docstrings.
720         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
722 2007-02-09  Kim F. Storm  <storm@cua.dk>
724         * emacs-lisp/float-sup.el: Remove obsolete comment.
726 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
730 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
732         * simple.el: Revert previous change, at request of RMS:
733         (fundamental-mode-hook): Remove.
734         (fundamental-mode): Run after-change-major-mode-hooks manually,
735         and don't run the now-nonexistent fundamental-mode-hook.
737 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
739         * simple.el (fundamental-mode-hook): Declare new hook.
740         (fundamental-mode): Run the new dedicated hook, and don't run
741         after-change-major-mode-hooks manually anymore.
743 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
746         added columns of chars.  Remove support for the "no-meta-info" format.
747         Prompted by Romain Francoise <romain@orebokech.com>.
749 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
751         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
752         (gdb-mouse-until, gdb-mouse-jump): Use it.
754 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
756         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
757         work when there is just an assembler buffer (no source buffer).
759 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
761         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
762         just because the diff was produced using "-p" (--show-c-function).
764 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
766         * faces.el (frame-set-background-mode): Use `color-values' and
767         `display-color-p', not `x-color-values' and `x-display-color-p'.
768         (face-valid-attribute-values): Use `defined-colors' instead of
769         `x-defined-colors'.
771 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
773         * ps-print.ps: The ps-print commands without face printing should not
774         print background color.  Reported by Leo <sdl.web@gmail.com>.
775         (ps-print-version): New version 6.7.3.
776         (ps-begin-job): New arg.  Fix ps-default-background and
777         ps-default-foreground initialization.
778         (ps-face-attributes): Fix doc string.
779         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
781         * printing.el: Fix ps-print link.
783 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
785         * faces.el (face-set-after-frame-default): Compile attributes to
786         be set by frame parameters before merging in X resources.
788 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
790         * simple.el (blink-matching-paren-dont-ignore-comments):
791         (blink-matching-paren-on-screen): Doc fixes.
793 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
795         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
797 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
799         * loadhist.el (unload-feature): Silently ignore `load-history' entries
800         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
801         entries like `defun'.  Return nil.
803 2007-02-05  Kim F. Storm  <storm@cua.dk>
805         * ido.el: Doc fixes.
807 2007-02-04  David Kastrup  <dak@gnu.org>
809         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
810         `mpuz-allow-double-multiplicator' is non-zero, and correct
811         calculation of `min'.
813 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
815         * wid-edit.el (widget-default-create): Insert new text at the
816         :from marker _after_ the marker, not before it.
818 2007-02-04  Alan Mackenzie  <acm@muc.de>
820         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
821         containing it is re-indented.
823 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
825         * net/newsticker.el (newsticker--insert-image): Update docstring,
826         and insert the image directly.
827         (newsticker--buffer-redraw): Update docstring.
829         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
830         Rename from define-global-minor-mode.
832         * progmodes/cwarn.el (global-cwarn-mode):
833         * emacs-lisp/autoload.el (make-autoload):
834         * hi-lock.el (global-hi-lock-mode):
835         * font-core.el (global-font-lock-mode): All callers changed.
837 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
839         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
840         Don't copy @ignore lines into menu descriptions.
841         (texinfo-multi-file-update): Goto the @node line before attempting
842         to pluck the node name.
843         (texinfo-multiple-files-update): Reverse the optional arguments'
844         order, as per the doc string and the `interactive' form.
846 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
848         * image-mode.el: Use autoload to avoid overriding disabled setting
849         applied in .emacs.
851 2007-02-03  Alan Mackenzie  <acm@muc.de>
853         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
854         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
855         adjacent paren groups).
857 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
859         * progmodes/ebnf2ps.el: Doc fixes.
860         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
862 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
864         * dired-x.el (dired-do-relsymlink): Add reference to
865         dired-do-symlink.  Add an autoload cookie.
867         * dired-aux.el (dired-do-symlink): Add reference to
868         dired-do-relsymlink.
870 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
872         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
873         <left-fringe mouse-3>: New bindings.
875 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
877         * newsticker.el (newsticker-version): Changed to "1.10".
878         (newsticker--set-customvar): Doc string.
879         (newsticker-new-item-face): Doc string.
880         (newsticker-mode): Initialize `invisibility-spec' with t.
881         (newsticker-mode-map): Added
882         `newsticker-mark-all-items-at-point-as-read'.
883         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
884         (newsticker-w3m-show-inline-images): Do not call
885         `w3m-remove-image'.
886         (newsticker--buffer-after-w3m-insert-image): New advice for
887         w3m-insert-image to cache images.
888         (newsticker-next-item-same-feed): New.
889         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
890         (newsticker-mark-all-items-of-feed-as-read): New.
891         (newsticker-mark-all-items-at-point-as-read): Use new functions.
892         (newsticker-mark-item-at-point-as-read): Doc string.
893         (newsticker-mark-item-at-point-as-read): Use new functions.
894         (newsticker--do-mark-item-at-point-as-read): New, extracted from
895         `newsticker-mark-item-at-point-as-read'.
896         (newsticker-hide-entry): Use (t) instead of t for invisibility.
897         (newsticker--sentinel): Yet another xml-parser workaround.
898         (newsticker--decode-iso8601-date): Bugfix for datestrings without
899         days.
900         (newsticker--buffer-do-insert-text): Fix.
901         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
902         (newsticker--buffer-make-item-completely-visible):
903         `switch-to-buffer' not necessary.
905 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
907         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
908         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
909         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
910         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
911         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
913 2007-02-02  Kenichi Handa  <handa@m17n.org>
915         * international/quail.el (quail-show-key): Fix an error message.
917 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
919         * faces.el (set-face-underline-p, modify-face): Rename arg
920         UNDERLINE-P to UNDERLINE (it is not a flag).
922 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
924         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
925         when adding gdb-speedbar-update to gdb-input-queue.
927 2007-02-01  Kenichi Handa  <handa@m17n.org>
929         * international/quail.el (quail-show-key): Signal an error if the
930         current input method is not using Quail.
932 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
934         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
935         Trim leading whitespace in sysvar names.
937 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
939         * faces.el (internal-find-face, internal-get-face): Doc fixes.
941 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
943         * ido.el (ido-set-common-completion): Use `let', not `let*'.
945 2007-01-31  Romain Francoise  <romain@orebokech.com>
947         * comint.el: Delete extra copy of `comint-copy-old-input' added in
948         previous change to this file.
950 2007-01-31  Jason Rumney  <jasonr@gnu.org>
952         * files.el (magic-mode-alist): Use image-mode-maybe rather than
953         image-mode.
955         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
956         interfering with attempt to set major mode from modified
957         auto-mode-alist.
959 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
961         * faces.el (color-values): Doc fix.
962         (face-differs-from-default-p): Don't check :foreground twice.
964 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
966         * comint.el (comint-mode): Prevent non-keyword fontification by default.
968 2007-01-31  Kenichi Handa  <handa@m17n.org>
970         * international/quail.el (quail-store-decode-map-key): Store a
971         translated character too.
972         (quail-char-equal-p): New function.
973         (quail-find-key1): Check character equality by quail-char-equal-p.
974         (quail-decode-map-generated): New variable.
975         (quail-find-key): Check quail-decode-map-generated and re-generate
976         a decode map if necessary.
978 2007-01-30  Richard Stallman  <rms@gnu.org>
980         * tutorial.el (tutorial--detailed-help): Make the list of
981         changed keys look nicer.
983 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
985         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
986         (gdb-var-delete): Use it.
987         (gdb-var-update-handler-1): Handle value "invalid" for MI field
988         `in_scope'.
990 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
992         * files.el (get-free-disk-space): Return nil for remote directories.
994         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
995         instead of "dir".
997 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
999         * type-break.el (type-break-catch-up-event): New function.
1000         (type-break-demo-hanoi, type-break-demo-life)
1001         (type-break-demo-boring): Use it.
1003         * image-mode.el (image-mode): Don't automatically view as image.
1004         (image-toggle-display): Add `disabled' property.
1006 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1008         * isearchb.el (isearchb-iswitchb):
1009         * ps-print.el (ps-build-face-reference):
1010         * emacs-lisp/shadow.el (list-load-path-shadows):
1011         * eshell/esh-cmd.el (eshell-rewrite-for-command):
1012         * international/mule.el (find-auto-coding):
1013         * mail/supercite.el (sc-attrib-selection-list):
1014         * progmodes/cc-defs.el (c-emacs-features):
1015         * progmodes/cc-vars.el (c-offsets-alist):
1016         * progmodes/flymake.el
1017         (flymake-init-create-temp-source-and-master-buffer-copy):
1018         Fix typos in docstrings (some suggested by Chris Moore).
1020         * progmodes/vhdl-mode.el (vhdl-components-package-name)
1021         (vhdl-get-library-unit, vhdl-corresponding-begin)
1022         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1023         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1024         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1025         (vhdl-font-lock-match-item): Fix typos in docstrings.
1026         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1027         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1028         (vhdl-speedbar-insert-project-hierarchy):
1029         Improve argument/docstring consistency.
1031 2007-01-29  Kenichi Handa  <handa@m17n.org>
1033         * international/titdic-cnv.el (py-converter): Fix previous change.
1035 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
1037         * jka-compr.el (jka-compr-partial-uncompress)
1038         (jka-compr-call-process): Rebind default-directory if it is
1039         invalid.  Suggested by Chris Moore.
1041         * comint.el (comint-insert-input): Handle situation where the
1042         selected buffer is not the clicked buffer.
1044 2007-01-29  Kenichi Handa  <handa@m17n.org>
1046         * international/ja-dic-cnv.el (skkdic-convert):
1047         Add byte-compile-disable-print-circle:t at the head.
1049         * international/titdic-cnv.el (tit-process-header):
1050         Add byte-compile-disable-print-circle:t at the head.
1051         (miscdic-convert): Likewise.
1052         (py-converter): Skip the header comments.
1054         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1055         New variable.
1056         (byte-compile-output-file-form): Bing print-circle to nil if
1057         byte-compile-output-file-form is not nil.
1058         (byte-compile-output-docform): Likewise.
1060 2007-01-28  Kim F. Storm  <storm@cua.dk>
1062         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1063         Declare earlier to avoid byte compiler warnings.
1065 2007-01-28  Markus Triska  <markus.triska@gmx.at>
1067         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1069 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
1071         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1072         (gamegrid-add-score-with-update-game-score-1): Allow local quits
1073         when calling update-game-score program.  Remove unnecessary
1074         save-excursion.
1076         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1078 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
1080         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1081         avoid compiler warning.
1082         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1083         might have values other than "true" or "false".
1085 2007-01-28  Richard Stallman  <rms@gnu.org>
1087         * textmodes/fill.el (fill-paragraph-function): Doc fix.
1088         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1090         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1092         * image.el (image-type-header-regexps): Make GIF regex more specific.
1094         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1095         Don't check `backspace'.
1096         (tutorial--find-changed-keys): Look up bindings in a temp buffer
1097         in Fundamental mode.
1099         * startup.el (fancy-splash-text, normal-splash-screen):
1100         Mention C-g.
1102         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1103         when inserting in buffer.
1105         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1106         inside the if.
1108 2007-01-27  Richard Stallman  <rms@gnu.org>
1110         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1112 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
1114         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1115         enum/union/struct/class definition.
1116         Revert change to call `forward-sexp' multiple times.
1118 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
1120         * files.el (hack-local-variables-confirm): Don't keep trying to
1121         read an event from an empty kbd macro.
1123 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1125         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1127 2007-01-27  Ben North  <ben@redfrontdoor.org>
1129         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
1130         the arg CHILDREN -> WHICH.
1132 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
1134         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1135         default-directory to a sane value when calling start-process.
1137 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1139         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1140         (ls-lisp-format-time-list): Doc fix.  Mention
1141         ls-lisp-use-localized-time-format.
1142         (ls-lisp-format-time): Use ls-lisp-format-time-list if
1143         ls-lisp-use-localized-time-format is non-nil, even if a valid
1144         locale is defined.
1146 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
1148         * jka-compr.el (jka-compr-shell): Doc fix.
1150         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1152 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1154         * ps-print.ps: Fix background height.
1155         (ps-print-version): New version 6.7.2.
1157 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1159         * makefile.w32-in (finder-data, custom-deps): Depend on
1160         $(lisp)/loaddefs.el.
1162 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1164         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1166 2007-01-24  Miles Bader  <miles@gnu.org>
1168         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1169         (byte-compile-output-docform): Bind `print-circle' to t.
1171 2007-01-24  Kenichi Handa  <handa@m17n.org>
1173         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1174         file name of the original SKK dictionary file.
1176 2007-01-24  Kim F. Storm  <storm@cua.dk>
1178         * ido.el (ido-initial-position): New variable.
1179         (ido-read-internal): Set it if default item is specified.
1180         (ido-minibuffer-setup): Position cursor accordingly if set.
1181         (ido-edit-input): C-e moves to end of input if not already there.
1182         (ido-magic-backward-char): C-b does like M-b if prev char is /.
1183         Don't switch to buffer mode if repeating C-b at start of input.
1184         (ido-toggle-ignore): C-a only toggles ignore at start or end of
1185         input; else it moves to start of input.
1186         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1187         not at end of input, delete rest of input, rather than normal op.
1189 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1191         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1193         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1194         of message.  Activate mark.
1195         (ediff-activate-mark): Set transient-mark-mode to t.
1197         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1199 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1201         * help-fns.el (describe-variable): Don't suppress display of
1202         buffer local value when the value is "large".
1204 2007-01-22  Kim F. Storm  <storm@cua.dk>
1206         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1207         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1208         (ido-tidy): Use ido-active.
1210 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
1212         * hexl.el (hexl-mode-exit): Add missing quote.
1214 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1216         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1217         (mac-ae-keyboard-modifiers): New function.
1218         (mac-handle-toolbar-switch-mode): Use it.
1219         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
1220         if keyboard modifiers on drop contain option key.
1221         (mac-dnd-drop-data): Add optional argument `action'.
1222         (special-event-map): Remove binding for M-drag-n-drop.
1224 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
1226         * add-log.el (add-log-current-defun): Use CC Mode functions to
1227         find the beginning and end of a defun.
1229 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1231         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1232         (gdb-var-create-handler): Handle value field in GDB output of
1233         -var-create.
1234         (gdb-max-frames): New variable.
1235         (gdb-stack-buffer, gdb-frames-select): Use it.
1236         (gdb-info-stack-custom): Help user customize gdb-max-frames,
1237         if necessary.
1238         (gdb-get-frame-number): Simplify.
1240 2007-01-21  Glenn Morris  <rgm@gnu.org>
1242         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1243         Update copyrights.
1245 2007-01-21  Alan Mackenzie  <acm@muc.de>
1247         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1248         handling of K&R stuff.
1250 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1252         * textmodes/bibtex.el (bibtex-files): Fix customization type.
1254 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1256         * ps-print.el: Handle frame parameters (background and/or foreground
1257         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1258         (ps-print-version): New version 6.7.1.
1259         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1260         (ps-frame-parameter): New fun.
1261         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1262         Fix doc and customization.
1263         (ps-begin-job): Get frame parameters (background and/or foreground
1264         colors).
1265         (ps-do-despool): Ensure ps-printer-name has a valid value.
1267 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1269         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1270         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1271         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1272         mean unlimited.
1274 2007-01-20  Alan Mackenzie  <acm@muc.de>
1276         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1277         much more rigorous analysis of putative K&R regions.
1279 2007-01-20  Alan Mackenzie  <acm@muc.de>
1281         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1282         New functions.
1284 2007-01-20  Alan Mackenzie  <acm@muc.de>
1286         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1287         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1288         * progmodes/cc-langs.el, progmodes/cc-styles.el,
1289         * progmodes/cc-vars.el: Add my name.
1291 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1293         * files.el (find-alternate-file): Revert query message to Emacs 21
1294         version.
1296 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1298         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1299         the doc string how to use personal abbrevs without electric
1300         keywords.
1302 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1304         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1305         Fixed cursor position when toggle abbreviated display.
1307 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
1309         * t-mouse.el: Update copyright following assignment by
1310         Alessandro Rubini.
1312 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1314         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1315         (type-break-demo-boring): Call read-event instead of read-char.
1317 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
1319         * progmodes/compile.el: Add handling for makepplog.
1321 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1323         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1324         aspell dictionaries are initialized when called non-interactively.
1326 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
1328         * progmodes/compile.el (compilation-loop): New arg limit.
1329         Handle case where the first error is at point-min.
1330         (compilation-next-error): New arg to compilation-loop call.
1332 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1334         * info.el (Info-default-dirs): Change default info dir to
1335         share/info.
1337         * paths.el (Info-default-directory-list): Ditto.
1339 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
1341         * hexl.el (hexl-before-revert-hook): New function.
1342         (hexl-mode): Use it.
1343         (hexl-after-revert-hook): Just call hexl-mode.
1344         (hexl-mode-exit): Remove before-revert-hook.
1346 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1348         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1350 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
1352         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1353         by "-" in francais7 otherchars entry.
1354         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1355         otherchars entry.
1357 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
1359         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1360         path.  Rewrite function in `cond' style for readability.
1362         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1363         (The path shortening, that is, not the rearrarangement.)
1365 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1367         * term/mac-win.el (mac-ae-quit-application): New function.
1368         (mac-apple-event-map): Bind "quit application" Apple event to it.
1370 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1372         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1373         than the program's output.
1375 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1377         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1378         (kmacro-start-macro-or-insert-counter)
1379         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1380         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1382         * longlines.el (longlines-show-hard-newlines):
1383         * ruler-mode.el (ruler-mode-ruler):
1384         * emulation/keypad.el (keypad-setup):
1385         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1386         Fix typo in docstring.
1388 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
1390         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1391         Remove redirect character ">".
1393 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
1395         * replace.el (perform-replace): Remove leftover code.
1397 2007-01-12  Richard Stallman  <rms@gnu.org>
1399         * replace.el (perform-replace): Don't clear NODENT when computing
1400         the replacement string.
1402 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
1404         * net/tramp.el (tramp-handle-file-local-copy):
1405         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
1406         <christopher.ian.moore@gmail.com>.
1408 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1410         * diff-mode.el (diff-sanity-check-context-hunk-half)
1411         (diff-sanity-check-hunk): New functions.
1412         (diff-find-source-location): Use'em to check the hunks are well-formed.
1414         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1415         activate undo when undo is not active.
1416         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1418 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1420         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1421         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1422         (ffap-url-at-point): Use char-classes rather than "a-z".
1424 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
1426         * ediff-init.el (ediff-autostore-merges):
1427         * textmodes/fill.el (fill-region): Doc fix.
1429 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * server.el (server-ensure-safe-dir): UIDs may be floats.
1433 2007-01-10  Richard Stallman  <rms@gnu.org>
1435         * battery.el (battery-linux-proc-acpi): Use ignore-errors
1436         around calls to directory-files.
1438         * subr.el (momentary-string-display): Use save-excursion.
1440         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1441         argument, but read it as `X' does.
1443 2007-01-09  Juri Linkov  <juri@jurta.org>
1445         * info.el (Info-fontify-node): Don't hide node names of index entries.
1447         * faces.el (momentary): Change :group to basic-faces where all
1448         basic faces belong to.  Add :version.
1450 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1452         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1453         keybinding is found.
1454         (tutorial--find-changed-keys): Never treat null keybinding as a
1455         remapping.
1457 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
1459         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1461 2007-01-09  Kenichi Handa  <handa@m17n.org>
1463         * international/mule-cmds.el
1464         (select-safe-coding-system-interactively): Fix message.
1466 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
1468         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1469         (tramp-process-actions): Add optional parameter TIMEOUT.
1470         (tramp-open-connection-telnet, tramp-open-connection-rsh)
1471         (tramp-open-connection-su): Add timeout of 60".
1473 2007-01-09  Richard Stallman  <rms@gnu.org>
1475         * progmodes/compile.el (compile): Doc fix.
1477 2007-01-09  Markus Triska  <markus.triska@gmx.at>
1479         * tumme.el (tumme-display-thumb): Doc fix.
1481 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
1483         * battery.el (battery-search-for-one-match-in-files):
1484         * bindings.el (mode-line-minor-mode-help):
1485         * x-dnd.el (x-dnd-types-alist):
1486         * calendar/icalendar.el (icalendar-import-buffer):
1487         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1489         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1491 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
1493         * replace.el (replace-regexp): Fix typo in docstring.
1495 2007-01-07  Alan Mackenzie  <acm@muc.de>
1497         * progmodes/cc-langs.el (c-operators, c-filter-ops):
1498         Amend doc-string and comments.
1500 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
1502         * files.el (abbreviate-file-name): Doc fix.
1504 2007-01-06  Markus Triska  <triska@gmx.at>
1506         * subr.el (split-string): Remove spurious ")" from doc string.
1508 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1510         * textmodes/table.el (table--warn-incompatibility):
1511         Use display-warning instead of momentary-string-display.
1513 2007-01-05  Richard Stallman  <rms@gnu.org>
1515         * image.el (image-type-header-regexps): Recognize xbm more strictly.
1517         * simple.el (backward-kill-word): Doc fix.
1519 2007-01-05  Romain Francoise  <romain@orebokech.com>
1521         * international/mule.el (sgml-html-meta-auto-coding-function):
1522         Ensure that the buffer contains a HTML document.
1524 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1526         * faces.el (momentary): Move here ...
1527         * subr.el (momentary): ... from here.
1529 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
1531         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
1532         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
1533         large structures/arrays.
1535 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
1537         * files.el (find-file-noselect-1, set-visited-file-name):
1538         Allow backup-enable-predicate to be nil.
1540 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1542         * subr.el (momentary): New face.
1543         (momentary-string-display): Display the string via a temporary
1544         overlay using the new face, instead of inserting it in the buffer.
1546 2007-01-04  Andreas Schwab  <schwab@suse.de>
1548         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
1549         last change.
1551 2007-01-03  Richard Stallman  <rms@gnu.org>
1553         * woman.el (woman-decode-buffer): Clarify error message.
1555 2007-01-03  Alan Mackenzie  <acm@muc.de>
1557         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
1558         patch.
1560 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
1562         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1564 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
1568 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1570         * emulation/viper.el (viper-custom-file-name, viper-mode):
1571         Fix typos in docstrings.
1573         * subr.el (momentary-string-display): After moving point, set POS
1574         variable to it to avoid later errors once the buffer is modified.
1575         Doc fix.
1577 2007-01-02  Alan Mackenzie  <acm@muc.de>
1579         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
1580         check that the "*/" is present before trying to manipulate it.
1582 2007-01-02  Richard Stallman  <rms@gnu.org>
1584         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
1586         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
1587         Fix format of value.
1589         * cus-edit.el (customize-unsaved): Rename from customize-customized.
1590         Change messages accordingly.
1591         (customize-customized): Now alias.
1593 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1595         * files.el (version-control): Doc fix.
1597 2007-01-01  Alan Mackenzie  <acm@muc.de>
1599         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
1600         Check the format of c-state-cache is valid for an optimisation before
1601         using it.
1603         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
1604         are at a statement within a macro".  Other changes so that only
1605         the first continuation line in a macro gets the symbol
1606         `cpp-define-intro', the others getting `statement', or whatever.
1608         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
1609         a string, preserve whitespace.  Add a backslash only when also in
1610         a macro.
1612         * progmodes/cc-defs.el: Correct typos.
1614         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
1615         new line after an escaped EOL in a string.
1617         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
1618         label when it directly follows "else", "do", ....
1620         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
1621         angle brackets (as seen in "explicit specialisations" of C++
1622         templates).
1624         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
1625         in the doc-string.
1627         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
1628         when the comment ender looks like "=========*/" and is alone on
1629         its line.
1631         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
1632         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
1633         for the old name.
1635         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
1636         c-\(beginning\|end\)-of-defun by default.
1638         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
1639         New line-up function, for the DEFUN macro in the Emacs C sources.
1640         Only used in "gnu" style.
1642         * progmodes/cc-styles.el (c-style-alist): Use this new function in
1643         the "gnu" style.
1645         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
1646         clean-up comment-close-slash also to work when there's a comment
1647         terminator on the line.
1648         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
1649         these for large arg - only take account of top level {..}, except
1650         for initial and final adjustments.  M-- C-M-[ae] now go to the
1651         right defuns when the starting point is between defuns.  They use
1652         the four new functions:
1653         (c-in-function-trailer-p, c-where-wrt-brace-construct)
1654         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
1655         support c-\(beginning\|end\)-of-defun.
1657         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
1658         expressions more rigorously, to exclude bit-field specifiers from
1659         being classed as labels.
1660         (c-forward-label): When analyzing a ":" within a macro, be careful
1661         about using c-forward-syntactic-ws at the macro beginning.
1662         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
1663         stmt boundary, check for "operator=", etc.
1665         * progmodes/cc-mode.el (c-postprocess-file-styles):
1666         Bind inhibit-read-only to t, around the call to
1667         c-remove-any-local-eval-or-mode-variables, so that it works on a
1668         RO file.
1670         * progmodes/cc-defs.el (c-version): Update the version number to
1671         "5.31.4".
1673 2007-01-01  Richard Stallman  <rms@gnu.org>
1675         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
1676         only if we restored isearch-window-configuration.
1678 2006-12-31  Romain Francoise  <romain@orebokech.com>
1680         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
1682 2006-12-31  Kim F. Storm  <storm@cua.dk>
1684         * files.el (auto-mode-case-fold): New defcustom.
1685         (set-auto-mode): If non-nil, perform second case-sensitive pass
1686         through auto-mode-alist if first pass failed.
1688 2006-12-30  Richard Stallman  <rms@gnu.org>
1690         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
1692 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
1694         * allout.el (allout-encrypt-string): Handle symmetric-key
1695         passphrase caching but leave keypair caching to pgg.
1697 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
1699         Sync with Tramp 2.0.55.
1701         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
1702         `integerp'.  `char-equal' could fail else in case of negative
1703         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
1704         (top): Check for `font-lock-add-keywords' before calling; it
1705         doesn't exist under XEmacs.
1706         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
1707         (tramp-completion-mode): Remove clause (not
1708         tramp-unified-filenames), because the function is called in other
1709         context too, where this check results in wrong results in the
1710         XEmacs case on Windows.
1711         (tramp-touch): UTC handling is not possible for XEmacs.
1713 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1715         * scroll-bar.el (previous-scroll-bar-mode): New variable
1716         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
1717         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
1719         * term/x-win.el: Set scroll bar mode to right if set by X resources.
1721 2006-12-30  Richard Stallman  <rms@gnu.org>
1723         * files.el (make-backup-file-name-1): Precompute abs name
1724         but don't lose the relative name.
1726         * international/mule-cmds.el (select-safe-coding-system-interactively):
1727         Fix message.
1729 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1731         * files.el (backup-buffer): Show entire backup file name in msg.
1733 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
1735         * image.el (image-type-header-regexps, image-type-from-data)
1736         (image-type-from-buffer, image-type-from-file-header):
1737         Revert changes from 2006-12-26.
1738         (image-type-auto-detectable): New variable.
1739         (image-type-auto-detected-p): New function.
1741         * files.el (magic-mode-alist): Detect image files with
1742         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
1744 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
1746         * dired.el (dired-sort-other): Move test for dired-mode...
1747         (dired-sort-set-modeline): ...to here.
1749 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1751         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
1752         change.  Suggested by Stefan Monnier.
1754 2006-12-29  Kim F. Storm  <storm@cua.dk>
1756         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
1757         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
1759 2006-12-27  Kim F. Storm  <storm@cua.dk>
1761         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
1762         so it doesn't accidentally match an fsf.org mail address.
1763         (authors-renamed-files-alist): Add tcover-*.el.
1765 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * vc-arch.el (vc-arch-find-version): New function.
1769         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
1770         composed of arbitrary characters (even /) in some systems.
1772 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
1774         * international/mule-cmds.el (select-safe-coding-system-interactively):
1775         Improve the message in the *Warning* buffer.
1777 2006-12-27  Kim F. Storm  <storm@cua.dk>
1779         * ido.el (ido-set-matches-1): Fix last change.  If default item is
1780         current buffer, it is ok to be first.
1782 2006-12-27  Kenichi Handa  <handa@m17n.org>
1784         * international/mule-cmds.el (select-safe-coding-system-interactively):
1785         Use face `link' for problematic chars.
1787 2006-12-27  Kenichi Handa  <handa@m17n.org>
1789         * international/mule-cmds.el (select-safe-coding-system-interactively):
1790         Improve the message in *Warning* buffer.
1792 2006-12-27  Kim F. Storm  <storm@cua.dk>
1794         * ido.el (ido-set-matches-1): Never put current buffer first if
1795         there are other matches.
1797 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
1799         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
1800         expressions.
1801         (gdb-var-delete): Handle duplicate names.  Print message for non
1802         root expressions.
1803         (gdb-partial-output-name): Start buffer name with a space.
1804         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
1805         buffer name.
1807 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1809         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
1810         last footnote when `footnote-spaced-footnotes' is nil.
1812 2006-12-26  Richard Stallman  <rms@gnu.org>
1814         * cus-edit.el (custom-browse-sort-alphabetically)
1815         (custom-buffer-sort-alphabetically)
1816         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
1818         * image.el (image-type-header-regexps): Change element format
1819         to include third item NOT-ALWAYS.
1820         (image-type-from-data): Handle new format.
1821         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1822         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1824 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1826         * add-log.el (add-log-current-defun): Call `forward-sexp'
1827         multiple times to pick a member function name defined as
1828         part of nested classes/namespaces.
1830 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1832         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1833         which keymap should be used to change menu.  It does not affect any
1834         existent code.
1836 2006-12-26  Richard Stallman  <rms@gnu.org>
1838         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1839         rather than for being in a minibuffer window.
1841 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1843         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1844         locale-coding-system.
1845         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1846         LF.
1848 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1850         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1851         (sql-mode-syntax-table): Disable double quoted strings.
1852         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1854 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1856         * startup.el (fancy-splash-last-input-event): New variable.
1857         (fancy-splash-special-event-action): New function.
1858         (fancy-splash-screens): Temporarily bind special events to it.
1859         Execute command for saved special event before exiting from
1860         recursive editing.
1862         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1863         New functions.
1864         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1865         Use mac-unread-string.
1867 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1869         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1870         an optimized comment regexp if `comment-start-skip' uses a ^.
1871         * bs.el (bs--up): Remove interactive spec.
1873 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1875         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1876         Suggested by James Cloos.
1878 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1880         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1881         in March.
1882         (calendar-dst-ends): Default to first Sunday in November.
1884 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
1886         * allout.el (allout-encrypt-string): Inhibit use of agent within
1887         body of let form where encryption happens.  Acknowledge non-use of
1888         gpg-agent in docstring.
1889         (allout-toggle-subtree-encryption): Acknowledge non-use of
1890         gpg-agent in docstring.
1892 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1894         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
1896 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1898         * ediff-diff.el (ediff-diff-options): Clarify docstring.
1899         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
1901         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
1902         in hooks.
1903         (viper-add-newline-at-eob-if-necessary): Add newline only if we
1904         actually modify buffer; ignore errors if occur.
1906 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
1908         * calendar/calendar.el (calendar-mode-map): Switch < and >.
1909         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
1910         formatting.
1912 2006-12-23  Richard Stallman  <rms@gnu.org>
1914         * simple.el (delete-horizontal-space): Doc fix.
1916 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1918         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
1919         explicitly in a recursive Make, not implicitly through prerequisites,
1920         since the latter is wrong under parallel builds.
1922 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1924         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
1926 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1928         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
1929         message string.
1931 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
1933         * outline.el (outline-next-visible-heading): Fix the case with a
1934         header at end-of-file with no final newline.
1936 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1938         * indent.el (tab-always-indent): Doc fix.
1940 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
1942         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
1943         (Info-fontify-node): Do fontify indices.
1945         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
1946         to the Emacs Lisp reference manual.
1947         (tutorial--tab-map): Remove.  All callers changed.
1948         (tutorial--find-changed-keys): New elt QUIET, used to...
1949         (tutorial--display-changes): ...ensure that warning messages are
1950         only issued once per changed key.
1951         (tutorial--remove-remarks): Delete unused code-path.
1952         (lang-strings): Remove extraneous formatting.
1953         (tutorial--save-tutorial): Prompt before saving tutorial state.
1955 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
1957         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
1958         Replace '?\ ' by '?\s' throughout.
1959         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
1960         `help' custom group.
1961         (tutorial--key-description): New function.
1962         (tutorial--display-changes): Remove redundant arg.  Scan for all
1963         key sequences to avoid false matches.  Cleanup.
1964         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
1965         reduce homedir pollution.
1966         (help-with-tutorial): Call tutorial--display-changes with no arg.
1968 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
1970         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
1972 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
1974         * net/tramp.el (tramp-default-method): We still need to check for
1975         `executable-find', because it is not bound under Emacs 20.
1976         (tramp-handle-file-name-completion)
1977         (tramp-completion-handle-file-name-completion): Handle optional
1978         parameter PREDICATE.
1979         (tramp-find-default-method): Add code for default values.
1981 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
1983         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
1984         make gud-go send "continue".
1986 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
1988         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
1989         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
1991 2006-12-19  Kim F. Storm  <storm@cua.dk>
1993         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
1994         instead of global-map.
1996         * files.el (magic-mode-alist): Allow matching file type by
1997         calling a function at bob.  Check for image types by calling
1998         image-type-from-buffer.  Suggested by Juanma Barranquero.
1999         (set-auto-mode): Do it.
2001 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
2003         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2004         Remove "ControlMaster" option from the other `scp*' methods.
2005         (tramp-default-method): Check for ssh-agent before setting to `scp'.
2007 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2009         * textmodes/org.el (org-mode): Show context after isearch.
2010         (org-show-siblings): New function.
2011         (org-show-context): Use `org-show-siblings'.
2013 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2016         Use syntax-ppss-toplevel-pos.
2018 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2020         * textmodes/org.el (org-current-line): Make sure that lines are
2021         counted from beginning of buffer.
2022         (org-table-copy-region, org-table-paste-rectangle): Make sure that
2023         lines are counted from beginning of buffer.
2025 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2027         * info.el (Info-build-node-completions): Signal error if tag-table
2028         marker is not found.
2030         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2032 2006-12-17  Alan Mackenzie  <acm@muc.de>
2034         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2035         speed) the case when open-paren-in-column-0-is-defun-start is nil.
2036         Based on code by Martin Rudalics.
2038         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2039         open-paren-in-column-0-is-defun-start to nil any more.
2041 2006-12-17  Richard Stallman  <rms@gnu.org>
2043         * simple.el (delete-horizontal-space): Use prefix arg.
2045         * help-fns.el (describe-variable): Improve blank separator lines.
2047         * files.el (magic-mode-alist): Mark as risky.
2049         * files.el (make-backup-file-name-1):
2050         Expand backup-directory explicitly.
2052 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
2054         * net/tramp.el (tramp-default-method): Before setting to "pscp",
2055         check whether package password.el is loaded, or Pageant is running.
2057 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
2059         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2060         (icalendar--rris): First try Emacs, then XEmacs.
2061         (icalendar--convert-ical-to-diary): Doc fix.
2062         Insert newline at end of target file.
2064 2006-12-17  Kim F. Storm  <storm@cua.dk>
2066         * outline.el (outline-isearch-open-invisible-function): New defvar.
2067         (outline-flag-region): Use it if non-nil for isearch-open-invisible
2068         overlay property instead of outline-isearch-open-invisible.
2070 2006-12-16  Kim F. Storm  <storm@cua.dk>
2072         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2073         if ido-directory-too-big is set on entry.
2074         (ido-toggle-ignore, ido-completion-help): Print message while
2075         reading big directory.
2077 2006-12-15  Richard Stallman  <rms@gnu.org>
2079         * shell.el (shell): Doc fix.
2081 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2083         * emulation/edt.el (edt-xserver):
2084         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2085         to fix a problem on Cygwin.
2087         * emulation/edt.el
2088         * emulation/edt-mapper.el
2089         * emulation/edt-lk201.el
2090         * emulation/edt-pc.el
2091         * emulation/edt-vt100.el: Update maintainer's email address.
2093 2006-12-15  Simon Marshall  <simon@gnu.org>
2095         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2097 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2099         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2100         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2101         instead of mac-atsu-font-table.
2102         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2104 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
2106         * align.el (align-match-tex-pattern): Fix a rare bug which
2107         hanged Emacs.
2109 2006-12-14  Richard Stallman  <rms@gnu.org>
2111         * startup.el (use-fancy-splash-screens-p): Use frame-height
2112         instead of window-height.  Pass frame to image-size.
2114 2006-12-13  Kenichi Handa  <handa@m17n.org>
2116         * international/mule-cmds.el (set-locale-environment):
2117         Set default-sendmail-coding-system too.
2119 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
2121         * progmodes/idlw-help.el: Fix copyright notice.
2123 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2127 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2129         * subr.el (unread-command-char): Reformat obsolescence info.
2131 2006-12-11  Richard Stallman  <rms@gnu.org>
2133         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2134         about calls to cl-struct-setf-expander.
2136 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2138         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2139         (ediff-combination-pattern): Fix typo in docstring.
2141         * textmodes/refer.el (refer-find-entry): Doc fix.
2142         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2143         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2144         Fix tipos in docstrings.
2146         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2148 2006-12-10  Kim F. Storm  <storm@cua.dk>
2150         * ido.el (ido-init-completion-maps): Remap backward-kill-word
2151         instead of binding M-backspace.
2153 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
2155         * replace.el (replace-match-data, replace-match-maybe-edit):
2156         * calc/calc-aent.el (calc-eval-error):
2157         * emulation/vi.el (vi-char-argument):
2158         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2159         (c-vsemi-status-unknown-p-fn): Doc fixes.
2161 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2163         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2164         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
2166 2006-12-10  Masatake YAMATO  <jet@gyve.org>
2168         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2170 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
2172         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2174         * man.el (Man-xref-button-action): New function.  If the
2175         `Man-target-string' button property is a function, assume it
2176         accepts a position argument.
2177         (Man-abstract-xref-man-page): Use it.
2178         (Man-default-man-entry): New optional arg POS.
2180         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2181         symlink arrows read-only and non-rear-sticky.
2183 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
2185         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2186         (wdired-search-and-rename): Simplify code.
2187         (wdired-preprocess-files, wdired-preprocess-perms): Make
2188         read-only property of preceding character rear-nonsticky to
2189         avoid that it can be modified.  Put old-name and old-link
2190         properties on character preceding name and replace
2191         put-text-property by add-text-properties.
2192         (wdired-get-filename, wdired-get-previous-link): Get old-name
2193         and old-link properties from character preceding name and
2194         simplify code.
2195         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2196         (wdired-perms-to-number): Make local-map property
2197         rear-nonsticky to avoid that text following permissions may be
2198         modified.  Use add-text-properties instead of put-text-property
2199         when changing a permission bit.
2200         (wdired-change-to-dired-mode): Remove stickiness properties.
2202 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
2204         * international/mule-cmds.el (register-input-method): Doc fix.
2206 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
2208         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2210 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2212         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2213         Force buffer local defs evaluation on local variables loading.
2214         (flyspell-mode-on, flyspell-mode-off): Use it in
2215         `hack-local-variables-hook'.
2217 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
2219         * emacs-lisp/find-func.el (find-variable): Doc fix.
2221         * help-fns.el (variable-at-point): Doc fix.
2223         * w32-fns.el (w32-append-code-lines): New function.
2225 2006-12-09  Romain Francoise  <romain@orebokech.com>
2227         * comint.el (comint-insert-input): Delete obsolete comment.
2229 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
2231         * files.el (insert-file-1): Compare file size to
2232         large-file-warning-threshold and request confirmation when
2233         warranted.
2235 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2238         current frame, in case we're connected to several displays.
2240 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2242         * frame.el (other-frame): Doc fix.
2243         (set-frame-parameter): Fix typo in docstring.
2245 2006-12-07  Kim F. Storm  <storm@cua.dk>
2247         * info.el (Info-index): Strip leading colon from topic.
2249 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
2251         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2252         to pointers.
2254 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
2256         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2257         Trim out spurious class inheritance "None" entries.
2259 2006-12-05  Kim F. Storm  <storm@cua.dk>
2261         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2262         (cua-paste-pop): Rework last change for
2263         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2264         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2265         text inserted by the last M-y command.
2267 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2269         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2270         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2272         * shell.el (shell): Search the start file in ~/.emacs.d as
2273         `init_SHELLNAME.sh' instead.
2275 2006-12-05  Glenn Morris  <rgm@gnu.org>
2277         * progmodes/cperl-mode.el (cperl-mode)
2278         * progmodes/f90.el (f90-mode-abbrev-table)
2279         * progmodes/fortran.el (fortran-mode-abbrev-table)
2280         * progmodes/octave-mod.el (octave-abbrev-table)
2281         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2282         if abbrev-table is non-nil (saved user abbrevs may have been restored).
2284         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2285         clear abbrev table, else saved abbrevs will not be restored.
2287 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2289         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2290         the call to `make-obsolete-variable', not in the docstring.
2292 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
2294         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2296 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2298         * progmodes/ebnf-abn.el:
2299         * progmodes/ebnf-bnf.el:
2300         * progmodes/ebnf-dtd.el:
2301         * progmodes/ebnf-ebx.el:
2302         * progmodes/ebnf-iso.el:
2303         * progmodes/ebnf-otz.el:
2304         * progmodes/ebnf-yac.el:
2305         * progmodes/ebnf2ps.el:
2306         * delim-col.el:
2307         * printing.el:
2308         * ps-bdf.el:
2309         * ps-mule.el:
2310         * ps-print.el: Remove 'Time-stamp' comment mark.
2312         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2313         'easy-menu-add-item' when called in Emacs 21 or higher.
2315 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
2317         * progmodes/ada-xref.el (ada-check-current): Doc fix.
2318         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2320 2006-12-04  Kim F. Storm  <storm@cua.dk>
2322         * bindings.el (global-map): Bind [signal t] to ignore, to have
2323         user signals ignored by default.
2325 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2327         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2328         Unicode data file pointed to by `describe-char-unicodedata-file'.
2330 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2333         O(n^2) regexp-search by anchoring the search.
2335 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
2337         * whitespace.el (whitespace-cleanup-internal): Use current
2338         argument for recursive call.
2340 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
2342         * net/tramp.el (tramp-methods): Add "ControlPath" and
2343         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
2344         Andreas Schwab <schwab@suse.de>.
2345         (tramp-do-copy-or-rename-file-out-of-band)
2346         (tramp-open-connection-rsh): Compute format spec for ?t.
2347         (tramp-process-actions): Trace command parameters.
2349 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
2351         * simple.el (toggle-truncate-lines): Clarify doc string.
2353         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2354         (gdb-speedbar-expand-node): Use it.
2356 2006-12-04  Richard Stallman  <rms@gnu.org>
2358         * progmodes/python.el (python-indent): Add safe-local-variable prop.
2360         * dired.el (dired-revert): Turn off dired-after-readin-hook
2361         around call to dired-readin.
2363         * menu-bar.el (menu-bar-make-toggle): Add "globally"
2364         to echo area messages.
2365         <indicate-empty-lines, case-fold-search>:
2366         Add "globally" to Help string.
2367         <case-fold-search>: MESSAGE arg need not say "globally".
2368         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2370 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
2372         * outline.el (outline-end-of-subtree): Don't leave an empty
2373         line hidden as we would a real next heading.
2375 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
2377         * allout.el (allout-ascend): Add an optional argument to preserve
2378         original position of point when unsuccessful.  Also, fix a
2379         docstring error.
2380         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2381         work again, using allout-ascend's new option.
2382         (allout-setup-mode-map): Extract from allout-mode to initialize
2383         allout-mode-map.  Call it on file load, so the mode docstring
2384         substitutions work even if allout mode has not yet been invoked.
2385         (allout-mode): Use new allout-setup-mode-map to track any keybinding
2386         customizations since the map was last processed.  Also, refine the
2387         docstring so it's ship-shape for release.
2388         (allout-default-layout, allout-beginning-of-line-cycles)
2389         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2390         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2391         (allout-version, allout-layout, allout-infer-body-reindent)
2392         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2393         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2394         (allout-previous-heading, allout-goto-prefix-doublechecked)
2395         (allout-current-bullet-pos, allout-next-sibling-leap)
2396         (allout-pre-command-business, allout-encrypted-type-prefix)
2397         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2398         (allout-rebullet-topic, allout-rebullet-topic-grunt)
2399         (allout-flag-region, allout-expose-topic, allout-expose-topic)
2400         (allout-old-expose-topic, allout-listify-exposed)
2401         (allout-process-exposed, allout-latex-verb-quote)
2402         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2403         (allout-toggle-current-subtree-encryption)
2404         (allout-toggle-subtree-encryption, allout-bullet-isearch):
2405         Remove extraneous open-paren and close paren string escapes.
2407 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
2409         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2410         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2411         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2412         Fix typos in docstrings.
2414 2006-12-03  Glenn Morris  <rgm@gnu.org>
2416         * progmodes/cc-align.el
2417         * progmodes/cc-awk.el
2418         * progmodes/cc-cmds.el
2419         * progmodes/cc-compat.el
2420         * progmodes/cc-defs.el
2421         * progmodes/cc-engine.el
2422         * progmodes/cc-langs.el
2423         * progmodes/cc-menus.el
2424         * progmodes/cc-mode.el
2425         * progmodes/cc-styles.el
2426         * progmodes/cc-vars.el
2427         * progmodes/vhdl-mode.el: Fix Copyright format.
2429 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
2431         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2432         initial down event.
2434 2006-12-02  Kim F. Storm  <storm@cua.dk>
2436         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2437         (cua-repeat-replace-region): Make M-v more robust.
2438         (cua-paste-pop-rotate-temporarily): New defcustom.
2439         (cua-paste-pop): Use it.
2440         (cua-auto-mark-last-change): New defcustom.
2441         (cua-pop-to-last-change): New helper function.
2442         (cua-set-mark): Use them.
2444 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
2446         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2447         mini-buffer message.
2449 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2451         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2453 2006-12-01  Ben North  <ben@redfrontdoor.org>
2455         * paren.el: Fix the highlight overlay extension when the user types a
2456         sequence of char very fast just before the open parenthesis.
2458 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2460         * ps-mule.el: Eliminate Emacs 20 compatibility.
2462         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2463         (ps-print-version): New version 6.7.
2464         (ps-print-quote): Replace '?\ ' by '?\s'.
2466 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2468         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2469         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2470         (hexl-end-of-1k-page): Doc fixes.
2471         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2472         Fix typos in docstrings.
2474 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2476         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
2477         locally, i.e. without using file name handlers.
2478         (ido-read-internal): Allow mono letter host names, avoiding the
2479         `c:' problem by testing if the file exists locally.
2480         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2482 2006-11-30  Masatake YAMATO  <jet@gyve.org>
2484         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2485         to avoid bytecomp warnings.
2486         (hexl-mode-old-ruler-function): New variable.
2487         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2488         and `hl-line-range-function' after `require' hl-line.
2489         Then bind `hl-line-range-function' and `hl-line-face'.
2490         Don't require frame.  Don't use `with-no-warnings'.
2491         (hexl-activate-ruler): Store the original value of
2492         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2493         (hexl-mode-exit): Restore the original value of
2494         `ruler-mode-ruler-function'.
2496 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2498         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2499         (hexl-mode-old-hl-line-face): New variable.
2500         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2501         line when exit from the hexl-mode.
2503 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2505         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2506         Doc fixes.
2508         * international/fontset.el (create-fontset-from-ascii-font)
2509         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
2510         (fontset-name-p): Fix typo in docstring.
2512         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
2514 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2516         * ps-bdf.el: Fix maintainer email.
2518         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
2519         compatibility.
2521         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
2522         21 compatibility.
2523         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
2524         Emacs 20 & 21.
2526 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
2528         * progmodes/idlwave.el (idlwave-auto-fill):
2529         Remove paragraph-start let to prevent auto-fill giving up.
2531 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
2533         * vt100-led.el (led-state): Fix typo in previous change.
2535 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2537         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2538         Fix interactive spec of the functions getting defined to make them
2539         work as documented.
2541 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
2543         * startup.el (fancy-splash-screens): Hide initial splash buffer.
2545 2006-11-28  Kim F. Storm  <storm@cua.dk>
2547         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
2548         icomplete-mode is enabled.
2550 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
2552         * textmodes/org.el (require): Require gnus-sum during compilation
2553         to avoid problem with a macro call.
2555 2006-11-28  Glenn Morris  <rgm@gnu.org>
2557         * emacs-lisp/authors.el (authors-aliases): Add new alias.
2559         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
2560         (fortran-window-create-momentarily): Do not need string-to-char.
2562 2006-11-28  Richard Stallman  <rms@gnu.org>
2564         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2565         Replace incorrect use of assoc-default with a loop.
2567         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
2569         * simple.el (next-error-find-buffer): Improve messages.
2571         * files.el (revert-buffer): Special error message if file
2572         is now not readable.
2574         * facemenu.el (facemenu-add-new-face): Improve doc strings of
2575         constructed commands.
2577         * comint.el (comint-exec-1): Provide Emacs version and `comint'
2578         in INSIDE_EMACS.
2580 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2582         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
2584         * server.el: Remove spurious * in docstrings.
2585         (server-process-filter): Exit from recursive editing before processing
2586         a new request.
2588 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
2590         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
2591         line so hidden blocks will be correctly identified.
2593 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
2595         * ledit.el (ledit-save-defun, ledit-mode):
2596         * resume.el (resume-emacs-args-buffer):
2597         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
2598         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
2599         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
2600         (command-send-input, command-kill-line):
2601         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
2603         * autoarg.el (autoarg-kp-mode): Doc fix.
2605         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
2606         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
2607         (check-emacs-lock): Doc fix.  Simplify.
2609         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
2610         (iimage-mode-buffer): Fix typos in docstring.
2612         * misc.el (zap-up-to-char): Doc fix.
2614         * time-stamp.el: Fix comment and obsolescence string for old
2615         functions.  Use `dolist' instead of `while'.
2617         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
2619         * disp-table.el (standard-display-8bit, standard-display-default):
2620         * ebuff-menu.el (electric-buffer-list):
2621         * ehelp.el (electric-help-command-loop):
2622         * font-core.el (font-lock-mode):
2623         * help-macro.el (make-help-screen):
2624         * help.el (describe-minor-mode-completion-table-for-indicator)
2625         (lookup-minor-mode-from-indicator):
2626         * indent.el (tab-to-tab-stop, move-to-tab-stop):
2627         * info-look.el (info-lookup-guess-custom-symbol):
2628         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
2629         * longlines.el (longlines-wrap-line):
2630         * macros.el (insert-kbd-macro):
2631         * menu-bar.el (menu-bar-update-buffers):
2632         * misc.el (copy-from-above-command):
2633         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
2634         * newcomment.el (comment-indent):
2635         * novice.el (disabled-command-function):
2636         * sort.el (sort-fields-syntax-table):
2637         * subr.el (momentary-string-display):
2638         * tar-mode.el (tar-header-block-summarize)
2639         (tar-clear-modification-flags):
2640         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
2641         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
2642         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
2643         (te-delete-char, te-down-vertically-or-scroll):
2644         * time-stamp.el (time-stamp-string-preprocess):
2645         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
2647 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2649         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
2650         in GUD mode.
2652         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
2653         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2655 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2657         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
2659 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
2661         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
2662         (ada-compile-goto-error): Adapt to new argument profile of
2663         compilation-goto-locus in Emacs 22.  Don't check if the various
2664         compile functions are defined; we already do "(require 'compile)".
2666 2006-11-26  Kim F. Storm  <storm@cua.dk>
2668         * kmacro.el: Fix commentary.
2670 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2672         * progmodes/gud.el (gdb): Explain how to run in text command mode
2673         more clearly.  Say in error message that multiple debugging
2674         requires restarting GDB.
2676 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
2678         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2680 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
2682         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
2683         (flymake-popup-menu): Use it instead of posn-at-point.
2685 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2687         * progmodes/cc-vars.el (c-backslash-column):
2688         Mention c-backslash-max-column in documentation for c-backslash-column.
2690 2006-11-24  Lars Hansen  <larsh@soem.dk>
2692         * net/tramp.el (tramp-default-method): Under Windows, change from
2693         plink to pscp.
2694         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
2695         (tramp-actions-copy-out-of-band):
2696         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
2697         (tramp-action-out-of-band): Move "Permission denied" handling to
2698         tramp-action-copy-failed.
2699         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
2700         process buffer.
2702 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2704         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2705         strings to a single string.  Quote `errors-file-name'.
2706         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2707         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2708         Adjust calls.  Use `shell-quote-argument'.
2710         * international/mule.el (load-with-code-conversion)
2711         (with-category-table): Use with-current-buffer.
2712         (after-insert-file-set-coding): Use restore-buffer-modified-p.
2714 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
2716         * mail/smtpmail.el (smtpmail-send-it):
2717         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
2718         MIME header for the message encoding.
2719         Bind coding-system-for-write around the call to mail-do-fcc.
2720         Use smtpmail-code-conv-from to encode queued mail messages.
2722 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2724         * tabify.el (tabify-regexp): Doc fix.
2726         * net/rcirc.el (rcirc-buffer-maximum-lines):
2727         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
2729         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
2730         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
2731         Fix typos in output messages.
2732         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2734 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2736         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
2737         the horse's mouth.
2738         (hexlify-buffer): Don't re-encode an arg that's already encoded.
2740 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2742         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
2743         Remove condition-case.
2745 2006-11-23  Glenn Morris  <rgm@gnu.org>
2747         * progmodes/f90.el (f90-comment-indent): Do not move point in
2748         default case.
2750 2006-11-21  Romain Francoise  <romain@orebokech.com>
2752         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
2753         from library name (reverts change of 2005-10-25).
2755 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2757         * tutorial.el (tutorial--default-keys): Add newline and
2758         delete-backward-char bindings.
2759         (tutorial--detailed-help): Save excursion when finding keys.
2760         Correct warning string for M-x FOO case.
2761         (tutorial--display-changes): Print special keys in tutorial style.
2762         Tweak search regexp for changed keys.
2764 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2766         * thingatpt.el (thing-at-point-url-at-point): Don't add a
2767         redundant scheme.
2769 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
2771         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
2772         are new to the list at IANA.  Also added irc, mms, mmsh.
2774 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
2776         * progmodes/idlw-help.el (idlwave-html-help-location):
2777         Fail gracefully for missing help packages.
2778         (idlwave-help-assistant-open-link): Open full links.
2779         (idlwave-help-assistant-help-with-topic): Direct help link.
2781         * progmodes/idlwave.el (idlwave-mode):
2782         Set add-log-current-defun-function.
2783         (idlwave-current-routine-fullname): Add, to support add-log.
2784         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
2785         to reflect improvements to xml-parse-file.
2786         (idlwave-mode-menu-def): New binding for help-with-topic.
2788         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
2789         Handle extra newlines and spaces.
2790         (idlwave-shell-mode-map): Add help-with-topic.
2792 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
2794         * tutorial.el (tutorial-warning-face): New face.
2795         (tutorial--detailed-help, tutorial--display-changes): Use it.
2796         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
2797         Improve search pattern for occurrences of changed keys.
2799 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2801         * term/x-win.el (x-last-cut-buffer-coding): New variable.
2802         (x-select-text): Set it.
2803         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
2804         when checking for newness.
2806 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
2808         * subr.el (posn-image):
2809         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
2811         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
2813 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2815         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
2816         Exceptions to the rule "add a space between an identifier and an
2817         opening parenthesis".  Defaulted to the `#define' problem of cpp.
2818         (glasses-parenthesis-exception-p): New.  Check if the region is an
2819         exception regarding to that.
2820         (glasses-make-readable): Use it.
2821         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2822         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2824 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2826         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2828 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2830         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2832         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2833         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2835 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2837         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2838         conditions for function or variable bindings.
2840         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2842         * progmodes/compile.el (compilation-start): Ditto.
2844 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2846         * net/tramp.el (top): cl and custom are always required.
2848 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2850         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2851         cut-buffers with next-selection-coding-system if not nil.
2853 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2855         * textmodes/org.el (org-fix-decoded-time): New function.
2856         (org-display-custom-time): Use `org-fix-decoded-time'.
2858 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2860         * menu-bar.el (menu-bar-games-menu): Remove yow.
2862 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2864         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2865         (org-detach-overlay): Rename from `org-detatch-overlay'.
2866         (org-table-convert-region): Insert space after column separator.
2867         (org-agenda-kill): New command.
2868         (org-metaleft): Call `org-outdent-item' on bullets.
2869         (org-metaright): Call `org-indent-item' on bullets.
2870         (org-timestamp-change): Set `org-last-changed-timestamp'.
2871         (org-current-line): Make sure (bolp) returns correct result.
2872         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2874 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2876         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2878 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2880         * mouse.el (global-map): Change 2006-08-16 fix to call
2881         mouse-yank-at-click explicitly, since mouse events are not carried
2882         over into keyboard macros.
2884 2006-11-16  Kim F. Storm  <storm@cua.dk>
2886         * ido.el (ido-file-internal): Use current buffer's file name as default
2887         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
2889 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
2891         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
2892         (allout-inhibit-aberrance-doublecheck): Rename from
2893         allout-during-yank-processing.  All callers changed.
2894         (allout-ascend): Provide for unusual case where some topic after
2895         the first in file is at lower depth than the first.
2896         (allout-shift-in): Ensure the offspring of the new containing
2897         topic are exposed.
2898         (allout-encrypt-string): Preserve the coding-system of the text,
2899         according to that of the containing buffer.
2900         (allout-toggle-subtree-encryption): When the text being encrypted
2901         requires a different coding system, offer to preserve the coding
2902         system using a file local var.
2904 2006-11-15  Simon Marshall  <simon@gnu.org>
2906         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
2907         to recognise "T t()" as a function declaration, rather than a
2908         variable instantiation, iff at the top-level or inside a class
2909         declaration.  Suggested by Feng Li <fengli@gmail.com>.
2911 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
2913         * progmodes/ada-xref.el (ada-parse-prj-file):
2914         Don't delete project buffer; user may want to edit it.
2915         (ada-xref-set-project-field, ada-xref-current-project-file)
2916         (ada-xref-current-project, ada-show-current-project)
2917         (ada-set-main-compile-application): New functions.
2918         (ada-xref-get-project-field, ada-require-project-file):
2919         Normalize use of ada-prj-default-project-file.
2920         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
2921         Normalize use of ada-require-project-file.
2922         (ada-prj-find-prj-file): Improve doc string, comments.
2924         * progmodes/ada-mode.el (ada-mode-version): Bump version.
2925         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
2926         (ada-create-menu): Add ada-set-main-compile-application,
2927         ada-show-current-main, ada-show-current-project.
2929 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
2932         (inferior-python-mode): Use it.
2934 2006-11-14  Andreas Schwab  <schwab@suse.de>
2936         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2938 2006-11-13  Kim F. Storm  <storm@cua.dk>
2940         * ido.el (ido-copy-current-word): C-o copies region if active.
2942 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2944         * textmodes/org.el (org-emph-face): Fix typo in variable name.
2946 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
2948         * ediff.el (ediff-revision):
2949         * files.el (set-visited-file-name):
2950         * mail/rmailout.el (rmail-output-body-to-file):
2951         Use `format', not `message', in `y-or-n-p' call.
2953 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2955         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
2956         (org-metaright): Call `org-indent-item' on bullets.
2957         (org-timestamp-change): Set `org-last-changed-timestamp'.
2958         (org-current-line): Make sure (bolp) returns correct result.
2959         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
2961 2006-11-12  Richard Stallman  <rms@gnu.org>
2963         * language/european.el (turkish-case-conversion-enable)
2964         (turkish-case-conversion-disable): New functions.
2965         ("Turkish" lang env): Use them.
2967         * international/characters.el (case table):
2968         Do nothing special for i and I.
2970         * subr.el (remove-overlays): Fix last change.
2972         * cus-edit.el (custom-save-all): Use find-file-visit-truename
2973         for visiting the custom file.
2975 2006-11-12  Markus Triska  <triska@gmx.at>
2977         * play/handwrite.el (handwrite): Also process lines not ending
2978         with newline.  Replace some position-fiddling with different
2979         logic.  Improve performance.
2981 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
2983         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
2984         replacing deleted variable `ada-check-switch'.
2985         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
2986         (ada-xref-project-files): Improve doc string.
2987         (ada-find-executable): New function.
2988         (ada-initialize-runtime-library): Use `ada-find-executable'.
2989         (ada-xref-set-default-prj-values): In compile commands, don't need
2990         `ada-cd-command'; `compile' does that more portably.
2991         Use ada-prj-default-check-cmd.
2992         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
2993         properties if not specified in project file.
2994         (ada-goto-declaration): Display useful message for new error
2995         'error-file-not-found.
2996         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
2997         'error-file-not-found.
2998         (ada-get-all-references): Match latest ali syntax.  Signal new
2999         error 'error-file-not-found.
3000         (ada-find-in-ali): Match latest ali syntax.
3001         (ada-make-filename-from-adaname): Handle different semantics of
3002         gnatkr in GNAT 3.15p vs later.
3004         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3005         ada-procedure-start-regexp.
3006         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3008         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3009         with defvar.
3010         (ada-language-version): Rename ada05 -> ada2005.
3011         (ada-align-region-separate): Add `eval-when-compile'.
3012         (ada-name-regexp): Remove unneeded escapes in regexp character
3013         alternative.
3014         (ada-compile-goto-error-file-linenr-re): New constant.
3015         (ada-matching-start-re): Handle additional cases `declare',
3016         `procedure', `function'.
3017         (ada-compile-goto-error): Handle "... at line nn".
3018         (ada-mode): Clearer syntax, comments for ff-special-constructs.
3019         Delete support for old versions of `align'.
3020         (ada-search-prev-end-stmt): Handle additional keyword `private'.
3021         (ada-check-defun-name): Simplify handling of `declare'.
3022         (ada-goto-matching-start): Handle nested `begin ... end'.
3023         Handle `declare', `protected', `procedure', `function'.
3024         (ada-create-menu): Presence of arm95 is not conditional on using
3025         GNAT compiler.
3027 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3029         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3030         nil in the *RE-Builder* buffer (it causes spurious error messages).
3032         * server.el (server-visit-files): If `minibuffer-auto-raise' has
3033         been set to t, respect it.
3035 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
3037         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3038         Delete commented out code for old Emacs versions.  Autoloading of
3039         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3040         (ada-mode-version): Bump version number.
3041         (ada-95-string-keywords, ada-2005-string-keywords)
3042         (ada-2005-keywords, ada-name-regexp): New constant.
3043         (ada-language-version, ada-procedure-start-regexp, ada-mode)
3044         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3045         (ada-package-start-regexp): Support private packages, include package
3046         name (for ada-set-point-accordingly).
3047         (ada-next-procedure, ada-previous-procedure)
3048         (ada-which-function-are-we-in): Match changes to
3049         ada-procedure-start-regexp.
3050         (ada-make-body): Make non-interactive; not a user function.
3051         (ada-make-subprogram-body): Improve doc string.
3053 2006-11-11  Romain Francoise  <romain@orebokech.com>
3055         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3056         `compilation-error-regexp-alist' buffer-local, since we changed
3057         `compilation-error-regexp-alist-alist' locally.
3059 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
3061         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3062         to the value of `server-raise-frame'.
3064 2006-11-11  Glenn Morris  <rgm@gnu.org>
3066         * ido.el (ido-enable-prefix)
3067         * ses.el (ses-call-printer-return)
3068         * net/tramp.el (tramp-unified-filenames)
3069         * progmodes/cc-align.el (c-lineup-string-cont)
3070         * progmodes/compile.el (compilation-directory-matcher)
3071         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3072         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3073         (vhdl-clock-rising-edge)
3074         * textmodes/org.el (org-export-with-timestamps)
3075         (org-export-remove-timestamps-from-toc)
3076         (org-export-with-tags): Improve previous doc fixes.
3078 2006-11-11  Richard Stallman  <rms@gnu.org>
3080         * textmodes/flyspell.el (flyspell-mode-map):
3081         Bind C-c $ instead of M-RET.
3083 2006-11-10  Simon Marshall  <simon@gnu.org>
3085         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3086         fontification for "case" and "default" keywords.
3088 2006-11-10  Andreas Schwab  <schwab@suse.de>
3090         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3091         Avoid starting sentence with "nil".
3093 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3095         * server.el (server-raise-frame): New option.
3096         (server-switch-buffer): Use it.
3098 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
3100         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3101         with a capital.
3103 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3105         * textmodes/org.el (org-show-hierarchy-above)
3106         (org-show-following-heading): Fix typo in default value.
3107         (org-scan-tags): Make the search case-sensitive.
3108         (org-tags-sparse-tree): Don't overrule
3109         `org-show-following-heading' and `org-show-hierarchy-above'.
3110         (org-reveal): New command.
3111         (org-show-context): Rename from `org-show-hierarchy-above'.
3112         (org-fast-tag-selection-single-key): New option.
3113         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3114         (org-tags-overlay): New variable.
3115         (org-agenda-todo-ignore-deadlines): New option.
3116         ("session"): Add circular data structure `org-mark-ring' to
3117         exceptions list in session.el.
3118         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3119         New options.
3120         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3121         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3122         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3123         (org-finalize-agenda): Activate bracket links in agenda.
3124         (org-at-timestamp-p, org-at-date-range-p): Additional argument
3125         INACTIVE-OK.
3126         (org-show-hierarchy-above, org-show-following-heading):
3127         List values allowed for fine-tuned configuration.
3128         (org-show-hierarchy-above): New argument CONTEXT, use the
3129         fine-tuned settings in `org-show-hierarchy-above' and
3130         `org-show-following-heading'.
3131         (org-display-custom-time): New function.
3132         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3133         (org-display-custom-times, org-time-stamp-custom-formats):
3134         (org-maybe-intangible): New macro.
3135         (org-activate-bracket-links, org-hide-wide-columns):
3136         Use `org-maybe-intangible'.
3137         (org-open-file): Use `shell-quote-argument'.
3138         (org-display-internal-link-with-indirect-buffer): New option.
3139         (org-file-remote-p): Get regexp from list.
3140         (org-link-expand-abbrev): New function.
3141         (org-link-abbrev-alist): New option.
3142         (org-open-at-point, org-cleaned-string-for-export):
3143         Call `org-link-expand-abbrev'.
3144         (org-timeline, org-agenda-list, org-todo-list)
3145         (org-tags-view): Remove the KEEP-MODES argument.
3146         (org-finalize-agenda-hook): New hook.
3147         (org-get-alist-option): New function.
3148         (org-follow-timestamp-link): New function.
3149         (org-open-at-point): Call `org-follow-timestamp-link'.
3150         (org-log-note-marker, org-log-note-purpose)
3151         (org-log-note-window-configuration): New variables.
3152         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3153         (org-log-note-headings): New option.
3154         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3155         (org-store-link): Support for dired-mode.
3156         (org-open-file): Substitute environment variables into filename.
3157         (org-last): New defsubst.
3158         (org-agenda-re-align-tags): New function.
3159         (org-agenda-align-tags-to-column): New option.
3160         (org-agenda-timeline): Group removed.
3161         (org-prepare-agenda, org-prepare-agenda-buffers)
3162         (org-run-agenda-series, org-timeline, org-agenda-list)
3163         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3164         the text property inticating the agenda type.
3165         (org-agenda-post-command-hook): Get agenda type from text property
3166         at point.
3167         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
3168         and obey `org-agenda-overriding-arguments'.
3169         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3170         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3171         (org-agenda-week-view, org-agenda-day-view):
3172         Use `org-agenda-overriding-arguments' to make updating work with
3173         multi-block agendas.
3174         (org-agenda-prefix-format): Allow different formats for the
3175         different agenda entry types.
3176         (org-timeline-prefix-format): Option removed, use
3177         `org-agenda-prefix-format' instead.
3178         (org-prepare-agenda): New function.
3179         (org-select-timeline-window): Option removed, use
3180         `org-select-agenda-window' instead.
3181         (org-respect-restriction): Variable removed.
3182         (org-cmp-tag): New function.
3183         (org-agenda-sorting-strategy, org-entries-lessp):
3184         Implement sorting by last tag.
3185         (org-complete): Better completion in in-buffer option lines.
3186         (org-in-item-p): New function.
3187         (org-org-menu): Add entries for checkboxes.
3188         (org-cycle): Extra brouping in outline-regexp, because it is used
3189         in a search with "^" prepended.
3190         (org-provide-checkbox-statistics): New option.
3191         (org-set-font-lock-defaults): Highlight checkbox statistics.
3192         (org-update-checkbox-count-maybe)
3193         (org-get-checkbox-statistics-face): New functions.
3194         (org-update-checkbox-count): New command.
3195         (org-insert-item, org-toggle-checkbox):
3196         Call `org-update-checkbox-count-maybe'.
3197         (org-export-as-html): XEmacs compatibility for coding system.
3198         (org-force-cycle-archived): New command.
3199         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3200         overrules cycling.
3201         (org-fix-position-after-promote): If the line contains only a todo
3202         keyword, add a final space.
3203         (org-promote-subtree, org-demote-subtree):
3204         Call `org-fix-position-after-promote'.
3206 2006-11-10  Glenn Morris  <rgm@gnu.org>
3208         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3209         date in every year.
3210         (calendar-dst-check-each-year-flag): New customizable variable.
3211         (calendar-dst-find-data): New function, extracted from
3212         calendar-current-time-zone.
3213         (calendar-current-time-zone): Use calendar-dst-find-data.
3214         (calendar-dst-transition-cache): New variable.
3215         (calendar-dst-find-startend, calendar-dst-starts)
3216         (calendar-dst-ends): New functions.
3217         (calendar-daylight-savings-starts)
3218         (calendar-daylight-savings-ends): Change value to use
3219         calendar-dst-starts, calendar-dst-ends; respectively.
3221         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3223         * ido.el (ido-enable-prefix)
3224         * ses.el (ses-call-printer-return)
3225         * net/tramp.el (tramp-unified-filenames)
3226         * progmodes/cc-align.el (c-lineup-string-cont)
3227         * progmodes/compile.el (compilation-directory-matcher)
3228         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3229         * progmodes/gdb-ui.el (gdb-many-windows)
3230         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3231         (vhdl-clock-rising-edge)
3232         * textmodes/org.el (org-export-with-timestamps)
3233         (org-export-remove-timestamps-from-toc, org-export-with-tags)
3234         (org-read-date): Doc fix (Nil -> nil).
3236 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3238         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3239         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3241 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3243         * bs.el (bs--window-for-buffer): Remove.
3244         (bs--show-with-configuration): Use `get-window-with-predicate'
3245         instead of `bs--window-for-buffer'.
3247 2006-11-10  Kenichi Handa  <handa@m17n.org>
3249         * files.el (revert-buffer): Fix previous change.
3251 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
3253         * bs.el (bs--redisplay): Fix typo in docstring.
3254         (bs--window-config-coming-from): Make frame-local.
3255         (bs--restore-window-config): New function.
3256         (bs-kill, bs-select, bs-select-other-window)
3257         (bs-select-other-frame): Use it.
3258         (bs--window-for-buffer): Return as soon as a matching buffer is found.
3259         (bs--show-with-configuration): Save the window configuration as a
3260         frame local var, and only if *buffer-selection* is not already
3261         visible on this frame.
3263 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
3265         * vc-svn.el (vc-svn-admin-directory): New var.
3266         (vc-svn-registered, vc-svn-responsible-p)
3267         (vc-svn-repository-hostname): Use it.
3268         Suggested by arit93@yahoo.com.
3270 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3272         * ldefs-boot.el: Regenerate.
3274 2006-11-08  Alan Mackenzie  <acm@muc.de>
3276         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3277         case (eq open-paren-in-column-0-is-defun-start nil) by searching
3278         for least nested open-paren.
3280 2006-11-08  Romain Francoise  <romain@orebokech.com>
3282         * subr.el (remove-overlays): Fix typo in last change.
3284 2006-11-08  Richard Stallman  <rms@gnu.org>
3286         * subr.el (remove-overlays): Call overlay-recenter.
3288 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3290         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3291         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3292         behaviour.
3293         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3294         directly.
3296 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3298         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3299         (ido-max-dir-file-cache, ido-decorations)
3300         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3301         (ido-magic-backward-char, ido-enter-dired)
3302         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3303         (ido-list-directory, ido-first-match, ido-only-match)
3304         (ido-subdir, ido-indicator): Fix typos in docstrings.
3305         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3306         (ido-read-internal): Fix typo in error message.
3308 2006-11-08  Kenichi Handa  <handa@m17n.org>
3310         * international/mule-cmds.el (set-default-coding-systems):
3311         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3313 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3315         * makefile.w32-in (setwins): Remove.
3316         (WINS_ALMOST): New macro.
3317         (WINS): Use it.
3318         (autoloads): Don't extract autoloads from files in obsolete/.
3320 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
3322         * whitespace.el (whitespace-buffer): Call remove-overlays after
3323         overlay-recenter for performance.  Suggested by Martin Rudalics.
3325 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
3327         * net/tramp.el (tramp-default-method): scp is the default method.
3329 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
3331         * server.el (server-start): Save also the Emacs pid in the server file.
3333 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
3335         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3336         point when displaying a bibtex cross reference in the echo area.
3338 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3340         * international/mule.el (make-char): Fix typo in docstring.
3341         (load-with-code-conversion, charsetp): Doc fixes.
3343         * international/ja-dic-cnv.el (skkdic-convert):
3344         * cus-edit.el (hook): Fix typo in docstring.
3346 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3348         * cus-edit.el (custom-mode-map): Move defvar above code using it.
3349         (custom-mode-link-map): New variable.
3350         (custom-group-link, custom-manual): Use follow-link.
3352 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3354         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3355         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
3357 2006-11-06  Richard Stallman  <rms@gnu.org>
3359         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3360         New function broken out of flyspell-correct-word.
3361         (flyspell-mode-map): Bind it to M-RET.
3362         (flyspell-correct-word): Call it.
3364         * textmodes/fill.el (fill-minibuffer-function): New function.
3365         (fill-paragraph): Bind fill-paragraph-function to
3366         fill-minibuffer-function.
3368         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3369         so that they aren't undefined.
3371         * dired.el (dired-readin): Locally bind file-name-coding-system.
3373         * bindings.el: Shorten and clarify usual mode line mouse help string.
3375         * Makefile.in (autoloads): Don't include `obsolete'.
3377 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3379         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3380         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3381         Printing menu if it's not initialized.
3382         (pr-menu-bind): Act on menu-bar-file-menu directly.
3384 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3386         * help.el (view-emacs-news): Fix typo in error message.
3388         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3390         * shadowfile.el (shadow-define-regexp-group)
3391         (shadow-literal-groups, shadow-insert-var): Doc fixes.
3392         (shadow-read-files): Fix typo in message.
3393         (shadow-inhibit-overload, shadow-find, shadow-suffix)
3394         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3395         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3396         (shadow-file-match): Fix typos in docstrings.
3398         * terminal.el (terminal-emulator): Fix typo in message.
3400         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3402         * emacs-lisp/lselect.el (x-kill-primary-selection)
3403         (x-delete-primary-selection, x-copy-primary-selection):
3404         Fix typos in error messages.
3406         * emulation/edt-mapper.el: Fix typo in interactive message.
3408         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3410         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3411         (ispell-help): Fix typos in docstrings.
3412         (ispell-help): Fix typo in output message.
3414         * allout.el (allout-adjust-file-variable)
3415         (allout-passphrase-verifier-string)
3416         (allout-passphrase-hint-string)
3417         (allout-toggle-current-subtree-encryption):
3418         * apropos.el (apropos-synonyms):
3419         * cus-edit.el (hook):
3420         * emacs-lock.el (emacs-lock-from-exiting):
3421         * follow.el (follow-avoid-tail-recenter-p):
3422         * hexl.el (hexl-mode):
3423         * mouse-copy.el (mouse-copy-work-around-drag-bug):
3424         * mouse.el (mouse-set-font):
3425         * resume.el (resume-emacs-args-file):
3426         * rfn-eshadow.el (file-name-shadow-tty-properties):
3427         * t-mouse.el (t-mouse-process, t-mouse-mode):
3428         * emacs-lisp/cust-print.el (custom-print-install)
3429         (custom-print-uninstall, custom-format):
3430         * emacs-lisp/shadow.el (list-load-path-shadows):
3431         * emulation/tpu-edt.el (tpu-help-text)
3432         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3433         (tpu-reset-control-keys):
3434         * emulation/vip.el (vip-emacs-local-map)
3435         (vip-change-mode-to-emacs):
3436         * emulation/viper.el (viper-mode, viper-set-hooks)
3437         (viper-major-mode-modifier-list):
3438         * emulation/viper-init.el (viper-emacs-state-cursor-color):
3439         * emulation/viper-keym.el (viper-emacs-kbd-map)
3440         (viper-toggle-key):
3441         * mail/feedmail.el (feedmail-queue-reminder)
3442         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3443         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3444         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3445         (feedmail-sender-line, feedmail-force-binary-write)
3446         (feedmail-from-line, feedmail-deduce-envelope-from)
3447         (feedmail-x-mailer-line, feedmail-message-id-generator)
3448         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3449         (feedmail-enable-spray, feedmail-spray-this-address)
3450         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3451         (feedmail-queue-runner-confirm-global)
3452         (feedmail-ask-before-queue-prompt)
3453         (feedmail-ask-before-queue-reprompt)
3454         (feedmail-prompt-before-queue-standard-alist)
3455         (feedmail-prompt-before-queue-user-alist)
3456         (feedmail-prompt-before-queue-help-supplement)
3457         (feedmail-queue-use-send-time-for-message-id)
3458         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3459         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3460         (feedmail-mail-send-hook-queued)
3461         (feedmail-confirm-addresses-hook-example)
3462         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3463         (feedmail-queue-runner-mode-setter)
3464         (feedmail-queue-alternative-mail-header-separator)
3465         (feedmail-queue-runner-message-sender)
3466         (feedmail-buffer-eating-function, feedmail-binmail-template)
3467         (feedmail-run-the-queue-no-prompts)
3468         (feedmail-run-the-queue-global-prompt)
3469         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3470         (feedmail-envelope-deducer, feedmail-fiddle-date)
3471         (feedmail-default-message-id-generator)
3472         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3473         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3474         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3475         (vms-pmail-setup):
3476         * play/dunnet.el (dun-help):
3477         * play/handwrite.el (handwrite):
3478         * play/hanoi.el (hanoi-unix-64):
3479         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3480         * textmodes/enriched.el (fixed):
3481         * textmodes/org.el (org-file-apps)
3482         (org-emphasis-regexp-components, org-emphasis-alist):
3483         * textmodes/texinfmt.el (batch-texinfo-format):
3484         Fix typos in docstrings.
3486 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
3488         * loadhist.el (read-feature): Don't complete features not loaded
3489         from a file (which make `unload-feature' to fail).
3491 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3493         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3495 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
3497         * startup.el (command-line-1): Kill emacs if the last frame is
3498         deleted while evaluating the command-line arguments.
3500 2006-11-05  Richard Stallman  <rms@gnu.org>
3502         * startup.el (init-file-had-error): Add doc string.
3503         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3504         Use fixed-width font for keyboard key descriptions.
3506         * cus-edit.el (custom-save-all): Error if saving in .emacs
3507         and it had an error when loaded.
3509         * dired-aux.el (dired-copy-file-recursive): Catch errors
3510         from recursive copies in the loop, around the recursive call.
3512 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3514         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
3515         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
3516         `/proc/acpi/thermal_zone/*'.
3517         (battery-search-for-one-match-in-files): New.  Search a regexp in
3518         the content of some files.
3520 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
3522         * window.el (mouse-autoselect-window-now): Remove variable.
3523         (mouse-autoselect-window-state): New variable.
3524         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
3525         (mouse-autoselect-window-select, handle-select-window):
3526         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
3527         Suspend delayed autoselection during menu or popup dialog.
3529         * info-look.el (info-lookup-guess-custom-symbol): New function
3530         for retrieving symbol at point in custom buffers.
3531         (top level) <info-lookup-maybe-add-help>: Add backquote and
3532         comma to ignored characters in regexps of help specifications
3533         for emacs-lisp-mode and lisp-interaction-mode.  This permits
3534         looking up symbols in `...' and after a comma.  Add help
3535         specifications for custom-mode and help-mode.
3537 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
3539         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
3540         Don't encode body if RAW is non-nil, or if the old encoding is
3541         identical to the new encoding, or if the body contains only
3542         eight-bit-* characters.
3544 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3546         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
3547         (faces-sample-overlay): Remove variable.
3548         (describe-face): Insert sample text in the face being described.
3550 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
3552         * whitespace.el (whitespace-indent-regexp): Make this match any
3553         multiples of eight spaces near the beginning of a line.
3554         (whitespace-buffer): Use `remove-overlays' instead of
3555         `whitespace-unhighlight-the-space' and `overlay-recenter' to
3556         speed up overlay handling.
3557         (whitespace-buffer-leading, whitespace-buffer-trailing):
3558         Make these functions highlight the text removed by
3559         `whitespace-buffer-leading-cleanup' and
3560         `whitespace-buffer-trailing-cleanup' respectively.
3561         (whitespace-buffer-search): Use `with-local-quit'.
3562         Move `format' out of loop to speed up scanning larger buffers.
3563         (whitespace-unhighlight-the-space): Remove `remove-hook' since
3564         that function is never added to a hook.
3565         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
3566         (whitespace-buffer-leading-cleanup)
3567         (whitespace-refresh-rescan-list): Fix docstrings.
3569 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
3571         * allout.el (allout-during-yank-processing): Cue for inhibiting
3572         aberrance processing during yanks.
3573         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
3574         the amount of yanked topics that can be aberrant.
3575         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
3576         a function, and supplement with inihibition of doublechecking
3577         during yanks.
3578         (allout-beginning-of-line, allout-next-heading)
3579         (allout-previous-heading, allout-goto-prefix-doublechecked)
3580         (allout-back-to-current-heading, allout-next-visible-heading)
3581         (allout-next-sibling): Use new allout-do-doublecheck function.
3582         (allout-next-sibling): Ensure we made progress when returning
3583         other than nil.
3584         (allout-rebullet-heading): Preserve text property annotations
3585         indicating the text was hidden, if it was.
3586         (allout-kill-line): Remove any added was-hidden annotations.
3587         (allout-kill-topic): Remove any added was-hidden annotations.
3588         (allout-annotate-hidden): Inhibit adding was-hidden text
3589         properties to the undo list.
3590         (allout-deannotate-hidden): New function to remove was-hidden
3591         annotation.
3592         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
3593         (allout-remove-exposure-annotation): Replace by
3594         allout-deannotate-hidden.
3595         (allout-yank-processing): Signal that yank processing is happening
3596         with allout-during-yank-processing.  Also, wrap
3597         allout-unprotected's closer to the text changes, for easier
3598         debugging.  We need to inhibit-field-text-motion explicitly, in
3599         lieu of the encompassing allout-unprotected.
3600         (outlineify-sticky): Adjust criteria for triggering new outline
3601         decorations to presence or absence of any topics, not just a topic
3602         at the beginning of the buffer.
3604 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3606         * bs.el (bs--show-all, bs--redisplay):
3607         * cus-edit.el (custom-unlispify-menu-entries)
3608         (custom-unlispify-tag-names, custom-prompt-variable):
3609         * expand.el (expand-pos):
3610         * speedbar.el (speedbar-generic-list-tag-p):
3611         * wid-edit.el (widget-image-enable):
3612         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
3613         * emacs-lisp/find-func.el (find-function-noselect)
3614         (find-function, find-variable-noselect, find-variable)
3615         (find-definition-noselect, find-face-definition):
3616         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
3617         * net/eudc-vars.el (eudc-expansion-overwrites-query):
3618         * progmodes/ada-xref.el (ada-find-in-ali):
3619         * textmodes/flyspell.el (flyspell-check-tex-math-command):
3620         * textmodes/org.el (org-copy-subtree):
3621         * textmodes/table.el (table--row-column-insertion-point-p):
3622         Use "non-nil" in docstrings.
3624 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
3626         * sort.el (sort-columns): Set the field separator to tab; on
3627         NetBSD, sort complains if "\n" is used as field separator.
3629 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
3631         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
3633 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * server.el (server-auth-key): Remove.  Replace by a process-property.
3636         (server-start): Don't remove the file of the previous process, but
3637         instead clear out the place for the new file.
3638         (server-start): Set the :auth-key property.
3639         (server-process-filter): Use the :auth-key property.
3641 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
3643         * textmodes/org.el (org-mode-map): No longer copy
3644         `outline-mode-map' explicitly - this is already done by
3645         `define-derived-mode'.
3647 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
3649         * server.el (server-visit-files): Use `when'.
3650         (server-process-filter): When authentication fails, send error
3651         message to client.  Wrap `process-send-region' in `ignore-errors'
3652         instead of `condition-case', and remove misleading comment.
3654 2006-11-01  Juri Linkov  <juri@jurta.org>
3656         * simple.el (yank): Doc fix.
3658 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3660         * server.el: Try and fit within 80 columns.
3661         (server-start): Make the auth file unreadable by other users.
3663 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3665         * battery.el (battery-linux-proc-acpi): Prevent range error when
3666         `full-capacity' is 0.
3668 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3670         * faces.el (faces-sample-overlay): New defvar.
3671         (faces-sample-overlay): New function to show face sample text.
3672         (describe-face): Use it.
3674 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
3676         * progmodes/ada-stmt.el: Change maintainer, apply
3677         whitespace-cleanup, checkdoc.
3678         (ada-func-or-proc-name): Add doc string.
3680         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
3681         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3682         strings and comments.
3683         (ada-prj-display-page): Change buffer name to more accurately
3684         reflect function.
3686         * progmodes/ada-xref.el: Change maintainer, apply
3687         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3688         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
3689         (ada-compile-current): Don't add newlines to commands.
3691 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
3693         * server.el: Add support for TCP sockets.
3694         (server-use-tcp, server-host, server-auth-dir): New options.
3695         (server-auth-key): New variable.
3696         (server-ensure-safe-dir): Create nonexistent parent dirs.
3697         Ignore Unix-style file modes on Windows.
3698         (server-start): Crete a TCP or Unix socket according to the value
3699         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
3700         `server-auth-dir' directory.
3701         (server-process-filter): Delete process if authentication
3702         fails (which never happens for Unix sockets).
3704 2006-10-30  David Kastrup  <dak@gnu.org>
3706         * subr.el (add-to-list): Don't continue checking if a match has
3707         been found.
3709 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
3711         * tutorial.el: Move defvars to avoid bytecomp warnings.
3712         (tutorial--find-changed-keys): Check if viper-current-state is
3713         bound before using it.
3714         (help-with-tutorial): Check if viper-tutorial is defined before
3715         using it.
3717 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3719         * help-fns.el (help-with-tutorial): Move to tutorial.el.
3721         * tutorial.el: New file.
3722         (help-with-tutorial): Move here from help-fns.el. Added help for
3723         rebound keys.  Fixed resume of tutorial.
3724         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
3725         (tutorial--find-changed-keys, tutorial--display-changes)
3726         (tutorial--saved-dir, tutorial--saved-file)
3727         (tutorial--save-tutorial): New functions to support the changes in
3728         help-with-tutorial.
3730 2006-10-30  Kenichi Handa  <handa@m17n.org>
3732         * files.el (revert-buffer): If a unibyte buffer is being reverted
3733         with a coding system for multibyte, set buffer multibyte before
3734         calling insert-file-contents.
3736 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * server.el (server-select-display): Use a dummy buffer to detect when
3739         the frame is later used.
3740         (server-select-display): New function.
3741         (server-process-filter): Use it to detect unused temp frames.
3743 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
3745         * progmodes/ada-mode.el: Change maintainer, apply
3746         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
3747         (ada-mode-version): New function.
3748         (ada-create-menu): Menu operations are available for all supported
3749         compilers.
3751 2006-10-29  Lars Hansen  <larsh@soem.dk>
3753         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
3754         Highlight as keyword.
3755         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
3756         Don't call tramp-method-out-of-band-p for local files.
3757         (tramp-touch): Quote file name.
3759 2006-10-28  Glenn Morris  <rgm@gnu.org>
3761         * calendar/calendar.el (cal-html-cursor-month)
3762         (cal-html-cursor-year): Add autoloads for this new package.
3763         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3765 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
3767         * calendar/cal-html.el: New file.
3769 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
3771         * emacs-lisp/authors.el (authors-aliases): Update.
3773 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
3775         * version.el (emacs-version): Bump version number to 22.0.90.
3777 2006-10-26  John W. Eaton  <jwe@octave.org>
3779         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
3780         New defvar.
3781         (inferior-octave-resync-dirs): Check to see whether Octave has
3782         built-in variables and set inferior-octave-has-built-in-variables.
3783         Check inferior-octave-has-built-in-variables to decide whether to
3784         send commands that set built-in variables or call functions to
3785         change Octave's behavior.
3786         Send "disp (pwd ())" to Octave instead of just "pwd".
3787         (inferior-octave-startup): Send "more off" to Octave instead of
3788         "page_screen_output = 0".
3790 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
3792         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
3793         pattern normally.
3795 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
3797         * bindings.el (mode-line-mode-menu): Remove bindings for global
3798         minor modes (line/column number) as they are on the menubar.
3800 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
3802         * term/w32-win.el (x-handle-name-switch): Doc fix.
3803         (w32-standard-fontset-spec): Fix typo in docstring.
3805         * midnight.el (midnight-buffer-display-time): Doc fix.
3806         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
3808 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3810         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
3812         * viper-ex.el (ex-read): Quote file argument.
3814         * ediff-diff.el (ediff-same-file-contents): Expand file names.
3816         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3818 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3820         * textmodes/flyspell.el (flyspell-check-region-doublons):
3821         Fix last fix.
3823 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3825         * bindings.el (mode-line-mode-menu): List global minor modes
3826         before local ones.
3828 2006-10-23  Kim F. Storm  <storm@cua.dk>
3830         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3831         (sit-for): If last command was a prefix arg, add the read-ahead
3832         event to unread-command-events as (t . EVENT) so it will be added
3833         to this-command-keys by read-key-sequence.
3835 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3837         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3838         whitespace when checking doublons.
3839         (flyspell-check-region-doublons): Fix doublon regexp.
3840         (flyspell-highlight-incorrect-region): Highlight doublons using
3841         flyspell-duplicate face.
3843         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3845 2006-10-22  John Wiegley  <johnw@newartisans.com>
3847         * progmodes/python.el (python-use-skeletons): python-mode was
3848         auto-inserting templates (for those with abbrev-mode on), not only
3849         by default -- *but without a configuration variable to disable
3850         it*.  This rendered python-mode completely useless for me, so I
3851         have added `python-use-skeletons', which is now off by default.
3853 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3855         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3856         font-lock-multiline is auto-local (it's not).
3857         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3858         initialized before calling cperl-init-faces.
3860 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3862         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3863         gdb-stack-position a value when there is no fringe.
3865         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3866         indicator if not visiting a file.
3868 2006-10-20  David Kastrup  <dak@gnu.org>
3870         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3871         operation would still cause some window to collapse later.
3873 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3875         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3876         side-effect due to mixing various backends's file properties.
3878         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3879         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3880         Return `filename's status if applicable.  Update callers.
3882 2006-10-19  Kenichi Handa  <handa@m17n.org>
3884         * international/kkc.el (kkc-region): When a key sequence is not
3885         defined, append (this-single-command-raw-keys) to
3886         unread-input-method-events.
3888 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
3890         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
3892 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3894         * version.el (emacs-version): Use mac-carbon-version-string.
3896         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
3898 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3900         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
3901         Kenichi Handa).
3902         (xselect-convert-to-string): Decline requests for UTF8_STRING if
3903         the selection is not UTF-8.
3905 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3907         * progmodes/ada-mode.el (ada-83-string-keywords)
3908         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
3909         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
3910         (ada-looking-at-semi-private, ada-get-body-name):
3911         Fix typos in docstrings.
3912         (ada-create-case-exception, ada-create-case-exception-substring):
3913         Fix typos in error messages.
3914         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
3916 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3918         * term/x-win.el (res-geometry): Don't set geometry from Xresources
3919         to default-frame-alist if default-frame-alist already contains
3920         width/height.
3922 2006-10-18  Richard Stallman  <rms@gnu.org>
3924         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
3925         Non-interactive arg is the value, not the expression.
3927         * simple.el (read-expression-map): Just set it, no defvar.
3929         * subr.el (insert-for-yank-1): If last inserted char has
3930         properties, mark them as rear-nonsticky.
3932         * recentf.el (recentf-mode): Doc fix.
3934         * facemenu.el (facemenu-add-new-face): Defend against symbol
3935         that isn't a face name.
3937         * dired-aux.el (dired-do-copy): Doc fix.
3939 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
3941         * simple.el (line-move-1): Ignore fields when moving to the
3942         beginning of line to avoid getting point stuck.
3944 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
3946         * textmodes/flyspell.el (flyspell-word-search-backward):
3947         Set inhibit-point-motion-hooks to avoid looping due to intangibile
3948         text.
3950 2006-10-16  Richard Stallman  <rms@gnu.org>
3952         * help-fns.el (describe-function-1): Special case optimization
3953         for self-insert-command.
3955 2006-10-16  Kim F. Storm  <storm@cua.dk>
3957         * ido.el (ido-reread-directory): Work in `dir' mode too.
3959 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
3961         * textmodes/table.el: Require 'regexp-opt.
3963 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3965         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
3966         Use shell-quote-argument.
3968         * shell.el (explicit-bash-args): Likewise.
3970         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
3971         Use grep -E rather than egrep.
3973 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3975         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
3977 2006-10-15  Kim F. Storm  <storm@cua.dk>
3979         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
3981 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3983         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
3984         to protect whitespace and metacharacters from the shell.
3986 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
3988         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
3990 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
3992         * subr.el (start-process-shell-command): Doc fix.
3994 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
3996         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
3997         the regexp for Maxima symbols.
3999 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4002         (vc-find-root): Don't walk higher up than ~.
4004 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
4006         * international/utf-8.el (utf-translate-cjk-load-tables):
4007         Avoid clobbering last-coding-system-used during load.
4009 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
4011         * textmodes/reftex-global.el (reftex-create-tags-file):
4012         Quote file arguments.
4014 2006-10-12  Richard Stallman  <rms@gnu.org>
4016         * files.el (file-name-history): Add defvar.
4017         (save-some-buffers-action-alist): Improve description strings.
4019 2006-10-12  Andreas Schwab  <schwab@suse.de>
4021         * files.el (auto-mode-alist): Match change log file name also with
4022         a dash before a numeric extension.
4024 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
4026         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4027         After 5.0:
4028         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4030         After 5.1: Major edit.  Summary of most visible changes:
4032         - Multiple <<HERE per line allowed.
4033         - Handles multiline subroutine declaration headers (with comments).
4034           (The exception is `cperl-etags' - but it is not used in the rest
4035           of the mode.)
4036         - Fontifies multiline my/our declarations (even with comments,
4037           and with legacy `font-lock').
4038         - Major speedup of syntaxification, both immediate and postponed
4039           (3.5x to 15x [for different CPUs and versions of Emacs] on the
4040           huge real-life document I tested).
4041         - New bindings, edits to imenu.
4042         - "_" is made into word-char during fontification/syntaxification;
4043           some attempts to recognize non-word "_" during other operations too.
4044         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4045         - autoload some more perldoc-related stuff
4046         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4047         - Attempt to incorporate XEmacs edits which reached me.
4049         Fine-grained changelog:
4050         (cperl-hook-after-change): New configuration variable.
4051         (cperl-vc-sccs-header): Likewise.
4052         (cperl-vc-sccs-header): Likewise.
4053         (cperl-vc-header-alist): Default via two preceding variables.
4054         (cperl-invalid-face): Remove double quoting under XEmacs
4055                 (still needed under 21.2).
4056         (cperl-tips): Update URLs for resources.
4057         (cperl-problems): Likewise.
4058         (cperl-praise): Mention new features.
4059         New C-c key bindings: for `cperl-find-bad-style',
4060         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4061         `cperl-perdoc', and `cperl-perldoc-at-point'.
4062         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
4063         moved, new submenu of Tools with Ispell entries and narrowing.
4064         (cperl-after-sub-regexp): New defsubst.
4065         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4066                 Allows heads up to head4.
4067                 Allow "package;".
4068         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4069         (paren-backwards-message): ??? Something for XEmacs???
4070         (cperl-mode): Never auto-switch abbrev-mode off.
4071                 Try to allow '_' be non-word char.
4072                 Do not use `font-lock-unfontify-region-function' on XEmacs.
4073                 Reset syntax cache on mode start.
4074                 Support multiline facification (even on legacy `font-lock').
4075         (cperl-facemenu-add-face-function): ??? Some contributed code ???
4076         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4077                 refuse to inform us whether the fontification is due to lazy
4078                 calling or due to edit to a buffer, install our own hook
4079                 (controlled by `cperl-hook-after-change').
4080         (cperl-electric-pod): =cut may have been recognized as start.
4081         (cperl-block-p): Move, updatedfor attributes.
4082         (cperl-calculate-indent): Try to allow '_' be non-word char
4083                 Support subs with attributes.
4084         (cperl-where-am-i): Queit (?) a warning.
4085         (cperl-cached-syntax-table)     New function.
4086         (cperl-forward-re): Use `cperl-cached-syntax-table'.
4087         (cperl-unwind-to-safe): Recognize `syntax-type' property
4088                 changing in a middle of line.
4089         (cperl-find-sub-attrs): New function.
4090         (cperl-find-pods-heres): Allow many <<EOP per line.
4091                 Allow subs with attributes.
4092                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4093                 Recognize "extproc " (OS/2) case-folded and only at start.
4094                 /x on s///x with empty replacement was not recognized.
4095                 Better comments.
4096         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4097                 Allow subs with attributes, labels.
4098                 Do not confuse "else::foo" with "else".
4099                 Minor optimizations...
4100         (cperl-after-expr-p): Try to allow '_' be non-word char.
4101         (cperl-fill-paragraph): Try to detect a major bug in Emacs
4102                 with `looking-at' inside `narrow' and bulk out if found.
4103         (cperl-imenu--create-perl-index): Updates for new
4104                 `cperl-imenu--function-name-regexp-perl'.
4105         (cperl-outline-level): Likewise.
4106         (cperl-init-faces): Allow multiline subroutine headers
4107                 and my/our declarations, and ones with comments.
4108                 Allow subroutine attributes.
4109         (cperl-imenu-on-info): Better docstring.
4110         (cperl-etags): Rudimentary support for attributes.
4111                 Support for packages and "package;".
4112         (cperl-add-tags-recurse-noxs): Better (?) docstring.
4113         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4114         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4115         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4116         (cperl-perldoc): Add autoload.
4117         (cperl-perldoc-at-point): Likewise.
4118         (cperl-here-doc-spell): New function.
4119         (cperl-pod-spell): Likewise.
4120         (cperl-map-pods-heres): Likewise.
4121         (cperl-get-here-doc-region): Likewise.
4122         (cperl-font-lock-fontify-region-function): Likewise (backward
4123                 compatibility for legacy `font-lock').
4124         (cperl-font-lock-unfontify-region-function): Fix style.
4125         (cperl-fontify-syntaxically): Recognize and optimize away deferred
4126                 calls with no-change.  Governed by `cperl-hook-after-change'.
4127         (cperl-fontify-update): Recognize that syntaxification region
4128                 can be larger than fontification one.
4129                 XXXX we leave `cperl-postpone' property, so this is quadratic...
4130         (cperl-fontify-update-bad): Temporary placeholder until
4131                 it is clear how to implement `cperl-fontify-update'.
4132         (cperl-time-fontification): New function.
4133         (attrib-group): New text attribute.
4134         (multiline): New value: `syntax-type' text attribute.
4136         After 5.2:
4137         (cperl-emulate-lazy-lock): New function.
4138         (cperl-fontify-syntaxically): Would skip large regions.
4139         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4140         Some globals were declared, but uninitialized.
4142         After 5.3, 5.4:
4143         (cperl-facemenu-add-face-function): Add docs, fix U<>.
4144         Copyright message updated.
4145         (cperl-init-faces): Work around a bug in `font-lock'. May slow
4146                         facification down a bit.
4147                 Misprint for my|our|local for old `font-lock'
4148                         "our" was not fontified same as "my|local".
4149                 Highlight variables after "my" etc even in
4150                         a middle of an expression.
4151                 Do not facify multiple variables after my etc
4152                         unless parentheses are present.
4154         After 5.5, 5.6
4155         (cperl-fontify-syntaxically): after-change hook could reset.
4156         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4158         After 5.7:
4159         (cperl-init-faces): Allow highlighting of local ($/).
4160         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4161         (cperl-problems): Remove fixed problems.
4162         (cperl-find-pods-heres): Recognize #-comments in m##x too.
4163                 Recognize charclasses (unless delimiter is \).
4164         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4165         (cperl-regexp-scan): Update docs.
4166         (cperl-beautify-regexp-piece): Use information got from regexp scan.
4168         After 5.8:
4169         Major user visible changes:
4170         Recognition and fontification of character classes in RExen.
4171         Variable indentation of RExen according to groups.
4173         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4174                 Fontify REx charclasses in variable-name face.
4175                 Fontify POSIX charclasses in "type" face.
4176                 Fontify unmatched "]" in function-name face.
4177                 Mark first-char of HERE-doc as `front-sticky'.
4178                 Reset `front-sticky' property when needed.
4179         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4180         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4181         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4182                 constructs.  Support `narrow'ed buffers.
4183         (cperl-praise): Remove a reservation.
4184         (cperl-make-indent): New function.
4185         (cperl-indent-for-comment): Use `cperl-make-indent'.
4186         (cperl-indent-line): Likewise.
4187         (cperl-lineup): Likewise.
4188         (cperl-beautify-regexp-piece): Likewise.
4189         (cperl-contract-level): Likewise.
4190         (cperl-toggle-set-debug-unwind): New function.
4191                 New menu entry for this.
4192         (fill-paragraph-function): Use when `boundp'.
4193         (cperl-calculate-indent): Take into account groups when indenting RExen.
4194         (cperl-to-comment-or-eol): Recognize # which end a string.
4195         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4196         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4197         (cperl-fontify-syntaxically): More clear debugging message.
4198         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4199         (cperl-init-faces): More complicated highlight even on XEmacs (new).
4200         Merge cosmetic changes from XEmacs.
4202         After 5.9:
4203         (cperl-1+): Move to before the first use.
4204         (cperl-1-): Likewise.
4206         After 5.10:
4208         This code may lock Emacs hard!!!  Use at your own risk!
4210         (cperl-font-locking): New internal variable.
4211         (cperl-beginning-of-property): New function.
4212         (cperl-calculate-indent): Use `cperl-beginning-of-property'
4213         instead of `previous-single-property-change'.
4214         (cperl-unwind-to-safe): Likewise.
4215         (cperl-after-expr-p): Likewise.
4216         (cperl-get-here-doc-region): Likewise.
4217         (cperl-font-lock-fontify-region-function): Likewise.
4218         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4219                         recursively.
4220                 Bound `next-single-property-change' via `point-max'.
4221         (cperl-unwind-to-safe): Bound likewise
4222         (cperl-font-lock-fontify-region-function): Likewise.
4223         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4224                 Initialization of `cperl-font-lock-multiline-start' could be
4225                 missed if the "main" fontification did not run due to the
4226                 keyword being already fontified.
4227         (cperl-pod-spell): Return t from do-one-chunk function.
4228         (cperl-map-pods-heres): Stop when the worker returns nil.
4229                 Call `cperl-update-syntaxification'.
4230         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4231         (cperl-get-here-doc-delim): Remove unused function.
4233         After 5.11:
4235         The possible lockup of Emacs (introduced in 5.10) fixed.
4237         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4238         (cperl-syntaxify-for-menu): New customization variable.
4239         (cperl-select-this-pod-or-here-doc): New function.
4240         (cperl-get-here-doc-region): Extra argument.
4241                 Do not adjust pos by 1.
4243         New menu entries
4244                 (Perl/Tools): Selection of current POD or HERE-DOC section.
4245                 (Debugging CPerl:) backtrace on fontification.
4247         After 5.12:
4248         (cperl-cached-syntax-table): Use `car-safe'.
4249         (cperl-forward-re): Remove spurious argument SET-ST.
4250                 Add documentation.
4251         (cperl-forward-group-in-re): New function.
4252         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4253         (XXXX Temporary (?) hack is to syntax-mark them as comment).
4255         After 5.13:
4256         (cperl-string-syntax-table): Make { and } not-grouping
4257           (Sometimes they ARE grouping in RExen, but matching them would only
4258            confuse in many situations when they are not)
4259         (beginning-of-buffer): Replace two occurences with goto-char...
4260         (cperl-calculate-indent): `char-after' could be nil...
4261         (cperl-find-pods-heres): REx can start after "[" too.
4262                 Hightlight (??{}) in RExen too.
4263         (cperl-maybe-white-and-comment-rex): New constant
4264         (cperl-white-and-comment-rex): Likewise.
4265                 XXXX Not very efficient, but hard to make
4266                 better while keeping 1 group.
4268         After 5.13:
4269         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4270                 Likewise for 1 << identifier.
4272         After 5.14:
4273         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4274                 Error-less condition-case could fail.
4275         (cperl-font-lock-fontify-region-function): Likewise.
4276         (cperl-init-faces): Likewise.
4278         After 5.15:
4279         (cperl-find-pods-heres): Support property REx-part2.
4280         (cperl-calculate-indent): Likewise.
4281                 Don't special-case REx with non-empty 1st line.
4282         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4283                 Invert highlighting of charclasses:
4284                         now the envelop is highlighted.
4285                 Highlight many others 0-length builtins.
4286         (cperl-praise): Mention indenting and highlight in RExen.
4288         After 5.15:
4289         (cperl-find-pods-heres): Highlight capturing parens in REx.
4291         After 5.16:
4292         (cperl-find-pods-heres): Highlight '|' for alternation
4293         Initialize `font-lock-warning-face' if not present.
4294         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4295                          `font-lock-function-name-face'.
4296         (cperl-look-at-leading-count): Likewise.
4297         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4298                         `font-lock-keyword-face' (needed for
4299                         batch processing), etc...
4300                 Use `font-lock-builtin-face' for builtin in REx
4301                         Now `font-lock-variable-name-face'
4302                         is used for interpolated variables
4303                 Use "talking aliases" for faces inside REx
4304                 Highlight parts of REx (except in charclasses)
4305                         according to the syntax and/or semantic
4306                 Syntax-mark a {}-part of (?{}) as "comment"
4307                         (it was the ()-part)
4308                 Better logic to distinguish what is what in REx
4309         (cperl-tips-faces): Document REx highlighting
4310         (cperl-praise): Mention REx syntax highlight etc.
4312         After 5.17:
4313         (cperl-find-sub-attrs): Would not always manage to print error message.
4314         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4316         After 5.18:
4317         (cperl-find-pods-heres): Misprint in REx for parsing REx.
4318                 Very minor optimization.
4319                 `my-cperl-REx-modifiers-face' got quoted.
4320                 Recognize "print $foo <<END" as HERE-doc.
4321                 Put `REx-interpolated' text attribute if needed.
4322         (cperl-invert-if-unless-modifiers): New function.
4323         (cperl-backward-to-start-of-expr): Likewise.
4324         (cperl-forward-to-end-of-expr): Likewise.
4325         (cperl-invert-if-unless): Works in "the opposite way" too.
4326                 Cursor position on return is on the switch-word.
4327                 Indents comments better.
4328         (REx-interpolated): New text attribute.
4329         (cperl-next-interpolated-REx): New function.
4330         (cperl-next-interpolated-REx-0): Likewise.
4331         (cperl-next-interpolated-REx-1): Likewise.
4332         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
4333         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4334         (cperl-praise): Mention finded interpolated RExen.
4336         After 5.19:
4337         (cperl-init-faces): Highlight %$foo, @$foo too.
4338         (cperl-short-docs): Better docs for system, exec.
4339         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4340                 Would not find HERE-doc ended by EOF without NL.
4341         (cperl-short-docs): Correct not-doubled \-escapes.
4342         start block: Put some `defvar' for stuff gone from XEmacs.
4344         After 5.20:
4345         initial comment: Extend copyright, fix email address.
4346         (cperl-indent-comment-at-column-0): New customization variable.
4347         (cperl-comment-indent): Indentation after $#a would increasy by 1.
4348         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4349         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4350         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4351         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4352                         highlight $ in $foo too (UNTESTED).
4353         (cperl-set-style): Docstring missed some available styles.
4354         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4355                 Change "Current" to "Memorize Current".
4356         (cperl-indent-wrt-brace): New customization variable; the default is
4357                 as for pre-5.2 version.
4358         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4359         (cperl-style-alist): Likewise.
4360         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4361                 and `cperl-extra-newline-before-brace' etc
4362                 being t
4363         (cperl-indent-exp): Plans B and C to find continuation blocks even
4364                 if `cperl-extra-newline-before-brace' is t.
4366         After 5.21:
4367         Improve some docstrings concerning indentation.
4368         (cperl-indent-rules-alist): New variable.
4369         (cperl-sniff-for-indent): New function name
4370                 (separated from `cperl-calculate-indent').
4371         (cperl-calculate-indent): Separate the sniffer and the indenter;
4372                 uses `cperl-sniff-for-indent' now.
4373         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4374                 was inverted;
4375                 Support `comment-column' = 0.
4377 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
4379         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4380         * help-at-pt.el (scan-buf-move-to-region): Likewise.
4381         * longlines.el (longlines-window-change-function): Likewise.
4382         * simple.el (undo-ask-before-discard): Likewise.
4383         * wid-edit.el (widget-field-prompt-internal)
4384         (widget-documentation-link-p): Likewise.
4386 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4388         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4389         for a keyword.
4391 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * newcomment.el (comment-valid-prefix-p): Make the check
4394         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
4395         (comment-indent-new-line): Adjust call.
4397 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
4399         * allout.el (allout-back-to-current-heading): Base on lower-level
4400         routines to get proper disqualification of aberrant topics.
4402 2006-10-09  Richard Stallman  <rms@gnu.org>
4404         * textmodes/two-column.el (2C-two-columns): Doc fix.
4406 2006-10-09  Kim F. Storm  <storm@cua.dk>
4408         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4409         about implicit use.
4411 2006-10-08  Richard Stallman  <rms@gnu.org>
4413         * textmodes/two-column.el (2C-two-columns): Doc fix.
4415 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4417         * files.el: Mark `buffer-read-only' as safe-local-variable.
4419 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
4421         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4422         Burp if GUD buffer has been killed.
4424 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4426         * completion.el (add-completions-from-c-buffer):
4427         Don't presume an error's second element is a string.
4428         Use looking-at rather than buffer-substring + member.
4430 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
4432         * mail/rmail.el (rmail-redecode-body): If the old encoding is
4433         `undecided', call find-coding-systems-region to find a proper
4434         non-trivial encoding.
4435         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4436         and "text/plain".
4438 2006-10-07  Kevin Ryde  <user42@zip.com.au>
4440         * textmodes/reftex-vars.el (defgroup reftex): Update home page
4441         url-link.
4443         * strokes.el (defgroup strokes): Remove invalid url-link.
4445 2006-10-07  Magnus Henoch  <mange@freemail.hu>
4447         * autoinsert.el (auto-insert-alist): Doc fix.
4449 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4451         * mouse-sel.el (mouse-insert-selection-internal):
4452         Use insert-for-yank, so that yank handlers are run.
4454 2006-10-07  Kim F. Storm  <storm@cua.dk>
4456         * ido.el (ido-file-extension-aux): Fix comparison.
4458 2006-10-06  Kim F. Storm  <storm@cua.dk>
4460         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4462 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
4464         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4465         (ad-make-mapped-call): Use `let', not `let*'.
4467 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
4469         * international/mule-cmds.el (coding-system-change-eol-conversion):
4470         Ensure the coding system is initialized before calling
4471         coding-system-eol-type.
4473 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
4475         * textmodes/org.el (org-rm-props, org-activate-plain-links)
4476         (org-activate-angle-links, org-activate-dates)
4477         (org-activate-target-links, org-activate-camels)
4478         (org-activate-tags): Add `rear-nonsticky' text property to avoid
4479         textproperty keymaps from being active beyond the end of a line.
4480         (org-unfontify-region): Also remove `rear-nonsticky' property.
4482 2006-10-04  Kenichi Handa  <handa@m17n.org>
4484         * international/code-pages.el (next): Table fixed.
4486 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4489         that it's been made unnecessary by removing narrowing.
4491 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4493         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4494         control flow a bit, simplify another bit, and add comments.
4496 2006-10-03  David Kastrup  <dak@gnu.org>
4498         * help.el (describe-mode): For clicks on mode-line, use "@"
4499         interactive argument to get the major mode of the click instead of
4500         the current buffer.
4502         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4503         in order to better redirect mouse-2 clicks.  Also allow default
4504         bindings to apply.
4506 2006-10-03  Kim F. Storm  <storm@cua.dk>
4508         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
4509         (pushnew): Fix last change.
4511 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
4513         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4514         Use the interactive spec of `eval-expression'.
4516 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4518         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
4520 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4522         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
4523         2006-09-28 commit.
4525 2006-10-02  Kenichi Handa  <handa@m17n.org>
4527         * international/code-pages.el (iso-8859-6): Table fixed.
4529 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
4531         * dired.el (dired-build-subdir-alist): Fix previous change.
4533 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
4535         * simple.el (undo-elt-crosses-region): Fix the inequalities.
4537 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4539         * emacs-lisp/find-func.el (find-function-regexp): Don't match
4540         "define-button-type".
4542         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
4543         they don't keep accumulating.
4545 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4547         * ffap.el (ffap-rfc-path): Change the address of the RFC
4548         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
4550 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
4552         * allout.el (allout-expose-topic): Rectify implementation of "+"
4553         spec, so that bodies are not exposed with headlines.
4555 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
4557         * allout.el (allout-current-depth): Do aberrent check only at or
4558         below doublecheck depth.
4559         (allout-chart-subtree): Make it explicit that LEVELS being nil
4560         means unlimited depth.  Drop undocumented support for LEVELS value
4561         t meaning unlimited depth.  (This is consistent with
4562         allout-chart-to-reveal, but contrary to allout-show-children,
4563         which needs to use nil to default to depth of 1.)
4564         (allout-goto-prefix-doublechecked): Wrap long docstring line.
4565         (allout-chart-to-reveal): Be explicit in docstring about meaning
4566         of nil LEVELS, and drop support for LEVELS value t.
4567         (allout-show-children): Translate the level spec used by this
4568         routine to that used by allout-chart-subtree and
4569         allout-chart-to-reveal.
4570         (allout-show-to-offshoot): Retry once when stuck, after opening
4571         subtree - improvements in discontinuity handling likely will
4572         enable progress.
4574 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
4576         * wid-edit.el (widget-button-click-moves-point): New variable.
4577         (widget-button-click): If widget-button-click-moves-point is
4578         non-nil, set point after performing the button action
4580         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
4582 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
4584         * files.el (find-file-existing): Modify to not allow wildcards.
4586 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4588         * simple.el (undo-more): When undo information for the region is
4589         exhausted, say "No further undo information FOR REGION".
4591 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4593         * progmodes/sh-script.el (sh-prev-thing):
4594         Take `sh-leading-keywords' into account.
4596 2006-09-29  Glenn Morris  <rgm@gnu.org>
4598         * custom.el (defcustom): Doc fix.
4600         * calendar/calendar.el (european-calendar-style):
4601         Call european-calendar or american-calendar as needed when set.
4602         (diary-view-entries, list-calendar-holidays): Move autoloads
4603         before use.
4605 2006-09-29  Juri Linkov  <juri@jurta.org>
4607         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4608         to nil if there is no previous property change.
4610 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4612         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
4613         saving anything to be sure that `forward-sexp' behaves correctly.
4615 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
4617         * simple.el (line-move-finish): Ignore field boundaries if the
4618         initial and final points have the same `field' property.
4620 2006-09-29  Kim F. Storm  <storm@cua.dk>
4622         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
4623         to t while calling ido-read-internal.
4625 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
4627         * textmodes/org.el (org-file-remote-p): Get regexp from list.
4628         (org-archive-subtree): Remove erraneous `]' from character list.
4630 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
4632         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
4633         (ses-reconstruct-all): Make undo of "insert row" work by keeping
4634         markers for data-area and parameters-area.
4636 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4638         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
4640         * font-lock.el (font-lock-after-change-function): Refontify next line
4641         as well if end is at BOL.
4642         (font-lock-extend-jit-lock-region-after-change): Be more careful to
4643         only extend the region as much as needed.
4645 2006-09-28  Richard Stallman  <rms@gnu.org>
4647         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4649         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
4651         * international/mule.el (after-insert-file-set-coding):
4652         If VISIT, don't let set-buffer-multibyte make undo info.
4654 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
4656         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
4657         lines in base64-encoded authentication response.
4659 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4661         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
4662         (ebnf-version): New version 4.3.
4663         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
4664         (ebnf-prologue): Adjust PostScript programming.
4665         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
4666         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
4668 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4670         * jit-lock.el (jit-lock-force-redisplay): Rename from
4671         jit-lock-fontify-again, and undo the mistaken change I've just done.
4673         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
4674         (jit-lock-fontify-again): Don't refontify text that's not displayed.
4676 2006-09-26  Kenichi Handa  <handa@m17n.org>
4678         * startup.el (display-splash-screen): Allow a prefix argument.
4680 2006-09-25  Jason Rumney  <jasonr@gnu.org>
4682         * subr.el (shell-quote-argument): Use DOS logic for Windows
4683         shells with DOS semantics.
4685 2006-09-24  Richard Stallman  <rms@gnu.org>
4687         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
4688         (compilation-goto-locus): Use compilation-goto-locus-delete-o
4689         to delete the overlay.  Put it on pre-command-hook.
4691         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
4693         * startup.el (fancy-splash-screens, normal-splash-screen):
4694         Call the splash buffer *About GNU Emacs*.
4696         * simple.el (next-error-highlight, next-error-highlight-no-select):
4697         Default to 0.5.
4698         (yank-excluded-properties): Add `fontified'.
4700         * font-lock.el (font-lock-compile-keywords): Allow value of
4701         syntax-begin-function to enable paren-column-0 highlighting.
4703 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
4705         * dired.el (dired-build-subdir-alist): When file ends in colon,
4706         don't exit the loop, just disregard that file.
4708 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
4710         * simple.el (line-move-finish): Handle corner case for fields in
4711         continued lines.
4712         (line-move-1): Remove flawed test for that case.
4714 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
4716         * icomplete.el (icomplete-simple-completing-p): Use the correct
4717         name for the new variable, `icomplete-with-completion-tables'.
4718         (file local variables): Remove superfluous setting.
4720 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4722         * calendar/appt.el (appt-check): Fix typo for appointments just
4723         after midnight.
4725 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
4727         * help.el (describe-key-briefly, describe-key): Don't expect an
4728         extra up event if a down-event is generated by a popup menu.
4730 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
4732         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
4733         local dictionary when changing the global dictionary.
4735 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
4737         * icomplete.el (icomplete-with-completion-tables): List of
4738         specialized completion tables with which icomplete should
4739         operate.  Include the new `internal-complete-buffer', so icomplete
4740         works with interactive buffer-selection.
4741         (icomplete-simple-completing-p): Add acceptance of specialized
4742         completion tables listed in icomplete-with-completion-tables.
4744 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4746         * frame.el (focus-follows-mouse): Set default to nil on Mac.
4748         * startup.el (command-line): Use `custom-reevaluate-setting' for
4749         `focus-follows-mouse'.
4751 2006-09-22  Richard Stallman  <rms@gnu.org>
4753         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
4754         explain why Save is not available.
4756 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
4758         * woman.el (woman0-so): Use `let*', not `let'.
4759         (woman-horizontal-line): Remove unbalanced parenthesis.
4761 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * woman.el: Make sure all the end-of-region markers we use have
4764         a non-nil insertion-type.
4765         (woman0-so): Move things around so we can use copy-marker.
4766         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
4767         Adjust marker type.
4768         (woman2-process-escapes): Check marker type.
4769         (woman-horizontal-line): Dispense with the use of a marker.
4771 2006-09-22  Jay Belanger  <belanger@truman.edu>
4773         * calc/calc-lang.el: Add Greek letters to math-variable-table
4774         property of tex.
4776 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
4778         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
4780 2006-09-22  Masatake YAMATO  <jet@gyve.org>
4782         * add-log.el (add-log-current-defun): Use `forward-sexp'
4783         instead of `forward-word' to pick c++::symbol.
4784         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
4786 2006-09-22  Kenichi Handa  <handa@m17n.org>
4788         * bindings.el: Fix setting self-insert-command for multibyte
4789         characters in global-map.
4791 2006-09-21  David Kastrup  <dak@gnu.org>
4793         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
4794         doc string.
4796 2006-09-21  Kenichi Handa  <handa@m17n.org>
4798         * language/european.el ("Latin-1"): Add windows-1252 to
4799         coding-priority.
4800         ("German"): Likewise.
4802 2006-09-21  Kim F. Storm  <storm@cua.dk>
4804         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
4805         Suggested by Miles Bader.
4807         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
4808         instead of add-to-list in the simple case.
4810 2006-09-20  Kenichi Handa  <handa@m17n.org>
4812         * isearch.el (isearch-process-search-char): Cancel the previous change.
4813         (isearch-search-string): New function.
4814         (isearch-search): Use isearch-search-string.
4815         (isearch-lazy-highlight-search): Likewise.
4817 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4819         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4820         string to become an option.
4822 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4826 2006-09-20  Kim F. Storm  <storm@cua.dk>
4828         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4829         position t instead of trying both window-end and window-end - 1.
4831 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4833         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4834         hidden trees.
4836 2006-09-20  David Kastrup  <dak@gnu.org>
4838         * mouse.el (mouse-posn-property): Improve doc string.
4839         (mouse-on-link-p): Change buffers for function calls on links.
4841         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4842         buffer is read-only.
4844 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4846         * allout.el (allout-unprotected): Let inhibit-read-only only when
4847         buffer-read-only isn't set.
4848         (allout-annotate-hidden): Enable topic annotation during copies even
4849         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4850         advances, even when the span extends beyond the deletion region.
4851         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4852         rather than allout-exposure-changed-hook, as a stronger assertion.
4853         (allout-keybindings-list): Add bindings for
4854         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4855         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4856         Copy wrappers for allout-kill-line and allout-kill-topic.
4857         (allout-listify-exposed): Position correctly to accumulate lines.
4859 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4861         * simple.el (line-move-1): Escape field boundaries occurring
4862         exactly at point.  Update goal column if constrained to a field.
4863         (line-move-finish): Escape field boundaries occurring exactly at point.
4865 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4868         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4870 2006-09-19  Kim F. Storm  <storm@cua.dk>
4872         * help.el (describe-key-briefly, describe-key): Simplify printing
4873         of descriptions by using format and %S.  Fix "is undefined"
4874         messages to say "at that spot" for mouse events.
4876         * simple.el (line-move-partial): Optimize.  Try window-line-height
4877         before posn-at-point to get vpos of current line.
4879 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4881         * viper.el: Bump up version/date of update to reflect the substantial
4882         changes done in August 2006.
4884         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4885         are defined.
4887         * ediff-util.el (ediff-add-to-history): New function.
4889         * ediff.el: Use ediff-add-to-history instead of add-to-history.
4891 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4893         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
4894         Delete duplicate make-local-variable form.
4895         (conf-space-keywords): Add autoload cookie.
4896         Fix typo (`keywords', not `keyword').
4898 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4900         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
4901         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
4902         to x-gtk-use-old-file-dialog
4904 2006-09-18  Richard Stallman  <rms@gnu.org>
4906         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
4907         that might come in during mouse tracking.
4909 2006-09-18  Kim F. Storm  <storm@cua.dk>
4911         * simple.el (line-move-partial): Rework 2006-09-15 change to use
4912         new window-line-height function.  Further optimize by not calling
4913         pos-visible-in-window-p for window-end when window-line-height
4914         returns useful information.
4916 2006-09-16  Richard Stallman  <rms@gnu.org>
4918         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
4919         (conf-space-mode): Don't handle prefix arg.
4920         Delete conf-space-keywords-override code.
4921         Use add-hook.
4922         (conf-space-keywords): New command.
4923         (conf-space-mode-internal): Be careful with imenu-generic-expression.
4924         Delete conf-space-keywords-override code.
4925         (conf-space-keywords-alist): Doc fix.
4926         (conf-space-font-lock-keywords): Doc fix.
4927         (conf-space-keywords-override): Var deleted.
4929 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4931         * startup.el (fancy-splash-screens): Don't switch to the scratch
4932         buffer; it may not be the next buffer.
4934 2006-09-16  Romain Francoise  <romain@orebokech.com>
4936         * saveplace.el (load-save-place-alist-from-file): Use expanded name
4937         in both messages.
4939 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
4941         * progmodes/python.el (python-preoutput-filter):
4942         Fix arg order to string-match.
4944 2006-09-16  Richard Stallman  <rms@gnu.org>
4946         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
4947         font-lock-compile-keywords.
4949         * font-lock.el (font-lock-compile-keywords): Rename optional arg
4950         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
4952 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4954         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
4956         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
4957         and the data doesn't look like UTF8, send STRING instead.
4959 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
4961         * textmodes/flyspell.el (flyspell-check-region-doublons):
4962         New function to detect duplicated words.
4963         (flyspell-large-region): Use it.
4965 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4967         * simple.el (line-move-to-column): Revert 2006-08-03 change.
4969 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
4971         * help.el (describe-prefix-bindings): Use let, not let*.
4973 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
4975         * allout.el (allout-regexp, allout-line-boundary-regexp)
4976         (allout-bob-regexp): Correct grouping and boundaries to fix
4977         backwards traversal.
4978         (allout-depth-specific-regexp, allout-depth-one-regexp):
4979         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
4980         worse time in allout-ascend.
4981         (allout-doublecheck-at-and-shallower): Identify depth threshold
4982         below which topics are checked for and disqualified by containment
4983         discontinuities.
4984         (allout-hotspot-key-handler): Correctly handle multiple-key
4985         strokes.  Remove some unused variables.
4986         (allout-mode-leaders): Clarify that mode-specific comment-start
4987         will be used.
4988         (set-allout-regexp): Correctly regexp-quote allout regexps to
4989         properly accept alternative header-leads and primary bullets with
4990         regexp-specific characters (eg, C "/*", mathematica "(*").
4991         Include new regular expressions among those configured.
4992         (allout-infer-header-lead-and-primary-bullet):
4993         Rename allout-infer-header-lead.
4994         (allout-recent-depth): Manifest as a variable as well as a function.
4995         (allout-prefix-data): Simplify into an inline instead of a macro,
4996         assuming current match data rather than being explicitly passed
4997         it.  Establish allout-recent-depth value as well as
4998         allout-recent-prefix-beginning and allout-recent-prefix-end.
4999         (allout-aberrant-container-p): True when an item's immediate
5000         offspring discontinuously contained.  Useful for disqualifying
5001         unintended topic prefixes, likely at low depths.
5002         (allout-goto-prefix-doublechecked): Elaborate version of
5003         allout-goto-prefix which disqualifies aberrant pseudo-items.
5004         (allout-pre-next-prefix): Layer on top of lower-level routines, to
5005         get disqualification of aberrant containers.
5006         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5007         containers.
5008         (allout-beginning-of-current-entry): Position at start of buffer
5009         when in container (depth 0) entry.
5010         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5011         (allout-current-bullet): Strip text properties.
5012         (allout-get-prefix-bullet): Use right match groups.
5013         (allout-beginning-of-line, allout-next-heading):
5014         Disqualify aberrant containers.
5015         (allout-previous-heading): Disqualify aberrant containers, and
5016         change to regular (rather than inline) function, to allow
5017         self-recursion.
5018         (allout-get-invisibility-overlay): Increment so progress is made
5019         when the first overlay is not the sought one.
5020         (allout-end-of-prefix): Disqualify aberrant containers.
5021         (allout-end-of-line): Cycle something like allout-beginning-of-line.
5022         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5023         outline.el outlines) functional again.  Change the primary bullet
5024         along with the header-lead - level 1 new-style bullets now work.
5025         Engage allout-before-change-handler in mainline Emacs, not just
5026         XEmacs, to do undo handling.
5027         (allout-before-change-handler): Expose undo changes occurring in
5028         hidden regions.  Use allout-get-invisibility-overlay instead of
5029         reimplementing it inline.
5030         (allout-chart-subtree): Use start rather than end of prefix in
5031         charts.  Use allout-recent-depth variable.
5032         (allout-chart-siblings): Disqualify aberrant topics.
5033         (allout-beginning-of-current-entry): Position correctly.
5034         (allout-ascend): Use new allout-depth-specific-regexp and
5035         allout-depth-one-regexp for linear instead of O(N^2) or worse
5036         behavior.
5037         (allout-ascend-to-depth): Depend on allout-ascend, rather than
5038         reimplementing an algorithm.
5039         (allout-up-current-level): Depend on allout-ascend, rather than
5040         reimplementing an algorithm.  Return to start-point if we fail.
5041         (allout-descend-to-depth): Use allout-recent-depth variable
5042         instead of function.
5043         (allout-next-sibling): On traversal of numerous intervening
5044         topics, resort to economical allout-next-sibling-leap.
5045         (allout-next-sibling-leap): Specialized version of
5046         allout-next-sibling that uses allout-ascend cleverly, to depend on
5047         a regexp search to leap large numbers of contained topics, rather
5048         than arbitrarily many one-by-one traversals.
5049         (allout-next-visible-heading): Disqualify aberrant topics.
5050         (allout-previous-visible-heading): Position consistently when
5051         interactive.
5052         (allout-forward-current-level): Base on allout-previous-sibling
5053         rather than (differently) reimplmenting the algorithm.  Remove some
5054         unused variables.
5055         (allout-solicit-alternate-bullet): Present default choice stripped
5056         of text properties.
5057         (allout-rebullet-heading): Use bullet stripped of text properties.
5058         Register changes using allout-exposure-change-hook.
5059         Disregard aberrant topics.
5060         (allout-shift-in): With universal-argument, make topic a peer of
5061         it's former offspring.  Simplify the code by separating out
5062         allout-shift-out functionality.
5063         (allout-shift-out): With universal-argument, make offspring peers
5064         of their former container, and its siblings.  Implement the
5065         functionality here, rather than inappropriately muddling the
5066         implementation of allout-shift-in.
5067         (allout-rebullet-topic): Respect additional argument for new
5068         parent-child separation function.
5069         (allout-yank-processing): Use allout-ascend directly.
5070         (allout-show-entry): Disqualify aberrant topics.
5071         (allout-show-children): Handle discontinuous children gracefully,
5072         extending the depth being revealed to expose them and posting a
5073         message indicating the situation.
5074         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5075         Leave cursor in correct position.
5076         (allout-hide-current-subtree): Use allout-ascend directly.
5077         Disqualify aberrant topics.
5078         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5079         a way that the yanks can restore it, as used to happen.
5080         (allout-yank-processing): Restore exposure layout as recorded by
5081         allout-kill-*, as used to happen.
5082         (allout-annotate-hidden, allout-hide-by-annotation): New routines
5083         for preseving and restoring exposure layout across kills.
5084         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5085         (allout-encrypt-string): Strip text properties.
5086         Rearranged order and outline-headings for some of the
5087         miscellaneous functions.
5088         (allout-resolve-xref): No need to quote the error name in the
5089         condition-case handler section.
5090         (allout-flatten): Classic recursive (and recursively intensive,
5091         without tail-recursion) list-flattener, needed by allout-shift-out
5092         when confronted with discontinuous children.
5094 2006-09-16  Jason Rumney  <jasonr@gnu.org>
5096         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5097         on ms-windows.
5098         (dnd-open-unc-file): Remove.
5099         (dnd-open-local-file): Mention in doc string that it also handles
5100         remote files if the system natively supports unc file-names.
5102 2006-09-15  Kim F. Storm  <storm@cua.dk>
5104         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5105         all necessary information about the event before erasing *Help*.
5107         * simple.el (line-move-partial): Use window-line-visiblity to
5108         quickly check whether last line is partially visible, and only do
5109         the hard (and slow) part in that case.
5111 2006-09-15  Jay Belanger  <belanger@truman.edu>
5113         * COPYING: Replace "Library Public License" by "Lesser Public
5114         License" throughout.
5116 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5118         * term/x-win.el (x-menu-bar-open): New function for F10.
5120 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
5122         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5123         Disallow filenames containing " -" to avoid confusion with libtool
5124         compilation messages.  Suggested by Stefan Monnier.
5126 2006-09-15  David Kastrup  <dak@gnu.org>
5128         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5129         instead of buffer position for `mouse-on-link-p'.
5131         * mouse.el (mouse-posn-property): New function looking up the
5132         properties at a click position in overlays and text properties in
5133         either buffer or strings.
5134         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5135         of both `follow-link' as well as `mouse-face' properties.
5136         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5137         buffer position.
5139         * help.el (describe-key-briefly): When reading a down-event on
5140         mode lines or scroll bar, swallow the following up event, too.
5141         Use the new mouse sensitity of `key-binding' for lookup.
5142         (describe-key): The same here.
5144 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
5146         * play/life.el (life-patterns): Add a few more interesting patterns.
5147         (life-setup): Force `show-trailing-whitespace' to nil.
5149 2006-09-14  Richard Stallman  <rms@gnu.org>
5151         * startup.el (fancy-splash-text): Change text to improve alignment.
5152         (fancy-splash-screens): Don't set non-standard tab width.
5153         Bind cursor-type temporarily, and make it easy to patch to
5154         preserve the splash buffer.
5155         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5156         (fancy-splash-screens): Display echo-area message explicitly.
5157         Don't set fancy-splash-help-echo.
5159         * simple.el (line-number-mode): Group mode-line instead of
5160         editing-basics.
5161         (column-number-mode, size-indication-mode): Likewise.
5163         * faces.el (mode-line-faces): Group mode-line instead of modeline.
5165         * time.el (display-time): Group mode-line instead of modeline.
5167         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
5169 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
5171         * startup.el (fancy-splash-text): Move editing instructions to
5172         fancy-splash-head.
5173         (fancy-splash-head): Issue editing instructions.
5174         (fancy-splash-screens): Fixup whitespace.
5176 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5178         * bindings.el (mode-line-buffer-identification-keymap):
5179         Remove duplicate line.
5181 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5183         * ido.el (ido-ignore-item-p): Allow any kind of functions in
5184         ignore lists.
5186 2006-09-14  Kim F. Storm  <storm@cua.dk>
5188         * jit-lock.el (jit-lock-fontify-again): New function.
5189         (jit-lock-fontify-now): Use it instead of lambda form.
5191 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
5193         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5194         (flyspell-auto-correct-word): Make ispell-filter local to these
5195         functions.  Check that ispell-filter has new stuff before calling
5196         ispell-parse-output.
5198 2006-09-13  Kim F. Storm  <storm@cua.dk>
5200         * simple.el (line-move-partial): Optimize.
5202 2006-09-13  Richard Stallman  <rms@gnu.org>
5204         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5205         Delete spurious backquote.
5207 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5209         * net/rcirc.el (rcirc-print): Fix last change.
5211 2006-09-12  Jay Belanger  <belanger@truman.edu>
5213         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5215 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5217         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5218         rcirc-show-maximum-output.
5219         (rcirc-mode): Remove window-scroll-function hook.
5220         (rcirc-scroll-to-bottom): Remove function.
5221         (rcirc-print): Recenter so point stays at the bottom of the window
5222         if point was already there.
5224 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5226         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5227         not to "t".
5228         * progmodes/compile.el (compilation-start): Likewise.
5229         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5230         Don't use expand-file-name on invocation-directory, since this
5231         might mishandle special characters in invocation-directory.
5233 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5235         * pcvs-defs.el: Remove * in defcustom's docstrings.
5237 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
5239         * progmodes/compile.el (compilation-directory-properties):
5240         Doc fix for help-echo.
5242 2006-09-12  Lars Hansen  <larsh@soem.dk>
5244         * desktop.el (desktop-read): Add comment.
5246 2006-09-12  Kim F. Storm  <storm@cua.dk>
5248         * simple.el (next-error-highlight, next-error-highlight-no-select):
5249         Fix spelling error.
5251         * subr.el (sit-for): Rework to use input-pending-p and cond.
5252         Return nil input is pending on entry also for SECONDS <= 0.
5253         (while-no-input): Use input-pending-p instead of sit-for.
5255 2006-09-11  Richard Stallman  <rms@gnu.org>
5257         * simple.el (next-error-highlight, next-error-highlight-no-select):
5258         Fix custom type and doc strings.
5260 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5262         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5263         (diff-apply-hunk): Use it to ask for confirmation.
5265 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5267         * emacs-lisp/cl.el (pushnew): Add missing `,'.
5269 2006-09-11  David Kastrup  <dak@gnu.org>
5271         * help.el (string-key-binding, describe-key-briefly)
5272         (describe-key): Remove `string-key-binding' and its callers since
5273         `key-binding' already caters for the proper lookup now.
5275 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5277         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5278         (cfengine-mode): Use it.  Fix \ syntax to be like /.
5280         * bindings.el (mode-line-buffer-identification-keymap):
5281         Move initialization into declaration.
5283 2006-09-10  Kim F. Storm  <storm@cua.dk>
5285         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5286         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5287         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5288         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5290 2006-09-10  Richard Stallman  <rms@gnu.org>
5292         * dired-aux.el: Handle errors in recursive copy usefully.
5293         (dired-create-files-failures): New variable.
5294         (dired-copy-file): Remove condition-case.
5295         (dired-copy-file-recursive): Check for errors on all file
5296         operations, and add them to dired-create-files-failures.
5297         Check file file-date-erorr here too.
5298         (dired-create-files): Check dired-create-files-failures
5299         and report those errors too.
5301         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5303         * subr.el (add-to-list): New argument COMPARE-FN.
5305 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5307         * filecache.el (file-cache-add-directory)
5308         (file-cache-add-directory-list, file-cache-add-file)
5309         (file-cache-add-directory-using-find)
5310         (file-cache-add-directory-using-locate)
5311         (file-cache-add-directory-recursively): Add autoloads.
5313 2006-09-09  Richard Stallman  <rms@gnu.org>
5315         * textmodes/conf-mode.el (conf-space-mode):
5316         Use hack-local-variables-hook instead of calling hack-local-variables.
5317         (conf-space-keywords-override): New variable.
5318         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
5319         (conf-space-mode): Always make conf-space-keywords and
5320         conf-space-keywords-override local.
5321         Call conf-space-mode-internal directly as well as via hook.
5323 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5325         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5326         quasi-keywords.
5328 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5330         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5331         (python-send-string): Be slightly more careful about adding \n.
5333         * startup.el (normal-splash-screen): Don't display the buffer if we'll
5334         kill it right away anyway.
5336 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
5338         * international/codepage.el (cp850-decode-table): Fix a few codes.
5339         (cp858-decode-table): New variable.
5341 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5343         * net/ldap.el (ldap-search-internal): Doc fix.
5345 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5347         * play/life.el (life-display-generation): Test for input manually if
5348         `sleeptime' is negative or null.
5350         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5351         (print-region-1): Substitute `%s' with the page title.
5353 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
5355         * locate.el (locate-current-search): New variable.
5356         (locate): Set buffer local value.  Use current buffer if it is
5357         in Locate mode.
5358         (locate-mode): Disable undo here.
5359         (locate-do-setup): Use locate-current-filter from buffer to be killed.
5360         (locate-update): Use locate-current-search and locate-current-filter.
5362 2006-09-08  David Kastrup  <dak@gnu.org>
5364         * desktop.el (desktop-read): When loading a desktop, disable
5365         saving it while the load progresses, and switch off a pending lazy
5366         load by calling `desktop-lazy-abort'.
5368 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
5370         * window.el (mouse-autoselect-window-timer)
5371         (mouse-autoselect-window-position)
5372         (mouse-autoselect-window-window)
5373         (mouse-autoselect-window-now): New vars.
5374         (mouse-autoselect-window-cancel)
5375         (mouse-autoselect-window-select)
5376         (mouse-autoselect-window-start): New functions.
5377         (handle-select-window): Call `mouse-autoselect-window-start' when
5378         delayed window autoselection is enabled.
5380         * cus-start.el (mouse-autoselect-window): Handle delayed window
5381         autoselection.
5383         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5384         commands after which it is allowed to print in the echo area.
5386 2006-09-08  Richard Stallman  <rms@gnu.org>
5388         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5390         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5391         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5393         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5394         (cancel-timer-internal): Add doc string.
5395         (cancel-function-timers): Doc fix.
5396         (with-timeout-handler, timer-event-last*): Add doc strings.
5398         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5400         * files.el (risky-local-variable-p): Match ...-bindat-spec.
5402         * dired.el (dired-log-summary): Add doc string.
5404         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5405         (custom-group-menu-create): Not here.
5407 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
5409         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5411 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5413         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5414         (mac-apple-event-map): Define its handler.
5416 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5418         * net/ldap.el (ldap-search-internal): Handle `auth' key.
5420 2006-09-07  Magnus Henoch  <mange@freemail.hu>
5422         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5423         clause.
5425 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5427         * info.el (Info-index): Bind completion-ignore-case.
5429 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5431         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5432         previous commit.
5433         (inferior-prolog-guess-flavor): New fun left out of previous commit.
5434         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5435         burp in dedicated windows.
5436         (inferior-prolog-self-insert-command): New command.
5437         (inferior-prolog-mode-map): Use it.
5439 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5441         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5443         * international/code-pages.el: Add cp858.
5445 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5447         * dnd.el: Fix bootstrapping.
5449 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5451         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5452         (dnd-open-remote-url): New function.
5453         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5454         not windows-nt.
5456 2006-09-07  Jason Rumney  <jasonr@gnu.org>
5458         * dnd.el (dnd-open-remote-file-function): New variable.
5459         (dnd-open-unc-file): New function.
5460         (dnd-open-file): Call dnd-open-remote-file-function if set.
5462 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5464         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5465         pgg-passphrase-coding-system rather than locale-coding-system.
5466         * pgg-def.el (pgg-passphrase-coding-system): New user option.
5468 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5470         * progmodes/prolog.el: Remove * in docstrings.
5471         (prolog-program-name): Add SWI prolog.
5472         (prolog-mode-menu): New menu.
5473         (prolog-mode): Set comment-add.
5474         (prolog-indent-line): Simplify.  Use indent-line-to.
5475         (inferior-prolog-buffer): New var.
5476         (inferior-prolog-run, inferior-prolog-process): New funs.
5477         (run-prolog, switch-to-prolog): Rewrite, using them.
5478         (prolog-consult-region): Use inferior-prolog-buffer.
5479         (inferior-prolog-load-file): New function.
5480         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5482         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5483         last word, if it's not the end of the paragraph.
5485         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5486         file name.
5488 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
5490         * frame.el (display-mm-dimensions-alist): New defcustom.
5491         (display-mm-height, display-mm-width): Use it.
5493 2006-09-06  Simon Josefsson  <jas@extundo.com>
5495         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5497 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
5499         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5500         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5501         string values.
5503 2006-09-06  Kim F. Storm  <storm@cua.dk>
5505         * simple.el (line-move-partial): New function to do vscrolling for
5506         partially visible images / tall lines.  Rewrite based on code
5507         previously in line-move.  Simplify backwards vscrolling.
5508         (line-move): Use it.  Simplify.
5510 2006-09-05  Kim F. Storm  <storm@cua.dk>
5512         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
5514 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
5516         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5517         Process the `gcc-include' after the `gnu' rule.
5519 2006-09-05  Kim F. Storm  <storm@cua.dk>
5521         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
5523 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5525         * pgg.el (pgg-clear-string): Alias to clear-string for backward
5526         compatibility.
5528         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
5529         inhibit-redisplay; encode passphrase with locale-coding-system.
5531 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5533         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
5535 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
5537         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5538         (gdb-var-list-children-regexp): Make type field optional.
5540         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
5541         e.g public, protected in C++.
5543 2006-09-04  John Paul Wallington  <jpw@pobox.com>
5545         * simple.el (completion-show-help): New defcustom.
5546         (completion-setup-function): Heed it.
5548 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5550         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
5552 2006-09-04  Richard Stallman  <rms@gnu.org>
5554         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
5555         (rsf-min-region-to-spam-list): Doc fix.
5556         (rsf-add-content-type-field): Doc fix.
5558         * simple.el (kill-region): Explicitly test there is a region.
5560 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5562         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
5563         sendmail in several common directories.
5565         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
5567         * paths.el (sendmail-program): Removed.
5569 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
5571         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
5572         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
5573         http://article.gmane.org/gmane.emacs.gnus.general/50457
5575 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
5577         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
5578         mark after running the menu filter.
5580 2006-09-03  Juri Linkov  <juri@jurta.org>
5582         * international/quail.el (quail-defrule-internal): Add a check
5583         if a key is a vector.
5585 2006-09-02  Juri Linkov  <juri@jurta.org>
5587         * man.el (Man-topic-history): New variable.
5588         (man): Use it.
5590         * woman.el (woman-topic-history): Change defvar to defvaralias
5591         for symbol `Man-topic-history'.
5593         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
5594         `comint-last-output-start' is a marker by using `markerp' and
5595         check if it has a position by using `marker-position', and use
5596         this position for `goto-char'.
5598         * international/quail.el (quail-defrule-internal): Add missing
5599         `error' call for null key.
5601 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
5603         * rcirc.el (rcirc-keywords): New variable.
5604         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5605         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
5606         variables.
5607         (rcirc-responses-no-activity): New function.
5608         (rcirc-handler-generic): Check for responses in above.
5609         (rcirc-process-command): Add ?: character to arguments of raw
5610         server commands.
5611         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
5612         `rcirc-dim-nicks'.
5613         (rcirc-gray-toggle): Remove unused variable.
5614         (rcirc-print): Remove some tracking logic, which is moved into
5615         markup functions.
5616         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
5617         types.
5618         (rcirc-activity-string): Look for 'keyword in activity-types.
5619         (rcirc-window-configuration-change): Don't erase overlay-arrow
5620         unnecessarily.
5621         (rcirc-add-or-remove): New function.
5622         (rcirc-cmd-ignore): Use it.
5623         (rcirc-message-leader): Remove unused function.
5624         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
5625         (rcirc-add-face): New function.
5626         (rcirc-facify): Use rcirc-add-face.
5627         (rcirc-url-regexp): Add parens.
5628         (rcirc-map-regexp): Remove function.
5629         (rcirc-mangle-regexp): Remove function.
5630         (rcirc-markup-text-functions): New variable.
5631         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
5632         (rcirc-markup-body-text, rcirc-markup-attributes)
5633         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
5634         (rcirc-markup-bright-nicks): New markup handler functions.
5635         (rcirc-nick-in-message-full-line): New face.
5636         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
5637         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
5639 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
5641         * cus-start.el (hscroll-margin, hscroll-step)
5642         (mode-line-in-non-selected-windows, mouse-autoselect-window)
5643         (x-use-underline-position-properties): Change version to "22.1"
5644         since they will appear there for the first time.
5646 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5648         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
5650 2006-08-31  Richard Stallman  <rms@gnu.org>
5652         * cus-edit.el (custom-save-variables): Slight cleanup.
5653         (Custom-no-edit): Renamed from custom-no-edit.
5654         (Custom-newline): Renamed from custom-newline.
5655         (custom-mode-map): Use new names.
5657         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
5658         about customization, rather than M-x customize, in the doc string
5659         made for the defcustom.
5661         * emacs-lisp/trace.el (trace-function-background): Doc fix.
5663 2006-08-31  Romain Francoise  <romain@orebokech.com>
5665         * dired-x.el (dired-guess-shell-alist-default): Update.
5667 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
5669         * custom.el (custom-theme-set-variables): Autoload packages before
5670         sorting the variables.
5672 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
5674         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
5675         chars if XEmacs.
5676         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
5678 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * progmodes/python.el (python-eldoc-function): Re-enable quit while
5681         waiting for process.
5683 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5685         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
5686         results in ASCII-only string, encode original one directly.
5688 2006-08-29  Romain Francoise  <romain@orebokech.com>
5690         * startup.el (normal-splash-screen, fancy-splash-screens):
5691         Make buffer read-only and arrange to enter view mode if necessary.
5693 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5695         * hl-line.el (hl-line): New face.
5696         (hl-line-face): Use it.
5698         * image-mode.el (image-mode): Fix last fix.
5699         Suggested by Kim F. Storm.
5701 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
5703         Sync with Tramp 2.0.54.
5705         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
5706         of `=', because `tramp-get-remote-gid' might not always return an
5707         integer when expected.
5708         (tramp-register-file-name-handlers): `partial-completion-mode' is
5709         unknown to XEmacs.
5710         (tramp-time-diff): Don't use `floor', it might fail for large
5711         differences.
5712         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
5713         `tramp-auto-save-directory' if unset in order to guarantee unique
5714         auto-save file names.
5716 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5718         * image-mode.el (image-mode): Display image as text on a terminal.
5720 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5722         * progmodes/python.el (python-send-command): Simplify.
5723         (run-python): Don't generate a new buffer unless `new' was specified.
5724         Make sure we send `import emacs' to the proper process.
5726         * progmodes/python.el (python-send-command): Don't wait for the command
5727         to terminate.  Don't fiddle with compilation-parsing-end.
5729 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5731         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5732         Insert commentary after first line summary.
5734         * woman.el (woman-follow): New function, based on `man-follow'.
5735         (woman-mode-map): Use it.
5737         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
5738         since ibuffer-do-sort-by-recency does not define a sorter.
5740 2006-08-28  Kim F. Storm  <storm@cua.dk>
5742         * find-dired.el (find-dired): Use shell-quote-argument to properly
5743         escape ( and ) args.  Also use it on {} and ; args in default
5744         value of find-ls-option string.
5745         (find-grep-dired): Use shell-quote-argument on {} and ; args.
5747 2006-08-27  Michael Olson  <mwolson@gnu.org>
5749         * emacs-lisp/tq.el: Small grammar fix in comments.
5750         (tq-enqueue): Check for existence of queue rather than the
5751         head queue item's question, which was a no-op.
5752         (tq-filter, tq-process-buffer): Make sure the process buffer
5753         exists before making it the current buffer.
5755 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5757         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
5758         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
5759         (special-event-map): Apply 2006-08-16 change for x-win.el.
5761 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         * progmodes/python.el (python-send-receive): Wait in the
5764         process's buffer so as to check the right buffer-local variables.
5766 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5768         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
5769         (defgroup checkdoc): Move to beginning.
5771         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
5772         (python-preoutput-continuation): Remove.
5773         (python-preoutput-filter): Simplify correspondingly.
5774         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
5775         Loop around to catch embedded _emacs_out output.
5776         (run-python): Send the import&print command on a single line.
5777         (python-send-command): Send command&print on a single line.
5778         (python-send-string): Only add double \n if needed.
5779         (python-send-receive): Loop until the result comes.
5780         (python-mode-running): Defvar it.
5781         (python-setup-brm): Remove unused var `menu'.
5782         Only bind py-mode-map and `features' around brm-init.
5783         (python-calculate-indentation): Remove unused var `point'.
5784         (python-beginning-of-defun): Remove unused var `def-line'.
5786 2006-08-25  Richard Stallman  <rms@gnu.org>
5788         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
5790 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5792         * viper.el (viper-set-hooks): Use frame bindings for
5793         viper-vi-state-cursor-color.
5794         (viper-non-hook-settings): Don't set default
5795         mode-line-buffer-identification.
5797         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
5798         (viper-set-cursor-color-according-to-state)
5799         (viper-get-saved-cursor-color-in-replace-mode)
5800         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
5801         viper-emacs-state-cursor-color.
5803         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
5804         (viper-undo): Use point if undo-beg-posn is nil.
5805         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
5806         (viper-after-change-undo-hook): Don't use
5807         viper-emacs-state-cursor-color by default.
5808         (viper-undo): More sensible positioning after undo.
5810         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
5811         (viper-emacs-state-cursor-color): Default to nil, since this feature
5812         doesn't work well yet.
5814         * ediff-mult.el (ediff-intersect-directories)
5815         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
5816         always expand filenames.
5818 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         * tumme.el: Remove * in defcustoms's docstrings.
5822 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5824         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5825         Accept internal time format for SECS arg.
5826         (timer-relative-time): Doc fix.
5828         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5829         adapted from Martin Rudalics.
5830         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5831         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5832         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5833         using sit-for.
5835 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5837         * cus-start.el (all): Add `overline-margin' and
5838         `x-underline-at-descent-line'.
5840 2006-08-24  Kim F. Storm  <storm@cua.dk>
5842         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5843         to mean "use find -exec"; nil now unambiguously means auto-detect.
5844         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5845         Use shell-quote-argument to build grep-find-command and
5846         grep-find-template.
5847         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5848         Reported by Tom Seddon.
5850 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5852         * startup.el (fancy-splash-head): Give instructions for dismissing
5853         the splash screen for default startup too.
5854         (display-startup-echo-area-message, fancy-splash-screens)
5855         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5856         all splash text at once and keep the splash buffer around.
5857         (command-line-1): Give display-startup-echo-area-message a t arg.
5859 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5861         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5862         gnus frame is selected.
5864 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5866         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5868 2006-08-22  Kim F. Storm  <storm@cua.dk>
5870         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5871         Add suffix matching for subdirs.
5873 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5875         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5876         mouse-yank-at-point is non-nil.
5878 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5880         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5881         a bit wider and remove fringes to fit initial output on line.
5883 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * frame.el (blink-cursor-end): Only ignore the error we care about.
5886         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
5888 2006-08-21  Richard Stallman  <rms@gnu.org>
5890         * whitespace.el (whitespace-cleanup): Doc fix.
5892 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
5894         * net/rcirc.el (rcirc-show-maximum-output): New var.
5895         (rcirc-buffer-process): If no buffer argument is supplied, use
5896         current-buffer.
5897         (rcirc-complete-nick): Complete to the last completed nick first.
5898         (rcirc-mode): Preserve the value of `rcirc-urls' across
5899         connections.  Setup scroll function.
5900         (rcirc-scroll-to-bottom): New function.
5901         (rcirc-print): Use nick syntax around regexp work.
5902         Notice dim-nicks speaking only if they say our nick.
5903         (rcirc-update-activity-string): Do not show the modeline indicator
5904         if there are no live rcirc processes.
5905         (rcirc-cmd-ignore): Ignore case.
5906         (rcirc-browse-url-at-point): Fix off-by-one error.
5908 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5910         * progmodes/python.el: Remove * in defcustom docstrings.
5911         (run-python, python-proc, python-try-complete): Use derived-mode-p.
5912         (python-mode): Set tab-width and indent-tabs-mode.
5914 2006-08-20  Dave Love  <fx@gnu.org>
5916         * progmodes/python.el: Update to Dave Love's latest version.
5917         (python-font-lock-keywords, python-mode): Don't use
5918         font-lock-syntax-table, but match symbol elements explicitly instead.
5919         (python-mode-map): Add help, and a few more key bindings.
5920         (python-skip-comments/blanks): Move out of comments as well.
5921         (python-continuation-line-p): Behave better with unbalanced parens.
5922         (python-blank-line-p): New fun.
5923         (python-open-block-statement-p): Don't use a heuristic.
5924         (python-outdent-p): Better handle blocks-in-the-same-line.
5925         (python-calculate-indentation): Misc improvements.
5926         (python-comment-indent): Remove.
5927         (python-block-pairs): New var.
5928         (python-first-word): New fun.
5929         (python-indentation-levels): Handle more common cases.
5930         (python-indent-line-1): Add `leave' argument.
5931         (python-indent-region): New fun.
5932         (python-skip-out): New fun.
5933         (python-beginning-of-statement, python-end-of-statement): Use it.
5934         (python-next-statement): Return correct count even at eob.
5935         (python-end-of-block): Fix paren-typo.
5936         (python-imenu-create-index): Add module variables.
5937         (run-python): Add `new' arg.
5938         Check we're at a prompt before returning.
5939         (python-send-command): Move to end of buffer.
5940         Wait for prompt to return.
5941         (python-set-proc): New fun.
5942         (python-imports): New var.
5943         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
5944         (python-eldoc-function): Try to move out of arg list.
5945         (python-outline-level): Offset by 1.
5946         (python-find-imports): New fun.
5947         (python-symbol-completions): Use python-imports.
5948         (python-module-path, ffap-alist): Add support for ffap.
5949         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
5950         (python-insert-*, python-default-template, python-expand-template):
5951         Add templates/skeletons.
5952         (python-setup-brm): Support for Bicycle Repair Man.
5953         (python-abbrev-syntax-table): New var.
5954         (python-abbrev-pc-hook, python-pea-hook): New funs.
5956 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
5958         * frame.el (blink-cursor-start): Set timer first.
5959         (blink-cursor-end): Ignore timer cancelling errors.
5960         Suggested by Ken Manheimer.
5962 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
5964         * newcomment.el (comment-box): Call `comment-normalize-vars'.
5965         Add autoload cookie.
5967 2006-08-20  Richard Stallman  <rms@gnu.org>
5969         * simple.el (line-number-at-pos): Doc fix.
5971         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
5972         timer-activate-when-idle, so timer can run before Emacs becomes
5973         non-idle again.
5975 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5977         * whitespace.el (whitespace-cleanup-internal): New optional arg
5978         REGION-ONLY.  If it's non-nil, modify the message to the user
5979         accordingly.
5980         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
5981         a non-nil argument.
5983 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
5985         * rect.el (spaces-string): Simplify and add doc string.
5987 2006-08-17  Romain Francoise  <romain@orebokech.com>
5989         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
5991 2006-08-17  Richard Stallman  <rms@gnu.org>
5993         * compare-w.el (compare-windows): lambda's take an arg and pass
5994         it to compare-windows-skip-whitespace.
5996 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
5998         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
5999         the right buffer.
6001 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6004         removed files.
6006 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
6008         * progmodes/gdb-ui.el (gdb-locals-watch-map)
6009         (gdb-locals-watch-map-1): Suppress keymap first.
6010         (gdb-edit-locals-map-1): New variable.
6011         (gdb-edit-locals-value): New function.
6012         (gdb-stack-list-locals-handler): Use them.
6014 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6016         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6017         cursor would normally be drawn in the fringe.
6019         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6020         Reported by Martin Rudalics <rudalics@gmx.at>.
6022 2006-08-16  Richard Stallman  <rms@gnu.org>
6024         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6025         (special-event-map): Process drag-n-drop events this way.
6027         * simple.el (move-beginning-of-line): Test whether fields
6028         would prevent motion back to line's first visible character.
6029         If so, stop where the fields would stop the motion.
6031         * newcomment.el (comment-indent): Fully update INDENT
6032         before checking to see if it will change the text.
6034         * cus-edit.el (custom-newline): New function.
6035         (custom-mode-map): Bind newline to custom-newline.
6037         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6038         into ignore-whitespace.
6039         Check each buffer for its skip-function.
6040         Handle compare-windows-skip-whitespace special-case test
6041         by returning t from default skip function.
6043 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6045         * textmodes/org.el (org-clock-special-range)
6046         (org-clock-update-time-maybe): New functions.
6047         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6048         not only a-z.
6049         (org-agenda-get-blocks): Allow multiple blocks per headline.
6050         (org-timestamp-change): Call `org-clock-update-time-maybe'.
6051         (org-export-html-title-format)
6052         (org-export-html-toplevel-hlevel): New options.
6053         (org-export-language-setup): Add support for Czech.
6054         (org-mode, org-insert-todo-heading, org-find-visible)
6055         (org-find-invisible, org-invisible-p, org-invisible-p2)
6056         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6057         (org-show-subtree, org-show-entry, org-make-options-regexp):
6058         Remove compatibility support for old outline-mode.
6059         (org-check-occur-regexp): Funtion removed.
6060         (org-on-heading-p, org-back-to-heading): Made defalias.
6061         (org-set-local): New defsubst.
6062         (org-set-regexps-and-options, org-mode)
6063         (org-set-font-lock-defaults, org-edit-agenda-file-list)
6064         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6065         (org-remember-apply-template, org-table-edit-field)
6066         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6067         (org-set-autofill-regexps): Use `org-set-local'.
6068         (org-table-eval-formula): Fix bug with parsing of display flags.
6070 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
6072         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6073         frame with fringe arrow.  Suggested by Simon Marshall
6074         <simon.marshall@misys.com>.
6075         (gdb-stack-position): New variable.
6076         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6077         (gdb-frames-mode): Set gdb-stack-position to nil.
6078         Add to overlay-arrow-variable-list
6079         (gdb-reset): Delete gdb-stack-position from above list.
6081 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6083         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6084         read only.
6086 2006-08-13  Romain Francoise  <romain@orebokech.com>
6088         * cus-theme.el (customize-create-theme)
6089         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6091         * filesets.el (filesets-add-buffer): Ditto.
6093         * pcvs.el (cvs-change-cvsroot): Ditto.
6095 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
6097         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6098         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6099         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6100         expressions.
6101         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6102         Only search till end of line.
6103         Add face to function names in case of no filename.
6104         Add face to variable names of watchpoints.
6106 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6108         * cus-start.el <indent-tabs-mode>: Move to the `indent'
6109         customization group.
6111 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
6113         * allout.el (allout-prior-bindings, allout-added-bindings):
6114         Remove, after long deprecation.
6115         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6116         Add customization vars controlling allout-beginning-of-line and
6117         allout-end-of-line conveniences.
6118         (allout-header-prefix, allout-use-mode-specific-leader)
6119         (allout-use-mode-specific-leader, allout-mode-leaders):
6120         Revise docstrings.
6121         (allout-infer-header-lead): Change to be an alias for
6122         allout-infer-header-lead-and-primary-bullet.
6123         (allout-infer-header-lead-and-primary-bullet): New version of
6124         allout-infer-header-lead which assigns the primary bullet to the
6125         same as the header lead, when its being changed.
6126         (allout-infer-body-reindent): Apply regexp-quote instead of
6127         unconditionally prepending "\\", so that all literal
6128         allout-header-prefix and allout-primary-bullet strings are
6129         properly handled.
6130         (allout-add-resumptions): Add optional qualifier for extending or
6131         appending to existing values, rather than replacing them.
6132         (allout-view-change-hook): Clarify docstring.
6133         (allout-exposure-change-hook): Take explicit arguments, via
6134         run-hook-with-args.
6135         (allout-structure-added-hook)
6136         (allout-structure-deleted-hook)
6137         (allout-structure-shifted-hook): New hooks analogous to
6138         allout-exposure-change-hook for other kinds of structural outline
6139         edits.
6140         (allout-encryption-plaintext-sanitization-regexps): New encryption
6141         customization variable, by which cooperating modes can provde
6142         massage of the plaintext without actually being passed it.
6143         (allout-encryption-ciphertext-rejection-regexps)
6144         (allout-encryption-ciphertext-rejection-ceiling): New encryption
6145         customization variables, by which cooperating modes can prohibit
6146         rare but possible ciphertext patterns from fouling their
6147         operation, with actually being passed the ciphertext.
6148         (allout-mode): Run activation and deactivation hooks after the
6149         minor-mode variable has been toggled, to clarify the mode
6150         disposition.  The new encryption ciphertext rejection variable is
6151         used to ensure that the ciphertext does not contain text that
6152         would be recognized as outline structural elements by allout.
6153         Substite allout-beginning-of-line and allout-end-of-line for
6154         conventionall beginning-of-line and end-of-line bindings.
6155         If allout-old-style-prefixes is non-nil, don't nullify it on mode
6156         activation!
6157         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6158         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6159         (allout-chart-subtree): Implement new mode, charting only the
6160         visible items in the subtree, when new 'visible' parameter is non-nil.
6161         (allout-end-of-subtree): Properly handle the last item in the buffer.
6162         (allout-pre-command-business, allout-command-counter):
6163         Increment an advertised counter so that cooperating enhancements can
6164         track revisions of items.
6165         (allout-open-topic): Run allout-structure-added-hook with suitable
6166         arguments.
6167         (allout-shift-in): Run allout-structure-shifted-hook with suitable
6168         arguments.
6169         (allout-shift-out): Fix doubling for negative args and ensure call
6170         of allout-structure-shifted-hook by solely using allout-shift-in.
6171         (allout-kill-line, allout-kill-topic):
6172         Run allout-structure-deleted-hook with suitable arguments.
6173         (allout-yank-processing): Run allout-structure-added-hook with
6174         proper arguments.
6175         (allout-yank): Enclose activity in allout-unprotected.
6176         (allout-flag-region): Run allout-exposure-change-hook with
6177         suitable arguments, instead of making the callee infer the arguments.
6178         (allout-encrypt-string):
6179         Support allout-encryption-plaintext-sanitization-regexps,
6180         allout-encryption-ciphertext-rejection-regexps, and
6181         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
6182         en/de cryption mode in symmetric encryption failure message.
6183         (allout-obtain-passphrase): Use copy-sequence to get a distinct
6184         copy of the passphrase, and don't zero it or we'll corrupt the
6185         stashed copy.
6186         (allout-create-encryption-passphrase-verifier)
6187         (allout-verify-passphrase): Respect the new signature for
6188         allout-encrypt-string.
6189         (allout-get-configvar-values): Convenience for getting a
6190         configuration variable value and handling its absence gracefully.
6192 2006-08-11  Romain Francoise  <romain@orebokech.com>
6194         * obsolete/zone-mode.el: Delete.
6196 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6200 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
6202         * emacs-lisp/bindat.el (bindat-ip-to-string):
6203         Use `format-network-address' if possible.
6205 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6207         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6209 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
6211         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6212         restore unread-command-events here.
6213         (edebug-display): Do it here, to detect sit-for interruptions.
6215 2006-08-10  Romain Francoise  <romain@orebokech.com>
6217         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6218         (dns-mode-soa-auto-increment-serial): New user option.
6219         (dns-mode-soa-maybe-increment-serial): New function.
6220         (dns-mode): Add the latter to `write-contents-functions'.
6222         * obsolete/zone-mode.el: Move to obsolete/ from net/.
6223         Delete autoload cookies.
6225 2006-08-10  John Wiegley  <johnw@newartisans.com>
6227         * eshell/em-glob.el (eshell-glob-chars-list)
6228         (eshell-glob-translate-alist): Add support for [^g] in character globs.
6230 2006-08-10  Richard Stallman  <rms@gnu.org>
6232         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6233         (facemenu-set-face): Doc fix.
6234         (facemenu-listed-faces): Doc fix.
6236 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
6238         * avoid.el (mouse-avoidance-animating-pointer): New var.
6239         (mouse-avoidance-nudge-mouse): Use it.
6240         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6241         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6242         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6243         Don't activate if currently animating.  All callers changed.
6245 2006-08-09  John Wiegley  <johnw@newartisans.com>
6247         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6248         variable, which causes timeclock to report elapsed time worked,
6249         instead of just work remaining.
6251 2006-08-09  Kenichi Handa  <handa@m17n.org>
6253         * international/latexenc.el (latexenc-find-file-coding-system):
6254         Fix for the case that the 2nd element of arg-list is a cons.
6256 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
6258         * info.el (Info-fontify-node): Handle preceding `in' for note
6259         reference hiding rules.
6261 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6263         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6264         mistake a closing " for an opening one.
6266 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6268         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6270 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6272         * complete.el (PC-do-completion): Filter out completions matching
6273         completion-ignored-extensions before checking whether there are
6274         multiple completions.
6275         Don't use `list' unnecessarily when building completion tables.
6277 2006-08-06  Richard Stallman  <rms@gnu.org>
6279         * help.el (describe-mode): Make minor mode list more concise.
6281 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
6283         * bindings.el: Give mode-line-format, mode-line-modes, and
6284         mode-line-position `standard-value' properties.
6286 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
6288         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6289         "(file)node" instead of the file name.
6291 2006-08-05  Richard Stallman  <rms@gnu.org>
6293         * faces.el (escape-glyph): Doc fix.
6295 2006-08-04  Kenichi Handa  <handa@m17n.org>
6297         * international/mule-diag.el (describe-font): Improve docstring
6298         and error message.  Use frame-parameter (not frame-parameters).
6300 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6302         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6303         Correctly mark the end-of-docstring char.
6305 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
6307         * simple.el (line-move-to-column): Constrain move-to-column to
6308         current field.
6310 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * font-lock.el (font-lock-beg, font-lock-end)
6313         (font-lock-extend-region-functions): New vars.
6314         (font-lock-extend-region-multiline)
6315         (font-lock-extend-region-wholelines): New functions.
6316         (font-lock-default-fontify-region): Use them.
6317         (font-lock-extend-jit-lock-region-after-change): Only round up
6318         if font-lock-default-fontify-region will do it as well.
6320         * font-lock.el (font-lock-extend-after-change-region-function):
6321         Rename from font-lock-extend-region-function.
6322         (font-lock-extend-region): Remove by inlining at call sites.
6323         (font-lock-after-change-function): Don't needlessly round up to a whole
6324         number of lines.
6325         (font-lock-extend-jit-lock-region-after-change): Be more careful about
6326         the boundary conditions and the interactions between the various ways
6327         to extend the region.
6329 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6332         modification status when forcing the second redisplay.
6334 2006-08-03  Kim F. Storm  <storm@cua.dk>
6336         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6338 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6340         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6341         doesn't look like a file name.
6343         * complete.el (PC-expand-many-files): Avoid signalling an error when
6344         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6346 2006-08-02  Andreas Schwab  <schwab@suse.de>
6348         * bindings.el (mode-line-format): Simplify reference to vc-mode.
6350 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6352         * bindings.el (map): Make mode-line-buffer-identification-keymap
6353         before defining propertized-buffer-identification.
6355 2006-08-01  Richard Stallman  <rms@gnu.org>
6357         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6359 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6361         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6362         default value.
6363         (gdb-find-source-frame): New function.
6364         (menu): Add to menu bar.
6366 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6368         * font-core.el (font-lock-extend-region-function)
6369         (font-lock-extend-region): Move to font-lock.el.
6371         * font-lock.el (font-lock-extend-region-function)
6372         (font-lock-extend-region): Move from font-core.el.  Simplify.
6374         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6375         if needed.
6376         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6377         (jit-lock-after-change-extend-region-functions): New hook.
6378         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6380         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6381         (font-lock-turn-on-thing-lock): Use it.
6383         * longlines.el (longlines-show-region): Make it work on read-only
6384         buffers as well.
6386 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
6388         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6390 2006-07-31  Richard Stallman  <rms@gnu.org>
6392         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6393         (vhdl-speedbar-display-projects): Update old obsolete
6394         speedbar variable names.
6396 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6398         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6399         (gdb-stopped): Use it.
6401         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6403 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
6405         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6406         for load-history elements.
6408 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
6410         * files.el (convert-standard-filename): For Cygwin, replace
6411         characters not allowed in Windows file names.
6412         (make-auto-save-file-name): Add Cygwin to the list of systems
6413         where the auto-save file name needs to be run through
6414         convert-standard-filename.
6416 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6418         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6420 2006-07-28  Richard Stallman  <rms@gnu.org>
6422         * bindings.el (mode-line-frame-identification)
6423         (propertized-buffer-identification): Centralize the code
6424         to initialize the variable.
6426         * progmodes/grep.el (grep-default-command): Catch errors from
6427         wildcard-to-regexp.
6429 2006-07-29  Kim F. Storm  <storm@cua.dk>
6431         * progmodes/grep.el (grep-tag-default): New function.
6432         (grep-default-command, grep-read-regexp): Use it.
6433         (grep-read-files): Use car of grep-files-history or grep-files-aliases
6434         as default if nothing else applies.
6436 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
6438         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6439         Throw error if buffer is not in Dired and Wdired mode, respectively.
6441 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
6443         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6444         self-insert-command keys don't activate buttons.
6445         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6447 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
6449         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6450         faces for enable character.
6452 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6454         * Makefile.in (recompile): Update comment to reflect change
6455         on 2004-04-21.
6457 2006-07-27  Richard Stallman  <rms@gnu.org>
6459         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6460         (customize-package-emacs-version): Change msg when pkg has no entry.
6461         (custom-no-edit): On a button, do like widget-button-press.
6463 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6465         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6466         S-tab and C-S-tab.
6468 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6470         * progmodes/which-func.el (which-function): Fix documentation/
6471         comment typo.
6473 2006-07-26  Richard Stallman  <rms@gnu.org>
6475         * textmodes/ispell.el (ispell-word): If we replace the word,
6476         move point to the end.  Insert before deleting.
6478 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
6480         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6481         a timer.
6483 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
6485         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
6486         when at first image.
6487         (tumme-forward-image): Add prefix argument.  Add error when at last
6488         image.
6490 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6492         * tabify.el (tabify-regexp): Use more specific regexps.
6493         (tabify): Avoid modifying the buffer unnecessarily.
6495 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
6497         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6498         (tumme-format-properties-string): Handle empty `buf'.
6499         (tumme-get-comment): Change variable names inside `let'.
6500         Add missing `let' variable that cause font-lock problems.
6501         (tumme-write-comments): Change variable names inside `let'.
6502         Add missing `let' variable that cause font-lock problems.
6503         (tumme-forward-image): Rename from `tumme-forward-char'.
6504         (tumme-backward-image): Rename from `tumme-backward-char'.
6506 2006-07-25  Masatake YAMATO  <jet@gyve.org>
6508         * progmodes/ld-script.el (ld-script-keywords)
6509         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
6510         and add comments.
6512 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
6514         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6515         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
6516         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
6517         for status indicator.
6519 2006-07-24  Richard Stallman  <rms@gnu.org>
6521         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
6523         * subr.el (dolist, dotimes): Use interned symbols for locals.
6524         (--dotimes-limit--, --dolist-tail--): New defvars.
6525         (looking-back): Doc fix.
6527         * replace.el (replace-match-string-symbols): Handle dotted lists.
6529 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6531         * tumme.el (tumme-write-tags): Add.
6532         (tumme-write-comments): Add.
6533         (tumme-tag-files): Change to use `tumme-write-tags'.
6534         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
6535         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
6536         (tumme-save-information-from-widgets): Change to use
6537         `tumme-write-comments' and `tumme-write-tags'.
6538         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
6539         (tumme-write-tag): Remove.
6540         (tumme-write-comment): Remove.
6541         (tumme-display-previous-thumbnail-original): Remove empty line.
6542         (tumme-widget-list): Add punctuation.
6544 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6546         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
6548 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6550         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6551         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
6552         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
6554 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
6556         * mouse.el (mouse-on-link-p): Doc fix.
6558 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
6560         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6561         Handle "C-h f `".
6563 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6565         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
6566         column.
6568 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
6570         * textmodes/table.el: Add move-beginning-of-line and
6571         move-end-of-line to Point Motion Only Group.
6573 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6575         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
6577 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6579         * startup.el (user-mail-address): Initialize from the `EMAIL'
6580         environment variable first.  Document this.
6581         (command-line): Ditto.
6583 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
6585         * help-mode.el (help-function-def, help-variable-def)
6586         (help-face-def): Print a message in the minibuffer.
6588 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6590         * term/xterm.el (terminal-init-xterm): Fix key bindings
6591         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
6593 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6595         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
6596         where `(nth 1 command)' is a cons cell.  Doc fix.
6598         * textmodes/po.el (po-find-charset): Doc fix.
6600 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
6602         * allout.el (allout-unprotected, allout-e-o-prefix-p)
6603         (allout-beginning-of-current-line, allout-end-of-current-line)
6604         (allout-next-visible-heading, allout-open-topic)
6605         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
6606         (allout-flag-current-subtree, allout-show-to-offshoot)
6607         (allout-hide-current-entry, allout-show-current-branches)
6608         (allout-hide-region-body, allout-old-expose-topic)
6609         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
6610         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
6611         containing `beginning-of-line' and `end-of-line' with
6612         `inhibit-field-text-motion' t.
6614 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6616         * frame.el (focus-follows-mouse): Document that it doesn't have
6617         any effect on MS-Windows.
6619 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6621         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
6623 2006-07-20  Jay Belanger  <belanger@truman.edu>
6625         * calc.el (calc-previous-alg-entry): Remove variable.
6627         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
6628         New variables.
6629         (calc-alg-entry): Use `calc-alg-entry-history'.
6630         (calc-do-quick-calc): Use `calc-quick-calc-history'.
6631         Remove reference to `calc-previous-alg-entry'.
6632         (calcAlg-edit, calcAlg-enter): Remove reference to
6633         `calc-previous-alg-entry'.
6634         (calcAlg-previous): Use `previous-history-element' instead of
6635         `calc-previous-alg-entry'.
6636         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
6637         Change keybinding for `calcAlg-plus-minus', add keybindings for
6638         `previous-history-element' and `next-history-element'.
6640         * calc-rewr.el (calc-match): Remove reference to
6641         `calc-previous-alg-entry'.
6643         * calc-sel.el (calc-selection-history): New variable.
6644         (calc-enter-selection, calc-sel-mult-both-sides)
6645         (calc-sel-add-both-sides): Use `calc-selection-history'.
6647         * calc-map.el (calc-get-operator-history): New variable.
6648         (calc-get-operator): Use `calc-get-operator-history'.
6650         * calcalg3.el (calc-curve-fit-history): New variable.
6651         (calc-curve-fit): Use `calc-curve-fit-history'.
6653 2006-07-20  Kenichi Handa  <handa@m17n.org>
6655         * international/mule-cmds.el (select-safe-coding-system): Fix the
6656         way of deciding eol-type of the coding system.
6658 2006-07-20  Alan Mackenzie  <acm@muc.de>
6660         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
6661         (c-lang-setvar): New macro.
6662         (c-make-init-lang-vars-fun): Use the initialization forms in
6663         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
6664         (comment-start, comment-end, comment-start-skip): Change these from
6665         c-lang-defvar's to c-lang-setvar's.
6667         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
6668         which calls make-local-variable on the elements of
6669         c-emacs-variable-inits.
6670         (c-init-language-vars-for): Call this new macro.
6672 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6674         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6675         Try to rule out false positives due to time stamps.
6676         (compilation-mode-font-lock-keywords): Remove rules made redundant
6677         because of the above change.  Add `segmentation fault' to the known and
6678         highlighted compilation termination messages.
6680 2006-07-19  Kim F. Storm  <storm@cua.dk>
6682         * progmodes/grep.el (grep-find-ignored-directories):
6683         Add .svn and _darcs to list.
6685 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
6687         * dired.el (dired-mode-map): Add key binding `C-te' for
6688         `tumme-dired-edit-comment-and-tags'.
6690         * tumme.el (tumme-display-thumbnail-original-image): Make sure
6691         image display buffer is displayed before call to
6692         `tumme-display-image.
6693         (tumme-dired-display-image): Make sure image display buffer is
6694         displayed before call to `tumme-display-image.
6695         (tumme-mouse-display-image): Make sure image display buffer is
6696         displayed before call to `tumme-display-image.
6697         (tumme-widget-list): Add.
6698         (tumme-dired-edit-comment-and-tags): Add.
6699         (tumme-save-information-from-widgets): Add.
6701 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6703         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
6705 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * progmodes/sh-script.el (sh-font-lock-keywords-1):
6708         Revert inadvertently installed patch hunk.
6710         * progmodes/compile.el (compilation-find-file): Handle the
6711         cases where the user selects a non-existent file.
6713 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
6717 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6719         * subr.el (sit-for): Just sleep-for if noninteractive.
6721 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6723         * emacs-lisp/autoload.el (make-autoload): Use new arg.
6725         * custom.el (custom-autoload): Add `noset' argument.
6726         (custom-push-theme): Don't autoload the variable, let callers do it.
6727         (custom-theme-set-variables): Autoload the variable if necessary.
6729         * cus-edit.el (custom-variable-state-set): If the variable was
6730         originally set outside custom, but to the same value as the default,
6731         consider it to be standard.
6733         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
6734         file *before* telling Emacs to add the autoloads, in case it fails.
6736         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
6737         Use `cond', push', and `dolist'.
6739 2006-07-17  Richard Stallman  <rms@gnu.org>
6741         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
6742         Add defvars to silence warnings.
6744 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6746         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6747         Don't highlight "Compiling file" messages as error.
6749         * dired-aux.el (dired-compress-file): Confirm again if gzipped
6750         file already exists.
6752 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
6754         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
6755         entry, don't assign to free var; simply return the extracted filename.
6756         (ff-treat-as-special): Incorporate common preamble from callers.
6757         (ff-other-file-name, ff-find-the-other-file):
6758         Update call to ff-treat-as-special.
6760         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
6762 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
6764         * tumme.el (tumme-get-comment): Fix bug.
6766 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6768         * files.el: Remove spurious * in docstrings.
6770 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6772         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
6773         grammar.
6774         (allout-beginning-of-current-line): Beware beginning of buffer.
6775         Also, a comment is simplified.
6776         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
6777         when appropriate.  (This fix enables use for other than
6778         bullet-hotspot operation.)
6779         (allout-hide-current-subtree): While escalating to sibling-close,
6780         make sure to situate on a topic.
6782 2006-07-14  Kim F. Storm  <storm@cua.dk>
6784         * emulation/cua-base.el (cua-delete-selection)
6785         (cua-toggle-set-mark): New defcustoms.
6786         (cua-rectangle-modifier-key): Add `alt' modifier.
6787         (cua-replace-region): Don't delete if cua-delete-selection is nil.
6788         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
6789         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
6791         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
6793 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6795         * allout.el: Require 'cl during byte-compilation/interactive load,
6796         for the `assert' macro.
6797         (allout-mode-deactivate-hook): New hook, run when allout mode
6798         deactivates.
6799         (allout-developer): New allout customization subgroup.
6800         (allout-run-unit-tests-on-load): New allout-developer
6801         customization variable, when true allout unit tests are run towards
6802         end of file load/eval.
6803         (allout-inhibit-auto-fill): Disable auto-fill activity even during
6804         auto-fill-mode.
6805         (allout-resumptions): Remove, to be replaced by...
6806         (allout-add-resumptions): Register variable settings to be
6807         reinstated by `allout-do-resumptions'.  The settings are made
6808         buffer-local, but the locality/globality of the suspended setting
6809         is restored on resumption.
6810         (allout-do-resumptions): Reinstate all settings suspended using
6811         `allout-add-resumptions'.
6812         (allout-test-resumptions): Unit tests (and intermediate variables)
6813         for resumptions.
6814         (allout-tests-globally-unbound, allout-tests-globally-true)
6815         (allout-tests-locally-true): Intermediate variables for
6816         resumptions unit tests.
6817         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6818         (allout-exposure-category): Replaces 'allout-overlay-category variable.
6819         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6820         instead of retired `allout-resumptions'.  For hook functions, use
6821         `local' parameter so hook settings are created and removed as
6822         buffer-local settings.  Revise (resumptions) setting
6823         auto-fill-function so it is set only if already active.  (The
6824         related fill-function settings are all made in either case, so
6825         that activating auto-fill-mode activity will have the custom
6826         allout-mode behaviors (hanging indent on topics, if configured for it).
6827         Remove all allout-exposure-category overlays on mode deactivation.
6828         (allout-hotspot-key-handler): New function extracted from
6829         `allout-pre-command-business', so the functionality can be used
6830         for other purposes, eg as a binding in an overlay.
6831         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6832         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6833         customization variable.
6834         (allout-run-unit-tests): Run the (currently quite small)
6835         repertoire of unit tests.  Called just before the provide iff user
6836         has customized `allout-run-unit-tests-on-load' non-nil.
6838 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6840         * emacs-lisp/authors.el (authors-aliases): Update.
6842 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6844         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6845         gdb-source-window.  Add dedicated argument.
6846         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6847         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6848         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6849         (gdb-display-locals-buffer): Use it.
6851         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6852         Set gdb-source-window.
6854 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6856         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6857         minor modes, redundant with the custom-autoload line above.
6859 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6861         * longlines.el (longlines-post-command-function): Handle open-line too.
6863 2006-07-12  Richard Stallman  <rms@gnu.org>
6865         * progmodes/grep.el (grep-last-buffer): Doc fix.
6867         * info.el (Info-try-follow-nearest-node): Doc fix.
6869         * emacs-lisp/edebug.el (edebug-instrument-function):
6870         Err if find-function-noselect gives no position.
6872         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6873         If can't find definition, return nil for position.
6874         (find-function-do-it): Handle new return value
6875         of find-definition-noselect.
6876         (find-definition-noselect, find-variable-noselect): Doc fix.
6877         (find-function-noselect): Doc fix.
6879         * help-mode.el (help-variable-def): Handle find-variable-noselect
6880         returning no position.
6881         (help-function-def): Likewise for find-function-search-for-symbol.
6882         (help-face-def): Likewise.
6884         * help-fns.el (describe-variable): Handle find-variable-noselect
6885         returning no position.
6887         * files.el (locate-file-completion): Avoid duplicates in result.
6889         * cus-edit.el (custom-no-edit): New command.
6890         (custom-mode-map): Remap to custom-no-edit instead of
6891         using suppress-keymap.
6893 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
6895         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6896         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6897         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
6899         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
6901 2006-07-11  Kim F. Storm  <storm@cua.dk>
6903         * ido.el (ido-copy-current-file-name): Use buffer-name if
6904         buffer-file-name is nil.
6906 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
6908         * simple.el (undo-ask-before-discard): Set to nil.
6910         * vc.el (vc-exec-after): Don't delete process manually.
6911         (vc-print-log): Run log-view-mode in process sentinel inside
6912         inhibit-read-only.  Don't shrink window due to timing issues.
6914         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
6915         Avoid using with-output-to-temp-buffer, which clobbers local vars.
6917 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6919         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6920         Fix ambiguity introduced by last change.
6921         (compilation-find-file): Move save-excursion to where it may
6922         make sense.  Fix a left over `find-file'.
6924 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
6926         * textmodes/texinfmt.el (texinfo-format-separate-node):
6927         Insert a string before point, which fits documentation, not after.
6928         (texinfo-multitable-item): In a multitable row, insert any
6929         additional needed @tabs and spaces.
6931 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
6933         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6934         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6935         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
6936         instead of shell-command.
6937         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
6938         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
6939         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
6940         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
6941         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
6942         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
6944 2006-07-11  Kim F. Storm  <storm@cua.dk>
6946         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
6947         Remove special case for seconds < 0.  Use (redisplay t) instead.
6949 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
6951         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
6952         avoid compilation error.
6954         * subr.el (sit-for): New function.
6956         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
6958 2006-07-10  Richard Stallman  <rms@gnu.org>
6960         * ldefs-boot.el (edebug): Update page.
6962 2006-07-10  Kim F. Storm  <storm@cua.dk>
6964         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
6965         to FOR-RELEASE and TODO.
6967 2006-07-10  Romain Francoise  <romain@orebokech.com>
6969         * emacs-lisp/authors.el (authors-aliases): Update.
6971 2006-07-10  Alan Mackenzie  <acm@muc.de>
6973         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
6974         * cc-mode.el: Changes to eradicate eval-after-load.
6976 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
6978         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
6979         on non-char events.
6981 2006-07-09  Romain Francoise  <romain@orebokech.com>
6983         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6984         Don't highlight start/end markers as compilation messages.
6986         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
6987         to t.
6989 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
6993 2006-07-08  Richard Stallman  <rms@gnu.org>
6995         * term/x-win.el (x-handle-display): Add doc string.
6997         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6999         * subr.el (def-edebug-spec): Move here.
7000         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7002         * imenu.el (imenu-choose-buffer-index): Doc fix.
7004 2006-07-08  Romain Francoise  <romain@orebokech.com>
7006         * term/x-win.el (x-display-name): Fix typo.
7008 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7010         * hexl.el (hexl-find-file): Doc fix.
7012         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7014 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
7016         * term/x-win.el (x-display-name): Doc fix.
7018 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7021         long prefixes.
7022         (fill-region-as-paragraph): Don't round up to a whole line.
7023         (fill-comment-paragraph): Don't include the code-before-the-comment
7024         when calling fill-region-as-paragraph.
7026         * international/mule.el (make-char): Remove redundancy.
7028         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7029         property may contain an anonymous function rather than a symbol.
7031         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7033         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7034         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
7036         * dirtrack.el (dirtrack-default-directory-function): Remove.
7037         (dirtrack-directory-function): Use file-name-as-directory.
7038         (dirtrack-windows-directory-function): Simplify.
7039         (dirtrack-forward-slash, dirtrack-backward-slash)
7040         (dirtrack-replace-slash): Remove.
7041         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7042         (dirtrack): Fix wrong parenthesizing; use match-string.
7044         * progmodes/octave-inf.el: Remove spurious * in docstrings.
7045         (inferior-octave-mode): Only change the buffer-local value of
7046         comint-dynamic-complete-functions.
7047         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7048         Move the initialization to the declaration.
7049         (inferior-octave-complete): Remove unused var `filter'.
7051         * shell.el (shell-mode): Only change the buffer-local value of
7052         comint-dynamic-complete-functions.
7054 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7056         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7057         entry is skipped because it has been scheduled.
7058         (org-prepare-agenda-buffers): Don't mark buffers as modified when
7059         changing `:org-archived' and `:org-comment' properties.
7061 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
7063         * server.el (server-select-display): Don't make the temp frame
7064         minibuffer-only, in case it's not a temp frame.
7065         (server-process-filter): Don't delete the temp frame if it's the
7066         only one we have on that display.
7068         * files.el (find-alternate-file): Doc fix.
7070 2006-07-05  Richard Stallman  <rms@gnu.org>
7072         * files.el (abbreviate-file-name): Add save-match-data.
7074 2006-07-03  Richard Stallman  <rms@gnu.org>
7076         * faces.el (read-face-name): Doc fix.
7078 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
7080         * net/goto-addr.el (goto-address): Mark as safe for local evals.
7082 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
7084         * vc.el (vc-diff-internal): Fix prev change.
7086 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7088         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7089         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7091 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7094         fails if the symbol contains chars like ( or '.
7095         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7096         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7097         `short'.
7099 2006-07-04  Kenichi Handa  <handa@m17n.org>
7101         * international/mule-cmds.el (set-language-info): If LANG-ENV is
7102         the current one, don't call set-language-environment, but call one
7103         of set-language-environment-XXX to make INFO effective now.
7104         (set-language-environment): Call set-language-environment-XXX
7105         functions instead of doing the various setups directly.
7106         (set-language-environment-coding-systems): Delete argument eol-type.
7107         (set-language-environment-input-method)
7108         (set-language-environment-nonascii-translation)
7109         (set-language-environment-charset)
7110         (set-language-environment-fontset)
7111         (set-language-environment-unibyte): New functions.
7113 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7115         * locate.el (locate-update-when-revert): New option.
7116         (locate-update-path): New option (suggested by Michael Albinus).
7117         (locate-prompt-for-command): Whitespace change.
7118         (locate-update): No longer offer to update the locate database by
7119         default.  Implement the two new options.
7121 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
7123         * tooltip.el: Move comment about track-mouse...
7125         * progmodes/gud.el: ...to here.
7127 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
7129         * facemenu.el (facemenu-listed-faces): New var.
7130         (facemenu-unlisted-faces): Variable deleted.
7131         (facemenu-add-new-face): Use facemenu-listed-faces.
7133         * emulation/viper-init.el, calendar/calendar.el:
7134         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7136 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7138         * textmodes/org.el (org-mode): Remove no invalid settings for
7139         calc embedded mode.
7140         (org-mode-p): New defsubst.
7141         (org-save-all-org-buffers): New function.
7142         (org-first-headline-recenter): Enclose outline-regexp in group
7143         delimiters.
7144         (org-set-tags): Keep single space after stars.
7146 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7148         * window.el (set-window-text-height): Only set window-min-height to
7149         1 if that's the requested size.
7151         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7152         (diff-unified->context, diff-context->unified)
7153         (diff-reverse-direction): Make sure the end marker stays at the end.
7154         (diff-mode): Add the keymap table at the end of docstring.
7155         Use lexical-let rather than constructing a closure manually.
7157         * files.el (find-file-noselect-1): Remove unused var assignment.
7158         (hack-local-variables-confirm): Print lists of strings as lists of
7159         strings rather than lists of symbols.
7160         (abbreviate-file-name, hack-local-variables-prop-line):
7161         Use match-string.
7162         (hack-one-local-variable): Move `make-local-variable' nearer its use.
7163         (recover-session-finish): Use line-end-position.
7165 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
7167         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7169 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
7171         * progmodes/make-mode.el (makefile-macroassign-regex):
7172         Accept preceding keyword.
7173         (makefile-gmake-statements): Reorganize, now that makepp has
7174         "override" and also handle forgotten "override define".
7175         (makefile-makepp-statements): Add new "global", "override export"
7176         and "override global".
7178 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
7180         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7181         (ada-compile-mouse-goto-error, ada-deactivate-properties)
7182         (ada-no-auto-case): Fix typos in docstrings.
7184 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7186         * info.el (Info-find-node-2): Search for makeinfo version more
7187         carefully.
7189 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7191         * textmodes/org.el (org-prepare-agenda-buffers):
7192         Use `invisible-OK' argument for `org-end-of-subtree'.
7193         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7194         (org-beginning-of-item): Fix bug in regular expression for white line.
7195         (org-export-as-html): Enforce space after bullet in plain list items.
7196         (org-set-autofill-regexps): Require space after plain list bullet
7197         for paragraph-start.
7198         (org-ts-regexp3): New constant.
7199         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7200         (org-timestamp-up-day, org-timestamp-down-day)
7201         (org-timestamp-change): Work with inactive timestamps.
7202         (org-ts-regexp1): Don't allow brackets in time stamps.
7204 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
7206         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7207         for ignoring links.
7209         * faces.el (read-face-name): Use it.
7211 2006-06-28  Juri Linkov  <juri@jurta.org>
7213         * buff-menu.el (list-buffers-noselect): Compare Info file
7214         with the string "dir" to detect Info directory.
7216         * complete.el (partial-completion-mode): In lambda for
7217         `choose-completion-string-functions' use full function signature
7218         with 4 args, and move point to the end of the minibuffer only if arg
7219         `mini-p' is non-nil.
7221 2006-06-28  John Paul Wallington  <jpw@pobox.com>
7223         * ibuffer.el (ibuffer-mode): Doc fix.
7225 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7227         * textmodes/org.el (org-context): New contexts :item-bullet,
7228         :latex-fragment, :latex-preview.
7229         (org-overlays-at, org-overlay-start, org-overlay-end):
7230         New compatibility functions.
7231         (org-inside-LaTeX-fragment-p): More accurate matching, using the
7232         exact regexp that will be used during export.
7233         (org-latex-regexps): New variable.
7234         (org-cdlatex-mode): Improve advice for `texmathp'.
7235         (turn-on-org-cdlatex): New function.
7237 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7239         * term/mac-win.el (mac-handle-font-selection): Change keys of
7240         mac-atsu-font-table from strings to numbers.
7241         (mac-ts-caret-position): Use also when cursor-type is nil.
7242         (mac-ts-update-active-input-area): Add Mac OS Classic support.
7243         Relax condition for using overlay strings.
7244         Use mac-ts-caret-position face when cursor-type is nil.
7246 2006-06-26  Kim F. Storm  <storm@cua.dk>
7248         * help.el (view-emacs-news): Declare `res' in the right let* form.
7250 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
7252         * net/rcompile.el (remote-compile): Replace ange-ftp based
7253         implementation by Tramp functions.
7254         Suggested by Marc Abramowitz <msabramo@gmail.com>.
7256         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7258 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
7260         * international/fontset.el (setup-default-fontset): Fix a typo in
7261         the "Oriya-Akruti" registry name.
7263 2006-06-23  Lars Hansen  <larsh@soem.dk>
7265         * desktop.el (desktop-full-file-name): New function.
7266         (desktop-kill, desktop-save, desktop-remove, desktop-read)
7267         (desktop-revert): Use it.
7268         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7269         (desktop-after-read-hook): Add option list-buffers.
7270         (desktop-locals-to-save): Add tab-width.
7271         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7272         Fix docstring.
7274 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7276         * textmodes/org.el (org-cdlatex-mode-map)
7277         (org-cdlatex-texmathp-advice-is-done): New variables.
7278         (org-cdlatex-mode): New minor mode.
7279         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7280         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7281         (org-export-with-archived-trees): New option.
7282         (org-open-file): Remove the call to `convert-standard-filename'.
7283         (org-archive-tag, org-agenda-skip-archived-trees)
7284         (org-cycle-open-archived-trees)
7285         (org-sparse-tree-open-archived-trees): New options.
7286         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7287         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7288         New functions.
7289         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7290         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7291         (org-mode-map): Add binding for `org-toggle-archive-tag'.
7292         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7293         Call `org-prepare-agenda-buffers'.
7294         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7295         (org-file-apps, org-file-apps-defaults-gnu)
7296         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7297         Handle remote files by forcing them to be opened in Emacs.
7299 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
7301         * vc.el (vc-diff-knows-L): New variable.
7302         (vc-diff-internal): Use it to handle "diff" programs that don't
7303         understand -L.  This works automatically, no user action is necessary.
7305 2006-06-23  Daniel Brockman  <daniel@brockman.se>
7307         * net/rcirc.el (rcirc-default-user-full-name): Default to
7308         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7309         longer exists).
7310         (rcirc-process-list): Check `buffer-live-p' before attempting to
7311         switch to a buffer.
7313 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
7315         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7316         based on rcirc-coding-system-alist.
7318 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
7320         * cus-edit.el (customize-apropos): A better error message.
7321         (top level) <debug-ignored-errors>: Extend and update the list of
7322         ignored error messages.
7324 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
7326         * complete.el (PC-do-completion): Retain capitalization of user
7327         input, when possible, even if completion-ignore-case is set.
7329 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
7331         * generic-x.el (bat-generic-mode): Support .cmd files.
7333         * dos-w32.el (top level): Use find-file-not-found-functions
7334         instead of the obsolete find-file-not-found-hooks.
7336 2006-06-22  Kim F. Storm  <storm@cua.dk>
7338         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7339         to recognize mode name containing submodes, such as Grep/lw.
7341 2006-06-21  Kim F. Storm  <storm@cua.dk>
7343         * simple.el (line-move-1): Check for move-end-of-line instead of
7344         end-of-line when setting temporary-goal-column.
7346 2006-06-21  Miles Bader  <miles@gnu.org>
7348         * play/cookie1.el (cookie): Work properly when there's only one entry.
7350 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
7352         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7353         (gdb-frame-handler): Generalize frame regexp for templates.
7355 2006-06-20  Glenn Morris  <rgm@gnu.org>
7357         * calendar/appt.el (appt-display-format): Default value must be
7358         one of the customize options.
7360 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7362         * term/xterm.el (terminal-init-xterm): Update key availability info.
7363         Bind C-return.
7365         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7367 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
7369         * files.el (hack-local-variables): Run `hack-local-variables-hook'
7370         whether or not a local variables list is defined.
7372         * msb.el (msb): Move `sit-for' hack here to handle both
7373         "mouse-down and drag" and "mouse-up and select" situations.
7374         (mouse-select-buffer): Move `sit-for' hack to `msb'.
7376 2006-06-20  Kenichi Handa  <handa@m17n.org>
7378         * international/characters.el (word-combining-categories):
7379         Add entries for 2-byte Han characters.
7381 2006-06-19  Richard Stallman  <rms@gnu.org>
7383         * bindings.el (mode-line-format): Save some mode line space.
7385         * files.el (find-file-noselect): Improve the question wording.
7386         (basic-save-buffer-2): Mask UMASK against 666.
7388         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7389         (mouse-drag-vertical-line): Call it.
7391         * cus-edit.el (customize-option, customize-option-other-window):
7392         Error if SYMBOL is nil.
7394 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7396         * textmodes/org.el: Require noutline, also on XEmacs.
7397         (org-end-of-subtree): Return point.
7398         (org-dblock-start-re, org-dblock-end-re): New constants.
7399         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7400         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7401         (org-update-all-dblocks, org-find-dblock): New functions.
7402         (org-collect-clock-time-entries): New function.
7403         (org-html-handle-time-stamps): Never export CLOCK timeranges.
7404         (org-fixup-indentation): Modify to deal correctly with lines
7405         starting with TAB.  Only one argument DIFF now.
7406         (org-demote, org-promote): Call `org-fixup-indentation' with just
7407         one argument, DIFF.
7408         (org-mode): Don't mark buffer as modified when aligning tables.
7409         (org-clock-sum): Don't mark buffer modified when adding time sum
7410         properties.
7411         (org-export-as-html): Add support for a link validation function.
7412         (org-archive-all-done): New function.
7413         (org-archive-subtree): New prefix argument.  When set, archive all
7414         done subtrees in this buffer.
7415         (org-remove-clock-overlays)
7416         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7417         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7418         (org-put-clock-overlay): Don't swallow last headline character
7419         when displaying overlay.
7420         (org-store-link): Link to `image-mode' with just the file name.
7422 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7424         * viper-cmd.el (viper-special-read-and-insert-char):
7425         Use read-key-sequence.
7426         (viper-after-change-undo-hook): Misc enhancements.
7427         (viper-after-change-undo-hook): New hook.
7428         (viper-undo): Use viper-after-change-undo-hook.
7429         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7430         (viper-next-line-at-bol): If point is on a widget or a button, simulate
7431         clicking on that widget/button.
7433         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7435         * ediff-diff (ediff-test-patch-utility): Catch errors.
7436         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7437         (ediff-set-actual-diff-options): New function.
7438         (ediff-reset-diff-options, ediff-toggle-ignore-case):
7439         Use ediff-set-actual-diff-options.
7440         (ediff-extract-diffs): Catch errors.
7441         (ediff-whitespace): Add non-breakable space.
7442         (ediff-same-file-contents): Catch errors.
7444         * ediff-mult.el (ediff-collect-custom-diffs):
7445         Save coding-system-for-read.
7447         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7448         (ediff-vc-internal, ediff-vc-merge-internal):
7449         Use ediff-delete-version-file.
7450         (ediff-delete-version-file): New function.
7452         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7454         * ediff.el (ediff-directories, ediff-directory-revisions)
7455         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7456         (ediff-directories-internal, ediff-merge-directory-revisions)
7457         (ediff-merge-directory-revisions-with-ancestor)
7458         (ediff-directories3): Use read-directory-name.
7460 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
7462         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7463         Remove superfluous part of regexp for brace matching which is handled
7464         by `scan-lists' call.
7466 2006-06-16  Richard Stallman  <rms@gnu.org>
7468         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7470         * files.el (basic-save-buffer-2): For a new precious file,
7471         use the default modes in the return value.
7473         * facemenu.el (facemenu-color-alist): Doc fix.
7475         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7477 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7479         * cus-start.el (all): Add mac-ts-script-language-on-focus.
7481         * term/mac-win.el (mac-text-encoding-ascii): New constant.
7482         (mac-utxt-to-string): Use it.
7483         (mac-ts-update-active-input-area): Use mac-ae-number.
7485 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7487         * term.el (term-handle-scroll, term-delete-lines)
7488         (term-insert-lines): Fix off by one errors.
7490 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7492         * net/tramp.el (tramp-touch): Use UTC to express time.
7494 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
7496         * mail/sendmail.el (mail-send): Search explicitly for
7497         mail-header-separator when checking for corrupted header lines.
7499 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
7501         * progmodes/gdb-ui.el (gdb-same-frame): New option.
7502         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7503         (gdb-init-1): Initialise them.
7504         (gdb-starting): Reset gdb-printing
7505         (gdb-starting): Save value of gud-overlay-arrow-position.
7506         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
7507         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
7508         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
7509         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
7511 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
7515 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
7517         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
7518         (ldap-search-internal): Keep error messages, and a regexp fix.
7520 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
7522         * files.el (hack-local-variables-confirm):
7523         Display string value using its printed representation.
7525 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
7527         * server.el (server-edit): No-op if no server buffers exist.
7529 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
7531         * textmodes/page-ext.el (pages-directory-for-addresses):
7532         Including `pages-directory-address-mode' in the function results
7533         in the message "Buffer in which pages were found is deleted".
7535 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
7537         * textmodes/org.el (org-agenda-mode-map): Add bindings for
7538         clocking functions.
7540         (org-agenda-clock-in, org-check-running-clock)
7541         (org-clock-out-if-current, org-remove-clock-overlays)
7542         (org-put-clock-overlay): New functions.
7543         (org-clock-marker, org-clock-file-total-minutes)
7544         (org-clock-overlays): New variables.
7545         (org-clock-display, org-clock-sum, org-clock-cancel)
7546         (org-clock-out, org-clock-in): New commands.
7547         (org-export): New function.
7548         (org-emph-re): New constant.
7549         (org-set-emph-re, org-do-emphasis-faces): New functions.
7550         (org-emphasis-regexp-components, org-emphasis-alist): New options.
7551         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7552         (org-export-html-convert-emphasize): Use the configurable emphasis.
7553         (org-cleaned-string-for-export): Make multiline emphasis visible
7554         to the exporter.  New optional argument PARAMETERS.
7555         (org-export-as-html): Specify :emph-multiline parameter to
7556         `org-cleaned-string-for-export'.
7558 2006-06-10  Richard Stallman  <rms@gnu.org>
7560         * help.el (help-for-help-internal): Clean up help text.
7562 2006-06-10  Andreas Schwab  <schwab@suse.de>
7564         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
7565         in doc string.
7567         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
7569 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
7571         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
7572         spaces after the comment start.
7574 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7576         * play/pong.el (pong-init-buffer):
7577         Fill buffer with spaces instead of ^A.
7579         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
7580         launched asynchronously, delete its process instead of being cool.
7581         (ispell-async-processp): Check for `delete-process' existence
7582         instead of `kill-process' one for consistency.
7584 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
7586         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
7587         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
7588         in mode line at startup.
7590 2006-06-08  Kim F. Storm  <storm@cua.dk>
7592         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
7593         (ido-init-completion-maps): Bind them to M-SPC and M-v.
7594         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
7595         (ido-file-internal): Pass full file name to write-file.
7596         (ido-read-internal): Only pop stack elements automatically if they
7597         actually match an existing directory or file name.
7599 2006-06-07  Kenichi Handa  <handa@m17n.org>
7601         * international/mule.el (find-auto-coding): Don't handle the short
7602         name `char-trans'.
7604         * files.el (hack-local-variables-prop-line)
7605         (hack-local-variables): Cancel the previous change.
7607 2006-06-06  Jesper Harder  <harder@phys.au.dk>
7609         * ediff-diff.el (ediff-test-utility): Protect against file-error.
7611 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
7613         * diff-mode.el (diff-mode): Set buffer-read-only to t when
7614         diff-default-read-only is non-nil.
7615         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
7616         (diff-refine-hunk): Set inhibit-read-only to t.
7618         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7619         modifying the *Diff* buffer.
7620         (diff-process-filter): New filter function for diff process that
7621         sets inhibit-read-only to t when modifying the *Diff* buffer.
7623 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
7625         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
7626         insertion point and control the number of empty lines.
7627         (org-paste-subtree): Limit the number of empty lines at the end of
7628         the inserted tree.
7629         (org-agenda): Use buffer name of current file for narrowing.
7630         (org-export-as-xml): Command removed.
7631         (org-export-xml-type): Option removed.
7632         (org-mode-map): Call `org-export-as-xoxo' directly.
7633         (org-get-indentation): New optional argument LINE.
7634         (org-fix-indentation, org-remove-tabs): New functions.
7635         (org-export-as-ascii, org-ascii-level-start): Determine and apply
7636         correct indentation for headlines that are converted it items.
7637         (org-skip-comments): Remove table lines that contain narrowing
7638         cookies but no other non-empty fields.
7639         (org-set-tags): Allow groups of mutually exclusive tags.
7640         (org-cmp-time): Sort 24:21 before items without time.
7641         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
7642         (org-open-at-point): Require double colon also for numbers.
7644 2006-06-06  Kim F. Storm  <storm@cua.dk>
7646         * ido.el (ido-default-file-method, ido-default-buffer-method):
7647         Make choice values consistent with corresponding command names.
7648         (ido-visit-buffer): Update accordingly.  Default to selected-window.
7650 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
7652         * progmodes/gud.el (gud-running): Fix doc string.
7653         (gud-menu-map): Use :visible instead fo :enable for debugger test.
7654         (gud-tooltip-modes): Add python-mode.
7655         (gud-tooltip-print-command): Add pdb.  Remove perldb.
7657 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
7659         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
7660         Quote $(EMACS).
7662 2006-06-05  Richard Stallman  <rms@gnu.org>
7664         * faces.el (defined-colors): Doc fix.
7666 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
7668         * vc.el (vc-process-filter): Inhibit undo info collection around
7669         call to insert.
7670         (vc-setup-buffer): Likewise for call to erase-buffer.
7671         (vc-do-command): Likewise for call to process-file.
7673 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
7675         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
7676         for gud-go.
7677         (gud-common-init): Other debuggers may trigger error.
7679 2006-06-05  Kenichi Handa  <handa@m17n.org>
7681         * international/mule.el (find-auto-coding):
7682         Handle enable-character-translation in file header.
7684 2006-06-04  Kim F. Storm  <storm@cua.dk>
7686         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
7687         (authors-fixed-entries): Fix spelling.
7688         (authors-canonical-file-name): Don't report error for wildcards.
7690         * help.el (view-emacs-news): Rewrite to support new NEWS,
7691         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
7692         e.g. version 10 matches 1.10, and don't be confused by version 1.1
7693         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
7695 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
7697         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
7698         exec constructs like `foo bar`.
7699         (sh-quoted-subshell): New helper function to search for a possibly
7700         nested subshell (like `` or $()) within a "" quoted string.
7701         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
7702         (sh-apply-quoted-subshell): Flag quote characters inside a
7703         subshell, which is itself already in a quoted region, as
7704         punctuation, since this is the closest to what they actually are.
7705         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
7706         sh-apply-quoted-subshell.
7707         (sh-font-lock-syntactic-face-function): Apply the new face for
7708         text inside `` instead of the old font-lock-string-face.
7710 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7712         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
7713         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
7714         (mac-bytes-to-text-range, mac-ae-text-range-array)
7715         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
7716         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
7717         (mac-ts-unicode-for-key-event): New functions.
7718         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
7719         (mac-handle-font-selection): Use mac-ae-number.
7720         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
7721         New variables.
7722         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
7723         (mac-ts-converted-text, mac-ts-selected-converted-text)
7724         (mac-ts-block-fill-text, mac-ts-outline-text)
7725         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
7726         (mac-ts-hilite-style-faces): New constant.
7727         (mac-apple-event-map): Bind text input events.
7728         (mac-dispatch-apple-event): Use command-execute instead of
7729         call-interactively.
7730         (global-map): Don't bind mac-apple-event.
7731         (special-event-map): Bind mac-apple-event.
7733 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
7735         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
7736         file name.
7737         (emacs): Enclose the value of $(EMACS) in quotes.
7739 2006-06-02  Juri Linkov  <juri@jurta.org>
7741         * international/mule.el (sgml-html-meta-auto-coding-function):
7742         Remove the condition `(search-forward "<html" size t)'.
7743         Replace `\"' with `[\"']?' in `re-search-forward'.
7745 2006-06-02  Kenichi Handa  <handa@m17n.org>
7747         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
7748         as well as `coding'.
7749         (hack-local-variables): Likewise.
7751         * international/mule.el (enable-character-translation):
7752         Put permanent-local and safe-local-variable properties.
7753         (find-auto-coding): Handle char-trans: tag.
7755 2006-06-02  Juri Linkov  <juri@jurta.org>
7757         * international/mule.el (sgml-html-meta-auto-coding-function):
7758         Limit the search by the end of the HTML header (if any).
7760 2006-06-01  Richard Stallman  <rms@gnu.org>
7762         * subr.el (with-current-buffer): Doc fix.
7764 2006-06-02  Masatake YAMATO  <jet@gyve.org>
7766         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
7767         Almost rewrite.  Underlines over all lines of gcov output are too
7768         uncomfortable to read.  Suggested by Dan Nicolaescu.
7770 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
7772         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
7774         * shell.el (shell-mode): Use shell-mode-map in docstring.
7776         * comint.el (comint-send-input): Do not add help-echo and
7777         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
7779 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7781         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
7783 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7785         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
7786         (gdb-stopped, gdb-info-stack-custom): If there is no source info
7787         look up the stack and pop up GUD buffer if necessary.
7788         (gdb-frames-select): Remove redundant call to gud-display-frame.
7789         (gdb-info-threads-custom): Keep point at start of buffer.
7790         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
7792 2006-05-31  Juri Linkov  <juri@jurta.org>
7794         * replace.el (query-replace-read-from, query-replace-read-to):
7795         Bind `history-add-new-input' to nil.  Call `add-to-history'.
7797 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7799         * textmodes/table.el: Convert all HTML tags to lower case for
7800         XHTML compatibility.
7802 2006-05-31  Masatake YAMATO  <jet@gyve.org>
7804         * progmodes/compile.el:
7805         (compilation-error-regexp-alist-alist::gcov-called-line):
7806         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
7808 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
7810         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
7811         Revert inadvertent changes made with last commit.
7813 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7815         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
7816         New functions.
7818         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7820 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7822         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7823         only matches in the right place.
7824         (org-upcoming-deadline): New face.
7825         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7826         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7827         and make it an option.
7828         (org-export-ascii-bullets): New option.
7829         (org-export-as-html): Many changes to emit valid XHTML.
7830         (org-par-open): New variable.
7831         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7832         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7833         (org-timeline): Pass `org-timeline-show-empty-dates' to
7834         `org-get-all-dates'.  Interpret empty dates returned by
7835         `org-get-all-dates'.
7836         (org-get-all-dates): New argument EMPTY.  Add dates without
7837         entries to the list, mark large ranges of empty dates.
7838         (org-point-in-group, org-context): New functions.
7840 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7842         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7844         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7845         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7846         to C-mouse-3 (for 2 button mice).
7847         (gdb-send): Do the right thing for C-d.
7849         * speedbar.el (speedbar-detach): Delete.
7850         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7851         it breaks things.
7852         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7854 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7856         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7857         Makeppfile.
7859         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7860         Add makepp diagnostic.
7862 2006-05-29  Richard Stallman  <rms@gnu.org>
7864         * window.el (fit-window-to-buffer): Doc fix.
7866         * help.el (temp-buffer-max-height): Doc fix.
7868         * subr.el (with-current-buffer): Doc fix.
7870 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7872         * term/x-win.el: Bind F10 to menu-bar-start if available.
7874 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7876         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7877         uses with a simple test.
7878         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7879         (term-send-raw-string, term-send-raw, term-mouse-paste)
7880         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7881         (term-handle-exit, term-read-input-ring)
7882         (term-previous-matching-input-string)
7883         (term-previous-matching-input-string-position)
7884         (term-previous-matching-input-from-input)
7885         (term-replace-by-expanded-history, term-send-input)
7886         (term-skip-prompt, term-bol, term-send-invisible)
7887         (term-kill-input, term-delchar-or-maybe-eof)
7888         (term-backward-matching-input, term-check-source)
7889         (term-proc-query, term-emulate-terminal)
7890         (term-handle-colors-array, term-process-pager, term-pager-line)
7891         (term-pager-bob, term-unwrap-line, term-word)
7892         (term-dynamic-complete-filename)
7893         (term-dynamic-complete-as-filename)
7894         (term-dynamic-simple-complete): Replace one arm ifs with whens or
7895         unlesses.
7897 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7899         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
7900         during bootstrapping.
7902         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
7903         Basically undo the change of 2006-05-26: use extra arguments instead of
7904         dynamic scoping.
7905         (ewoc-locate): Remove unused var `footer'.
7907 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
7911         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
7912         (generate-file-autoloads): Obey it.  Return whether autoloads were
7913         added at point or not.
7914         (update-file-autoloads): Use this new return value.
7915         Remove redundant test for the presence of an autoload cookie.
7917         * emacs-lisp/autoload.el (autoload-find-file): New fun.
7918         This one calls hack-local-variables.
7919         (generate-file-autoloads, update-file-autoloads): Use it.
7921         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
7922         (bibtex-sort-entry-class): Add safe-local-variable predicate.
7923         (bibtex-sort-entry-class-alist): Don't set the global value.
7924         (bibtex-init-sort-entry-class-alist): New fun.
7925         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
7926         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
7927         of bibtex-init-sort-entry-class.
7929 2006-05-28  Richard Stallman  <rms@gnu.org>
7931         * subr.el (load-history-regexp): If FILE is relative, insist
7932         entire last name component must match it.
7933         (load-history-filename-element, load-history-regexp): Doc fixes.
7935 2006-05-29  Kim F. Storm  <storm@cua.dk>
7937         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
7938         `pos' and `raw-data' for clarity, as eval forms may access these.
7940 2006-05-28  Kim F. Storm  <storm@cua.dk>
7942         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
7944 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7946         * progmodes/make-mode.el (makefile-browser-map)
7947         (makefile-mode-syntax-table): Move initialization inside declaration.
7948         (makefile-fill-paragraph): Use the default comment-filling code.
7950 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
7952         * replace.el (query-replace-defaults): New variable.
7953         (query-replace-read-from): Use `query-replace-defaults' for
7954         default value, instead of history list.
7955         (query-replace-read-to): Update `query-replace-defaults'.
7957 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
7959         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
7960         with no X toolkit.
7962 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
7964         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
7965         (tumme-show-all-from-dir): Add autoload.
7967 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7969         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
7970         (tumme-remove-tag): Fix bug.
7972 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7974         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
7975         FOOTER args.  Update unique caller.
7976         (ewoc-delete): Compute last node once before looping.
7977         (ewoc--node-branch): Merge into unique caller.
7978         (ewoc--node): Don't define constructor make-ewoc--node for this
7979         structure.
7980         (ewoc): Add member `hf-pp' to this structure.
7981         (ewoc--wrap): New func.
7982         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
7983         header/footer pretty-printers.  Save header/footer pretty-printer.
7984         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
7986         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
7988 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
7990         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
7991         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
7992         Tag'.  Change "Compare directories..." to "Change Directories...".
7993         Move tumme commands to Operate, Regexp and Immediate menus.
7994         Change "Add Comment" to "Add Image Comment".  Change "Add Image
7995         Tag" to "Add Image Tags".
7997         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
7998         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
7999         `tumme-delete-tag'.
8001 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8003         * shell.el (shell-mode): Call shell-dirtrack-mode after
8004         list-buffers-directory is made a local variable, to avoid setting
8005         the default value.
8007 2006-05-26  Kevin Ryde  <user42@zip.com.au>
8009         * info.el (Info-index-next): Use where-is-internal to report
8010         actual binding of Info-index-next, rather than hard-coded `,'.
8012 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8014         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8015         and "Find Command in Manual" to here.
8017         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8018         Info-current-file as the file name.
8020 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
8022         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
8023         overrides will now be done a different way.
8024         (ses-set-parameter): Reapply this function for undo.
8025         (ses-set-header-row): Reconstruct header row during undo.
8026         (ses-widen): New function.
8027         (ses-goto-data, ses-reconstruct-all): Use new function.
8028         (ses-command-hook): Widen buffer during undo, before unupdating
8029         the cells.
8030         (ses-insert-row, ses-delete-row): Widen buffer during undo.
8031         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8032         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8033         formula hasn't been executed yet.
8035 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8037         * comint.el (comint-kill-whole-line): Rename arg to count.
8038         Fix doc string.
8040 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
8042         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8043         to copy-file.
8045 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8047         * simple.el (toggle-truncate-lines): Make arg optional for
8048         backward compatibility.
8050 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
8052         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8053         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8054         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
8055         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8056         (ewoc--adjust): Use ewoc--current-dll.
8057         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8059 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8061         * textmodes/org.el (org-next-item, org-previous-item): Emit more
8062         compact error message.
8063         (org-tags-view): Refresh category table in each file.
8064         (org-table-justify-field-maybe): Remove superfluous arguments to
8065         `format'.
8066         (org-export-as-html): Insert "<p>" before postamble.
8067         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8069 2006-05-26  Kenichi Handa  <handa@m17n.org>
8071         * textmodes/po.el (po-find-charset): Pay attention to the case
8072         FILENAME is a cons (NAME . BUFFER).
8073         (po-find-file-coding-system-guts): Likewise.
8075         * arc-mode.el (archive-set-buffer-as-visiting-file):
8076         Call find-operation-coding-system with (FILENAME . BUFFER).
8078         * tar-mode.el (tar-extract): Call find-operation-coding-system
8079         with (FILENAME . BUFFER).
8081         * international/mule.el (decode-coding-inserted-region):
8082         Call find-operation-coding-system with (FILENAME . BUFFER).
8084 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8086         * image-mode.el (image-toggle-display): Use buffer contents to
8087         generate image for a remote file.
8089 2006-05-25  Juri Linkov  <juri@jurta.org>
8091         * replace.el (query-replace-read-from, query-replace-read-to):
8092         Remove 8th arg KEEP-ALL in read-from-minibuffer.
8094 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
8096         * whitespace.el (whitespace-cleanup): Change to cleanup
8097         region if one is active.
8098         * whitespace.el (whitespace-cleanup-internal): New internal method.
8100 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8102         * dired.el (dired-mode-map): Add help-echo strings to tumme
8103         commands.  Bind `tumme-dired-display-image' to C-t i.
8105         * tumme.el (tumme-display-image): Change documentation string slightly.
8106         (tumme-dired-display-image): Add call to `display-buffer'.
8108 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8110         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8111         Signal error if RAW-DATA is a multibyte string.
8113 2006-05-24  Richard Stallman  <rms@gnu.org>
8115         * subr.el (with-local-quit): When handling `quit' signal,
8116         make a chance for quit-flag to cause a quit.
8118         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8119         (ad-disable-advice): Add autoloads.
8121         * subr.el (read-passwd): Copy PROMPT before changing its properties.
8123 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8125         * dired.el (dired-mode-map): Change menu items for tumme as per
8126         suggestions in emacs-devel.
8128 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8130         * dired.el (dired-mode-map): Fix breakage.
8132 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8134         * tumme.el (tumme-display-dired-image): Rename to...
8135         (tumme-dired-display-image): ...this.
8136         (tumme-track-movement): Change default value to t.
8137         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8138         used from `tumme-next-line-and-display' and similar commands.
8140         * dired.el (dired-mode-map): Add Thumbnail submenu under the
8141         Immediate menu.  Add some tumme commands there.
8143 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8145         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8147 2006-05-24  Chong Yidong  <cyd@mit.edu>
8149         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8150         menu entries that open submenus.
8152 2006-05-24  Alan Mackenzie  <acm@muc.de>
8154         * startup.el (command-line): For names of preloaded files, don't
8155         append ".elc" (now done in Fload), and call file-truename on the
8156         lisp directory.
8158         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
8159         match ANY loaded file with the right name, not just those in
8160         load-path.  Put a regexp matching the file name into
8161         after-load-alist, rather than the name itself.
8163         * subr.el (load-history-regexp, load-history-filename-element)
8164         (do-after-load-evaluation): New functions.
8166         * international/mule.el (load-with-code-conversion): Do the
8167         eval-after-load stuff by calling do-after-load-evaluation.
8169 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8171         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8172         has not been killed.
8174 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8176         * term/mac-win.el: Set idle timer to clean up expired Apple events.
8177         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8178         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8179         Optionally set error message in reply.
8181 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8183         * textmodes/org.el (org-open-at-point): Use renamed variable
8184         `org-confirm-shell-link-function'.
8185         (org-confirm-shell-link-function): Rename from
8186         `org-confirm-shell-links'.
8187         (org-export-directory): New function.
8188         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8189         (org-export-icalendar): Use `org-export-directory'.
8190         (org-indent-item): Keep cursor position.
8191         (org-link-file-path-type): New option.
8192         (org-export-as-html): Fix bug with plain lists starting in
8193         column 0.
8194         (org-export-as-html): Remove deadline formatting, this happens
8195         now already in `org-html-handle-time-stamps'.
8196         (org-export-html-style): Deadline class removed.
8197         (org-insert-labeled-timestamps-at-point): New option.
8198         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8199         of `hide-sublevels 1', in case the first headline is not level 1.
8200         (org-overview, org-content): New fuction.
8201         (org-cycle-global-status, org-cycle-subtree-status): Make these
8202         variables buffer-local.
8203         (org-global-cycle): New command.
8204         (org-shifttab): Use `org-global-cycle'.
8205         (org-insert-heading, org-insert-item): Go to end of new
8206         headline/item after creating it.
8207         (org-export-visible): Rename from `org-export-copy-visible'.
8208         Now creates a temporary org-file and applies an exporting command
8209         to it.
8210         (org-table-eval-formula): Support for lisp forms.
8211         (org-agenda-todo-ignore-scheduled): New option.
8212         (org-agenda-get-todos): Use new option
8213         `org-agenda-todo-ignore-scheduled'.
8214         (org-export-html-inline-images): New value `maybe'.
8215         (org-export-as-html): Inlining of images dependent on link description.
8216         (org-archive-subtree): Check for end-of-buffer before trying
8217         `kill-line'.
8218         (org-agenda-follow-mode): New option.
8219         (org-export-with-tags, org-export-with-timestamps): New options.
8220         (org-html-handle-time-stamps): New function.
8221         (org-keyword-time-regexp): New variable.
8222         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8223         (org-agenda-todo-list-sublevels): New option.
8224         (org-html-level-start): When TITLE is nil, just close all levels.
8225         (org-parse-key-lines, org-parse-export-options): Remove functions,
8226         replaced by `org-infile-export-plist'.
8227         (org-combine-plists, org-infile-export-plist)
8228         (org-default-export-plist): New functions.
8229         (org-export-html-preamble, org-export-html-postamble)
8230         (org-export-html-auto-preamble, org-export-html-auto-postamble):
8231         New variables.
8232         (org-export-publishing-directory): New option.
8233         (org-export-as-html, org-export-as-ascii): Use the new property
8234         lists for settings.
8235         (org-export-copy-visible, org-export-as-xoxo):
8236         Respect `org-export-publishing-directory'.
8237         (org-link-search, org-store-link, org-file-apps): Support for
8238         links to BibTeX database entries..
8239         (org-get-current-options, org-set-regexps-and-options):
8240         Implement logging as a startup option.
8241         (org-store-link): Make sure context string is never empty
8242         (org-insert-link): Use relative path when possible.
8243         (org-at-item-checklet-p): New function.
8244         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8245         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8246         (org-metaright, org-metaup, org-metadown, org-shiftup)
8247         (org-shiftdown, org-shiftright, org-shiftleft)
8248         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8249         Dispatch using `call-interactively'.
8250         (org-call-with-arg): New defsubst.
8251         (org-tag-alist, org-use-fast-tag-selection): New options.
8252         (org-complete): Use `org-tag-alist'.
8253         (org-fast-tag-insert, org-fast-tag-selection): New functions.
8254         (org-next-item, org-previous-item): New commands.
8255         (org-beginning-of-item, org-end-of-item): Add (interactive) to
8256         make command.
8257         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8259 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
8261         * emacs-lisp/ewoc.el (ewoc-delete): New function.
8262         (ewoc-filter): Use `ewoc-delete'.
8264         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8266 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8268         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8269         Signal more user-friendly error messages.
8271         * complete.el (PC-do-completion): Undo the addition of implicit
8272         wildcards if they did not lead to finding any match.
8273         (read-file-name-internal): Don't add the final > if the completion is
8274         not finished.
8276 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8278         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8279         Quote safe-local-variable predicate.
8281 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8283         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8285 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8287         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8289         * progmodes/make-mode.el (makefile-special-targets-list)
8290         (makefile-macro-table, makefile-target-table): Mark as risky.
8291         (makefile-query-one-target-method): Make this the alias for the
8292         following variable.
8293         (makefile-query-one-target-method-function): Make this the real name.
8295         * textmodes/artist.el (artist-text-renderer): Make this the alias
8296         for the following variable.
8297         (artist-text-renderer-function): Make this the real name.
8299         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8300         the alias for the following variable.
8301         (flyspell-generic-check-word-predicate): Make this the real name.
8303         * textmodes/ispell.el (ispell-format-word): Make this the alias
8304         for the following variable.
8305         (ispell-format-word-function): Make this the real name.
8306         (ispell-message-text-end): Mark as risky.
8308         * skeleton.el (skeleton-transformation, skeleton-filter)
8309         (skeleton-pair-filter): Make these the aliases for the following
8310         variables.
8311         (skeleton-transformation-function, skeleton-filter-function)
8312         (skeleton-pair-filter-function): Make these the real names.
8314         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8315         and skeleton-pair-filter-function.
8317         * textmodes/sgml-mode.el (sgml-transformation): Make this the
8318         alias for the following variable.
8319         (sgml-transformation-function): Make this the real name.
8320         (sgml-tag-alist): Mark as risky.
8322 2006-05-21  Richard Stallman  <rms@gnu.org>
8324         * simple.el (kill-region): Interactively, pass point, then mark.
8326 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8328         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8330 2006-05-21  Romain Francoise  <romain@orebokech.com>
8332         * dired-x.el (dired-mode-map): Don't bind M-g.
8334 2006-05-20  Richard Stallman  <rms@gnu.org>
8336         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8337         (dired-goto-file): Doc fix.
8339 2006-05-21  Kim F. Storm  <storm@cua.dk>
8341         * emulation/cua-base.el: Mention customizing cua-mode as alternative
8342         way to enable built-in cua-mode if user loads older CUA-mode package.
8344         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8345         if default-filename is specified.
8347 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8349         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8351         * info.el (info-apropos): Make sure current-file and current-node
8352         have non-nil values.  Speed up by using add-to-list instead of
8353         manual consing.
8355 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8357         * progmodes/make-mode.el (makefile-mode): Doc fix.
8359 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8361         * dired-aux.el (dired-do-shell-command): Doc fix.
8363 2006-05-20  Kevin Ryde  <user42@zip.com.au>
8365         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8366         ``(custom-manual :tag "Foo" "(foo)Node")''.
8368 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
8370         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8371         value is an integer.
8373 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8375         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8376         "format".
8377         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8379 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
8381         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8382         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8384 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8386         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8387         regexp for keywords.
8389 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
8391         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8392         replace-regexp-in-string.
8394         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8395         encode, and escape file name on conversion to URL.
8397 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8399         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8400         Don't unescape URL.
8401         (dnd-get-local-file-name): Unescape URL on conversion to file name.
8403         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8404         on conversion to URLs.
8406         * net/browse-url.el (browse-url-file-url): Encode file name on
8407         conversion to URL.
8409         * term/mac-win.el (mac-ae-open-documents): Escape file name on
8410         conversion to URL.
8412 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
8414         * progmodes/cc-styles.el (c-style-alist): Doc fix.
8416 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8418         * term/mac-win.el (mac-bytes-to-digits): Remove function.
8419         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8421 2006-05-19  Glenn Morris  <rgm@gnu.org>
8423         * calendar/diary-lib.el (diary-bahai-date)
8424         (list-bahai-diary-entries, mark-bahai-diary-entries)
8425         (mark-bahai-calendar-date-pattern): Not interactive.
8426         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
8427         (diary-entries-list): Change format of 4th element in each entry.
8428         (diary-list-entries): Use add-to-diary-list.
8429         (diary-goto-entry): Handle the case where the buffer visiting the
8430         diary has been killed.
8431         (fancy-diary-display): Add 'locator to button rather than 'marker.
8432         Only generate temp-face when there are marks to apply.
8433         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8434         (diary-fancy-date-pattern): New variable.
8435         (diary-time-regexp): Doc fix.
8436         (diary-anniversary, diary-time): New faces.
8437         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8438         diary-time-regexp.  Add font-lock-multiline property where needed.
8439         Use new faces diary-anniversary and diary-time.
8440         (diary-fancy-font-lock-fontify-region-function): New function, to
8441         handle multiline font-lock pattern in fancy diary.
8442         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8443         (diary-font-lock-keywords): Tweak time regexp.  Use new face
8444         diary-time.
8446 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
8448         * international/code-pages.el (mik): Table corrected.
8450 2006-05-18  Kim F. Storm  <storm@cua.dk>
8452         * progmodes/grep.el (grep-find): Don't check grep-find-command
8453         before running command (breaks non-interactive usage).
8455 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
8457         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8458         (ewoc--insert-new-node): Don't insert trailing newline.
8459         Instead, adjust successor nodes's start markers.
8460         (ewoc--refresh-node): Delete all text from current node's start
8461         marker to the next one's; adjust successor nodes's start markers.
8462         (ewoc--create): Doc fixes.
8463         (ewoc--refresh): Don't insert newline.
8464         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8465         * pcvs.el (cvs-make-cvs-buffer):
8466         Specify extra newline for ewoc's header and footer.
8467         (cvs-update-header): Update initial header recognition.
8468         Append newline to final header and footer values.
8469         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8471 2006-05-17  Richard Stallman  <rms@gnu.org>
8473         * files.el (file-name-extension): Doc fix.
8475 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8478         we can explicitly enable/disable rather than toggle.
8479         (shell-mode): Use it.
8480         (shell-cd): Don't try to reproduce what `cd' does.
8482 2006-05-17  Kim F. Storm  <storm@cua.dk>
8484         * ido.el (ido-read-internal): Use only nondirectory part of
8485         default item.
8487 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
8489         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8490         (ewoc-nth): Doc fix.
8492         (ewoc-map, ewoc-invalidate): Compute PP before looping.
8494 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
8496         * international/mule.el (auto-coding-alist): Add .lha to files
8497         read with no-conversion.
8499         * files.el (auto-mode-alist): Add .lha files to archive file
8500         extensions.
8502         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8503         Convert csize to integer when computing offsets within the
8504         compressed archive file.
8506 2006-05-16  Kim F. Storm  <storm@cua.dk>
8508         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
8509         with read-from-minibuffer.
8511 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8513         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
8514         (byte-compile-warnings): Fix safe-local-variable property.
8516 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
8518         * allout.el (allout-show-bodies, allout-old-style-prefixes)
8519         (allout-stylish-prefixes, allout-numbered-bullet)
8520         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
8521         predicates to qualify `safe-local-variable' property, when
8522         available, else use equivalent lambda.
8523         (allout-current-topic-collapsed-p): Do the right thing regarding
8524         trailing blank lines.
8526 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8528         * server.el (server-start): Only create a directory if needed.
8529         (server-edit, server-unload-hook): server-start => server-mode.
8530         (kill-emacs-hook): Cleanup upon exit.
8532 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8534         * hexl.el (hexlify-buffer): Encode process arguments manually.
8536 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
8538         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
8539         call to gdb-tooltip-print.
8541 2006-05-15  Romain Francoise  <romain@orebokech.com>
8543         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
8544         systems, default to "tar" since those systems probably have GNU tar.
8546 2006-05-14  Lars Hansen  <larsh@soem.dk>
8548         * desktop.el (desktop-missing-file-warning): Fix docstring.
8549         (desktop-restore-file-buffer): Correct question asked on missing file.
8551 2006-05-14  Kim F. Storm  <storm@cua.dk>
8553         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
8554         Add CUA move property.
8556 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
8558         * custom.el (custom-push-theme): Load the variable before checking
8559         its `standard-value'.
8561 2006-05-13  Lars Hansen  <larsh@soem.dk>
8563         * desktop.el (desktop-save): Use with-temp-buffer.
8565 2006-05-12  Glenn Morris  <rgm@gnu.org>
8567         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
8568         * calendar/calendar.el (calendar-mode-map):
8569         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
8570         * calendar/appt.el (appt-check, appt-make-list): Refer to
8571         diary-view-entries, diary-list-entries, diary-show-all-entries
8572         rather than obsolete aliases.
8574 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
8576         * simple.el (line-move-finish): Avoid calling point motion hooks
8577         while processing intangibility.
8579 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8581         * term/xterm.el (terminal-init-xterm): Fix typo.
8583 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
8585         * allout.el (allout-view-change-hook): Mark as being deprecated,
8586         to be replaced by `allout-exposure-change-hook'.
8587         (allout-exposure-change-hook): New, replacing
8588         `allout-view-change-hook'.
8589         (allout-flag-region): Run new hook `allout-exposure-change-hook',
8590         in addition to `allout-view-change-hook'.
8591         (allout-show-bodies, allout-old-style-prefixes)
8592         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
8593         lambda forms to prevent their showing up in variable help
8594         presentations as inscrutable byte-compiled code.
8595         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
8596         Use string-or-null-p to qualify safe-local-variable values.
8597         (allout-reindent-bodies): Use memq to qualify matches against
8598         valid safe-local-variable values.  Also, quote the lambda as above.
8599         (allout-use-mode-specific-leader): Add missing candidate-value
8600         symbols, use memq, and quote the lambda.
8601         (allout-overlay-interior-modification-handler): Remove unused
8602         variables `msg' and 'opened'.
8603         (allout-hidden-p): Constrain invisibility consideration to allout's
8604         invisibility spec, disregarding invisibility for other reasons.
8606 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
8608         * files.el (version-control): Correct safe values.
8610 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
8612         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
8614         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
8615         (ewoc--insert-new-node): New func.
8616         Update callers of deleted funcs to use it, instead.
8618 2006-05-11  Glenn Morris  <rgm@gnu.org>
8620         * calendar/calendar.el (diary-show-all-entries): Do not refer to
8621         obsolete alias `show-all-diary-entries'.
8622         (make-diary-entry): Not interactive.
8623         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
8624         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8625         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8626         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8627         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8628         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
8630 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8632         * calendar/calendar.el (calendar-french-date-string)
8633         (calendar-mayan-date-string, calendar-chinese-date-string)
8634         (calendar-astro-date-string, calendar-iso-date-string)
8635         (calendar-islamic-date-string, calendar-bahai-date-string)
8636         (calendar-hebrew-date-string, calendar-coptic-date-string)
8637         (calendar-ethiopic-date-string, calendar-persian-date-string):
8638         These functions are not interactive.
8640 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
8642         * files.el: Balance parentheses.
8644 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
8646         * files.el, newcomment.el, outline.el, simple.el,
8647         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
8648         * progmodes/cc-vars.el, progmodes/compile.el:
8649         Move `safe-local-variable' declarations to the respective files.
8651         * help-fns.el (describe-variable): Don't print safe-var if it is
8652         byte-code.  Improve wording as suggested by Luc Teirlinck.
8654 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8656         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
8657         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
8658         Use a token for pending-triggers to ensure gdb-var-update
8659         gets called once per user input again for pre-GDB 6.4.
8660         (gdb-var-delete): Match on more complex expressions.
8661         (gdb-var-list-children-handler, gdb-var-create-handler):
8662         Use a token for consistency.
8664 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
8666         * textmodes/org.el (org-read-date, org-goto-calendar)
8667         (org-agenda-goto-calendar):
8668         Bind `view-calendar-holidays-initially' to nil.
8670 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
8672         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
8673         Update all callers to do it there, instead.
8675 2006-05-10  Glenn Morris  <rgm@gnu.org>
8677         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
8678         prefix arg case, to avoid view-diary-entries-initially error.
8679         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8680         (calendar-date-is-legal-p): Handle dates with no day part.
8682 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8684         * comint.el (comint-insert-input): Just make it when
8685         comint-use-prompt regexp is nil (default) and with the mouse.
8686         (comint-copy-old-input): Reinstate from 2004-06-23.
8687         (comint-mode-map): Bind C-c C-m to it.
8689 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
8691         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
8692         Remove spurious move to point-max (new comint behavior fixes).
8694         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
8695         compatibility function (Emacs 18/19).
8696         (idlwave-is-continuation-line): Always return point at start of
8697         previous non-blank continuation line.
8698         (keyword-parameters): Fix continued comment font-lock matcher.
8699         (idlwave-font-lock-fontify-region): Written, use as
8700         font-lock-fontify-region-function, to fix continued keyword
8701         fontification issues.
8703 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8705         * term/mac-win.el (mac-font-panel-mode): Doc fix.
8706         (mac-service-selection, mac-service-open-file)
8707         (mac-service-open-selection, mac-service-mail-selection)
8708         (mac-service-mail-to, mac-service-insert-text): Rename from
8709         mac-services-*.  All uses changed.
8710         (mac-apple-event-map): Rename event symbol `services' to `service'.
8712 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
8714         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
8715         (ewoc--node-enter-first, ewoc--node-enter-last)
8716         (ewoc--delete-node-internal): Merge funcs into unique callers.
8718 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
8720         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
8721         return value of read-from-minibuffer for empty input.
8723 2006-05-09  Miles Bader  <miles@gnu.org>
8725         * comint.el (comint-insert-input): Remove redundant calls to setq
8726         and goto-char.
8728 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
8730         * comint.el (comint-insert-input): Make it work when
8731         comint-use-prompt-regexp is t.
8733 2006-05-10  Miles Bader  <miles@gnu.org>
8735         * subr.el (field-at-pos): New function.
8737         * comint.el (comint-insert-input): Use it.
8739 2006-05-09  Juri Linkov  <juri@jurta.org>
8741         * battery.el (battery-linux-proc-acpi): Also try
8742         `/proc/acpi/thermal_zone/THR2/temperature'.
8744         * files.el <safe-local-variable>: Remove `eval' and `let' binding
8745         for now unused lambda `string-or-null'.
8747         * add-log.el (change-log-default-name): Put `string-or-null-p'
8748         instead of lambda on `safe-local-variable' property.
8750         * diff-mode.el (diff-context->unified): Use `region-beginning' and
8751         `region-end' instead of `mark' and `point'.
8752         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
8753         Operate on region in Transient Mark mode when the mark is active.
8754         Use `region-beginning' and `region-end' instead of `mark' and
8755         `point'.
8756         (diff-hunk-text, diff-goto-source): Doc fix.
8758         * startup.el (fancy-splash-screens, normal-splash-screen): Use
8759         face `mode-line-buffer-id' for mode-line buffer face instead of
8760         hard-coded `(:weight bold)'.
8762         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
8763         buffer-undo-list to t (undo-ask is reproducible by visiting
8764         nested archives).
8766 2006-05-09  Kim F. Storm  <storm@cua.dk>
8768         * progmodes/grep.el (rgrep): Set default directory of *grep*
8769         buffer if we start M-x rgrep in the *grep* buffer and choose
8770         a different base directory.
8772 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
8774         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
8775         completion also when ido is loaded.
8777 2006-05-09  Masatake YAMATO  <jet@gyve.org>
8779         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
8780         "warning" and "import".
8781         (cpp-font-lock-keywords): Added "warning".
8783 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8785         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8787 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
8790         pages at a time, if we signal the end, we should indeed reach that end.
8792 2006-05-08  David Reitter  <david.reitter@gmail.com>
8794         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
8795         output during execution of the body.
8797 2006-05-08  Kim F. Storm  <storm@cua.dk>
8799         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
8801 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
8803         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
8804         Use with-current-buffer.
8806 2006-05-07  Kim F. Storm  <storm@cua.dk>
8808         * subr.el (add-to-history): Remove keep-dups arg.
8810         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
8811         to nil around call to add-to-history.
8813 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8815         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
8816         than after a buffer modification.
8818 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
8820         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8821         call to...
8822         (gud-watch): ...here so speedbar is raised for already watched
8823         expressions.
8824         (gdb-speedbar-refresh): Delete function.
8825         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8826         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8827         earlier change).
8828         (gdb-var-evaluate-expression-handler)
8829         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8831         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8832         Update localized contents for all buffers except ignored modes.
8834 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8836         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8837         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8838         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8839         (mac-handle-font-panel-closed, mac-handle-font-selection):
8840         New functions.
8841         (mac-font-panel-mode): New minor mode.
8842         (mac-apple-event-map): Add bindings for toolbar toggle button and
8843         font panel.
8844         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8846 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8848         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8849         Avoid `regexp-opt'; simplify regexp for readability.
8851 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8853         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8854         * files.el (buffer-stale-function):
8855         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8856         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8857         links to the main manual, not to emacs-xtra.
8859 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8861         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8862         MacJapanese if text is ASCII-only.
8864 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8866         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8867         unless so nil isn't returned.
8868         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8870 2006-05-06  Kim F. Storm  <storm@cua.dk>
8872         * subr.el (add-to-history): New function.
8874         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8875         (ediff-merge-files-with-ancestor):
8876         * env.el (setenv):
8877         * isearch.el (isearch-update-ring):
8878         * server.el (server-visit-files):
8879         * progmodes/grep.el (lgrep, rgrep):
8880         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8881         * progmodes/xscheme.el (xscheme-insert-expression):
8882         Use add-to-history.
8884         * kmacro.el (kmacro-push-ring): Use add-to-history.
8885         (kmacro-ring-length): Remove unused defun.
8886         (kmacro-start-macro): Use kmacro-push-ring.
8888 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
8890         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
8891         directly instead of a lambda expression that calls it.
8893 2006-05-06  Kim F. Storm  <storm@cua.dk>
8895         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
8896         instead of compute-motion.
8898 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8900         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
8901         change.
8903 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
8905         * startup.el (command-line-1): Refer to "Pure Storage" on
8906         pure-space-overflow.
8908 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
8910         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
8911         provided faces once they all have been used up.
8913 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8915         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
8916         reference to the Lisp manual to the warning about pure space
8917         overflow.
8919 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8921         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
8922         argument to avoid the call to `ispell-internal-change-dictionary'
8923         when not needed.
8924         (ispell-change-dictionary): Use this argument and call
8925         `ispell-internal-change-dictionary' after the possible change
8926         to `ispell-local-dictionary'.
8927         (ispell-internal-change-dictionary): Check for a change in
8928         personal dictionary use too.
8930 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8932         * startup.el (command-line): On MS-Windows, probe "~", not
8933         "~USER", for warning about non-existent home directory
8935         * arc-mode.el (archive-l-e): New optional argument `float' means
8936         generate a float value.
8937         (archive-arc-summarize, archive-lzh-summarize)
8938         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
8939         with 3rd argument non-nil when file's size is being computed.
8940         Format the file sizes with %8.0f instead of %8d.
8942 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8944         * cus-start.el (all): Add mac-dnd-known-types.
8946         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
8947         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
8948         (mac-TIFF-to-string): New functions.
8949         (x-get-selection, x-selection-value)
8950         (mac-select-convert-to-string): Use them.
8951         (mac-text-encoding-mac-japanese-basic-variant): New constant.
8952         (mac-dnd-types-alist): New customization variable.
8953         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
8954         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
8955         (mac-dnd-handle-drag-n-drop-event): New functions.
8956         (mac-drag-n-drop): Remove function.
8957         (global-map): Bind drag-n-drop and M-drag-n-drop to
8958         mac-dnd-handle-drag-n-drop-event.
8960 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
8962         * progmodes/perl-mode.el (perl-beginning-of-function):
8963         Skip anonymous subs.
8965 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
8967         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
8968         regexp-opt at run time.
8970         * term.el (term-handle-ansi-escape): Fix off by one error.
8972 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
8974         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
8975         (gdb-init-1, gdb-post-prompt): ...and references to it.
8976         (gdb-frame-handler): Strip directory name from filename if present.
8978         * progmodes/gud.el (gdb-force-update): Delete defvar
8979         (gud-speedbar-buttons): ...and references to it.  Use window-start
8980         to try to keep positon in watch expression.
8982 2006-05-03  Richard Stallman  <rms@gnu.org>
8984         * simple.el (next-history-element, previous-history-element): Doc fix.
8986         * isearch.el (isearch-update-ring): Doc fix.
8988 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
8990         * isearch.el (isearch-update-ring): Take history-delete-duplicates
8991         into consideration.  Replace one arm ifs with whens.
8993 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
8995         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
8996         (menu): Fix typo.
8998 2006-05-02  Miles Bader  <miles@gnu.org>
9000         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9002 2006-05-02  Jay Belanger  <belanger@truman.edu>
9004         * calc/calc-embed.el (calc-override-minor-modes-map)
9005         (calc-override-minor-modes): New variables.
9006         (calc-do-embedded): Make sure that Calc keystrokes aren't
9007         overwritten by minor modes.
9009 2006-05-02  Chong Yidong  <cyd@mit.edu>
9011         * msb.el (msb): If EVENT is a down event, read and discard the up event.
9013 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9015         * startup.el (command-line-1): Refer to Lisp manual when
9016         pure-space-overflow occurs.
9018         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9019         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9020         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9021         (version-control): Don't use `t' for safe-local-variable declarations.
9023 2006-05-01  Richard Stallman  <rms@gnu.org>
9025         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9026         M-r, M-R, M-A, M-SPC or M-DEL.
9027         (diff-mode-map): diff-refine-hunk now on C-c C-w
9028         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9030         * help-mode.el (help-mode): view-exit-action calls delete-window
9031         only when it is safe and possible.
9033         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9034         in messages.
9036         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9038         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9039         in the default tool-bar-map.
9041 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
9043         * net/tramp.el (tramp-completion-file-name-handler-alist)
9044         (tramp-run-real-handler, tramp-completion-run-real-handler)
9045         (tramp-completion-handle-file-name-all-completions)
9046         (tramp-completion-handle-file-name-completion): Autoload them.
9047         (tramp-completion-handle-file-exists-p)
9048         (tramp-completion-handle-file-name-directory)
9049         (tramp-completion-handle-file-name-nondirectory)
9050         (tramp-completion-handle-expand-file-name): Remove them.
9051         (tramp-handle-file-name-directory): Return the real directory name.
9052         Returning "/" only doesn't need to be necessary any longer.
9053         (tramp-file-name-handler): Make special attention when in hostname
9054         completion mode.
9055         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9056         (tramp-register-file-name-handlers):
9057         Register `tramp-completion-file-name-handler' only when
9058         `partial-completion-mode' is enabled.
9059         (tramp-completion-handle-file-name-all-completions):
9060         Delete directory part from results.
9061         (tramp-get-completion-methods, tramp-get-completion-user-host):
9062         Discard deleting "/", it doesn't work after the change of
9063         `tramp-handle-file-name-directory' above.
9065 2006-05-01  Kim F. Storm  <storm@cua.dk>
9067         * progmodes/grep.el (grep-expand-template): Use save-match-data
9068         and symbol-value.
9070 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9072         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9073         Use select-frame-set-input-focus instead of raise-frame.
9074         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9076 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
9078         * progmodes/gud.el (gud-def): Add %c case.
9079         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9080         (gud-format-command): Make match case sensitive.  Match on %F.
9082 2006-04-30  Glenn Morris  <rgm@gnu.org>
9084         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9085         (cal-tex-preamble): Use cal-tex-preamble-extra.
9086         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9087         than alias `list-diary-entries'.
9089 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
9091         * help-fns.el (describe-variable): Add info about safe local variables.
9093 2006-04-29  Richard Stallman  <rms@gnu.org>
9095         * bindings.el (mode-line-format): help-echo doc fixes.
9097         * net/tramp.el (tramp-file-name-handler-alist): Delete
9098         expand-file-name and other operations that can cause spurious loading.
9100 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9102         * files.el (safe-local-variable-p): Remove support for the special
9103         value t.
9105         * textmodes/paragraphs.el (sentence-end-without-space):
9106         Fix safety predicate.
9107         (sentence-end-double-space, sentence-end-without-period)
9108         (paragraph-ignore-fill-prefix):
9109         * textmodes/fill.el (colon-double-space):
9110         * abbrev.el (abbrev-mode): Tighten the safety predicate.
9112         * subr.el (booleanp): New fun.
9114         * textmodes/reftex-vars.el (reftex-guess-label-type):
9115         Tighten the safety predicate.
9117 2006-04-28  Kim F. Storm  <storm@cua.dk>
9119         * progmodes/grep.el (defgroup grep): Doc fix.
9120         (grep-auto-highlight): Remove.
9121         (grep-template): New defcustom.
9122         (grep-find-template): Rename from grep-tree-template.
9123         (grep-files-aliases): Rename from grep-tree-files-aliases.
9124         Remove "all" alias, add "l" alias.
9125         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9126         (grep-find-ignored-directories): New defcustom to replace
9127         grep-tree-ignore-CVS-directories, to facilitate ignoring
9128         subdirectories for multiple version control systems.
9129         (grep-mode-map): Add Recursive grep item to GREP menu.
9130         (grep-regexp-history, grep-files-history): New defvars.
9131         (grep-probe): New helper function.
9132         (grep-compute-defaults): Use it to simplify code.
9133         Adapt to name changes.
9134         Use `.' as base in grep-find-template rather than <D>.
9135         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
9136         Call grep-compute-defaults unconditionally.
9137         (grep-expand-keywords): New defconst.
9138         (grep-expand-template): Rename from grep-expand-command-macros.
9139         Simplify via grep-expand-keywords.  Look at case-fold-search instead
9140         of grep-tree-ignore-case to add -i option.
9141         Bind case-fold-search to nil while matching keywords.
9142         (grep-tree-last-regexp, grep-tree-last-files): Remove.
9143         (grep-read-regexp, grep-read-files): New helper functions.
9144         (rgrep): Rename from grep-tree.  Rework to use proper histories.
9145         Adapt to changes in defcustoms and functions above.
9146         (lgrep): New command, as grep, but using same interactive UI as rgrep.
9148 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
9150         * net/tramp.el (tramp-completion-file-name-handler):
9151         Disable Tramp's functionality while loading Tramp itself.
9152         (tramp-register-file-name-handlers): That's a defsubst now.
9153         Code from `tramp-repair-jka-compr' moved here.  Apply it via
9154         `after-init-hook'.
9155         (tramp-repair-jka-compr): Remove.
9157 2006-04-27  Jay Belanger  <belanger@truman.edu>
9159         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9160         read expression when `math-read-big-expr' doesn't work.
9162 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
9164         * startup.el (command-line-1): Display warning when
9165         pure-space-overflow is non-nil.
9167 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9169         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9170         risky.
9172 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9174         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9175         Return the URL or nil if none can be generated.
9177 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
9179         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9180         byte compiler warnings.
9181         (gud-basic-call, gud-find-expr): Let user select an expression
9182         for printing.  Print expression as well as value in GUD buffer.
9184 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
9186         * allout.el: Remove local autoload declaration for
9187         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9188         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9189         (allout-plain-bullets-string, allout-distinctive-bullets-string)
9190         (allout-use-mode-specific-leader, allout-old-style-prefixes)
9191         (allout-stylish-prefixes, allout-numbered-bullet)
9192         (allout-file-xref-bullet, allout-presentation-padding)
9193         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9194         safe-local-variable with suitable value spec, and add autoload
9195         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
9196         (move-beginning-of-line, move-end-of-line): Repair so these compat
9197         functions now actually resituate the point, when appropriate.
9199 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9203         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9204         (add-log-iso8601-time-string): Fix call to format-time-string.
9206 2006-04-26  Kim F. Storm  <storm@cua.dk>
9208         * subr.el (posn-string, posn-image, posn-object): Doc fix.
9210 2006-04-26  Masatake YAMATO  <jet@gyve.org>
9212         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9213         Add support for "//" style comments.  Remove `b' flag
9214         from ?* in `asm-mode-syntax-table'.
9216 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * follow.el: Use (featurep 'xemacs) everywhere.
9219         (follow-mode): Use define-minor-mode.
9220         (follow-mode-map): Move initialization into the declaration.
9221         Use command remapping.
9222         (follow-emacs-version-xemacs-p): Remove.
9223         (follow-submit-feedback): Remove.
9225         * allout.el (allout-layout, allout-passphrase-verifier-string)
9226         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9228         * textmodes/reftex-vars.el (reftex-vref-is-default)
9229         (reftex-fref-is-default, reftex-guess-label-type):
9230         Tighten up a bit the safety predicate.
9232         * textmodes/paragraphs.el (sentence-end-double-space)
9233         (sentence-end-without-period, sentence-end-without-space)
9234         (page-delimiter, paragraph-ignore-fill-prefix):
9235         Tighten up a bit the safety predicate.
9237         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9239         * progmodes/python.el (python-continuation-line-p)
9240         (python-beginning-of-statement): syntax-ppss may return
9241         a negative depth.
9242         (python-mode): Don't forcefully enable font-lock.
9244         * time-stamp.el (time-stamp-start, time-stamp-end)
9245         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9247         * add-log.el: Remove spurious * in docstrings.
9248         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9249         (add-change-log-entry): Use it here, since it's not specific
9250         to iso8601.
9251         (add-log-iso8601-time-string): Don't use it here any more.
9252         (change-log-indent-text, change-log-indent): Rename from add-log-*.
9254         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9256 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
9258         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9259         (rcirc-toggle-low-priority): Doc fix.
9260         (rcirc-handler-NOTICE): Remove beginning of line anchor in
9261         ChanServ regexp.
9262         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9263         #emacs.
9264         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9265         (rcirc-decode-coding-system): Use utf-8 as the default.
9266         (rcirc-multiline-minor-mode): Set the fill-column.
9267         (rcirc-format-response-string): Display bright and dim nicks.
9268         (rcirc-browse-url): Update interactive spec to fill ARG.
9269         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9270         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9272 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
9274         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9275         case for @Article, etc.
9277 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
9279         * net/tramp.el (tramp-register-file-name-handlers): New defun.
9280         Added with autoload cookie.
9281         (tramp-unload-file-name-handlers): Rename from
9282         `tramp-unload-file-name-handler-alist'.
9284 2006-04-23  Romain Francoise  <romain@orebokech.com>
9286         * comint.el (comint-match-partial-filename): Doc fix.
9288 2006-04-21  Glenn Morris  <rgm@gnu.org>
9290         * calendar/cal-menu.el (calendar-mode-map): Refer to
9291         `diary-view-entries' rather than alias `view-diary-entries'.
9292         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9294 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
9296         * progmodes/antlr-mode.el (antlr-default):
9297         * cus-edit.el (custom-documentation):
9298         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9299         in defface.
9301 2006-04-21  Kim F. Storm  <storm@cua.dk>
9303         * image.el (image-type): New defun split out of create-image.
9304         (create-image): Use it.
9306 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9308         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9309         (org-open-at-point): Remove the "...done" message to keep output
9310         in the echo area visible.
9311         (org-export-as-xoxo): Fix call to `indent-region'.
9313 2006-04-21  Kevin Ryde  <user42@zip.com.au>
9315         * international/mule.el (keyboard-coding-system): defcustom
9316         info-link fixes: "Specify Coding" has been split, keyboard now in
9317         "Terminal Coding", and "Single-Byte Character Support" is now
9318         "Unibyte Mode".
9320 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
9322         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9323         Use font-lock-warning-face for any errors e.g. no stack.
9324         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9326 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9328         * progmodes/sh-script.el (sh-shell): Mark as safe.
9330         * newcomment.el (comment-start, comment-start-skip)
9331         (comment-end-skip, comment-end): Mark as safe.
9333 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9335         * textmodes/org.el (org-deadline-announce): Face removed.
9336         (org-level-faces, org-n-levels): Convert to constant.
9337         (org-compatible-face): New function.
9338         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9339         (org-level-5, org-level-6, org-level-7, org-level-8)
9340         (org-special-keyword, org-warning, org-headline-done, org-link)
9341         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9342         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9343         Face definition revised for better color tty support.
9344         (org-bold-re, org-italic-re, org-underline-re): New constants.
9345         (org-set-font-lock-defaults): Use the new constants.
9346         (org-agenda-highlight-todo): New function.
9347         (org-agenda-todo): Fix bug with point at end of line.
9348         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9349         Fontify TODO keywords.
9350         (org-insert-link): Preserve relative path in ../ links.
9351         (org-export-as-html): Convert links pointing to .org files into
9352         links that will work beteen the exported HTML files.
9353         (org-todo-list): Fix bug when arg=0.
9354         (org-insert-heading): More fine-tuning.
9356 2006-04-19  Romain Francoise  <romain@orebokech.com>
9358         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9359         from `rmail-mime-charset-pattern'.
9361 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9363         * progmodes/python.el (python-mode): Fix typo.
9365 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
9367         * comint.el (comint-previous-input): Don't clobber input line
9368         when moving off either end of the input history ring.
9369         (comint-delete-input): New function, used by
9370         `comint-previous-input' and others.
9371         (comint-previous-matching-input):
9372         Use `coming-delete-input'.  Save the partial input if leaving the
9373         edit line.  Goto point-max before deleting input to avoid
9374         partial input fragments hanging around.
9375         (comint-restore-input): New function, used by `comint-previous-input'.
9377 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
9379         * imenu.el (imenu--index-alist): Balance parentheses.
9381 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9383         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9385 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
9387         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9388         file is nil.
9390 2006-04-18  Richard Stallman  <rms@gnu.org>
9392         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9394         * imenu.el (imenu-create-index-function, imenu--index-alist)
9395         (imenu--last-menubar-index-alist, imenu--make-index-alist)
9396         (imenu-default-create-index-function, imenu--generic-function):
9397         Doc fixes.
9399         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9401         * help-mode.el (help-mode): Set view-exit-action to delete window.
9403         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
9404         now works by passing nil as arg.
9406         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9408         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9409         (read-abbrev-file): Provide default when reading filename.
9411         * files.el (enable-local-variables): Allow :all as value.
9412         (hack-local-variables): Implement that value.
9413         (safe-local-variable-values, safe-local-eval-forms)
9414         (enable-local-variables): Mark as risky.
9415         (find-file-visit-truename, kept-old-versions): Mark safe.
9417         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9418         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9419         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9421 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9423         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9424         Use forward-line so as to get to BOL even in the presence of fields.
9425         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9426         in return.
9427         (inferior-tcl): Tell tclsh to work in interactive mode.
9429         * complete.el (partial-completion-mode):
9430         Use 'choose-completion-string-functions to make sure that
9431         choose-completion fills the minibuffer properly.
9433         * complete.el (PC-old-read-file-name-internal): Remove.
9434         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9435         of read-file-name-internal.
9436         (partial-completion-mode): Enable/disable this advice.
9438 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
9440         * net/tramp.el (tramp-completion-file-name-handler): Revert change
9441         of 2006-04-17.
9443 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9445         * textmodes/org.el (org-insert-heading): Insert heading before
9446         current if at beginning of line.
9447         (org-todo, org-date): New faces.
9448         (org-table-align): Make sure tooltip window contains full text.
9449         (org-no-properties): New defsubst.
9450         (org-set-font-lock-defaults): Use new faces.
9452 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
9454         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9455         for root variables.
9457         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9458         (gdb-frame-address): Re-use to identify frame for watch expression.
9459         (gdb-var-list, gdb-var-create-handler): Add frame address for root
9460         variables.
9461         (gdb-init-1, gdb-source, gdb-post-prompt)
9462         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9463         (gdb-frame-handler): Get gdb-frame-address.
9465 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
9467         Sync with Tramp 2.0.53.
9469         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9470         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9471         (tramp-completion-file-name-handler): Add autoload cookie for
9472         adding to `file-name-handler-alist'.
9474         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9475         the prompt.  If it returns earlier (when detecting an error
9476         message), the rest of the output will merge accidently with the
9477         output of the next command.  Reported by M Jared Finder
9478         <jared@hpalace.com>.
9480         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9481         for `process-file', in order to let it work for older Emacsen too.
9483 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
9485         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9486         (tex-font-lock-keywords-3): Use it.
9488 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9490         * newcomment.el (comment-add): New function.
9491         (comment-region-default, comment-dwim): Use it.
9493 2006-04-15  Michael Olson  <mwolson@gnu.org>
9495         * emacs-lisp/tq.el: Improve comments.
9496         (tq-queue-head-question): New accessor function.
9497         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9498         Update for modified queue structure.
9499         (tq-queue-add): Accept `question' argument.
9500         (tq-queue-pop): If a question is pending, send it.
9501         (tq-enqueue): Accept new optional argument `delay-question'.
9502         If this is non-nil, and at least one other question is pending a
9503         response, queue the question rather than sending it immediately.
9505 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9507         * calendar/appt.el (appt-add): Check whether an appointment is
9508         already present in appt-time-msg-list.  Simplify code.
9510 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9512         * progmodes/cc-langs.el (c-mode-menu):
9513         Don't presume c-subword-mode is bound.
9515 2006-04-13  Bill Wohler  <wohler@newt.com>
9517         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
9518         (customize-package-emacs-version): Use cdr instead of cadr now
9519         that alists use dotted pairs.
9521         * custom.el (defcustom): Fix docstring for :package-version.
9523 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
9525         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
9526         (tramp-handle-shell-command): Display output buffer only when
9527         `tramp-display-shell-command-buffer' is true.
9528         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
9530 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9532         * textmodes/org.el (org-set-autofill-regexps): Set only the local
9533         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
9535 2006-04-13  Romain Francoise  <romain@orebokech.com>
9537         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9538         leaving temporary .cvsignore buffers behind.
9540 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9542         * textmodes/org.el (org-set-regexps-and-options)
9543         (org-get-current-options): Better names for the startup folding
9544         options.
9546 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
9548         * vc.el (vc-annotate): Arrange for point to end up at the same
9549         line number as in the original, but only when using a new buffer.
9551 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
9553         * files.el (hack-one-local-variable-eval-safep):
9554         Recognize `edebug-form-spec' for `put', but only if it passes
9555         `edebug-basic-spec'.  Generalize `put' handling.
9557         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
9558         vetting file-local form specs.
9560         * allout.el (allout-layout): Autoload its `safe-local-variable'
9561         property.
9563 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9565         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
9566         (org-agenda-mouse-1-follows-link)
9567         (org-mouse-1-follows-link): New options.
9568         (org-format-agenda-item): Fix bug if TAGS is nil.
9569         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9571 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
9573         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
9574         GDB 6.1+ gives full filename for "info sources" so use
9575         file-name-nondirectory.
9577 2006-04-12  Romain Francoise  <romain@orebokech.com>
9579         * subr.el (read-passwd): Bind `message-log-max' to nil.
9581 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9583         * progmodes/perl-mode.el (perl-indent-new-calculate):
9584         Recompute parse-start after jumping backward by a whole sexp.
9586 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9588         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
9589         window configuration.
9590         (vc-annotate-display-select): Select the buffer so that current-buffer
9591         (and selected-window) is the output buffer at the end of vc-annotate.
9593 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
9595         * vc.el (vc-annotate-color-map): Add custom TTY color map for
9596         8-color terminals, to use all of the colors in a sensible order.
9597         256-color terminals work well with the standard map.
9598         (vc-annotate-lines): Only strip the first color character if it
9599         is "#", to allow for terminal-style named colors.
9600         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9601         the correct buffer is scrolled.
9603 2006-04-11  Richard Stallman  <rms@gnu.org>
9605         * emacs-lisp/bytecomp.el (byte-compile-file):
9606         Bind enable-local-variables to :safe, and make normal-mode obey it.
9608         * files.el (enable-local-variables): Allow value :safe.
9609         (normal-mode): Doc fix.
9610         (hack-local-variables): Implement enable-local-variables = :safe.
9611         (hack-local-variables-confirm): Don't prevent quitting.
9613 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9615         * loadhist.el (unload-feature): A bit of sanity check of
9616         load-history entries.  Cancel timer-vars before unbinding them.
9618         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
9619         quote special chars, and make the trick work on the hex part of the
9620         buffer as well.
9621         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
9622         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
9624         * startup.el (normal-splash-screen): Fix last change so we don't wait
9625         2 minutes if we don't show the splash screen.
9627 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
9629         * textmodes/org.el (org-export-plain-list-max-depth)
9630         (org-table-spaces-around-separators)
9631         (org-radio-targets, org-activate-camels)
9632         (org-table-spaces-around-invisible-separators): Options removed.
9633         (org-time-stamp-rounding-minutes, org-remember-templates)
9634         (org-ellipsis, org-activate-links, org-descriptive-links):
9635         New options.
9636         (org-remember-apply-template, org-current-time)
9637         (org-finish-edit-table-field)
9638         (org-link-unescape, org-link-escape)
9639         (org-string-width, org-table-clean-line, org-html-do-expand)
9640         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9641         (org-read-agenda-file-list): New functions.
9642         (org-table-edit-field)
9643         (org-table-create-or-convert-from-region): New commands
9644         (org-table-toggle-vline-visibility): Command removed.
9645         (org-table-convert-region): Made a command.
9646         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
9647         Replace with the normal org- functions.
9648         (org-self-insert-command): Don't trigger realign unnecessarily
9649         when blanking a field that is not full.
9650         (org-mode): `Set buffer-invisibility-spec' for links.
9651         (org-activate-links2): Hide link part and only show descriptive
9652         part of the link.
9653         (org-insert-link): Modify for new linking system.
9654         (org-store-link): Store description separately, for use by
9655         `org-insert-link'.
9656         (org-table-align): Use `org-string-width'.
9657         (defgroup): Completely new group structure for custom variables.
9658         (org-agenda-files): Option: Single file name allowed.  Function:
9659         Optional argument unrestrited means ignore any restricitons.
9660         (org-install-agenda-files-menu): Find a buffer in Org-mode before
9661         trying to modify the menu.  Use generalized access to
9662         `org-agenda-files.'
9663         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9664         (org-agenda-file-to-front, org-remove-file, org-diary)
9665         (org-tags-view, org-export-icalendar-all-agenda-files)
9666         (org-export-icalendar-combine-agenda-files): Use generalized
9667         access to `org-agenda-files'.
9668         (org-remember-handler): Correctly preserve heading if present.
9669         (org-table-insert-row, org-table-insert-hline): Deal with
9670         invisible characters.
9672 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
9674         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
9675         (vc-annotate-color-map): New 18 element constant
9676         value/saturation, rotating hue colormap, from red->blue.
9677         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
9678         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
9679         (vc-annotate): To avoid killing the required local variables,
9680         set them before the end of `with-output-to-temp-buffer', and
9681         after first switching to annotate-mode.
9682         (vc-annotate-warp-version): Add buffer argument in goto-line to
9683         ensure annotation, not source, is scrolled.
9685 2006-04-10  Bill Wohler  <wohler@newt.com>
9687         * custom.el (defcustom, custom-handle-keyword):
9688         Add :package-version keyword.
9689         (custom-add-package-version): New function.  Sets value of new
9690         property 'custom-package-version from :package-version keyword.
9691         (defcustom): Create Common Keywords section in docstring.
9692         (defface, defgroup): Replace definitions of a select few keywords
9693         with a reference to the Common Keywords in defcustom.
9694         (defcustom, defface, defgroup): Replace reference to Customization
9695         chapter in manual with hyperlink.
9697         * cus-edit.el (customize-package-emacs-version-alist): New variable.
9698         (customize-changed-options): Add check for custom-package-version.
9699         (customize-package-emacs-version): New function to look up Emacs
9700         version corresponding to the given package version.
9702         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
9703         defun name, in similar fashion to find-variable-regexp.
9705 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
9707         * international/mule-cmds.el (set-locale-environment): Fix last
9708         change for when the locale's preferences don't specify any encoding.
9710 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9712         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
9713         so the defined var/fun doesn't need to be quoted.
9715 2006-04-10  Richard Stallman  <rms@gnu.org>
9717         * finder.el (finder-mode-map): Add n and p bindings.
9719 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
9721         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
9722         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
9723         (gdb-setup-windows): Put something in source window if we can't find
9724         the source file.
9725         (gdb-frame-handler): Make it work again with just assembly.
9726         (gdb-data-list-register-values-handler): Make it work when there is
9727         no stack.
9729 2006-04-09  Richard Stallman  <rms@gnu.org>
9731         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
9732         specs while looking for charset.
9734         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
9736         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9737         Make them faces.
9738         (lm-font-lock-keywords): Update appropriately.
9740 2006-04-10  Kim F. Storm  <storm@cua.dk>
9742         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
9743         it can also replace buffer-substring-no-properties.
9745         * emulation/cua-base.el (cua-delete-region, cua-paste)
9746         (cua-repeat-replace-region): Use filter-buffer-substring.
9748         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9749         (cua-cut-region-to-global-mark): Likewise.
9751         * emulation/cua-rect.el (cua--extract-rectangle)
9752         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
9754 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9756         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
9757         entry-type.  Add field delimiters to numerical fields if they are
9758         not present.
9760 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9762         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
9763         string-const to return value.
9764         (bibtex-remove-delimiters): Use it.
9766 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9768         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
9769         cl-byte-compile-compiler-macro unless it exists.
9771 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9773         * files.el (hack-local-variables-confirm) <offer-save>:
9774         Clarify message text.  Suggested by Ralf Angeli.
9776 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9778         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
9779         (delete-extract-rectangle-line): Use `filter-buffer-substring'
9780         instead of `buffer-substring' and `delete-region'.  (Most of the
9781         code actually copied from `kill-region'.)
9783 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
9785         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
9786         (rcirc-default-port): Rename from rcirc-port.
9787         (rcirc-default-nick): Rename from rcirc-nick.
9788         (rcirc-default-user-name): Rename from rcirc-user-name.
9789         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
9790         (rcirc-low-priority-flag): New variable.
9791         (rcirc-decode-coding-system): New defcustom.
9792         (rcirc-encode-coding-system): New defcustom.
9793         (rcirc-coding-system-alist): New defcustom.
9794         (rcirc-multiline-major-mode): New defcustom.
9795         (rcirc-nick): New internal variable.
9796         (rcirc-process): Remove variable.
9797         (rcirc-server-buffer): New variable.
9798         (rcirc): Update to use rcirc-default-* variables above.
9799         (rcirc-connect): Do not add window-configuration-hook-here.
9800         (rcirc-server): New internal variable.
9801         (rcirc-connect): Do not send keepalive pings if
9802         rcirc-keepalive-seconds is nil.
9803         (with-rcirc-server-buffer): New macro.
9804         (rcirc-send-string): Encode with rcirc-encode-coding-system.
9805         (rcirc-server-name): Rename from rcirc-server.
9806         (rcirc-buffer-process): New function.
9807         (rcirc-buffer-nick): New function.
9808         (rcirc-buffer-target): Remove function.
9809         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9810         New commands.
9811         (rcirc-mode-map): Change binding of C-c C-l to
9812         rcirc-toggle-low-priority.
9813         (rcirc-mode): Initialize coding system based on
9814         rcirc-coding-system-alist.  New change-major-mode-hook to part the
9815         channel on a mode change.  Make kill-buffer-hook buffer-local.
9816         (rcirc-change-major-mode-hook): New function.
9817         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9818         (rcirc-last-post-time): New variable.
9819         (rcirc-process-message): Store the last time user posted a message
9820         to this target.
9821         (rcirc-multiline-minor-mode): New mode.
9822         (rcirc-multiline-minor-mode-map): New mode map.
9823         (rcirc-edit-multiline): Put multiline-edit buffer in
9824         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9825         (rcirc-print): Ignore any line starting with an ignored nick.
9826         (rcirc-print): Decode using rcirc-decode-coding-system.
9827         (rcirc-track-minor-mode): Update global-mode-string when disabling
9828         this mode.
9829         (minor-mode-alist): Add LowPri indicator.
9830         (rcirc-toggle-low-priority): New function.
9831         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9832         next lowpriority buffer with activity.
9833         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9834         last time the user posted a message in to the target.
9835         (rcirc-update-activity-string): New formatting for low priority
9836         buffers.
9837         (rcirc-split-activity): New function.
9838         (rcirc-handler-PART, rcirc-handler-KICK)
9839         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9840         (rcirc-nick-away-alist): New variable.
9841         (rcirc-handler-301): New handler.  Away messages are printed once
9842         per change.
9844 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9846         * info.el (Info-follow-nearest-node): Doc fix.
9848         * international/mule-cmds.el (set-locale-environment): Make sure
9849         the coding-system preferred by the locale's language has the same
9850         EOL conversion type as the original buffer-file-coding-system.
9851         (locale-language-names): Add a few MS Windows language codes.
9853 2006-04-07  Richard Stallman  <rms@gnu.org>
9855         * simple.el (eval-expression): Doc fix.
9857         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9858         (eval-defun): Doc fixes.
9860 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9862         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9864 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9866         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9867         GDB list command without argument for greater generality.
9869 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9871         * subr.el (string-or-null-p): New function.
9873         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9875         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9877         * files.el: Update comment about safe-local-variable declarations.
9879 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9881         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9882         See idlwave.org.
9884         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9885         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
9887         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
9888         See idlwave.org.
9890         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
9891         version 6.0 (minimal changes).  See idlwave.org.
9893         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
9894         6.0 (minimal changes).  See idlwave.org.
9896         * progmodes/idlw-rinfo.el: File obsoleted and removed.
9898 2006-04-06  Romain Francoise  <romain@orebokech.com>
9900         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
9901         symmetric encryption features and a new asynchronous interface to
9902         GnuPG.  This new version is version 1.4, plus whitespace changes.
9904 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9906         * files.el: Move some `safe-local-variable' declarations to the
9907         respective files.
9909         * textmodes/ispell.el (ispell-check-comments)
9910         (ispell-local-dictionary): Mark as safe.
9912         * abbrev.el (abbrev-mode): Mark as safe.
9914         * add-log.el (change-log-default-name): Mark as safe.
9916         * textmodes/reftex-vars.el (reftex-vref-is-default)
9917         (reftex-fref-is-default, reftex-level-indent)
9918         (reftex-guess-label-type): Mark as safe.
9920         * textmodes/fill.el (colon-double-space): Mark as safe.
9922         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
9923         (sentence-end-double-space, sentence-end-without-period)
9924         (sentence-end-without-space, sentence-end, sentence-end-base)
9925         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
9927 2006-04-06  Kim F. Storm  <storm@cua.dk>
9929         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
9930         the :set-after list.
9931         (ido-downcase-unc-hosts): New user option.  Default on.
9932         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
9933         when it is set, as regexps are now applied on the fly.
9934         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
9935         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
9936         on the fly, but only when ido-process-ignore-lists is set.
9937         Do case insensitive filtering if ido-downcase-unc-hosts is set.
9938         Only downcase names if ido-downcase-unc-hosts is set.
9940 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
9942         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
9944         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
9946 2006-04-05  Kim F. Storm  <storm@cua.dk>
9948         * ido.el (ido-mode): Set after ido-unc-hosts and
9949         ido-ignore-unc-host-regexps.
9950         (ido-save-history): Save ido-unc-hosts-cache.
9951         (ido-load-history): Load ido-unc-hosts-cache.
9952         (ido-reread-directory): Refresh unc hosts cache in // dir.
9954         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
9955         to nil while displaying slash screen.
9957 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9959         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
9960         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9962 2006-04-05  Kenichi Handa  <handa@m17n.org>
9964         * international/characters.el: Setup cases of Latin, Greek, and
9965         Cyrillic characters in CJK charsets.
9967 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9969         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9970         default-enable-multibyte-characters.  This reverts the change from
9971         revision 6.17 which is no longer necessary because the passphrase
9972         is sent separately now.  GnuPG messages are unreadable under
9973         multibyte locales with default-enable-multibyte-characters set to nil.
9975 2006-04-04  Andreas Schwab  <schwab@suse.de>
9977         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
9978         and `byte-compile-warnings' as `safe-local-variable'.
9980 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
9982         * man.el (Man-mode-map): Restore the \r binding.
9983         (Man-abstract-xref-man-page): If Man-target-string is a function,
9984         call it.
9985         (Man-highlight-references): Use Man-default-man-entry to get the
9986         target.  Deal with xrefs too.
9987         (Man-highlight-references0): Don't call the target function.
9989         * woman.el (WoMan-xref-man-page): Strip the section number, woman
9990         cannot deal with it.
9992 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9994         * pgg-gpg.el: Clean up process buffers every time gpg processes
9995         complete.
9997 2006-04-04  Kenichi Handa  <handa@m17n.org>
9999         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10000         here.
10001         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10002         Temporarily bind inhibit-field-text-motion to t.
10004 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10006         * startup.el (normal-splash-screen): Only set mode-line-format in the
10007         splash buffer, so as not to interfere when debugging the code.
10008         Ignore errors when switching buffer.
10010 2006-04-03  Romain Francoise  <romain@orebokech.com>
10012         * dired.el (dired-dnd-protocol-alist): Fix typo.
10014 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10016         * savehist.el (savehist): Add :version.
10017         (savehist-ignored-variables): New variable.
10018         (savehist-minibuffer-hook): Don't save variables listed in
10019         `savehist-ignored-variables'.
10021         * dired.el (dired-dnd-protocol-alist): Mention that change does
10022         only apply to new buffers in doc string.
10024 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10026         * recentf.el (recentf-open-files-item): Include newline in button
10027         field, so opening a file will work, when the point is at the end
10028         of the file name.  Allow, for example, to [i]search a file by
10029         extension and just push RET to open it.
10031 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10033         * pgg-gpg.el (pgg-gpg-process-filter)
10034         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10036         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10037         lines, temporary fix.
10039 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10041         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10043 2006-04-02  Richard Stallman  <rms@gnu.org>
10045         * progmodes/compile.el (compilation-message-face): Make it defcustom.
10047 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10049         * ibuf-macs.el (define-ibuffer-column): Add a new key:
10050         header-mouse-map.
10052         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10053         (ibuffer-mode-header-map): New keymaps.
10054         (ibuffer-update-title-and-summary): Enable mouse face highlighting
10055         and keybindings for column headers.
10056         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10057         property.
10059 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10061         * speedbar.el (speedbar-after-create-hook): Doc fix.
10063 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
10065         * shell.el (shell-directory-tracker)
10066         (shell-dynamic-complete-command): Doc fixes.
10068 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
10070         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10071         terminals.
10073 2006-04-01  Kim F. Storm  <storm@cua.dk>
10075         * ido.el (ido-unc-hosts-cache): New defvar.
10076         (ido-unc-hosts): If value of defcustom is a function, call it to
10077         get list of UNC hosts.  Add function-item choices to specify
10078         ido-unc-hosts-net-view or user function.
10079         (ido-ignore-unc-host-regexps): New defcustom.
10080         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10081         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10082         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10084 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10086         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10087         wwidth.
10089 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
10091         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10092         (ido-max-work-file-list, ido-switch-buffer)
10093         (ido-read-file-name-as-directory-commands):
10094         Fix typos in docstrings.
10096 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10098         * term/mac-win.el (mac-system-coding-system): Define and use after
10099         Mac-specific coding systems are ready.
10101 2006-03-27  Romain Francoise  <romain@orebokech.com>
10103         * net/rcirc.el (rcirc-connect): Add autoload cookie.
10105         * ldefs-boot.el: Update.
10107 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10109         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10110         passphrases when it is not needed.
10111         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10112         passphrase stuff from gpg, should only be necessary when you use
10113         gpg with a smartcard.
10115 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10117         * comint.el (comint-dynamic-list-completions): Allow user to
10118         select *Completions* buffer.
10120 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
10122         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10124 2006-03-26  Andreas Schwab  <schwab@suse.de>
10126         * progmodes/gud.el (gdb): Only complain about multiple debugging
10127         when the gdb process is still running.
10129 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
10131         * mail/rmail.el (tool-bar-map): Defvar it.
10132         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10133         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10135 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10137         * help.el (print-help-return-message): Suggest to use
10138         display-buffer instead of switch-to-buffer-other-window to restore
10139         the previous window without selecting it.
10141 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10143         * frame.el (select-frame-by-name): Call x-focus-frame also when
10144         window-system is mac.
10146         * term/mac-win.el: Adjust Courier font specifications in
10147         x-fixed-font-alist.
10148         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10149         when directly encoding to UTF-16 in native byte order, no BOM.
10151 2006-03-25  Kim F. Storm  <storm@cua.dk>
10153         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10154         (cua--init-keymaps): Use it instead of fixed C-return.
10155         (cua-mode): Set after it.
10157         * emulation/cua-rect.el (cua--init-rectangles):
10158         Use cua-rectangle-mark-key instead of fixed C-return.
10160 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
10162         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10163         "run" in .gdbinit.
10164         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10166 2006-03-24  Romain Francoise  <romain@orebokech.com>
10168         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10169         `display-buffer-other-frame'.
10171 2006-03-24  Kim F. Storm  <storm@cua.dk>
10173         * apropos.el (apropos-synonyms): Add selection => region.
10175 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10177         * progmodes/gdb-ui.el (gdb-var-create-regexp)
10178         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10179         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10180         (gdb-data-list-register-values-regexp)
10181         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10182         Future proof against new fields being added to MI output.
10183         (gdb-send): Don't treat backslashes for program input as
10184         continuations.
10185         (gdb-assembler-handler): Don't use window-start for this handler.
10186         (gdb-frame-handler): Don't change to hollow arrow if overlay
10187         arrow doesn't move to new frame.
10189 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10191         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10192         prevent compiler warnings.
10193         (gdb-stopped): Check for gud-last-last-frame (case: signal).
10194         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10195         (gdb-assembler-custom): Use hollow-right-triangle for assembler
10196         buffer too.
10198 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
10200         * pgg-gpg.el (pgg-gpg-update-agent): Check for
10201         make-network-process, so we can use the same code in Gnus v5-10
10202         too and have this file fully synchronized with that release.
10204 2006-03-23  Romain Francoise  <romain@orebokech.com>
10206         * ibuf-ext.el (ibuffer-read-filter-group-name):
10207         Use `ibuffer-generate-filter-groups' to make completion list match
10208         the filter groups that are really displayed in the Ibuffer buffer.
10209         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10211 2006-03-23  Kenichi Handa  <handa@m17n.org>
10213         * international/mule-cmds.el (sort-coding-systems): Describe that
10214         the argument is modified in docstring.
10216 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10218         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10219         (pgg-gpg-update-agent): New function.
10220         (pgg-gpg-use-agent-p): New function.
10221         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10222         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10223         (pgg-gpg-sign-region): Use it.
10225 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
10227         * cus-edit.el (custom-face-set): Call custom-push-theme before
10228         face-spec set so that `changed' theme is correctly saved.
10229         (custom-face-reset-standard): Reset to recalculated face rather
10230         than defface spec.
10232         * custom.el (custom-push-theme): Only save `changed' theme if the
10233         current face does not match the defface specs.
10235 2006-03-21  Simon Josefsson  <jas@extundo.com>
10237         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10238         <wilde@sha-bang.de>.
10239         (pgg-gpg-use-agent): New variable.
10240         (pgg-gpg-process-region): Use it.
10241         (pgg-gpg-encrypt-region): Likewise.
10242         (pgg-gpg-encrypt-symmetric-region): Likewise.
10243         (pgg-gpg-decrypt-region): Likewise.
10244         (pgg-gpg-sign-region): Likewise.
10245         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10247 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
10249         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10250         bracket links.
10252 2006-03-21  Kim F. Storm  <storm@cua.dk>
10254         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10255         fringe-indicator-alist instead of modifying global value.
10256         (gdb-frame-handler): Likewise.
10258 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
10260         * diff-mode.el (diff-function): Make it inherit from diff-header
10261         instead of diff-context.
10263         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10264         bitmap.
10265         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10266         change names in macro above for consistency.
10267         (gdb-frame-handler): Use hollow-right-triangle for all selected
10268         frames which except the innermost (where execution has stopped).
10269         (gdb-reset): Reset buffer-local values of overlay-arrow.
10271 2006-03-20  Richard Stallman  <rms@gnu.org>
10273         * simple.el (set-mark-command): Doc fix.
10275         * files.el (display-buffer-other-frame): New command.
10276         (ctl-x-4-map): Bind C-x 5 C-o to it.
10278 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10281         rather than just defer-time, in case defer-time has been changed but
10282         the timer isn't running yet.
10283         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10285 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
10287         * help-mode.el (help-follow-symbol): New function.
10288         Essentially identical to the old `help-follow', but do not let
10289         `push-button' do the work when on an xref.
10290         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10292 2006-03-19  Richard Stallman  <rms@gnu.org>
10294         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10295         preceded by the word `program'.
10296         (help-follow-mouse, help-follow): Throw error if not on xref.
10297         Delete no longer used args.
10299 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
10301         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10302         annotation ensure gud-overlay-arrow-position is redisplayed.
10304 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10306         * textmodes/bibtex.el (bibtex-include-OPTkey)
10307         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10308         (bibtex-autokey-name-case-convert)
10309         (bibtex-autokey-titleword-case-convert): Make these the aliases
10310         for the following two variables.
10311         (bibtex-autokey-name-case-convert-function)
10312         (bibtex-autokey-titleword-case-convert-function): Make these the
10313         real names.
10314         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10315         bibtex-font-lock-crossref sublists.
10316         (bibtex-mode): Revert 2005-12-30 change (which made
10317         completion-ignore-case buffer-local).
10318         (bibtex-url): Simplify.
10320 2006-03-19  Kim F. Storm  <storm@cua.dk>
10322         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10323         cursor property value to 2 (to align with C level change).
10325 2006-03-19  Bill Wohler  <wohler@newt.com>
10327         * image.el (image-load-path-for-library): Shorten first line in
10328         docstring.
10330 2006-03-18  Richard Stallman  <rms@gnu.org>
10332         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10334 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
10336         * isearch.el (isearch-other-meta-char): Handle user bindings for
10337         shifted control characters.
10339 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
10341         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10342         part that matches email addresses, file names, etc.
10344 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
10346         * term/w32-win.el (mouse-set-font):
10347         Mention w32-list-proportional-fonts in the doc string.
10349 2006-03-18  Kim F. Storm  <storm@cua.dk>
10351         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10352         (ido-unc-hosts): New user option to explicitly define list of know
10353         UNC-style hosts for completion.
10354         (ido-cache-unc-host-shares-time): New user option.
10355         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10356         New helper functions for UNC file-name support.
10357         (ido-may-cache-directory): Check for UNC host.  Simplify.
10358         (ido-wash-history): Clean out old UNC hosts.
10359         (ido-nonreadable-directory-p): UNC hosts are always readable.
10360         (ido-directory-too-big-p): UNC hosts are never too big.
10361         (ido-set-current-directory): Handle UNC root path.
10362         (ido-file-name-all-completions): Complete UNC host names from
10363         ido-unc-hosts list.  Cache UNC host shares.
10364         (ido-make-file-list-1): Don't filter UNC root.
10365         (ido-exhibit): Check for // in root directory, and switch to UNC
10366         mode by setting ido-current-directory to //.
10368 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10370         * cus-edit.el (customize-changed-options): Mention explicit
10371         version number as default in prompt.
10373 2006-03-17  Bill Wohler  <wohler@newt.com>
10375         * image.el (image-load-path-for-library): Minor docstring fix.
10377 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
10379         * textmodes/org.el (org-read-date): Include subgroup 5 into
10380         replacement text.
10381         (org-popup-calendar-for-date-prompt): Fix customization type.
10383 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
10385         * progmodes/gdb-ui.el (gud-watch): Provide completion.
10386         (gdb-continuation): New variable.
10387         (gdb-send): Deal with continuation lines.
10389         * progmodes/gud.el (gud-gdb-complete-command)
10390         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10391         expressions.
10392         (gud-tooltip-mode): Use buffer-local value.
10394 2006-03-16  Kim F. Storm  <storm@cua.dk>
10396         * ido.el (ido-edit-input): Use selected match, if any.
10398 2006-03-16  Bill Wohler  <wohler@newt.com>
10400         * image.el (image-load-path-for-library): Prefer user's images in
10401         image-load-path.
10403 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
10405         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10406         when checking for attempt to drag leftmost or rightmost scrollbar.
10408 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
10410         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10411         (gdb-force-mode-line-update): New function.
10412         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10413         (gdb-exited): Use them.
10414         (gdb-signal): New function.
10415         (gdb-annotation-rules): Provide a rule for it.
10417 2006-03-16  Kenichi Handa  <handa@m17n.org>
10419         * international/mule.el (auto-coding-regexp-alist): Add entries
10420         for Unicode BOM.
10422         * sort.el (sort-build-lists): Temporarily bind
10423         inhibit-field-text-motion to t.
10425 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
10427         * locate.el (locate-command, locate-make-command-line)
10428         (locate-fcodes-file, locate-update-command)
10429         (locate-prompt-for-command, locate, locate-with-filter)
10430         (locate-get-file-positions): Doc fixes.
10431         (locate-buffer-name, locate-header-face): Remove leading `*' in
10432         defcustom.
10433         (locate-filter-output): Use `keep-lines' instead of its alias
10434         `delete-non-matching-lines'.
10435         (locate-get-filename, locate-get-dirname): Add introductory comment.
10436         (locate-find-directory-other-window): Give appropriate error
10437         message if used outside main listing.
10439 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10441         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10442         the new extend-region feature.
10443         (font-lock-after-change-function): Update correspondingly.
10444         * jit-lock.el (jit-lock-after-change): Update correspondingly.
10445         * progmodes/grep.el (font-lock-lines-before): Don't disable.
10447 2006-03-15  Bill Wohler  <wohler@newt.com>
10449         * image.el (image-load-path-for-library): Fix example by not
10450         recommending that one binds image-load-path.  Just defvar it to
10451         placate compiler and only use it if previously defined.
10453 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
10455         * textmodes/org.el (org-insert-centered): Use `string-width' to
10456         make underlining work for wide characters.
10457         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10458         TAB to `org-cycle', to make sure that no binding in
10459         `outline-mode-map' can supercede it.
10461 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
10463         * allout.el: Increment version to 2.2.1 in file commentary.
10465         (allout-version): Increment to 2.2.1.
10467         (allout-default-layout): New customization variable, used when the
10468         file lacks a specific allout-layout.  Uses allout-layout-type for
10469         recursively nested definition.
10471         (allout-layout-type): Widget defining allout layouts, necessary for
10472         self-recursive definition.
10474         (allout-mode): Incorporate allout-default-layout as fallback for
10475         allout-layout.
10477         (allout-layout): Mark as 'safe-local-variable', and refer mention
10478         fallback to `allout-default-layout' in absence of a specified value.
10479         (allout-passphrase-verifier-string)
10480         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10482         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10484         (allout-get-encryption-passphrase-verifier): Use correct name of
10485         passphrase verifier in docstring.
10487 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
10489         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10490         elements.
10491         (gdb-find-watch-expression): Make it work for arrays too.
10492         Follow change to gdb-var-list.
10493         (gud-watch): Allow the user to enter variable name with a prexix
10494         arg.  Create keybindings.
10495         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10496         (gdb-var-list-children-handler, gdb-var-update-handler)
10497         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10498         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10499         Follow change to gdb-var-list.
10500         (gdb-starting): Don't show the overlay arrows when program is running.
10502         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10503         gdb-var-list.
10505 2006-03-14  Bill Wohler  <wohler@newt.com>
10507         * image.el (image-load-path-for-library): Pass value of path
10508         rather than symbol.  Always return list of directories.
10509         Guarantee that image directory comes first.
10511 2006-03-14  Alan Mackenzie  <acm@muc.de>
10513         * font-core.el (font-lock-extend-region\(-function\)?.):
10514         New function/variable.
10516         * font-lock.el (font-lock-after-change-function):
10517         Call font-lock-extend-region.  Obey font-lock-lines-before.
10518         (font-lock-default-fontify-region): Remove reference to
10519         font-lock-lines-before.
10521         * jit-lock.el (jit-lock-after-change):
10522         Call font-lock-extend-region.  Obey font-lock-lines-before.
10524 2006-03-14  David Ponce  <david@dponce.com>
10526         * tree-widget.el (tree-widget-themes-load-path)
10527         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10529 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
10531         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
10532         (rcirc-print): Mark the start of text at the end of the prompt.
10533         (rcirc-track-minor-mode): Add autoload cookie.
10534         (rcirc-update-activity-string): Add space to front of mode-line
10535         indicator.
10537 2006-03-13  Miles Bader  <miles@gnu.org>
10539         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
10540         (rcirc-abbrev-nick): Remove function.
10541         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
10543 2006-03-13  David Ponce  <david@dponce.com>
10545         * tree-widget.el: Handle themes across all occurrences of the main
10546         themes sub-directory found in tree-widget-themes-load-path.
10547         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10548         (tree-widget--locate-sub-directory): Return all occurrences.
10549         (tree-widget-themes-path): New function.
10550         Replace tree-widget-themes-directory, and return a list of directories.
10551         (tree-widget-set-parent-theme)
10552         (tree-widget-lookup-image): Use it.
10554 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
10556         * textmodes/org.el (org-link-search): Avoid self-matching of
10557         links, allow target text to be distributed over several lines.
10558         (org-search-not-link): New function.
10559         (org-set-regexps-and-options, org-get-current-options):
10560         New startup options.
10561         (org-export-as-html): Take odd-level setting from local variable.
10562         (org-fontify-emphasized-text): New option.
10563         (org-set-font-lock-defaults): Include emphasized text.
10564         (org-follow-mhe-link): Allow folder-only links, fix folder name.
10565         (org-font-lock): Customize group renamed from `org-faces'.
10567 2006-03-13  John Paul Wallington  <jpw@pobox.com>
10569         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
10570         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
10572 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
10574         * cus-start.el (all): Delete :version keyword for members of the
10575         fringe group, since the entire group is new in 22.1.
10577 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
10579         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
10580         map if value is hexadecimal (an address).
10581         (gud-watch): Only search roots for existing watch expressions.
10582         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
10583         prevent caching problems with speedbar-update-directory-contents.
10585 2006-03-12  Juri Linkov  <juri@jurta.org>
10587         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
10588         before comparing with `low' and `warn'.
10590         * info.el (Info-dir-remove-duplicates): Move point to the
10591         beginning of the current line after deleting the entries from
10592         redundant heading.  Use marker for `limit' and compare it with
10593         point before calling `re-search-forward'.
10595 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
10597         * simple.el (yank): Fix typo in docstring.
10599 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
10601         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
10602         messages, where "D" is the 6th character.
10604 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10606         * simple.el (yank): Fix last change.
10608 2006-03-11  David Ponce  <david@dponce.com>
10610         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
10611         merging elements from the standard ispell-dictionary-alist.
10612         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
10613         alist, and return the new alist.
10615 2006-03-11  Richard Stallman  <rms@gnu.org>
10617         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
10619         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
10620         the way it is implemented is too unclean.
10622         * simple.el (kill-region, yank): Doc fix.
10624         * battery.el (battery-echo-area-format): Doc fix.
10625         (battery-mode-line-format): Likewise.
10626         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
10627         (battery-linux-proc-acpi): Ignore batteries that say "charged".
10629 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10631         * progmodes/octave-mod.el (octave-indent-for-comment):
10632         Behave according to do string.
10634 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
10636         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
10637         Be visible only if major mode is Mail Mode.
10639         * textmodes/flyspell.el (flyspell-external-point-words)
10640         (flyspell-process-localwords): Fix last changes.
10642 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10644         * calendar/holidays.el (list-holidays): Doc fix.
10646         * international/mule.el (auto-coding-alist): Add .odt
10647         (OpenOffice's open document) files.
10649         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
10650         document) files.  Mention in the doc string the need to sync with
10651         auto-coding-alist.
10653 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
10655         * files.el (hack-local-variables-confirm): Don't prompt for ! if
10656         enable-local-variables is set to always query, or there is no
10657         savable variable.
10659 2006-03-10  Bill Wohler  <wohler@newt.com>
10661         * image.el (image-load-path-for-library): Merge at least three
10662         functions from Gnus and MH-E into this one function that can now
10663         be shared.
10665 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
10667         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10668         gdb-remove-mouse-face and remove help-echo too.
10669         (gdb-enqueue-input): Correct conditional clause.
10671 2006-03-10  Glenn Morris  <rgm@gnu.org>
10673         * calendar/calendar.el (calendar-holidays): Doc fix.
10674         * calendar/holidays.el (list-holidays): Doc fix.
10676 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
10678         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
10679         it gets called in gdb-prompt anyway.
10680         (gdb-use-separate-io-buffer): Only restore window arrangement for
10681         gdb-many-windows.
10682         (gdb-enqueue-input): Make it harder to send GDB input when program
10683         is running.
10684         (gdb-buffer-list): New variable.
10685         (gdb-remove-mouse-face): New function.
10686         (gdb-starting): Use it when GDB input won't get sent.
10688 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
10690         * help.el (view-lossage): Remove trailing whitespace before
10691         inserting "\n".
10693 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
10695         * files.el (hack-local-variables-confirm):
10696         Set coding-system-for-read to nil before writing to .emacs.
10698         * arc-mode.el (archive-extract): Check if an existing buffer name
10699         comes from a different archive.
10701         * help.el (describe-key-briefly): If KEY is a down event, read and
10702         discard the up event.
10704 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
10706         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
10707         be edited and use font-lock-warning-face for any changes.
10709         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
10710         (gdb-edit-value): Use it to report any errors.
10712 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
10714         * help.el (describe-key): Remove leftover test code.
10716 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
10718         * textmodes/org.el: Move defvars out of eval-when-compile.
10719         Use buffer-file-name variable.
10720         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
10721         arg `file'.
10722         (org-level-faces): Remove startup dependency.
10723         (org-cycle, org-map-tree, org-scan-tags)
10724         (org-remember-handler): Don't call `outline-level' directly.
10725         (org-mhe-search-all-folders): New option.
10726         (org-mhe-get-message-folder-from-index)
10727         (org-mhe-get-message-folder): Fix indexing search.
10728         (org-format-agenda-item): Handle nil TAGS argument.
10729         (org-cleaned-string-for-export, org-activate-target-links)
10730         (org-make-target-link-regexp): Deal with empty radio target list.
10731         (org-tag): New face.
10732         (org-get-level-face): New function.
10733         (org-set-font-lock-defaults): Simplify setup for headlines.
10734         (org-complete): Pass common substring to `display-completion-list'.
10736 2006-03-06  David Ponce  <david@dponce.com>
10738         * tree-widget.el: Update Commentary header.
10739         (tree-widget-theme-name): Ignore parent themes.
10740         (tree-widget-set-parent-theme): New function.
10741         (tree-widget-set-theme): Use it.
10742         (tree-widget-set-image-properties): Move definition.  Does nothing
10743         if image properties have already been set.
10744         (tree-widget-image-properties): Move definition.  Receive an image
10745         name.  Set the :pointer property.
10746         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
10747         Don't set the :pointer image property.
10748         (tree-widget-convert-widget): New function.  Handle :dynargs
10749         compatibility here.
10750         (tree-widget): Use it to :convert-widget.  Add the :expander-p
10751         predicate to control when the :expander function is entered.
10752         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
10753         (tree-widget-value-create): Handle :expander-p.  widget-apply
10754         :expander.
10755         (tree-widget-expander-p): New function.  Default value of the
10756         :expander-p property.
10758 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
10760         * help.el (describe-key): Properly handle the return value of
10761         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
10762         remaps.  Handle string and vector `follow-link' values.
10764 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10766         * complete.el (PC-expand-many-files): Try be more careful when parsing
10767         the shell's output.
10769 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * outline.el (hide-sublevels): Provide better interactive default.
10773 2006-03-06  Kenichi Handa  <handa@m17n.org>
10775         * international/fontset.el (create-fontset-from-fontset-spec):
10776         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
10778 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10780         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
10781         backslashes instead of one in regexp.
10782         (gud-tooltip-dereference): Add missing optional argument.
10784 2006-03-04  John Paul Wallington  <jpw@pobox.com>
10786         * wdired.el (toplevel): Require `cl' at compile-time.
10788 2006-03-04  Andreas Schwab  <schwab@suse.de>
10790         * server.el (server-process-filter): Handle errors during
10791         evaluation of the argument.
10793 2006-03-03  John Paul Wallington  <jpw@pobox.com>
10795         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
10796         escape parentheses at beginning of line.
10797         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
10798         (t-mouse-mode): Remove period from end of error message.
10800 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
10802         * textmodes/flyspell.el (flyspell-process-localwords):
10803         Be case-sensitive.
10805 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
10807         * cus-edit.el (custom-quote): Remove function, since it has been
10808         moved to custom.el.
10810         * font-lock.el (lisp-font-lock-keywords-2)
10811         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
10812         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
10813         they have no special meaning.
10815         * midnight.el (clean-buffer-list): Handle case where base-buffer of
10816         indirect buffer gets killed before indirect buffer.  Use dolist.
10818 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10820         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10821         value instead of a literal constant (1) on more pauses.
10823 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10825         * textmodes/flyspell.el (flyspell-external-point-words):
10826         Be case-sensitive.
10828 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10830         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10831         with "www".
10833 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10835         * allout.el: Restablish intermediate missing comment header to
10836         preserve outline structure.
10837         (allout-beginning-of-current-entry): Skip invisible text.
10838         (allout-open-topic): Fix opening a topic at end-of-buffer.
10839         (allout-minor-mode): Move nearer to allout-mode function.
10841 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10843         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10845 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10847         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10848         is nil.
10850         * progmodes/gud.el (gud-speedbar-menu-items):
10851         Use buffer-local-value and add missing :visible keyword.
10853         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10855 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10857         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10858         must be `follow-link'.
10860         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10862         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10863         formatting: No nested anchors.
10864         (org-all-targets): Fix bug with XEmacs compatibility.
10865         (org-read-date): Add (require 'parse-time).
10866         (org-set-tags): Fix bug with extra inserted space.
10867         (org-export-html-style): Define a style class for targets.
10868         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10869         (org-hide-leading-stars): New option.
10870         (org-hide): New face.
10871         (org-set-font-lock-defaults): Allow to hide leading stars.
10872         (org-get-legal-level, org-tr-level): New functions.
10873         (org-odd-levels-only): New option.
10874         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10875         (org-demote, org-promote): Deal with double-star levels.
10876         (org-convert-to-odd-levels): New command.
10878 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10880         * speedbar.el (speedbar-update-localized-contents): Try to
10881         preserve window-start.
10882         (speedbar-update-directory-contents): Try to preserve window-start
10883         and window-point.
10884         (speedbar-update-special-contents): Don't move back to start of window.
10886         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10887         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
10888         speedbar-timer-fn.
10889         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
10890         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
10891         instead of gdb-speedbar-timer-fn.
10893 2006-02-28  Jay Belanger  <belanger@truman.edu>
10895         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
10896         (math-compose-expr): Use latex option when calling
10897         `math-compose-tex-matrix' for latex mode.
10899 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
10901         * speedbar.el: Re-instate comments about developing for speedbar
10902         [this is what info and gdb-ui use even if better methods exist now].
10904         * t-mouse.el: New file.
10905         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
10906         (t-mouse-lispy-buffer-posn-from-coords): Remove.
10907         (t-mouse-make-event-element): Use posn-at-x-y instead.
10908         (t-mouse-make-event): Deal with Fedora Core 3.
10909         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10910         (t-mouse-mouse-position-function): New function.  Use it instead
10911         of advising mouse-position.
10912         (t-mouse-mode): New minor mode.
10913         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
10915 2006-02-27  Glenn Morris  <rgm@gnu.org>
10917         * calendar/calendar.el (calendar-holidays): Doc fix.
10919 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
10921         * progmodes/gdb-ui.el (gdb-source-window): New variable.
10922         Re-introduce the concept of a source window.
10923         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
10924         consistency with get-buffer-create.
10925         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10926         (gdb-data-list-register-values-handler)
10927         (gdb-stack-list-locals-handler): Try to preserve window-start as
10928         well as window-point.
10929         (gdb-display-source-buffer): New function (old concept).
10930         (gdb-goto-breakpoint): Use it.
10932         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
10933         for gdb-ui/gdb-mi (old concept).
10935 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
10937         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
10938         binding.
10940         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
10942         * textmodes/reftex-sel.el (reftex-select-label-map)
10943         (reftex-select-bib-map): Add `follow-mouse' binding.
10945 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
10947         * jka-cmpr-hook.el (jka-compr-compression-info-list)
10948         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
10949         Give :set functions to provide automatic updating.
10950         Update docstring.  Give compiler defvars early in the file
10951         and move the defcustoms to a later spot where all called functions
10952         are defined.
10953         (jka-compr-file-name-handler-entry): Doc fix.
10954         (jka-compr-compression-info-list--internal)
10955         (jka-compr-mode-alist-additions--internal)
10956         (jka-compr-load-suffixes--internal): New variables.
10957         (jka-compr-install): Set the three above variables.
10958         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10959         (jka-compr-update, jka-compr-set): New functions.
10960         (auto-compression-mode): Doc fix.
10962         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
10963         Update `load-file-rep-suffixes' instead of `load-suffixes'.
10964         Use jka-compr-compression-info-list--internal,
10965         jka-compr-mode-alist-additions--internal and
10966         jka-compr-load-suffixes--internal.
10968         * files.el (load-library):
10969         * loadhist.el (file-loadhist-lookup):
10970         * startup.el (command-line):
10971         * subr.el (locate-library):
10972         * emacs-lisp/autoload.el (update-directory-autoloads):
10973         * emacs-lisp/find-func.el (find-library-suffixes):
10974         Use `get-load-suffixes' instead of `load-suffixes'.
10976         * subr.el (locate-library):
10977         * emacs-lisp/find-func.el (find-library-name):
10978         Use `load-file-rep-suffixes' instead of '("").
10980 2006-02-26  Kim F. Storm  <storm@cua.dk>
10982         * ido.el (ido-save-history, ido-load-history): Simplify.
10983         Don't use find-file-noselect to avoid interference from other modes.
10985 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
10987         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
10988         to use the default shell if filename is not available.
10989         Reported by Giorgos Keramidas.
10991 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
10993         * progmodes/etags.el (tags-completion-table): Do completion from
10994         all the tables in the current list, as documented in the manual.
10996 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
10998         * CC Mode Update to 5.31.3.
11000 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11002         * progmodes/cc-mode.el (c-postprocess-file-styles):
11003         Bind inhibit-read-only to t, around the call to
11004         c-remove-any-local-eval-or-mode-variables, so that it works on a
11005         RO file.
11007 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11009         * progmodes/cc-awk.el: Correct a typo.
11011 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11013         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11014         c-hungry-delete-backwards, at the request of RMS.  Leave the old
11015         name as an alias.
11017 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11019         * progmodes/cc-mode.el: Correct a typo.
11021 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11023         * progmodes/cc-defs.el: Update the version number to 5.31.3.
11025 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11027         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11028         brace-else-brace (error due to mbeg, mend being undefined).
11030 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11032         * progmodes/cc-mode.el: File Local variables: Solve the problem
11033         where both `mode' and c-file-offsets are specified: `mode' will
11034         overwrite c-f-o's settings:
11035         (c-remove-any-local-eval-or-mode-variables): New function.
11036         (c-postprocess-file-styles): Call the above new function, within
11037         c-tentative-buffer-change, to splat `mode' and `eval' before the
11038         second hack-local-variables.
11040 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11042         * progmodes/cc-mode.el:
11043         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11044         (c-after-change): Protect the match data with save-match-data.
11045         It was getting corrupted by c-after-change-check-<>-operators.
11047         * cc-defs.el: [Supersedes patch V1.38]:
11048         (top level): Check for a buggy font-lock-compile-keywords ONLY in
11049         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
11051         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11052         with save-match-data.  It was being corrupted when Font Lock was
11053         not enabled.
11055 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11057         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11058         Mode and Subword Mode.
11060         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11061         real labels ("case 1:" or "foo:") from non-labels ("public:").
11062         (c-forward-objc-directive): Replace c-forward-token-2 with crude
11063         coding; c-f-t-2 doesn't move over a token at EOB.
11065         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11067         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11068         (c-update-modeline): Concatenate the minor mode indicators
11069         directly onto mode-name, removing c-submode-indicators.
11070         Sometimes, c-s-i got separated from the mode name on the mode line.
11072         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11073         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11075 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11077         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11078         error message when there's an evaluation error to show whether
11079         it's loaded from source or not.
11080         (c-filter-ops): Make it available at runtime too to work when
11081         `c-make-init-lang-vars-fun' needs to evaluate from source.
11083 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
11085         * help.el (help): Revert last part of 2006-02-23 change (deletion
11086         of the `provide' call).
11088 2006-02-23  Juri Linkov  <juri@jurta.org>
11090         * compare-w.el (compare-windows-highlight): Add new value
11091         `persistent' and change :type from `boolean' to `choice'.
11092         (compare-windows-overlays1, compare-windows-overlays2):
11093         New internal variables.
11094         (compare-windows-highlight): If compare-windows-highlight is
11095         `persistent', add current overlays to compare-windows-overlays[12]
11096         instead of adding compare-windows-dehighlight to pre-command-hook.
11097         (compare-windows-dehighlight): Delete all overlays from
11098         compare-windows-overlays[12].
11100         * info.el (Info-search): Don't bind search-spaces-regexp to
11101         Info-search-whitespace-regexp in non-regexp isearch mode.
11103 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11105         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11107 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
11109         * textmodes/org.el (org-xemacs-p)
11110         (org-export-html-show-new-buffer, org-table-may-need-update)
11111         (org-insert-item, org-mhe-get-message-real-folder)
11112         (org-mhe-get-message-folder-from-index)
11113         (org-mhe-get-message-folder, org-mhe-get-message-num)
11114         (org-mhe-get-header, org-make-org-heading-search-string)
11115         (org-make-org-heading-camel, org-table-sort-lines)
11116         (org-format-org-table-html, org-format-table-table-html):
11117         Fix typos in docstrings.
11119 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
11121         * textmodes/org.el (org-cleaned-string-for-export)
11122         (org-solidify-link-text): New function.
11123         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11124         XEmacs, just to silence the compiler.
11125         (org-export-as-ascii, org-export-as-html-and-open):
11126         Use `org-cleaned-string-for-export' and create internal links.
11127         (org-follow-mhe-link): Require mh-e, use folder.
11129 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11131         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11133         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11134         gdb-debug-log-length.
11135         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
11136         it a real ring but...
11137         (gud-gdba-marker-filter): ...make it work like mark-ring.
11138         (gdb-enable-debug): Rename from gdb-enable-debug-log.
11139         (gdb-mouse-jump): New function.  Add bindings.
11141 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11143         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11144         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11145         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11146         (gdb-debug-log-length): Customize it's length.
11147         (gud-watch, gdb-var-create-handler): Display function::var format
11148         but don't use to create variable object.
11149         (gdb-var-create-handler): Use message-box in place of message.
11150         (gdb-stopped): Call gdb-exited if signalled.
11152 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
11154         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11156         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11158         * textmodes/reftex.el (reftex-locate-file): Search all extensions
11159         if `reftex-try-all-extensions' is set.
11161         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11162         fail silently when there is no valid argument at point.
11163         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11164         `fail-silently' argument.  From a patch by David Reiter.
11166         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11167         New commands.
11168         (org-mark-ring): New variable.
11169         (org-mark-ring-length): New option.
11170         (org-open-at-point, org-goto, org-open-file): Push old position
11171         onto the mark ring.
11172         (org-add-hook): New function.
11173         (org-export-table-remove-special-lines): New option.
11174         (org-skip-comments, org-format-org-table-html): Respect new
11175         option `org-export-table-remove-special-lines'.
11176         (org-open-file): Allow special command configuration for
11177         directory link.
11178         (org-file-apps): Fix bugs in customize type, added setting
11179         for directories.
11180         (org-activate-tags, org-format-agenda-item, org-complete)
11181         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11182         (org-get-tags, org-get-buffer-tags, org-open-at-point)
11183         (org-link-search, org-make-org-heading-search-string)
11184         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11185         (org-radio-targets, org-file-link-context-use-camel-case)
11186         (org-activate-camels): New options.
11187         (org-update-radio-target-regexp, org-all-targets)
11188         (org-make-target-link-regexp, org-activate-target-links):
11189         New functions.
11190         (org-make-org-heading-search-string): New function.
11191         (org-store-link, org-insert-link): Use new option
11192         `org-file-link-context-use-camel-case'.
11193         (org-activate-camels): Use new option `org-activate-camels'.
11194         (org-link-regexp): Add mhe prefix.
11195         (org-open-at-point, org-store-link): Support for mhe links.
11196         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11197         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11198         (org-mhe-get-header, org-follow-mhe-link): New functions.
11199         (org-remove-angle-brackets, org-add-angle-brackets):
11200         New functions.
11201         (org-bracket-link-regexp): New constant.
11202         (org-read-date): Fix bug that was rejecting all typed dates.
11203         (org-link-search): Make hierarchy above visible after a match.
11204         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11205         (org-store-link): Fix bug with link creation when cursor is in
11206         an empty line.
11207         (org-open-at-point): Fix bug with matching a link.
11208         Fixed buggy argument sequence in call to `org-view-tags'.
11209         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11210         (org-prefix-has-tag): New variable.
11211         (org-format-agenda-item): Remove tags from headline
11212         if appropriate.
11213         (org-agenda-remove-tags-when-in-prefix): New option.
11215 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
11217         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11218         Fix the regular expressions.
11220 2006-02-21  Richard M. Stallman  <rms@gnu.org>
11222         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11223         if there's no other specific basis.
11225         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11226         as variables at all.
11227         (unsafep-variable): Rename arg; doc fix.
11229         * abbrevlist.el (list-one-abbrev-table): Add autoload.
11231         * calendar/appt.el (diary-selective-display): Add defvar.
11233         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11235         * isearch.el (search-whitespace-regexp): Fix custom type.
11237         * help.el (describe-key-briefly): Compute interactive args
11238         in same was as before previous change.
11240         * files.el (enable-local-variables): Doc fix.
11242 2006-02-21  Kim F. Storm  <storm@cua.dk>
11244         * fringe.el: Cleanup as file is now pre-loaded.
11245         (fringe-bitmaps): Initialize unconditionally.
11246         (fringe-mode, set-fringe-style): Remove autoload cookies.
11248 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
11250         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11251         `horizontal-bar'.
11252         (fringe-cursor-alist): Use `horizontal-bar'.
11254 2006-02-20  Kim F. Storm  <storm@cua.dk>
11256         * fringe.el (fringe-bitmaps): Update to new bitmap names.
11257         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11259         * loadup.el: Load "fringe" on window systems.
11261 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11263         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11264         out of scope components.
11266         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11267         default.
11269 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
11271         * custom.el (customize-mark-to-save, customize-mark-as-set):
11272         Load the symbol first.
11274 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
11276         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11277         strech spec so it doesn't display as "^J" on the header line
11278         when `Buffer-menu-use-header-line' is t.
11280 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11282         * speedbar.el (speedbar-make-button): Keep text properties
11283         of string arguments if desired.
11285         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11286         expessions.
11288         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11289         of speedbar.
11291 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
11293         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11294         to value of `read-file-name-completion-ignore-case'.
11296 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
11298         * custom.el (customize-mark-as-set): Push to `user' theme.
11300         * cus-edit.el (custom-save-variables): Allow unthemed values.
11301         (customize-set-variable): Push setting to `user' theme.
11303 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11305         * progmodes/gud.el: Don't require font-lock as it's now
11306         automatically loaded.
11307         (gud-speedbar-buttons): Replace gdb-var-changed with
11308         gdb-force-update.
11310         * progmodes/gdb-ui.el (gdb-force-update): Rename from
11311         gdb-var-changed.
11312         (gdb-post-prompt): Use it.
11313         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11314         (gdb-var-update-handler, gdb-var-delete)
11315         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11316         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11317         gdb-force-update in gdb-post-prompt.
11318         (gdb-reset): Clear watch expressions from speedbar when quitting.
11320 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11322         * viper-cmd.el (viper-insert-state-post-command-sentinel)
11323         (viper-change-state-to-vi, viper-change-state-to-emacs):
11324         Make aware of cursor coloring in the Emacs state.
11325         (viper-special-read-and-insert-char): Use read-char-exclusive.
11326         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11328         * viper-init.el (viper-emacs-state-cursor-color): New variable.
11330         * viper-util.el (viper-save-cursor-color)
11331         (viper-get-saved-cursor-color-in-replace-mode)
11332         (viper-get-saved-cursor-color-in-insert-mode)
11333         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11334         state.
11335         (viper-get-saved-cursor-color-in-emacs-mode): New function.
11337         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11338         (ediff-ignore-case-option3, ediff-actual-diff-options)
11339         (ediff-actual-diff3-options): New variables to control case sensitivity.
11340         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11341         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11342         (ediff-toggle-ignore-case): New function.
11343         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11345         * ediff-help.el (ediff-long-help-message-narrow2)
11346         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11347         (ediff-long-help-message-word-mode): Add ignore-case command.
11348         (ediff-help-for-quick-help): Add ignore-case command.
11350         * ediff-merg.el: Move provide to the end.
11352         * ediff-ptch.el: Move provide to the end.
11354         * ediff-wind.el: Move provide to the end.
11356         * ediff-mult.el: Move provide to the end.
11357         (ediff-set-meta-overlay): Enable follow-link.
11359         * ediff.el: Move provide to the end.
11360         Break recursive load cycle in eval-when-compile.
11361         (ediff-patch-buffer): Better heuristics.
11363         * ediff-util.el: Move provide to the end.
11364         Break recursive load cycle in eval-when-compile.
11365         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
11366         defuns.
11367         (ediff-submit-report): Pass the values of ediff-diff3-program,
11368         ediff-diff3-options.
11370 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
11372         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11373         the opening bracket of the following bracketing pairs: {}, [], (), <>,
11374         `' (for example, in the docstring of `windmove-default-keybindings').
11376 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11378         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11379         shadow face.  Don't provide binding to edit variable when it is
11380         out of scope.
11382         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11383         (gdb-var-update-handler): Detect out of scope variables with pre
11384         GDB 6.4 too.
11385         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11386         Reset status of variable objects to nil in update handlers.
11387         (gdb-var-update-handler-1): Detect when a variable object comes
11388         in scope.  setcar on var changes gdb-var-list directly.
11390 2006-02-17  Juri Linkov  <juri@jurta.org>
11392         * ffap.el (ffap) <defface>: Add explicit face declaration.
11393         (ffap-highlight): Use face `ffap' directly instead of checking
11394         for its existence.
11396         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11397         `visible-ok' of `other-buffer' to find the right original buffer.
11399         * info.el (Info-search): Skip `Local Variables' node.
11401 2006-02-17  Juri Linkov  <juri@jurta.org>
11403         * info.el (Info-find-file): Check for symbols `apropos', `history',
11404         `toc' in the input filename, and return these symbols as is.
11405         (Info-find-node-2): Set Info-current-file to symbols `apropos',
11406         `history', `toc' instead of strings.
11407         (Info-set-mode-line): For non-string Info-current-file use the
11408         symbol's name inside **.
11409         (Info-isearch-push-state): Add quote before Info-current-file and
11410         Info-current-node.
11411         (Info-isearch-pop-state): Use `equal' instead of `string='.
11412         (Info-extract-pointer, Info-following-node-name): Use
11413         `match-string-no-properties' instead of `match-string'.
11414         (Info-up): Check `old-file' for `stringp'.
11415         (Info-history): Use `equal' instead of `string-equal'.
11416         Check `file' for `stringp'.
11417         (Info-history): Use symbol `history' instead of string as first arg
11418         of `Info-find-node'.
11419         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
11420         `toc' instead of string.
11421         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11422         instead of `buffer-substring', and `match-string-no-properties'
11423         instead of `match-string'.
11424         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11425         instead of strings.
11426         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11427         Use symbol `apropos' instead of string.
11428         (Info-copy-current-node-name): Check `Info-current-file' for
11429         `stringp' and construct a command with `Info-find-node' from it.
11430         (Info-fontify-node): Use `match-string-no-properties' instead of
11431         `match-string' and check file names for `stringp'.
11432         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11433         `history', `toc' instead of strings.
11435 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
11437         * files.el: Rearrange functions and variables in the file local
11438         variables section.
11440 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
11442         * files.el: Add truncate-lines, ispell-check-comments and
11443         ispell-local-dictionary as safe local variables.
11445 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
11447         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11448         out of scope variables.
11449         (gud-speedbar-buttons): Use unless.
11451         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11452         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11453         (gdb-show-changed-values): Also use for out of scope variables.
11454         (gdb-var-update-handler-1): Note if variable goes out of scope.
11456 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
11458         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11459         default to global variable values for unsupplied args.
11460         (rcirc-get-buffer-create): Fix bug with setting the target.
11461         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11462         test for rcirc-always-use-server-buffer-flag here.
11463         (rcirc-response-formats): Add %N, which is a facified nick.  %n
11464         uses the default face.  Change the ACTION format string.  If the
11465         "nick" is the server, don't print anything for that field.
11466         Comment fixes.
11467         (rcirc-target-buffer): Don't test
11468         rcirc-always-use-server-buffer-flag here.
11469         (rcirc-print): Squeeze extra spaces out of the text before message.
11470         (rcirc-put-nick-channel): Strip potential "@" char from nick
11471         before adding them to nick table.
11472         (rcirc-url-regexp): Improve to match address like "foo.com".
11474 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
11476         * allout.el (allout-hidden-p): Move this defsubst before
11477         allout-overlay-interior-modification-handler, where it is first
11478         used.
11480 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
11482         * allout.el: Use allout invisible-text overlays instead of
11483         selective display for concealed text.  Also, lots of general
11484         cleanup, and improved compatibility code.
11486         (allout-version) Incremented, corrected, revised, and refined
11487         module commentary.
11489         (provide 'allout): Moved to the bottom, added a require of overlay.
11491         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11492         `except-current'.
11493         (allout-write-file-hook-handler): Minimize delay.
11494         (count-trailing-whitespace-region): New function so
11495         auto-encryption of current topic can resituate cursor exactly.
11496         PGP/GPG encryption trims trailing whitespace from lines, which
11497         must be accounted for across encryption then decryption.
11499         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11500         just plain "\C-c", to avoid intruding on user's keybinding space.
11502         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11503         parameter, so user request to provide a new password is done.
11505         (allout-outside-normal-auto-fill-function, allout-auto-fill):
11506         Refined mechanism for auto-filling behavior while in allout mode.
11508         (allout-mode): Explicitly specify the mode map in the docstring.
11509         Clarify provision for various write-file hook var names.
11510         Adjusted for invisible-text overlays instead of selective-display.
11512         (allout-depth): Really return 0 if not within any topic.  This
11513         rectifies `allout-beginning-of-level' and sequence numbering
11514         errors that occur when cutting and pasting numbered topics.
11515         Changed from a in-line subst to a regular function, as well.
11517         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
11519         (allout-end-of-subtree, allout-end-of-subtree)
11520         (allout-end-of-entry, allout-end-of-current-heading)
11521         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
11522         (allout-show-children, allout-show-to-offshoot)
11523         (allout-hide-current-entry, allout-show-current-entry): Rectified
11524         handling of trailing blank lines between items.
11526         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
11527         (allout-current-depth, allout-unprotected, allout-hidden-p)
11528         (allout-on-current-heading-p, allout-listify-exposed)
11529         (allout-chart-subtree, allout-goto-prefix)
11530         (allout-back-to-current-heading, allout-get-body-text)
11531         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
11532         (allout-hide-region-body, allout-toggle-subtree-encryption)
11533         (allout-encrypt-string, allout-encrypted-key-info)
11534         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
11535         (allout-file-vars-section-data): Adjusted for use with
11536         invisible-text overlays instead of selective-display.
11538         (allout-kill-line, allout-kill-topic, allout-yank-processing):
11539         Reworked for use with invisible text overlays.
11541         (allout-current-topic-collapsed-p): New function.
11543         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
11544         to know when to close the containing topic.
11546         (allout-pre-command-business, allout-post-command-business):
11547         Simplify undo-batching and dynamic isearch exposure.
11549         (allout-set-overlay-category): New for invisible-text overlays.
11550         Sets properties of allout-overlay-category, used by
11551         allout-flag-region to set invisible-text overlay properties.
11552         (allout-get-invisibility-overlay): Get the first qualifying
11553         invisibility overlay, so we can find the extent of it.
11554         (allout-back-to-visible-text): Get to just before the beginnining
11555         of the current invisibility overlay, if any.
11557         (allout-overlay-insert-in-front-handler)
11558         (allout-overlay-interior-modification-handler)
11559         (allout-before-change-handler, allout-isearch-end-handler): New
11560         functions to handle extraordinary actions affecting concealed
11561         text.
11563         (allout-flag-region): Use overlays instead of selective-display
11564         for invisible text - by inheritence from the properties of
11565         allout-overlay-category in mainline Emacs, and applied
11566         property-by-property in XEmacs, some recent versions of which
11567         don't inherit the properties from the category.  Provisions to
11568         respond to concealed-text edits simplified drastically.
11570         (allout-isearch-rectification, allout-isearch-was-font-lock)
11571         (allout-isearch-expose, allout-enwrap-isearch)
11572         (allout-isearch-abort, allout-pre-was-isearching)
11573         (allout-isearch-prior-pos, allout-isearch-did-quit)
11574         (allout-isearch-dynamic-expose)
11575         (allout-hide-current-entry-completely): Functions deleted.
11577         (allout-undo-aggregation): Explicit undo aggregation no longer
11578         necessary due to transition away from selective-display.
11580         (set-allout-regexp, allout-up-current-level)
11581         (allout-next-visible-heading, allout-forward-current-level)
11582         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
11583         (allout-kill-line, allout-yank-processing, allout-show-children)
11584         (allout-expose-topic, allout-old-expose-topic)
11585         (allout-listify-exposed, allout-insert-latex-header)
11586         (allout-toggle-subtree-encryption, allout-encrypt-string)
11587         (remove-from-invisibility-spec, allout-hide-current-subtree):
11588         Ditched unused variables.
11590 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
11592         * textmodes/ispell.el (ispell-change-dictionary): Call
11593         ispell-buffer-local-dict instead of
11594         ispell-accept-buffer-local-defs.
11595         (ispell-local-dictionary-alist): Accept as valid any coding-system
11596         supported by Emacs.
11597         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
11598         changed to iso-8859-3.
11600 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
11602         * speedbar.el (speedbar-frame-width): Make an inline function
11603         instead of a macro.  Use frame-width.
11604         (speedbar-try-completion, speedbar-update-contents)
11605         (speedbar-timer-fn): Use consp.
11606         (speedbar-update-localized-contents): Try to preserve point.
11608         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
11609         (menu): Re-order menu items.
11610         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
11611         field.
11612         (gdb-var-update-handler-1): Use it for GDB 6.4+.
11613         (gdb-post-prompt): Speed things by not forcing update.
11615 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
11617         * wid-edit.el (widget-button-click): For mouse-1, cancel button
11618         press and perform default action if we get a mouse movement event.
11620 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11622         * calendar/icalendar.el (icalendar--get-event-property)
11623         (icalendar--get-event-property-attributes): Fix typos in
11624         docstrings.
11626         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
11627         docstring.
11629 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
11631         * bs.el (bs-mode): Use `buffer-disable-undo'.
11632         (bs--get-file-name): Simplify.
11633         (bs-show-in-buffer): Mark the buffer as not modified.
11635 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11637         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
11638         widget-button-click.
11640         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
11641         (custom-mode): Update docstring.
11643         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
11644         binding.
11646         * files.el (hack-local-variables-confirm): Allow scrolling if the
11647         file variable list is too long.  Kill temp buffer after use.
11649 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
11651         * progmodes/gud.el (gdb): Improve doc string.
11652         (gdb-script-font-lock-keywords): Expand allowed character set.
11654         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
11655         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
11656         (gdb-separate-io-interrupt, gdb-separate-io-quit)
11657         (gdb-separate-io-stop, gdb-separate-io-eof):
11658         Rename from gdb-inferior-* to gdb-separate-*.
11659         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
11661 2006-02-14  Jay Belanger  <belanger@truman.edu>
11663         * calc/calc-arith.el (math-check-known-scalarp): Make sure
11664         expression is a symbol before checking that it is bound.
11666         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
11667         test to see if equation can be solved.
11669 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11671         * wid-edit.el (widget-button-click): Use :pressed-face property
11672         for overlay face, if it exists.
11674         * cus-edit.el (custom-manual, custom-add-see-also)
11675         (custom-add-parent-links, custom-group-link): Add :pressed-face
11676         property to links.
11678         * files.el (hack-local-variables): Remove ignored variables before
11679         checking if any variables need setting.
11681 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11683         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
11685 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
11687         * help.el (where-is): Fix message for remapped commands.
11689         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
11690         Fix typos in docstrings.
11692 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
11694         * files.el (safe-local-variable-values): New option.
11695         (hack-local-variables-prop-line): Return a list of variable-value
11696         pairs if MODE-ONLY is non-nil.
11697         (hack-local-variables): Construct list of variable-value pairs,
11698         and apply or reject them in one go.  Ask for confirmation if
11699         variables are not known safe.
11700         (hack-local-variables-confirm): Complete rewrite.  Support
11701         `safe-local-variable-values'.
11702         (enable-local-variables): Update docstring to reflect new
11703         behavior.
11704         (ignored-local-variables): Ignore ignored-local-variables and
11705         safe-local-variable-values.
11706         (safe-local-variable-p): New function.
11707         (risky-local-variable-p): `safe-local-variable' property check
11708         moved to safe-local-variable-p.
11709         (hack-one-local-variable): Checks moved to hack-local-variables.
11711         (byte-compile-dynamic, c-basic-offset, c-file-style)
11712         (c-indent-level, comment-column, fill-column, fill-prefix)
11713         (indent-tabs-mode, kept-new-versions, no-byte-compile)
11714         (no-update-autoloads, outline-regexp, page-delimiter)
11715         (paragraph-start, paragraph-separate, sentence-end)
11716         (sentence-end-double-space tab-width, version-control):
11717         Add `safe-local-variable' property.
11719         * find-lisp.el: Delete nonexistent `autocompile' file variable.
11721         * icomplete.el, play/landmark.el: Change nonexistent
11722         `outline-layout' file variable to `allout-layout'.
11724 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
11726         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
11727         (gdb-get-changed-registers): Test value of gud-minor-mode relative
11728         to gud-comint-buffer.
11729         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
11730         gdb-ui.el for gdb-mi.el.
11731         (gdb-post-prompt, gdb-get-changed-registers): Move test for
11732         registers buffer to gdb-get-changed-registers.
11733         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
11734         deletion of catchpoints (throw and catch).
11735         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11736         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
11737         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
11738         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
11739         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
11741 2006-02-13  Jay Belanger  <belanger@truman.edu>
11743         * calc/calc-arith.el (math-check-known-matrixp): Make sure
11744         expression is a symbol before checking that it is bound.
11746 2006-02-13  Richard M. Stallman  <rms@gnu.org>
11748         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
11749         for the minibuffer too, but not if resize-mini-windows will interfere.
11751         * help.el (describe-key-briefly, describe-key): Do all arg-reading
11752         inside `interactive' spec.
11753         (describe-key-briefly-internal, describe-key-internal):
11754         Functions merged back into their callers.
11756 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
11758         * info.el (info-xref-visited): Inherit from info-xref too.
11759         (Info-set-mode-line): Replace occurrences of `%' by `%%'
11760         when propertizing Info-current-file and Info-current-node.
11762 2006-02-13  Juri Linkov  <juri@jurta.org>
11764         * tumme.el (tumme-thumbnail-storage): Fix docstring.
11765         (tumme-thumb-name): Fix per-directory format.
11767 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
11769         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
11771 2006-02-12  Miles Bader  <miles@gnu.org>
11773         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
11775 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
11777         * tumme.el: Remove history section.  If someone needs the it, it
11778         can always be found in CVS.
11780 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11782         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
11783         about the Thumbnail Managing Standard option.
11785 2006-02-12  Richard M. Stallman  <rms@gnu.org>
11787         * subr.el (substitute-key-definition): Doc fix.
11789         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
11791         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
11793         * info.el (Info-mode): Doc fix.
11795         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
11797 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
11799         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
11800         because on Solaris a POSIX compatible "id" is needed.  Reported by
11801         Magnus Henoch <mange@freemail.hu>.
11803 2006-02-12  Juri Linkov  <juri@jurta.org>
11805         * tumme.el: Remove todo item about Thumbnail Managing Standard.
11806         (tumme) <defgroup>: Change :group to `multimedia'.
11807         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
11808         Managing Standard.
11809         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
11810         Fix dostring.
11811         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
11812         and %y.  Fix docstring.
11813         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
11814         (tumme-cmd-create-standard-thumbnail-command): New user options.
11815         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
11816         is `standard'.  Fix docstring.
11817         (tumme-thumb-width, tumme-thumb-height): New user options.
11818         (tumme-external-viewer): Try to find various viewers.
11819         (tumme-get-thumbnail-image): Use `create-image' instead of
11820         constructing the `image' structure.
11821         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11822         `standard'.
11823         (tumme-thumb-name): Add file name generation for standard storage.
11824         Simplify code for other storages.
11825         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11826         Add modification time %m and thumbnail-nq8 %q.
11827         Use `tumme-cmd-create-standard-thumbnail-command' if
11828         tumme-thumbnail-storage is `standard'.
11829         (tumme-dired-insert-marked-thumbs): New autoload command.
11830         (tumme-dired-after-readin-hook): New function.
11831         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11832         `tumme-thumb-size'.
11833         (tumme-display-image): Replace size-x %x and size-y %y with
11834         width %w and height %h.
11836         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11837         `tumme-dired-insert-marked-thumbs'.
11839 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11841         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11842         include path).
11843         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11844         matching tag.
11846 2006-02-12  Miles Bader  <miles@gnu.org>
11848         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11849         New variables.
11850         (rcirc-abbrev-nick): New function.
11851         (rcirc-format-response-string): Rewrite to use the formats in
11852         `rcirc-response-formats' and expand escape sequences therein.
11853         A text-property `rcirc-text' is added over the actual response
11854         text to make easy to find inside the returned string.
11855         (rcirc-print): When filling, just look for the `rcirc-text'
11856         text-property to find the appropriate fill prefix, instead of
11857         using hardwired patterns.
11859 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11861         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11862         Managing Standard.
11864 2006-02-11  Kim F. Storm  <storm@cua.dk>
11866         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11867         Don't use insert-buffer; do insert-buffer-substring directly.
11868         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11870 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11872         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11873         with inhibit-read-only.  Suggested by Stefan Monnier.
11874         (revert-buffer): Let insert-file-contents discard
11875         buffer-undo-list.  Simplify code.
11876         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11878 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11880         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11882         * help.el (describe-key-briefly): Now a wrapper for
11883         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
11884         to t.  Populate yank-menu if empty.
11885         (describe-key-briefly-internal): Renamed from describe-key-briefly.
11886         (describe-key): Now a wrapper for describe-key-internal.  Bind
11887         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
11888         (describe-key-internal): Renamed from describe-key.
11890 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
11892         * progmodes/glasses.el (glasses-separator): Doc fix.
11893         (glasses-original-separator): New defcustom.
11894         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
11896 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11898         * mwheel.el (mouse-wheel-up-event): Doc fix.
11900 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11902         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
11903         (tumme-dir): New function.  Copied from thumbs.el.
11905 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
11907         * desktop.el (desktop-outvar): Fix typo.
11908         (desktop-save-buffer-p): Doc fix.
11910         * subr.el (substitute-key-definition): Fix typo.
11912 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11914         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
11915         when window-system is mac.
11917         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
11919 2006-02-10  Kim F. Storm  <storm@cua.dk>
11921         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
11922         indirect-function instead of using condition-case.
11924 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
11926         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
11927         less `colloquial'...
11929 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
11931         * tumme.el: Add a couple of todo items.
11933 2006-02-09  Lars Hansen  <larsh@soem.dk>
11935         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
11936         (highlight-changes-mode): Don't change desktop-locals-to-save.
11938 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
11940         * image-mode.el (image-toggle-display): Clear image cache if using
11941         filename.
11943 2006-02-09  Masatake YAMATO  <jet@gyve.org>
11945         * dired-x.el (dired-guess-shell-alist-default): Add .man as
11946         a `dired-man' target.
11948         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
11949         boundary of symbols.
11951 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
11953         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
11955 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
11957         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
11958         `mapcar'; return nil.
11960 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
11962         * mouse.el (mouse-drag-track): Don't change window if we rebind to
11963         some other event.
11965 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
11967         * net/rcirc.el (rcirc-startup-channels-alist):
11968         Add irc.freenode.net and #emacs as defaults.
11969         (rcirc-ignore-all-activity-flag): Remove variable.
11970         (rcirc-authinfo): New variable.
11971         (rcirc-authinfo-filename): Remove variable.
11972         (rcirc-always-use-server-buffer-flag): New flag.
11973         (rcirc): M-x rcirc will automatically connect without prompting.
11974         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
11975         connection in lisp.
11976         (rcirc-process-server-response-1): Remove everything but the nick
11977         portion of the sender so it doesn't need to be done everywhere
11978         else.  Update related code.
11979         (global-map): Remove global keybindings.
11980         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
11981         (rcirc-send-input): Split into several functions.
11982         (rcirc-process-input-line, rcirc-process-message)
11983         (rcirc-process-command): New functions.
11984         (rcirc-target-buffer): New function to determine where to route
11985         messages.
11986         (rcirc-user-nick): Save match data.
11987         (rcirc-toggle-ignore-buffer-activity)
11988         (rcirc-update-activity-string): Remove global ignore functionality,
11989         which can be done now by toggling rcirc-track-minor-mode.
11990         (rcirc-track-minor-mode-map): New keymap.
11991         (rcirc-track-minor-mode): New minor-mode.
11992         (ignore): Make the ignore output nicer.  Always print it when
11993         adding or removing nicks.
11994         (rcirc-url-regexp): Improve.
11995         (rcirc-mangle-text): Remove properties before using text in the
11996         modeline.
11997         (rcirc-authenticate): Authentication data comes from
11998         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
11999         (rcirc-server-prefix): Inherit from rcirc-server.
12001 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
12003         * Makefile.in (compile): Append "|| true" to the end of the `find'
12004         command, like compile-always does.
12006 2006-02-08  Sam Steingold  <sds@gnu.org>
12008         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12009         output from a dead connection.
12011 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12013         * dired.el (dired-mode-map): Add more bindings for tumme.
12015 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * wdired.el (wdired-mode-map): Use remap.
12018         (wdired-get-filename): Massage.
12019         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12020         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12021         `keymap' property rather than `local-map'.
12023 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12025         * tumme.el (tumme-get-thumbnail-image): New utility function.
12026         Suggested by from Chong Yidong.
12027         (tumme-dired-with-window-configuration): Rename from
12028         `tumme-dired'.  Add code to save window configuration.
12029         (tumme-restore-window-configuration): New command to restore the
12030         window configuration that `tumme-dired-with-window-configuration'
12031         saves before it changes the window configuration.
12032         (tumme-show-all-from-dir): New command to display thumbnails for
12033         all files in a directory entered by the user, like M-x thumbs.
12034         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12035         have been created.
12036         (tumme-display-thumbnail-original-image): Call `display-buffer'.
12037         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12038         Remove obsolete test function.
12040 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
12042         * vc.el (small-temporary-file-directory): Remove defvar; there's
12043         a defcustom for it in files.el.
12045         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12046         Fix typo in message.
12047         (tumme-gallery-generate): Fix typo in `error' message.
12048         (tumme-display-window-height-correction)
12049         (tumme-display-window-width-correction, tumme-line-up-dynamic)
12050         (tumme-line-up-interactive): Dox fixes.
12051         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12052         (tumme-restore-window-configuration, tumme-format-properties-string)
12053         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12054         Fix typos in docstrings.
12056 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12058         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12060 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
12062         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12063         User should use hook if desired.
12065         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12066         buffer if necessary.
12067         (gdb-delete-frame-or-window): New function.
12068         (gdb-breakpoints-mode-map): Bind "q" to it.
12070 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12072         * textmodes/nroff-mode.el: Clean up name space.
12073         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12074         (nroff-mode): Obey the global setting of nroff-electric-mode.
12075         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12077         * calendar/calendar.el (calendar-increment-month): Typo in last change.
12079 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
12081         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12083 2006-02-06  Lars Hansen  <larsh@soem.dk>
12085         * generic-x.el (etc-fstab-generic-mode): Add file system types
12086         cifs and usbdevfs.  Allow special chars in file names.
12088 2006-02-05  Jay Belanger  <belanger@truman.edu>
12090         Update copyright notices of the files in lisp/calc.
12092 2006-02-05  Romain Francoise  <romain@orebokech.com>
12094         Update copyright notices of all files in the lisp/play directory.
12096 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12098         * ldefs-boot.el: Regenerate.
12100         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12102 2006-02-05  Kim F. Storm  <storm@cua.dk>
12104         * files.el (magic-mode-regexp-match-limit): New defvar.
12105         (set-auto-mode): Use it to limit magic-mode-alist matching.
12107 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
12109         * simple.el (display-message-or-buffer): Compare the number of
12110         characters to the frame width when determining whether a 1-line
12111         message string will fit in the echo area.  Count screen lines
12112         instead of buffer lines when determining whether a multi-line
12113         message will fit in the echo area/minibuffer window.
12115 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
12117         * info.el (Info-index, Info-mode): Improve the description of the
12118         `i' command.
12120         * ldefs-boot.el: Regenerate.
12122 2006-02-03  Werner Lemberg  <wl@gnu.org>
12124         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12125         greedy to find the closing bracket in \*[...] and similar
12126         expressions.  This is a first rough fix -- many additional
12127         refinements are necessary to make nroff mode really usable with groff.
12129 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
12131         * international/mule-cmds.el (set-locale-environment):
12132         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12133         libX11.
12135 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12137         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12138         archive are created in archive-tmpdir.
12140 2006-02-02  John Paul Wallington  <jpw@pobox.com>
12142         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12143         (ibuffer-fontification-alist): Use it.
12144         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12145         to "* z" and the Ibuffer Mark menu.
12147         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12149 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12151         * textmodes/table.el (*table--cell-describe-mode)
12152         (*table--cell-describe-bindings): Undo last change since
12153         print-help-return-message is not obsoleted by anything at all.
12155 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
12157         * emulation/cua-base.el (cua-mode): Doc fix.
12159 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
12161         * dframe.el (dframe-handle-make-frame-visible)
12162         (dframe-handle-iconify-frame, dframe-get-focus)
12163         (dframe-select-attached-frame, dframe-power-click)
12164         (dframe-frame-mode): Fix typos in docstrings.
12166         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12167         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12168         Fix typos in docstrings.
12170         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12171         (hi-lock-face-buffer, hi-lock-font-lock-hook)
12172         (hi-lock-archaic-interface-message-used)
12173         (hi-lock-file-patterns-range): Fix typos in docstrings.
12175         * savehist.el (savehist-loaded, savehist-load, savehist-install)
12176         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12178         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12179         Fix typo in docstring.
12181         * net/newsticker.el (newsticker--decode-iso8601-date)
12182         (newsticker--set-customvar, newsticker--buffer-insert-item)
12183         (newsticker--do-run-auto-mark-filter)
12184         (newsticker--parse-generic-feed): Doc fixes.
12185         (newsticker--retrieval-timer-list, newsticker-url-list)
12186         (newsticker-hide-immortal-items-in-echo-area)
12187         (newsticker-hide-obsolete-items-in-echo-area)
12188         (newsticker-new-item-face, newsticker--enclosure)
12189         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12190         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12191         (newsticker--parse-generic-feed, newsticker--cache-contains)
12192         (newsticker--stat-num-items, newsticker-download-enclosures):
12193         Fix typos in docstrings.
12195         * net/rcirc.el (rcirc-debug): Doc fix.
12196         (rcirc-fill-column, rcirc-receive-message-hooks)
12197         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12198         (rcirc-mode, rcirc-generate-new-buffer-name)
12199         (rcirc-startup-channels, rcirc-ignore-update-automatic)
12200         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12201         Fix typos in docstrings.
12202         (rcirc-print): "?\ " -> "?\s".
12203         (rcirc-cmd-join): Improve argument/docstring consistency.
12205 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
12207         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12208         before narrow-to-region.
12210 2006-02-01  Richard M. Stallman  <rms@gnu.org>
12212         * simple.el (move-beginning-of-line): Scan properly for invis change.
12214         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12216 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
12218         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12219         change bit only when id-format is 'integer.  Reported by Matt
12220         Hodges <M.P.Hodges@rl.ac.uk>.
12222 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
12224         * hilit-chg.el (highlight-changes-initial-state)
12225         (highlight-changes-global-initial-state): Doc fixes.
12226         (highlight-changes-global-modes, global-highlight-changes):
12227         Fix typos in docstrings.
12229 2006-02-01  Kim F. Storm  <storm@cua.dk>
12231         * emulation/cua-base.el (cua-mode): Mention that CUA enables
12232         transient-mark-mode in doc string.
12234 2006-01-31  Richard M. Stallman  <rms@gnu.org>
12236         * replace.el (multi-occur): Doc fix.
12237         (multi-occur-in-matching-buffers): Rename from
12238         multi-occur-by-filename-regexp.  Prefix arg says match
12239         buffer names instead of file names.
12241 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
12243         * bs.el: Allow non-default values of `bs-header-lines-length'.
12244         (bs--running-in-xemacs): Remove (not needed anymore).
12245         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12246         instead of `shrink-window', thus avoiding having to compute the
12247         height of the window.
12248         (bs--up): Wrap around even when there's no header.
12249         (bs--down): Use `forward-line' instead of `next-line'.
12251 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
12253         * image-mode.el (image-toggle-display): Use file name if possible,
12254         instead of unnecessarily allocating a (possibly huge) lisp string.
12256 2006-01-30  John Paul Wallington  <jpw@pobox.com>
12258         * subr.el (toplevel): Define `cl-assertion-failed' condition here
12259         because the `assert' macro signals it at runtime.
12261         * emacs-lisp/cl.el (toplevel): Remove definition of
12262         `cl-assertion-failed' condition.
12264 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
12266         * thumbs.el (thumbs-marked-list): Make buffer-local and
12267         permanent-local.
12268         (thumbs-insert-thumb): Make help-echo non-sticky.
12269         (thumbs-file-alist): Use eolp as check for (non)-image.
12271 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
12273         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12274         (ediff-before-session-group-setup-hooks)
12275         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12276         Fix typos in docstrings.
12278         * window.el (bw-dir, bw-eqdir, balance-windows)
12279         (split-window-keep-point): Fix typos in docstrings.
12281         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12282         (org-quote-string, org-calendar-to-agenda-key)
12283         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12284         (org-show-following-heading, org-tags-column)
12285         (org-use-tag-inheritance, org, org-allow-space-in-links)
12286         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12287         (org-enable-table-editor, org-calc-default-modes)
12288         (org-table-allow-automatic-line-recalculation)
12289         (org-export-html-style, org-export-with-fixed-width)
12290         (org-export-with-sub-superscripts, org-special-keyword)
12291         (org-formula, org-time-grid, org-table-may-need-update)
12292         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12293         (org-goto-quit, org-get-indentation, org-end-of-item)
12294         (org-move-item-down, org-move-item-up)
12295         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12296         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12297         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12298         (org-agenda-log-mode, org-agenda-toggle-diary)
12299         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12300         (org-agenda-file-to-end, org-agenda-no-heading-message)
12301         (org-agenda-get-closed, org-format-agenda-item)
12302         (org-cmp-priority, org-cmp-category, org-cmp-time)
12303         (org-agenda-change-all-lines, org-agenda-diary-entry)
12304         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12305         (org-link-search, org-camel-to-words, org-open-file)
12306         (org-remember-handler, org-table-convert-region)
12307         (org-table-move-row-down, org-table-move-row-up)
12308         (org-table-copy-region, org-table-wrap-region)
12309         (org-table-toggle-vline-visibility)
12310         (org-table-get-vertical-vector, org-table-modify-formulas)
12311         (org-table-get-specials, org-recalc-commands)
12312         (org-table-rotate-recalc-marks, org-table-eval-formula)
12313         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12314         (org-level-color-stars-only, org-insert-heading):
12315         Fix typos in docstrings.
12316         (last-arg): Add defvar.
12318         * makefile.w32-in (WINS): Add erc.
12319         (MH_E_SRC): Update (copied from lisp/Makefile.in).
12321 2006-01-29  Bill Wohler  <wohler@newt.com>
12323         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12324         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12325         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
12326         (mh-autoloads): Don't use comments on otherwise empty lines.
12328 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
12330         * emulation/viper.el (viper-major-mode-modifier-list): Add
12331         insert-state and vi-state entries for erc-mode.
12332         (viper-go-away, viper-set-hooks): Add and remove
12333         viper-comint-mode-hook from erc-mode-hook as appropriate.
12335         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12337 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
12339         * bs.el (bs--format-aux): Implement `middle' alignment as
12340         described in the docstring for `bs-attributes-list'.
12341         (bs--get-name): Simplify.  Don't pad the buffer name.
12343 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
12345         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12346         English aspell dictionary is installed, use the first entry of
12347         ispell-dictionary-alist-1.
12349 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
12351         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12352         Doc fix.
12354 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
12356         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12357         for `process-file', in order to let it work for older Emacsen too.
12359 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
12361         * international/latexenc.el: Add a suitable `coding:' tag.
12362         (latexenc-find-file-coding-system): Undo last change.
12364 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12366         * international/latexenc.el (latexenc-find-file-coding-system):
12367         Make sure latexenc-main-file is a regular file and is readable.
12369 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
12371         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12372         Pass FILE to vc-user-login-name.
12374         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12376 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
12378         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12379         there are no more images to display.
12380         (thumbs-mark, thumbs-unmark): Revert change so that they move to
12381         the next image.
12383 2006-01-26  Richard M. Stallman  <rms@gnu.org>
12385         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12387         * wid-edit.el (advertised-widget-backward): New alias.
12388         (widget-keymap): Use advertised-widget-backward for S-TAB.
12390         * tumme.el: Correct the keywords.
12391         (tumme-dir-max-size): Use defvar.
12392         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12394         * simple.el (move-beginning-of-line): Take account of fields.
12395         (clone-indirect-buffer-other-window): Take args like
12396         clone-indirect-buffer, and work like it.
12398         * help-fns.el (describe-function): Don't pass `nil' as default.
12400         * files.el (risky-local-variable-p): Follow var aliases.
12402         * subr.el (lazy-completion-table): Doc fix.
12404         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12405         global binding of `line'.
12407 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
12409         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12410         Tramp.
12412         * vc.el (vc-default-dired-state-info): Pass FILE to
12413         vc-user-login-name.
12414         (vc-default-update-changelog): Don't use vc-user-login-name, we
12415         don't need it here.
12417         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12418         no longer necessary.
12420 2006-01-25  Kenichi Handa  <handa@m17n.org>
12422         * international/mule.el (decode-char): Avoid the overhead of
12423         calling utf-lookup-subst-table-for-decode if
12424         utf-translate-cjk-mode is nil.
12425         (encode-char): Avoid the overhead of calling
12426         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12427         nil.
12429 2006-01-22  Kenichi Handa  <handa@m17n.org>
12431         * international/mule.el (make-subsidiary-coding-system): Reset
12432         `coding-system-define-form' property of subsidiaries to nil.
12433         Avoid duplicated entry in coding-system-alist.
12434         (make-coding-system): Avoid duplicated entry in
12435         coding-system-alist.
12436         (define-coding-system-alias): Likewise.
12438 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12440         * completion.el: Minor fixes in introductory comment.
12441         (completion-def-wrapper): Fix alist.
12443 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
12445         * thumbs.el (thumbs-new-image-size): New function.
12446         (thumbs-increment-image-size-element)
12447         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12448         (thumbs-decrement-image-size): Delete.
12449         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
12450         temp files and use to resize.
12451         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12452         Use increment argument to enlarge/shrink.  Preserve point.
12453         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12454         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12455         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12456         (thumbs-mark, thumbs-unmark): Preserve point.
12457         (thumbs-modify-image): Keep old temp files and use to modify.
12458         Cleanup old temp files at load time.  Preserve point.
12459         (thumbs-view-image-mode-map): Use new command names.
12461 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12463         * log-view.el (log-view-minor-wrap): First rev is the one at point.
12465         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12466         the nastiest part of the cyclic dependency.
12467         (cal-menu-update): Use dotimes and calendar-increment-month.
12469         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12470         (calendar-week-start-day): Add an :initializer.
12471         (calendar-mode-map): Use suppress-keymap, and command remapping.
12472         (describe-calendar-mode): Setup xref-stack info for the back button.
12473         (calendar-star-date): Insert before delete.
12474         (calendar-set-mode-line): Add file-modified info if applicable.
12475         (calendar-increment-month): New function.
12477 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
12479         * font-lock.el (lisp-font-lock-keywords-2):
12480         Recognize "& keywords" only at word boundaries.
12482 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
12484         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
12485         and permanent-local.
12486         (thumbs-max-image-number): New variable.
12487         (thumbs-do-thumbs-insertion): Use them.
12488         (thumbs-per-line): Change default to 4.
12489         (thumbs-marked-list): Rename from thumbs-markedL.
12490         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12491         (thumbs-rename-images): Use -list instead of L for internal variables.
12492         (thumbs-call-convert): Use call-process instead of shell-command.
12493         (thumbs-insert-thumb): Add filename as help-echo to each image.
12494         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12495         Give dir to thumbs-show-thumbs-list.
12496         (thumbs-show-thumbs-list): Set default-directory to that of images.
12497         (thumbs-dired-show): Rename from thumbs-dired-show-all.
12498         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12499         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12500         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12502 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12504         * ses.el (ses-read-cell): Provide a default value.
12506 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
12508         * term/w32-win.el (image-library-alist): Add additional names for
12509         GIF library.
12511 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12513         * international/latexenc.el (latexenc-find-file-coding-system):
12514         Add file-regular-p check.
12516 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12518         * simple.el (clone-buffer): Don't show the new buffer in the same
12519         window.
12521 2006-01-23  Juri Linkov  <juri@jurta.org>
12523         * faces.el (link, link-visited): New faces based on default values
12524         of `info-xref' and `info-xref-visited'.
12526         * info.el (info-xref): Inherit from `link'.
12527         (info-xref-visited): Inherit from `link-visited'.
12529         * cus-edit.el (custom-buffer-create-internal): Use widget type
12530         `custom-manual' instead of `info-link' and don't set properties
12531         `button-face' and `mouse-face' explicitly.
12532         (custom-browse-group-tag, custom-browse-variable-tag)
12533         (custom-browse-face-tag): Inherit from widget class
12534         `custom-group-link' instead of `push-button'.
12535         (custom-button-unraised): Inherit from `underline' face.
12536         (custom-link): Inherit from `link' face.  Fix doc and group.
12537         (custom-add-parent-links, custom-group-value-create): Don't set
12538         properties `button-face' and `mouse-face' explicitly for
12539         `custom-group-link' widget.
12540         (custom-group-link): Add properties `button-face' and `mouse-face'
12541         to widget definition.
12542         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
12543         editable-field's :keymap property.
12544         (custom-mode): Fix docstring: substitute keybindings for
12545         `widget-forward' and `widget-backward' from `widget-keymap',
12546         `widget-complete' from `custom-field-keymap', replace old
12547         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
12549         * desktop.el (desktop-load-file): Check for `fboundp' before
12550         calling `symbol-function'.
12552         * simple.el (clone-buffer, clone-indirect-buffer)
12553         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
12554         `read-string'.  Fix prompts.
12556         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
12558 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
12560         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
12562 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
12564         * startup.el (inhibit-splash-screen, initial-scratch-message):
12565         Doc fixes.
12567 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
12569         Sync with Tramp 2.0.52.
12571         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
12572         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
12573         `tramp-unload-tramp' for checklist.
12575         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
12576         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
12577         (tramp-unload-file-name-handler-alist)
12578         (tramp-unload-tramp): New defuns.
12579         (tramp-advice-PC-expand-many-files): New defadvice.
12580         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
12581         removed.
12582         (tramp-handle-expand-file-name): Remove double slash.
12583         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
12584         It doesn't matter, because it will be converted later on.
12585         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
12586         implementation was just heuristic.
12587         (tramp-post-connection): Set uid and gid properties.
12588         (tramp-convert-file-attributes): Set file's gid change bit.
12589         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
12590         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
12591         in case of su(do)? methods.  The home directory of the local user
12592         will be taken else.
12593         (tramp-open-connection-telnet)
12594         (tramp-open-connection-rsh, tramp-open-connection-su)
12595         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
12596         local shell prompt could hurt.  Reported by Romain Francoise
12597         <romain@orebokech.com>.
12598         (tramp-let-maybe): Add `edebug-form-spec' property.
12599         (tramp-handle-expand-file-name): Bind `default-directory' locally
12600         to "/" in order to avoid problems with UNC shares or Cygwin
12601         mounts.
12602         (tramp-md5-function): Fix typo in error message.
12604         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
12606         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
12607         for byte-compiler pacification.
12609 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
12611         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
12612         ID-FORMAT `string'.  This allows us to get rid of
12613         `vc-user-login-name UID'.
12615         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
12617 2006-01-22  John Paul Wallington  <jpw@pobox.com>
12619         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
12621 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
12623         * emacs-lisp/find-func.el (find-definition-noselect)
12624         (find-variable-noselect): Search variables in C source code too.
12625         (find-function-C-source, find-function-noselect, find-function)
12626         (find-function-other-frame, find-variable-noselect, find-variable)
12627         (find-variable-other-frame, find-variable-at-point):
12628         Fix docstrings.
12630 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12632         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
12634 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
12636         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
12637         Default to disabling the "Save affix" question.
12639 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
12641         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
12642         the first arg to run-python.
12644 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
12646         * startup.el (command-line-1): Handle --no-desktop if desktop.el
12647         is not loaded.
12649 2006-01-20  Jay Belanger  <belanger@truman.edu>
12651         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
12652         limit is 0.
12654         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
12655         the correct variable.
12657 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
12659         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
12660         link.  Fixed buggy argument sequence in call to `org-view-tags'.
12661         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12662         (org-prefix-has-tag): New variable.
12663         (org-format-agenda-item): Remove tags from headline if
12664         appropriate.
12665         (org-agenda-remove-tags-when-in-prefix): New option.
12666         (org-get-tags-at): New function.
12668 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
12670         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
12671         (thumbs-find-image): Move image name and number from buffer name
12672         to mode name.  Set thumbs-buffer.  Preserve point so that large
12673         images remain visible.
12674         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
12675         order.
12676         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
12677         mode name.
12678         (thumbs-next-image, thumbs-previous-image): Make them work.
12680 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12682         * cus-edit.el (custom-buffer-create-internal): State in the text above
12683         the whole buffer buttons that they do not operate on hidden items.
12684         (custom-face-menu): Use `custom-face-save' instead of
12685         `custom-face-save-command'.
12686         (custom-face-save-command): Make it an alias for `custom-face-save'
12687         and declare it obsolete.
12688         (custom-face-save): Doc fix.
12690         * dired.el (dired-no-confirm): Add quote.
12691         (dired-subdir-alist-pre-R): Add quote in
12692         `make-variable-buffer-local' form and remove unbalanced parenthesis.
12694 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12696         * textmodes/table.el (table-mode-indicator): Typo in last change.
12698 2006-01-19  Richard M. Stallman  <rms@gnu.org>
12700         * outline.el (hide-leaves): Don't call outline-end-of-heading.
12701         Fixes bug reported in Nov 2005.
12703         * isearch.el (isearch-forward): Doc fix.
12705         * dired.el (dired-move-to-filename-regexp): Define as alias.
12706         (dired-no-confirm): Use defcustom.
12707         (dired-subdir-alist-pre-R): Put defvar at top level.
12709         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
12711         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12712         Mark as risky.
12714         * simple.el (set-mark-command): Doc fix.
12715         (clone-indirect-buffer-other-window):
12716         Read arg like clone-indirect-buffer.
12717         (move-beginning-of-line): Skip invisible newlines.
12719 2006-01-19  Masatake YAMATO  <jet@gyve.org>
12721         * progmodes/cpp.el (cpp-edit-load): Make the order of
12722         listed conditions in a base C code buffer and its associate
12723         CPP Edit buffer the same.
12725 2006-01-19  Kenichi Handa  <handa@m17n.org>
12727         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
12728         (rmail-mime-feature): Likewise.
12729         (rmail-require-mime-maybe): Use display-warning to show a warning
12730         message.
12732         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
12733         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
12735 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12737         * array.el: Move defvars out of eval-when-compile.
12738         (array-make-template): Replace undeclared global var with a local one.
12739         (array-mode): Inline initialization functions.
12740         (array-init-local-variables, array-init-max-row)
12741         (array-init-max-column, array-init-columns-per-line)
12742         (array-init-field-width, array-init-rows-numbered)
12743         (array-init-line-length, array-init-lines-per-row): Remove.
12745         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
12746         (doc-mode-map): Define explicitly.
12747         (doctor-txtype): Use mapc.
12749         * textmodes/table.el: Move defvars out of eval-when-compile.
12750         Remove harmful code meant to avoid byte-compiler warnings.
12751         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
12752         specification that checks table-fixed-width-mode directly.
12753         (table-recognize-region, table-recognize-cell):
12754         Use restore-buffer-modified-p.
12755         (table-fixed-width-mode): Remove code that refreshes
12756         table-fixed-mode-indicator.
12757         (*table--cell-describe-bindings, *table--cell-describe-mode):
12758         Avoid obsolete name print-help-return-message.
12759         (table--test-cell-list): Don't use replace-regexp from elisp.
12760         (table--point-entered-cell-function, table--point-left-cell-function):
12761         Don't set table-fixed-mode-indicator, use force-mode-line-update.
12763         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
12764         that was after the end of file.  Use buffer-file-name variable.
12765         (org-timestamp-change): Use with-current-buffer.
12766         (org-todo-list): Don't unnecessarily define a new buffer-local var.
12767         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
12768         `file'.
12770         * progmodes/fortran.el: Move defvars out of eval-when-compile.
12771         (fortran-break-line): Remove unused var `opoint'.
12772         (fortran-abbrev-start): Obey help-event-list.
12774 2006-01-18  Jesper Harder  <harder@phys.au.dk>
12776         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
12778 2006-01-18  Masatake YAMATO  <jet@gyve.org>
12780         * progmodes/make-mode.el (makefile-imake-mode): New mode
12781         derived from makefile-mode.
12782         (makefile-imake-mode-syntax-table): New syntax table
12783         derived from makefile-mode-syntax-table.
12784         (makefile-mode): Write about makefile-imake-mode in doc string.
12785         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
12786         (makefile-imake-font-lock-keywords): New font lock keywords.
12788         * files.el (auto-mode-alist): Add Imakefile.
12790 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
12792         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
12793         loading the file rather than when turning on flyspell-mode.
12795 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12797         * cus-edit.el (customize-rogue): Minor doc fix.
12799 2006-01-17  Juri Linkov  <juri@jurta.org>
12801         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
12802         instead of the file at the mark as default if the file at the mark
12803         is the same as the file at point or if dired-dwim-target-directory
12804         is not the same as the current directory and the mark is not active.
12806         * log-view.el (log-view-minor-wrap): Use the same logic to get
12807         revisions as `log-view-diff'.
12809         * info.el (Info-revert-find-node): Check for Info-current-file
12810         before preserving new-history.
12812         * man.el (Man-heading-regexp): Add `/'.
12814         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
12815         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12817 2006-01-16  Juri Linkov  <juri@jurta.org>
12819         * faces.el (mode-line-faces): New defgroup.
12820         (mode-line-highlight): Move definition after new defgroup.
12821         (mode-line, mode-line-inactive, mode-line-highlight):
12822         Replace :group `modeline' with `mode-line-faces'.
12823         (mode-line-buffer-id): New face.
12824         (modeline-buffer-id): New face alias.
12825         (vertical-border): Remove :group `modeline'.
12827         * bindings.el (propertized-buffer-identification): Use face
12828         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12829         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12830         (mode-line-buffer-identification-keymap): For mouse-1 replace
12831         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12832         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12833         mouse-3.
12835         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12836         Buffer-menu-buffer.  Doc fix.
12837         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12838         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12839         `Buffer-menu-buffer'.
12841         * info.el (Info-mode-line-node-keymap): New defvar.
12842         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12843         Propertize Info-current-node with `mode-line-buffer-id' and
12844         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12846         * time.el (display-time-mail-face): Replace :group `faces' with
12847         `mode-line-faces'.
12849 2006-01-16  Kenichi Handa  <handa@m17n.org>
12851         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12853         * language/european.el (cp1252): New alias for windows-1252.
12855         * international/mule.el (autoload-coding-system): Prepare for EOL
12856         variants.
12858 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12860         * term.el (term-raw-map): Add mapping for insert.
12861         (term-send-insert): New.
12862         (term-mode): Make variables local here instead of doing it in
12863         `term-emulate-terminal'.
12864         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12865         Scroll reverse needs to take into account the scroll region.
12866         Saving and restoring the cursor should save the color attributes too.
12867         (term-reset-terminal): Reset the scroll region.
12868         (term-handle-ansi-escape): Cursor up and down should take into
12869         account the scroll region.
12870         (term-set-scroll-region): Rename from `term-scroll-region'.
12871         Move to 0,0 after setting the region.
12872         (term-handle-scroll): Handle scroll up.
12873         (term-down): Fix off by one error.
12874         (term-delete-lines): Do not delete outside the scroll region.
12875         (term-insert-lines): Take into account the scroll region.
12877 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12879         * textmodes/ispell.el (ispell-internal-change-dictionary)
12880         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12881         (start, end): Move declaration outside of eval-when-compile.
12883         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12884         (flyspell-mode-on): Use it.
12886         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12887         ispell-kill-ispell-hook.
12889 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12891         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12892         (Custom-reset-saved): Do not ask for confirmation in single option
12893         buffers.
12895 2006-01-13  Richard M. Stallman  <rms@gnu.org>
12897         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
12899 2006-01-13  Romain Francoise  <romain@orebokech.com>
12901         * add-log.el (add-change-log-entry, change-log-merge):
12902         Conditionally use `hard-newline'.
12904 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
12906         * wid-edit.el (widget-field-end): If the overlay is no longer
12907         associated with a buffer, behave as if the overlay didn't exist.
12909         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
12910         Make sure the links use the `custom-link' face.
12912 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12914         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
12915         (ld-script-mode): Don't set indent-line-function since we don't
12916         have one.
12918 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
12920         * textmodes/org.el (org-open-file): Use mailcap for selecting an
12921         application.
12922         (org-file-apps-defaults-gnu): Use mailcap as the default for
12923         selecting an application on a UNIX system.
12924         (org-agenda-show-tags): New command.
12925         (org-table-insert-hline): Keep cursor in current table line.
12926         (org-table-convert): Offset effect of modifying
12927         `org-table-insert-hline'.
12928         (org-format-agenda-item): New optional argument TAG.
12929         (org-compile-prefix-format): Handle %T format for the tag.
12930         (org-expand-wide-chars): New function.
12931         (org-table-insert-row, org-table-insert-hline):
12932         Use `org-expand-wide-chars'.
12933         (org-open-file): Fix bug in program launch.
12934         (org-get-time-of-day): Fix bug with times before 1am.
12935         (org-agenda-menu): Add tags commands.
12937 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
12939         * textmodes/ispell.el (ispell-init-process): Include the used
12940         dictionary in ispell process start message.
12941         (ispell-internal-change-dictionary): When flyspell-mode is active
12942         and dictionary is changed, make sure ispell process is restarted
12943         and flyspell word cache cleared out for the current buffer.
12944         (ispell-change-dictionary): Make sure flyspell word cache is
12945         cleared out in all buffers with active flyspell mode when
12946         dictionary is globally changed.
12947         Call ispell-internal-change-dictionary after dictionary change.
12949 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
12951         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
12953         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
12954         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
12955         years.  Fix small differences wrt Makefile.in.
12956         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
12957         Makefile.in does.
12959 2006-01-12  Bill Wohler  <wohler@newt.com>
12961         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
12962         mh-search.el.
12964 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12966         * progmodes/ld-script.el: Update copyright year.
12968 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
12970         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
12971         Don't add widget if setting undefined.
12973 2006-01-12  John Paul Wallington  <jpw@pobox.com>
12975         * help-fns.el (describe-variable): Remove newlines from void
12976         variable output.
12978 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
12980         * wdired.el (wdired-mode-map): Add help echo for
12981         wdired-abort-changes.
12983         * man.el (Man-file-name-regexp): Adjust for a list of files.
12985 2006-01-12  Masatake YAMATO  <jet@gyve.org>
12987         * progmodes/ld-script.el (auto-mode-alist): Support
12988         suffix conventions used in netbsd and eCos.
12990 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
12992         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
12993         (custom-variable-menu, custom-face-menu, custom-group-menu)
12994         (Custom-mode-menu): Change names of menu items.  (As discussed on
12995         emacs-devel.)
12996         (custom-face-menu): Add "Undo Edits" item.
12998         * startup.el (init-file-user): defcustom -> defvar.
13000         * tooltip.el (tooltip-mode): Doc fix.
13002 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13004         * reveal.el (reveal-post-command): window-buffer signals an error on
13005         dead windows rather than returning nil.
13006         (reveal-open-new-overlays): An overlay might die while we open others.
13008 2006-01-11  Bill Wohler  <wohler@newt.com>
13010         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13011         phrasing in docstring.
13013         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13014         can give some systems gas.  Add new file mh-buffers.el.
13016 2006-01-06  Masatake YAMATO  <jet@gyve.org>
13018         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13019         C preprocessor forward ported from GNU Emacs 21.2.
13021         * progmodes/asm-mode.el (asm-font-lock-keywords):
13022         Use `cpp-font-lock-keywords'.
13024         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13026         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13027         of $ for "\\.ld[s]?".
13029 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13031         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13032         (tcl-indent-line): Return `noindent' if inside a string.
13034         * progmodes/flymake.el (flymake-split-string): Remove more than one
13035         empty string at beg/end of the result.
13036         (flymake-find-buildfile, flymake-find-possible-master-files):
13037         Use expand-file-name.
13038         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13039         since expand-file-name does it for us.  Use directory-file-name.
13040         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13041         (flymake-ler-get-type, flymake-ler-get-text)
13042         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
13043         (flymake-current-line-no): Remove spurious interactive spec.
13044         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13045         (flymake-check-include): Remove arg inc-path merged into inc-name.
13046         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13047         Arg regexp-list replaced by a simple regexp.
13048         (flymake-master-make-header-init, flymake-master-tex-init):
13049         Correspondingly replace regexp-list with a regexp.  Fix regexp.
13051 2006-01-10  Simon Josefsson  <jas@extundo.com>
13053         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13054         describing AUTH PLAIN fix.
13056 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13058         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13059         (report-emacs-bug): Don't record initial prompt text.
13060         Instead, add text properties to prompting text.
13061         (report-emacs-bug-hook): Delete prompting text.
13063 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13065         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13066         `dirs'.  Adjust callers.
13068 2006-01-09  John Paul Wallington  <jpw@gnu.org>
13070         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13072 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * reveal.el (reveal-open-new-overlays): New extracted fun.
13075         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
13076         using them.  Simplify the code.
13077         (reveal-post-command): Use them.  Fix up obsolete windows in
13078         reveal-open-spots.
13080         * progmodes/flymake.el: Use `require' rather than autoload for
13081         XEmacs's overlays.
13082         (flymake-get-common-file-prefix, flymake-build-relative-filename):
13083         Delete.  Use file-relative-name instead.
13084         (flymake-get-syntax-check-program-args, flymake-perl-init):
13085         Simplify the resulting code.
13087         * log-view.el (log-view-file-re, log-view-message-re): Add support
13088         for DaRCS output.
13090 2006-01-09  Alex Schroeder  <alex@gnu.org>
13092         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13093         identifiers sometimes added in square brackets at the beginning of
13094         subject lines.
13096 2006-01-07  Richard M. Stallman  <rms@gnu.org>
13098         * cus-edit.el (Custom-set, Custom-save): Doc fix.
13099         (Custom-reset-current, Custom-reset-saved): Change question text.
13100         (Custom-reset-standard): Likewise.
13101         (custom-variable-reset-saved): Doc fix.
13103 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
13105         * startup.el (init-file-user): Doc fix.
13107 2006-01-07  Alex Schroeder  <alex@gnu.org>
13109         * mail/rmail.el (rmail-current-subject): New function.
13110         (rmail-current-subject-regexp): New function.
13111         (rmail-next-same-subject): Use it.
13113         * mail/rmailsum.el (rmail-summary-by-topic):
13114         Use rmail-current-subject and rmail-current-subject-regexp.
13115         (rmail-summary-next-same-subject): Ditto.
13117         * net/rcirc.el (rcirc-send-input): No longer check whether the
13118         process is open, since not all commands need an open process.
13119         (rcirc-send-string): Check whether the process is open before
13120         sending anything.
13121         (rcirc-ignore-list): New option.
13122         (rcirc-ignore-list-automatic): New variable.
13123         (rcirc-print): Take rcirc-ignore-list into account.
13124         (rcirc-cmd-ignore): New command.
13125         (rcirc-ignore-update-automatic): New function.
13126         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13127         list if ignored nicks.
13128         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13130 2006-01-06  David Reitter  <david.reitter@gmail.com>
13132         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13133         reflect the address to which the report will be sent.
13135 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
13137         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13138         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13140 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
13142         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13144         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13145         the doc string: "functoin" => "function".
13146         * ldefs-boot.el: Likewise.
13148         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13149         message text: "Duplicat" => "Duplicate".
13151 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13153         * files.el (basic-save-buffer-2): If backing-up failed, reset
13154         buffer-backed-up to nil.
13156 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
13158         * progmodes/gud.el (gdb-script-skip-to-head)
13159         (gdb-script-calculate-indentation): Indent for breakpoint command
13160         lists also.
13162 2006-01-05  Bill Wohler  <wohler@newt.com>
13164         * Makefile.in (compile-always): Add mh-autoloads dependency.
13165         (bootstrap): Remove mh-autoloads dependency, as compile dependency
13166         provides it.
13167         (updates): Remove mh-autoloads dependency, since it probably has
13168         already run recently (via recompile).
13170 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13172         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13173         argument `force' to disable the flyspell-last-buffer optimization.
13174         (flyspell-mode-on): Use it.
13176         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13177         flymake-simple-cleanup.
13178         (flymake-allowed-file-name-masks): Use this new default.
13179         All the functions are now called in the right buffer rather than
13180         passing the buffer as argument.
13181         (flymake-process-sentinel): Switch to buffer before calling cleanup.
13182         (flymake-parse-err-lines): Remove redundant buffer arg.
13183         (flymake-get-program-dir): Comment out unused function.
13184         (flymake-start-syntax-check, flymake-start-syntax-check-process):
13185         Remove redundant buffer argument.
13186         (flymake-get-real-file-name, flymake-simple-java-cleanup)
13187         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13189 2006-01-05  Richard M. Stallman  <rms@gnu.org>
13191         * info.el (Info-find-node): Don't record previous node if have none.
13192         (info): Go to directory only if history is empty.
13194         * simple.el (mark): Doc fix.
13196 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13198         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13199         already of desired type.
13200         (mac-ae-list): Coerce parameter to "list" type.
13201         (mac-dispatch-apple-event): Replace cadr part of event with a
13202         dummy position so that event-start returns it.
13204 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
13206         * textmodes/org.el (org-end-of-subtree): New function.
13207         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13208         Use `org-end-of-subtree'.
13209         (org-agenda, org-agenda-convert-date): Protect calls to
13210         `fit-window-to-buffer'.
13211         (org-tags-view): Force matching of sublevels when doing a
13212         todo-only search.  Define the correct redo command, including the
13213         arguments.
13214         (org-agenda-redo): Display message.
13215         (org-check-for-org-mode): New function.
13216         (org-agenda-type): New variable.
13217         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13218         Set `org-agenda-type'.
13219         (org-agenda-check-type): New function.
13220         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13221         (org-agenda-week-view, org-agenda-day-view)
13222         (org-agenda-next-date-line, org-agenda-previous-date-line)
13223         (org-agenda-log-mode, org-agenda-toggle-diary)
13224         (org-agenda-toggle-time-grid, org-agenda-date-later)
13225         (org-agenda-date-prompt, org-agenda-diary-entry)
13226         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13227         (org-agenda-convert-date, org-agenda-menu):
13228         Use `org-agenda-check-type'.
13229         (org-make-overlay, org-delete-overlay)
13230         (org-detatch-overlay, org-move-overlay, org-overlay-put):
13231         New compatibility functions.
13232         (org-calendar-select-mouse): New command.
13234 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
13236         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13237         (Custom-reset-standard): Fix y-or-n-p messages.
13238         (custom-link): New face for links.
13239         (custom-buffer-create-internal, custom-manual): Use it.
13240         (custom-face-save): Push to theme-face before setting face spec.
13242         * wid-edit.el (widget-default-mouse-face-get): New function.
13243         (widget-specify-button): Handle mouse-face like button-face.
13245         * custom.el (load-theme): Clear old theme settings if reloading.
13247 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13249         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13250         "Erase Customization" button back to same position it occupies in
13251         the individual State menus.
13253 2006-01-04  Kim F. Storm  <storm@cua.dk>
13255         * wid-edit.el (key-sequence): Rework widget to read key binding
13256         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
13257         (widget-key-sequence-default-value): Default value for empty sequence.
13258         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
13259         (widget-key-sequence-read-event): New command for C-q.
13260         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13261         (widget-key-sequence-value-to-external): New functions.
13263 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13265         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13266         Use expand-file-name.
13267         (flymake-delete-temp-directory): Use expand-file-name,
13268         file-name-directory, and directory-file-name.
13269         (flymake-strrchr): Delete.
13270         (flymake-start-syntax-check): Don't pass the redundant buffer argument
13271         to the init-f function.
13272         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13273         (flymake-init-find-buildfile-dir)
13274         (flymake-init-create-temp-source-and-master-buffer-copy)
13275         (flymake-simple-make-init-impl, flymake-simple-make-init)
13276         (flymake-master-make-init, flymake-master-make-header-init)
13277         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13278         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13279         (flymake-xml-init): Remove corresponding redundant buffer argument.
13280         (flymake-allowed-file-name-masks): Remove last elems that are equal to
13281         the default anyway.  Clean up regexps.
13283         * progmodes/flymake.el (flymake-temp-source-file-name)
13284         (flymake-master-file-name, flymake-temp-master-file-name)
13285         (flymake-base-dir): New buffer-local vars.
13286         (flymake-buffer-data, flymake-get-buffer-value)
13287         (flymake-set-buffer-value): Replace those hash-tables by the new
13288         buffer-local vars.  Update callers.
13290         * progmodes/flymake.el (flymake-check-start-time)
13291         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13292         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13293         Move definition, so we can remove redundant earlier declaration.
13294         (flymake-replace-regexp-in-string, flymake-split-string)
13295         (flymake-get-temp-dir): Use defalias.
13296         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
13297         (flymake-xemacs-window-edges): Remove unused function.
13298         (flymake-get-point-pixel-pos): Move.
13299         (flymake-pid-to-names, flymake-reg-names)
13300         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13301         Replace by a simple list flymake-processes and by process-buffer.
13302         Update callers.  Other than simplify the code, it uses buffers rather
13303         than buffer-names so it doesn't get confused by uniquify.
13304         (flymake-buffer-data): The global value should just be nil.
13306         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13307         Optimize the body of a defalias like any other code.
13309         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13310         Make sure we've setup font-lock's vars.  It may influence which
13311         function we then call.
13312         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13313         here since it's too late anyway.
13315 2006-01-03  Romain Francoise  <romain@orebokech.com>
13317         * startup.el (fancy-splash-tail, normal-splash-screen):
13318         Update copyright year.
13320 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
13322         * mouse.el (mouse-drag-track): Rename, from
13323         `mouse-drag-region-1'.  Includes optional argument required to
13324         enable post-drag event processing (e.g. delete region keys).
13325         Can be used without this argument to track a mouse region and operate
13326         on it as soon as the drag completes.
13327         (mouse-drag-region): Use `mouse-drag-track'.
13329 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
13331         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13332         Move to `custom-buffer' group.
13334         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13335         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13336         (custom-theme-insert-face-marker, custom-theme-variable-menu)
13337         (custom-theme-face-menu): New variables.
13338         (custom-theme-add-variable, custom-theme-variable-action)
13339         (custom-variable-reset-theme, custom-theme-delete-variable)
13340         (custom-face-reset-theme, custom-theme-face-action)
13341         (custom-theme-delete-face, custom-theme-merge-theme)
13342         (custom-theme-add-face, custom-theme-visit-theme): New functions.
13344 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
13346         * custom.el: Move Custom Themes commentary to start of theme code.
13347         (custom-known-themes): Rename `standard' theme to `changed'.
13348         (custom-push-theme): Caller no longer specifies what theme to use
13349         when doing `reset'---the setting is simply removed from the theme.
13350         Delete MODE from `theme-value' and `theme-settings' properties.
13351         (custom-declare-theme): Ignore &rest args since we don't use them.
13353         (custom-loaded-themes): Delete variable.
13354         (custom-theme-load-themes, custom-theme-loaded-p)
13355         (custom-theme-value): Delete functions.
13357         (custom-declare-theme): Signal error on invalid theme names.
13358         (provide-theme): custom-loaded-themes was deleted.
13359         (load-theme): Load the file unconditionally.
13360         (enable-theme): Call `load-theme' if theme is undefined.
13361         (custom-enabled-themes): Only update value for successful loads.
13362         (disable-theme): Complete from enabled themes when interactive.
13363         (custom-variable-theme-value): Calculate theme value directly.
13365         (custom-theme-reset-variables, custom-reset-variables): Mark as
13366         XEmacs compatibility functions.  We don't actually use these.
13368         * cus-edit.el (custom-variable-state-set):
13369         Use custom-variable-theme-value instead of custom-theme-value.
13370         (custom-face-state-set): Rename `standard' theme to `changed'.
13371         (custom-save-variables, custom-save-faces): Delete unneeded
13372         references to custom-reset-variables.
13373         (custom-save-resets): Delete function.
13374         (custom-save-variables, custom-save-faces): MODE argument deleted.
13375         (custom-save-variables, custom-save-faces): Ignore theme values.
13377         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13378         compatibility function.
13380 2006-01-01  Richard M. Stallman  <rms@gnu.org>
13382         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13383         (Custom-reset-current, Custom-reset-saved): Likewise.
13384         (Custom-reset-standard): Show message if aborted.
13385         (custom-mode): Doc fix, describing those commands.
13387         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13388         put on event-kind property.
13390 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
13392         * custom.el (provide-theme): Ban `user' theme name.
13393         (custom-enabling-themes): New variable.
13394         (enable-theme): Don't enable user if custom-enabling-themes is t.
13395         (custom-enabled-themes): Make it a defcustom.
13396         (custom-theme-recalc-face): No-op if face is undefined.
13398         * cus-edit.el (custom-button-mouse): New variable.
13399         (custom-button-mouse): New face.
13400         (custom-raised-buttons, custom-mode): Use it.
13402         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13404 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13406         * progmodes/gud.el (gud-display-line): Support hl-line in the
13407         source buffer.
13409 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13411         * mouse.el (mouse-drag-window-above): Verify that the found window
13412         overlaps with the given window in the horizontal dimension.
13414 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13416         * Makefile.in (cvs-update): New target.
13418         * makefile.w32-in (cvs-update): Ditto.
13420 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
13422         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13423         (custom-new-theme-mode-map): New variable.
13425 2005-12-30  Richard M. Stallman  <rms@gnu.org>
13427         * custom.el (custom-load-themes): Function deleted.
13429         * cus-edit.el (custom-save-loaded-themes): Function deleted.
13430         (custom-save-variables): Don't delete or add custom-load-themes call.
13432 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13434         * cus-start.el: Add `visible-cursor'.
13436         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13437         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13438         (flymake-process-filter): Switch to buffer before calling it instead.
13439         (flymake-post-syntax-check, flymake-highlight-err-lines)
13440         (flymake-delete-own-overlays, flymake-parse-err-lines)
13441         (flymake-start-syntax-check, flymake-start-syntax-check-process)
13442         (flymake-count-lines, flymake-parse-residual):
13443         Remove constant buffer argument.
13444         (flymake-start-syntax-check-for-current-buffer): Remove.
13445         Update callers to use flymake-start-syntax-check instead.
13446         (flymake-display-err-menu-for-current-line):
13447         Remove unused var `mouse-pos'.
13448         (flymake-restore-formatting): Comment out unused function.
13449         (flymake-report-status, flymake-report-fatal-status): Remove buffer
13450         argument, use current-buffer instead.  Update callers.
13452 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13454         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13455         buffer-local because choose-completion-delete-max-match requires
13456         that we set completion-ignore-case (i.e., binding via let is not
13457         sufficient).
13458         (bibtex-complete): Always set completion-ignore-case and
13459         choose-completion-string-functions.  The latter is needed because
13460         choose-completion-string-functions keeps its value if we quit the
13461         *Completions* buffer without requesting a completion.
13463 2005-12-30  Andreas Schwab  <schwab@suse.de>
13465         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13467 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
13469         * jit-lock.el (jit-lock-chunk-size): Doc fix.
13471 2005-12-30  Juri Linkov  <juri@jurta.org>
13473         * locate.el (locate-fcodes-file, locate-header-face)
13474         * progmodes/delphi.el (delphi-other-face)
13475         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13477         * paren.el (show-paren-match, show-paren-mismatch): Use existing
13478         group `paren-showing-faces'.
13480         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13481         (goto-address): Fix docstring.
13483         * net/webjump.el (webjump-sample-sites): Update URLs.
13485         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13487         * subr.el (cancel-change-group): Add listp around pending-undo-list.
13489 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13491         * font-lock.el (font-lock-compile-keywords): Signal an error when
13492         font-lock-set-defaults hasn't been called.
13494 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
13496         * subr.el (noreturn, 1value): Doc fixes.
13498 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13500         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13501         that assoc-string returns nil.
13503 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13505         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13506         (bibtex-entry-type-str, bibtex-empty-field-re)
13507         (bibtex-search-backward-string, bibtex-preamble-prefix)
13508         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13509         (bibtex-any-valid-entry-type): New variable.
13510         (bibtex-parse-field-name): Simplify.
13511         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13512         (bibtex-preamble-prefix): Include left delimiter.
13513         (bibtex-search-forward-field, bibtex-search-backward-field):
13514         Allow unbounded search past entry boundaries (required by bibtex-pop).
13515         (bibtex-text-in-field-bounds): Use push.
13516         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
13517         (bibtex-parse-preamble, bibtex-valid-entry)
13518         (bibtex-beginning-first-field): New functions.
13519         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
13520         (bibtex-map-entries): Fix docstring.
13521         (bibtex-flash-head): New arg prompt.  Simplify.
13522         (bibtex-enclosing-field): Include code of bibtex-inside-field.
13523         (bibtex-insert-kill): Simplify.  Always insert text past the
13524         current field or entry.
13525         (bibtex-format-entry): Use bibtex-parse-field.
13526         (bibtex-pop): Use bibtex-beginning-of-entry and
13527         bibtex-end-of-entry to initiate the search.  Insert empty field if
13528         we found ourselves.
13529         (bibtex-print-help-message): New args field and comma.
13530         Handle entry keys.
13531         (bibtex-make-field): Use bibtex-beginning-of-entry.
13532         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
13533         invalid entry.
13534         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
13535         Handle preambles.  Simplify code for thorough test.
13536         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
13537         New arg comma.  Handle entry heads.
13538         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
13539         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
13540         New arg comma.
13541         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
13542         (bibtex-fill-field): Simplify.
13543         (bibtex-fill-entry): Use bibtex-beginning-first-field and
13544         bibtex-parse-field.
13545         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
13546         (bibtex-complete): Use bibtex-parse-preamble.
13548 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
13550         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
13551         Display name of expression instead of convenience variable.
13552         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
13554         * progmodes/gud.el (gud-tooltip-dereference): Rename from
13555         toggle-gud-tooltip-dereference.
13556         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
13557         (gud-tooltip-tips): ...here when dereferencing.
13559 2005-12-28  Bill Wohler  <wohler@newt.com>
13561         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
13563 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13565         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
13566         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
13567         (vc-annotate-display-autoscale): Adjust call.
13568         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
13569         Fix interactive spec.
13570         (vc-annotate-time-span): Remove.
13571         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
13572         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
13573         (vc-annotate-display-select): Use new name.
13575         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
13576         (vc-annotate-mode-menu): Remove left-over redundant declaration.
13577         Correct the construction of span entries.  Simplify.
13578         (vc-annotate-display-select): Fix the nil case.
13579         (vc-annotate): Remove obsolete (and now broken) code.
13580         (vc-annotate-extract-revision-at-line): Remove obsolete code.
13581         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
13583 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
13585         * subr.el (lazy-completion-table): Correct typo in docstring.
13587         * startup.el (command-line): Use `custom-reevaluate-setting' for
13588         `send-mail-function'.
13590         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
13592 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
13594         * mail/smtpmail.el (smtpmail-try-auth-methods):
13595         Send credentials together with "AUTH PLAIN" command.
13597 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13599         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
13600         mouse-2, go back to previously selected window, so it's selected
13601         when mouse-2 command runs.
13603 2005-12-27  Juri Linkov  <juri@jurta.org>
13605         * descr-text.el (describe-text-sexp): Use square brackets for
13606         button [Show] to distinguish it from the property value `show'.
13607         (describe-property-list): Use `insert-text-button' with
13608         `help-face' type instead of putting face in quotes, because button
13609         is not created automatically for a list of faces.
13610         (describe-text-properties-1): Put button-type value in quotes to
13611         distinguish from plain text "button".
13612         (describe-char): Display code point values in hex.  Don't use
13613         `symbol-name' for `current-input-method' because it is a string.
13614         Use `insert-text-button' with `help-face' type instead of putting
13615         hardcoded face in quotes, because button is not created automatically.
13617 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13619         * progmodes/glasses.el (glasses-face): More specific custom type.
13621         * files.el (set-visited-file-name): Doc fix.
13623         * textmodes/flyspell.el (flyspell-external-point-words):
13624         Use local var buffer-scan-pos to advance scan for next misspelling.
13625         Advance it only after we find the misspelling.
13627 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
13629         * textmodes/flyspell.el (flyspell-external-point-words):
13630         New criteria for finding the misspelling in the buffer.
13632 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
13634         * help-mode.el (help-insert-string): Set help-xref-stack-item
13635         rather than call help-setup-xref.
13637         * descr-text.el (describe-char): Revert previous changes for
13638         optional buffer argument.
13640 2005-12-27  Juri Linkov  <juri@jurta.org>
13642         * help-mode.el (help-insert-string): New function.  Save buffer
13643         contents in cases where it is impossible to recompute the old contents.
13645         * descr-text.el (describe-char): Set help-xref-stack-item
13646         explicitly after buffer has been generated.
13648 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13650         * cus-start.el (all): Add x-gtk-show-hidden-files.
13652 2005-12-26  Richard M. Stallman  <rms@gnu.org>
13654         * replace.el (perform-replace): Calculate match-again
13655         before skipping read-only matches.
13657         * paren.el (paren-showing-faces): New group.
13658         (show-paren-match, show-paren-mismatch): Move to that group.
13660         * button.el (button): Put into group `basic-faces'.
13662         * progmodes/make-mode.el: Remove faces from group `faces'.
13664         * apropos.el (apropos, apropos-value): Doc fix.
13665         (apropos-documentation): Doc fix.
13667 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13669         * subr.el (lazy-completion-table): Remove argument `args'.
13671         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13672         Don't use the `args' argument of lazy-completion-table.
13674 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
13676         * descr-text.el (describe-char): Add optional argument for buffer.
13677         Set buffer appropriately.  Call help-setup-xref.
13678         Suggested by Stefan Monnier.
13680 2005-12-26  Juri Linkov  <juri@jurta.org>
13682         * descr-text.el: Require `help-fns' at runtime.  Don't require
13683         `button' for byte compilation.
13684         (describe-text-widget): Add `help-echo' for first button.
13685         Use `help-info' for second.
13686         (describe-property-list): Use `help-argument-name' instead of `italic'.
13687         (describe-text-category): Add prompt to interactive spec.
13688         Call `help-setup-xref'.
13689         (describe-char): Use `help-character-set'.  Add `help-echo' for
13690         code point.  Use `help-input-method'.  Remove superfluous insert.
13692 2005-12-25  Richard M. Stallman  <rms@gnu.org>
13694         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
13695         at point, in case of narrowing.
13697         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
13699         * locate.el (locate-header-face): Allow nil in type.
13701         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
13703 2005-12-25  Romain Francoise  <romain@orebokech.com>
13705         * battery.el (battery-linux-proc-acpi): Also try
13706         `/proc/acpi/thermal_zone/THM0/temperature'.
13708 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
13710         * custom.el (custom-push-theme): Fix docstring.
13712         * cus-edit.el (custom-variable-set, custom-variable-save)
13713         (custom-variable-save): Custom-quote widget values.
13714         (customize-save-variable): Fix custom-push-theme call.
13716 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
13718         * w32-fns.el (w32-batch-update-autoloads): New function.
13720         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
13721         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
13722         from the command line.
13724 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
13726         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
13727         reset means to remove setting from theme entirely.  Don't keep
13728         expanding theme-settings list; delete old entries if necessary.
13730         * cus-edit.el (custom-buffer-create-internal): Move "Erase
13731         customization" button one line up.
13732         (custom-themed): New face.
13733         (custom-magic-alist): New value, THEMED, for theme settings.
13734         (custom-variable-state-set, custom-face-state-set):
13735         Check theme-value instead of saved-value.
13736         (custom-variable-reset-standard, custom-face-reset-standard):
13737         Remove theme setting entirely.  Recalculate new values.
13738         (custom-variable-set, custom-variable-set)
13739         (custom-variable-reset-saved, custom-variable-reset-backup)
13740         (custom-face-set, custom-face-reset-saved): Update `user' theme.
13741         (custom-variable-save): Fix typos.
13743 2005-12-23  Juri Linkov  <juri@jurta.org>
13745         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
13746         Add autoload cookies.
13747         (edebug-outside-d-c-i-n-s-w): New variable.
13748         (edebug-display, edebug-outside-excursion): Use it to save the
13749         original value of default-cursor-in-non-selected-windows.
13750         Set default-cursor-in-non-selected-windows to t while Edebug
13751         is active.
13752         (edebug-mode, edebug-eval-mode): Doc fix.
13754         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
13755         with `buffer-substring-no-properties' to remove common substring
13756         highlighting.
13758         * info.el (info-other-window, info): Rename function argument
13759         `file' to `file-or-node'.
13760         (Info-complete-menu-item): Use local variable `complete-nodes' to
13761         keep the global value of `Info-complete-nodes' unchanged for
13762         subsequent completions.
13763         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
13765         * simple.el (get-next-valid-buffer, last-buffer)
13766         (next-error-buffer-p, next-error-find-buffer)
13767         (minibuffer-history-sexp-flag): Doc fix.
13769         * savehist.el (savehist-mode-hook): Add `:group'.
13771         * log-view.el: Call autoload for vc-find-version.
13772         (log-view-current-file): Adjust subgroup numbers.
13773         (log-view-current-tag): Add `length'.
13775 2005-12-23  Richard M. Stallman  <rms@gnu.org>
13777         * vc.el (vc-annotate-car-last-cons): Defn moved up.
13779 2005-12-23  Juri Linkov  <juri@jurta.org>
13781         * hi-lock.el (hi-lock-archaic-interface-message-used)
13782         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
13783         (hi-lock-mode): Display "Hi" in the mode line only when
13784         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
13785         (hi-lock-write-interactive-patterns):
13786         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13787         (hi-lock-set-pattern, hi-lock-set-file-patterns)
13788         (hi-lock-font-lock-hook): Set 3rd arg `how' of
13789         font-lock-add-keywords to t.
13791 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
13793         * hi-lock.el (hi-lock-highlight-range): New variable.
13794         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
13795         only if font-lock-fontified is non-nil.  Remove overlays.
13796         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
13797         font-lock-fontified is non-nil, otherwise use overlays (instead of
13798         text properties).
13799         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
13800         New variables.
13801         (hi-lock-string-serialize) New function.
13803 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13805         * menu-bar.el (menu-find-file-existing): New function.
13806         (menu-bar-file-menu): Use menu-find-file-existing for Open.
13808         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
13810 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13812         * vc.el: Remove unnecessary leading * in docstrings.
13813         (vc-annotate-mode-map): Move initialization into declaration.
13814         (vc-static-header-alist): Nitpick on the regexp.
13815         (vc-default-init-version): New fun.
13816         (vc-register): Use it.
13817         (vc-insert-headers): Use dolist.
13818         (vc-annotate-get-backend): Remove unused function.
13819         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
13820         (vc-annotate-mode): Remove corresponding call.
13821         (vc-annotate-car-last-cons): Simplify.
13822         (vc-annotate-buffers): Remove var.
13823         (vc-annotate-backend): Make it buffer-local.
13824         (vc-annotate): Move the interaction to the interactive spec.
13825         Add a `buf' argument.
13826         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13827         killing&creating a vc-annotate buffer, which is very disruptive when
13828         the buffers are shown in dedicated frames.
13830 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13832         * descr-text.el: Add FSF as maintainer.
13833         (describe-text-mode, describe-text-mode-map)
13834         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13835         help-mode.
13836         (describe-text-widget, describe-text-sexp)
13837         (describe-property-list, describe-text-category)
13838         (describe-text-properties, describe-text-properties-1)
13839         (describe-char): Use help buttons instead of widgets.
13840         (describe-char-unicodedata-file): Make URL link in doc string.
13842 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13844         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13845         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13846         Don't include buttons that write a file when there's no file.
13847         (custom-variable-menu, custom-face-menu, custom-group-menu):
13848         Don't include commands that write a file when there's no file.
13849         (customize-browse): Reword the top-of-buffer help intro.
13850         (custom-buffer-create-internal): Fix previous change.
13851         (customize-changed-options-previous-release): Prev release is 21.1.
13852         (customize-changed-options): Doc fix.
13853         (customize-changed): New alias.
13854         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13855         Say "standard values".
13856         (Custom-reset-standard): Doc fix.
13857         (custom-face-reset-standard): Doc fix.
13859 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13861         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13862         even if font-lock-mode is non-nil since it may be t without having
13863         turned on font-lock-mode-internal.
13864         (font-lock-choose-keywords): Minor optimization.
13865         (font-lock-add-keywords, font-lock-remove-keywords)
13866         (font-lock-set-defaults): Don't call make-local-variable on a variable
13867         that we know to already be local.
13869 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13871         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13872         messages if in the minibuffer.
13874 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13876         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13877         (tex-mode-flyspell-verify, flyspell-get-word)
13878         (flyspell-external-point-words): Don't use point-min/max uselessly.
13880         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13881         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13882         don't need to show it.
13884 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
13886         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
13888 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13890         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
13891         delete-windows-on with an inexistent buffer.
13893 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
13895         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13896         Delete defcustom variable :tag names.
13898 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13900         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
13901         (log-view-font-lock-keywords): Ajust subgroup numbers.
13902         (log-view-current-tag): Don't hard code the number of subgroups.
13904 2005-12-20  Juri Linkov  <juri@jurta.org>
13906         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
13907         (tooltip-x-offset, tooltip-y-offset): Doc fix.
13909         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13910         (menu-bar-non-minibuffer-window-p): Instead of checking
13911         display-multi-frame-p, use selected-frame when menu-updating-frame
13912         is nil.
13914 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
13916         * align.el (align-rules-list): Use [ \t] instead of \s-
13917         for column separators in text mode.
13919 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
13921         * help-mode.el (help-customize-variable, help-customize-face):
13922         Don't pop help-xref-stack as help-follow no longer pushes
13923         anything on to it.
13925 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
13927         * textmodes/org.el (org-agenda-custom-commands): New option.
13928         (org-agenda): Offer custom commands on splash screen.
13929         (org-make-tags-matcher): Parser for Boolean logic added.
13930         (org-agenda-set-tags): New command.
13931         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
13932         (org-set-tags): Efficiency improvements.
13933         (org-auto-align-tags): New option.
13934         (org-todo, org-demote, org-promote): Realign tags.
13935         (org-tags-completion-function): Use also "&" and "|" as separators.
13936         (org-org-menu): Agenda commands simplified.
13938 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
13940         * cus-edit.el (customize-apropos, customize-apropos-options):
13941         Docstring changes.
13943         * font-lock.el (font-lock): Add tags to the links in the defgroup.
13945 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
13947         * longlines.el (longlines-mode): Wrap while widened.
13948         (longlines-decode-region, longlines-encode-region): Compute max
13949         just once.
13951 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13953         * cus-edit.el (mac): New group.
13955         * cus-start.el (all): Add user options in macterm.c.  Add test for
13956         Mac-related built-ins.  Fix test for GTK-related built-ins.
13958         * term/mac-win.el (mac-handle-language-change)
13959         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
13960         (mac-services-open-selection, mac-services-mail-selection)
13961         (mac-services-mail-to, mac-services-insert-text)
13962         (mac-dispatch-apple-event): Add docstrings.
13963         (x-get-selection, mac-select-convert-to-string): Select coding
13964         system from `utf-16be' and `utf-16le' using `byteorder'.
13966 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13968         * subr.el (lazy-completion-table): Don't be fooled if the var holds
13969         a "list" (lambda ...) rather than a real completion list.
13971         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
13972         lexical-let when encountering ((lambda (...) ...) ...).
13974 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13976         * progmodes/sh-script.el (sh-mode):
13977         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
13978         * textmodes/picture.el (picture-mode): Update docstrings.
13980 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
13982         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
13983         commands enclosed in $(ARGQUOTE)s should not be split between two
13984         lines, as that will break with GNU Make >3.80, when sh.exe is used
13985         and arg quoting is with '..'.
13986         (autoloads): Don't break the quoted --eval expression between
13987         several lines.
13989 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
13991         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
13992         Capture error from printing circular structures.
13994 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
13996         * wid-edit.el (widget-checkbox-action): Clear undo info.
13998 2005-12-16  Bill Wohler  <wohler@newt.com>
14000         * menu-bar.el (kill-this-buffer): Set a good example by using menu
14001         bar, not menubar in comment.
14003 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14005         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14006         After-change-functions should not clobber the match data.
14008 2005-12-16  Juri Linkov  <juri@jurta.org>
14010         * simple.el (choose-completion): Use `buffer-substring-no-properties'
14011         instead of `buffer-substring'.
14012         (completion-common-substring): Doc fix.
14013         (completion-setup-function): Use minibuffer-completion-contents
14014         instead of minibuffer-contents.  Don't set common-string-length
14015         initially.  Remove special handling of partial-completion-mode.
14016         Move computation of completion-base-size into one cond.
14017         Call completion-base-size-function in mainbuf.  In computation of
14018         completion-base-size for file name completion don't move point to
14019         the end of the minibuffer.  Move computation of common-string-length
14020         into one cond.  Start putting faces only when common-string-length>=0.
14021         Add condition to put completions-common-part when
14022         common-string-length>0.
14024         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14025         place point at the first different character in the minibuffer
14026         even if this position is at the beginning of the minibuffer.
14028         * info.el (Info-read-node-name-1): In completion-base-size-function's
14029         lambda return 1 if common-substring or minibuffer-completion-contents
14030         starts with (, and 0 otherwise.
14032         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14033         Use `crm-current-element' for second arg of `display-completion-list'.
14035 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
14037         * files.el (set-auto-mode): Look for an interpreter specified on
14038         the first line also if search for mode specification succeeded,
14039         but the mode is not known.
14041 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
14043         * textmodes/org.el (org-tags-match-list-sublevels): New option.
14044         (org-open-at-point): Implement tag searches as links.
14045         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14046         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14047         (org-tags-sparse-tree, org-tags-view, org-set-tags)
14048         (org-agenda-dispatch): New commands.
14049         (org-use-tag-inheritance, org-tags-column): New options.
14050         (org-tab-follows-link, org-return-follows-link): New options.
14051         (org-tags): New customize group.
14052         (org-start-icalendar-file): Get local time zone.
14053         (org-tags-completion-function): New function.
14054         (org-set-font-lock-defaults): Make sure links will also be
14055         highlighted inside headlines.
14057 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
14059         * term.el (term-emulate-terminal):
14060         Let term-handle-ansi-terminal-messages override what Bash says about
14061         its current directory.
14063 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14065         * bindings.el (last-buffer): Move to simple.el.
14066         * simple.el (last-buffer): Move here.
14067         (get-next-valid-buffer): New function.
14068         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14069         (prev-buffer): Ditto.  Rename to `previous-buffer'.
14071         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14072         * bindings.el (global-map): Ditto.
14074 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
14076         * cus-edit.el: Introductory comment change.
14077         (custom-magic-alist): Change message string for the `rogue' state.
14079 2005-12-15  Richard M. Stallman  <rms@gnu.org>
14081         * tooltip.el: Delete defcustom variable :tag names.
14083         * complete.el (partial-completion-mode): Doc fix.
14085         * textmodes/flyspell.el (flyspell-external-point-words):
14086         Use save-excursion to ensure we don't move backward in the
14087         search loop, not even one character.
14088         (flyspell-delete-all-overlays): Use remove-overlays directly.
14090         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14091         (ispell-start-process): Set that variable.
14092         Clear ispell-buffer-local-name.
14093         (ispell-internal-change-dictionary):
14094         Set ispell-current-dictionary after killing process.
14095         (ispell-buffer-local-dict):
14096         Don't set spell-personal-dictionary after killing process.
14097         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14098         (ispell-tex-skip-alists, ispell-html-skip-alists)
14099         (ispell-skip-region-alist): Mark as risky.
14101         * net/newsticker.el (newsticker--retrieval-timer-list)
14102         (newsticker--display-timer, newsticker-running-p)
14103         (newsticker-ticker-running-p): Definitions moved up.
14105 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
14107         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14109 2005-12-15  David Ponce  <david@dponce.com>
14111         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14112         (recentf-edit-list, recentf-open-files): Signal an error when
14113         there is no recent file.
14115 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14117         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14118         read-only except for texinfo-format-region evaluation.
14120 2005-12-14  Richard M. Stallman  <rms@gnu.org>
14122         * vc.el (vc-default-previous-version, vc-default-next-version)
14123         (vc-do-command): Doc fixes.
14125 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14127         * textmodes/bibtex.el (bibtex-expand-strings)
14128         (bibtex-autokey-expand-string, bibtex-name-part)
14129         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14130         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14131         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14132         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14133         (bibtex-entry-postfix, bibtex-known-entry-type-re)
14134         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14135         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14136         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14137         (bibtex-beginning-of-last-entry): Remove.
14138         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
14139         message if comma is missing but buffer is read-only.
14140         (bibtex-parse-field-text): Handle whitespaces at the end of field
14141         text.  Return 3-element list with beginning and end of field text
14142         and end of field.
14143         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14144         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
14145         (bibtex-search-forward-field, bibtex-search-backward-field):
14146         Search always delimited by limits of entry.  Use more efficient
14147         search algorithms.
14148         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14149         bibtex-end-of-name-in-field.
14150         (bibtex-text-in-field-bounds): Handle BibTeX strings when
14151         extracting the content of a field.
14152         (bibtex-text-in-field): Use search limits.
14153         (bibtex-parse-string-prefix): Handle empty string keys based on
14154         bibtex-string-empty-key.
14155         (bibtex-parse-string): Fix docstring.
14156         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14157         (bibtex-preamble-prefix, bibtex-strings): New functions.
14158         (bibtex-skip-to-valid-entry): Include preceding whitespace in
14159         BibTeX entries (consistent with other BibTeX functions).
14160         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14161         (bibtex-search-entry): Fix docstring.  Simplify.
14162         (bibtex-flash-head, bibtex-complete-string-cleanup)
14163         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14164         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14165         (bibtex-parse-entry): New optional arg content.
14166         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14167         Use bibtex-text-in-field-bounds.
14168         (bibtex-print-help-message): Handle BibTeX strings and preambles.
14169         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14170         bibtex-parse-string-postfix.
14171         (bibtex-find-text-internal): New function.
14172         (bibtex-remove-delimiters): Use it.
14173         (bibtex-find-text): Use it.  New optional arg help.
14174         (bibtex-complete): Handle BibTeX string and preamble entries.
14175         (bibtex-Preamble): Fix order of closing delimiters.
14177 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14179         * vc.el (vc-default-revert): New fun.
14181         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14183 2005-12-14  Romain Francoise  <romain@orebokech.com>
14185         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14186         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14187         (font-lock-remove-keywords): Likewise.
14189 2005-12-14  Juri Linkov  <juri@jurta.org>
14191         * log-view.el (log-view-diff): Doc fix.
14193         * isearch.el (isearch-query-replace): Use (mark) instead of
14194         isearch-opoint if mark is active in transient-mark-mode.
14196 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
14198         * isearch.el (isearch-query-replace): Check for isearch-other-end.
14200 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14202         * progmodes/cpp.el (cpp-face): New widget.
14203         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14205 2005-12-14  Juri Linkov  <juri@jurta.org>
14207         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14208         around `erase-buffer' and `insert'.
14210         * descr-text.el (describe-text-properties): Replace buffer name
14211         "*Help-2*" with "*Help*<2>".
14212         (describe-char): Add functions print-help-return-message,
14213         toggle-read-only.  Use help-setup-xref with nil to not store
14214         describe-char in help-xref-stack.  Use help-make-xrefs to
14215         make [back] button.
14217         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14219         * wdired.el (wdired-old-point): New internal variable.
14220         (wdired-change-to-wdired-mode): Set it buffer-locally.
14221         (wdired-abort-changes): Restore point after aborting changes.
14223 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14225         * vc.el (vc-do-command): Add a new value t for okstatus.
14227         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14228         frame in case of errors.
14230 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14232         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14233         so it comes after "On the Left" in the menu.
14235 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
14237         * cus-edit.el (customize-apropos, customize-apropos-options)
14238         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14240 2005-12-12  Bill Wohler  <wohler@newt.com>
14242         * vc-svn.el (vc-svn-registered): Fix problem of visiting
14243         non-writable Subversion-controlled files by saving window
14244         configuration before calling vc-do-command.  vc-do-command calls
14245         pop-to-buffer on error which is unexpected during registration.
14247 2005-12-12  Jay Belanger  <belanger@truman.edu>
14249         * calc/README: Update the summary of changes.
14251 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14253         * descr-text.el (describe-char): Rework last fix to solve the problem
14254         is the same way it's solved for everything else in that function
14255         (i.e. by extracting the info before setting up the *Help* buffer).
14257 2005-12-12  Kim F. Storm  <storm@cua.dk>
14259         * subr.el (version-regexp-alist): Allow space as separator before
14260         non-numeric part, e.g. "1.0 alpha".
14261         (version-to-list): Interpret .X.Y version as 0.X.Y version.
14263 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
14265         * textmodes/org.el (org-agenda, org-timeline, org-todo):
14266         Implement Logging and the keep-modes setting.
14267         (org-get-category): Make sure a string is returned.
14268         (org-log-done): New function.
14269         (org-log-done, org-closed-string): New options.
14271 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14273         * tooltip.el (tooltip-y-offset): Change default to 20.
14275 2005-12-12  Richard M. Stallman  <rms@gnu.org>
14277         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14279         * frame.el (display-hourglass): Doc fix.
14281         * help.el (help-for-help-internal): Simplify entry for `a'.
14283         * info.el (Info-on-current-buffer): Doc fix.
14284         (info-insert-file-contents): Don't test (featurep 'jka-compr).
14286         * startup.el (inhibit-splash-screen): Make this the real name.
14287         (inhibit-startup-message): Make this the alias.
14288         (command-line): Find only simple.el, and use its directory
14289         to fill in other preloaded files' names.
14290         (command-line): Deactivate the mark if deactivate-mark is set.
14292         * international/mule.el (load-with-code-conversion):
14293         Bind deactivate-mark.
14295         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14297 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
14299         * cus-edit.el (customize-apropos): Avoid listing an option more
14300         than once under different aliases.  No longer list user options
14301         that are not defined with defcustom (unless a prefix arg is given).
14302         Doc fix.
14303         (customize-apropos-options): Doc fix.
14305 2005-12-11  Juri Linkov  <juri@jurta.org>
14307         * frame.el (set-background-color, set-foreground-color)
14308         (set-cursor-color, set-mouse-color, set-border-color):
14309         Add explicit prompts to read colors by `facemenu-read-color'.
14310         (show-trailing-whitespace, blink-cursor-delay)
14311         (blink-cursor-interval, display-hourglass, hourglass-delay):
14312         Remove tags.
14313         (display-hourglass, hourglass-delay): Doc fix.
14314         (cursor-in-non-selected-windows): Capitalize words in tag.
14316         * faces.el (frame-background-mode): Replace `choice-item' keywords
14317         with `const' to not make [default] button.  Change default value tag
14318         from `default' to `automatic'.  Doc fix.
14319         (trailing-whitespace) <defface>: Change group `whitespace' to
14320         `whitespace-faces'.
14322 2005-12-11  Richard M. Stallman  <rms@gnu.org>
14324         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14326 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14328         * term/mac-win.el: Create keymap for mac-apple-event-map.
14330 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
14332         * tooltip.el (tooltip-mode): Move to start of file so that it
14333         appears at top of customize buffer.
14335         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14336         Add the gud groupname.
14337         (gud-tooltip-mode): Add the tooltip groupname.
14338         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
14339         avoid conflict with tooltip-use-echo-area.
14341 2005-12-10  Romain Francoise  <romain@orebokech.com>
14343         * help.el (help-for-help-internal): Add `r' in doc string.
14345 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14347         * align.el (align-regexp, align-highlight-rule):
14348         Use region-beginning and region-end instead of point and mark, so that
14349         repetition (with `repeat-complex-command') recomputes the region
14350         bounds.
14352 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14354         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14355         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14356         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14357         (balance-windows): Rewrite using the above new functions.
14359 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
14361         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14362         react if global-hi-lock-mode seems intended.
14363         (global-hi-lock-mode) Renamed from hi-lock-mode.
14364         (hi-lock-archaic-interface-message-used)
14365         (hi-lock-archaic-interface-deduce): New variables.
14366         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14367         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14368         (hi-lock-find-patterns, hi-lock-font-lock-hook):
14369         Replace hi-lock-buffer-mode with hi-lock-mode.
14371 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
14373         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14374         completion list, even after a partial completion has been
14375         inserted in the current buffer.  If there are more than 1
14376         completion, redisplay the *Completions* buffer; if the
14377         completion is unique, delete the *Completions* window.
14379 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
14381         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14382         strings and long subject lines that were broken into multiple
14383         lines at arbitrary places.  Handle subjects that have "Re: " in
14384         the middle.
14386 2005-12-10  John W. Eaton  <jwe@octave.org>
14388         * emacs/octave-mod.el (octave-electric-space): Don't indent
14389         comments or strings if octave-auto-indent is nil.
14391 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14393         * term/mac-win.el: Require url when compiling.
14394         Call mac-process-deferred-apple-events after loading init files.
14395         (mac-apple-event-map): New defvar.  Define event handlers in it.
14396         (core-event, internet-event): New Apple event class symbols.
14397         (open-application, reopen-application, open-documents)
14398         (print-documents, open-contents, quit-application)
14399         (application-died, show-preferences, autosave-now, get-url):
14400         New Apple event ID symbols.
14401         (about): New HICommand ID symbol.
14402         (mac-event-spec, mac-event-ae): New macros.
14403         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14404         (mac-ae-selection-range, mac-ae-text-for-search)
14405         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14406         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
14407         and Services menu events are now defined in mac-apple-event-map.
14408         (mac-drag-n-drop): Remove selection range handling.
14410 2005-12-10  Kenichi Handa  <handa@m17n.org>
14412         * simple.el (zap-to-char):
14413         * isearch.el (isearch-process-search-char): Translate CHAR by
14414         translation-table-for-input.
14416 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
14418         * foldout.el (foldout-exit-fold): Properly hide subtree.
14420 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14422         * files.el (save-buffer):
14423         * international/ucs-tables.el (ucs-set-table-for-input):
14424         * mail/mail-extr.el (mail-extract-address-components):
14425         * mail/sendmail.el (mail-mode): Reformat doc string.
14427 2005-12-09  Juri Linkov  <juri@jurta.org>
14429         * isearch.el (isearch-highlight): Change main overlay priority
14430         from 1 to 1001.  Simplify.
14431         (isearch-lazy-highlight-update): Change lazy overlay priority
14432         from 0 to 1000.
14434         * replace.el (replace-highlight): Change overlay priority from
14435         1 to 1001.
14437         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14438         Change overlay priority from 1 to 1001.  Reuse existing overlay.
14440         * compare-w.el (compare-windows-highlight): Change overlay
14441         priority from 1 to 1000.
14443         * menu-bar.el (menu-bar-edit-menu): Add listp around
14444         pending-undo-list to disable menu item "undo" when pending
14445         undo list is empty.
14447         * locate.el (locate): Disable undo in *Locate* buffer.
14449 2005-12-09  Kim F. Storm  <storm@cua.dk>
14451         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14453 2005-12-09  David Ponce  <david@dponce.com>
14455         * recentf.el: Improvement of the menu code.
14456         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
14457         instead of menu hook.
14458         (recentf-show-menu, recentf-hide-menu): New functions.
14459         (recentf-menu-customization-changed, recentf-mode): Use them.
14460         (recentf-menu-action, recentf-max-menu-items)
14461         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14462         (recentf-arrange-by-rule-others)
14463         (recentf-arrange-by-rules-min-items)
14464         (recentf-arrange-by-rule-subfilter) : Don't use
14465         `recentf-menu-customization-changed'.
14466         (recentf-arrange-rules): Likewise.  Accept functions to compute
14467         sub-menu titles.
14468         (recentf-menu-filter): Likewise.  Doc fix.
14469         (recentf-menu-value-shortcut): Doc fix.
14470         (recentf-dump-variable): Quote atom value.
14471         (recentf-make-menu-items): Update to use it as a menu filter.
14472         (recentf-match-rule): New function.
14473         (recentf-arrange-by-rule): Use it.
14474         (recentf-indirect-mode-rule): New function.
14475         (recentf-build-mode-rules): Use it.
14476         (recentf-dir-rule): New function.
14477         (recentf-arrange-by-dir): Use it.
14478         (recentf-filter-changer-current): Rename from
14479         `recentf-filter-changer-state'.  All references updated.
14480         (recentf-filter-changer-alist): Update filter names.
14481         (recentf-filter-changer-select): New function.
14482         (recentf-filter-changer): Use it.  Make a sub-menu from filters
14483         available in `recentf-filter-changer-alist'.
14484         (recentf-data-cache, recentf-clear-data)
14485         (recentf-update-menu): Remove.  All references updated.
14486         (recentf-match-rule-p, recentf-build-dir-rules)
14487         (recentf-filter-changer-goto-next)
14488         (recentf-filter-changer-get-current)
14489         (recentf-filter-changer-get-next): Remove.
14491 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
14493         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14494         buffer "Reset" button to "Reset to Current" for consistency with
14495         the State buttons.
14497 2005-12-08  John Paul Wallington  <jpw@pobox.com>
14499         * ibuf-ext.el (define-ibuffer-filter filename):
14500         If `dired-directory' is a list then really use its car.
14502 2005-12-08  Kim F. Storm  <storm@cua.dk>
14504         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14505         Fix indention of text on right side of replaced rectangle.
14507 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
14509         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14510         No need to check gud-comint-buffer is bound.
14511         (gdb): Prevent multiple debugging when first session uses gdba.
14513 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14515         CC Mode update to 5.31.
14517         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
14518         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
14519         We might do this function properly in the future).
14521         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
14522         New macros c-sentence-end and c-default-value-sentence end, to cope
14523         with Emacs 22's new function `sentence-end'.
14525 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14527         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
14528         compat issue using `c-put-overlay' and `c-delete-overlay'.
14530         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
14531         New compat macros to handle overlays/extents.
14533 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14535         * progmodes/cc-fix.el: Add definitions of the macros push and pop
14536         (for GNU Emacs 20.4)
14538         * progmodes/cc-defs.el:
14539         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
14541         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
14542         highlighting mechanism so it will work in XEmacs too.
14544         * progmodes/cc-defs.el: Insert c-int-to-char.
14546         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
14547         call to the new macro c-int-to-char.  This solves XEmacs's
14548         regarding characters as different from integers.
14550 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14552         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
14553         New internal helper.
14555         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
14556         construct to make the indirect face lookup work in XEmacs.
14558         (c-cpp-matchers): Append the negation char face to the existing
14559         fontification, so that the cpp face doesn't disappear.
14560         Use `c-make-syntactic-matcher' to avoid negation chars in comments
14561         and strings.
14563         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
14564         to map to `font-lock-negation-char-face' in emacsen where it exists.
14566 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14568         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
14570         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
14571         Rename "c-subword-move-mode" as "c-subword-mode".
14573         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
14574         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
14576 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14578         * progmodes/cc-mode.el: Added autoload directive for
14579         `c-subword-move-mode' for use in older emacsen.
14581 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14583         * progmodes/cc-mode.el:
14584         (i) Insert a binding for C-c C-backspace into
14585         c-bind-special-erase-keys which works in TTYs.
14586         (ii) Make sure that when file styles are used, any explicitly
14587         given style variables take priority over those in the style.
14588         Do this by calling `hack-local-variables' a second time.
14590         * progmodes/cc-vars.el: Add language specific customization
14591         widgets for AWK to c-doc-comment-style, c-require-final-newline
14592         and c-default-style.  Add a defcustom for awk-mode-hook.
14593         Give c-syntactic-element and c-syntactic-context doc-strings by
14594         directly setting their `variable-documentation' propery.
14595         This allows Emacs 22.1 to read these with C-h v.
14597         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
14599 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14601         * progmodes/cc-fonts.el, cc-vars.el
14602         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
14603         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
14604         Masatake YAMATO.
14606         (c-doc-comment-style): Made GtkDoc default in C mode.
14608         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
14609         and C-c C-<delete>.
14611         (c-bind-special-erase-keys): New function for use on
14612         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
14614         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
14615         <delete> key behavior in XEmacs according to `delete-forward-p'.
14616         C.f. `c-electric-delete'.
14618 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14620         * progmodes/cc-mode.el: Give c-hungry-backspace and
14621         c-hungry-delete-forward permanent key bindings.
14623         * progmodes/cc-cmds.el (c-electric-semi&comma):
14624         Bind c-syntactic-context for calls to "criteria functions", for
14625         consistency with other calls to user functions.
14627         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
14628         `current-prefix-arg', since this might be the prefix arg to a
14629         command which calls c-indent-command as a function.  Change the
14630         interactive spec from "p" to "P".
14632         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
14633         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
14634         was difficult to understand.
14636 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14638         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
14639         first char of an identifier.
14641         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
14642         +" syntax in C++.
14644 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14646         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
14647         auto-fill doesn't split a c-comment's last word from a hanging
14648         "*/" when a space is typed between them after fill-column.
14650         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
14652         * progmodes/cc-styles.el (c-set-style)
14653         (c-setup-paragraph-variables): Abort the command if we're not in a
14654         CC Mode buffer.
14656         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
14657         with blank comment-prefix, and a blank line as the comment's
14658         second line.
14660 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14662         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
14663         Incorporate the patterns added in the Emacs development branch
14664         for the new Emacs 22 face `font-lock-negation-char-face'.
14666         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
14667         of "red" since it stands out better in xterms and DOS terminals.
14669         * progmodes/cc-engine.el (c-literal-faces):
14670         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
14672 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14674         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
14675         forcibly enable c-electric-flag.
14677         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
14678         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
14679         after the comment-prefix of a C-style comment will close that comment.
14681 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14683         * progmodes/cc-fonts.el (c-basic-matchers-before)
14684         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
14685         in Pike.
14687         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
14688         digraphs.
14690         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
14691         (c-cpp-message-directives, c-cpp-include-directives)
14692         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
14693         (c-cpp-expr-directives): Introduce new language constants to
14694         control cpp syntax in a cleaner way.
14696         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
14698         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
14700         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
14701         (c-multiline-string-start-char): New language constants and
14702         variables to specify how newlines in string literals work.
14704         (c-font-lock-invalid-string): Use them.
14706         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
14707         unbalanced close brace is entered.  Optimization by avoiding going
14708         back over arbitrarily large blocks.  Removed hints that this
14709         function only would be relevant/useful in AWK.
14711         (c-electric-brace): Indent syntactically after the cleanups since
14712         lineup functions might do it differently then.
14714         * progmodes/cc-engine.el, cc-langs.el
14715         (c-opt-op-identifier-prefix): New language constant and variable.
14717         (c-just-after-func-arglist-p, c-after-special-operator-id)
14718         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
14720         * progmodes/cc-align.el, cc-engine.el
14721         (c-after-special-operator-id): New helper to handle C++ operator
14722         identifiers.
14724         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
14725         (c-guess-basic-syntax): Handle C++ operator identifiers in
14726         declarations.
14728         * progmodes/cc-langs.el (c-assignment-operators): Add the
14729         trigraph version of ^= too.
14731         * progmodes/cc-langs.el (c-assignment-operators): Add the
14732         trigraph version of |= in C++.
14734         * progmodes/cc-fonts.el (c-font-lock-declarators):
14735         Handle `c-decl-hangon-kwds' after the identifier name.
14737         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
14738         whether an arglist is "nonempty", ignore a comment after the open
14739         paren if it isn't followed by a non-comment token on the same line.
14741         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
14742         Enable heuristics below the point to cope with classes inside special
14743         brace lists in Pike.
14745 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14747         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
14749 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14751         * progmodes/cc-guess.el (cc-guess-install): New function to
14752         install an already guessed style in another buffer.
14754         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
14755         sets `inhibit-read-only' - `c-save-buffer-state' should be used
14756         anyway if the change always is undone.
14758 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14760         Implement togglable electricity:
14762         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
14763         saying when it should be used.
14765         * progmodes/cc-engine.el: Add the new buffer-local variable,
14766         c-electric-flag.
14768         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
14769         c-toggle-auto-newline.
14771         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
14772         c-toggle-auto-newline.  Remove the binding for
14773         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
14774         c-toggle-electric-state.
14776         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
14778         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
14779         c-\(forward\|backward\)-subword.
14780         (c-update-modeline): Add the new modeline flag `l' for
14781         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
14782         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
14783         Make the old name an alias of the new name.
14784         (c-toggle-electric-state): New function.
14785         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
14786         Adapt these functions to do electric things only when
14787         c-electric-flag is non-nil.
14788         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
14789         new functions from c-electric-brace.
14790         (c-point-syntax): Add a check for "virtual semicolons" in AWK
14791         mode, so that the tentative extra newline doesn't change the
14792         syntax of the following brace.
14793         (c-electric-brace): Restructure by extracting the above functions.
14794         Tidy up the coding somewhat.
14795         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14796         restructure a bit.
14798 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14800         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
14801         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
14803         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
14804         (c-submode-indicators): Change name from `c-auto-hungry-string'
14805         since it's now used to track another submode.
14807         (c-update-modeline): Convert to function and extended to check
14808         `c-subword-move-mode'.
14810         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14811         Convert to compat aliases for `c-forward-subword' and
14812         `c-backward-subword'.
14814         * progmodes/cc-subword.el: New functions and minor mode to handle
14815         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14817         (c-forward-subword, c-backward-subword, c-mark-subword)
14818         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14819         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14820         Functions corresponding to the standard word handling functions.
14822         (c-subword-move-mode): Minor mode that replaces all the standard
14823         word handling functions with their subword equivalences.
14825 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14827         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14828         entry for one-liner-defun.
14830         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14831         name in its def-edebug-spec.
14833         * progmodes/cc-cmds.el (c-electric-brace): Make the
14834         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14835         compacts space before a comment, if this will make things fit on
14836         one line.
14838         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14840         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14842         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14843         clean-up one-liner-defun.
14845         * progmodes/cc-styles.el: Add the new "awk" style.
14847         * progmodes/cc-vars.el: Add description of one-liner-defun to
14848         c-cleanup-list's doc-string.  New user options,
14849         c-max-one-liner-length.  In c-default-style, set the default style
14850         for AWK to "awk".
14852 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14854         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14855         macros inside labels.
14857         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14858         `c-at-statement-start-p' and `c-at-expression-start-p'.
14860         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14861         error if the mark isn't set.
14863         * progmodes/cc-engine.el (c-guess-continued-construct)
14864         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14865         accurately detect functions inside functions.
14867         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14868         like `c-at-statement-start-p' that additionally recognizes commas
14869         and expression parentheses as delimiters.
14871         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14872         to avoid heuristics that doesn't work for unclosed blocks.
14873         (c-at-statement-start-p): New function.
14875         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14876         Objective-C directives, e.g. directives spanning lines should work
14877         reasonably well now.
14879         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14881         (c-forward-objc-directive): New function to move over any ObjC
14882         directive.
14884         (c-just-after-func-arglist-p, c-guess-basic-syntax)
14885         (c-basic-matchers-before): Use it.
14887         (c-font-lock-objc-iip-decl): Remove.
14889         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
14890         in the template arglist recognition.
14892         * progmodes/cc-styles.el (c-style-alist): Fix several
14893         inconsistencies in the Whitesmith style.
14895         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
14896         New lineup function to get lines after Whitesmith style blocks
14897         correctly indented.
14899         (c-lineup-whitesmith-in-block): Back out the compensation for
14900         opening parens since it's done using `add' lists in the style
14901         definition instead.  Don't use the anchor position since it varies
14902         too much between the syntactic symbols. :P
14904         * progmodes/cc-vars.el (c-valid-offset): Update.
14906         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
14907         lists where the offsets are combined according to several
14908         different methods: `first', `min', `max', and `add'.
14909         Report offset evaluation errors with `c-benign-error' so that some kind
14910         of reindentation still is done.
14912         * progmodes/cc-engine.el (c-guess-basic-syntax):
14913         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
14914         `arglist-close'.
14916         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
14917         situations for `arglist-cont-nonempty' and `arglist-close'.
14919         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
14921         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
14922         cc-bytecomp-boundp' in a number of places.
14924         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
14925         macro related issue.
14927 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14929         * progmodes/cc-awk.el: Change the terminology of regexps: A char
14930         list is now [asdf], a char class [:alpha:].
14931         Include code for char classes.
14932         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
14933         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
14935         Remove (nearly all of) the cruft associated with AWK Mode's former
14936         concept of "virtual semicolons":
14938         Adapt c-beginning-of-statement, c-end-of-statement (together with
14939         subfunctions) to use the new notion of "virtual semicolon" in
14940         place of the old awkward special handling for AWK.  There remains
14941         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
14942         * progmodes/cc-cmds.el:
14943         (c-ascertain-adjacent-literal): In the backwards direction, now
14944         recognises AWK regexp delimiters as string delimiters.
14945         (c-after-statement-terminator-p): Adapt for virtual semicolons;
14946         check more rigorously for "end of macro".
14947         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
14948         virtual semicolons;
14949         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
14950         out the code for forward movement into ...
14951         (c-end-of-statement): Now contains the code for forward movement,
14952         adapted for virtual semicolons.
14954         * progmodes/cc-engine.el:
14955         (c-ws*-string-limit-regexp): New regexp.
14956         (c-forward-single-comment, c-backward-single-comment): Comment out
14957         the (now redundant) "special" AWK stuff.
14959         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
14960         c-string-par-start, c-string-par-separate to be more like Text
14961         Mode than Fundamental Mode.
14963 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14965         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
14966         to the fontified region so that fontification doesn't occur
14967         outside it (could happen e.g. when fontifying a line with an
14968         unfinished declaration).
14970 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14972         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
14973         start of the file.  ^L now separate sections of the file.
14974         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
14975         (c-awk-one-line-possibly-open-string-re)
14976         (c-awk-regexp-one-line-possibly-open-char-class-re)
14977         (c-awk-one-line-possibly-open-regexp-re)
14978         (c-awk-one-line-non-syn-ws*-re): New defonsts.
14979         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
14981         Amend the concept of "virtual semicolons" (in the indentation
14982         engine) for languages like AWK, such that they are now
14983         conceptually attached to end of the last token of a statement, not
14984         the end of the line.  (In AWK Mode, however, the pertinent text
14985         property is still physically set on the EOL.)  Remove the specific
14986         tests for awk-mode, thus facilitating the introduction of other
14987         language modes where EOLs can end statements.
14988         (Note: The funtionality in cc-cmds.el, specifically
14989         c-beginning/end-of-statement has yet to be amended.)
14991         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
14992         New macros.
14994         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
14995         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
14996         c-vsemi-status-unknown-p-fn (in a new page).
14998         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
14999         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15000         numerous awkward forms like
15001         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15002         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
15003         variable before-ws-ip, the place just after char-before-ip appears.
15005         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15006         a comment.
15008 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15010         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15011         `c-tentative-buffer-changes'.
15013         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15014         convert to macro to choose between Emacs and XEmacs at compile time.
15016         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15018         (c-tentative-buffer-changes): New macro to handle temporary buffer
15019         changes in a convenient way.
15021         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15022         for `c-tentative-buffer-changes'.
15024         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15025         the checks for paren sexps between the point and the keyword, to
15026         avoid some false alarms.
15028         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15029         Fixed a situation where an error could be thrown for unbalanced
15030         parens.  Changed to make use of c-keyword-member' to avoid some
15031         repeated regexp matches.
15033         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15034         These language variable are no longer necessary.
15036         (c-block-stmt-kwds): New language constant used by
15037         c-looking-at-inexpr-block'.
15039         (c-guess-basic-syntax): Remove an optional check that looked at
15040         the existence of the now removed language variables.
15042         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15043         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15044         object instantiation expressions as declarations in some contexts.
15045         This bug only affected languages where the declarator can't be
15046         enclosed in parentheses.
15048         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15049         insert newlines before and after substatement braces.
15051         * progmodes/cc-engine.el: Improved the heuristics for recognizing
15052         function declaration headers and the handling of C++ style member
15053         init lists.
15055         (c-just-after-func-arglist-p): Rewritten to use
15056         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
15058         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15060         (c-guess-basic-syntax): Adapt case 5B for the new
15061         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
15062         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15063         covers all cases now).
15065         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15067 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15069         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15070         c-string-par-start/separate c-sentence-end-with-esc-eol,
15071         initialised in c-setup-paragraph-variables, used in string
15072         scanning subroutines of c-beginning-of-statement.
15074         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15075         which precedes the newly inserted `{'.
15077 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15079         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15080         function for declaration level blocks.  It should now cope with
15081         templates better and also be a lot more comprehensible.
15083         (c-looking-at-decl-block): The new function.
15085         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
15086         for compatibility.
15088         (c-add-class-syntax, c-guess-continued-construct)
15089         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15091         (c-decl-block-key): Change to tell apart ambiguous and
15092         unambiguous keywords.  Pike specials are now handled directly in
15093         the code instead.
15095         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15096         New language constants and variables to make the backward skip in
15097         `c-looking-at-decl-block' as tight as possible.
15099         (c-nonsymbol-token-char-list): New language constant.
15101         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15102         find balanced template arglists backwards.
15104         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15105         making char classes for `c-syntactic-skip-backward'.
15107         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15108         16D - can't be a class-close at that point.
15110         * progmodes/cc-engine.el (c-guess-basic-syntax)
15111         (c-add-class-syntax): Don't narrow out the enclosing declaration
15112         level.  This makes everything a lot easier, and it was actually
15113         only four small places that needed it to work.  Some places that
15114         previously did `widen' are removed now, which has the effect that
15115         `c-guess-basic-syntax' never will look at things outside the
15116         current narrowment now.  The anchor position for `topmost-intro'
15117         is affected by this, but it was so bogus it was basically useless
15118         before, and now it's equally bogus but in a slightly different way.
15120         (c-narrow-out-enclosing-class): Gone.
15122         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15123         the narrowed region.
15125         (c-least-enclosing-brace): Remove silly optional argument.
15127         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15128         the point could be left directly after an open paren when finding
15129         the beginning of the first decl in the block.
15131         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15132         Specify which submatch to use.
15134         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15136         (c-decl-start-re): No longer any need for special treatment of
15137         ObjC due to the above.
15139         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15140         presumably follows C in that regard.
15142         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15143         New language constants to specify operator tokens inside
15144         identifiers in a more high level way.
15146         (c-opt-identifier-prefix-key): New internal language constant.
15148         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15149         (c-identifier-start, c-identifier-key): Now completely calculated
15150         from other constants.
15152         (c-identifier-last-sym-match): Decommission since it's no longer used.
15154         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
15156         * progmodes/cc-engine.el (c-forward-name): Remove the
15157         optimization when c-identifier-key is equal to c-symbol-key since
15158         it doesn't work in byte compiled files.  Don't record empty
15159         regions as identifiers.
15161         * progmodes/cc-langs.el (c-filter-ops): New helper function to
15162         simplify access to `c-operators' and its likes.
15164         (c-operator-list, c-all-op-syntax-tokens)
15165         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15166         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15167         (c-primary-expr-regexp, c-cast-parens): Use it.
15169         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15170         an explicit language in functions.
15172         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15173         variant of adornment.
15175         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15176         variable.
15178         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15179         the Pike value.
15181         * progmodes/cc-engine.el (c-on-identifier)
15182         (c-simple-skip-symbol-backward): Small fix for handling "-"
15183         correctly in `skip-chars-backward'.  Affected the operator lfun
15184         syntax in Pike.
15186         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15187         diagnostic message about precompiled language vars not being used.
15189         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15190         "__attribute__" is followed by a parenthesis.
15192         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15193         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15194         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15196         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15197         Internal cleanups to properly detect the declared identifiers in
15198         various declarations.
15200         (c-decl-start-kwds): New language constant to recognize
15201         declarations that can start anywhere.  Used for class declarations
15202         in Pike.
15204         (c-specifier-key, c-not-decl-init-keywords)
15205         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15206         (c-find-decl-spots): Implement `c-decl-start-kwds'.
15208         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15209         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15210         handling of the compiler specific extension keywords into a new
15211         language constant `c-decl-hangon-kwds' that defines keyword
15212         clauses to be ignored in declarations.
15214         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15215         past unrecognized tokens when handling `c-colon-type-list-kwds'.
15216         Necessary to stop at the declared identifier in e.g. IDL valuetype
15217         declarations.
15219         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15220         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15221         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15222         (c-forward-decl-or-cast-1): Recognize the declared identifier in
15223         class and enum declarations as such and not as part of the type.
15225         (c-forward-decl-or-cast-1, c-forward-label): Relax the
15226         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15228         (c-forward-decl-or-cast-1): Don't disregard sure signs of
15229         declarations when there's some syntax error later on.
15231         (c-complex-decl-matchers): Did away with a reference to
15232         `c-specifier-key'.
15234         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15235         value - this variable is always dynamically bound.
15237         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15238         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15239         * cc-cmds.el, cc-defs.el: Change the policy for marking up
15240         functions that might do hidden buffer changes: All such internal
15241         functions are now marked instead of those that don't.
15243         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15244         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15245         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15246         (c-literal-type): Allow these functions to make hidden buffer changes,
15247         so that they are free to use text property caching later on.
15249         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15250         (c-electric-brace, c-electric-slash, c-electric-star)
15251         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15252         (c-electric-paren, c-electric-continued-statement, c-indent-command)
15253         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15254         (c-context-line-break): Add `c-save-buffer-state' calls to comply
15255         with the changed semantics of the functions above.
15257         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15258         when macros occur in obscure places.  Optimized the sexp movement
15259         a bit.
15261 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15263         Enhancements for c-beginning-of-statement to work in AWK Mode:
15265         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15266         (completed statement) with `}' (statement completed by closing
15267         brace or semicolon) and `$' (statement completed by EOL).
15269         (c-awk-virtual-semicolon-ends-prev-line-p)
15270         (c-awk-virtual-semicolon-ends-line-p)
15271         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15272         (c-awk-at-statement-end-p): New functions.
15274         * progmodes/cc-cmds.el: Simplify the structure of functions
15275         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
15276         two functions and c-beginning-of-statement to handle AWK Mode.
15278         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15279         c-backward-single-comment for AWK mode.  Attempt to clarify their
15280         doc-strings.
15282         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15284 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15286         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15287         label handling.  Labels are now recognized in a uniform and more
15288         robust way, regardless of context.  Text properties are put on all
15289         labels to recognize the following declarations better.
15290         Multiword labels are handled both in indentation and fontification for
15291         the benefit of language extensions like Qt.  For consistency, keywords
15292         in labels are now fontified with the label face instead.
15293         That also applies to "case" and "default".
15295         (c-beginning-of-statement-1): Fix some bugs in the label
15296         handling.  Disregard `c-nonlabel-token-key' in labels that begin
15297         with `c-label-kwds'.
15299         (c-find-decl-spots): Support that the callback adds more
15300         `c-decl-end' spots to find.
15302         (c-forward-decl-or-cast-1): Don't treat a list of plain
15303         identifiers followed by a colon as a declaration.
15305         (c-forward-label): New function to recognize labels.
15307         (c-guess-basic-syntax): Replace uses of `c-label-key' with
15308         `c-forward-label'.  Moved the label recognition cases (14 and 15)
15309         earlier since they aren't so context sensitive now.  Handle labels
15310         on the top level gracefully.  Moved access label recognition to
15311         the generic label case (CASE 15) - removed CASE 5E.
15313         (c-font-lock-declarations): Add recognition of labels in the
15314         same round since we need to handle labels in parallell with other
15315         declarations to recognize both accurately.  It should also improve
15316         speed.
15318         (c-simple-decl-matchers, c-basic-matchers-after):
15319         Move `c-font-lock-labels' so that it only is used on decoration level 2
15320         since `c-font-lock-declarations' handles it otherwise.
15322         (c-complex-decl-matchers): Remove the simplistic recognition of
15323         access labels.
15325         (c-decl-prefix-re): Remove the kludges that was necessary to cope
15326         with labels earlier.
15328         (c-decl-start-re): New language variable to make
15329         `c-font-lock-declarations' stop for the special protection labels
15330         in Objective-C that start with `@'.
15332         (c-label-key): Remove since it's no longer used.
15334         (c-recognize-colon-labels, c-label-prefix-re): New language
15335         constants to support recognition of generic colon-terminated labels.
15337         (c-type-decl-end-used): `c-decl-end' is now used whenever there
15338         are colon terminated labels.
15340         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15341         first argument starts with a special brace list.
15343         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15344         (c-font-lock-declarations): Break out the declaration and cast
15345         recognition from `c-font-lock-declarations' to a new function, so
15346         that it can be used in the indentation engine.
15348         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15349         up to the start of the literal.  Fixed bug with the point on the
15350         wrong side of the search limit that could happen when the start
15351         position is inside a literal.
15353         * progmodes/cc-engine.el (c-parse-state)
15354         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15355         so that it's kept a little bit back to increase the hit rate.
15357         (c-parse-state): Change the macro handling and fixed some
15358         glitches.  Macro context is checked more often than necessary now,
15359         but otoh less garbage conses are generated.
15361         * progmodes/cc-engine.el (c-parse-state)
15362         (c-invalidate-state-cache): Cache the last position where
15363         `c-state-cache' applies.  This can speed up refontification quite
15364         a bit in blocks where there are many non-brace parens before the point.
15366         (c-state-cache-end): New variable for this.
15368         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15369         cache variable.
15371         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15372         get close initial continue positions when the start position is
15373         inside a literal or macro.  Do not call the callback for spots
15374         before the start position (which can happen e.g. for `c-decl-end'
15375         spots inside comments).  Optimize better in special cases when the
15376         region is a single line inside a literal or macro (typically when
15377         the current line is refontified).
15379         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15380         to `c-add-stmt-syntax' - there's no need to explicitly whack off
15381         entries from the paren state.
15383         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15384         special case for "else if" clauses.
15386         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15387         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15389         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15390         New language variable to recognize the gcc extension with statement
15391         blocks inside expressions.
15393         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15394         it somewhat more comprehensible.  The argument AT-BLOCK-START is
15395         no longer used and hence removed.
15397         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15398         to `c-add-stmt-syntax'.
15400         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15401         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15402         This fixes bogus label recognition.
15404         * progmodes/cc-engine.el (c-add-type, c-check-type)
15405         (c-forward-name, c-forward-type): Improve storage of template
15406         types in `c-found-types' so that they can be recognized better.
15408         (c-syntactic-content): Add option to skip past nested parens.
15410         * progmodes/cc-engine.el (c-forward-name):
15411         Set `c-last-identifier-range' all the time.  It's less work that way.
15412         Handle that there might not be an identifier to store in
15413         `c-last-identifier-range'.
15415         (c-forward-type): Handle that `c-last-identifier-range' might be
15416         nil from `c-forward-name'.
15418         * progmodes/cc-defs.el (c-safe-scan-lists)
15419         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15421         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15422         to work even if the form fails.
15424         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15425         down in a large file in one go.
15427         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15429         * progmodes/cc-align.el (c-lineup-assignments): New lineup
15430         function which is like `c-lineup-math' but returns nil instead of
15431         `c-basic-offset' when it doesn't match.
15433         (c-lineup-math): Change to use `c-lineup-assignments'.
15435 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15437         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15438         c-beginning-of-statement.  New subfunctions
15439         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15441 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15443         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15444         hardcoded char classes whereever possible.  Changed a couple of
15445         places to use skip by syntax instead of skip by char class.
15447         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15448         Fix a bug in the regexp that caused extreme backtracking.
15450         * progmodes/cc-langs.el (c-block-comment-starter)
15451         (c-block-comment-ender): New language constants to specify in a
15452         single place how block comments look.
15454         (c-comment-start-regexp, c-block-comment-start-regexp)
15455         (comment-start, comment-end, comment-start-skip)
15456         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15457         (c-syntactic-ws, c-nonempty-syntactic-ws)
15458         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15459         `c-line-comment-starter', `c-block-comment-starter' and
15460         `c-block-comment-ender'.
15462         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15463         New language constants to break up things a bit.
15465         (c-simple-ws): New language constant for simple whitespace.
15467         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15469         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15470         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15471         newlines.  Allow and ignore nil elements in the list.
15473 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15475         * progmodes/cc-cmds.el: Comment out a (n almost certainly
15476         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15478         * progmodes/cc-cmds.el: Tidy up the comments in
15479         c-beginning-of-statement and subfunctions.
15481         * progmodes/cc-awk.el: Replace calls to put-text-property to the
15482         more flexible c-put-char-property and c-clear-char-properties.
15483         Add the author's email address.
15485         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15487         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15488         closing "*/" of a block comment.
15490         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15491         subfunctions) so that it works at BOB and EOB.
15493         * progmodes/cc-cmds.el, cc-vars.el: More updating of
15494         c-beginning-of-statement, including new variable
15495         c-block-comment-start-regexp.
15497 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15499         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15500         symbols from `*-font-lock-extra-types' so that there's no need to
15501         use `regexp-opt' on those lists.
15503         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15504         `c-type-modifier-kwds' is empty.
15506         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15507         there are several strings on the same line.
15509         * progmodes/cc-engine.el (c-literal-limits): Remove the
15510         compatibility function for older emacsen.  `c-literal-limits-fast'
15511         has now taken the place of this function.
15513         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15514         with older emacsen: We now require `pps-extended-state'.
15516 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15518         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
15519         which obviates the need to hack sentence-end.  This now handles
15520         escaped newlines in strings correctly.  Correct minor bugs in
15521         c-move-over-sentence and in c-beginning-of-statement.
15523         * progmodes/cc-cmds.el (c-beginning-of-statement (and
15524         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
15525         that movement over macros and code are rigorously separated from
15526         eachother.  Correct a few incidental bugs.
15528         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
15529         Improve its doc-string.  Improve the handling of certain specific cases.
15531 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15533         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
15534         (c-guess-basic-syntax): Change the way class-level labels are
15535         recognized; they can now contain essentially any symbols.
15537         (c-opt-extra-label-key): New language variable to cope with the
15538         special protection label syntax in Objective-C.
15540         (c-opt-access-key): Remove; this is now handled better by
15541         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
15543         (c-complex-decl-matchers): Update to handle that
15544         `c-opt-access-key' no longer exists.
15546         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
15547         improved label recognition in `c-beginning-of-statement-1'.
15549         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15550         Recognize bitfields better.
15552         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
15553         Remove some cruft and fixed a bug that could cause it to go to a
15554         position further down.
15556         * progmodes/cc-langs.el, cc-engine.el
15557         (c-beginning-of-statement-1): Improve detection of labels in
15558         declaration contexts.
15560         (c-beginning-of-decl-1): Use it.
15562         (c-nonlabel-token-key): New language constant and variable needed
15563         by `c-beginning-of-statement-1'.
15565         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
15566         manifested itself due to the correction in `c-forward-sexp'.
15568         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
15569         Make these behave as documented when used at the buffer limits.
15571         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
15572         (c-type-decl-end-used): Made this a language variable.
15574         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
15575         correctly when `combine-after-change-calls' is used together with
15576         temporary narrowings.
15578         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15579         Report labels correctly when the start point is immediately after the
15580         colon.
15582         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
15583         Remove since it isn't used anymore.
15585         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
15586         bracket arglists such as template parens in C++.
15588         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
15589         in the last check-in.  Some optimization.
15591         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
15592         where it could stop at the same level in a preceding sexp when
15593         PAREN-LEVEL is set.
15595         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
15596         text property lookup only when it's needed.
15598         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
15599         Change the policy for paren marked angle brackets to be more
15600         persistent; once marked they remain marked even when they're found
15601         to be unbalanced in the searched region.  This should keep the
15602         paren syntax around even when individual lines are refontified in
15603         multiline template arglists.
15605         (c-parse-and-markup-<>-arglists): New dynamically bound variable
15606         to control markup so that incorrect angle bracket arglists aren't
15607         marked in contexts where the correct value for
15608         `c-disallow-comma-in-<>-arglists' isn't known.
15610         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
15611         argument has become `c-parse-and-markup-<>-arglists'.
15613         (c-remove-<>-arglist-properties): Remove - no longer used.
15615         (c-after-change-check-<>-operators): New function used on
15616         `after-change-functions' to avoid that "<" and ">" characters that
15617         are part of longer operators have paren syntax.
15619         (c-<>-multichar-token-regexp): New language variable used by
15620         `c-after-change-check-<>-operators'.
15622         (c-after-change): Call `c-after-change-check-<>-operators'.
15624         (c-font-lock-<>-arglists): Use the context properties set by
15625         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
15626         correctly to avoid doing invalid markup.
15628         (c-font-lock-declarations): Remove code that undoes the invalid
15629         markup done by `c-font-lock-<>-arglists'.
15631         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
15632         after `c-font-lock-declarations'.
15634         * progmodes/cc-engine.el (c-syntactic-skip-backward):
15635         Add paren-level feature.
15637         (c-guess-basic-syntax): Improve the anchor position for
15638         `template-args-cont' in nested template arglists.  There's still
15639         much to be desired in this area, though.
15641 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15643         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
15644         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
15646 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15648         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
15649         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
15651         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
15652         it doesn't work no longer are supported.
15654         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
15655         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
15656         requires support for the syntax-table' text property, which rules
15657         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
15658         cruft associated with those versions.
15660         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
15661         for the `syntax-table' text property, which rules out Emacs 19 and
15662         XEmacs < 21.4.  Removed various compatibility cruft associated
15663         with those versions.
15665         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
15666         support for the `syntax-table' text property.
15668         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
15669         variable and use an extra quoted face name instead.  All the
15670         emacsen flavors handle that correctly.
15672         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
15673         (c-font-lock-declarators, c-font-lock-declarations)
15674         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
15675         property to mark the items in in declarator lists to handle
15676         refontification inside multiline declarations better.
15678         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
15679         construct like "a * b = c;" as a declaration.
15681 2005-12-08  Kim F. Storm  <storm@cua.dk>
15683         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
15684         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
15685         select either meta, hyper, or super modifier for rectangle commands.
15686         (cua--rectangle-modifier-key): New defvar.
15687         (cua--M/H-key): Use it.  Remove special case for `space'.
15688         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
15689         on X, to meta otherwise.  Always bind C-return to toggle
15690         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
15692         * emulation/cua-rect.el (cua-help-for-rectangle):
15693         Use cua--rectangle-modifier-key.  Handle super modifier too.
15694         (cua--init-rectangles): Always bind C-return to toggle rectangle.
15695         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
15697         * ido.el: Move Acknowledgements and History after Commentary.
15698         Minor changes to Commentary.
15700         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
15701         keymap if cua--prefix-override-timer is `shift'.
15702         (cua--shift-control-prefix): New function; emulate "type prefix
15703         key twice" functionality to handle shifted prefix key override.
15704         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
15705         New commands.
15706         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
15708 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
15710         * textmodes/org.el (org-insert-heading): Try to do items before
15711         headings.
15712         (org-agenda-mode): Quote `org-agenda-mode-hook'.
15713         (org-insert-item): New function.
15714         (org-renumber-ordered-list): Don't skip to higher level lists.
15716 2005-12-08  Juri Linkov  <juri@jurta.org>
15718         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
15720         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
15722         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
15724         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
15725         the constructed function name fun-1.
15727         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
15728         because such links don't lead to parent documentation.
15730 2005-12-08  Kenichi Handa  <handa@m17n.org>
15732         * descr-text.el (describe-char): Use *Help-2* buffer if the
15733         current buffer is *Help*.  Call describe-text-properties while
15734         setting the original buffer.
15736 2005-12-07  Bill Wohler  <wohler@newt.com>
15738         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
15739         and causes problems with non-MH users (such as Gnus users).
15741 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
15743         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
15744         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
15745         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
15746         command "info sources".  Move calls to GDB command "list".
15747         (gdb-find-file-hook): Just use gdb-source-file-list.
15748         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
15749         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
15750         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
15751         (gdb-data-list-register-values-handler): Use correct trigger name.
15753 2005-12-07  Kim F. Storm  <storm@cua.dk>
15755         * ido.el (ido-completion-map): Rename from ido-mode-map.
15756         (ido-common-completion-map, ido-file-completion-map)
15757         (ido-file-dir-completion-map, ido-buffer-completion-map):
15758         Rename from ido-mode-....-map.
15759         (ido-init-completion-maps): Rename from ido-init-mode-maps.
15760         (ido-setup-completion-map): Rename from ido-define-mode-map.
15761         (ido-read-internal): Bind minibuffer-local-filename-completion-map
15762         to ido-completion-map.
15764 2005-12-07  Kenichi Handa  <handa@m17n.org>
15766         * international/mule-cmds.el
15767         (set-display-table-and-terminal-coding-system): If the coding
15768         system specified in `unibyte-display' property is different from
15769         the arg coding-system, don't setup standard-display-table.
15771 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15773         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
15774         that comments end at \n, regardless of selective-display.
15776 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
15778         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
15779         (gdb-version): New variables.
15780         (gdb-source-file-list, gdb-register-names)
15781         (gdb-changed-registers): New variables for use with GDB 6.4+.
15782         (gdb-ann3): Replace with...
15783         (gdb-init-1, gdb-init-2): ...two new functions.
15784         (gdba, gdb-prompt): Call gdb-init-1.
15785         (gdb-get-version): New function.  Call gdb-init-2 from here.
15786         (gud-watch): Make it work with mouse events too.
15787         (gdb-post-prompt): Don't add to queue until GDB version is known.
15788         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
15789         (gdb-locals-mode): Use gdb-version.
15790         (gdb-memory-format-map, gdb-memory-unit-map)
15791         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
15792         (gdb-locals-font-lock-keywords-1)
15793         (gdb-locals-font-lock-keywords-2): New variables.
15794         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
15795         (gdb-set-gud-minor-mode-existing-buffers-1)
15796         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
15797         (gdb-var-update-1, gdb-var-update-handler-1)
15798         (gdb-data-list-register-values-handler)
15799         (gdb-data-list-register-values-custom)
15800         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
15801         (gdb-stack-list-locals-handler, gdb-get-register-names):
15802         New functions for use with GDB 6.4+.
15803         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
15804         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
15805         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
15806         (gdb-stack-list-locals-regexp)
15807         (gdb-data-list-register-names-regexp): New regexps for use with
15808         GDB 6.4+.
15810 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15812         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15814 2005-12-06  Nozomu Ando  <nand@mac.com>
15816         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15817         prompts work for AUTH PLAIN.  Also reported by Steve Allan
15818         <seallan@verizon.net>.
15820 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15822         * frame.el (set-frame-parameter): Add doc string.
15824 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15826         * textmodes/org.el (org-occur-highlights): New variable.
15827         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15828         (org-highlight-sparse-tree-matches): New option.
15829         (org-do-occur): New function.
15830         (org-get-heading): Make it work also at beginning of line.
15831         (org-category-table): New variable.
15832         (org-get-category-table, org-get-category)
15833         (org-camel-to-words, org-link-search): New functions.
15834         (org-select-this-todo-keyword): New variable.
15835         (org-todo-list): New command.
15836         (org-shiftright, org-shiftleft): New commands.
15837         (org-agenda-todo): Add prefix argument.
15838         (org-show-hierarchy-above): New option.
15839         (org-show-todo-tree): Numerical prefix creates tree for specific
15840         TODO keyword.
15841         (org-outline-level): New function, to assign a level to plain
15842         lists items.
15843         (org-cycle-include-plain-lists): New option.
15844         (org-mode): Use `org-outline-level' as value of `outline-level'.
15845         (org-cycle): Temporarily switch `outline-regexp' if
15846         `org-cycle-include-plain-lists' is non-nil.
15847         (org-start-icalendar-file): Fix format bug.
15848         (org-agenda-get-day-entries): Create category table.
15849         (org-agenda-get-todos, org-agenda-get-timestamps)
15850         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15851         (org-agenda-get-blocks): Use `org-get-category'.
15852         (org-context-in-file-links): Rename from
15853         `org-line-numbers-in-file-links'.
15855 2005-12-06  Romain Francoise  <romain@orebokech.com>
15857         * window.el (balance-windows): Delete extraneous third arg in call
15858         to `enlarge-window'.
15860 2005-12-06  Kenichi Handa  <handa@m17n.org>
15862         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15864 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15866         * progmodes/gdb-ui.el (gdb-var-create-handler)
15867         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15868         (gdb-var-list-children-handler, gdb-var-update-handler):
15869         Current buffer is already gdb-partial-output-buffer, don't
15870         make it current again.
15872 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15874         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15875         (list-buffers-noselect): Use it.
15877 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15879         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15880         (mail-yank-ignored-headers): Use regexp-opt.
15881         (mail-mode-map): Move initialization into declaration.
15882         (mail-sent-via): Remove unused shadowed var `to-line'.
15883         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15884         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15885         (mail-do-fcc): Use dolist and push.
15886         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15887         (mail-yank-ignored-headers): Don't autoload.
15889 2005-12-05  Kenichi Handa  <handa@m17n.org>
15891         * international/mule-cmds.el (set-language-info-internal): New fun.
15892         (set-language-info): Call set-language-info-internal to update
15893         language-info-alist.  If LANG-ENV is the current one, call
15894         set-language-environment to make INFO effective now.
15895         (set-language-info-alist): Likewise.
15896         (locale-language-names): With locale "en", use English
15897         lang. env. but set the default codings to iso-8859-1.
15899 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
15901         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
15902         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
15903         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
15904         for plain strings.
15905         (gdb-frames-mode): Remove redundant call to font-lock-mode.
15906         (gdb-all-registers): Rename from toggle-gdb-all-registers.
15907         Create registers buffer if necessary.  Echo new state in minibuffer.
15908         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
15910 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
15912         * info.el (Info-fontify-node): Match external links using
15913         non-directory part of filename.
15915 2005-12-04  Juri Linkov  <juri@jurta.org>
15917         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
15918         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
15919         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
15920         because there is no customization option for it.
15922         * font-lock.el (lisp-font-lock-keywords-1):
15923         Add define-global-minor-mode.
15925         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
15927         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
15928         properties on the constructed variable names.
15930         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15931         Put `definition-name' properties on the constructed function names
15932         next-sym and prev-sym.
15934         * emacs-lisp/find-func.el (find-function-regexp):
15935         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
15936         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
15937         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
15938         and easy-menu-define.
15940         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
15941         easy-mmode-define-global-mode and define-global-minor-mode.
15942         (lisp-imenu-generic-expression): Add define-global-minor-mode.
15944         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
15945         instead of easy-mmode-define-global-mode.
15947         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15948         Use define-minor-mode instead of easy-mmode-define-minor-mode.
15950         * cus-edit.el (customize-group, customize-group-other-window):
15951         Filter out autoloaded options from the group completion list by
15952         using heuristics that autoloaded groups don't have `custom-autoload'
15953         property on their symbols (they have only `custom-loads').
15955         * simple.el (completion-setup-function): Put completions-common-part
15956         face on complete completion string too (i.e. completion string
15957         without completions-first-difference face).
15959         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
15961 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
15963         * view.el (view-mode): Doc fix.
15965         * disp-table.el (standard-display-european): Add to the warning
15966         message a reference to the doc string.
15968         * play/yow.el (apropos-zippy): Call print-help-return-message,
15969         similar to other Help and Apropos commands.
15971         * help.el (print-help-return-message): If pop-up-frames is
15972         non-nil, set up help-return-method to delete the help window and,
15973         possibly, its frame as well, and don't display message about
15974         scrolling the help window.  Doc fix.
15975         (help-return-method): Doc fix.
15977 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
15979         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
15980         whereby names of length one or names starting with a
15981         symbol-constituent character would not be returned.
15983 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15985         * subr.el (atomic-change-group): Add edebug and indentation spec.
15987 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15989         * completion.el (save-completions-file-name): Fix typo in last change.
15991 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15993         * info.el: Move back/forward history to the beginning of the tool bar.
15995 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
15997         * allout.el (eval-when-compile): Remove unnecessary load of cl.
15998         Add fset of allout-real-isearch-abort during compile to fix
15999         byte-compilation warnings.
16000         (allout-mode-p): Move definition of this macro above all uses, or
16001         byte compilation in barren Emacs (eg, during Emacs build) will
16002         lack the definition.
16003         (allout-mode): Move this variable above any uses, or byte
16004         compilation will fail.
16005         (allout-resolve-xref): Remove use of personal file-reference function.
16006         (allout-toggle-current-subtree-encryption): Do the current (ie,
16007         visible containing) topic, rather than nearest around point.  Doc fix.
16008         (allout-toggle-subtree-encryption): New function, workhorse that
16009         works on nearest topic containing point.
16010         (allout-encrypt-string): Signal requirement for newer version of pgg.
16011         (allout-resumptions): Doc fix.
16013 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
16015         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16017 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
16019         * textmodes/flyspell.el (flyspell-external-point-words):
16020         Consider a misspelling as found in the string search if: (a) misspelling
16021         and found string lengths match, or (b) misspelling is found as
16022         element in a boundary-chars separated longer string, or (c)
16023         ispell-program-name is really ispell and misspelling is found as
16024         part of a TeX string.  After successful match move beginning of
16025         search region to end of match.  Warn about not found misspellings
16026         once the process is done.
16027         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16029 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
16031         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16032         tool bar (removed inadvertently).
16034 2005-12-02  Juri Linkov  <juri@jurta.org>
16036         * log-view.el (log-view-diff): Clarify doc string.
16038 2005-12-01  Bill Wohler  <wohler@newt.com>
16040         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16041         triggers lm-verify errors.
16043 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
16045         * simple.el (transient-mark-mode, line-number-mode)
16046         (column-number-mode, size-indication-mode): Remove `:require nil'.
16048 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
16050         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16051         in the margin also.
16052         (gdb-breakpoints-mode-map): Use D instead of d for
16053         gdb-delete-breakpoint.
16054         (gdb-get-frame-number): Require a number to match on.
16055         (gdb-threads-mode-map): Add follow-link binding.
16057 2005-11-30  Jason Rumney  <jasonr@gnu.org>
16059         * isearch.el (isearch-mode-map): Avoid exiting search on
16060         language-change event.
16062 2005-11-30  Romain Francoise  <romain@orebokech.com>
16064         * speedbar.el (speedbar-default-position): New defcustom.
16065         (speedbar-frame-reposition-smartly): Use it.
16067         * dframe.el (dframe-reposition-frame-emacs): Fix position
16068         computation for `left' location.
16069         Update copyright year.
16071 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16073         * help.el (help-map): Move initialization into declaration.
16075         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16077         * help-fns.el (help-argument-name): Don't autoload.
16078         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16079         to be re-loaded when customizing the `help' group.
16081 2005-11-30  John Paul Wallington  <jpw@gnu.org>
16083         * help-fns.el (describe-function-1): Fill arglist output.
16085 2005-11-30  Kim F. Storm  <storm@cua.dk>
16087         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16088         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16089         after revert-buffer (or anything else which kills all local variables).
16091         * apropos.el (apropos-parse-pattern): Doc fix.
16092         Set apropos-regexp directly, rather than expecting callers to do so.
16093         (apropos-command, apropos, apropos-value, apropos-documentation):
16094         Simplify calls to apropos-parse-pattern.
16096 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16098         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16099         (hi-lock-face-phrase-buffer): Use hi-yellow face.
16100         (hi-lock-write-interactive-patterns): Use comment-region.
16102         * longlines.el (longlines-mode): Add mail-setup-hook.
16104         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16106         * simple.el (sendmail-user-agent-compose, next-line):
16107         Conditionally use hard-newline.
16109 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16111         * international/latexenc.el (latex-inputenc-coding-alist):
16112         Reword doc string.
16114 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16116         * help.el (describe-key-briefly, describe-key): Recognize default
16117         bindings.
16119 2005-11-29  Romain Francoise  <romain@orebokech.com>
16121         * view.el (view-inhibit-help-message): New defcustom.
16122         (view-mode-enter): Use it.
16124 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
16126         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16127         Preserve user position.
16129 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
16131         * font-lock.el: Throw error if facemenu is not loaded to prevent
16132         accidental change of loading order in loadup.el.  (Suggested by RMS.)
16134         * loadup.el: Add comment explaining why facemenu must be loaded
16135         before font-lock.
16137 2005-11-28  Jay Belanger  <belanger@truman.edu>
16139         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16140         (calc-dispatch-map): Add more keys for `calc-same-interface'.
16142         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16144         * calc/calc-embed.el (calc-do-embedded): Update help message.
16146         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16148 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16150         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16152         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16153         called-interactively-p.
16154         (elp-profilable-p): Rename from elp-not-profilable-p.
16155         Invert result and take into account macros and autoloaded functions.
16156         (elp-instrument-function): Update call.
16157         (elp-instrument-package): Update call.  Add completion.
16158         (elp-pack-number): Use match-string.
16159         (elp-results-jump-to-definition-by-mouse): Merge into
16160         elp-results-jump-to-definition and then remove.
16161         (elp-output-insert-symname): Make help echo text single-line.
16163         * replace.el (query-replace-map): Move initialization into declaration.
16164         (occur-engine): Use with-current-buffer.
16165         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16166         (occur-mode-mouse-goto): Replace with an alias.
16168 2005-11-28  Juri Linkov  <juri@jurta.org>
16170         * simple.el (quoted-insert): Let-bind input-method-function to nil.
16172         * term/w32-win.el: Bind [S-tab] to [backtab].
16174         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16175         `Info-find-file' to t.
16177         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16178         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16179         and same-window-regexps.
16180         (occur-next-error): Don't move point for arg 0.
16182 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
16184         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16186 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16188         * log-edit.el (log-edit-changelog-use-first): New var.
16189         (log-edit-changelog-ours-p): Use it.
16190         (log-edit-insert-changelog): Set it with new arg `use-first'.
16191         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16192         (log-edit-hook): Add them to the list of suggested options.
16194         * textmodes/flyspell.el (flyspell-last-buffer): New var.
16195         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16196         redundant work.
16197         (flyspell-mode-on): Use add-hook for after-change-functions.
16198         (flyspell-mode-off): Use remove-hook for after-change-functions.
16199         (flyspell-changes): Make it buffer-local.
16200         (flyspell-after-change-function): Make it non-interactive.  Use push.
16201         (flyspell-post-command-hook): Check input-pending-p while processing
16202         the potentially long list of buffer changes.
16204 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16206         * buff-menu.el (list-buffers-noselect): Display the selected
16207         frame's buffer list, not the global one.
16209 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16211         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16212         that (list last-input-event) works as in interactive spec.
16214 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16216         * loadup.el ("facemenu"): Load facemenu before font-lock, because
16217         `facemenu-keymap' needs to be defined when font-lock is loaded.
16218         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16220 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16222         * completion.el: Remove useless leading * in defcustom docstrings.
16223         (save-completions-file-name): Use ~/.emacs.d if available.
16224         (completion-standard-syntax-table): Rename from
16225         cmpl-standard-syntax-table and fold initialization into declaration,
16226         thus removing cmpl-make-standard-completion-syntax-table.
16227         (completion-lisp-syntax-table, completion-c-syntax-table)
16228         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16229         (cmpl-saved-syntax, cmpl-saved-point): Remove.
16230         (symbol-under-point, symbol-before-point)
16231         (symbol-under-or-before-point, symbol-before-point-for-complete)
16232         (add-completions-from-c-buffer): Use with-syntax-table.
16233         (make-completion): Don't return a list of completion entries.
16234         Update callers.
16235         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16236         (completion-initialize): Rename from initialize-completions.
16237         (completion-find-file-hook): Rename from cmpl-find-file-hook.
16238         (kill-emacs-save-completions): Collect stats here.
16239         (save-completions-to-file, load-completions-from-file):
16240         Use with-current-buffer.
16241         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
16242         into a function.  Move all calls to toplevel.
16243         (completion-lisp-mode-hook): New fun.
16244         (completion-c-mode-hook, completion-setup-fortran-mode):
16245         Set the syntax-table here.  Use local-set-key.
16246         (completion-saved-bindings): New var.
16247         (dynamic-completion-mode): Make it into a proper minor mode.
16248         (load-completions-from-file): Remove unused var `num-uses'.
16250         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16251         constructor if it is explicitly overridden.
16253         * complete.el (PC-completion-as-file-name-predicate):
16254         Use minibuffer-completing-file-name.
16255         (partial-completion-mode): Use find-file-not-found-functions.
16256         (PC-lisp-complete-symbol): Use with-syntax-table.
16257         (PC-look-for-include-file): Remove dead setq.
16258         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16259         (PC-complete): Use with-current-buffer.
16261         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16262         escape single quotes.
16264 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16266         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16267         of `if' whose condition always returned nil.  Doc fix.
16269         * buff-menu.el (Buffer-menu-revert-function): Make the selected
16270         window's buffer the current buffer around the call to
16271         `list-buffers-noselect'.  This is necessary to mark that buffer
16272         with a `.' in the Buffer Menu when called from Lisp, for instance
16273         by Auto Revert Mode.
16275 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16277         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16278         attaching to it.
16279         (gdb-pre-prompt): Make sure gdb-error is reset.
16281         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16282         with a child process, detect it.
16283         (gud-speedbar-buttons): Match regexp more carefully.
16285 2005-11-27  Richard M. Stallman  <rms@gnu.org>
16287         * mouse.el (mouse-drag-move-window-bottom):
16288         Use adjust-window-trailing-edge.
16290 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16292         * simple.el (blink-matching-open): Ignore
16293         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16294         (blink-matching-paren-on-screen): Update docstring.
16296         * paren.el (show-paren-mode): No longer change
16297         `blink-matching-paren-on-screen'.
16299 2005-11-27  John Paul Wallington  <jpw@pobox.com>
16301         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16302         (gdb-threads-select, gdb-edit-register-value):
16303         Use `posn-set-point' instead of `mouse-set-point' because the
16304         latter is not fbound when configured without X.
16306 2005-11-27  Kim F. Storm  <storm@cua.dk>
16308         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16309         existing face when partially highlighting a TAB in a rectangle.
16311 2005-11-26  Kim F. Storm  <storm@cua.dk>
16313         * ido.el (ido-mode-map): Doc fix.
16314         (ido-mode-common-map, ido-mode-file-map)
16315         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16316         (ido-define-mode-map): Rewrite.  Select one of the new maps as
16317         parent for ido-mode-map instead of building from scratch.
16318         (ido-init-mode-maps): New defun to initialize new maps.
16319         (ido-mode): Call it.
16320         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16321         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16323 2005-11-26  John Paul Wallington  <jpw@pobox.com>
16325         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16326         `mouse-set-point' because the latter is not fbound when configured
16327         without X.
16329 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
16331         * files.el (file-relative-name): Doc fix.
16333 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16335         * progmodes/octave-inf.el (inferior-octave-startup): Force a
16336         non-empty string for secondary prompt PS2.
16338 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16340         * progmodes/compile.el (compilation-setup): Fix last change.
16342 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
16344         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16345         (gdb-mouse-toggle-breakpoint-margin)
16346         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16347         Add gdb-server-prefix to keep out of command history.
16348         (gdb-edit-register-value): New function.
16349         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16350         (gdb-info-registers-custom): Use above map.
16352 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16354         * custom.el (enable-theme): Signal error if argument is not a
16355         theme.  Don't recalculate a face if it's not loaded yet.
16357         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16358         the `user' theme is in effect.
16360         * info.el (Info-on-current-buffer): Record actual filename in
16361         Info-current-file, instead of t, or a fake filename if a non-file
16362         buffer.  Make autoload.
16363         (Info-find-node, Info-revert-find-node): No need to check for
16364         Info-current-file nil.
16365         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16366         Info-current-file is now never `t'.
16367         (Info-fontify-node): Many simplifications due to Info-current-file
16368         always being valid.  Use Info-find-file to find node filename.
16370 2005-11-25  David Kastrup  <dak@gnu.org>
16372         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16373         new character, then delete" in order to preserve markers.
16375 2005-11-25  David Ponce  <david@dponce.com>
16377         * recentf.el (recentf-arrange-by-rule): Handle a special
16378         `auto-mode-alist'-like "strip suffix" rule.
16379         (recentf-build-mode-rules): Handle second level auto-mode entries.
16381 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16383         * viper-keym.el (viper-ESC-key): Use different values in terminal and
16384         window modes.
16386         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16387         jde-javadoc-checker-report-mode.
16389         * ediff-wind (ediff-make-wide-display): Slight simplification.
16391         * ediff.el (ediff-date): Change the date of last update.
16393 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
16395         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16396         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
16397         (hi-lock-mode): New global minor mode.
16398         (turn-on-hi-lock-if-enabled): New function.
16399         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16400         Change arguments to regexp and face instead of a font-lock pattern.
16401         Directly set face property, instead of refontifying.
16402         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16403         (hi-lock-find-patterns): Use line-number-at-pos.
16405         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
16406         arguments for hi-lock-set-pattern.
16407         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16408         Call font-lock-fontify-buffer.
16409         (hi-lock-find-file-hook, hi-lock-current-line)
16410         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16412         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16413         turned off.
16415         * progmodes/compile.el (compilation-setup): Don't fiddle with
16416         font-lock-defaults.
16418 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
16420         * progmodes/gdb-ui.el (gdb-var-create-handler)
16421         (gdb-var-list-children-handler): Find values for all variable
16422         objects.  gud-speedbar-buttons decides whether to display them.
16424 2005-11-24  Romain Francoise  <romain@orebokech.com>
16426         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16427         buffer name with a space.
16429 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
16431         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16432         `org-export-local-list-max-depth'.  Change default value to 3.
16433         (org-auto-renumber-ordered-lists)
16434         (org-plain-list-ordered-item-terminator): New options.
16435         (org-at-item-p, org-beginning-of-item, org-end-of-item)
16436         (org-get-indentation, org-get-string-indentation)
16437         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16438         New functions.
16439         (org-move-item-down, org-move-item-up): New commands.
16440         (org-export-as-html): New classes for CSS support.  Bug fix in
16441         regular expression detecting fixed-width regions.  Respect
16442         `org-local-list-ordered-item-terminator'.
16443         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16444         also a list item.
16445         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16446         New item moving functions.
16448 2005-11-24  Juri Linkov  <juri@jurta.org>
16450         * isearch.el (isearch-repeat): With empty search ring set
16451         `isearch-error' to the error string instead of signaling error
16452         with the function `error'.
16454 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16456         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16458 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
16460         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16461         and variable.
16462         (gdb-var-create-handler, gdb-var-list-children-handler):
16463         Don't match on "char **...".
16464         (gdb-var-update-handler): Find values for all variable objects.
16465         (gdb-info-frames-custom): Identify frames by leading "#".
16467         * progmodes/gud.el (gud-speedbar-menu-items): Add
16468         gdb-speedbar-auto-raise as radio button.
16469         (gud-speedbar-buttons): Raise speedbar if requested.
16470         Don't match on "char **...".
16471         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16472         Make it editable.
16474 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
16476         * info.el (Info-fontify-node): Handle the case where
16477         Info-current-file is t.
16479 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16481         * simple.el (blink-matching-open): Fix off-by-one in last change.
16483 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16485         * term/mac-win.el: Don't change default directory.
16487 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
16489         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16490         buffers correctly.  (It used to throw an error in such buffers.)
16491         Make it ask for confirmation in group buffers and other Custom
16492         buffers containing more than one customization item.
16494 2005-11-22  John Paul Wallington  <jpw@gnu.org>
16496         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16497         property on mail and url overlays.
16498         (goto-address-at-point): Use `posn-set-point' instead of
16499         `mouse-set-point' because the latter is not fbound when configured
16500         without X.
16502 2005-11-22  Lars Hansen  <larsh@soem.dk>
16504         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16505         (ls-lisp-classify, ls-lisp-format): Delete call to
16506         ls-lisp-parse-symlink.
16507         (ls-lisp-handle-switches): Handle symlinks to directories as
16508         directories when ls-lisp-dirs-first in non-nil.
16510 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
16512         * startup.el (command-line): Make sure that loaddefs.el is handled
16513         correctly in load-history.
16515 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
16517         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
16518         (gdb-struct-string, gdb-array-string): New constants.
16519         (gdb-info-locals-handler): Use them.
16520         (gdb-reset): Reset gdb-var-list to nil.
16522 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16524         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
16525         in patterns.
16527 2005-11-21  Juri Linkov  <juri@jurta.org>
16529         * custom.el (defcustom): Update link types in docstring.
16531 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
16533         * custom.el (defgroup): Add doc-string-elt info.
16535         * widget.el (define-widget): Don't use declare for the doc-string-elt.
16537 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16539         * newcomment.el (comment-enter-backward): Fix last fix.
16541         * simple.el (blink-matching-open):
16542         * paren.el (show-paren-function): Allow new paren-class info.
16544 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
16546         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
16547         handled automagically.
16549 2005-11-20  Andreas Schwab  <schwab@suse.de>
16551         * descr-text.el (describe-char): When copying overlays put them
16552         over the full char description instead of just the first character
16553         of it.
16555 2005-11-20  Juri Linkov  <juri@jurta.org>
16557         * simple.el (what-cursor-position):
16558         * descr-text.el (describe-char): Use Lisp-readable syntax
16559         for octal and hex.  Reorder decimal, octal and hex values.
16560         Remove excess whitespace in the output.  Use `=' in `column='
16561         like in `point=' and `Hscroll='.
16563         * international/mule-cmds.el (encoded-string-description):
16564         Use Lisp-readable syntax for hex.
16566 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16568         * newcomment.el (comment-enter-backward): Handle the case where the
16569         comment is closed by EOB.
16571 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16573         * longlines.el (longlines-before-revert-hook)
16574         (longlines-after-revert-hook): New functions.
16575         (longlines-mode): Turn off longlines temporarily when reverting.
16576         Add a message-setup-hook.
16577         (longlines-decode-buffer): New function.
16578         (longlines-wrap-line): Preserve marker positions.
16580 2005-11-19  Andreas Schwab  <schwab@suse.de>
16582         * emacs-lisp/shadow.el: Handle compressed files.
16584 2005-11-19  Romain Francoise  <romain@orebokech.com>
16586         * net/browse-url.el (browse-url-default-browser): Signal an error
16587         if no usable browser can be found, rather than try to load w3.
16589 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
16591         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
16592         replacing existing properties.
16593         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16594         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
16595         tty specs.
16596         (rcirc-server-prefix, rcirc-server): New faces.
16597         (rcirc-url-regexp): Generate with rx macro.
16598         (rcirc-last-server-message-time): New variable.
16599         (rcirc-filter): Record time of last message.
16600         (rcirc-keepalive): Kill processes that did not send a message
16601         since the last ping.
16602         (rcirc-mode): Give rcirc-topic a local binding here.
16604 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16606         * subr.el (read-passwd): Fontify the prompt as we do with other
16607         prompts.
16609 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
16611         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
16612         binding buffer-read-only to nil.
16614 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16616         * complete.el (partial-completion-mode):
16617         Mention completion-auto-help in the doc string.
16619         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
16620         more Lisp-ish way.
16622 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16624         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
16625         digits, not 8, to avoid misalignment for files larger than 100MB.
16627 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16629         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
16630         Mention "keyboard shortcuts" in the help text.
16632 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16634         * startup.el (fancy-splash-default-action): Discard only
16635         mouse-down and succeeding mouse-up events in the splash screen
16636         window so that drag-n-drop event can be processed.
16638 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
16640         * longlines.el (longlines-mode): Add hacks for mail-mode and
16641         message-mode.
16643 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
16645         * textmodes/org.el (org-table-sort-lines): New command.
16646         (org-tbl-menu): Add entry for `org-table-sort-lines'.
16647         (org-add-file): Command removed, use `org-agenda-file-to-front'
16648         instead.
16649         (org-export-icalendar): Use `org-icalendar-combined-name'.
16650         (org-cycle-agenda-files, org-agenda-file-to-end)
16651         (org-agenda-file-to-front): New commands.
16652         (org-table-tab-jumps-over-hlines, org-export-html-style):
16653         New options.
16654         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
16655         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
16656         New functions.
16657         (org-fill-paragraph): Call `org-table-align' in tables.
16658         (org-mode): Call `org-set-autofill-regexps'.
16659         (org-export-as-html): Support for local handformatted lists.
16660         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
16661         (org-export-local-list-max-depth): New option.
16662         (org-html-expand): Use `org-html-protect'.
16664 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
16666         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
16667         to "p".
16668         (gdb): Move definition of gud-pp to...
16670         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
16671         speedbar.
16672         (gdb-find-watch-expression): New function.
16674 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16676         * faces.el (face-attribute, set-face-attribute): Mention existence
16677         of `:ignore-defface' setting in docstring.
16679 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16681         * simple.el (completion-setup-function): Fix last change.
16683 2005-11-17  John Paul Wallington  <jpw@pobox.com>
16685         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
16686         Use `posn-set-point' instead of `mouse-set-point' because the
16687         latter is not fbound when configured without X.
16689         * comint.el (comint-insert-input): Likewise.
16691 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16693         * simple.el (hard-newline): New variable.
16694         (sendmail-user-agent-compose, next-line): Use it.
16696         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
16697         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
16698         (mail-mail-reply-to, mail-mail-followup-to)
16699         (mail-position-on-field, mail-signature, mail-yank-original)
16700         (mail-attach-file): Likewise.
16702         * mail/mailheader.el (mail-header-format)
16703         (mail-header-format-function): Likewise.
16705         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
16707 2005-11-17  Juri Linkov  <juri@jurta.org>
16709         * font-lock.el (font-lock-faces): Rename this defgroup from
16710         `font-lock-highlighting-faces'.
16711         (font-lock-comment-face, font-lock-comment-delimiter-face)
16712         (font-lock-string-face, font-lock-doc-face)
16713         (font-lock-keyword-face, font-lock-builtin-face)
16714         (font-lock-function-name-face, font-lock-variable-name-face)
16715         (font-lock-type-face, font-lock-constant-face)
16716         (font-lock-warning-face, font-lock-negation-char-face)
16717         (font-lock-preprocessor-face)
16718         (font-lock-regexp-grouping-backslash)
16719         (font-lock-regexp-grouping-construct): Rename :group from
16720         `font-lock-highlighting-faces' to `font-lock-faces'.
16722         * cus-edit.el (lisp, c, tex):
16723         * progmodes/ada-mode.el (ada):
16724         * progmodes/asm-mode.el (asm):
16725         * progmodes/cperl-mode.el (cperl-faces):
16726         * progmodes/cpp.el (cpp):
16727         * progmodes/dcl-mode.el (dcl):
16728         * progmodes/f90.el (f90):
16729         * progmodes/fortran.el (fortran):
16730         * progmodes/icon.el (icon):
16731         * progmodes/idlwave.el (idlwave-misc):
16732         * progmodes/m4-mode.el (m4):
16733         * progmodes/make-mode.el (makefile):
16734         * progmodes/meta-mode.el (meta-font):
16735         * progmodes/modula2.el (modula2):
16736         * progmodes/octave-mod.el (octave):
16737         * progmodes/pascal.el (pascal):
16738         * progmodes/perl-mode.el (perl):
16739         * progmodes/prolog.el (prolog):
16740         * progmodes/ps-mode.el (PostScript-edit):
16741         * progmodes/scheme.el (scheme):
16742         * progmodes/sh-script.el (sh-script):
16743         * progmodes/simula.el (simula):
16744         * progmodes/tcl.el (tcl):
16745         * textmodes/nroff-mode.el (nroff):
16746         * textmodes/reftex-vars.el (reftex-fontification-configurations):
16747         * textmodes/sgml-mode.el (sgml):
16748         * textmodes/texinfo.el (texinfo):
16749         Add :link (custom-group-link font-lock-faces) to defgroup.
16751         * hi-lock.el (hi-lock): Rename this defgroup from
16752         `hi-lock-interactive-text-highlighting'.  Change parent group from
16753         `faces' to `font-lock'.  Add link to the manual.
16754         (hi-lock-mode, hi-lock-file-patterns-range)
16755         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
16756         `hi-lock-interactive-text-highlighting' to `hi-lock'.
16757         (hi-lock-faces): Add :group `faces'.
16759         * cus-edit.el (custom-variable-prompt): Clarify the code.
16761         * faces.el (face-read-string): Set the default value arg of
16762         completing-read.
16764 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
16766         * rfn-eshadow.el (file-name-shadow-properties)
16767         (file-name-shadow-tty-properties, file-name-shadow-mode):
16768         Remove autoloads, because the file is now preloaded.
16770 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16772         * printing.el (easy-menu-intern): Don't define.
16773         (pr-get-symbol): Use easy-menu-intern only if defined.
16775         * simple.el (blink-matching-open): Simplify a bit.
16776         (completion-setup-function): Fix the case of partial-completion-mode
16777         when the minibuffer's contents start with "-".
16778         Obey completion-base-size-function even when
16779         minibuffer-completing-file-name is non-nil.
16781 2005-11-16  Richard M. Stallman  <rms@gnu.org>
16783         * net/eudcb-ph.el (eudc-ph-open-session):
16784         Use set-process-query-on-exit-flag.
16786         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
16788         * international/ucs-tables.el (ucs-set-table-for-input):
16789         Use make-local-variable, not make-variable-buffer-local.
16791         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16792         Improve warning message text.
16794         * savehist.el (savehist-save-hook): Add :group.
16796         * menu-bar.el (menu-bar-help-menu):
16797         Rename Find Extra Packages to External Packages.
16799         * cus-edit.el (Custom-reset-standard): Verify that
16800         :custom-standard-value prop exists before calling it.
16802         * apropos.el (apropos-calc-scores): Use apropos-pattern.
16804 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
16806         * wid-edit.el (color): Enclose %t in %{...%}.
16808         * cus-edit.el (face): Enclose %t in %{...%}.
16810 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
16812         * savehist.el (savehist-mode-hook): Re-add the var.
16813         (savehist-mode): Use it.
16815 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16817         * textmodes/flyspell.el: Fix commenting convention.
16818         Remove unnecessary leading * in custom docstrings.
16819         (flyspell-emacs): Remove unused var.
16820         (flyspell-delete-region-overlays): Use remove-overlays.
16821         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16822         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16823         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16824         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16825         (make-flyspell-overlay): Don't locally reuse a global name.
16826         (flyspell-highlight-incorrect-region)
16827         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16828         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16829         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16830         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16831         Wrap calls to accept-process-output inside with-local-quit since it's
16832         often called from a post-command-hook.
16833         (flyspell-correct-word, flyspell-auto-correct-word):
16834         Use ispell-send-string.
16835         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16837         * calendar/diary-lib.el (diary-list-entries): Also hide the
16838         terminating newline.
16840 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16842         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16843         window-system, to allow fonts on tty.
16845 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16847         * progmodes/gud.el (gud-speedbar-item-info): New function.
16848         (gud-install-speedbar-variables): Use it to display data type
16849         of watch expression as a tooltip in speedbar.
16851 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16853         * font-core.el (global-font-lock-mode): Add :version keyword,
16854         because default was changed.
16856         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16858         * startup.el (command-line): Use `custom-reevaluate-setting' for
16859         `file-name-shadow-mode'.
16861         * loadup.el: Preload rfn-eshadow.
16863         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16864         Add :version keyword.
16865         (file-name-shadow-properties, file-name-shadow-tty-properties)
16866         (file-name-shadow): Add :version keyword.
16868         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16869         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16870         in the custom-group property of the symbol frames and the fringe
16871         group got no link to its parent group frames.
16872         Doc fix.
16874 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16876         * progmodes/gud.el (gud-stop-subjob): New function.
16877         (gud-menu-map, gud-tool-bar-map): Use it.
16879 2005-11-16  Kim F. Storm  <storm@cua.dk>
16881         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16882         than kill it.
16883         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
16884         to a more useful/logical place.
16886 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16888         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
16889         go buttons complementary.
16891 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16893         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
16894         (rfn-eshadow-sifn-equal): New function.
16895         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
16897 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16899         * viper-utils.el (viper-non-word-characters-reformed-vi):
16900         Quote `-' in string.
16902         * viper.el (viper-emacs-state-mode-list): Ensure that
16903         rcirc-mode buffers come up in Emacs state.
16905         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
16906         operation.
16908 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
16910         * term.el (term-termcap-format): Fix typos.
16911         (term-down): Fix the negative argument case.
16913 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16915         * progmodes/gdb-ui.el: Remove face-alias left over from change on
16916         2005-08-15.
16917         (gdb-ann3): New command gud-go.
16918         (menu): Accomodate gdb-mi.el.
16919         (gdb-assembler-custom): Make buffer of selected window current
16920         so that set-window-point works.
16922         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
16923         buttons and include new ones.
16925 2005-11-16  Kim F. Storm  <storm@cua.dk>
16927         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
16928         (gud-menu-map): Use it.
16930 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
16932         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
16933         that works correctly for Custom and that does not override a user
16934         who disables it.
16936         * help-mode.el (help-make-xrefs, help-xref-on-pp)
16937         (help-xref-interned, help-follow): Make hyperlinks for variables
16938         that are unbound, but have a non-nil variable-documentation property.
16940         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
16941         mode hook.  (It conflicted with defcustoms for some mode hooks.)
16942         Use the `variable-documentation' property to give the mode hook a
16943         docstring and expand that docstring.
16945 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
16947         * savehist.el (savehist-mode): Don't bother with
16948         `custom-set-minor-mode'.
16949         (savehist-coding-system): Check XEmacs version.
16950         (history-length): Declare also at run time.
16951         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
16952         Don't set the customize state.
16953         (savehist-minibuffer-hook): Special case for when
16954         minibuffer-history-variable is equal to t.
16956 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16958         * files.el (write-file): Refresh VC status.
16960         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
16961         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
16962         than fundamental-mode to see if the mode was set.
16964 2005-11-14  Romain Francoise  <romain@orebokech.com>
16966         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
16967         dummy function in `eval-when-compile' to avoid compiler warning.
16968         Require `man' at compile time.
16970 2005-11-14  Jay Belanger  <belanger@truman.edu>
16972         * calc-alg.el (calcFunc-write-out-power): Rename it to
16973         calcFunc-powerexpand.
16974         (math-write-out-power): Rename it to math-powerexpand; have it
16975         handle negative exponents.
16976         (calc-writeoutpower): Rename it to calc-powerexpand.
16978         * calc-ext.el: Change calcFunc-writeoutpower and
16979         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
16980         autoloads.
16981         Add calcFunc-ldiv to autoloads.
16983         * calc-arith.el (calcFunc-ldiv): New function.
16985         * calc.el (calc-left-divide): New function.
16987 2005-11-14  Juri Linkov  <juri@jurta.org>
16989         * cus-edit.el (custom-variable-prompt): Set the default value arg
16990         of completing-read.
16992         * cus-dep.el (custom-make-dependencies): Reverse the list of
16993         found dependencies.
16995 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
16997         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
16998         Highlighting" entry, it is on by default now.
16999         (menu-bar-options-save): Do not save global-font-lock-mode.
17001 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17003         * textmodes/flyspell.el (flyspell-large-region):
17004         Call flyspell-accept-buffer-local-defs.
17006 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
17008         * textmodes/flyspell.el (flyspell-notify-misspell):
17009         Fix misspelling of "Misspelling".
17010         (flyspell-process-localwords): New function.
17011         (flyspell-large-region): Call flyspell-process-localwords and
17012         flyspell-delete-region-overlays.
17013         (flyspell-delete-region-overlays): New function.
17014         (flyspell-delete-all-overlays): Call that.
17016 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17018         * help.el (help-for-help-internal): Improve doc of C-h a.
17019         (describe-key): Improve prompt; doc fix.
17021 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17023         * vc-svn.el (vc-svn-registered): Catch all errors.
17025         * cus-dep.el (custom-make-dependencies): Typo.
17027 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
17029         * net/tramp-util.el (top): Fix compilation warning.
17031 2005-11-13  Kim F. Storm  <storm@cua.dk>
17033         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
17035 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17037         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17038         (gud-speedbar-buttons): Match on "const char *" too.
17040         * progmodes/gdb-ui.el (gdb-var-create-handler)
17041         (gdb-var-list-children-handler): Match on "const char *" too.
17042         (gdb-var-evaluate-expression-handler): Match on empty string.
17043         (gdb-var-update-handler): Only call
17044         gdb-var-evaluate-expression-handler when required.
17046 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17048         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17049         selected window.  This still doesn't work for speedbar.
17050         (gud-speedbar-buttons): Handle string expressions properly.
17052         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17053         (gdb-var-create-handler): Handle string expressions properly.
17054         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17055         Handle string expressions properly.  Move "type" field into regexp.
17057 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17059         * bookmark.el (bookmark-maybe-message): New function to reduce
17060         code duplication: invokes `message' iff baud-rate is high enough.
17061         (bookmark-write-file): Use above instead of an inline conditional.
17062         (bookmark-load): Same.
17064 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17066         * bookmark.el (bookmark-write-file): Don't visit the destination
17067         file, just write the data to it using write-region.  This is
17068         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17069         change to avoid visiting the file in the first place.
17071 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
17073         * hi-lock.el (hi-lock-mode): Set the default value of
17074         font-lock-defaults.
17076 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
17078         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17079         arg to `file-attributes'.
17080         (find-lisp-format): The UID and GID can now be strings.
17082 2005-11-12  Kim F. Storm  <storm@cua.dk>
17084         * help.el (help-map): Bind C-h d to apropos-documentation.
17086         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17087         when point is at end-of-buffer.
17089         * apropos.el (apropos-match-face): Doc fix.
17090         (apropos-sort-by-scores): Add new choice `verbose'.
17091         (apropos-documentation-sort-by-scores): New defcustom.
17092         (apropos-pattern): Now contains the pattern entered by the user.
17093         (apropos-pattern-quoted): New defvar.
17094         (apropos-regexp): New defvar, containing the regexp corresponding
17095         to apropos-pattern.
17096         (apropos-all-words-regexp): Rename from apropos-all-regexp.
17097         (apropos-read-pattern): New defun.  Use it to read pattern arg in
17098         interactive calls; returns list of words for a word list, and
17099         string for a regexp.
17100         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
17101         parses a list of words or regexp as returned by apropos-read-pattern.
17102         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17103         (apropos-score-doc): Return a very high score if the string
17104         entered by the user matches literally.
17105         (apropos-variable): Doc fix.  Use apropos-read-pattern.
17106         (apropos-command): Doc fix.  Use apropos-read-pattern and
17107         apropos-parse-pattern.  Call apropos-print with nosubst=t.
17108         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
17109         apropos-parse-pattern.
17110         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
17111         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
17112         apropos-documentation-sort-by-scores.  Call apropos-print with
17113         nosubst=t.
17114         (apropos-documentation-internal): Pass doc string through
17115         substitute-key-definition before adding text properties.
17116         Highlight substring matching literal user input if possible.
17117         (apropos-documentation-check-doc-file): Remove locals beg and end.
17118         Fix calculation of score (as added twice).  Pass doc string through
17119         substitute-key-definition before adding text properties.
17120         (apropos-documentation-check-elc-file): Pass doc string through
17121         substitute-key-definition before adding text properties.
17122         Highlight substring matching literal user input if possible.
17123         (apropos-print): Add new arg NOSUBST; if set, command and variable
17124         doc strings have already been passed through substitute-key-definition.
17125         Add code to handle apropos-accumulator items without score element
17126         for backwards compatibility (e.g. with woman package).
17127         Only show scores if apropos-sort-by-scores is `verbose'.
17129 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17131         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17132         Add jka-compr-load-suffixes to load-suffixes.
17134         * jka-compr.el: Require jka-cmpr-hook.
17135         (jka-compr-info-compress-message, jka-compr-info-compress-program)
17136         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17137         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17138         (jka-compr-info-can-append, jka-compr-info-strip-extension)
17139         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17140         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
17141         (jka-compr-uninstall): Remove entries from
17142         jka-compr-added-to-file-coding-system-alist after they are used.
17143         (jka-compr-error): Remove unused var `curbuf'.
17144         (jka-compr-file-local-copy): Remove unused var `notfound'.
17146 2005-11-10  Romain Francoise  <romain@orebokech.com>
17148         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17150 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
17152         * progmodes/gud.el (gud-menu-map): Move parentheses.
17153         (gdb): New command gud-pv.
17155 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17157         * tar-mode.el: Remove spurious or unnecessary leading stars
17158         in docstrings.
17159         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17160         (tar-parse-octal-integer-safe): Use mapc.
17161         (tar-header-block-summarize): Remove unused var `ck'.
17162         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17163         cleared before.  Obey default-enable-multibyte-characters.
17164         Use mapconcat.  Simplify setting of tar-header-offset.
17165         (tar-mode-map): Move initialization inside delcaration.
17166         (tar-flag-deleted): Use `abs'.
17167         (tar-expunge-internal): Remove unused var `line'.
17168         (tar-expunge-internal): Don't hardcode point-min==1.
17169         (tar-expunge): Widen while doing set-buffer-multibyte.
17170         (tar-rename-entry): Use file-name-coding-system.
17171         (tar-alter-one-field): Don't hardcode point-min==1.
17172         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17173         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
17175 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17177         * add-log.el (add-log-current-defun): Handle class::method
17178         notation of c++.  Fix incorrect comment.
17180 2005-11-10  Alan Mackenzie  <acm@muc.de>
17182         * help-fns.el (describe-variable): Make C-h v work when a variable
17183         has variable documentation yet is unbound.
17185 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17187         * man.el (Man-highlight-references): Set an empty
17188         string to `Man-arguments' if it is nil.
17189         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17191 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17193         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17194         commenting conventions.
17196         * cus-dep.el (custom-make-dependencies): Simplify.
17197         Better follow the commenting conventions.
17199 2005-11-09  Richard M. Stallman  <rms@gnu.org>
17201         * apropos.el (apropos-pattern): Rename from apropos-regexp.
17202         (apropos-orig-pattern): Rename from apropos-orig-regexp.
17203         All uses changed.
17204         (apropos-rewrite-regexp): Doc fix.
17205         (apropos-variable, apropos-command, apropos, apropos-value):
17206         Change prompt; carry through the argument renaming.
17208 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
17210         * find-lisp.el: Require dired.
17211         (find-lisp-find-dired-internal): Do not call
17212         `abbreviate-file-name' on DIR.
17214 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
17216         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17218 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
17220         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17221         when using the speedbar.
17222         (gdb): New command gud-pp.
17223         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17225 2005-11-09  Juri Linkov  <juri@jurta.org>
17227         * replace.el (occur-excluded-properties): New defcustom.
17228         (occur-1, occur-engine, occur-accumulate-lines): Use it.
17230 2005-11-08  Jay Belanger  <belanger@truman.edu>
17232         * calc/calc-units.el (math-convert-units): Replace any composite
17233         unit by its definition.
17235 2005-11-08  Lars Hansen  <larsh@soem.dk>
17237         * emacs-lisp/autoload.el (update-directory-autoloads):
17238         Add obsolete function alias.
17240 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17242         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17243         comment-indent-function.
17244         (lisp-comment-indent): Replace by an alias for comment-indent-default.
17246         * reveal.el (reveal-post-command): Rework the handling of
17247         reveal-open-spots, so as to be more reliable.  There were several
17248         tricky corner cases where an open spot might be lost, or where
17249         a closed spot might end up on the list of open spots.
17250         Only reveal text that's ellipsised.
17252 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
17254         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17256 2005-11-07  John Paul Wallington  <jpw@gnu.org>
17258         * ibuffer.el (ibuffer): Search iconified frames too when
17259         getting Ibuffer buffer's window.
17261 2005-11-06  Richard M. Stallman  <rms@gnu.org>
17263         * progmodes/compile.el (compilation-internal-error-properties):
17264         save-excursion around the computation of MARKER.
17266 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
17268         * textmodes/flyspell.el (flyspell-external-point-words):
17269         flyspell-get-word returns a list, not just a string.
17271 2005-11-06  John Paul Wallington  <jpw@pobox.com>
17273         * ibuffer.el (ibuffer): Search all visible frames when getting
17274         Ibuffer buffer's window.
17276 2005-11-07  Masatake YAMATO  <jet@gyve.org>
17278         * man.el (Man-reference-regexp): Accept spaces between
17279         `Man-name-regexp' and `Man-section-regexp'.
17280         (Man-apropos-regexp): New variable.
17281         (Man-abstract-xref-man-page): Use value for `Man-target-string'
17282         if available.
17283         (Man-highlight-references, Man-highlight-references0):
17284         Handle the case when `Man-arguments' includes "-k".
17285         (Man-highlight-references0): Rename the argument `TARGET-POS' to
17286         `TARGET'. `TARGET' can be a number, function or nil.
17288 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
17290         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17291         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17292         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17293         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17294         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17295         (gdb-send-item): Use buffer-local-value and simplify.
17297 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
17299         * startup.el (command-line): Use `custom-reevaluate-setting' for
17300         `global-font-lock-mode'.
17302         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17303         by default, except in batch mode or when the -D option is given.
17305         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17306         specified keyword args on to `define-minor-mode'.  Update docstring.
17308 2005-11-05  Romain Francoise  <romain@orebokech.com>
17310         * replace.el (occur-engine): Add marker at end of line, too.
17312 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17314         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17315         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17316         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17317         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17318         argument to all these routines, so the passphrase can be managed
17319         externally and passed in to the system.
17320         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17321         pgg-add-passphrase-to-cache function.
17323         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17324         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17325         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17326         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17327         argument to all these routines, so the passphrase can be managed
17328         externally and passed in to the system.
17329         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17330         function.
17332 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
17334         * font-lock.el: Don't deal with font-lock-face-attributes here,
17335         move the code ...
17337         * startup.el (command-line): ... here.  Use face-spec-set instead
17338         of custom-declare-face.
17340         * faces.el (face-spec-set): Reset the face if spec is not nil.
17342 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17344         * newcomment.el (comment-region-internal): Box more tightly in the
17345         common case where there's no TAB in the boxed text.
17347 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17349         * info.el (info-tool-bar-map): Use images prev-node, next-node and
17350         up-node.
17352 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
17354         * newsticker.el: Commentary updated.  Code formatting changed.
17355         (newsticker-version): Change to "1.9".
17356         (newsticker, newsticker-feed): Doc fix.
17357         (newsticker-url-list): Doc fix.  Add option "Weekly".
17358         (newsticker-retrieval-interval): Add option "Weekly".
17359         (newsticker-headline-processing): Doc fix.
17360         (newsticker-auto-mark-filter): Remove.
17361         (newsticker-auto-mark-filter-list): New.
17362         (newsticker-layout, newsticker-sort-method): Doc fix.
17363         (newsticker-hide-old-items-in-newsticker-buffer)
17364         (newsticker-heading-format, newsticker-item-format)
17365         (newsticker-desc-format): Doc fix.
17366         (newsticker-show-all-rss-elements): Remove.
17367         (newsticker-show-all-news-elements): New.
17368         (newsticker-faces, newsticker-ticker): Doc fix.
17369         (remove-from-invisibility-spec): Code formatting.
17370         (newsticker--process-ids): New.
17371         (newsticker-mode): Doc fix.
17372         (newsticker-mode): Change mode-line-format.
17373         (newsticker-start): Remove debug output.
17374         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
17375         (newsticker-w3m-show-inline-images): Code formatting.
17376         (newsticker-next-item): Call `force-mode-line-update'.
17377         (newsticker-previous-item): Call `force-mode-line-update'.
17378         (newsticker-next-feed): Call `force-mode-line-update'.
17379         (newsticker-previous-feed): Call `force-mode-line-update'.
17380         (newsticker-mark-all-items-at-point-as-read): Code formatting.
17381         (newsticker-show-old-items): Do not show descs.
17382         (newsticker-hide-entry): Hide too much.
17383         (newsticker-hide-entry, newsticker-show-entry)
17384         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17385         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17386         (newsticker-toggle-auto-narrow-to-item): Code formatting.
17387         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17388         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17389         (newsticker-get-news): Call `force-mode-line-update'.
17390         Collect process ids.
17391         (newsticker--sentinel): Change coding system handling.
17392         Move image retrieval to new functions newsticker--get-logo-url-*.
17393         Move feed parsing to new functions newsticker--parse-*.
17394         Update list of process ids.
17395         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17396         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17397         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17398         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17399         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17400         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17401         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17402         (newsticker--decode-coding-string): Remove.
17403         (newsticker--decode-numeric-entities): Check input.  Format code.
17404         (newsticker--remove-whitespace): Check input.
17405         (newsticker--do-forget-preformatted): Doc fix.
17406         (newsticker--decode-rfc822-date): Allow for missing time.
17407         (newsticker--update-process-ids): New.
17408         (newsticker--image-sentinel): Change comment.
17409         (newsticker--image-read): Change error message.
17410         (newsticker--imenu-goto): Doc fix.  Show headline title.
17411         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17412         (newsticker--buffer-do-insert-text): Clean whitespace in
17413         html-rendered headline title.  Code formatting.
17414         Call `newsticker--buffer-print-extra-elements'.
17415         (newsticker--buffer-print-extra-element): Remove.
17416         (newsticker--buffer-print-extra-elements): New.
17417         (newsticker--buffer-do-print-extra-element): New.
17418         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
17419         large sizes.
17420         (newsticker--run-auto-mark-filter)
17421         (newsticker--do-run-auto-mark-filter):
17422         Use `newsticker-auto-mark-filter-list'.
17424 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
17426         * net/rcirc.el: Use split-string OMIT-NULLS argument.
17427         (rcirc-print): Force redisplay before running hooks.  Do long
17428         buffer truncation after making new text read-only.  Deal with nil
17429         text when decoding strings.  If TARGET is nil, use either the
17430         currently selected buffer, if it is an rcirc buffer and of the
17431         same process or the process buffer.
17432         (rcirc-mode): Remove header-line.  Recompute short buffer names.
17433         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17434         (rcirc-short-buffer-name): Add variable.
17435         (rcirc-kill-buffer-hook): Recompute short buffer names.
17436         Remove nick from private channel.
17437         (rcirc-send-input): Send command text to current-buffer.
17438         Don't clear overlay arrow here.
17439         (rcirc-short-buffer-name): Return a short buffer name.
17440         (rcirc-update-short-buffer-names, rcirc-abbreviate)
17441         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17442         buffer-name abbreviations.
17443         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17444         Do not touch nick-table when killing a parted channel.
17445         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17446         Clear arrow from current buffer if it is now hidden.
17447         (rcirc-current-buffer): Add variable.
17448         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17449         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17450         Remove -face from names.
17451         (rcirc-update-activity-string): Print "DND" when globally ignoring
17452         activity.
17453         (rcirc-ignore-buffer-activity-flag): Rename from
17454         rcirc-ignore-channel-activity.
17455         (rcirc-ignore-all-activity-flag): Doc fix.
17456         (rcirc-channels): Remove variable.
17457         (rcirc-kill-buffer-hook):
17458         (rcirc-get-buffer-create): Add nick to private channel.
17459         (rcirc-multiline-edit-submit): Remove tabs.
17460         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17461         folded.
17462         (rcirc-remove-nick-channel): Bug fix.
17463         (rcirc-toggle-ignore-buffer-activity): Rename from
17464         rcirc-toggle-ignore-channel-activity.
17465         (rcirc-record-activity): Add buffers to the front of the list.
17466         (rcirc-update-activity): Remove killed buffers from list.
17467         (rcirc-process-server-response-1): Remove last argument if it is
17468         null before calling handler.
17469         (rcirc): Add "rcirc" defcustom prefix.
17470         (rcirc-prompt): Simplify default prompt.
17471         Use custom-initialize-default.
17472         (rcirc-private-chats): Remove variable.
17473         (rcirc-prompt): Change initialization.
17474         (rcirc-version): Remove function.
17475         (rcirc-id-string): Add constant.
17476         (rcirc-last-buffer): Remove variable.
17477         (rcirc-buffer-alist): Add variable.
17478         (rcirc-connect): Update variable setup.
17479         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17480         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17481         default.
17482         (rcirc-handler-generic): Trigger activity.
17483         (rcirc-send-message): Create the buffor of the target.
17484         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17485         (rcirc-get-buffer): Just return nil if there is no matching buffer.
17486         (rcirc-multiline-edit-cancel): Remove function.
17487         (rcirc-set-last-buffer): Remove function.
17488         (rcirc-get-any-buffer): Add function.
17489         (rcirc-join-channels): Don't print /join text.
17490         (rcirc-toggle-ignore-channel-activity): Add and update echo area
17491         messages.
17492         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17493         (rcirc-handler-NOTICE): Recognize CTCP responses.
17494         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17495         constructing TOPIC string for buffers we are not JOINed.
17496         (rcirc-handler-CTCP-response): Add handler.
17497         (rcirc-multiline-edit-submit): Restore the window-configuration
17498         before adjusting point.
17499         (rcirc): Add customization group.
17500         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17501         (rcirc-user-full-name, rcirc-startup-channels-alist)
17502         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17503         (rcirc-ignore-all-activity-flag, rcirc-time-format)
17504         (rcirc-input-ring-size, rcirc-read-only-flag)
17505         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17506         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17507         Change defvar to defcustom.
17508         (rcirc-update-prompt): Add optional ALL arg, which will update
17509         prompts in all rcirc buffers.  Regexp quote replacement text.
17510         (rcirc-fill-column): Accept frame-width as a value.
17511         (rcirc-set-changed): Add function.
17512         (rcirc-next-active-buffer): Write more meaningful messages.
17513         (rcirc-faces): Add customization group.
17514         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
17515         (rcirc-nick-in-message-face, rcirc-prompt-face)
17516         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
17517         (with-rcirc-process-buffer): Move before first usage.
17518         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
17519         (rcirc-debug-flag): Rename from `rcirc-log-p'.
17520         (rcirc-debug): Rename from `rcirc-log'.
17521         (rcirc-format-response-string): Do not print `-' chars for a
17522         NOTICE with no sender.  Simplify output of server responses.
17524 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17526         (rcirc-browse-url-map, rcirc-browse-url-at-point)
17527         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
17528         Make urls mouse and RET clickable.
17530 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17532         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
17534 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17536         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17537         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17538         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17539         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17540         argument to all these routines, so the passphrase can be managed
17541         externally and passed in to the system.
17542         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17543         pgg-add-passphrase-to-cache function.
17545         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17546         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17547         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17548         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17549         argument to all these routines, so the passphrase can be managed
17550         externally and passed in to the system.
17551         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17552         function.
17554 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
17556         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
17557         from goto-address-url-regexp.
17559 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
17561         * textmodes/org.el (org-read-date, org-goto-calendar)
17562         (org-recenter-calendar, org-agenda-goto-calendar):
17563         Temporarily clear `calendar-move-hook'.
17565 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
17567         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
17568         merging.
17570         * ediff-util.el (ediff-previous-difference): Don't skip regions that
17571         have merge clashes.
17573 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17575         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17576         Undo previous change.
17578         * startup.el (command-line): Use `custom-reevaluate-setting' for
17579         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
17580         tty-register-default-colors on Mac.
17582 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17584         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
17585         (gdb-buffer-type): Make it automatically buffer local...
17586         (gdb-get-create-buffer): ...and set it accordingly.
17587         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
17588         actually work.
17590 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
17592         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
17593         not red.
17595 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17597         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
17598         case GUD buffer is not visible.
17599         (gdb-goto-breakpoint): Try to force display in source buffer.
17600         (gdb-frame-gdb-buffer): Copy other similar functions.
17601         (gdb-restore-windows): Don't display source if not asked for.
17602         (gdb-assembler-buffer-name): Don't capitalise.
17604 2005-11-03  Richard M. Stallman  <rms@gnu.org>
17606         * wid-edit.el (key-sequence): New widget type.
17608         * simple.el (set-mark-command-repeat-pop): New variable.
17609         (set-mark-command): Only interpret plan C-@ after a pop as a pop
17610         if set-mark-command-repeat-pop is true.
17612         * info.el (Info-fontify-node): Don't display extra "see" if there
17613         already is one here.
17615         * mouse.el: Fix special handling of DEL after dragging a region:
17616         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
17617         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
17619         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17621         * textmodes/ispell.el (ispell-command-loop): Change `i' description
17622         not to assume it pertains to an affix.
17624         * textmodes/flyspell.el (flyspell-post-command-hook):
17625         Bind deactivate-mark to prevent deactivation.
17627 2005-11-03  Lars Hansen  <larsh@soem.dk>
17629         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
17630         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
17631         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
17633 2005-11-03  Romain Francoise  <romain@orebokech.com>
17635         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
17636         Update copyright years.
17638 2005-11-03  Sam Steingold  <sds@gnu.org>
17640         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17641         Use system-type instead of window-system because window-system is not
17642         correctly defined during loadup.
17644 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
17646         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
17647         (xml-parse-tag): Join strings separated by a comment properly.
17649 2005-11-02  Andreas Schwab  <schwab@suse.de>
17651         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
17653 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17655         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
17656         (byte-optimize-pure-func): Quote the eval'd value.
17658         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
17659         Rename from perl-font-lock-syntactic-face-function.
17660         Change the calling convention so it can be used as a font-lock MATCHER.
17661         Do the parse-partial-sexp loop outselves.
17662         (perl-font-lock-syntactic-keywords): Use it.
17663         (perl-mode): Don't set font-lock-syntactic-face-function any more.
17665 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
17667         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
17668         disassembly buffer too.
17669         (gdb-exited): Remove overlay arrows when execution has finished.
17670         (gdb-info-frames-custom, gdb-info-threads-custom)
17671         (gdb-info-registers-custom): Don't add inappropriate text
17672         properties if inferior is not active.
17674 2005-11-02  Glenn Morris  <rgm@gnu.org>
17676         * progmodes/fortran.el (fortran-blink-match):
17677         Use `blink-matching-delay'.
17679 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
17681         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
17683 2005-11-02  Lars Hansen  <larsh@soem.dk>
17685         * net/tramp.el (tramp-action-out-of-band): Handle scp message
17686         "Permission denied".
17688 2005-11-01  Richard M. Stallman  <rms@gnu.org>
17690         * textmodes/flyspell.el (flyspell-external-point-words):
17691         Pass nil to flyspell-get-word.
17693 2005-11-02  Kim F. Storm  <storm@cua.dk>
17695         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
17696         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
17698 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17700         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
17701         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
17702         (calendar-mouse-print-dates): Add optional `event' argument.
17703         Update interactive-spec.
17704         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
17705         Use `calendar-event-to-date' instead of `event'.
17707 2005-11-02  Masatake YAMATO  <jet@gyve.org>
17709         * progmodes/ld-script.el (ld-script-builtins):
17710         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
17711         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
17712         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
17714 2005-11-01  Romain Francoise  <romain@orebokech.com>
17716         * vc-sccs.el: Update copyright year.
17717         * ezimage.el: Likewise.
17719 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
17721         * info.el (Info-fontify-node): Use `string-width' for fontifying
17722         underlined titles.
17724 2005-11-01  Juri Linkov  <juri@jurta.org>
17726         * info.el (Info-fontify-node): Downcase node header keywords Node,
17727         Prev, Next, Up before comparison.
17728         (Info-history): Insert absolute directory name, and put invisible
17729         property on it.
17731 2005-11-01  Juri Linkov  <juri@jurta.org>
17733         * info.el (Info-file-supports-index-cookies): New variable.
17734         (Info-find-node-2): Check makeinfo version for index cookie support.
17735         (Info-index-nodes): Search for nodes with index cookies only when
17736         Info-file-supports-index-cookies is t.  Otherwise, search nodes
17737         with "Index" in the node name.
17738         (Info-index-node): Search index cookie in the current node only when
17739         Info-file-supports-index-cookies is t.  Otherwise, check the word
17740         "Index" in the node name.
17741         (Info-find-emacs-command-nodes): Remove code that searches nodes
17742         with "Index" node name in the top menu.
17744 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17746         * progmodes/scheme.el (scheme-mode-variables): Use the default
17747         comment-indent-function.
17749         * faces.el (face-attribute): Handle the case where a face inherits from
17750         a non-existent face.
17752         * simple.el (eval-expression-print-format): Use lisp-readable syntax
17753         for octal and hexa output, and merge the char into the paren.
17754         (kill-new): Use push.
17755         (copy-to-buffer): Use with-current-buffer.
17756         (completion-setup-function): Move code in loop to remove redundancy.
17757         (minibuffer-local-must-match-map): Don't add bindings that duplicate
17758         those inherited from minibuffer-local-completion-map.
17760         * savehist.el (savehist-mode) <defcustom>:
17761         Use custom-set-minor-mode if available.
17762         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
17763         and emit a message if applicable.
17765 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
17767         * savehist.el: Sync up to version 19.
17768         (savehist-mode): New minor mode.
17769         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
17770         (savehist-length): Remove (use history-length instead).
17771         (savehist-file-modes): Rename from savehist-modes.
17772         (savehist-save-hook, savehist-loaded): New vars.
17773         (savehist-load): Use savehist-mode.  Try to smooth up transition from
17774         old format to new format.
17775         (savehist-install): Allow savehist-autosave-interval to be nil.
17776         (savehist-save): Run the new hook.  Be more careful to only trim the
17777         history variables.
17778         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
17779         (savehist-printable): Print into a buffer rather than char-by-char.
17781 2005-11-01  John Wiegley  <johnw@newartisans.com>
17783         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
17784         toggle-ignore keybinding (C-a).  The author said it had been
17785         disabled much earlier due to a possible incompatibility, but after
17786         many months of usage I have encountered no problems (and it is a
17787         rather useful option, especially for switching to " *temp*").
17789         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
17790         support for OS/X's AddressBook, by calling out to the open source
17791         program "contacts" (installable through Fink).
17793         * net/eudc.el (eudc-expand-inline): If the
17794         `eudc-multiple-match-handling-method' is set to `all', delete the
17795         query string before inserting the query result.
17797         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
17798         flag, to prevent Eshell from using the system ls when
17799         `eshell-ls-insert-directory' is in used.
17800         (eshell-ls-insert-directory): Disable font-lock in directory
17801         buffer so that Eshell's own fontification is seen.  This broke
17802         recently due to changes in font-lock, so this goes back to version
17803         21 behavior.
17805 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
17807         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
17808         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
17809         (gdb-many-windows): Doc fix.
17811 2005-10-31  Romain Francoise  <romain@orebokech.com>
17813         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
17815 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
17817         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17818         that global-font-lock-mode can be enabled by default.
17820         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17821         (font-lock-add-keywords, font-lock-remove-keywords)
17822         (font-lock-fontify-buffer): Remove autoload cookies.
17824         * jit-lock.el (jit-lock-register): Likewise.
17826         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17828 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17830         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17831         intact if there is no gud-comint-buffer.
17833 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17835         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17836         old prompt comint-prompt-read-only is t and GDB commands are
17837         issued from tool bar etc.
17839 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17841         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17843 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17845         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17846         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17848 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17850         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17851         starting at beginning of line.  Fontification is messed up when
17852         `open-paren-in-column-0-is-defun-start' set to t.
17853         Reported by John Paul Wallington <jpw@pobox.com>.
17855 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17857         * comint.el (comint-send-input): Call `comint-update-fence' when
17858         `comint-process-echoes' and `comint-prompt-read-only' are both
17859         non-nil, to avoid leftover read-only newline.
17861 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17863         * textmodes/flyspell.el (flyspell-external-point-words):
17864         Detect when WORD can't be checked properly because
17865         flyspell-get-word finds just part of it, and move on.
17867         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17868         boundarychar for Polish.
17869         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17870         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17872 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17874         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17875         (gdb-registers-font-lock-keywords): Delete.
17876         (gdb-registers-mode): Don't fontify.
17877         (gdb-info-registers-custom): Use text properties instead as, in
17878         future, changed register values will use font-lock-warning-face.
17879         (gdb-local-font-lock-keywords): Rename to...
17880         (gdb-locals-font-lock-keywords): ...for consistency.
17882 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
17884         * vc.el (vc-switch-backend): Better error message if the buffer is
17885         not visiting a file under version control.
17887         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17889 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
17891         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
17892         ~/.emacs.d/.emacs.
17894 2005-10-29  Richard M. Stallman  <rms@gnu.org>
17896         * replace.el (occur-mode-mouse-goto): Always go to other window.
17897         (occur-mode-goto-occurrence): Always switch in same window.
17899         * simple.el (undo): Display message at end, not at start.
17901         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
17902         New arg REUSE-CELL.
17903         (cancel-timer-internal): New function.
17904         (timer-event-handler): Use cancel-timer-internal,
17905         and pass the cell it returns to timer-activate...
17907         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
17908         (jit-lock-deferred-fontify, jit-lock-context-fontify)
17909         (jit-lock-after-change): Test memory-full.
17911 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17913         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17914         part of the decoded armor to find the key-identifier.
17915         (pgg-gpg-lookup-key-owner): New function to return the
17916         human-readable identifier of a key owner.
17917         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17918         key itself.
17919         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17920         the key value) if we have a key and can match it against a secret
17921         key.  Also, added a note pointing out fact that the prompt only
17922         indicates the first matching key.
17924         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17925         pgg-decrypt-region.
17926         (pgg-pending-timers): A new hash for tracking the passphrase cache
17927         timers, so that new ones supercede old ones.
17928         (pgg-add-passphrase-to-cache): Rename from
17929         `pgg-add-passphrase-cache' to reduce confusion (all callers
17930         changed).  Modified to cancel old timers when new ones are added.
17931         (pgg-remove-passphrase-from-cache): Rename from
17932         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17933         changed).  Modified to cancel old timers when their keys are
17934         removed from the cache.
17935         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17936         XEmacs, an indirection to delete-itimer.
17937         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17938         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17939         users can only check cache without risk of prompting.  Correct bug in
17940         notruncate behavior.
17941         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17942         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17943         Add informative docstrings.
17944         (pgg-decrypt): Convey provided passphrase in subordinate call to
17945         pgg-decrypt-region.
17947         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17948         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17949         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17950         `passphrase' argument, so the passphrase can be managed externally
17951         and then passed in to the system.
17953         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17954         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17955         so the passphrase cache can be used reliably with identifiers
17956         besides a pgp packet's key id.
17958         * pgg-gpg.el (pgg-pgp-encrypt-region)
17959         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17960         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17961         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17962         argument to all these routines, so the passphrase can be managed
17963         externally and passed in to the system.
17965         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17966         `notruncate' argument, so the passphrase cache can be used
17967         reliably with identifiers besides a pgp packet's key id.
17969 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
17971         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17972         symmetric encryption.
17973         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17974         encrypted session key.
17975         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17976         message ask for the passphrase in a proper way.
17978         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17979         New user commands for symmetric encryption.
17981 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
17983         * textmodes/conf-mode.el (conf-assignment-sign)
17984         (conf-assignment-regexp): Fix docstrings.
17985         (conf-mode-initialize): New function.
17986         (conf-mode): Remove optional args.  Use delay-mode-hooks to
17987         recognize recursive calls.
17988         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
17989         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
17990         (conf-xdefaults-mode): Use define-derived-mode and
17991         conf-mode-initialize.
17993 2005-10-29  Romain Francoise  <romain@orebokech.com>
17995         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
17997 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17999         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18000         part of the decoded armor to find the key-identifier.
18001         (pgg-gpg-lookup-key-owner): New function to return the
18002         human-readable identifier of a key owner.
18003         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18004         key itself.
18005         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18006         the key value) if we have a key and can match it against a secret
18007         key.  Also, added a note pointing out fact that the prompt only
18008         indicates the first matching key.
18010         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18011         pgg-decrypt-region.
18012         (pgg-pending-timers): A new hash for tracking the passphrase cache
18013         timers, so that new ones supercede old ones.
18014         (pgg-add-passphrase-to-cache): Rename from
18015         `pgg-add-passphrase-cache' to reduce confusion (all callers
18016         changed).  Modified to cancel old timers when new ones are added.
18017         (pgg-remove-passphrase-from-cache): Rename from
18018         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18019         changed).  Modified to cancel old timers when their keys are
18020         removed from the cache.
18021         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18022         XEmacs, an indirection to delete-itimer.
18023         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18024         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18025         users can only check cache without risk of prompting.  Correct bug in
18026         notruncate behavior.
18027         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18028         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18029         Add informative docstrings.
18030         (pgg-decrypt): Convey provided passphrase in subordinate call to
18031         pgg-decrypt-region.
18033 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18035         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18036         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18037         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18038         `passphrase' argument, so the passphrase can be managed externally
18039         and then passed in to the system.
18041         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18042         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18043         so the passphrase cache can be used reliably with identifiers
18044         besides a pgp packet's key id.
18046         * pgg-gpg.el (pgg-pgp-encrypt-region)
18047         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18048         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18049         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18050         argument to all these routines, so the passphrase can be managed
18051         externally and passed in to the system.
18053         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18054         `notruncate' argument, so the passphrase cache can be used
18055         reliably with identifiers besides a pgp packet's key id.
18057 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18059         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18060         symmetric encryption.
18061         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18062         encrypted session key.
18063         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18064         message ask for the passphrase in a proper way.
18066         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18067         New user commands for symmetric encryption.
18069 2005-10-28  Bill Wohler  <wohler@newt.com>
18071         * help-mode.el (help-url): New button type.  Calls browse-url.
18072         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18073         Similar to Info nodes: URL `url'.
18074         (help-make-xrefs): Create help-url buttons for
18075         help-xref-url-regexp matches.
18077 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
18079         * tool-bar.el (tool-bar-add-item-from-menu)
18080         (tool-bar-local-item-from-menu): Fix doc strings.
18082 2005-10-28  Romain Francoise  <romain@orebokech.com>
18084         * ldefs-boot.el: Update.
18086         * subr.el (locate-library): Move from help-fns.el.
18087         * help-fns.el (locate-library): Move to subr.el.
18089 2005-10-28  Richard M. Stallman  <rms@gnu.org>
18091         * net/tramp.el (tramp-completion-mode): defvar moved up.
18093         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18095         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18097         * files.el (find-file-noselect): Use %d to format large file size.
18099         * bindings.el (mode-line-format): Add %e.
18101         * loadup.el ("facemenu"): Load unconditionally.
18102         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18103         ("x-dnd"): Load, when appropriate.
18105         * startup.el (command-line): Call before-init-hook earlier.
18106         Warn about some bad characters in -u user name.
18108         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18109         (flyspell-external-point-words): Error if misspelled word is not found.
18110         Set flyspell-large-region-beg at end of word.
18112 2005-10-28  Andreas Schwab  <schwab@suse.de>
18114         * view.el (View-revert-buffer-scroll-page-forward):
18115         Use view-page-size-default.
18117 2005-10-28  Juri Linkov  <juri@jurta.org>
18119         * international/quail.el (quail-get-current-str): Translate last
18120         raw character for deterministic input methods.
18122 2005-10-27  Jay Belanger  <belanger@truman.edu>
18124         * calc/calc-ext.el: Add functions to autoloads.
18125         (math-identity-matrix-p, math-ident-row-p): New functions.
18127         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18128         multiplication by an identity matrix; don't turn multiplication by
18129         an inverse matrix into division.
18130         (math-div-symbol-fancy): Replace division by matrices with
18131         multiplication by inverse.
18133         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18135         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18136         (calc-writeoutpower): New functions.
18138 2005-10-27  Romain Francoise  <romain@orebokech.com>
18140         * replace.el (occur-engine): Include colon in mouse-face highlight.
18142         * dired-x.el: Change Maintainer field.
18144 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
18146         * longlines.el (longlines-mode): Bind after-change-functions to
18147         nil during initial decoding and final encoding.
18149 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
18151         * term.el (term-emulate-terminal, term-handle-colors-array)
18152         (term-handle-ansi-escape): Specify the terminfo capabilities
18153         implemented.
18155 2005-10-26  Richard M. Stallman  <rms@gnu.org>
18157         * info.el (Info-fontify-node): Fix detection of sentence-break
18158         before *Note.
18160 2005-10-26  Romain Francoise  <romain@orebokech.com>
18162         * smerge-mode.el: Add `tools' to file keywords.
18164 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
18166         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18167         when the fringe is not available.
18169         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18170         (def-gdb-auto-update-trigger): Simplify construction.
18171         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18172         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18173         defined explicitly.
18174         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18175         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18176         defined explicitly.
18177         (gdb-info-locals-custom): Remove as it's a no-op.
18179 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
18181         * longlines.el (longlines-mode): Remove narrowing before
18182         performing the initial decoding or final encoding.
18184 2005-10-25  Romain Francoise  <romain@orebokech.com>
18186         * emacs-lisp/find-func.el (find-library-name): Also strip
18187         extension if library name ends in .el, to take advantage of
18188         `find-library-suffixes'.
18190 2005-10-25  Richard M. Stallman  <rms@gnu.org>
18192         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18194 2005-10-25  Juri Linkov  <juri@jurta.org>
18196         * textmodes/texinfo.el (texinfo-mode): Change charset of one
18197         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18199 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18201         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18202         (blackbox-redefine-key): Add argument `map'.
18204         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18205         regions when moving the jit-lock-context-unfontify-pos boundary.
18207 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18209         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18211 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18213         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18215 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18217         * play/blackbox.el (blackbox-redefine-key): New function.
18218         (blackbox-mode-map): Use it to remap existing bindings for cursor
18219         motion instead of binding literal keys.
18221 2005-10-25  Glenn Morris  <rgm@gnu.org>
18223         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18224         diary does not end in a newline.  Do not assume a blank line at
18225         the start of the diary file.
18227 2005-10-25  Kenichi Handa  <handa@m17n.org>
18229         * international/quail.el (quail-translate-key): If the input
18230         method is deterministic and failed to handle the last key, restart
18231         the key handling loop from an appropriate key.
18233 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
18235         * vc.el (vc-dired-mode): Extend comment for binding of
18236         `directory-listing-before-filename-regexp'.
18238 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18240         * textmodes/texinfo.el (texinfo-mode):
18241         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18242         not to unnecessarily expose emacs-mule's internal char codes.
18244 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
18246         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18247         Display hand pointer and help-echo on disabled icon too.
18248         (gdb-mouse-until): New function.
18249         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18251 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
18253         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18254         with 2005-10-23 change to doctor.el.
18256         * finder.el (finder-mode-map): Add follow-link binding.
18258 2005-10-25  Kim F. Storm  <storm@cua.dk>
18260         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18261         to gdb-mouse-toggle-breakpoint-fringe.
18262         (gdb-mouse-toggle-breakpoint-margin): Rename from
18263         gdb-mouse-toggle-breakpoint.  Fix doc.
18264         (gdb-mouse-toggle-breakpoint-fringe): New defun.
18265         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
18266         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18267         string properties also for fringe breakpoint bitmaps.
18269 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
18271         * textmodes/org.el (org-start-icalendar-file): Fix format form.
18273 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18275         * simple.el (completion-common-substring):
18276         Use `completion-common-substring' prior to `completion-base-size'.
18278 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
18280         * savehist.el: Require CL while compiling.
18281         (savehist-history-variables): Remove.
18282         (savehist-save-minibuffer-history, savehist-additional-variables)
18283         (savehist-minibuffer-history-variables): New vars.
18284         (savehist-save): Use them.
18285         (savehist-uninstall, savehist-minibuffer-hook): New funs.
18286         (savehist-install): New fun, extracted from savehist-load.
18287         (savehist-load): Use them.
18289 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18291         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18292         a dummy doc-string-elt property.
18293         (defalias, defvaralias, define-category): Add a docstring property.
18295         * image.el (defimage):
18296         * widget.el (define-widget):
18297         * custom.el (defface, defcustom): Add `doc-string' declaration.
18299         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18300         (defadvice): Add `doc-string' declaration.
18302         * emacs-lisp/byte-run.el (macro-declaration-function):
18303         Handle `doc-string' declarations.
18304         (define-obsolete-function-alias, define-obsolete-variable-alias):
18305         Add `doc-string' declaration.
18307 2005-10-24  Kenichi Handa  <handa@m17n.org>
18309         * international/utf-7.el (utf-7): Add autoload cookie.
18311         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18313 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18315         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18316         list of directories passed to batch-update-autoloads.  Add "." to
18317         the list of the echoed directories.
18319         * pgg-def.el:
18320         * pgg-gpg.el:
18321         * pgg-parse.el:
18322         * pgg-pgp.el:
18323         * pgg-pgp5.el:
18324         * pgg.el: Moved here from the gnus subdirectory.
18326 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
18328         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18329         in case comint-prompt-read-only is set to t.
18331         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18332         in case comint-prompt-read-only is set to t.
18334 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
18336         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18337         Now a string.
18338         (icalendar-import-format): Handle CLASS, STATUS, URL.
18339         Rename `subject' to `summary'.
18340         (icalendar-import-format-summary): Rename from
18341         `icalendar-import-format-subject'.
18342         (icalendar-import-format-url, icalendar-import-format-status)
18343         (icalendar-import-format-class): New variables.
18344         (icalendar--rris): Take variable argument list.
18345         (icalendar--datestring-to-isodate): Remove unnecessary
18346         calendar-style check when converting dates with explicit month names.
18347         (icalendar-export-region): Change return type of conversion
18348         subroutines.  Bury current buffer unless error occurred.
18349         (icalendar--convert-to-ical)
18350         (icalendar--parse-summary-and-rest): New functions.
18351         (icalendar--convert-ordinary-to-ical)
18352         (icalendar--convert-weekly-to-ical)
18353         (icalendar--convert-yearly-to-ical)
18354         (icalendar--convert-block-to-ical)
18355         (icalendar--convert-cyclic-to-ical)
18356         (icalendar--convert-anniversary-to-ical): Change return type.
18357         Strip trailing blanks from subject.
18358         (icalendar--convert-sexp-to-ical): Change return type.
18359         Strip trailing blanks from subject.  Handle simple sexp
18360         entries as generated by icalendar.el.
18361         (icalendar--convert-float-to-ical)
18362         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18363         (icalendar-import-file): Doc fix.
18364         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18365         Correct call to icalendar--rris.
18366         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
18367         `summary'.
18368         (icalendar--add-diary-entry): Rename `subject' to `summary'.
18370 2005-10-24  Romain Francoise  <romain@orebokech.com>
18372         * server.el (server-sentinel): Set query-on-exit flag to nil on
18373         new client processes (it isn't inherited from the server process).
18375         * replace.el (occur-engine): Rearrange text properties.
18377 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18379         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18380         case-fold-search is nil.
18381         (debug-help-follow): Use help-xref-interned directly.
18383 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18385         * thumbs.el (thumbs-image-type): Add .pbm.
18387 2005-10-23  Richard M. Stallman  <rms@gnu.org>
18389         * faces.el (inhibit-face-set-after-frame-default): New variable.
18390         (set-face-attribute): Bind it.
18391         (face-set-after-frame-default): Test it.
18393         * help-fns.el (describe-simplify-lib-file-name): New function.
18394         (describe-function-1, describe-variable): Use it.
18396         * faces.el (describe-face): Use describe-simplify-lib-file-name.
18398         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18399         Eliminate nil as possible value.
18400         (tooltip-hide-delay): Reduce internal-border-width.
18402         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18403         (menu-bar-file-menu) <new-file>: Likewise.
18405         * simple.el (line-move-finish): Ignore fields computing LINE-END.
18407         * international/mule.el (load-with-code-conversion):
18408         Pass full file name to `eval-buffer' unless preloading.
18410         * textmodes/flyspell.el (flyspell-large-region):
18411         Call ispell-check-version.
18413         * textmodes/ispell.el (ispell-local-dictionary-overridden):
18414         Fix the make-variable-buffer-local call that was supposed
18415         to be for this variable.
18416         (ispell-aspell-supports-utf8): Doc fix.
18417         (ispell-find-aspell-dictionaries): Preserve elements of
18418         ispell-dictionary-alist for dictionaries that aspell doesn't report.
18419         (ispell-aspell-find-dictionary): Return nil on error.
18421         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18422         (doctor-symptoms): Likewise.
18424         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18426 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18428         * cus-edit.el (custom-button, custom-button-pressed): New vars.
18429         (custom-raised-buttons): Add :set spec.
18430         (custom-button-unraised, custom-button-pressed-unraised):
18431         New faces, so that custom-raised-buttons actually does something.
18432         (custom-mode): Use custom-button and custom-button-pressed.
18434         * wid-edit.el (widget-specify-button): Don't ignore
18435         widget-mouse-face on graphic terminals.
18436         (widget-move-and-invoke): Cleanup.
18438 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
18440         * whitespace.el (whitespace-cleanup): Doc fix.
18442 2005-10-23  Romain Francoise  <romain@orebokech.com>
18444         * emulation/viper.el (viper-set-hooks): Quote forms passed to
18445         `eval-after-load' to avoid evaluating their result.
18447 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
18449         * files.el (directory-listing-before-filename-regexp):
18450         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
18452         * dired.el (dired-move-to-filename-regexp): Remove.
18453         All occurences replaced by `directory-listing-before-filename-regexp'.
18455         * dired-x.el, locate.el, vc.el:
18456         Replace `dired-move-to-filename-regexp' by
18457         `directory-listing-before-filename-regexp'.  In vc.el it is
18458         overwritten locally; maybe this can be handled in files.el too.
18460         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
18461         replaced by `directory-listing-before-filename-regexp'.
18463 2005-10-23  Andreas Schwab  <schwab@suse.de>
18465         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18466         and eval-next-after-load.
18468 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
18470         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18471         exist, create it.
18473 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
18475         * allout.el: Remove autoloads for mailcrypt and crypt++.
18476         Require pgg, pgg-gpg during compilation.
18477         (allout-version): Increment version number to 2.1, and use a literal
18478         rather than RCS Id.
18479         (allout-default-encryption-scheme): Remove.
18480         (allout-passphrase-verifier-handling)
18481         (allout-passphrase-verifier-string)
18482         (allout-file-passphrase-verifier-string)
18483         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18484         (allout-passphrase-hint-handling): Rename and simplify.
18485         (allout-init): Use `find-file-hook' if available, otherwise
18486         `find-file-hooks'.
18487         (allout-mode): Use `write-file-functions' if available, otherwise
18488         `local-write-file-hooks' and, instead of making auto-save-hook
18489         buffer local, make the write-file-hook activity contingent to
18490         allout-mode.
18491         (allout-mode): Use key-binding substitution in the docstring.
18492         (allout-kill-line): Spell-out kill ring data structure mutation
18493         instead of using byte-compiler-complaint-provoking `pop'.
18494         (allout-insert-listified): Use `insert' rather than `insert-string'
18495         (allout-toggle-current-subtree-encryption): Update docstring, adjust
18496         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18497         (allout-encrypt-string): Totally revamped vis new underlying
18498         encryption facilities.
18499         (allout-mc-activate-passwd): Remove.
18500         (allout-obtain-passphrase): New, more or less replaces
18501         allout-mc-activate-passwd.
18502         (allout-encrypted-key-info): More or less replaces
18503         allout-encrypted-text-type.
18504         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18505         (my-mark-marker): Use `(featurep 'xemacs)'.
18507 2005-10-23  Lars Hansen  <larsh@soem.dk>
18509         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18510         (byte-compile-file-form-defmumble, byte-compile-defun)
18511         (byte-compile-defmacro): Use it.
18512         (byte-compile-form): Don't call byte-compile-set-symbol-position
18513         when a byte-compile handler is called.
18515 2005-10-22  Romain Francoise  <romain@orebokech.com>
18517         * savehist.el (savehist-history-variables): Add `grep-find-history'.
18519         * subr.el (eval-after-load): Convert library name to an absolute
18520         file name using locate-library, since load-history no longer has
18521         library names in it.
18523 2005-10-22  Richard M. Stallman  <rms@gnu.org>
18525         * files.el (make-temp-file): Move from subr.el.
18526         * subr.el (make-temp-file): Move to files.el.
18528         * window.el (get-buffer-window-list): Move from subr.el.
18529         * subr.el (get-buffer-window-list): Move to window.el.
18531         * image.el (image-load-path): Use eval-at-startup to initialize.
18533         * subr.el (eval-at-startup): New macro.
18535         * subr.el: Much rearrangement of functions and division
18536         into pages.  No code changes.
18538 2005-10-22  Kenichi Handa  <handa@m17n.org>
18540         * tar-mode.el (tar-extract): Be sure to call
18541         find-operation-coding-system if set-auto-coding doesn't find a
18542         coding system.
18544 2005-10-22  Kim F. Storm  <storm@cua.dk>
18546         * image.el (image-type-header-regexps): Rename from image-type-regexps.
18547         Change users.
18548         (image-type-file-name-regexps): New defconst.
18549         (image-type-from-data): Simplify loop.
18550         (image-type-from-buffer): New defun.
18551         (image-type-from-file-header): Use it instead of image-type-from-data.
18552         Use image-search-load-path instead of only looking in data-directory.
18553         (image-type-from-file-name): New defun.
18554         (image-search-load-path): Change `pathname' to `filename'.
18555         Make PATH arg optional, default to image-load-path.
18557 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18559         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
18561         * textmodes/paragraphs.el (sentence-end-base): New variable.
18562         (sentence-end): Use sentence-end-base.
18564 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18566         * font-lock.el (font-lock-default-fontify-region): Check the multiline
18567         property independently from the font-lock-multiline variable.
18569 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18571         * emacs-lisp/find-func.el (find-library-name): Doc fix.
18573         * startup.el (command-line): Convert library names
18574         in `load-history' to absolute file names.
18576         * subr.el (symbol-file): Doc fix.
18578         * loadhist.el (file-loadhist-lookup): Call locate-library
18579         instead of find-library-name.  Don't try converting
18580         abs file names to library names, since load-history no longer
18581         has library names in it.
18582         (file-dependents, file-provides, file-requires): Doc fixes.
18584 2005-10-21  Juri Linkov  <juri@jurta.org>
18586         * progmodes/etags.el (tags-table-mode): New function.
18587         (tags-verify-table): Replace initialize-new-tags-table with
18588         tags-table-mode.
18590         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
18591         default value.
18592         (desktop-modes-not-to-save): Add tags-table-mode to the
18593         default value.
18595         * info.el (Info-index-next): Add total number of index
18596         alternatives to the message.
18598         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
18599         backward only space (instead of space and period) before looking
18600         at sentence end.
18602         * simple.el (set-variable): Use user-variable-p instead of symbolp.
18603         Add the old variable value as 4th default-value arg of read-string.
18605 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18607         * cus-face.el (custom-declare-face): Make face from X resources
18608         also on Mac.
18610         * disp-table.el (standard-display-g1, standard-display-graphic):
18611         Refuse to use string glyphs also on Mac.
18612         (standard-display-european): Don't set terminal coding system also
18613         on Mac.
18615         * frame.el (display-screens): Use x-display-screens also on Mac.
18617 2005-10-21  Romain Francoise  <romain@orebokech.com>
18619         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
18621 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18623         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
18624         and $? into sexps.
18626         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
18627         warning face on open-paren-in-column-0.
18629         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
18630         boundary case.  Fix typo.
18631         Suggested by Martin Rudalics <rudalics@gmx.at>.
18633 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
18635         * textmodes/org.el (org-combined-agenda-icalendar-file)
18636         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
18637         (org-export-icalendar-this-file)
18638         (org-export-icalendar-all-agenda-files)
18639         (org-export-icalendar-combine-agenda-files): New commands.
18640         (org-export-icalendar, org-print-icalendar-entries)
18641         (org-start-icalendar-file, org-finish-icalendar-file)
18642         (org-ical-ts-to-string): New functions.
18643         (org-read-date, org-goto-calendar)
18644         (org-agenda-goto-calendar): Inhibit displaying diary entries by
18645         call to `calendar'.
18646         (orgtbl-setup): Remove the :keys arguments from the menu description.
18647         (org-after-save-iCalendar-file-hook): New variable.
18649 2005-10-21  Kenichi Handa  <handa@m17n.org>
18651         * language/vietnamese.el (tcvn-5712): Make it an alias of
18652         vietnamese-tcvn coding-system.
18654 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
18656         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
18657         group id is given.
18659 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18661         * progmodes/sh-script.el (sh-escaped-line-re): New var.
18662         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
18663         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
18664         whose line is either continued or ends with a comment.
18666 2005-10-20  Romain Francoise  <romain@orebokech.com>
18668         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
18670         * replace.el (occur-engine): Add follow-link property.
18672         * font-core.el (font-lock-mode): Doc fix.
18674 2005-10-20  Richard M. Stallman  <rms@gnu.org>
18676         * net/rcirc.el: New file.
18678 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
18680         * term.el (term-term-name): Initialize to "eterm-color".
18682 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
18684         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
18685         for encryption functionality.
18686         Move allout customization subgroup from `editing' to `outlines' group.
18687         Fix commentary keywords to legitimate ones.
18688         Update author info (using my current email address, obscurified).
18689         (allout-encrypt-string, allout-encryption-produce-work-buffer)
18690         (allout-encrypted-topic-p, allout-encrypted-text-type)
18691         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
18692         (allout-situate-encryption-key-verifier)
18693         (allout-get-encryption-key-verifier, allout-verify-key)
18694         (allout-next-topic-pending-encryption)
18695         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
18696         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
18697         (outline-key-verifier-handling, outline-key-hint-handling)
18698         (outline-encrypt-unencrypted-on-saves): New defcustoms.
18699         (allout-file-key-verifier-string, allout-encryption-scheme)
18700         (allout-key-verifier-string, allout-key-hint-string)
18701         (allout-after-save-decrypt): New variables.
18702         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
18703         (allout-after-saves-handler): New hook functions.
18704         (allout-post-command-business): Do allout-after-save-decrypt.
18705         (allout-enable-file-variable-adjustment): Custom var to enable
18706         mechanism for adding and adjusting settings of Emacs file variables.
18707         (allout-adjust-file-variable, allout-file-vars-section-data):
18708         New functions, implement the mechanism.
18709         (outlineify-sticky): Use the file vars mechanism.
18710         (allout-inhibit-protection, allout-during-write-cue)
18711         (allout-override-protect, allout-before-change-protect): Remove.
18712         (allout-flag-region, allout-open-topic): Adjust read-only text.
18713         (allout-open-line-not-read-only): Add to facilitate read-only
18714         text based protection.
18715         (allout-kill-line): Revise to adjust read-only text, clue the
18716         user about the inhibition.
18717         (allout-unprotected): Use unwind-protect.
18718         (allout-shift-in, allout-shift-out): Disallow manually shifting a
18719         topic deeper than the offspring depth of the previous topic -
18720         avoiding confusing "containment discontinuities".
18721         (allout-reindent-bodies): Fix retention of body relative hanging
18722         indent during promotion of collapsed bodies.
18723         (allout-open-topic): Make it easy to open new topic with same
18724         bullet as current topic - topic creation functions provided with
18725         any universal argument provokes now prompt for bullet, defaulting
18726         to the bullet of the previous topic.
18727         (allout-plain-bullets-string, allout-distinctive-bullets-string):
18728         Plain bullet alternates `.' period and `,' comma only.  All other
18729         bullets are relegated to special status (but customizable).
18730         (allout-end-of-entry): Rename from allout-end-of-current-entry
18731         since it actually operates w.r.t. most immediately containing
18732         entry, visible or not.
18733         (allout-hide-current-entry, allout-show-current-entry): Use the
18734         revised version.
18735         (allout-old-expose-topic): Solidify deprecation.
18736         (allout-end-of-subtree): Add so we can span concealed as well
18737         as visible topics.
18738         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
18739         (allout-end-of-current-heading): Tweak to just respect the first line.
18740         (allout-get-body-text): Add.
18741         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
18742         when invoked interactively.
18743         (allout-up-current-level): Use `interactive-p'.
18744         (allout-mode, allout-init): Miscellaneous docstring and
18745         operational refinements, as well as hookups of new encryption stuff.
18746         (allout-beginning-of-current-entry): Now works as advertised.
18747         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
18748         (allout-isearch-rectification): Refine condition for isearching.
18749         (allout-isearch-abort, allout-enwrap-isearch)
18750         (allout-flag-region, my-region-active-p): Relocate some macros.
18751         (allout-title): Fallback title is (buffer-name), not
18752         non-existing (current-buffer-name).
18753         (subst-char-in-string): Define if absent (for some XEmacs versions).
18755 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
18757         * mail/sendmail.el (mail-setup-hook, mail-aliases)
18758         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
18759         (mail-citation-prefix-regexp, mail-signature-file)
18760         (mail-default-headers, mail-bury-selects-summary)
18761         (mail-send-nonascii): Add autoload cookies.
18763 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18765         * frame.el (blink-cursor-mode): Add `mac' to the list of
18766         window-system's that support blinking cursor.
18768 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
18770         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
18772 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
18774         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
18775         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
18776         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
18778 2005-10-20  Kim F. Storm  <storm@cua.dk>
18780         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
18781         (ido-set-current-directory): Don't add / after final @.
18782         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
18783         Explicitly handle ange-ftp completion oddities.
18784         (ido-make-file-list): Don't rotate list at tramp root to avoid
18785         triggering tramp file handler for expand-file-name via get-file-buffer.
18787 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18789         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
18791 2005-10-19  Jay Belanger  <belanger@truman.edu>
18793         * calc/calc-units.el (math-standard-units): Add units, adjust
18794         symbols and update values.
18795         (math-unit-prefixes): Add more prefixes.
18797 2005-10-19  Romain Francoise  <romain@orebokech.com>
18799         * bookmark.el (bookmark-menu-heading): New face.
18800         (bookmark-bmenu-list): Use it.
18801         Don't fiddle with `baud-rate' at top-level.
18803 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
18805         * image.el (create-image, find-image): Mention max-image-size in
18806         docstring.
18808 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18810         * savehist.el (savehist-load): Revert to checking XEmacs.
18812         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
18813         Various docstring and line-width fixups.
18814         (conf-mode): Use cond.
18815         Set font-lock-defaults.  Don't set comment-use-syntax.
18817 2005-10-18  David Ponce  <david@dponce.com>
18819         * tree-widget.el (tree-widget-button-click): New function.
18820         (tree-widget-button-keymap): Use it.
18822 2005-10-18  Romain Francoise  <romain@orebokech.com>
18824         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18825         (bookmark-bmenu-hide-filenames): Add follow-link property.
18826         Improve help-echo text.
18828         * ffap.el (find-file-at-point): Doc fix.
18830 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18832         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18834 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18836         Install to the CVS repository what I forgot to install in my
18837         2005-10-16 changes.
18839         * progmodes/python.el (python-complete-symbol): Pass the common
18840         prefix substring of completion to `display-completion-list'.
18842         * textmodes/org.el (org-complete): Ditto.
18844 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18846         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18848         * woman.el (WoMan-xref-man-page): New button type derived
18849         from `Man-abstract-xref-man-page'.
18850         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18852         * man.el (Man-abstract-xref-man-page): New button type.
18853         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18854         (Man-highlight-references): Add new optional argument `xref-man-type'.
18856 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18858         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18860 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18862         * cus-edit.el (Custom-move-and-invoke): Delete.
18863         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18865         * wid-edit.el (widget-move-and-invoke): New function, from
18866         Custom-move-and-invoke.
18868 2005-10-17  Bill Wohler  <wohler@newt.com>
18870         Move all remaining images from lisp/toolbar to etc/images, move
18871         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18872         the low resolution images in their own directory (low-color).
18874         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18875         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18876         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18877         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18878         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18879         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18880         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18882         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18883         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18884         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18885         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18886         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18887         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
18888         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
18889         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
18890         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
18891         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
18892         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
18893         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
18894         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
18895         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
18896         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
18898         To conform with convention, replace the underscore (_) in the
18899         following image names with dash (-) or (/) as appropriate.
18901         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
18902         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
18903         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
18904         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
18905         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
18906         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
18907         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
18908         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
18909         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
18910         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
18911         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
18912         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
18913         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
18914         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
18915         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
18917         * info.el (info-tool-bar-map): Replace underscores in image names
18918         with dashes.
18920         * makefile.w32-in (WINS): Remove toolbar.
18922         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
18924         * tool-bar.el: Move to lisp from toolbar.  Now that
18925         toolbar is empty, it should be deleted when folks run "cvs up -P".
18927 2005-10-18  Jay Belanger  <belanger@truman.edu>
18929         * calc/calc-store.el (calc-store-into): Get the proper variable name
18930         to display in message.
18932 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18934         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
18935         expressions display in speedbar for all buffers when debugging.
18936         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
18938         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
18939         (speedbar-insert-button, speedbar-make-button):
18940         Use add-text-properties.
18941         (speedbar-update-localized-contents)
18942         (speedbar-update-directory-contents)
18943         (speedbar-update-special-contents): Use dolist.
18944         (speedbar-buffer-easymenu-definition): Add a menu separator.
18946 2005-10-17  Jason Rumney  <jasonr@gnu.org>
18948         * makefile.w32-in: Use $(lisp) consistently.
18949         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
18950         for shell specific generation of mh-autoloads.
18952 2005-10-17  Richard M. Stallman  <rms@gnu.org>
18954         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
18956 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18958         * jit-lock.el (jit-lock-fontify-now):
18959         Move jit-lock-context-unfontify-pos to avoid wasted work.
18961 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
18963         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
18964         `tramp-completion-mode' for checking if we are in completion mode.
18965         (tramp-completion-handle-file-name-all-completions): Reorder code
18966         in order to complete for file names only in case there are no
18967         method/user/host completions.  This is necessary for cooperation
18968         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
18970 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
18972         * longlines.el (longlines-search-forward)
18973         (longlines-search-backward): Match any number of spaces.
18975 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
18977         * diff-mode.el (diff-mode): Doc fix.
18979 2005-10-16  David Reitter  <david.reitter@gmail.com>
18981         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
18982         as default on darwin and windows systems.
18984 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18986         * arc-mode.el (archive-zip-extract): Doc fix.
18988 2005-10-16  Romain Francoise  <romain@orebokech.com>
18990         * mouse.el (mouse-1-click-follows-link): Doc fix.
18992 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18994         * savehist.el: Don't require CL at runtime.
18995         (savehist-xemacs): Remove.
18996         (savehist-coding-system): Use utf-8 if present, regardless of religion.
18997         (savehist-no-conversion): Use (featurep 'xemacs).
18998         (savehist-load): Check existence of start-itimer rather than XEmacs.
18999         Use an idle timer.
19000         (savehist-process-for-saving): Replace use of CL funs `subseq' and
19001         `delete-if-not'.
19003 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
19005         * savehist.el: Newer version.
19006         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19007         (savehist-last-checksum, savehist-no-conversion): New vars.
19008         (savehist-autosave, savehist-process-for-saving, savehist-printable):
19009         New functions.
19010         (savehist-load, savehist-save): Use them.
19011         (savehist-delimit): Remove.
19013 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19015         * progmodes/compile.el (compilation-goto-locus): Display the
19016         compilation buffer first and the source buffer second, in case they're
19017         in overlapping frames.  Don't raise the compilation frame if it was the
19018         selected window upon entry.  Pass the `other-window' arg to
19019         pop-to-buffer.
19021         * info.el (Info-fontify-node): Use dolist.
19022         Change add-text-properties to put-text-property.
19024 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19026         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19027         bound of search.
19029 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19031         * dabbrev.el (dabbrev-completion): Pass the common
19032         prefix substring of completion to `display-completion-list'.
19034         * filecache.el (file-cache-minibuffer-complete)
19035         (file-cache-complete): Ditto.
19037         * tempo.el (tempo-display-completions): Ditto.
19039         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19041         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19043         * eshell/em-hist.el (eshell-list-history): Ditto.
19045         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19047         * mail/mailalias.el (mail-complete): Ditto.
19049         * progmodes/etags.el (complete-tag): Ditto.
19051         * progmodes/make-mode.el (makefile-complete): Ditto.
19053         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19055         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19057         * progmodes/pascal.el (pascal-complete-word)
19058         (pascal-show-completions): Ditto.
19060         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19062         * simple.el (completion-common-substring): New variable.
19063         (completion-setup-function): Use `completion-common-substring'
19064         to put faces.
19066 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19068         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19069         (x-get-selection, mac-select-convert-to-string): Convert from/to
19070         UTF-16 clipboard data as in native byte order, no BOM.
19072 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
19074         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19075         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19076         (gud-sentinel): Use speedbar-frame to check for speedbar.
19078 2005-10-15  Richard M. Stallman  <rms@gnu.org>
19080         * savehist.el: New file.
19082 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
19084         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19085         Fix bug in \bf fontification.
19087 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19089         * pcvs.el (cvs-edit-log-files): New var.
19090         (cvs-mode-edit-log): New arg `file'.
19091         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19092         Instead force the use of the original file and nothing else.
19093         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19094         the cvs-minor-wrap-function is set.
19095         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19097 2005-10-14  Bill Wohler  <wohler@newt.com>
19099         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19100         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19101         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19102         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19103         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19104         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19105         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19106         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19107         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19108         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19109         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19110         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19111         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19112         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19113         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19115         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19116         appropriately (for example, gud-break to gud/break).
19118 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
19120         * longlines.el (longlinges-search-function)
19121         (longlines-search-forward, longlines-search-backward): New functions.
19122         (longlines-mode): Set isearch-search-fun-function to
19123         longlinges-search-function.
19125         * mouse.el (mouse-drag-region-1): Handle the case where a
19126         double-click event is bound to an arbitrary function.
19128 2005-10-14  David Ponce  <david@dponce.com>
19130         * recentf.el (recentf-track-opened-file)
19131         (recentf-track-closed-file, recentf-update-menu)
19132         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19133         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19134         mouse-1-click-follows-link.
19136 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19138         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19139         Gnome file-manager.png.  Suggested by
19140         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19142         * toolbar/README: Add diropen.xpm.
19144 2005-10-13  Bill Wohler  <wohler@newt.com>
19146         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19147         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
19149 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19151         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19152         Don't waste the byte-compiler's time on constant data.
19154 2005-10-13  Kenichi Handa  <handa@m17n.org>
19156         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19157         byte with `escape-glyph' face.
19159         * international/fontset.el (ccl-encode-unicode-font):
19160         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19161         Handle the case that ucs-mule-to-mule-unicode translates a character to
19162         ASCII (usually for IPA characters).
19164 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19166         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19167         Don't hide the underline of titles if font-lock-mode is disabled.
19169 2005-10-12  Bill Wohler  <wohler@newt.com>
19171         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
19172         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19173         files in MH-E-SRC have been updated.
19174         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19176 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19178         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19179         (mixal-mode-syntax-table): Add \n as end-comment.
19180         (mixal-operation-codes-alist): Immediately initialize to full value.
19181         (mixal-add-operation-code): Remove.
19182         (mixal-describe-operation-code): Make the arg non-optional.
19183         Use the interactive spec instead.
19184         Use mixal-operation-codes-alist rather than mixal-operation-codes.
19185         (mixal-font-lock-keywords): Don't highlight comments here any more.
19186         (mixal-font-lock-syntactic-keywords): New var.
19187         (mixal-mode): Use it.  Fix comment-start-skip.
19189 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19191         * startup.el (command-line-x-option-alist): -nb => -nbi
19193 2005-10-12  Kim F. Storm  <storm@cua.dk>
19195         * startup.el (fancy-splash-default-action): Discard mouse click in
19196         the splash screen window, as it has no sensible meaning in the
19197         next window to be selected.  Fixes error reported by Jan D.
19199 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19201         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19203 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19205         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19206         Try to fix up minor layout issues like indentation, line break, etc...
19207         (mixal-mode-syntax-table): Don't try to specify comment syntax,
19208         because it doesn't work.
19209         (mixal-operation-codes): Add some more codes.
19210         (mixal-font-lock-keywords): Process comments here.
19211         (mixal-mode): mixasm no longer needs -g option.
19213 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19215         * progmodes/sh-script.el (sh-tmp-file):
19216         Use mktemp -t.  Finish support for es and rc shells.
19218 2005-10-11  Jay Belanger  <belanger@truman.edu>
19220         * calc/calcalg2.el (calc-integral): With an argument, compute the
19221         definite integral.
19223 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
19225         * mouse.el (mouse-drag-region-1): Don't try to catch a
19226         double-click when doing follow-link (it's overridden anyway).
19228 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
19230         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19231         (autoload-print-form-outbuf): Add docstring.
19233 2005-10-11  Juri Linkov  <juri@jurta.org>
19235         * info.el (Info-mode-menu): Delete menu item "Edit".
19236         (Info-mode): Delete description of Info-edit from docstring,
19237         and rearrange descriptions of Info commands in the order
19238         they are documented in the Info manual.
19240 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19242         * calendar/appt.el (appt-check): Use diary-selective-display var.
19244 2005-10-10  Richard M. Stallman  <rms@gnu.org>
19246         * net/newsticker.el (newsticker-start, newsticker-show-news):
19247         Add autoload cookies.
19249 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
19251         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19253 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
19255         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19257 2005-10-10  Jay Belanger  <belanger@truman.edu>
19259         * calc/calc-arith.el (math-check-known-scalarp)
19260         (math-check-known-matrixp): Check the values of arguments that are
19261         variables.
19262         (math-check-known-square-matrixp): New function.
19263         (math-known-square-matrixp): Use math-check-known-square-matrixp.
19264         (math-super-types): Add sqmatrix type.
19266         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19267         mode name `square' to `sqmatrix'.
19269         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19270         mode name `square' to `sqmatrix'.
19272 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19274         * progmodes/etags.el (select-tags-table-mode): Don't use
19275         selective-display.
19276         (tags-select-tags-table): Pass `button' to the action function.
19277         (select-tags-table): Place the side-info on button properties rather
19278         than in hidden text.  Abbreviate file names.
19279         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19280         (select-tags-table-select): Add `button' argument.
19281         Get side-info from the button property rather than from hidden text.
19283 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
19285         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19286         (gud-speedbar-buttons): Preserve point if possible.
19287         (gud-sentinel): Restore previous speedbar display type.
19289         * progmodes/gdb-ui.el (gdba): Improve diagram.
19290         (def-gdb-auto-update-handler, gdb-info-locals-handler)
19291         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19292         Call get-buffer-window once.
19294 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19296         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19297         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19298         (pascal-indent-command): Remove unused var `ind'.
19299         (pascal-indent-case): Remove unused var `oldpos'.
19300         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19301         since it's now used as a proper minor mode map.
19302         (pascal-outline): Rename to pascal-outline-mode.
19303         (pascal-outline-mode): Use define-minor-mode.
19304         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19305         selective-display.
19307 2005-10-10  Andreas Schwab  <schwab@suse.de>
19309         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19310         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
19312         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19313         outside source directory.
19315 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
19317         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19318         C-x' as a prefix.
19319         (orgtbl-mode-map): Full keymap instead of sparse, because all
19320         `self-insert-command' keys are redefined in this map.
19321         (org-export-as-html): Specify charset for HTML file, by taking it
19322         from the coding system.
19324 2005-10-10  Kenichi Handa  <handa@m17n.org>
19326         * textmodes/flyspell.el (flyspell-check-word-p):
19327         If unread-command-events is non-empty, don't call sit-for.
19329 2005-10-09  Richard M. Stallman  <rms@gnu.org>
19331         * font-lock.el (font-lock-syntactic-keywords)
19332         (font-lock-keywords): Doc fixes.
19334         * textmodes/flyspell.el (flyspell-external-point-words):
19335         Simplify logic, and don't try to check for consecutive appearances
19336         of one incorrect word.
19338 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
19340         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19341         separator.
19343         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19344         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19345         (gud-expansion-speedbar-buttons): New function.
19346         (gud-speedbar-buttons): Check for gud-comint-buffer.
19348 2005-10-09  Bill Wohler  <wohler@newt.com>
19350         * Makefile.in (updates): Add mh-loaddefs dependency.
19352 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
19354         * speedbar.el (speedbar-file-key-map): Fix typo.
19356 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19358         * cus-start.el (line-spacing): Add custom spec.
19360 2005-10-09  Romain Francoise  <romain@orebokech.com>
19362         * textmodes/ispell.el (ispell-check-version): Fix last change.
19364 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19366         * term/x-win.el: Remove -i, --icon-type from comment.
19368         * startup.el (command-line-x-option-alist): Remove options -i,
19369         -itype, --icon-type, added -nb, --no-bitmap-icon
19371 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
19373         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19374         instead of :active.
19376 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19378         * textmodes/ispell.el (ispell-check-version):
19379         Ignore hyphen, and all that follows, in aspell's version text.
19381 2005-10-08  Jay Belanger  <belanger@truman.edu>
19383         * calc/calc-arith.el (math-known-square-matrixp): New function.
19384         (math-pow-fancy): Check for matrices before distributing exponent
19385         across products.
19387         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19388         fullscreen keypad.  Suggested by Luc Teirlinck.
19389         (calc-keypad-show-input): Add space for formatting.
19391         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19392         Add square matrix option.
19394         * calc/calc-poly.el (math-expand-term): Check for matrices instead
19395         of checking calc-matrix-mode when deciding how to expand.
19397         * calc/calc.el (calc-set-mode-line): Add square matrix option.
19399 2005-10-08  Lars Hansen  <larsh@soem.dk>
19401         * net/tramp.el (tramp-perl-directory-files-and-attributes):
19402         Add error handling.
19403         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19405 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
19407         Sync with Tramp 2.0.51.
19409         * net/tramp.el (tramp-handle-set-visited-file-modtime)
19410         (tramp-handle-insert-file-contents, tramp-handle-write-region):
19411         Insert special handling for `last-coding-system-used', again
19412         it still seems to be necessary (unlike stated before).
19413         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19414         (tramp-password-prompt-regexp): There might be other words before
19415         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19416         (tramp-chunksize): Improve docstring.
19417         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19418         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
19419         Christian Joergensen <bugs@razor.dk>.
19421 2005-10-07  Glenn Morris  <rgm@gnu.org>
19423         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19424         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19425         precision'.
19427 2005-10-07  Romain Francoise  <romain@orebokech.com>
19429         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19430         (ibuffer-do-shell-command-pipe-replace)
19431         (ibuffer-do-shell-command-file, ibuffer-do-eval)
19432         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19433         (ibuffer-do-revert, ibuffer-do-replace-regexp)
19434         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19435         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19436         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19437         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19438         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19439         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19440         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19441         Autoload file sans suffix.
19443         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19445 2005-10-07  David Ponce  <david@dponce.com>
19447         * recentf.el (recentf-menu-open-all-flag): New option.
19448         (recentf-digit-shortcut-command-name): New function.
19449         (recentf--shortcuts-keymap): New variable.
19450         (recentf-menu-shortcuts): New variable.
19451         (recentf-make-menu-items): Initialize it.  Replace the "More..."
19452         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19453         (recentf-menu-value-shortcut): New function.
19454         (recentf-make-menu-item): Use it.  No more in-lined.
19455         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19456         (recentf-open-most-recent-file): Rename from
19457         `recentf-open-file-with-key'.  Don't depend on key binding.
19458         (recentf-mode-map): New variable.
19459         (recentf-mode): Use it.
19461 2005-10-06  Bill Wohler  <wohler@newt.com>
19463         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
19465         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19466         (MH-E-SRC): New.  Used by mh-autoloads.
19467         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19468         files in MH-E-SRC have been updated.
19469         (compile, recompile, bootstrap): Depend on mh-autoloads.
19471 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
19473         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19474         gud-break and gud-remove icons when the fringe is not available.
19476         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19477         Typo.
19479 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19481         * play/zone.el (zone): Wrap body with save-window-excursion.
19483 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19485         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19486         Use the new `list-only' arg to diary-list-entries.
19488         * calendar/diary-lib.el: Use overlays rather than selective-display.
19489         (diary-selective-display): New var.
19490         (diary-header-line-format): Use it.
19491         (diary-list-entries): Add argument `list-only'.
19492         Put the buffer in diary-mode.  Don't add \^M at beg and end.
19493         Replace \^M by invisible overlays.
19494         (diary-unhide-everything): Replace \^M by invisible overlays.
19495         (print-diary-entries): Look for overlays rather than \^M.
19496         Add a space to the temp buffer name.
19497         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19498         Put the buffer in diary-mode.
19499         (list-sexp-diary-entries): Replace \^M by invisible overlays.
19500         (diary-anniversary): Make the year arg optional.
19501         (diary-time-regexp): New const.
19502         (diary-font-lock-keywords): Use it to accept a few more time formats.
19504         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19506 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
19508         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19509         Fix bug introduced 2005-07-03: Use (car (last ...))
19510         to faithfully reproduce replaced artist-last.
19511         (artist-set-arrow-points-for-poly): Likewise.
19512         Suggested by Johan Bockg\e,Ae\e(Brd.
19514 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
19516         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
19517         * wid-edit.el (widget):
19518         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
19519         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
19521 2005-10-06  Kenichi Handa  <handa@m17n.org>
19523         * international/mule-cmds.el (set-language-environment):
19524         Fix setting up of case-table for unibyte mode.
19526         * simple.el (what-cursor-position): If the character is displayed
19527         by some `display' text property, show that.  Don't use
19528         single-key-description for eight-bit characters in multibyte mode.
19530 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
19532         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
19533         (gdb-ann3): Set it.
19534         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
19535         (gdb-info-frames-custom): Use inverse-video for first five
19536         characters of selected frame only.
19537         (gdb-get-frame-number): Select frame even when point is on frame
19538         number.
19540 2005-10-06  Masatake YAMATO  <jet@gyve.org>
19542         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
19543         Put `font-lock-function-name-face'.
19544         (gdb-info-frames-custom): Put `font-lock-function-name-face'
19545         and `font-lock-variable-name-face'
19546         (gdb-registers-font-lock-keywords): New font lock keywords definition.
19547         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
19548         (gdb-memory-font-lock-keywords): New font lock keywords definition.
19549         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
19550         (gdb-local-font-lock-keywords): New font lock keywords definition.
19551         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
19552         (gdb-threads-font-lock-keywords): New font lock keywords definition.
19553         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
19555 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
19557         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
19558         (ediff-merge-region-is-non-clash-to-skip): Previously called
19559         ediff-merge-region-is-non-clash.
19561         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
19562         Use insert-buffer-substring.
19564         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
19565         selecting files to patch.  Also bug fixes.
19567         * ediff-util.el (ediff-setup): Bug fix.
19568         (ediff-next-difference): Never skip clashes that differ in white
19569         space only.
19571         * ediff-wind.el (ediff-setup-control-frame)
19572         (ediff-destroy-control-frame): Check the menubar feature.
19574         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
19575         (viper-refresh-mode-line): Use make-local-variable to localize
19576         some vars instead of make-variable-buffer-local.  Suggested by
19577         Stefan Monnier.
19579         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
19580         (viper-restore-cursor-type, viper-set-insert-cursor-type):
19581         Use make-local-variable instead of make-variable-buffer-local.
19582         Suggested by Stefan Monnier.
19584         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
19585         (viper-comint-mode-hook): Use make-local-variable on
19586         require-final-newline.
19587         (viper-non-hook-settings): Don't use make-variable-buffer-local.
19589 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19591         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19592         also the second char of a comment-start sequence.
19593         (scheme-sexp-comment-syntax-table): New var.
19594         (lambda, define): Set their scheme-doc-string-elt property.
19595         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
19596         Use lisp-font-lock-syntactic-face-function now that it properly
19597         handles |...| symbols.
19598         (scheme-mode-variables): Set lisp-doc-string-elt-property,
19599         parse-sexp-lookup-properties and font-lock-extra-managed-props.
19601         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
19602         bit from # to |.
19603         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
19605         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
19606         (lisp-doc-string-elt-property): New var.
19607         (lisp-font-lock-syntactic-face-function): Use it.
19608         Rewrite to recognize docstrings even for forms not at toplevel.
19610         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
19611         annotation on the | part of #| rather than on the # part.
19612         (scheme-font-lock-syntactic-face-function): New function, to
19613         distinguish strings from |...| symbols.
19614         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
19615         syntax-table so that #|...|# is properly highlighted.
19617         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
19618         Don't mark as docstring the 3rd elem of an unknown toplevel form.
19620 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19622         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
19623         and C-e.
19625         * emacs-lisp/eldoc.el: Move comments into docstrings.
19626         (eldoc-message-commands): Initialize in its declaration.
19627         Add move-beginning-of-line and move-end-of-line.
19628         (eldoc-add-command, eldoc-add-command-completions)
19629         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
19631         * outline.el (outline-mark-subtree): Activate the mark.
19633         * calendar/appt.el (appt-time-regexp): New var.
19634         (appt-add, appt-make-list): Use it.
19635         (appt-convert-time): Clean up.
19637         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
19638         Don't set any syntax-table property here.
19639         (tex-font-lock-verb): New function.  Do it here.
19640         (tex-font-lock-syntactic-keywords): Use it.
19642 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19644         * wid-edit.el (widget-file-complete): Get the widget start point
19645         the right way.  Default directory to `/' if file has none.
19647         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
19649         * textmodes/flyspell.el (flyspell-mode-on):
19650         Call ispell-maybe-find-aspell-dictionaries.
19652         * textmodes/ispell.el (ispell-word, ispell-region):
19653         Call ispell-maybe-find-aspell-dictionaries.
19654         (ispell-accept-buffer-local-defs):
19655         Don't call ispell-maybe-find-aspell-dictionaries
19657 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19659         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
19661 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
19663         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
19664         instead of `fboundp' in order to allow for anonymous functions.
19666 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
19668         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
19669         case the user clicks on the link while another window is selected.
19670         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
19672         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
19673         functionality.
19674         (dframe-help-echo): Save point in case mouse tracking is off.
19676 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
19678         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
19680 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19682         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
19683         not change the global value of those vars.
19685         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
19686         make-local-variable which we do not need any more.
19688 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
19690         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
19691         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
19692         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
19693         (speedbar-path-line): Define obsolete aliases.
19694         (speedbar-line-directory): Doc fix.
19696         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
19697         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
19698         instead of speedbar-line-path.
19700 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19702         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
19703         to nil if dropping on a window.  Handle dropping on a minibuffer window
19704         like dropping on a non-window part of Emacs.
19706 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         * net/ange-ftp.el: Use with-current-buffer.
19709         (ange-ftp-insert-directory): Do not follow symlinks any more.
19711         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19712         Remove interactive spec.
19714 2005-10-03  Kim F. Storm  <storm@cua.dk>
19716         * ido.el (ido-mode): Use custom-initialize-set.
19718 2005-10-02  Richard M. Stallman  <rms@gnu.org>
19720         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
19721         Use insert-buffer-substring.
19723         * net/tramp.el: Pacify byte compiler warnings in pacification code.
19724         (tramp-handle-file-local-copy): Use insert-buffer-substring.
19726 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19728         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
19729         in last change.
19730         (ange-ftp-insert-directory): Fix up the search for the case where
19731         `file' is absolute.
19733 2005-10-02  Romain Francoise  <romain@orebokech.com>
19735         * progmodes/compile.el (compile-goto-error): Delete extra paren.
19737 2005-10-02  Andreas Schwab  <schwab@suse.de>
19739         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
19740         directory component in the session info.
19742 2005-10-01  Richard M. Stallman  <rms@gnu.org>
19744         * comint.el (comint-redirect-subvert-readonly): Doc fix.
19746         * simple.el (next-error-internal): New function.
19748         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
19749         (compilation-start): Pass new arg to compilation-buffer-name.
19750         (compile-goto-error): Use next-error-internal.
19752 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19754         * speedbar.el: Remove RCS tag.
19755         (speedbar-check-read-only): Handle non-existent files.
19757         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
19759         * info.el (Info-speedbar-hierarchy-buttons)
19760         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
19762 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19764         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
19765         Do not match newline.
19766         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
19767         (bibtex-summary): Remove unnecessary save-excursion.
19768         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
19770 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19772         * term/mac-win.el: Add charset info for "iso10646-1".
19773         Modify default fontset to use ATSUI-compatible fonts for some charsets
19774         if available.
19776 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19778         * speedbar.el: Re-apply arch tag.
19779         (speedbar-version): Rename to version 1.0.  Suggested by Eric
19780         M. Ludlam.
19781         Reapply two changes from Emacs CVS' version of speedbar lost
19782         during the merge:
19783         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
19784         (speedbar-frame-parameters): Improve customize type.
19786 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19788         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
19789         (ange-ftp-file-directory-p): Fix the symlink case.
19790         (ange-ftp-insert-directory): When listing a single file, get a list of
19791         the parent buffer and extract the relevant line.  Inspired from a patch
19792         by Katsumi Yamaoka <yamaoka@jpl.org>.
19793         (ange-ftp-file-name-sans-versions): Simplify.
19795 2005-09-30  Bill Wohler  <wohler@newt.com>
19797         Move MH-E image files from toolbar and mail directories into
19798         etc/images.
19800         * mail/reply2.*: Move to etc/images/mail/reply*.
19802         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
19803         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
19804         etc/images.
19806         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
19807         * toolbar/reply*: Move to etc/images/mail.
19809         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
19811 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
19813         * speedbar.el: New version 1.0pre3.
19815         Frame management code (including timer, and mouse click specifics)
19816         moved to dframe.el:
19817         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
19818         (speedbar-timer): Removed.  Use dframe-timer.
19819         (speedbar-close-frame): Removed.  Use dframe-close-frame.
19820         (speedbar-activity-change-focus-flag): Removed.  Use
19821         dframe-activity-change-focus-flag.
19822         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19823         dframe-update-speed.
19825         (speedbar-current-frame): New macro.  Use this instead of the
19826         variable speedbar-frame.
19828         (speedbar-use-images, speedbar-expand-image-button-alist)
19829         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19831         (speedbar-find-image-on-load-path): Removed.  Replaced by
19832         defezimage in ezimage.el.
19833         (speedbar-expand-image-button-alist): Removed.  Replaced by
19834         ezimage-expand-image-button-alist in ezimage.el.
19836         (speedbar-ignored-directory-regexp)
19837         (speedbar-add-ignored-directory-regexp)
19838         (speedbar-ignored-directory-expressions)
19839         (speedbar-line-directory, speedbar-buffers-line-directory)
19840         (speedbar-directory-line, speedbar-buffers-line-directory):
19841         Renamed, replacing `path' with `directory'.
19843         (speedbar-create-directory, speedbar-expand-line-descendants)
19844         (speedbar-toggle-line-expansion)
19845         (speedbar-contract-line-descendants): New commands.
19847         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19848         (speedbar-use-tool-tips-flag): New options.
19850         (speedbar-check-read-only, speedbar-require-version)
19851         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19852         (speedbar-handle-delete-frame, speedbar-try-completion)
19853         (speedbar-update-localized-contents): New functions.
19855         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19856         (speedbar-object-read-only-indicator): New variables.
19858         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19859         New hooks.
19861         (speedbar-separator-face): New face.
19863         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19864         (speedbar-ignored-modes): Add fundamental-mode.
19865         (speedbar-directory-unshown-regexp): Add . directories.
19867         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19868         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19869         `]' for full expand/close.
19870         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19872         (speedbar-check-vc): Support hidden files.
19873         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19874         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19875         state is nil, it is not checked out.
19877         (speedbar-line-text, speedbar-line-token): Support expand buttons
19878         with no text.
19879         (speedbar-refresh): Universal argument acts as power-click.
19880         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19881         that buffer to get variable values.
19883         And many other bugfixes.
19885         * dframe.el, ezimage.el, sb-image.el: New files.
19887         * sb-*.xpm: Remove files.  New image files installed into
19888         etc/images/ezimage.
19890 2005-09-30  Kenichi Handa  <handa@m17n.org>
19892         * ps-mule.el (ps-mule-show-warning): If a character is in
19893         ps-print-translation-table, don't treat it as non-printable.
19895 2005-09-30  David Ponce  <david@dponce.com>
19897         * tree-widget.el (tree-widget-themes-load-path): New variable.
19898         (tree-widget-themes-directory): Doc fix.
19899         (tree-widget-image-formats) [Emacs]: Doc fix.
19900         (tree-widget--locate-sub-directory): New function.
19901         (tree-widget-themes-directory): Use it.
19903         * recentf.el (recentf-filename-handlers): Rename from
19904         `recentf-filename-handler'.  Allow a list of functions.
19905         (recentf-menu-items-for-commands): Fix :help strings.
19906         (recentf-apply-filename-handlers): New function.
19907         (recentf-expand-file-name): Use it.
19908         (recentf-cleanup): Remove duplicates too.
19910 2005-09-29  Juri Linkov  <juri@jurta.org>
19912         * faces.el: Rearrange face definitions to be in the same order as
19913         their face descriptions in "(emacs)Standard Faces".
19915         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
19917         * tooltip.el (tooltip): Add group `basic-faces'.
19919         * buff-menu.el (Buffer-menu-buffer): Remove group
19920         `font-lock-highlighting-faces'.
19922         * progmodes/compile.el (compilation-error, compilation-warning)
19923         (compilation-info, compilation-line-number, compilation-column-number):
19924         Change group from `font-lock-highlighting-faces' to `compilation'.
19926         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19927         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
19928         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
19929         (vhdl-font-lock-reserved-words-face)
19930         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
19931         `font-lock-highlighting-faces'.
19933         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
19935 2005-09-28  Kim F. Storm  <storm@cua.dk>
19937         * emulation/cua-base.el: Set CUA move property on additional commands:
19938         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
19939         forward-sexp, backward-sexp, forward-list, backward-list.
19941 2005-09-28  Romain Francoise  <romain@orebokech.com>
19943         * comint.el (comint-show-output): Really set point at the
19944         beginning of the output when not using `comint-use-prompt-regexp'.
19946 2005-09-27  Jay Belanger  <belanger@truman.edu>
19948         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
19949         in TeX mode.
19951 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
19953         * textmodes/org.el (org-table-sum): Fix format string.
19955         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
19956         Quote face names.
19958 2005-09-26  Romain Francoise  <romain@orebokech.com>
19960         * isearch.el (isearch-forward-regexp): Close doc string.
19962 2005-09-25  Richard M. Stallman  <rms@gnu.org>
19964         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
19966         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
19968         * progmodes/compile.el (compilation-error-properties):
19969         When getting the file from the previous error message,
19970         correctly decode the new data format.
19972         * progmodes/cc-cmds.el (c-electric-paren):
19973         Call old-blink-paren only for close-paren.
19975 2005-09-24  Andreas Schwab  <schwab@suse.de>
19977         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
19978         condition.
19980 2005-09-25  Romain Francoise  <romain@orebokech.com>
19982         * dired-aux.el (dired-copy-file-recursive):
19983         * dired.el (dired-delete-file):
19984         * ediff-mult.el (ediff-dir-diff-copy-file):
19985         * ediff-util.el (ediff-test-save-region):
19986         * forms.el (forms-mode):
19987         * ido.el (ido-file-internal, ido-delete-file-at-head):
19988         * log-edit.el (log-edit-done):
19989         * ses.el (ses-yank-resize):
19990         * play/gomoku.el (gomoku-human-plays, gomoku)
19991         (gomoku-human-resigns, gomoku-prompt-for-other-game)
19992         (gomoku-offer-a-draw):
19993         * play/landmark.el (lm-human-resigns, lm):
19994         * net/eudcb-ldap.el (eudc-ldap-check-base):
19995         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
19996         * progmodes/ebrowse.el (ebrowse-find-pattern):
19997         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
19998         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
19999         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20001         * vc.el (vc-delete-file):
20002         * play/gomoku.el (gomoku-terminate-game, gomoku)
20003         (gomoku-prompt-for-move, gomoku-human-takes-back):
20004         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20005         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20007 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
20009         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20010         color rxvt terminals by using the code xterm.el used to use before
20011         2005-04-09 in order to match the colors used by rxvt.
20013 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20015         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20016         colors rxvt-unicode terminals by using the same code as xterm.el.
20018 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20020         * textmodes/tex-mode.el (tex-font-lock-append-prop)
20021         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20022         new symbol used for the tex-verbatim face.
20024 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20026         * woman.el (woman-file-name):
20027         * wid-edit.el (widget-file-prompt-value)
20028         (widget-coding-system-prompt-value):
20029         * w32-fns.el (set-w32-system-coding-system):
20030         * vc.el (vc-version-diff, vc-annotate):
20031         * textmodes/reftex-auc.el (reftex-arg-cite)
20032         (reftex-arg-index-tag):
20033         * textmodes/refer.el (refer-get-bib-files):
20034         * textmodes/artist.el (artist-figlet-choose-font):
20035         * terminal.el (terminal-emulator):
20036         * replace.el (occur-read-primary-args):
20037         * rect.el (string-rectangle, string-insert-rectangle):
20038         * ps-print.el (ps-print-preprint):
20039         * progmodes/pascal.el (pascal-goto-defun):
20040         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20041         * progmodes/compile.el (compilation-find-file):
20042         * printing.el (pr-interactive-n-up):
20043         * play/animate.el (animate-birthday-present):
20044         * net/rcompile.el (remote-compile):
20045         * man.el (man, Man-goto-section, Man-follow-manual-reference):
20046         * mail/rmailsum.el (rmail-summary-search-backward)
20047         (rmail-summary-search):
20048         * mail/rmailout.el (rmail-output-read-rmail-file-name)
20049         (rmail-output-read-file-name):
20050         * mail/rmail.el (rmail-search, rmail-search-backwards):
20051         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20052         * locate.el (locate):
20053         * international/quail.el (quail-show-keyboard-layout):
20054         * international/mule.el (set-buffer-file-coding-system)
20055         (revert-buffer-with-coding-system, set-file-name-coding-system)
20056         (set-terminal-coding-system, set-keyboard-coding-system)
20057         (set-next-selection-coding-system):
20058         * international/mule-diag.el (describe-coding-system)
20059         (describe-font, describe-fontset):
20060         * international/mule-cmds.el (universal-coding-system-argument)
20061         (search-unencodable-char, describe-input-method)
20062         (set-language-environment, describe-language-environment):
20063         * international/codepage.el (codepage-setup):
20064         * international/code-pages.el (codepage-setup):
20065         * info.el (Info-search, Info-follow-reference)
20066         (Info-search-backward):
20067         * emacs-lisp/advice.el (ad-read-advised-function)
20068         (ad-read-advice-class, ad-clear-cache, ad-activate)
20069         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20070         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20071         (ad-read-regexp):
20072         * ediff-util.el (ediff-toggle-regexp-match):
20073         * ediff-ptch.el (ediff-prompt-for-patch-file):
20074         * dired-aux.el (dired-diff):
20075         * diff.el (diff):
20076         * cus-edit.el (custom-variable-prompt):
20077         * calendar/timeclock.el (timeclock-ask-for-project):
20078         * calc/calcalg3.el (calc-get-fit-variables):
20079         * calc/calc-store.el (calc-edit-variable)
20080         (calc-permanent-variable):
20081         * vc-mcvs.el (vc-mcvs-register):
20082         * shadowfile.el (shadow-define-literal-group):
20083         * woman.el (woman-file-name):
20084         * vc.el (vc-version-diff, vc-merge):
20085         * textmodes/reftex-index.el (reftex-index-complete-tag):
20086         * format.el (format-decode-buffer, format-decode-region):
20087         * emulation/viper-cmd.el (viper-read-string-with-history):
20088         * emacs-lisp/debug.el (cancel-debug-on-entry):
20089         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20090         * ediff.el (ediff-merge-revisions)
20091         (ediff-merge-revisions-with-ancestor, ediff-revision):
20092         * completion.el (interactive-completion-string-reader):
20093         * calc/calc-prog.el (calc-user-define-formula):
20094         Follow convention for reading with the minibuffer.
20096 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
20098         * progmodes/python.el (python-describe-symbol): Add globals() and
20099         locals() to the arguments of emacs.ehelp.
20101 2005-09-24  Magnus Henoch  <mange@freemail.hu>
20103         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20104         New function, code extracted from ispell-valid-dictionary-list.
20105         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20106         Call it.
20108 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
20110         * subr.el (version-regexp-alist): Extend valid syntax for version
20111         strings: allow any of the characters -,_,+ to separate the
20112         alpha/beta/rc part from the version part.  Doc fix.
20113         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
20115 2005-09-23  David Reitter  <david.reitter@gmail.com>
20117         * mail/mailclient.el: New file.
20119 2005-09-23  Richard M. Stallman  <rms@gnu.org>
20121         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20122         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20123         Doc fixes.
20125         * progmodes/cc-mode.el (c-font-lock-init):
20126         Specify font-lock-lines-before.
20128 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20130         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20131         whole conflict.
20133 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
20135         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20136         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
20137         of `remap' feature when available.  Additional key bindings for
20138         better tty support.
20139         (org-mode-restart, org-force-self-insert): New commands.
20140         (org-time-stamp-inactive): New command.
20141         (org-remap): New function.
20142         (org-table-auto-blank-field, org-level-color-stars-only): New options.
20143         (org-enable-fixed-width-editor): Move to `org-structure'
20144         customization group.
20145         (org-self-insert-command, orgtbl-self-insert-command): Modify to
20146         blank field after field motion commands.
20148 2005-09-23  Kenichi Handa  <handa@m17n.org>
20150         * international/mule-cmds.el (set-language-environment):
20151         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20152         have to call utf-translate-cjk-load-tables.
20154 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20156         * mouse.el (mouse-move-drag-overlay): Fix last change.
20158 2005-09-22  David Ponce  <david@dponce.com>
20160         * tree-widget.el (tree-widget-value-create): Fix previous change.
20162 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20164         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20166 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20168         * mouse.el (mouse-move-drag-overlay): New function.
20169         (mouse-drag-region-1): Use it.
20170         Try to simplify a bit the state handling.  Handle clicks on links
20171         inside intangible areas.
20172         (mouse-save-then-kill): Minor simplification.
20173         (mouse-secondary-overlay): Make it always non-nil instead of
20174         recreating it each time.
20175         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20176         (mouse-kill-secondary, mouse-secondary-save-then-kill):
20177         Simplify accordingly.
20179 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20181         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20183 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
20185         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20186         (ediff-file-name-sans-prefix): Treat nil as an empty string.
20187         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20188         to patch.
20190         * ediff-util.el: Use insert-buffer-substring.
20192         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20194         * emulation/viper-cmd.el (viper-change-state): Don't move over the
20195         field boundaries in the minibuffer.
20196         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20197         (viper-minibuffer-post-command-hook): New hook.
20198         (viper-line): Don't move cursor at bolp.
20200         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20202         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20203         avoid compiler warnings.
20205         * emulation/viper-macs.el (ex-map): Better messages.
20207         * emulation/viper-utils.el (viper-beginning-of-field): New function.
20209         * emulation/viper.el: Replace make-variable-buffer-local with
20210         viper-make-variable-buffer-local everywhere, to avoid warnings.
20212 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20214         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20215         Delete unused var `old-selected-window'.
20216         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20217         (mouse-drag-secondary): Delete unused var `start-frame'.
20219 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20221         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20223 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20225         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20226         Re-indent within 80 columns.  Use inhibit-read-only.
20228 2005-09-19  Romain Francoise  <romain@orebokech.com>
20230         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20232 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20234         * font-lock.el (font-lock-default-fontify-region): Don't add a line
20235         unconditionally, since the after-change-function already did it.
20237 2005-09-19  Miles Bader  <miles@gnu.org>
20239         * net/newsticker.el: Get rid of CVS keyword.
20241 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
20243         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20244         The prompt is formatted later.
20246 2005-09-19  David Ponce  <david@dponce.com>
20248         * tree-widget.el (tree-widget-value-create): Save the converted
20249         tree :node widget.
20251 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
20253         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20254         variable `message'.
20256 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
20258         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20259         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
20260         <slawomir.nowaczyk.847@student.lu.se>.
20262 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
20264         * image.el (image-load-path): Use symbol `data-directory' instead
20265         of its value, for backward compatibility with packages that bind
20266         it during `find-image'.  Suggested by Katsumi Yamaoka.
20267         (image-search-load-path): Handle symbols whose values are strings.
20269 2005-09-18  Romain Francoise  <romain@orebokech.com>
20271         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20272         with-current-buffer form in save-excursion.
20274 2005-09-18  Deepak Goel  <deego@gnufans.org>
20276         * apropos.el (apropos-command): Fix `message' call: first arg
20277         should be a format spec.  In this and all other cases that appear
20278         below and elsewhere in the source code, I made a change only when
20279         two conditions were satisfied: [1] I can think of a possibility
20280         that the arguments would cause an error, for example, the code in
20281         question relies on external variables such as filenames.  [2] I
20282         was sure that the arg to `message' could not have been nil in the code.
20284         * textmodes/tildify.el (tildify-region): Ditto.
20286         * textmodes/reftex-index.el (reftex-index-change-entry)
20287         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20288         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20289         * textmodes/org.el (org-complete, org-deadline, org-schedule)
20290         (org-priority, org-table-sum):
20291         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20292         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20293         (flyspell-word, flyspell-display-next-corrections):
20294         * textmodes/bibtex.el (bibtex-print-help-message):
20295         * textmodes/artist.el (artist-key-set-point-poly):
20296         * term/mac-win.el (mac-services-insert-text):
20297         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20298         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20299         (vhdl-port-paste-testbench, vhdl-compose-new-component)
20300         (vhdl-compose-configuration):
20301         * progmodes/sh-script.el (sh-blink, sh-show-indent)
20302         (sh-set-indent, sh-learn-line-indent):
20303         * progmodes/ps-mode.el (ps-mode-target-column):
20304         * progmodes/idlwave.el (idlwave-make-tags)
20305         (idlwave-scan-library-catalogs):
20306         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20307         * progmodes/gud.el (gud-jdb-analyze-source):
20308         * progmodes/flymake.el (flymake-log):
20309         * progmodes/ebnf2ps.el (ebnf-generate-region):
20310         * progmodes/cmacexp.el (c-macro-expansion):
20311         * progmodes/ada-xref.el (ada-treat-cmd-string):
20312         * progmodes/ada-mode.el (ada-create-case-exception-substring)
20313         (ada-justified-indent-current, ada-batch-reformat):
20314         * play/zone.el (zone):
20315         * play/landmark.el (lm-move):
20316         * play/decipher.el (decipher-show-alphabet):
20317         * net/newsticker.el (newsticker--display-jump)
20318         (newsticker--display-scroll):
20319         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20320         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20321         * mail/feedmail.el (feedmail-dump-message-to-queue):
20322         * eshell/esh-proc.el (eshell-remove-process-entry):
20323         * emulation/ws-mode.el (ws-last-error):
20324         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20325         (viper-record-kbd-macro):
20326         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20327         * emacs-lisp/lisp-mnt.el (lm-report-bug):
20328         * emacs-lisp/find-func.el (find-function-noselect):
20329         * calendar/timeclock.el (timeclock-status-string)
20330         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20331         (timeclock-when-to-leave-string):
20332         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20333         * calc/calc-units.el (calc-enter-units-table):
20334         * calc/calc-mode.el (calc-mode-record-mode):
20335         * woman.el (woman-mini-help):
20336         * wdired.el (wdired-change-to-wdired-mode):
20337         * vc.el (vc-retrieve-snapshot):
20338         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20339         * startup.el (display-startup-echo-area-message):
20340         * simple.el (set-goal-column):
20341         * ses.el (ses-command-hook, ses-recalculate-cell):
20342         * server.el (server-process-filter):
20343         * printing.el (pr-interface-txt-print, pr-interface-printify)
20344         (pr-interface-ps):
20345         * pcvs.el (cvs-help):
20346         * log-edit.el (log-edit, log-edit-mode-help):
20347         * iswitchb.el (iswitchb-possible-new-buffer):
20348         * isearch.el (isearch-edit-string):
20349         * image-mode.el (image-mode, image-minor-mode):
20350         * ibuf-macs.el (define-ibuffer-filter):
20351         * hi-lock.el (hi-lock-find-patterns):
20352         * files.el (toggle-read-only):
20353         * ediff-util.el (ediff-copy-diff)
20354         (ediff-write-merge-buffer-and-maybe-kill):
20355         * echistory.el (Electric-history-undefined):
20356         * dnd.el (dnd-insert-text):
20357         * dired-aux.el (dired-query):
20358         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20359         * bookmark.el (bookmark-bmenu-locate):
20360         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20361         Fix `message' calls to ensure first arg is a format string.
20362         The change was made only when these two conditions were satisfied:
20363         [1] when there is a possibility that the arguments would cause an error
20364         for example, if the code in question relies on external variables
20365         such as filenames, and
20366         [2] if the arg to `message' could not have been nil in the code.
20368         * pcomplete.el (pcomplete--help): Fix `message' format spec.
20369         Not having a %s would be weird, though not technically wrong.
20371 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20373         * term/mac-win.el (mac-add-charset-info): Doc fix.
20375 2005-09-17  Romain Francoise  <romain@orebokech.com>
20377         * shell.el (shell-resync-dirs): Handle echoing processes more
20378         reliably.  Don't insert resync command if `comint-process-echoes'
20379         is non-nil.
20381 2005-09-17  Magnus Henoch  <mange@freemail.hu>
20383         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20384         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20385         aspell versions >= 0.60.
20386         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20387         only if ispell-aspell-supports-utf8 is non-nil.
20389 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20391         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20392         buffer-local value to lisp-indent-function.
20394 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
20396         * progmodes/glasses.el (glasses-make-readable): If
20397         glasses-separator differs from underscore, put appropriate
20398         overlays over underscore characters.
20399         (glasses-convert-to-unreadable): If glasses-separator differs from
20400         underscore, try to convert glasses-separator characters to
20401         underscores.
20403 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20405         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20406         Use with-syntax-table and dolist.
20408 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
20410         * textmodes/reftex-auc.el:
20411         * textmodes/reftex-cite.el:
20412         * textmodes/reftex-dcr.el:
20413         * textmodes/reftex-global.el:
20414         * textmodes/reftex-parse.el:
20415         * textmodes/reftex-ref.el:
20416         * textmodes/reftex-sel.el:
20417         * textmodes/reftex-toc.el:
20418         * textmodes/reftex-vars.el:
20419         * textmodes/reftex.el: Small changes to remove compiler warnings.
20421         * textmodes/reftex-index.el: Likewise.
20422         (reftex-query-index-phrase): More efficient use of markers.
20424 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20426         * image.el (image-load-path): New variable.
20427         (image-search-load-path): New function.
20428         (find-image): Search for images in `image-load-path'.
20430 2005-09-15  Richard M. Stallman  <rms@gnu.org>
20432         * follow.el: Change Maintainer field.
20434 2005-09-15  David Ponce  <david@dponce.com>
20436         * recentf.el (recentf-save-file-modes): New option.
20437         (recentf-save-list): Use it.
20439 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
20441         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20442         (mode-line-mule-info, mode-line-modified): Move bindings from
20443         mouse-3 to mouse-1.
20445 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20447         * simple.el (sendmail-user-agent-compose): Revert last change.
20449 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20451         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20452         Use with-current-buffer.
20453         (ange-ftp-gwp-start): Remove unused var `gw-user'.
20454         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20455         (ange-ftp-insert-directory): Remove unused var `short'.
20456         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20458         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20459         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20461         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20462         (check-calendar-holidays, diary-list-entries): Autoload.
20463         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20464         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20466         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20467         which mistakenly removed a call to display-buffer.
20469 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
20471         * obsolete/iso-insert.el: Move to obsolete/ from international/.
20473 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
20475         * progmodes/hideshow.el
20476         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20477         (hs-allow-nesting): New user var.
20478         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20479         (hs-hide-block-at-point): When nesting allowed,
20480         if there is already an overlay in place, delete it.
20481         (hs-safety-is-job-n): Delete func; remove call sites.
20482         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20483         (hs-overlay-at): New func.
20484         (hs-already-hidden-p, hs-show-block): Use it.
20485         (hs-hide-all): Don't pre-clean if nesting allowed.
20486         (hs-show-all): Temporarily disallow
20487         nesting around call to `hs-discard-overlays'.
20489 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
20491         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20492         Delete unused local var.
20494 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
20496         * help-fns.el (describe-categories): "?\ " -> "?\s".
20497         (help-do-arg-highlight): Recognize also ARG-n, as in
20498         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
20500         * international/codepage.el (dos-unsupported-char-glyph):
20501         * net/newsticker.el (tool-bar-map, w3-mode-map)
20502         (w3m-minor-mode-map):
20503         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20504         (ent-alist):
20505         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20507 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
20509         * custom.el (custom-push-theme): Handle the case where a symbol is
20510         bound but face properties have not yet been assigned.
20512         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20513         Fix behavior if noerase is `t' and there is no mail buffer.
20515         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
20516         if `continue' is nil, rather than signal an error.
20518 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20520         * font-lock.el (font-lock-keywords): Add autoload.
20522         * help-fns.el (describe-variable): Rearrange to put source link
20523         in a predictable place.
20525         * net/newsticker.el: New file.
20527 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20529         * calendar/calendar.el (calendar-for-loop): Add edebug info.
20530         (calendar-basic-setup): Use the new nil arg.
20531         (number-of-diary-entries): Move to diary-lib.el.
20533         * calendar/diary-lib.el: Use with-current-buffer, match-string.
20534         (diary-list-entries): Use with-syntax-table and dolist.
20535         Rename from list-diary-entries.
20536         Use number-of-diary-entries if `number' is nil.
20537         (diary, diary-view-entries): Use this new name and new nil arg value.
20538         (number-of-diary-entries): Move from calendar.el.
20539         (diary-unhide-everything): New function.
20540         (include-other-diary-files, fancy-diary-display)
20541         (diary-show-all-entries, make-diary-entry): Use it.
20542         (diary-mail-entries): Use buffer-string.
20543         (mark-diary-entries): Fix long standing paren typo.
20544         (diary-sexp-entry): Use count-lines.
20545         (make-diary-entry): Avoid `previous-line'.
20546         (diary-mode-map): New var.
20547         (diary-mode): Redraw cal after saving.  Setup header-line.
20548         (fancy-diary-display-mode): Use local-set-key.
20550         * startup.el (command-line): Try calling various terminal-init-foo-bar
20551         functions by stripping hyphenated suffixes from $TERM.
20553         * files.el (normal-mode): Check boundness of font-lock-keywords.
20555 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20557         * progmodes/compile.el: Don't decide a file's directory
20558         until the user actually tries to go there.
20559         (compilation-next-error-function):
20560         Pass compilation-find-file the directory from the file-struct.
20561         (compilation-internal-error-properties): Separate local FILE-STRUCT
20562         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
20563         (compilation-find-file): Arg DIR renamed to DIRECTORY.
20564         Expand it, and if nil, use default-directory.
20565         (compilation-get-file-structure): Don't mix specified directory
20566         with default directory.  Put specified directory into
20567         file-struct.  Don't make the file name absolute.
20569         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20570         (compile-command): Add autoload.
20571         (compilation-disable-input): Add autoload.
20573 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
20575         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
20576         strings of the variables it can override.
20577         (time-stamp): New (as yet undocumented) time-stamp-format escapes
20578         %Q and %q, for fully-qualified domain name and unqualified host name.
20580 2005-09-11  Kim F. Storm  <storm@cua.dk>
20582         * emacs-lisp/authors.el (authors-aliases): Update list.
20583         (authors-fixed-entries): Update mldrag.el entry.
20585 2005-09-10  Alan Mackenzie  <acm@muc.de>
20587         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
20588         from the region narrowed to.
20590 2005-09-10  Magnus Henoch  <mange@freemail.hu>
20592         * textmodes/ispell.el (ispell-check-version): Signal an error if
20593         aspell version is less than 0.60.
20595 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
20597         * progmodes/octave-inf.el (inferior-octave-startup):
20598         Resync current dir at the end.
20600 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
20602         * woman.el (woman-topic-at-point-default):
20603         Rename to woman-use-topic-at-point-default.
20604         (woman-topic-at-point): Rename to woman-use-topic-at-point.
20605         (woman-file-name): Reflect renames above.  Automatically use the
20606         word at point as topic if woman-use-topic-at-point is non-nil.
20607         Otherwise offer it as default but don't insert it in the
20608         minibuffer.  Also use `test-completion' instead of `assoc' as
20609         suggested by Stefan Monnier.
20611 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
20613         * vc.el (vc-directory, vc-update-change-log): Throw an error on
20614         the attempt to do it over Tramp.  This is not yet supported.
20616 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
20618         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20619         (menu-bar-non-minibuffer-window-p): New functions.
20620         ("Split Window", "Save As..."): Use them.
20621         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
20622         ("Print Buffer", "Truncate Long Lines in this Buffer"):
20623         Use menu-bar-menu-frame-live-and-visible-p.
20624         ("Save Buffer", "Insert File", "Open Directory...")
20625         ("Open File...", "Visit New File..."):
20626         Use menu-bar-non-minibuffer-window-p.
20627         (kill-this-buffer-enabled-p, dired <menu-enable>):
20628         Use menu-bar-non-minibuffer-window-p.
20630 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20632         * cus-start.el (all): Don't complain about fringe-related
20633         built-ins if fringes are not supported.  Ditto about
20634         selection-related built-ins.  Fix the test for GTK-related built-ins.
20636         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
20637         ("Postscript Print Buffer", "Print Region", "Save As...")
20638         ("Save", "Insert File...", "Open Directory...")
20639         ("Open File...", "Visit New File..."")
20640         ("Truncate Long Lines in this Buffer"): Don't look at
20641         menu-updating-frame if this display does not support multiple frames.
20643 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20645         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
20647 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
20649         * woman.el: Format- and whitespace-related changes.
20651 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20653         * woman.el: Fix my email address.
20655 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20657         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
20658         (sh-mode): Locally set skeleton-pair-default-alist.
20660         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
20662         * progmodes/flymake.el: Require `compile' unconditionally.
20664         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
20666         * woman.el (woman-file-name): Provide a default, not initial input.
20668         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
20670         * font-lock.el (font-lock-support-mode): Doc fix.
20672         * descr-text.el (describe-property-list): Handle non-symbol prop names.
20674 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20676         * simple.el (blink-matching-open): Get rid of text props from
20677         the string shown in echo area.  Don't permanently set point.
20678         Some rearrangements.
20680 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20682         * recentf.el (recentf-filename-handler): Add custom choice
20683         `abbreviate-file-name'.
20685         * msb.el (msb--very-many-menus): Fix typo.
20687         * disp-table.el (standard-display-european): Don't set
20688         enable-multibyte-characters to nil.
20690 2005-09-08  David Ponce  <david@dponce.com>
20692         * recentf.el (recentf-show-file-shortcuts-flag): New option.
20693         (recentf-expand-file-name): Doc fix.
20694         (recentf-dialog-mode-map): Define digit shortcuts.
20695         (recentf--files-with-key): New variable.
20696         (recentf-show-digit-shortcut-filter): New function.
20697         (recentf-open-files-items): New function.
20698         (recentf-open-files): Use it.
20699         (recentf-open-file-with-key): New command.
20701 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
20703         * buff-menu.el (Buffer-menu-sort-by-column): New function.
20704         Suggested by Kim F. Storm.
20705         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
20706         (Buffer-menu-make-sort-button): Use global keymap.
20708 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
20710         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
20711         (Man-getpage-in-background-advice): Remove defadvice; it isn't
20712         necessary any longer with the remapped command.
20713         (Man-bgproc-sentinel-advice): Remove defadvice which counts
20714         formatting time only.
20716         * net/tramp.el (tramp-action-password)
20717         (tramp-multi-action-password): Compile the password prompt from
20718         `method', `user' and `host'.  Sometimes it isn't obvious which
20719         password to enter, for example with remote files offered by
20720         recentf.el, or with multiple steps.  Suggested by Robert Marshall
20721         <robert@chezmarshall.freeserve.co.uk>.
20723 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20725         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20726         Fix regexp for when "s///" is at the beginning of line.
20728 2005-09-07  Jay Belanger  <belanger@truman.edu>
20730         * calc/calc-poly.el (math-expand-term): Multiply out any powers
20731         when in matrix mode.
20733 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20735         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
20736         non-anonymous functions.
20738 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
20740         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
20741         when using a header line.  Otherwise, use mouse-1-click-follows-link.
20743         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
20744         can't be moved; don't signal an error.
20746 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
20748         * cus-theme.el (custom-theme-write-faces): Save the current face
20749         spec, not the defface spec.
20751         * custom.el (custom-known-themes): Clarify meaning of "standard".
20752         (custom-push-theme): Save old values in the standard theme.
20753         (disable-theme): Correct typo.
20754         (custom-face-theme-value) Deleted unused function.
20755         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
20757 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20759         * progmodes/compile.el (compilation-goto-locus): Take into account
20760         iconified frames when determining whether the buffer is
20761         already visible.
20762         Don't reset window height if the window already existed.
20764 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
20766         * custom.el (load-theme): Rename from require-theme.
20767         Add interactive spec.
20768         (enable-theme): Rename from custom-enable-theme.
20769         Add interactive spec.
20770         (disable-theme): Rename from custom-disable-theme.
20771         Add interactive spec.
20772         (custom-make-theme-feature): Doc fix.
20773         (custom-theme-directory): Doc fix.
20774         (provide-theme): Call enable-theme.
20776 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20778         * obsolete/lazy-lock.el (lazy-lock-mode):
20779         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
20780         font-lock-mode if it's off.  Print a warning instead.
20782         * progmodes/compile.el (compilation-start): Ignore errors if the
20783         process died before we get to send-eof.
20785         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
20786         Undo last change.  Enclosing the result in quotes broke things on Unix
20787         since tex-send-command passes it through shell-quote-argument.
20788         (tex-send-command): Pass `file' through convert-standard-filename
20789         when possible.
20790         (tex-uptodate-p): Handle the case where TeX hasn't put additional
20791         info in a transcript.
20793 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
20795         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
20796         fix compilation warning.  Reorder the key definitions to group
20797         together keys emitted by the current version of xterm.
20799         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
20800         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
20801         Reorder predicates to correct min-color usage.
20803 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
20805         * longlines.el (longlines-mode): Inhibit read-only when encoding.
20806         Kill local variables when longlines-mode is turned off.
20808 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20810         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
20812         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
20814         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
20816         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20817         (font-lock-lines-before): Change default to being inactive.
20818         (font-lock-default-fontify-region): Obey font-lock-lines-before.
20819         (font-lock-after-change-function): Don't handle f-l-lines-before here.
20821 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20823         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20824         Deactivate temporarily advice if active (not needed for Emacs 22,
20825         but for backwards compatibility).
20826         (tramp-exists-file-name-handler): Rewrite.  First implementation
20827         was too simple.
20828         (tramp-advice-make-auto-save-file-name):
20829         Call `tramp-handle-make-auto-save-file-name' (again, just for
20830         backwards compatibility).
20832 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20834         * progmodes/vhdl-mode.el
20835         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20836         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20837         (vhdl-set-default-project): New function (easier setting of default).
20838         (vhdl-port-copy): Handle extended identifiers for generics.
20839         (vhdl-compiler-alist): Better description for error message regexp.
20840         (vhdl-make): Query for target, use previous as default.
20841         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20842         (vhdl-font-lock-keywords-2): Fix fontification for record
20843         el. assign.
20844         (vhdl-speedbar-make-subpack-line): Add package body link.
20845         (vhdl-generate-makefile-1): Not include itself as dependency.
20846         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20847         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20848         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20849         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20850         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20851         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20852         (vhdl-import-project): Add string argument for `error'.
20853         (vhdl-compose-configuration)
20854         (vhdl-compose-configuration-architecture): Add configuration
20855         declaration generation.
20856         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20857         (vhdl-trailer-re): Add "record" keyword (better indentation).
20858         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20859         "[^ \t-\"]+".
20860         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20861         (vhdl-testbench-entity-file-name)
20862         (vhdl-testbench-architecture-file-name): Allow separate
20863         customization of testbench file names.
20864         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20865         (vhdl-get-visible-signals): Allow newline within alias declaration.
20866         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20867         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20868         (member-ignore-case): Alias for missing function in XEmacs.
20869         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20870         (vhdl-update-sensitivity-list): Ignore case on read signals.
20871         (vhdl-replace-string): Adjust case only for file names.
20872         (vhdl-update-sensitivity-list): Fix search for read signals.
20873         (vhdl-update-sensitivity-list): Exclude formal parameters.
20874         (vhdl-get-visible-signals): Include aliases of signals.
20875         (vhdl-get-visible-signals): Fix signal name searching.
20876         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20877         (vhdl-fixup-whitespace-region): Fix for character
20878         literals (e.g. `:').
20880 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20882         * ansi-color.el (comint-last-output-start):
20883         * bs.el (font-lock-verbose):
20884         * diff-mode.el (add-log-buffer-file-name-function):
20885         * dired-x.el (vm-folder-directory):
20886         * faces.el (help-xref-stack-item):
20887         * files.el (font-lock-keywords):
20888         * find-lisp.el (dired-buffers, dired-subdir-alist):
20889         * ido.el (cua-inhibit-cua-keys):
20890         * log-view.el (cvs-minor-wrap-function):
20891         * outline.el (font-lock-warning-face):
20892         * simple.el (compilation-current-error):
20893         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
20894         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
20895         * tooltip.el (comint-prompt-regexp):
20896         * w32-fns.el (explicit-shell-file-name):
20897         * term/mac-win.el (mac-charset-info-alist)
20898         (mac-services-selection, mac-system-script-code):
20899         * term/tty-colors.el (msdos-color-values):
20900         * term/w32-win.el (xlfd-regexp-registry-subnum):
20901         * term/x-win.el (x-keysym-table, x-selection-timeout)
20902         (x-session-id, x-session-previous-id):
20903         * textmodes/ispell.el (mail-yank-prefix):
20904         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
20905         * textmodes/org.el (calc-embedded-close-formula)
20906         (calc-embedded-open-formula)
20907         (font-lock-unfontify-region-function):
20908         * textmodes/reftex-global.el (isearch-next-buffer-function)
20909         (TeX-master):
20910         * textmodes/reftex.el (font-lock-keywords):
20911         * textmodes/tex-mode.el (font-lock-comment-face)
20912         (font-lock-doc-face):
20913         * textmodes/texinfo.el (outline-heading-alist):
20914         Add defvars.
20916         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
20917         (artist-spray-chars, artist-mode-init, artist-replace-string)
20918         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
20919         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
20920         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
20922         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
20923         (conf-align-assignments): "?\ " -> "?\s".
20925         * textmodes/reftex-index.el (TeX-master): Add defvar.
20926         (reftex-index-phrases-marker): Move up defvar.
20928         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
20929         (reftex-toc-include-labels-indicator)
20930         (reftex-toc-include-index-indicator)
20931         (reftex-toc-max-level-indicator): Move up declarations.
20933         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
20934         of args to `tramp-run-real-handler', even if it's empty in this case.
20936 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20938         * dired.el (dired-move-to-filename-regexp): Add date format for
20939         Mac OS X 10.3 in East Asian locales.
20941 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20943         * files.el (make-auto-save-file-name): Add file name handler call
20944         if applicable.
20946         * net/tramp.el (tramp-file-name-handler-alist)
20947         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
20948         (tramp-handle-make-auto-save-file-name): Rename from
20949         `tramp-make-auto-save-file-name'.
20950         (tramp-exists-file-name-handler): New defun.
20951         (tramp-advice-make-auto-save-file-name): Make defadvice only when
20952         `make-auto-save-file-name' is not a magic file name operation.
20954 2005-08-30  Richard M. Stallman  <rms@gnu.org>
20956         * files.el (risky-local-variable-p):
20957         Match `-predicates' and `-commands.
20959         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
20960         (custom-save-all): Visit the file if necessary;
20961         kill the buffer if we created it.
20962         (custom-save-delete): Don't visit file or kill buffer here.
20964 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
20966         * textmodes/org.el (org-special-keyword): New face.
20967         (org-table-copy-down, org-table-eval-formula)
20968         (org-table-recalculate, org-init-section-numbers):
20969         Use `string-to-number' instead of `string-to-int'.
20970         (org-get-location): Use `insert-buffer-substring' instead of
20971         `insert-buffer'.
20972         (org-modify-diary-entry-string): New function.
20973         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
20974         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
20975         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
20976         active region.
20977         (org-export-as-html): Handle QUOTE keyword.
20978         (org-quote-string): New option.
20979         (org-bookmark-jump-unhide): New function, used for
20980         `bookmark-after-jump-hook'.
20981         (org-diary-default-entry): Apply only when not called through
20982         `org-agenda'.
20984 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
20986         * net/eudc.el (mode-popup-menu):
20987         * play/handwrite.el (ps-printer-name, ps-lpr-command):
20988         * progmodes/ada-mode.el (compile-auto-highlight)
20989         (skeleton-further-elements):
20990         * progmodes/autoconf.el (font-lock-syntactic-keywords):
20991         * progmodes/cmacexp.el (msdos-shells):
20992         * progmodes/compile.el (font-lock-extra-managed-props)
20993         (font-lock-keywords, font-lock-maximum-size)
20994         (font-lock-support-mode):
20995         * progmodes/grep.el (font-lock-lines-before):
20996         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
20997         * progmodes/mixal-mode.el (compile-command):
20998         * progmodes/perl-mode.el (font-lock-comment-face)
20999         (font-lock-doc-face, font-lock-string-face):
21000         * progmodes/prolog.el (comint-prompt-regexp):
21001         * progmodes/sh-script.el (font-lock-comment-face)
21002         (font-lock-set-defaults, font-lock-string-face):
21003         * progmodes/sql.el (font-lock-keyword-face)
21004         (font-lock-set-defaults, font-lock-string-face):
21005         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21006         (itimer-version, lazy-lock-defer-contextually)
21007         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21008         Add defvars.
21010         * progmodes/cperl-mode.el (cperl-electric-lbrace)
21011         (cperl-electric-keyword, cperl-electric-pod)
21012         (cperl-electric-backspace, cperl-forward-re)
21013         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21014         (vc-rcs-header, vc-sccs-header): Add defvars.
21016         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21017         (font-lock-syntactic-keywords, gud-find-expr-function):
21018         Add defvars.
21020         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21021         (gdb-frame-parameters): Declare before use.
21023         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21024         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21025         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21026         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21028         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21029         (idlwave-help-with-source): Use `insert-buffer-substring', not
21030         `insert-buffer'.
21032 2005-08-29  Juri Linkov  <juri@jurta.org>
21034         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21035         Put outline-back-to-heading function call inside save-excursion.
21037 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
21039         * man.el (Man-init-defvars, Man-translate-references)
21040         (Man-support-local-filenames, Man-highlight-references):
21041         * progmodes/sql.el (sql-interactive-mode):
21042         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21044         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21045         (compilation-mode-font-lock-keywords): Add defvars.
21046         (checkdoc-interactive-loop): "?\ " -> "?\s".
21048         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21049         (font-lock-doc-face, font-lock-string-face)
21050         (font-lock-keywords-case-fold-search): Add defvars.
21051         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21053         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21054         Don't pass X and Y (they are ignored anyway).
21055         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21056         (mouse-delete-window): Make arguments optional.
21058         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21059         (caesar-translate-table, minor-modes, news-buffer-save)
21060         (news-group-name, news-minor-modes): Add defvars.
21062         * emacs-lisp/lselect.el (mouse-highlight-priority)
21063         (x-lost-selection-functions, zmacs-regions):
21064         * emacs-lisp/pp.el (font-lock-verbose):
21065         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21066         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21067         (ses-mode-map):
21068         * emacs-lisp/tcover-unsafep.el (safe-functions):
21069         * international/mule-cmds.el (mac-system-coding-system)
21070         (mac-system-locale):
21071         * language/ethio-util.el (rmail-current-message)
21072         (rmail-message-vector):
21073         * language/thai-util.el (thai-auto-composition-mode):
21074         * mail/metamail.el (rmail-current-message, rmail-message-vector):
21075         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21076         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21077         (vm-primary-inbox, vm-spool-files):
21078         * mail/rmail.el (deleted-head, font-lock-fontified)
21079         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21080         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21081         (total-messages):
21082         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21083         (rmail-summary-mode-map):
21084         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21085         (rmail-last-label, rmail-last-multi-labels)
21086         (rmail-summary-vector, rmail-total-messages):
21087         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21088         * mail/rmailsum.el (msgnum):
21089         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21090         (rmail-current-message):
21091         * obsolete/fast-lock.el (font-lock-face-list):
21092         * obsolete/rnewspost.el (mail-reply-buffer):
21093         * obsolete/scribe.el (compile-command):
21094         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21096 2005-08-28  John Paul Wallington  <jpw@gnu.org>
21098         * ibuf-ext.el (ibuffer-auto-update-changed):
21099         Use `frame-or-buffer-changed-p' to check whether we need to update.
21100         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21101         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
21102         as a `frame-or-buffer-changed-p' state vector instead.
21104 2005-08-27  Romain Francoise  <romain@orebokech.com>
21106         * textmodes/makeinfo.el (makeinfo-compile):
21107         Use `compilation-start'.  Set `next-error-function' according to
21108         `disable-errors'.
21109         (makeinfo-next-error): New function.
21110         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21111         (makeinfo-buffer): Likewise.
21113         * progmodes/compile.el (compilation-start): Add autoload cookie.
21115         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21116         * textmodes/sgml-mode.el: Likewise.
21117         * progmodes/python.el: Likewise.
21119 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
21121         * simple.el (blink-matching-paren-distance): Document the meaning
21122         of nil value, and allow to customize to nil.
21124         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21125         command.com, not command.exe.
21127 2005-08-26  John Wiegley  <johnw@newartisans.com>
21129         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21130         code around a bit so that an extraneous nil argument is not added
21131         to a command when no args are given.
21133         * eshell/esh-arg.el (eshell-parse-double-quote): If a
21134         double-quoted argument resolves to nil, return it as an empty
21135         string rather than as nil.  This made it impossible to pass "" to
21136         a shell script as a null string argument.
21138 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21140         * outline.el (outline-invent-heading): New fun.
21141         (outline-promote, outline-demote): Use it.
21142         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21143         (outline-end-of-subtree): Remove unused var `opoint'.
21145 2005-08-26  David Reitter  <david.reitter@gmail.com>
21147         * menu-bar.el (truncate-lines, write-file, print-buffer)
21148         (ps-print-buffer-faces, ps-print-buffer, split-window):
21149         Disable menu items when the frame they refer to is invisible, or when
21150         they refer to a buffer and the minibuffer is selected.
21152 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
21154         * progmodes/flymake.el (flymake-highlight-err-lines):
21155         Use save-excursion around flymake-highlight-line to preserve point.
21157 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
21159         * progmodes/octave-mod.el: Change Author and Maintainer address.
21160         (octave-maintainer-address): Change Kurt's email address.
21161         * progmodes/octave-inf.el: Change Author and Maintainer address.
21162         * progmodes/octave-hlp.el: Change Author and Maintainer address.
21164 2005-08-26  Kim F. Storm  <storm@cua.dk>
21166         * subr.el (version-list-<, version-list-<=, version-list-=):
21167         Rename from integer-list-*.
21168         (version-list-not-zero): Likewise.  Fix while loop.
21169         (version=): Use version-list-= instead of string-equal.
21171 2005-08-26  Richard M. Stallman  <rms@gnu.org>
21173         * outline.el (outline-promote): Try shortening the heading.
21174         As last resort, read the heading to use.
21175         (outline-demote): As last resort, read the heading to use.
21177 2005-08-26  Romain Francoise  <romain@orebokech.com>
21179         * progmodes/compile.el (compilation-start): Doc fix.
21181         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21182         (antlr-font-lock-additional-keywords): Fix reference to
21183         `antlr-font-lock-literal-regexp' erroneously changed during the
21184         mass face rename.
21185         (antlr-run-tool): Use `compilation-start'.
21187         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21188         instead of the obsolete `compile-internal'.
21190 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
21192         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21193         (number, original-date):
21194         * calendar/cal-china.el (date):
21195         * calendar/cal-coptic.el (date):
21196         * calendar/cal-french.el (date):
21197         * calendar/cal-hebrew.el (date, entry, number, original-date):
21198         * calendar/cal-islam.el (date, number, original-date):
21199         * calendar/cal-iso.el (date):
21200         * calendar/cal-julian.el (date):
21201         * calendar/cal-mayan.el (date):
21202         * calendar/cal-menu.el (date, event):
21203         * calendar/cal-persia.el (date):
21204         * calendar/lunar.el (date):
21205         * calendar/solar.el (date): Add defvars.
21207         * emerge.el:
21208         * ibuffer.el:
21209         * info-xref.el:
21210         * obsolete/bg-mouse.el:
21211         * obsolete/sun-curs.el:
21212         * obsolete/swedish.el: Move the `defvar's to the top level.
21214         * smerge-mode.el (smerge-refined-change): Add :group.
21216 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21218         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21219         (smerge-keep-n): Remove props.
21220         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21221         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21222         now that it's done in smerge-keep-n.
21223         (smerge-refined-change): New face.
21224         (smerge-refine-chopup-region, smerge-refine-highlight-change)
21225         (smerge-refine): New funs.
21226         (smerge-basic-map): Bind smerge-refine.
21228 2005-08-25  Juri Linkov  <juri@jurta.org>
21230         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21231         compilation-process-setup-function and compilation-disable-input
21232         in grep-mode instead of let-bindings in grep.
21234         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21235         Delete "Automatic File De/compression" (auto-compression-mode).
21237 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
21239         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21240         Silence warning about non-existent variable.
21242 2005-08-25  Richard M. Stallman  <rms@gnu.org>
21244         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21245         Rename "Describe Key" to "Describe Key or Mouse Operation".
21247         * mail/mailalias.el (build-mail-aliases): Delete comments
21248         from the contents before processing them.
21250         * isearch.el (isearch-edit-string): Erase the Search prompt
21251         if user enters an empty string and there is no default.
21253         * comint.el (comint-file-name-prefix): Add autoload.
21255 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
21257         * subr.el (play-sound): Rearrange to avoid warning.
21259 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
21261         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21262         New hook.
21263         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21265 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21267         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21269         * custom.el (custom-theme-set-variables): Sort minor modes last.
21271 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21273         * subr.el (version-separator, version-regexp-alist): New vars used by
21274         version comparison funs.
21275         (integer-list-<, integer-list-=, integer-list-<=)
21276         (integer-list-not-zero): New funs for integer list comparison.
21277         (version-to-list, version=, version<, version<=): New funs for version
21278         comparison.
21280 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
21282         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21283         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21284         time to silence the byte-compiler.
21286         * ibuffer.el (ibuffer-compile-make-eliding-form)
21287         (ibuffer-check-formats): Use `with-no-warnings' to hide references
21288         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21289         so it's silly to get warnings for it).
21290         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21291         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21292         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21293         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21294         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21295         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21296         Defvar at compile time.
21297         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21298         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21299         Declare them before use.
21301         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21302         (info-xref-good, info-xref-bad): Defvar at compile time.
21304         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21305         Use `let*' instead of `let'.
21307         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21308         (*mouse-y*, menu, char): Defvar at compile time.
21309         (sc::menu): Declare it before use.
21310         (sc::pack-one-line): Use `let', not `let*'.
21312         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21313         (mail-send-hook): Defvar at compile time.
21315         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21316         Defvar at compile time.
21318         * term/sun-mouse.el (current-global-mousemap)
21319         (current-local-mousemap): Declare them before use.
21321 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
21323         * bookmark.el (bookmark-after-jump-hook): New hook.
21324         (bookmark-jump): Run `bookmark-after-jump-hook'.
21326 2005-08-23  Juri Linkov  <juri@jurta.org>
21328         * faces.el (minibuffer-prompt): Doc fix.
21330 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
21332         * progmodes/xscheme.el: Trivial changes to silence warnings.
21333         (xscheme-previous-mode, xscheme-previous-process-state):
21334         Add defvars.
21335         (xscheme-last-input-end, xscheme-process-command-line)
21336         (xscheme-process-name, xscheme-buffer-name)
21337         (xscheme-expressions-ring-max, xscheme-expressions-ring)
21338         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21339         (xscheme-control-g-synchronization-p)
21340         (xscheme-control-g-disabled-p, xscheme-string-receiver)
21341         (default-xscheme-runlight, xscheme-runlight)
21342         (xscheme-runlight-string, xscheme-process-filter-state)
21343         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21344         Move to beginning of file.
21345         (scheme-interaction-mode-commands-alist)
21346         (scheme-interaction-mode-map, scheme-debugger-mode-map):
21347         Declare them before use.  Note: the initialization code for the
21348         variables has not been moved because it uses functions that reference
21349         the variables.
21350         (xscheme-control-g-message-string, xscheme-process-filter-alist)
21351         (xscheme-prompt-for-expression-map): Declare them before use.
21352         (scheme-debugger-mode-commands): "?\ " -> "?\s".
21354 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
21356         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21358 2005-08-22  Juri Linkov  <juri@jurta.org>
21360         * faces.el (set-face-underline): Delete this duplicate function
21361         and make an obsolete alias to set-face-underline-p.
21362         (set-face-underline-p): Use docstring of set-face-underline.
21363         (describe-face): Create hyperlink to parent face.
21365         * info.el (Info-insert-dir): Use save-excursion around
21366         insert-buffer-substring.
21367         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21368         (Info-escape-percent): Delete function.
21369         (Info-fontify-node): Replace Info-escape-percent by
21370         replace-regexp-in-string with REP arg set to lambda that
21371         duplicates `%' and preserves text properties.
21373         * progmodes/compile.el (compilation-disable-input): Doc fix.
21374         (define-compilation-mode): Doc fix and refill.
21375         (kill-compilation): Use `mode-name' in the error message.
21376         (compilation-find-file): Use `compilation-error' in the
21377         read-file-name's prompt.
21379 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21381         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21382         (smerge-auto-leave): Make undo re-enable the mode.
21383         (debug-ignored-errors): Add the user-error of impossible resolution.
21384         (smerge-resolve): Move things around a bit, in preparation for later.
21385         (smerge-diff): Don't fail if the buffer has no associated file.
21386         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21387         (smerge-conflict-overlay): New function.
21388         (smerge-match-conflict): Don't add text properties here.
21389         (smerge-find-conflict): Instead, add an overlay here.
21390         Also check for the case where we're inside a conflict already, so as to
21391         obviate the need for font-lock-multiline, which is unbearably slow with
21392         large conflicts and ciomplex font-lock patterns.
21393         (smerge-remove-props): Remove overlay rather than text-properties.
21394         (smerge-mode): Don't set font-lock-multiline.
21395         Remove overlays when turned off.
21397 2005-08-21  Kim F. Storm  <storm@cua.dk>
21399         * ido.el (ido-ignore-item-p): Use save-match-data.
21400         Bind case-fold-search to ido-case-fold locally.
21402 2005-08-20  Richard M. Stallman  <rms@gnu.org>
21404         * files.el (normal-mode): If font lock is on, turn it off and on.
21406         * subr.el (replace-regexp-in-string): Doc fix.
21408         * startup.el (command-line-1): Don't suppress startup screen
21409         due to existing processes.
21411         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21413         * progmodes/compile.el (compilation-disable-input): Default to nil.
21415 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21417         * progmodes/compile.el (compilation-disable-input): New defcustom.
21418         (compilation-start): If compilation-disable-input is non-nil, send
21419         EOF to the compilation process.
21421 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
21423         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21424         Run the argument of tex-shell-cd-command through
21425         convert-standard-filename, to get the correct style of slashes on
21426         Windows, and enclose the result in quotes, in case the file name
21427         includes whitespace or other special characters.
21429 2005-08-19  Andreas Schwab  <schwab@suse.de>
21431         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21432         process.
21434 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
21436         * cus-start.el (minibuffer-prompt-properties): Correct typo.
21438 2005-08-18  Kim F. Storm  <storm@cua.dk>
21440         * scroll-lock.el: Fix errors due to incorrect line wrapping.
21442 2005-08-18  Richard M. Stallman  <rms@gnu.org>
21444         * scroll-lock.el: New file.
21446 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
21448         * dired.el (dired-move-to-end-of-filename):
21449         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21451 2005-08-18  Kim F. Storm  <storm@cua.dk>
21453         * ido.el (ido-everywhere): Fix defcustom :set function to disable
21454         rather than toggle mode when custom value is nil.
21455         (ido-everywhere): Fix defun doc string.
21457 2005-08-17  Richard M. Stallman  <rms@gnu.org>
21459         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21460         as tag instead of "Inviolable".
21462 2005-08-17  Kim F. Storm  <storm@cua.dk>
21464         * windmove.el (windmove-coordinates-of-position): Remove.
21465         (windmove-coordinates-of-window-position): Remove.
21466         (windmove-reference-loc): Use posn-at-point instead.
21468         * subr.el (insert-for-yank-1): Doc fix.
21470         * ido.el (ido-enter-matching-directory): Rename from
21471         ido-enter-single-matching-directory.  Change `slash' choice to
21472         `only'.  Add `first' choice.
21473         (ido-exhibit): Adapt to above changes.
21475 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
21477         * Makefile.in: Expand comment about building loaddefs.el.
21479 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
21481         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21482         Comment use of defadvice.
21484         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21486 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
21488         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21489         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21490         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21491         * progmodes/idlw-shell.el, progmodes/ld-script.el,
21492         * progmodes/which-func.el, ruler-mode.el, strokes.el,
21493         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21494         for backward compatibility for faces that did not appear in the
21495         previous Emacs release.
21497         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21499 2005-08-15  Kim F. Storm  <storm@cua.dk>
21501         * emulation/cua-base.el (cua-delete-region): Return t if
21502         deleted region was non-empty.
21503         (cua-replace-region): Inhibit overwrite-mode for
21504         self-insert-command if replaced region was non-empty.
21505         (cua--explicit-region-start, cua--status-string): Make them
21506         buffer-local at top-level...
21507         (cua-mode): ...rather than when mode is enabled.
21509 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
21511         * progmodes/vhdl-mode.el (vhdl-emacs-21):
21512         Set t for Emacs 21, 22, and so on.
21514 2005-08-15  David Ponce  <david@dponce.com>
21516         * tree-widget.el: Update Commentary header.
21517         (tree-widget-theme): Doc fix.
21518         (tree-widget-space-width): New option.
21519         (tree-widget-image-properties): Look up in the default theme too.
21520         (tree-widget--cursors): Only for images with arrow pointer shape.
21521         (tree-widget-lookup-image): Pointer shape is hand by default.
21522         (tree-widget-icon): Rename generic icon widget from
21523         `tree-widget-control'.
21524         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
21525         derive from `tree-widget-icon'.
21526         (tree-widget-handle): Improve default look and feel of the text
21527         representation.
21528         (tree-widget): Rename :*-control properties to :*-icon properties.
21529         Add :action and :help-echo properties.
21530         (tree-widget-after-toggle-functions): Move.
21531         (tree-widget-close-node, tree-widget-open-node): Remove.
21532         (tree-widget-before-create-icon-functions): New hook.
21533         (tree-widget-value-create): Update to allow customization of icons
21534         and nodes at run-time via that new hook.
21535         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
21536         (tree-widget-icon-action, tree-widget-icon-help-echo)
21537         (tree-widget-action, tree-widget-help-echo): New functions.
21539 2005-08-15  Kim F. Storm  <storm@cua.dk>
21541         * ido.el (ido-buffer-internal): Use with-no-warnings.
21542         (ido-make-merged-file-list): Use while-no-input.
21544 2005-08-15  Richard M. Stallman  <rms@gnu.org>
21546         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
21547         (flyspell-large-region): Fix doc and custom type.
21549 2005-08-14  Richard M. Stallman  <rms@gnu.org>
21551         * files.el (interpreter-mode-alist): Doc fix.
21553         * mail/rmail.el (rmail-nonignored-headers): New variable.
21554         (rmail-clear-headers): Use it.
21555         (rmail-reply): Better handling of mail-followup-to header.
21557         * progmodes/sh-script.el (sh-font-lock-keywords-var):
21558         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
21559         don't try to refer to executable-font-lock-keywords.
21560         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
21561         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
21562         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
21563         (sh-mode): Set comment-start-skip, local-abbrev-table,
21564         imenu-case-fold-search.
21565         (sh-set-shell): Don't set them here.
21566         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
21567         Don't cache the results in the original alist; don't ever modify
21568         that alist.
21570         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
21572         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
21573         empty.
21575 2005-08-15  Andreas Schwab  <schwab@suse.de>
21577         * desktop.el: Put autoload cookie at risky-local-variable declarations.
21579         * dired.el, info.el, mail/rmail.el: Revert last change.
21581 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
21583         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
21584         modification in `eval-after-load' form.
21585         * info.el: Likewise.
21586         * mail/rmail.el: Likewise.
21588 2005-08-14  Juri Linkov  <juri@jurta.org>
21590         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21591         Remove highlighting of "Compilation started".  Highlight only
21592         the word "finished" in "Compilation finished".  Add highlighting
21593         of "interrupt", "killed", "terminated" and the exit code.
21594         (compilation-start): Add newline after header.  Use exactly the
21595         same time stamp format as the finishing message.
21596         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
21598         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
21599         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
21600         Add highlighting of "interrupt", "killed", "terminated".
21602         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
21603         enabled and the current command is self-insert-command, call it
21604         explicitly with overwrite-mode bound to nil, to not allow it
21605         to delete the character after the selected region.
21607 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
21609         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
21610         move-end-of-line, end-of-line, and beginning-of-line to the list
21611         of commands after which the echo area is updated.
21613 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
21615         * cus-edit.el (custom-save-all, custom-save-delete):
21616         Bind recentf-exclude to exclude custom-file.
21618 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
21620         * mail/rmailsum.el (rmail-summary-end-of-message): New command
21621         to go to the bottom of the mail message.  Added to
21622         `rmail-summary-mode-map' with key "/".
21623         (rmail-summary-show-message): New (internal) function for use by
21624         both `rmail-summary-beginning/end-of-message'.
21625         (rmail-summary-beginning-of-message): Change to use
21626         rmail-summary-show-message.
21628         * mail/rmail.el (rmail-end-of-message): New command to go to the
21629         end of the current message.  Added to `rmail-mode-map' with key "/".
21630         (rmail-beginning-of-message): Fix to work as documented.
21631         (rmail-mode): Change documentation.
21633         * progmodes/compile.el (compilation-start): Add the line
21634         "Compilation started" with compilation start time.
21635         (compilation-mode-font-lock-keywords): Add `started' to keywords.
21637 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
21639         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
21640         of menu items.
21642 2005-08-11  Richard M. Stallman  <rms@gnu.org>
21644         * simple.el (pop-global-mark): Reverse test of widen-automatically.
21646         * battery.el (battery-status-function): Don't use ignore-errors.
21648 2005-08-11  Lute Kamstra  <lute@gnu.org>
21650         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
21651         define-obsolete-variable-alias.
21653 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21655         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
21656         (ange-ftp-send-cmd): Revert last change, and expand
21657         the comment explaining the problem.
21659 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
21661         * ldefs-boot.el: Update.
21663         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
21664         item to "Time, Load and Mail".  Change help echo text.
21666         * time.el (display-time-use-mail-icon, display-time-format)
21667         (display-time-string-forms): Shorten first line of docstrings.
21669 2005-08-10  Lars Hansen  <larsh@soem.dk>
21671         * desktop.el (desktop-buffer-mode-handlers):
21672         Make non-customizable.  Add autoload cookie.  Change initial value to
21673         nil; add elements in respective modules instead.  Fix doc string.
21674         (desktop-load-file): New function.
21675         (desktop-minor-mode-handlers): New autoloaded variable.
21676         (desktop-create-buffer): Call minor mode handlers.
21677         Use desktop-load-file to load major and minor mode modules prior to
21678         checking for a handler.
21679         (desktop-save): Don't add nil to desktop-minor-modes for minor
21680         modes with nil function in desktop-minor-mode-table.  Don't delete
21681         desktop file before rewriting it.
21682         (desktop-locals-to-save): Add autoload cookie.  Don't make
21683         automatically buffer-local.  Add variables column-number-mode,
21684         size-indication-mode, indent-tabs-mode,
21685         indicate-buffer-boundaries, indicate-empty-lines and
21686         show-trailing-whitespace.
21687         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
21688         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
21689         (desktop-clear-preserve-buffers-regexp): Delete.
21690         (desktop-clear-preserve-buffers): Update initial value and docstring.
21691         (desktop-save-buffer): Fix doc string.
21693         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
21694         (hilit-chg-desktop-restore): New function.
21695         (highlight-changes-mode): Add highlight-changes-mode to
21696         desktop-locals-to-save.
21698         * dired.el: Add handler to desktop-buffer-mode-handlers.
21699         (dired-restore-desktop-buffer): Remove autoload cookie.
21700         (dired-mode): Add autoload cookie.
21702         * info.el: Add handler to desktop-buffer-mode-handlers.
21703         (Info-restore-desktop-buffer): Remove autoload cookie.
21704         (Info-mode): Add autoload cookie.
21706         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
21707         (mh-restore-desktop-buffer): Remove autoload cookie.
21708         (mh-folder-mode): Add autoload cookie.
21710         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
21711         (rmail-restore-desktop-buffer): Remove autoload cookie.
21713 2005-08-11  Masatake YAMATO  <jet@gyve.org>
21715         * hexl.el (hexl-address-region):
21716         (hexl-ascii-region, hexl-font-lock-keywords):
21717         (hexl-highlight-line-range): Use the term "region"
21718         instead of "area" for consistency with the other symbols
21719         defined in hexl.el.
21721 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
21723         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
21724         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
21725         out by Juri Linkov).  Add `display-battery-mode'.
21727 2005-08-09  Juri Linkov  <juri@jurta.org>
21729         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21730         Remove `-text' from face variable names.
21731         (compilation-error-file-name, compilation-warning-file-name)
21732         (compilation-info-file-name): Delete faces.
21733         (compilation-line-number, compilation-column-number):
21734         Remove face underlining.
21735         (compilation-message-face): Set to `underline' value by default.
21736         (compilation-error-face, compilation-warning-face)
21737         (compilation-info-face): Remove `-file-name' from face names.
21738         (compilation-error-text-face, compilation-warning-text-face)
21739         (compilation-info-text-face): Delete face variables.
21740         (compilation-text-face): Delete function.
21742         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
21743         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
21744         (grep-error-face): Set to `compilation-error' instead of
21745         `compilation-error-face' (which is redefined to `grep-hit-face' in
21746         grep buffers).
21747         (grep-mode-font-lock-keywords): Remove `-text' from face variable
21748         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
21750         * dired-aux.el (dired-do-query-replace-regexp):
21751         Use `query-replace-read-args'.
21753         * replace.el (query-replace-read-from, query-replace-read-to)
21754         (query-replace-read-args): Rename arg `string' to `prompt'.
21756         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
21758 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
21760         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
21761         uploading files.
21762         (ange-ftp-canonize-filename): Handle file names beginning with ~
21763         correctly.
21765 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21767         * textmodes/fill.el (canonically-space-region)
21768         (fill-context-prefix, fill-french-nobreak-p)
21769         (fill-delete-newlines, fill-comment-paragraph)
21770         (justify-current-line): "?\ " -> "?\s".
21772 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
21774         * textmodes/fill.el (fill-nonuniform-paragraphs):
21775         Improve argument/docstring consistency.
21777 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21779         * textmodes/ispell.el (ispell-word): More fboundp checks.
21781         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
21782         (find-file-noselect-1): Call it here, only if RAWFILE.
21783         (normal-mode): Always set some major mode.
21784         (save-some-buffers-action-alist): Change some explanation strings.
21785         (file-name-non-special): In the `quote' method, use unwind-protect.
21787 2005-08-09  Magnus Henoch  <mange@freemail.hu>
21789         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
21790         (ispell-have-aspell-dictionaries): New variable.
21791         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
21792         (ispell-get-aspell-config-value): New function.
21793         (ispell-aspell-find-dictionary): New function.
21794         (ispell-aspell-add-aliases): New function.
21795         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
21796         appropriate.  Don't look for ispell dictionaries if we use aspell.
21797         (ispell-menu-map): Don't build a submenu of dictionaries.
21799 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21801         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
21802         (sql-read-passwd): Use read-passwd.
21804         * progmodes/idlw-toolbar.el (idlwave-toolbar)
21805         (idlwave-toolbar-is-possible): Add defvars.
21807         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
21808         Avoid warnings.
21810         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
21811         (idlwave-system-class-info, idlwave-executive-commands-alist):
21812         Use defvar.
21814         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
21816         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21817         Avoid warnings.
21819         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21820         and content-type: headers.
21822         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21824         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21825         and rename some of them to be more self-explanatory.
21827         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21829         * startup.el (command-line-1): Implement -scriptload.
21831         * replace.el (occur-engine): Initial *Occur* output not undoable.
21833         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21834         and improve help strings.
21836         * isearch.el (isearch-repeat): When changing direction,
21837         mark search successful.
21839         * ediff-init.el: Use (featurep 'xemacs).
21841         * comint.el (send-invisible): Identify buffer, if not selected.
21843         * align.el: Delete autoload for c-guess-basic-syntax.
21845 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21847         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21848         Improve argument/docstring consistency.  Doc fixes.
21849         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21850         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21851         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21852         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21853         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21854         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21855         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21856         Defvar at compile time.
21858 2005-08-09  Juri Linkov  <juri@jurta.org>
21860         * info.el: Replace `info' with upper-case `Info' where appropriate.
21861         (info-title-1, info-title-2, info-title-3, info-title-4)
21862         (info-menu-header): Move up face definitions.
21863         (info-menu-star): Rename from `info-menu-5'.
21864         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21865         (Info-fontify-visited-nodes): Fix docstring.
21866         (Info-hide-note-references): Fix docstring.
21867         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21868         menu items in the same way as on cross-references.
21869         (info-apropos): Fix sorting order and formatting to be like in the
21870         stand-alone Info browser.  Display error messages for 1 sec.
21871         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21872         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21873         from the menu bar.
21874         (Info-insert-dir): Restore point after calling
21875         `insert-buffer-substring'.
21877 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21879         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21880         (recompute-lucid-menubar): Add defvars.
21882         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21884         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21886         * net/net-utils.el (run-dig): Rename from `dig'.
21888         * play/gametree.el (gametree-mode): Use make-local-variable,
21889         not make-variable-buffer-local.
21891         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
21893         * ansi-color.el (ansi-color-make-extent)
21894         (ansi-color-set-extent-face): Use fboundp, not functionp.
21896         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
21897         not make-variable-buffer-local.
21899         * bookmark.el (Info-current-file): Add defvar.
21900         (bookmark-jump-noselect): Use with-no-warnings.
21902         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
21904         * ebuff-menu.el (Helper-return-blurb): Add defvar.
21906         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
21908         * find-file.el (ada-procedure-start-regexp)
21909         (ada-package-start-regexp): Add defvars.
21911         * info.el (Info-insert-dir): Use insert-buffer-substring.
21913         * xml.el (xml-att-def-re): Add defvar.
21915         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
21916         calling convention.
21918         * subr.el (while-no-input): Return t if there is input.
21920 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
21922         * cus-start.el (all): Add `overflow-newline-into-fringe'.
21924 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
21926         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
21927         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
21929 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
21931         * cmuscheme.el (scheme-start-file): Replace reference to
21932         `user-emacs-directory' by "~/.emacs.d/".
21934 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
21936         * info.el (Info-dir-remove-duplicates): Avoid case folding
21937         in loop; instead, keep downcased strings for comparison.
21938         Suggested by Helmut Eller.
21940 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
21942         Sync with Tramp 2.0.50.
21944         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
21945         XEmacs case; not necessary anymore.
21946         (tramp-user-regexp): Allow "@" as part of user name.
21947         (tramp-handle-set-visited-file-modtime)
21948         (tramp-handle-insert-file-contents)
21949         (tramp-handle-write-region): No special handling for
21950         `last-coding-system-used, because this is done in
21951         `tramp-accept-process-output' now.
21952         (tramp-accept-process-output): New defun.
21953         (tramp-process-one-action, tramp-process-one-multi-action)
21954         (tramp-wait-for-regexp, tramp-wait-for-output)
21955         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
21956         Howells <dhowells@redhat.com>.
21957         (clear-visited-file-modtime): Defadvice removed.  The check for
21958         unset buffer's modtime does not need to be based on
21959         `tramp-buffer-file-attributes'.  Suggested by RMS.
21960         (tramp-message): Insert "\n" if not being at beginning of line.
21961         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
21962         sequence with same logic.
21963         (tramp-completion-handle-expand-file-name): Discard call of
21964         `tramp-drop-volume-letter'.  It is not necessary, and there have
21965         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
21966         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21967         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
21968         should always be visible.
21969         (tramp-handle-insert-directory, tramp-setup-complete)
21970         (tramp-set-process-query-on-exit-flag)
21971         (tramp-append-tramp-buffers): Pacify byte-compiler.
21972         (tramp-bug): Delete non-existing variables from list.
21973         Apply `tramp-load-report-modules' as pre-hook.
21974         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
21975         `shell-prompt-pattern' because of non-7bit characters.
21976         Reported by Sebastian Luque <sluque@mun.ca>.
21977         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
21978         (tramp-match-string-list): Remove function.
21979         (tramp-wait-for-regexp): Remove call of that function.
21980         Suggested by Kim F. Storm <storm@cua.dk>.
21981         (tramp-set-auto-save-file-modes): Use octal integer code #o600
21982         instead of octal character code ?\600.  The latter resulted in a
21983         syntax error with XEmacs.
21985         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
21986         XEmacs case; not necessary anymore.
21987         (tramp-smb-handle-write-region): No special handling for
21988         `last-coding-system-used, because this is done in
21989         `tramp-accept-process-output' now.
21990         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
21992 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
21994         * wid-edit.el (widget-choice-value-create):
21995         Unconditionally respect user choice.  Set :explicit-choice back to nil
21996         when no longer needed.
21997         (widget-choice-action): Unconditionally respect user choice.
21998         Eliminate :explicit-choice-value.
22000         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22002         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22003         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22004         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22005         running new function `toggle-indicate-empty-lines'.
22006         Rename "Customize" item to "Customize fringe".
22007         Rename "Indicators" item to "Buffer boundaries" and change help echo.
22008         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22009         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22010         Delete "Empty lines only" item.
22011         (menu-bar-showhide-fringe-ind-customize): New function.
22012         (menu-bar-showhide-fringe-ind-mixed)
22013         (menu-bar-showhide-fringe-ind-box)
22014         (menu-bar-showhide-fringe-ind-right)
22015         (menu-bar-showhide-fringe-ind-left)
22016         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22017         instead of `fringe-indicators'.
22019 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22021         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22022         Change the date of last update.
22024 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22026         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22027         (viper-exec-yank, viper-put-back): Don't display modification msg
22028         if in the minibuffer.
22030         * viper-init.el (viper-replace-overlay-cursor-color)
22031         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22032         Make variables frame local.
22034         * viper-util.el (viper-append-filter-alist): Use append instead of
22035         nconc.
22037         * viper.el (viper-vi-state-mode-list)
22038         (viper-emacs-state-mode-list): Move help-mode and
22039         completion-list-mode from the first list to the second.
22040         (viper-mode): Docstring.
22041         (viper-go-away, viper-non-hook-settings): Don't localize
22042         minor-mode-alist in newer Emacsen.  Add advice to
22043         set-cursor-color.  Don't bind "\C-c\\".
22045 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
22047         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22048         (scheme-macro-expand-command): New user options.
22049         (scheme-trace-procedure, scheme-expand-current-form): New commands.
22050         (scheme-form-at-point, scheme-start-file)
22051         (scheme-interactively-start-process): New functions.
22052         (scheme-get-process): New function, extracted from `scheme-proc'.
22053         (run-scheme): Call `scheme-start-file' to get start file, and pass
22054         it to `make-comint'.
22055         (switch-to-scheme, scheme-proc):
22056         Call `scheme-interactively-start-process' if no Scheme buffer/process
22057         is available.
22059 2005-08-06  Juri Linkov  <juri@jurta.org>
22061         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22062         Use `compilation-text-face', `compilation-info-text-face' and
22063         `compilation-error-text-face' instead of `font-lock-keyword-face'.
22064         (compilation-error): New face.
22065         (compilation-error-file-name): Inherit from
22066         `compilation-error' instead of `font-lock-warning-face'.
22067         (compilation-warning-file-name): Inherit from
22068         `compilation-warning' instead of `font-lock-warning-face'.
22069         (compilation-info, compilation-error-file-name)
22070         (compilation-warning-file-name, compilation-info-file-name)
22071         (compilation-line-number, compilation-column-number): Doc fix.
22072         (compilation-error-text-face, compilation-warning-text-face)
22073         (compilation-info-text-face): New face variables.
22074         (compilation-line-face, compilation-column-face)
22075         (compilation-enter-directory-face)
22076         (compilation-leave-directory-face): Doc fix.
22077         (compilation-text-face): New function.
22079         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22080         instead of 1 to display binary file names as info file links.
22081         (grep-error-face): Use `compilation-error-face' instead of
22082         `font-lock-keyword-face'.
22083         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22084         and `compilation-warning-text-face' instead of
22085         `font-lock-keyword-face'.  Use `compilation-error-text-face'
22086         instead of `grep-error-face'.
22088 2005-08-05  Kenichi Handa  <handa@m17n.org>
22090         * international/code-pages.el: Add autoload cookies for all coding
22091         systems.
22093 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
22095         * cus-start.el (all): Put undo.c where it alphabetically belongs.
22097 2005-08-04  Juri Linkov  <juri@jurta.org>
22099         * progmodes/compile.el (compilation-mode-map):
22100         * progmodes/grep.el (grep-mode-map):
22101         Bind TAB to `compilation-next-error' and [backtab] to
22102         `compilation-previous-error'.
22104         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22105         matching line numbers, column numbers and their ranges with regexp
22106         matching only line numbers.
22107         (grep-context-face): New face variable.
22108         (grep-mode-font-lock-keywords): Use it.
22110         * faces.el (read-face-name): Delete duplicate faces.
22112 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
22114         * thumbs.el (thumbs-find-image): Don't make variables
22115         automatically buffer local.
22116         (thumbs-current-tmp-filename, thumbs-current-image-filename)
22117         (thumbs-image-num): Make automatically buffer local.
22118         (thumbs-show-thumbs-list): Use `make-local-variable', not
22119         `make-variable-buffer-local'.
22120         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22122         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22123         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22124         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22125         (bother, bye, canyou, chatlst, continue, deathlst, describe)
22126         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22127         (feelings-about, foullst, found, hello, history, howareyoulst)
22128         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22129         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22130         (neglst, obj, object, owner, please, problems, qlist)
22131         (random-adjective, relation, remlst, repetitive-shortness)
22132         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22133         (shortlst, something, sportslst, stallmanlst, states, subj)
22134         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22135         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22136         Defvar at compile time.
22138         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22139         not `make-variable-buffer-local'.
22141 2005-08-02  Kim F. Storm  <storm@cua.dk>
22143         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22144         rectangle overlay in selected window.
22146 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
22148         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22149         instead of display group.  Make `indicate-buffer-boundaries'
22150         customizable through Custom.
22152 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
22154         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22155         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22156         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22157         (gdb-put-string): Fix typos in docstrings.
22159 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
22161         Update copyright notices of files in progmodes directory for
22162         release of Emacs 22.1.
22164         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22166         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22167         Don't barf if the GUD buffer has been killed.
22169 2005-08-01  Kim F. Storm  <storm@cua.dk>
22171         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22173 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22175         * simple.el (next-error-follow-minor-mode):
22176         make-variable-buffer-local -> make-local-variable.
22178         * emacs-lisp/cl-extra.el: Require CL also when compiling.
22180         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22181         (byte-compile-form-make-variable-buffer-local): New functions to warn
22182         about misuses of make-variable-buffer-local where make-local-variable
22183         was meant.
22185 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
22187         * bs.el (bs-attributes-list): Doc fix.
22188         (bs): Update url-link.
22190         * desktop.el (desktop-save-buffer): Fix typos in docstring.
22191         (desktop-load-default): Simplify.
22193         * ibuffer.el (ibuffer-columnize-and-insert-list)
22194         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22195         (ibuffer-unmark-all, ibuffer-toggle-marks)
22196         (ibuffer-unmark-forward, ibuffer-unmark-backward)
22197         (ibuffer-compile-make-format-form, ibuffer-format-column)
22198         (ibuffer-current-buffers-with-marks)
22199         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22200         (ibuffer): Doc fix.
22201         (ibuffer-mode): Fix typo in docstring.
22202         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22203         with `define-obsolete-variable-alias'.
22204         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22206 2005-07-29  Kenichi Handa  <handa@m17n.org>
22208         * international/mule-cmds.el (select-message-coding-system):
22209         Be sure to use LF for end-of-line.  If no coding system is decided,
22210         return iso-8859-1-unix.
22212 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22214         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22215         (ange-ftp-pending-error-line): New vars.
22216         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22217         to handle the non-fatal no-route-to-host messages.
22218         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22220 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
22222         * isearch.el (isearch-mode-map, isearch-other-meta-char)
22223         (isearch-quote-char, isearch-printing-char)
22224         (isearch-text-char-description): "?\ " -> "?\s".
22225         (isearch-lazy-highlight-cleanup)
22226         (isearch-lazy-highlight-initial-delay)
22227         (isearch-lazy-highlight-interval)
22228         (isearch-lazy-highlight-max-at-a-time)
22229         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22230         Declare with define-obsolete-*-alias macros.
22231         (isearch-forward): Fix typo in docstring.
22232         (search-invisible, search-ring-yank-pointer)
22233         (regexp-search-ring-yank-pointer): Doc fixes.
22235         * recentf.el (recentf-menu-append-commands-p): Declare with
22236         `define-obsolete-variable-alias'.
22237         (recentf-max-saved-items, recentf-menu-filter)
22238         (recentf-arrange-by-rule-subfilter): Doc fixes.
22239         (recentf-menu-append-commands-flag)
22240         (recentf-initialize-file-name-history, recentf-expand-file-name)
22241         (recentf-clear-data): Fix typos in docstrings.
22243 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
22245         * progmodes/gdb-ui.el: Smarten comments.
22246         (gdb-info-breakpoints-custom): Use nowarn when finding file.
22248 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
22250         * term/apollo.el (terminal-init-apollo): New function containing
22251         all former top level forms in the file.
22252         * term/bobcat.el (terminal-init-bobcat):
22253         * term/cygwin.el (terminal-init-cygwin):
22254         * term/iris-ansi.el (terminal-init-iris-ansi):
22255         * term/linux.el (terminal-init-linux):
22256         * term/news.el (terminal-init-news):
22257         * term/rxvt.el (terminal-init-rxvt):
22258         * term/sun.el (terminal-init-sun):
22259         * term/tvi970.el (terminal-init-tvi970):
22260         * term/vt100.el (terminal-init-vt100):
22261         * term/vt102.el (terminal-init-vt102):
22262         * term/vt125.el (terminal-init-vt125):
22263         * term/vt200.el (terminal-init-vt200):
22264         * term/vt201.el (terminal-init-vt201):
22265         * term/vt220.el (terminal-init-vt220):
22266         * term/vt240.el (terminal-init-vt240):
22267         * term/vt300.el (terminal-init-vt300):
22268         * term/vt320.el (terminal-init-vt320):
22269         * term/vt400.el (terminal-init-vt400):
22270         * term/vt420.el (terminal-init-vt420):
22271         * term/wyse50.el (terminal-init-wyse50):
22272         * term/xterm.el (terminal-init-xterm): Likewise.
22274         * term/README: Describe the terminal-init-* functionality.
22276         * startup.el (command-line): After loading the terminal initialization
22277         file call the corresponding terminal initialization function.
22279 2005-07-27  Kenichi Handa  <handa@m17n.org>
22281         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22282         negative.
22284         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22285         (ps-mule-composition-prologue): Fix for the case that
22286         RelativeCompose is false.
22288 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22290         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22292         * descr-text.el (describe-char): Handle the case where the list of
22293         chars is displayed in a separate frame.
22294         Be a bit more discriminating when looking for the char.
22296 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
22298         * bookmark.el (bookmark-automatically-show-annotations)
22299         (bookmark-read-annotation-text-func): Doc fixes.
22300         (bookmark-save): Improve argument/docstring consistency.
22301         (bookmark-get-bookmark, bookmark-get-bookmark-record)
22302         (bookmark-alist-from-buffer)
22303         (bookmark-upgrade-file-format-from-0)
22304         (bookmark-grok-file-format-version)
22305         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22306         (bookmark-read-annotation-mode)
22307         (bookmark-insert-current-bookmark, bookmark-jump)
22308         (bookmark-exit-hook): Fix typos in docstrings.
22309         (bookmark-exit-hooks): Define as obsolete alias.
22310         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22311         not `bookmark-exit-hooks'.  Fix docstring.
22312         (bookmark-bmenu-select): "?\ " -> "?\s".
22314 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
22316         * startup.el (command-line): Fix typo.
22318 2005-07-24  Richard M. Stallman  <rms@gnu.org>
22320         * tooltip.el (tooltip-mode): Test emacs-basic-display,
22321         not emacs-quick-startup.
22323 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
22325         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22326         (reb-next-match, reb-show-subexp): Use `with-selected-window'
22327         instead of `reb-with-current-window'.
22328         (reb-prev-match): Likewise.  Also, don't move left if the search
22329         was unsuccessful.
22330         (reb-initialize-buffer): New function.
22331         (re-builder, reb-change-syntax): Use it.
22333         * man.el (Man-goto-page): Make second argument NOERROR optional.
22335 2005-07-23  Richard M. Stallman  <rms@gnu.org>
22337         * man.el (Man-bgproc-sentinel): Check here for failure to find
22338         any man page in the output, and report the error here.
22339         (Man-arguments): Make it permanent local.
22340         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
22341         (Man-mode): Pass t for NOERROR.
22343         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22344         (grep-mode-font-lock-keywords):
22345         Don't use compilation-...-face for messages that are not file names.
22347         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22348         Don't use compilation-...-face for messages that are not file names.
22350 2005-07-22  Juri Linkov  <juri@jurta.org>
22352         * startup.el (normal-splash-screen): Update menu name.
22354         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22356 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22358         * term/xterm.el: Load term/rxvt if the terminal is actually an
22359         rxvt terminal.
22360         (xterm-rxvt-set-background-mode): Remove, not used anymore.
22362         * term/rxvt.el (function-key-map): Use substitute-key-definition
22363         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
22365         * term/cygwin.el: New file.
22367 2005-07-22  Kim F. Storm  <storm@cua.dk>
22369         * image-file.el (insert-image-file, image-file-yank-handler):
22370         Fix last change to maintain a (unique) yank-handler on yanked images.
22372 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
22374         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22375         of the file size (as in "177B" for 177 bytes).  This happens with
22376         "ls -lh" on FreeBSD.
22378 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
22380         * hilit-chg.el (highlight-changes-global-initial-state)
22381         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22382         (hilit-chg-fixup, highlight-changes-mode):
22383         Fix typos in docstrings.
22384         (highlight-changes-global-modes, highlight-changes-rotate-faces):
22385         Doc fixes.
22387 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
22389         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22390         mode function using `eval-after-load'.
22392 2005-07-21  Kim F. Storm  <storm@cua.dk>
22394         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22395         included when reporting an Emacs crash, and tell about the DEBUG file.
22397         * image-file.el (insert-image-file): Add yank-handler.
22398         (image-file-yank-handler): Yank handler to make unique copies of
22399         images when they are yanked into a buffer next to each other.
22401 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
22403         * comint.el (comint-use-prompt-regexp, comint-send-input)
22404         (comint-source-default, comint-extract-string)
22405         (comint-get-source, comint-word, comint-completion)
22406         (comint-source, comint-prompt-read-only, comint-update-fence):
22407         Fix typos in docstrings.
22408         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22409         Declare with define-obsolete-*-alias macros.
22410         (comint-previous-matching-input-from-input)
22411         (comint-next-matching-input-from-input)
22412         (comint-previous-matching-input, comint-next-matching-input)
22413         (comint-forward-matching-input):
22414         Improve argument/docstring consistency.
22416         * desktop.el (desktop-clear-preserve-buffers-regexp):
22417         Also preserve the *server* buffer.
22419         * simple.el (clone-indirect-buffer): Doc fix.
22420         (fixup-whitespace, just-one-space)
22421         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22422         (next-error, next-error-highlight)
22423         (next-error-highlight-no-select, next-error-last-buffer)
22424         (next-error-buffer-p, next-error-find-buffer, next-error)
22425         (previous-error, next-error-no-select, previous-error-no-select)
22426         (open-line, split-line, minibuffer-prompt-width, kill-new)
22427         (binary-overwrite-mode): Fix typos in docstrings.
22428         (set-fill-column): Fix typo in message.
22430         * skeleton.el (skeleton-proxy-new): Doc fix.
22432         * strokes.el (strokes-load-hook): Doc fix.
22433         (strokes-grid-resolution, strokes-get-grid-position)
22434         (strokes-renormalize-to-grid, strokes-read-stroke)
22435         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22436         (strokes-global-map): Fix typos in docstrings.
22437         (strokes-help): Doc fix.  Fix help message and pass it through
22438         `substitute-command-keys'.
22440         * tempo.el (tempo-insert-prompt, tempo-interactive)
22441         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22442         (tempo-insert-string-functions, tempo-local-tags)
22443         (tempo-define-template, tempo-insert-template)
22444         (tempo-insert-prompt-compat, tempo-is-user-element)
22445         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22446         Fix typos in docstrings.
22448         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22449         (vcursor-key-bindings, vcursor-use-vcursor-map)
22450         (vcursor-find-window, vcursor-scroll-down)
22451         (vcursor-disable, vcursor-beginning-of-buffer)
22452         (vcursor-end-of-buffer): Fix typos in docstrings.
22453         (vcursor-relative-move, vcursor-get-char-count):
22454         Improve argument/docstring consistency.
22456         * version.el: "?\ " -> "?\s".
22458         * wid-edit.el (widget-default-create, widget-after-change)
22459         (widget-default-format-handler, widget-checklist-add-item)
22460         (widget-radio-add-item, widget-choose, widget-specify-secret)
22461         (widget-field-value-create, widget-field-value-get)
22462         (widget-editable-list-format-handler)
22463         (widget-editable-list-entry-create, widget-group-value-create)
22464         (widget-documentation-link-add)
22465         (widget-documentation-string-value-create): "?\ " -> "?\s".
22466         (widget-convert-text): Doc fix.
22467         (widget-narrow-to-field, widget-field-find)
22468         (widget-url-link-action, widget-emacs-library-link-action)
22469         (widget-color-notify): Fix typos in docstrings.
22471         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22472         (x-select-text, set-w32-system-coding-system)
22473         (w32-add-charset-info): Fix typos in docstrings.
22475         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22476         (cua-enable-cua-keys, cua-use-hyper-key)
22477         (cua-virtual-rectangle-edges): Fix typos in docstrings.
22478         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22480         * net/tramp.el (tramp-handle-load): Fix typo in error message.
22482         * emacs-lisp/re-builder.el (regexp-builder): Declare with
22483         `defalias' instead of faking it.
22485         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22486         (eshell-ls-missing, eshell-ls-dired-initial-args)
22487         (eshell-ls-use-in-dired): Fix typos in docstrings.
22489 2005-07-20  Kim F. Storm  <storm@cua.dk>
22491         * emulation/cua-base.el (cua-mode): Improve doc string.
22493 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
22495         * abbrev.el (expand-region-abbrevs): Doc fix.
22496         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22497         Improve argument/docstring consistency.
22499         * arc-mode.el (archive-get-descr, archive-alternate-display):
22500         Doc fixes.
22501         (archive-l-e): Improve argument/docstring consistency.
22502         (archive-tmpdir, archive-unixdate, archive-unixtime)
22503         (archive-chmod-entry): Fix typos in docstrings.
22504         (archive-unflag, archive-unflag-backwards)
22505         (archive-unmark-all-files): "?\ " -> "?\s".
22507         * buff-menu.el (Buffer-menu-unmark): Doc fix.
22508         (Buffer-menu-not-modified, Buffer-menu-execute)
22509         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22510         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22512         * composite.el (compose-string, encode-composition-rule)
22513         (compose-last-chars): Fix typos in docstrings.
22515         * desktop.el (desktop-enable, desktop-basefilename):
22516         Declare with `define-obsolete-variable-alias'.
22517         (desktop-internal-v2s): Don't quote keywords.
22518         (desktop-clear): "?\ " -> "?\s".
22520         * dired.el (dired-align-file, dired-flag-backup-files)
22521         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
22522         (dired-listing-switches, dired-ls-F-marks-symlinks)
22523         (dired-dwim-target, dired-load-hook, dired-mode-hook)
22524         (dired-directory, dired-faces, dired, dired-revert)
22525         (dired-mode, dired-summary, dired-view-file)
22526         (dired-copy-filename-as-kill, dired-delete-file)
22527         (dired-no-confirm, dired-unmark-all-marks)
22528         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
22529         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
22530         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
22531         Fix typos in message strings.
22533         * dired-x.el (virtual-dired): Declare with `defalias'.
22534         (dired-mark-unmarked-files, dired-local-variables-file)
22535         (dired-omit-here-always): Doc fix.
22536         (dired-omit-mode, dired-find-subdir)
22537         (dired-enable-local-variables, dired-clean-up-buffers-too)
22538         (dired-extra-startup, dired-mark-extension, dired-jump)
22539         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
22540         (dired-smart-shell-command, dired-guess-shell-alist-user)
22541         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
22542         (dired-x-bind-find-file, dired-x-submit-report):
22543         Fix typos in docstrings.
22544         (dired-mark-unmarked-files): "?\ " -> "?\s".
22546         * dirtrack.el (dirtrack-list): Fix typos in docstring.
22548         * faces.el (describe-face): "?\ " -> "?\s".
22549         (read-all-face-attributes, read-face-font, modify-face)
22550         (face-attr-construct, italic): Fix typos in docstrings.
22551         (frame-update-face-colors): Declare with
22552         `define-obsolete-function-alias'.
22554         * files.el (find-file-noselect, recode-file-name): Doc fixes.
22555         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
22556         (magic-mode-alist, buffer-file-numbers-unique)
22557         (write-file-functions, get-free-disk-space):
22558         Fix typos in docstrings.
22559         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
22560         (write-contents-hooks, write-file-hooks):
22561         Declare with `define-obsolete-variable-alias'.
22563         * forms-d2.el (arch-rj): Fix typo in docstrings.
22564         (arch-tocol): Likewise.  "?\ " -> "?\s".
22566         * frame.el (set-frame-font, cursor-in-non-selected-windows):
22567         Fix typo in docstring.
22568         (set-screen-width, set-screen-height): Delete redundant info in
22569         doctrings.
22570         (new-frame, screen-height, screen-width): Declare with
22571         `define-obsolete-function-alias'.
22572         (delete-frame-hook, blink-cursor): Declare with
22573         `define-obsolete-variable-alias'.
22575         * paths.el (prune-directory-list): Fix typos in docstring.
22577         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
22578         (cvs-prefix-get): Fix typos in docstrings.
22580         * ps-print.el (ps-extend-face-list, ps-extend-face)
22581         (ps-print-background-image): Fix typos in docstrings.
22582         (ps-default-fg, ps-default-bg): Doc fixes.
22584         * s-region.el (s-region-bind): Doc fix.
22585         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
22587         * textmodes/org.el (org-table-formula-substitute-names)
22588         (org-table-get-vertical-vector): Doc fixes.
22589         (org-table-recalculate): Remove unused argument to `message'.
22591 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
22593         * textmodes/org.el (org-table-column-names)
22594         (org-table-column-name-regexp)
22595         (org-table-named-field-locations): New variables.
22596         (org-archive-subtree): Protect `this-command' when calling
22597         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
22598         the kill buffer.
22599         (org-complete): Remove fixed-formula completion.
22600         (org-edit-formulas-map): New variable.
22601         (org-table-edit-formulas): New command.
22602         (org-finish-edit-formulas, org-abort-edit-formulas)
22603         (org-show-variable, org-table-get-vertical-vector): New functions.
22604         (org-table-maybe-eval-formula): Handle `:=' fields.
22605         (org-table-get-stored-formulas, org-table-store-formulas)
22606         (org-table-get-formula, org-table-modify-formulas)
22607         (org-table-replace-in-formulas): Handle named field formulas.
22608         (org-table-get-specials): Store locations of named fields.
22610 2005-07-19  Juri Linkov  <juri@jurta.org>
22612         * progmodes/grep.el (grep-regexp-alist)
22613         (grep-mode-font-lock-keywords, grep-process-setup):
22614         Use default GNU grep match color "01;31m" instead of "01;41m".
22615         (grep-regexp-alist, grep-mode-font-lock-keywords):
22616         Use `\\[[0-9]*m' instead of `\\[00m'.
22617         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
22618         sgr_start where its handling is more important.  Use the real
22619         length of sgr_start instead of constant 8.
22620         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
22621         specially.  Delete all remaining escape sequences.
22622         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
22623         (grep-regexp-alist): Make hyperlink only for binary file name
22624         instead of the whole line.
22625         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
22626         (grep-mode): Add autoload.
22628         * emacs-lisp/find-func.el (find-function-regexp):
22629         Add `define-compilation-mode'.
22631 2005-07-19  Juri Linkov  <juri@jurta.org>
22633         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
22634         (compare-windows-sync-string-size, compare-windows-recenter)
22635         (compare-windows-highlight, compare-windows): Add version 22.1.
22636         (compare-windows) <defface>: Inherit from lazy-highlight instead
22637         of duplicating its default value.
22639         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
22640         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
22642         * descr-text.el (describe-char): Create link buttons for `charset'
22643         and `code point'.  Add the current input method name with a link
22644         button to `to input' field.  Print face names of display table
22645         characters in `The display table entry is displayed by' section
22646         instead of printing face-id in the `display' field.
22647         Guess hardcoded faces and create a link button for them.
22648         Skip empty fields when calculating max-width.
22649         Treat `widget-create' specially while inserting strings from the
22650         collected field list.
22651         (describe-char-after): Made obsolete in version 22.1, not 21.5.
22653         * diff-mode.el (diff-file-header): Change foreground color from
22654         yellow to green on light backgrounds.
22655         (diff-context): Inherit from `shadow' only for color/grayscale
22656         with more than 88 colors.
22657         (diff-indicator-removed, diff-indicator-added)
22658         (diff-indicator-changed): New faces.
22659         (diff-font-lock-keywords): Use new faces.  Regroup rules.
22660         Add "^---$" for `normal' diff format.  Fontify `#' lines with
22661         font-lock-comment-delimiter-face and font-lock-comment-face.
22662         Add `#' to ^[^...] in the rule for `diff-context-face'.
22664         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
22665         a button-like box.  Inherit from `highlight' on low colors.
22666         (shadow): Use shades of gray only for color/grayscale with
22667         more than 88 colors.  Use green for light backgrounds with
22668         8 colors, and yellow for dark backgrounds with 8 colors.
22670         * font-lock.el (font-lock-regexp-grouping-backslash):
22671         Don't inherit from escape-glyph (use bold for all cases).
22673         * info.el (info-xref-visited): Use light foreground color `violet'
22674         for dark backgrounds instead of dark color `magenta3'.
22675         (info-title-1): Use `yellow' color for dark backgrounds.
22677         * isearch.el (isearch): Use not-too-dark magenta3 instead of
22678         too-light magenta2.
22680         * replace.el (match): Use slightly more light RoyalBlue3 instead
22681         of dark RoyalBlue4.
22683         * wid-edit.el (widget-inactive): Inherit from `shadow'.
22685 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
22687         * novice.el (disabled-command-hook): Declare it with
22688         `define-obsolete-variable-alias'.
22690         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
22691         (desktop-buffer-misc-functions, desktop-buffer-handlers)
22692         (desktop-load-default): Add release to obsolescence info.
22693         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
22694         (desktop-append-buffer-args, desktop-read):
22695         Fix typos in docstrings.
22696         (desktop-kill): Fix typo in message.
22697         (desktop-save): Doc fix.
22699 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22701         * viper-cmd.el (viper-escape-to-state): Bug fix.
22702         (viper-envelop-ESC-key): Change the definition of fast
22703         keysequence so it'll work with keyboard macros.
22705         * ediff.el (ediff-patch-buffer): Change the docstring.
22707 2005-07-19  Kenichi Handa  <handa@m17n.org>
22709         * international/mule-cmds.el (select-safe-coding-system): Try to
22710         use an auto-coding (if any) before anything else.  If the found
22711         auto-coding is invalid, show a warning message.
22713         * international/mule.el (find-auto-coding): New function created
22714         by modifying the body of set-auto-coding.
22715         (set-auto-coding): Use find-auto-coding to find a coding.
22717 2005-07-18  Richard M. Stallman  <rms@gnu.org>
22719         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
22720         not isearch-mode-end-hook-error.
22721         (allout-before-change-protect): Fix error message.
22723 2005-07-18  Juri Linkov  <juri@jurta.org>
22725         * allout.el (allout-mode):
22726         * calculator.el (calculator-copy):
22727         * custom.el (custom-known-themes):
22728         * dired.el (dired-desktop-buffer-misc-data)
22729         (dired-restore-desktop-buffer):
22730         * dired-x.el (dired-omit-marker-char):
22731         * files.el (basic-save-buffer):
22732         * font-core.el (font-lock-mode):
22733         * calendar/calendar.el (calendar-goto-hebrew-date)
22734         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
22735         (calendar-goto-persian-date):
22736         * language/ethio-util.el (ethio-sera-to-fidel-region):
22737         * textmodes/picture.el (picture-mode):
22738         Delete duplicate duplicate words.
22740 2005-07-18  Juri Linkov  <juri@jurta.org>
22742         * isearch.el (isearch-mode-map): Remove key bindings for regexp
22743         chars * ? } |.
22744         (isearch-fallback): Don't call `isearch-process-search-char'.
22745         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
22746         (isearch-process-search-char): Call `isearch-fallback' for regexp
22747         chars * ? } |.
22748         (isearch-return-char): Make obsolete with `make-obsolete' instead
22749         of simply documenting it as obsolete in the docstring.
22750         (isearch-fallback): Refill docstring.
22752         * international/isearch-x.el
22753         (isearch-process-search-multibyte-characters): Remove unneeded
22754         `concat'.  Add intermediate values to `junk-hist' instead of
22755         `minibuffer-history'.  Test the length of `str'.
22757 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
22759         * allout.el (allout-resolve-xref): Fix typos in error strings.
22760         (allout-before-change-protect): Remove unneeded `concat'.
22762         * array.el (array-mode, array-reconfigure-rows)
22763         (untabify-backward): Fix typos in docstrings.
22764         (array-reconfigure-rows): Use `insert-buffer-substring', not
22765         `insert-buffer'.
22767         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
22768         * progmodes/ada-mode.el (ada-make-body):
22769         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
22771         * dired.el (dired-log):
22772         * tar-mode.el (tar-subfile-save-buffer):
22773         * play/zone.el (zone-pgm-stress-destress):
22774         Use `insert-buffer-substring', not `insert-buffer'.
22776 2005-07-17  Simon Josefsson  <jas@extundo.com>
22778         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
22780 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
22782         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
22783         Add plain auth method.
22784         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
22786 2005-07-17  Kim F. Storm  <storm@cua.dk>
22788         * ido.el (dired-other-window): Add ido property.
22790 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
22792         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22793         Fix typo in docstring.
22794         (byte-compile-interactive-only-functions): Add `insert-buffer' and
22795         `insert-file-literally'.
22797         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
22798         info and delete redundant message.  Doc fix.
22799         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
22800         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
22802 2005-07-16  Richard M. Stallman  <rms@gnu.org>
22804         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
22805         (byte-compile-and): Use byte-compile-and-recursion.
22806         (byte-compile-or-recursion): New function.
22807         (byte-compile-or): Use that.
22808         (byte-compile-if): Guard the else-clause too.
22809         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
22811         * isearch.el (isearch-mode-end-hook-quit): New variable.
22812         (isearch-done): Bind it.
22813         (isearch-mode-end-hook): Doc fix.
22815         * allout.el (allout-isearch-did-quit): Variable deleted.
22816         (allout-real-isearch-abort): Function name no longer used.
22817         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22818         (allout-isearch-rectification): isearch-mode always exists.
22819         Don't set allout-isearch-did-quit.
22820         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22821         allout-isearch-did-quit.
22822         (allout-enwrap-isearch): Just add the hook.
22823         (allout-isearch-abort): Function deleted.
22824         (allout-pre-command-business): Avoid warning.
22826         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22827         Correctly avoid warnings.
22828         (pascal-outline): Likewise.
22830         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22832         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22834         * play/tetris.el (tetris-mode): Avoid warning.
22836         * play/snake.el (snake-mode): Avoid warning.
22838         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22839         (gamegrid-set-display-table): Avoid warning.
22840         (gamegrid-set-timer): Likewise.
22841         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22842         (gamegrid-add-score-with-update-game-score-1): Take FILE
22843         as argument.
22844         (gamegrid-add-score-with-update-game-score): Pass that argument.
22845         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22847         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22849         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22850         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22852         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22853         and insert-file.
22855         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22856         (sc-ask): Avoid warnings.
22858         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22859         (eshell-hist-initialize): Use that var the natural way.
22861         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22863         * emacs-lisp/re-builder.el (reb-cook-regexp):
22864         Avoid warning calling lre-compile-string.
22865         (reb-color-display-p): Avoid warning.
22867         * calculator.el (calculator-last-input): Guard uses
22868         of event-key and key-press-event-p.
22869         (event-key, key-press-event-p): Delete definitions.
22871         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22872         (find-gc-source-directory, find-gc-subrs-callers)
22873         (find-gc-noreturn-list, find-gc-source-files)
22874         (find-gc-subrs-called): Vars renamed and defvar'd.
22876         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22877         (checkdoc-overlay-put, checkdoc-delete-overlay)
22878         (checkdoc-overlay-start, checkdoc-overlay-end)
22879         (checkdoc-mode-line-update, checkdoc-char=):
22880         Define such that compiler knows they are defined.
22881         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22882         (checkdoc-read-event): Delete.  Use read-event directly.
22884         * whitespace.el (whitespace-make-overlay)
22885         (whitespace-overlay-put, whitespace-delete-overlay)
22886         (whitespace-overlay-start, whitespace-overlay-end):
22887         Define such that compiler knows they are defined.
22888         (whitespace): Move conditional inside.
22890         * tempo.el (tempo-insert-template): Suppress warning.
22892         * ediff-diff.el (longlines-mode): Add defvar.
22894 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
22896         * server.el: Bind "C-x #" in a way that works even if C-x is
22897         redefined to a command key, not a prefix key.
22899 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22901         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
22902         cl-make-type-test till execution time.
22904 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
22906         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
22907         arg ARG and use it.
22909 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22911         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
22913 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
22915         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22916         a defcustom with two :set or :type keywords.
22918 2005-07-15  Richard M. Stallman  <rms@gnu.org>
22920         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22921         Don't give ^M comment-end syntax.
22923 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
22925         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
22926         Don't consider gdbmi (gdb-mi.el has its own update functions).
22927         (gdb-var-delete): Make it work for gdbmi as well.
22928         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
22930         * progmodes/gud.el (etags, sdb): Only require etags when needed.
22931         (gud-speedbar-menu-items): Correct logic for enabling items.
22933 2005-07-15  Kim F. Storm  <storm@cua.dk>
22935         * ido.el: Fix commentary.
22936         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
22937         Use with-no-warnings around ffap-guesser.
22938         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
22939         Let bind minibuffer-completing-file-name to t.
22941 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
22943         * startup.el (site-run-file, keyboard-type): Doc fixes.
22944         (command-line): Check for "--basic-display" argument; also for
22945         "--quick", not "--bare-bones" (which was renamed).
22946         (fancy-splash-text): Add missing item "Getting New Versions".
22947         (normal-splash-screen): Fix typos and improve consistency with
22948         `fancy-splash-text'.  Update copyright year.
22950         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
22951         valid binding for `help-char'.
22953         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
22955 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
22957         * term.el (term-mode): Disable cua-mode for term buffers.
22959 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
22961         * add-log.el (add-log-mailing-address, change-log-merge):
22962         Doc fixes.
22963         (change-log-get-method-definition): Fix typo in docstring.
22965 2005-07-14  Kim F. Storm  <storm@cua.dk>
22967         * emulation/cua-base.el:
22968         (cua--pre-command-handler-1, cua--pre-command-handler)
22969         (cua--post-command-handler-1, cua--post-command-handler):
22970         Split in two.  Check (buffer local) value of cua-mode.
22971         (cua-selection-mode): New command.
22973 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
22975         * custom.el (custom-initialize-safe-set)
22976         (custom-initialize-safe-default): Doc fixes.
22978         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22979         and simplify :init-value again.
22981         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22982         and simplify :init-value again.  Delete autoload.
22984         * startup.el (command-line): Use `custom-reevaluate-setting' again
22985         for tooltip-mode.
22987         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22988         a defcustom with two :initialize keywords.
22990 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
22992         * allout.el (my-mark-marker, allout-isearch-prior-pos)
22993         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
22994         (allout-post-command-business, allout-flag-region)
22995         (isearch-reenable-font-lock, allout-yank)
22996         (allout-insert-latex-header, allout-insert-latex-trailer)
22997         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
22998         (allout-latex-verb-quote): Fix typos in docstrings.
22999         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23000         (allout-unprotected, allout-prefix-data):
23001         Improve argument/docstring consistency.
23002         (allout-chart-subtree): Fix argument spec.
23003         (allout-open-topic): Rename `use_sib_bullet' argument to
23004         `use-sib-bullet'.  Doc fix.
23006         * whitespace.el (whitespace-check-buffer-leading)
23007         (whitespace-check-buffer-trailing)
23008         (whitespace-check-buffer-indent)
23009         (whitespace-check-buffer-spacetab)
23010         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23011         (whitespace-check-leading-whitespace)
23012         (whitespace-check-trailing-whitespace)
23013         (whitespace-check-spacetab-whitespace)
23014         (whitespace-check-indent-whitespace)
23015         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23016         (whitespace-modes): Fix typos in docstrings.
23017         (defgroup, defcustom): Doc fixes.
23019         * winner.el (winner-mode, winner-boring-buffers)
23020         (winner-pending-undo-ring): Doc fixes.
23021         (winner-ring): Remove unneeded `progn'.
23022         (winner-equal): `defsubst' it.
23023         (winner-redo): Fix message.
23025 2005-07-13  Kim F. Storm  <storm@cua.dk>
23027         * simple.el (line-move-1): Always use vertical-motion to
23028         do the last (or only) line move to ensure some movement.
23029         Undo 2005-06-23 change--don't check for overlays.
23031 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23033         * term/mac-win.el (ccl-encode-mac-roman-font)
23034         (ccl-encode-mac-centraleurroman-font)
23035         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23036         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23037         Change charset-id boundary of dimension to ?\xef.
23038         (mac-char-fontspec-list): New constant.
23039         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
23040         argument.  Nil uses itself as family in font-spec.  Previous
23041         behavior for nil is now provided by non-nil non-string argument.
23042         All callers changed.  Add font-specs for Mac fonts to
23043         "fontset-default" unless iso8859-1 fonts are installed.
23045 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23047         * progmodes/sh-script.el (sh-get-indent-info): Only indent
23048         a continuation line if the \ is preceded by SPC or TAB.
23049         (sh-get-indent-info): Simplify.
23050         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23051         Use with-current-buffer.
23053         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23054         when the matched text is empty.
23056 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
23058         * startup.el (command-line): Revert to previous handling of
23059         tooltip-mode.  Explain in comment why the complexity is needed.
23061         * tooltip.el (tooltip-mode): Revert to previous implementation of
23062         its defcustom.
23064         * frame.el (blink-cursor-mode): Revert to previous implementation
23065         of its defcustom.  Update comment.
23067 2005-07-12  Lars Hansen  <larsh@soem.dk>
23069         * desktop.el: Update e-mail address.
23071 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23073         * term/mac-win.el (mac-services-mail-selection)
23074         (mac-services-mail-to): New functions.
23075         (mac-application-menu-map): Bind them.
23077 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
23079         * progmodes/gdb-ui.el: Add note about buffering with Windows.
23081 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
23083         * custom.el (custom-reevaluate-setting): Doc fix.
23085 2005-07-11  Jay Belanger  <belanger@truman.edu>
23087         * calc/calc.el (calc-embedded-announce-formula-alist)
23088         (calc-embedded-open-close-plain-alist)
23089         (calc-embedded-open-close-mode-alist): Add checks for additional
23090         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23092 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
23094         * custom.el (custom-enable-theme): Don't add theme to
23095         `custom-enabled-themes' with `push' because there is no
23096         setf-method for `delq'.
23098 2005-07-11  Richard M. Stallman  <rms@gnu.org>
23100         * custom.el (custom-declare-variable): Doc fix.
23102         * dired-aux.el (dired-compare-directories): Remove "." and ".."
23103         from the alists.
23105         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23106         Do nothing if edebug-active.
23108         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23109         (edebug-display): Do it here instead.
23111 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23113         * cus-face.el (custom-theme-set-faces): Make it work.
23114         (custom-reset-faces): Doc fix.
23115         (custom-theme-reset-internal-face, custom-theme-face-value):
23116         Functions deleted.
23118         * custom.el (custom-push-theme): Maintain list of the settings
23119         of a given theme in its theme-settings property.
23120         Maintain position of old settings in the theme-value
23121         or theme-face property.
23122         (custom-enabled-themes): New variable.
23123         (custom-theme-enabled-p): New function.
23124         (provide-theme): Update custom-enabled-themes.
23125         Disable and reenable the `user' theme.
23126         (require-theme): Doc fix.
23127         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23128         (custom-theme-value, custom-theme-variable-value): Likewise.
23129         (custom-theme-reset-internal): Likewise.
23130         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23131         (custom-enable-theme, custom-disable-theme): New functions.
23132         (custom-variable-theme-value, custom-face-theme-value): Likewise.
23133         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23134         (custom-theme-reset-variables): Simplify.
23135         (deftheme, custom-declare-theme, custom-make-theme-feature):
23136         Definitions moved.
23138 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
23140         * longlines.el (longlines-show-region)
23141         (longlines-unshow-hard-newlines): Recognize hard newlines by
23142         non-nil hard property, instead of t.
23144 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
23146         * viper-cmd.el (viper--key-maps): New variable.
23147         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23148         emulation-mode-map-alists.
23149         (viper-envelop-ESC-key): Use viper-subseq.
23150         (viper-search-forward/backward/next): Disable debug-on-error.
23152         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23153         (viper-ESC-key): New defcustoms.
23155         * viper-macs.el (ex-map-read-args): Use viper-subseq.
23157         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23158         (viper-subseq): Copy of subseq from cl.el.
23160         * viper.el (viper-go-away, viper-set-hooks): Use
23161         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23163         * viper-mous.el (viper-current-frame-saved): Use defvar.
23165         * viper-init.el: Get rid of -face in face names.
23167         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23168         Make it work with longlines mode
23170         * ediff-mult.el (ediff-meta-mode-hook): New variable.
23172         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23174         * ediff-init.el: Get rid of -face in face names.
23176 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23178         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23179         and with-timeout-unsuspend.
23181         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23182         and with-timeout-unsuspend.
23184         * emacs-lisp/timer.el (with-timeout-timers): New variable.
23185         (with-timeout): Bind that variable to record timers.
23186         (with-timeout-suspend, with-timeout-unsuspend): New functions.
23188         * emacs-lisp/debug.el (debug-help-follow): New function.
23189         (debugger-mode-map): Use that instead of help-follow.
23190         (debugger-setup-buffer): Use eval-buffer-list
23191         to handle eval-buffer frames.
23193 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
23195         * timezone.el (timezone-parse-date): Change first regexp
23196         so it will not mistakenly match dates with no time zone.
23198 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
23200         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23202 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
23204         * custom.el (custom-initialize-safe-set)
23205         (custom-initialize-safe-default): New functions.
23207         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23208         and simplify :init-value.
23210         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23211         and simplify :init-value.  Delete obsolete comment.
23213         * startup.el (command-line): Use `custom-reevaluate-setting' to
23214         handle `tooltip-mode'.  Delete obsolete comment.
23216         * files.el (set-visited-file-name): Avoid calling
23217         `file-name-nondirectory' with a nil argument.
23219 2005-07-09  Richard M. Stallman  <rms@gnu.org>
23221         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23222         was called with nil for the buffer, handle the read position right.
23223         Handle read position for eval-region, too.
23225 2005-07-09  Juri Linkov  <juri@jurta.org>
23227         * fringe.el (fringe-mode): Add period in docstring.
23228         (fringe-query-style): Build prompt depending on `all-frames' arg.
23230         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23231         to not create links to unrelated functions in the Help buffer.
23233         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23234         Doc fix.
23236         * simple.el (next-error-hook): New variable.
23237         (next-error): Use it.  Doc fix.
23239         * textmodes/ispell.el (ispell-command-loop): Add current
23240         dictionary name and program name to mode-line-format.
23241         (ispell-region, ispell-process-line): Add current dictionary name
23242         and program name to messages.
23244 2005-07-08  Jay Belanger  <belanger@truman.edu>
23246         * calc/calc.el (calc-embedded-announce-formula-alist)
23247         (calc-embedded-open-close-formula-alist)
23248         (calc-embedded-open-close-word-alist)
23249         (calc-embedded-open-close-plain-alist)
23250         (calc-embedded-open-close-new-formula-alist)
23251         (calc-embedded-open-close-mode-alist)
23252         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23253         (calc-embedded-mode-hook): New variables.
23255         * calc/calc-embed.el (calc-embedded-firsttime)
23256         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23257         New variables.
23258         (calc-do-embedded): Use calc-embedded-firsttime,
23259         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23260         determine whether or not to run hooks.
23261         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23262         calc-embedded-firsttime-formula appropriately.
23263         Set calc-embedded delimiter variables according to mode.
23265 2005-07-08  Richard M. Stallman  <rms@gnu.org>
23267         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23268         Check for "emacs", etc., as entire symbol, not just as word.
23269         (checkdoc-file-comments-engine): Use regexp-quote on FN.
23271         * files.el (set-visited-file-name): Report the error
23272         for "empty filename" earlier.
23273         (kill-some-buffers): Ignore buffers already dead.
23275         * fringe.el (fringe-mode): Doc fix.
23277         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23278         Check for (featurep 'xemacs) and turn off warnings in what it guards.
23279         Use unwind-protect to ensure byte-compile-unresolved-functions
23280         is updated.
23282         * whitespace.el (whitespace-buffer-leading-cleanup):
23283         Simplify w/ skip-chars-forward.
23284         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23286         * mail/rmail.el (rmail-only-expunge): Fix paren error.
23287         Unconditionally try to leave point at the same old place.
23289 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
23291         * comint.el (comint-postoutput-scroll-to-bottom)
23292         (comint-show-maximum-output): Take scroll-margin into consideration.
23294 2005-07-08  Kim F. Storm  <storm@cua.dk>
23296         * ido.el (ido-use-filename-at-point): New choice `guess'.
23297         (ido-file-internal): Try ffap-guesser if selected.
23299         * ido.el (ido-before-fallback-functions): New hook.
23300         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23301         (ido-read-file-name): Run it.
23303 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23305         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23306         strings rather than a list of symbols to the completion function.
23308 2005-07-07  Jay Belanger  <belanger@truman.edu>
23310         * calc/calc-units.el (math-apply-units): Change the places in
23311         which units are simplified.
23313 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
23315         * cus-edit.el (customize-option, customize-option-other-window):
23316         Make them handle aliases.
23318         * custom.el (custom-variable-p): Make it recursively follow
23319         aliases.  Mention that in the docstring.
23321 2005-07-07  Richard M. Stallman  <rms@gnu.org>
23323         * cus-start.el (exec-path): Use `directory' instead of `file'.
23324         Fix tag for nil.
23326 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23328         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23329         when called non-interactively.  Doc fix.
23331 2005-07-07  Lute Kamstra  <lute@gnu.org>
23333         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23334         new address as well.
23336 2005-07-07  Kenichi Handa  <handa@m17n.org>
23338         * international/mule.el (make-coding-system):
23339         Describe `ascii-incompatible' property in the docstring.
23340         (set-file-name-coding-system): Signal an error if coding-system is
23341         ascii-incompatible.
23342         (set-keyboard-coding-system): Likewise.
23344         * international/mule-cmds.el (set-default-coding-systems):
23345         Don't set default-file-name-coding-system and
23346         default-keyboard-coding-system if coding-system is ASCII-incompatible.
23348         * international/utf-16.el: Declare that all UTF-16-based coding
23349         systems are ASCII-incompatible.
23351 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
23353         * progmodes/gud.el: Require font-lock for displaying errors.
23354         Used by gdb-ui.el.
23356 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23358         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23359         values for the pattern lists which are `read'able but not
23360         `append'able (like symbols).
23362 2005-07-06  Richard M. Stallman  <rms@gnu.org>
23364         * progmodes/flymake.el (flymake-float-time): Instead of
23365         with-no-warnings, test for XEmacs.
23366         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23367         to avoid warning.
23369 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
23371         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23373 2005-07-05  Lute Kamstra  <lute@gnu.org>
23375         * battery.el: Add support for Darwin (with much debugging help
23376         from Samuel Lauber <sam124@operamail.com>).
23377         (battery-status-function, battery-echo-area-format)
23378         (battery-mode-line-format): Add support for pmset on Darwin.
23379         (battery-load-low, battery-load-critical): New user options.
23380         (battery-pmset): New function.
23382 2005-07-05  Lute Kamstra  <lute@gnu.org>
23384         Update FSF's address in GPL notices.
23386         * textmodes/page-ext.el: Update FSF's address.
23388 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23390         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23391         filling from using prefix when filling a single-line docstring.
23393         * progmodes/flymake.el: Remove useless eval-when-compile.
23395         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23397 2005-07-04  Richard M. Stallman  <rms@gnu.org>
23399         * textmodes/org.el (org-file-apps-defaults-gnu):
23400         Rename from org-file-apps-defaults-linux.
23401         (org-default-apps): Don't test system-type for `linux'.
23402         (org-file-apps): Doc fix.
23404 2005-07-04  David Ponce  <david@dponce.com>
23406         * tree-widget.el: Improve header Commentary section.
23407         (tree-widget) [defgroup]
23408         (tree-widget-image-enable, tree-widget-themes-directory)
23409         (tree-widget-theme, tree-widget-image-properties-emacs)
23410         (tree-widget-image-properties-xemacs, tree-widget-create-image)
23411         (tree-widget-image-formats, tree-widget-control)
23412         (tree-widget-empty-control, tree-widget-leaf-control
23413         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23414         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23415         (tree-widget-keep, tree-widget-after-toggle-functions)
23416         (tree-widget-open-node, tree-widget-close-node): Doc fix.
23417         (tree-widget-open-control, tree-widget-close-control): Fix doc and
23418         :help-echo message.
23419         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
23420         (tree-widget-image-properties): Doc fix.  Clearer implementation.
23421         (tree-widget--cursors): New constant.
23422         (tree-widget-lookup-image): New function split from
23423         `tree-widget-find-image'.  Clearer implementation.
23424         (tree-widget-find-image): Use it.
23425         (tree-widget-button-keymap): Use `set-keymap-parent'.
23426         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23427         Define the sub-widgets here.
23428         (tree-widget-node): Check that :node is not a tree-widget.
23429         (tree-widget-get-super, tree-widget-open-control)
23430         (tree-widget-close-control, tree-widget-empty-control)
23431         (tree-widget-leaf-control, tree-widget-guide)
23432         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23433         (tree-widget-no-handle, tree-widget-value-delete)
23434         (tree-widget-map): Remove.
23435         (tree-widget-children-value-save): Doc fix.  Simplified.
23436         (tree-widget-value-create): Update according to previous changes.
23438 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
23440         * textmodes/org.el: Leading space replaced by TABS.
23441         (org-recalc-marks, org-table-rotate-recalc-marks)
23442         (org-table-get-specials): Treat "^" and "_" marks.
23443         (org-table-justify-field-maybe): Optional argument NEW.
23444         (org-table-eval-formula): Parsing of the format simplified.
23445         New modes C,I.  Honor the %= parameter in the current table.
23446         Avoid unnecessary re-align by using the NEW argument to
23447         `org-table-justify-field-maybe'.
23448         (org-calc-default-modes): Default for date-format mimicks org-mode.
23449         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23451 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
23453         * cus-face.el (custom-theme-set-faces): Make it handle face
23454         aliases whose alias declarations are pre- or autoloaded.
23456 2005-07-04  Juri Linkov  <juri@jurta.org>
23458         * faces.el (read-face-name): Put the code for getting a face name
23459         from the buffer before adding the faces from the `face' property.
23460         Use `completing-read-multiple' instead of `completing-read'.
23461         Require `crm'.  Add default value and post-process the returned
23462         list of faces.
23464         * emacs-lisp/crm.el (crm-find-current-element)
23465         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23467         * emacs-lisp/lisp-mode.el (eval-defun-1):
23468         * emacs-lisp/edebug.el (edebug-eval-defun):
23469         Remove unnecessary quotes.
23471 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23473         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23474         (prolog-indent-level): Fix typo in docstring.
23476         * info.el (Info-history, Info-history-forward)
23477         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23479         * add-log.el (add-change-log-entry):
23480         * comint.el (comint-dynamic-list-input-ring)
23481         (comint-dynamic-list-completions):
23482         * dabbrev.el (dabbrev-expand):
23483         * delim-col.el (delimit-columns-rectangle-line):
23484         * diff-mode.el (diff-context->unified, diff-reverse-direction)
23485         (diff-unified->context):
23486         * ediff-init.el (ediff-abbrev-jobname):
23487         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23488         (ediff-replace-session-activity-marker-in-meta-buffer):
23489         * info.el (Info-summary):
23490         * lpr.el (printify-region):
23491         * printing.el (pr-create-interface):
23492         * ps-print.el (ps-print-quote):
23493         * ses.el (ses-column-widths, ses-print-cell)
23494         (ses-adjust-print-width, ses-center):
23495         * shell.el (shell-file-name-quote-list):
23496         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23497         (strokes-fill-current-buffer-with-whitespace)
23498         (strokes-xpm-for-stroke, strokes-list-strokes)
23499         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23500         * term.el (term-dynamic-list-input-ring)
23501         (term-dynamic-list-completions):
23502         * calc/calc.el (math-format-stack-value):
23503         * emacs-lisp/edebug.el (edebug-display-freq-count):
23504         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23505         (delphi-new-comment-line):
23506         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23507         * progmodes/executable.el (executable-set-magic):
23508         * progmodes/python.el (inferior-python-mode):
23509         * progmodes/scheme.el (scheme-mode-syntax-table):
23510         * progmodes/sh-script.el (sh-maybe-here-document):
23511         * progmodes/sql.el (sql-copy-column):
23512         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23513         * textmodes/bibtex.el (bibtex-mode):
23514         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
23515         (sgml-auto-attributes):
23516         * textmodes/table.el (table-insert, table-shorten-cell)
23517         (table--generate-source-scan-lines, table-delete-row)
23518         (*table--cell-delete-char, table--spacify-frame)
23519         (table--horizontally-shift-above-and-below)
23520         (table--cell-insert-char, table--cell-blank-str)
23521         (table--fill-region-strictly):
23522         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
23523         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
23525         * add-log.el (change-log):
23526         * apropos.el (apropos):
23527         * comint.el (comint-completion, comint-source):
23528         * dabbrev.el (dabbrev):
23529         * delim-col.el (columns):
23530         * diff-mode.el (diff-mode):
23531         * ediff.el (ediff):
23532         * ediff-diff.el (ediff-diff):
23533         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
23534         * ediff-mult.el (ediff-mult):
23535         * ediff-ptch.el (ediff-ptch):
23536         * ediff-wind.el (ediff-window):
23537         * facemenu.el (facemenu):
23538         * indent.el (indent):
23539         * info.el (info):
23540         * jka-cmpr-hook.el (compression, jka-compr):
23541         * lpr.el (lpr):
23542         * outline.el (outlines):
23543         * pcmpl-cvs.el (pcmpl-cvs):
23544         * pcmpl-rpm.el (pcmpl-rpm):
23545         * printing.el (printing):
23546         * ps-print.el (postscript, ps-print, ps-print-horizontal)
23547         (ps-print-vertical, ps-print-headers, ps-print-font)
23548         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
23549         (ps-print-background, ps-print-printer, ps-print-page)
23550         (ps-print-miscellany):
23551         * ses.el (ses):
23552         * shell.el (shell, shell-directories, shell-faces):
23553         * startup.el (initialization):
23554         * strokes.el (strokes):
23555         * term.el (term):
23556         * uniquify.el (uniquify):
23557         * w32-vars.el (w32):
23558         * calc/calc.el (calc):
23559         * emacs-lisp/bytecomp.el (bytecomp):
23560         * emacs-lisp/cl-indent.el (lisp-indent):
23561         * emacs-lisp/edebug.el (edebug):
23562         * emacs-lisp/elp.el (elp):
23563         * emacs-lisp/testcover.el (testcover):
23564         * emacs-lisp/trace.el (trace):
23565         * emulation/viper-ex.el (viper-ex):
23566         * emulation/viper-mous.el (viper-mouse):
23567         * mail/mailalias.el (mailalias):
23568         * mail/supercite.el (supercite, supercite-frames)
23569         (supercite-attr, supercite-cite, supercite-hooks):
23570         * net/rcompile.el (remote-compile):
23571         * net/rlogin.el (rlogin):
23572         * obsolete/ooutline.el (outlines):
23573         * progmodes/delphi.el (delphi):
23574         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
23575         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
23576         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
23577         (ebnf-optimization):
23578         * progmodes/etags.el (etags):
23579         * progmodes/executable.el (executable):
23580         * progmodes/idlwave.el (idlwave):
23581         * progmodes/pascal.el (pascal):
23582         * progmodes/prolog.el (prolog):
23583         * progmodes/python.el (python):
23584         * progmodes/scheme.el (scheme):
23585         * progmodes/sh-script.el (sh, sh-script):
23586         * progmodes/sql.el (SQL):
23587         * progmodes/tcl.el (tcl):
23588         * textmodes/bibtex.el (bibtex, bibtex-autokey):
23589         * textmodes/enriched.el (enriched):
23590         * textmodes/makeinfo.el (makeinfo):
23591         * textmodes/sgml-mode.el (sgml):
23592         * textmodes/table.el (table-hooks):
23593         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
23594         * textmodes/texinfo.el (texinfo):
23595         * textmodes/two-column.el (two-column):
23596         Finish `defgroup' description with period.
23598         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
23599         * eshell/esh-var.el (eshell-var):
23600         * progmodes/vhdl-mode.el (vhdl-testbench):
23601         * textmodes/org.el (org): Fix typos in docstrings.
23603         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
23604         consistency.
23606         * progmodes/flymake.el (flymake-find-file): Remove.
23607         (flymake-float-time): Use `with-no-warnings'.
23608         (flymake-check-start-time, flymake-check-was-interrupted)
23609         (flymake-err-info, flymake-is-running, flymake-last-change-time)
23610         (flymake-new-err-info): `defvar' at compile time.
23612 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
23614         * replace.el (occur-hook): Doc fix.
23615         (occur-1): Don't call `occur-hook' if there are no matches.
23617 2005-07-03  Richard M. Stallman  <rms@gnu.org>
23619         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
23620         global-map, save the same map.
23621         (global-map): Don't alter it at top level.
23622         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
23623         Then alter it here instead.
23624         (tpu-edt-off): Set global-map to the saved one.
23626         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
23627         All references simplified.
23628         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
23629         (zmacs-regions): Add defvar.
23630         (repeat-complex-command-map): Everything about that deleted.
23632         * textmodes/artist.el (artist-key-is-drawing)
23633         (artist-key-endpoint1, artist-key-poly-point-list)
23634         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
23635         (artist-key-compl-table, artist-rb-save-data)
23636         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
23637         Don't put them in eval-when-compile.
23638         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
23640         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
23641         Use with-no-warnings.
23643         * net/browse-url.el (dos-windows-version): Add defvar.
23645         * mail/supercite.el (filladapt-prefix-table): Add defvar.
23647         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
23648         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
23649         (rmail-new-summary-line-count): Rename from new-summary-line-count.
23650         Add defvar.
23651         (rmail-summary-beginning-of-message): Use with-no-warnings.
23652         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
23654         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
23655         Use with-no-warnings.
23657         * emulation/vi.el (vi-mark-region): Use c-mark-function.
23658         (c-mark-function): Add point-moving-unit property.
23659         (vi-goto-line): Use with-no-warnings.
23661         * emulation/edt.el (edt-last-copied-word): Add defvar.
23662         (zmacs-region-stays): Likewise.
23663         (edt-mark-section-wisely): Use c-mark-function for C.
23664         Use makr-defun for Fortran.
23665         (time-string): defvar deleted.
23666         (edt-display-the-time): Don't set time-string.
23668         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
23670         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23671         Don't warn when name is not constant
23672         or for defining the group `emacs'.
23674         * tooltip.el (gud-tooltip-mode): Add defvar.
23676         * startup.el (default-frame-background-mode): Add defvar.
23678         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
23680         * info.el (tool-bar-map): Add defvar.
23682         * dired.el (dnd-protocol-alist): Add defvar.
23684         * dired-aux.el (dired-query): Display question with answer, when
23685         the user answers.
23687         * custom.el (custom-add-option): Doc fix.
23689         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
23691 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
23693         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
23694         bogus name from the last change.
23696 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
23698         * custom.el (custom-declare-variable): Fix typos in comment.
23699         (custom-known-themes): Doc fix.
23700         (custom-theme-directory): New defcustom.
23701         (require-theme): Make it check `custom-theme-directory'.
23703         * cus-theme.el (custom-new-theme-mode): New function.
23704         (custom-theme-name, custom-theme-variables, custom-theme-faces)
23705         (custom-theme-description): Add compiler defvars.
23706         (customize-create-theme): Add doc to the "*New Custom Theme*"
23707         buffer.  Use `custom-new-theme-mode'.
23708         (custom-theme-write): Put the created buffer in emacs-lisp-mode
23709         and save it to the `custom-theme-directory'.  Make this the
23710         default directory of the buffer.
23712 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
23714         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
23715         Fix unbalanced parentheses.
23717 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23719         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
23720         into flymake-mode and delegate to flymake-mode.
23722         * find-file.el (ff-which-function-are-we-in): Clean up.
23724 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
23726         * replace.el (occur-rename-buffer): Fix docstring.
23728         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
23729         (edt-last-copied-word, edt-learn-macro-count)
23730         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
23731         (edt-rect-start-point, edt-user-global-map, rect-start-point)
23732         (time-string, zmacs-region-stays):
23733         * emulation/edt-mapper.el (edt-save-function-key-map)
23734         (EDT-key-name): `defvar' to silence the byte-compiler.
23736 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
23738         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
23739         font-lock-regexp-backslash.  Doc fix.
23740         (font-lock-regexp-backslash-grouping-construct): Rename from
23741         font-lock-regexp-backslash-construct.  Doc fix.
23742         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
23743         grouping constructs.
23745 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
23747         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
23748         updating all the prerequisites.
23750 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
23752         * textmodes/org.el (org-agenda-start-on-weekday)
23753         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
23754         (org-agenda-use-time-grid, org-archive-location)
23755         (org-allow-space-in-links, org-usenet-links-prefer-google)
23756         (org-enable-table-editor, org-export-default-language)
23757         (org-export-html-show-new-buffer, org-fill-paragraph)
23758         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
23759         (org-goto-quit, org-occur, org-eval-in-calendar)
23760         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
23761         (org-agenda-diary-entry, org-remember-help)
23762         (org-table-convert-region, org-at-table-p)
23763         (org-table-move-row-down, org-table-move-row-up)
23764         (org-table-copy-region, org-table-toggle-vline-visibility)
23765         (org-table-get-stored-formulas, org-table-get-specials)
23766         (org-recalc-commands, org-table-eval-formula)
23767         (org-table-formula-substitute-names, orgtbl-make-binding)
23768         (org-format-org-table-html, org-format-table-table-html)
23769         (org-format-table-table-html-using-table-generate-source)
23770         (org-customize): Fix typos in docstrings.
23771         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
23772         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
23773         (org-back-to-heading): Doc fixes.
23774         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
23775         (org-agenda-change-all-lines, org-get-header):
23776         Improve argument/docstring consistency.
23777         (orgtbl-error): Fix error message.
23779         * progmodes/flymake.el (flymake-find-possible-master-files)
23780         (flymake-master-file-compare, flymake-get-line-err-count)
23781         (flymake-highlight-line, flymake-gui-warnings-enabled):
23782         Fix typos in docstrings.
23783         (flymake-parse-line, flymake-get-project-include-dirs-function)
23784         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
23785         Doc fixes.
23786         (flymake-get-project-include-dirs-function)
23787         (flymake-make-err-menu-data):
23788         Improve argument/docstring consistency.
23790 2005-07-01  Lute Kamstra  <lute@gnu.org>
23792         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
23793         Catch errors with ignore-errors.  Use temporary buffer.
23794         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
23796         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
23797         background color faces.
23798         (facemenu-set-foreground, facemenu-set-background):
23799         Use facemenu-set-face-from-menu.
23800         (facemenu-set-face-from-menu): Treat face names that start with
23801         "fg:" or "bg:" as special.
23802         (facemenu-add-new-color): Don't create faces.  Simplify.
23804 2005-06-30  Richard M. Stallman  <rms@gnu.org>
23806         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
23807         (crm-find-current-element): Likewise.
23809 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
23811         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
23813 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23815         * arc-mode.el (archive-extract): Make it work as a mouse binding.
23816         (archive-mouse-extract): Make it an obsolete alias.
23817         (archive-mode-map): Don't use archive-mouse-extract any more.
23818         (archive-mode, archive-extract): write-contents-hooks ->
23819         write-contents-functions.
23820         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23821         first arg.
23822         (archive-rename-entry): Update the call.
23823         (archive-zip-summarize): Remove unused var `method'.
23824         (archive-lzh-summarize): Remove unused var `creator'.
23826         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23827         dedicated frame upon exit.
23829         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23830         (archive-zip-extract, archive-zip-expunge)
23831         (archive-zip-update, archive-zip-update-case): Use executable-find.
23832         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23833         Use restore-buffer-modified-p.
23834         (archive-extract, archive-add-new-member, archive-write-file-member):
23835         Use with-current-buffer.
23836         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23838 2005-06-30  Andreas Schwab  <schwab@suse.de>
23840         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23842 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23844         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23846 2005-06-30  Juri Linkov  <juri@jurta.org>
23848         * faces.el (vertical-border): Inherit from mode-line-inactive
23849         only on tty.
23851 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23853         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23854         example, -NLINES in the `occur' docstring).
23856         * replace.el (occur-1): When no matches are found, do not set the
23857         `buffer-read-only' and modified flags for the occur buffer,
23858         because it is deleted.
23860         * emulation/cua-base.el (cua-check-pending-input)
23861         (cua-repeat-replace-region, cua-mode, cua-debug)
23862         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23863         Fix typos in docstrings.
23865         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23866         (cua-cut-region-to-global-mark)
23867         (cua--cut-rectangle-to-global-mark):
23868         Remove period from end of messages.
23870         * emulation/cua-rect.el (cua-do-rectangle-padding):
23871         Remove period from end of messages.
23872         (cua--rectangle-seq-format): Fix typo in docstring.
23873         (cua-sequence-rectangle, cua-fill-char-rectangle):
23874         Improve argument/docstring consistency.
23876 2005-06-29  Juri Linkov  <juri@jurta.org>
23878         * faces.el (default-frame-background-mode): New internal variable.
23879         (frame-set-background-mode): Use it.
23881         * startup.el (normal-top-level): Set default-frame-background-mode
23882         instead of frame-background-mode.  Before setting it, test for its
23883         nil value.  Remove tests for frame-background-mode and frame
23884         parameter `reverse'.  Add test for "unspecified-fg".
23886         * term/xterm.el (xterm-rxvt-set-background-mode):
23887         * term/rxvt.el (rxvt-set-background-mode):
23888         Set default-frame-background-mode instead of frame-background-mode.
23890 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
23892         * simple.el (set-variable): Warn about obsolete user variables.
23894         * imenu.el (imenu--completion-buffer):
23895         * mouse.el (mouse-buffer-menu-alist):
23896         * msb.el (msb-invisible-buffer-p):
23897         * calendar/diary-lib.el (diary-header-line-format):
23898         * emacs-lisp/pp.el (pp-buffer):
23899         * progmodes/cperl-mode.el (cperl-do-auto-fill):
23900         * textmodes/picture.el (picture-replace-match):
23901         Change space constants followed by a sexp to "?\s ".
23903         * play/decipher.el (decipher-loop-with-breaks):
23904         * textmodes/texinfo.el (texinfo-insert-@item): Change space
23905         constants "protected" from end of line by a comment to "?\s".
23907 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23909         * font-lock.el (save-buffer-state): Use `declare'.
23911         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
23912         reset the syntax-table to cperl-mode-syntax-table.
23913         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
23914         "foo_print_bar" is not matched as a reserved keyword.
23916 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
23918         * textmodes/org.el (orgtbl-setup): New function, for delayed
23919         setup for the orgtbl commands.
23920         (org-calc-default-modes): New option.
23921         (orgtbl-make-binding): Use `defun' to get better help display.
23922         (org-diary): Call `org-compile-prefix-format'.
23923         (org-table-formula-substitute-names): New function.
23924         (org-agenda-day-view, org-agenda-week-view): New commands.
23925         (org-agenda-toggle-week-view): Command removed.
23926         (org-tbl-menu): Split off from org-org-menu.
23927         (org-mode): Move removal of outline-mode menus to here.
23928         (org-table-formula-debug): New option.
23929         (org-table-insert-row): Keep first field if just "#" or "*".
23930         (org-mode): Paragraph regexps fixed.
23931         (org-table-recalculate-regexp): New constant.
23932         (org-table-justify-field-maybe): Avoid replace if not necessary.
23933         (org-copy-special, org-cut-special): Use `call-interactively'.
23934         (org-table-copy-region): Take region from `interactive' call.
23935         (org-trim): Return string even if no match.
23936         (org-formula): New face.
23937         (org-set-font-lock-defaults): No longer highlight "FIXME".
23938         But highlight formula-related fields in table.
23939         (org-table-p): Use regexp, not fontification.
23940         (org-table-align): Handle white space at end of line.
23941         (org-table-formula-evaluate-inline): New option.
23942         (org-mode): Auto-wrapping in comment lines turned off.
23943         (org-table-copy-down): Evaluate only in copied field, not in
23944         destination.
23945         (org-table-current-formula): Variable removed.
23946         (org-table-store-formulas, org-table-get-stored-formulas)
23947         (org-table-modify-formulas, org-table-replace-in-formulas)
23948         (org-table-maybe-eval-formula): New functions.
23949         (org-table-get-formula): Modify to use stored formulas.
23950         (org-table-insert-column, org-table-delete-column)
23951         (org-table-move-column): Call `org-table-modify-formulas'.
23952         (org-complete): Add completion for keyword formulas.
23953         (orgtbl-mode): Pull orgtbl-mode-map to start of
23954         minor-mode-map-alist.
23956 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23958         * progmodes/python.el (python-check): Require `compile' before
23959         modifying its variables.
23961         * newcomment.el (comment-indent-default): Don't get fooled by an early
23962         end of buffer.
23964 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23966         * ps-print.el (ps-print-version): Fix version number.
23968 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
23970         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
23972 2005-06-28  Richard M. Stallman  <rms@gnu.org>
23974         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
23975         (flyspell-local-mouse-map): Declaration deleted.
23976         (flyspell-mouse-map): Bind only mouse-2.
23977         (flyspell-mode-map): Don't test flyspell-use-local-map.
23978         (flyspell-overlay-keymap-property-name): Var deleted.
23979         (flyspell-mode-on): Don't make local bindings for
23980         flyspell-mouse-map and flyspell-mode-map.
23981         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
23983         * textmodes/ispell.el (ispell-word): Do not ignore short words.
23985         * progmodes/compile.el (compilation-next-error-function):
23986         Don't switch buffers; operate on the current buffer.
23988         * progmodes/compile.el (compilation-error-file-name)
23989         (compilation-warning-file-name, compilation-info-file-name)
23990         (compilation-line-number, compilation-column-number): New faces.
23991         (compilation-error-face, compilation-warning-face)
23992         (compilation-info-face, compilation-line-face)
23993         (compilation-column-face): Use them.
23995         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
23997         * comint.el (comint-password-prompt-regexp): Accept ", try again".
23999         * bindings.el (global-map): Bind insertchar and its variants.
24001 2005-06-27  Richard M. Stallman  <rms@gnu.org>
24003         * textmodes/artist.el (artist-text-overwrite)
24004         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24006 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24008         * ps-print.el: It was not working the page selection for printing.
24009         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24010         (ps-print-version): New version 6.6.7.
24011         (ps-end-sheet): New fun.
24012         (ps-header-sheet, ps-end-job): Call it.
24014 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
24016         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24018 2005-06-27  Lute Kamstra  <lute@gnu.org>
24020         * facemenu.el (facemenu-unlisted-faces): Add foreground and
24021         background color faces.
24022         (facemenu-get-face): Delete function.
24023         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24024         (facemenu-add-new-color): Make second argument mandatory.
24025         Create the appropriate face and return it.  Simplify.
24026         (facemenu-set-foreground, facemenu-set-background): Don't check if
24027         color is defined.  Use return value of facemenu-add-new-color.
24029 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
24031         * progmodes/gud.el (gud-filter): Add missing argument to
24032         with-selected-window.
24034 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24036         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24037         a :require to the defcustom.
24039         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24040         defcustoms corresponding to minor modes.
24042 2005-06-26  David Ponce  <david@dponce.com>
24044         * recentf.el: Require tree-widget instead of wid-edit.
24045         (recentf-filename-handler): Fix widget :type.
24046         (recentf-cancel-dialog, recentf-open-more-files)
24047         (recentf-open-files-action): Doc fix.
24048         (recentf-dialog-goto-first): New function.
24049         (recentf-dialog-mode-map): Set parent keymap first.
24050         (recentf-dialog-mode): Define with define-derived-mode.
24051         Don't display continuation lines in dialogs.
24052         (recentf-edit-list): Rename from recentf-edit-selected-items.
24053         (recentf-edit-list-select): Rename from recentf-edit-list-action.
24054         Simplify.
24055         (recentf-edit-list-validate): New function.
24056         (recentf-edit-list): Update accordingly.
24057         (recentf-open-files-item-shift): Remove.
24058         (recentf-open-files-item): Convert menu elements into tree and
24059         link widgets.  Don't create the widgets.
24060         (recentf-open-files): Update accordingly.
24061         (recentf-save-list): Untabify.
24063 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
24065         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24066         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
24067         partially contained in the active region.  Do not take active
24068         region into account when called from Lisp, unless INTERACTIVE arg
24069         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
24070         avoid trouble with fields.  Make marker point nowhere when no
24071         longer used.  Always return nil.  Doc fix.
24072         (flush-lines): Add INTERACTIVE arg.  Do not take active region
24073         into account when called from Lisp, unless INTERACTIVE arg is
24074         non-nil.  Use `forward-line' instead of `beginning-of-line' to
24075         avoid trouble with fields.  Make marker point nowhere when no
24076         longer used.  Always return nil.  Doc fix.
24077         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
24078         interchangeable.  Do not take active region into account when
24079         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
24080         message in echo area when called from Lisp, unless INTERACTIVE arg
24081         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
24082         Return the number of matches.  Doc fix.
24083         (occur): Doc fix.
24084         (perform-replace): Make comment follow double space convention for
24085         the sake of `outline-minor-mode'.
24087         * faces.el (facep): Doc fix.
24089 2005-06-25  Richard M. Stallman  <rms@gnu.org>
24091         * facemenu.el (facemenu-enable-faces-p): New function.
24092         (facemenu-background-menu, facemenu-foreground-menu)
24093         (facemenu-face-menu): Add menu-enable property.
24095         * jka-compr.el (jka-compr-insert-file-contents):
24096         Special handling if cannot find the uncompression program.
24098         * cus-face.el (custom-face-attributes): Add autoload.
24100         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24101         Bind comment-indent-function locally.
24103         * window.el (save-selected-window): Use save-current-buffer.
24105         * subr.el (with-selected-window): Use save-current-buffer.
24107         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24108         and with-current-buffer.
24110 2005-06-24  Richard M. Stallman  <rms@gnu.org>
24112         * simple.el (line-move-1): Fix previous change.
24114 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
24116         * replace.el (occur-1): Set `buffer-read-only' and the
24117         buffer-modified flag before running `occur-hook' to protect
24118         against unintentional buffer switches that can lead to data loss.
24120 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
24122         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24123         (gud-gdb-marker-filter): Use font-lock-warning-face for any
24124         initial error.
24126         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24127         after fresh input.
24128         (gdb-var-create-handler): Put name of expression in quotes.
24130 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
24132         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24133         elements of RING in order, and without bogus nil elements.
24135 2005-06-23  Richard M. Stallman  <rms@gnu.org>
24137         * simple.el (set-variable): Args renamed; doc fix.
24138         (line-move-1): When there are overlays around, use vertical-motion.
24140         * faces.el (escape-glyph): Use brown against light background.
24141         (nobreak-space): Rename from no-break-space.
24142         Fix previous change.
24144         * dired-aux.el (dired-do-copy): Fix arg prompt.
24146         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24148 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24150         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24151         rather than "Distributor".
24153 2005-06-23  Lute Kamstra  <lute@gnu.org>
24155         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24156         (debug-on-entry): Use it.  New interactive declaration that uses
24157         function-called-at-point.
24159 2005-06-23  Kim F. Storm  <storm@cua.dk>
24161         * subr.el (save-match-data): Add comment about using evaporate arg
24162         to set-match-data.
24164 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
24166         * cus-edit.el (customize-face)
24167         (customize-face-other-window): Handle face aliases.
24169         * faces.el (face-documentation, set-face-attribute)
24170         (face-spec-set): Handle face aliases.
24172 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
24174         * help-mode.el (help-make-xrefs): If a symbol representing a face
24175         name is not followed by the word "face", it could still be a
24176         function or variable name, so don't bypass other checks.
24178 2005-06-22  Juri Linkov  <juri@jurta.org>
24180         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24181         Replace aliased functions with calls where second arg `inherit' is t.
24183 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
24185         * progmodes/gdb-ui.el (gdb-error): New variable.
24186         (gdb-error): New function.
24187         (gdb-annotation-rules): Act on error-begin and error annotations.
24188         (gdb-concat-output): Use font-lock-warning-face for errors.
24190 2005-06-22  Miles Bader  <miles@gnu.org>
24192         * bindings.el (propertized-buffer-identification): Use renamed
24193         `Buffer-menu-buffer' face.
24195         * faces.el (vertical-border): Rename from `vertical-divider'.
24196         (escape-glyph): Change dark-background color back to `cyan'.
24198 2005-06-21  Juri Linkov  <juri@jurta.org>
24200         * faces.el (face-user-default-spec): Try getting `customized-face'
24201         prior to `saved-face'.
24202         (frame-background-mode): Refill docstring.
24204         * emacs-lisp/lisp-mode.el (eval-defun-1):
24205         * emacs-lisp/edebug.el (edebug-eval-defun):
24206         Set `saved-face' temporarily to nil before calling form.
24207         Set `customized-face' to the new spec after that.
24209 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
24211         * subr.el (1value, lambda, key-substitution-in-progress):
24212         Doc fixes.
24214         * autoinsert.el (auto-insert-alist):
24215         * ses.el (ses-call-printer):
24216         * subr.el (noreturn):
24217         * emacs-lisp/lisp.el (check-parens):
24218         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24219         * net/browse-url.el (browse-url-mosaic):
24220         * progmodes/cc-defs.el (c-safe-scan-lists):
24221         * progmodes/ebnf-abn.el (ebnf-abn-lex):
24222         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24223         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24224         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24225         * progmodes/ebnf-iso.el (ebnf-iso-lex):
24226         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24228 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
24230         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24232 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
24234         * calendar/appt.el (appt-make-list): Activate the package, if
24235         not already active (for backwards compatibility).
24237 2005-06-20  Kim F. Storm  <storm@cua.dk>
24239         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
24241 2005-06-20  Miles Bader  <miles@gnu.org>
24243         * faces.el (vertical-divider): New face.
24245 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
24247         * simple.el (kill-whole-line): Doc fix.
24248         (next-error-buffer-p, next-error-find-buffer)
24249         (clone-indirect-buffer): Fix typos in docstrings.
24250         (comment-line-break-function): Doc fix: don't say variable
24251         is automatically buffer-local (it isn't).
24253 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
24255         * net/tramp-ftp.el (top):
24256         * net/tramp-smb.el (top):
24257         * net/tramp-util.el (top):
24258         * net/tramp-uu.el (top):
24259         * net/tramp-vc.el (top):
24260         * net/tramp.el (top): Revert copyright years back to original
24261         ones.  Tramp has a life outside GNU Emacs.
24263 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
24265         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24267 2005-06-18  Juri Linkov  <juri@jurta.org>
24269         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24270         end of first regexp to limit the match to the position between
24271         line number and source line with same separator character as used
24272         between file name and line number.  In the second regexp limit
24273         mouse-face area to file name and line number by adding new group
24274         for them and referring it in HYPERLINK arg.
24275         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24276         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24277         previous line where grep markers may be already removed.
24279 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
24281         * progmodes/ps-mode.el: Update version and maintainer's email address.
24283 2005-06-18  Steve Youngs  <steve@xemacs.org>
24285         * net/browse-url.el (browse-url-browser-function)
24286         (browse-url-default-browser): Add firefox.
24287         (browse-url-firefox-program, browse-url-firefox-arguments)
24288         (browse-url-firefox-startup-arguments)
24289         (browse-url-firefox-new-window-is-tab): New defcustoms.
24290         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24292 2005-06-17  Richard M. Stallman  <rms@gnu.org>
24294         * startup.el (command-line): Warn if specified user name has
24295         no home directory.
24297         * term.el (term-get-old-input, term-input-filter, term-input-sender)
24298         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24300         * longlines.el (longlines-mode, longlines-show-hard-newlines):
24301         Doc fixes.
24303         * faces.el (underline): Try bold if terminal doesn't support underline.
24305         * mail/sendmail.el (mail-setup-with-from): New variable.
24306         (mail-insert-from-field): New function.
24307         (sendmail-send-it): Call it.
24308         (mail-setup): Optionally call it here.
24310         * term/linux.el: Call tty-no-underline.
24312 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
24314         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24316 2005-06-17  Miles Bader  <miles@gnu.org>
24318         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24319         (ediff-current-diff-C, ediff-current-diff-Ancestor)
24320         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24321         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24322         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24323         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24324         Remove "-face" suffix from face names.
24325         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24326         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24327         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24328         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24329         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24330         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24331         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24332         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24333         New backward-compatibility aliases for renamed faces.
24334         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24335         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24336         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24337         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24338         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24339         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24340         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24341         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24342         Use renamed ediff faces.
24344         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24345         Remove "-face" suffix from face names.
24346         (eshell-test-ok-face, eshell-test-failed-face):
24347         New backward-compatibility aliases for renamed faces.
24348         (eshell-run-test): Use renamed eshell-test faces.
24350         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24351         face name.
24352         (eshell-prompt-face): New backward-compatibility alias for renamed
24353         face.
24354         (eshell-emit-prompt): Use renamed eshell-prompt face.
24356         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24357         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24358         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24359         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24360         Remove "-face" suffix from face names.
24361         (eshell-ls-directory-face, eshell-ls-symlink-face)
24362         (eshell-ls-executable-face, eshell-ls-readonly-face)
24363         (eshell-ls-unreadable-face, eshell-ls-special-face)
24364         (eshell-ls-missing-face, eshell-ls-archive-face)
24365         (eshell-ls-backup-face, eshell-ls-product-face)
24366         (eshell-ls-clutter-face):
24367         New backward-compatibility aliases for renamed faces.
24368         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24370         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24371         Remove "-face" suffix from face name.
24372         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24373         instead of literal face.
24375 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
24377         * emacs-lisp/warnings.el (display-warning, lwarn)
24378         (warning-minimum-log-level): Doc fixes.
24379         (warning-minimum-level, warning-minimum-log-level):
24380         Add :debug to :type choices.
24382         * progmodes/ada-mode.el (ada-format-paramlist)
24383         (ada-get-indent-case, ada-check-matching-start)
24384         (ada-check-defun-name, ada-goto-matching-decl-start)
24385         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24386         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24387         (ada-make-subprogram-body): Follow error conventions.
24388         (ada-case-exception-file, ada-indent-comment-as-code)
24389         (ada-indent-handle-comment-special, ada-indent-renames)
24390         (ada-indent-return, ada-search-directories-internal)
24391         (ada-tab-policy, ada-case-exception-substring)
24392         (ada-other-file-alist, ada-matching-start-re)
24393         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24394         (ada-imenu-generic-expression, ada-compile-goto-error)
24395         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24396         (ada-popup-menu, ada-add-extensions, ada-mode)
24397         (ada-region-selected, ada-create-case-exception)
24398         (ada-create-case-exception-substring, ada-after-keyword-p)
24399         (ada-activate-keys-for-case, ada-adjust-case-region)
24400         (ada-adjust-case-buffer, ada-format-paramlist)
24401         (ada-scan-paramlist, ada-insert-paramlist)
24402         (ada-indent-newline-indent)
24403         (ada-indent-newline-indent-conditional)
24404         (ada-justified-indent-current, ada-goto-previous-word)
24405         (ada-indent-current, ada-get-indent-open-paren)
24406         (ada-get-indent-paramlist, ada-get-indent-end)
24407         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24408         (ada-get-indent-block-start, ada-get-indent-subprog)
24409         (ada-get-indent-noindent, ada-get-indent-label)
24410         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24411         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24412         (ada-goto-stmt-end, ada-goto-next-word)
24413         (ada-check-matching-start, ada-check-defun-name)
24414         (ada-goto-matching-decl-start, ada-goto-matching-start)
24415         (ada-goto-matching-end, ada-search-ignore-string-comment)
24416         (ada-in-decl-p, ada-looking-at-semi-or)
24417         (ada-looking-at-semi-private, ada-in-paramlist-p)
24418         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24419         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24420         (ada-next-procedure, ada-previous-procedure, ada-next-package)
24421         (ada-previous-package, ada-create-menu)
24422         (ada-fill-comment-paragraph-justify)
24423         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24424         (ada-other-file-name, ada-last-which-function-line)
24425         (ada-last-which-function-subprog, ada-which-function)
24426         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24427         (ada-gen-treat-proc, ada-check-emacs-version)
24428         (ada-continuation-indent, ada-align-region-separate):
24429         Fix typos in docstrings.
24430         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24432 2005-06-16  Lute Kamstra  <lute@gnu.org>
24434         * simple.el (fundamental-mode): Run after-change-major-mode-hook
24435         conditionally.
24437 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
24439         * comint.el (comint-replace-by-expanded-filename)
24440         (comint-prompt-regexp, comint-delimiter-argument-list)
24441         (comint-preinput-scroll-to-bottom):
24442         * info.el (Info-hide-cookies-node):
24443         * ls-lisp.el (ls-lisp-classify):
24444         * find-file.el (ff-search-directories, ff-special-constructs)
24445         (ff-find-other-file):
24446         * font-lock.el (font-lock-keywords):
24447         * shell.el (shell-prompt-pattern)
24448         (shell-dynamic-complete-functions, shell-mode)
24449         (shell-delimiter-argument-list):
24450         * term.el (term-replace-by-expanded-filename)
24451         (term-prompt-regexp, term-delimiter-argument-list):
24452         * woman.el (woman-ignore, woman0-if):
24453         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24454         * emacs-lisp/elint.el (elint-init-env):
24455         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24456         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24457         * language/ethio-util.el (ethio-tilde-escape)
24458         (ethio-use-three-dot-question):
24459         * net/zone-mode.el (zone-mode-load-time-setup):
24460         * progmodes/cc-align.el (c-lineup-argcont):
24461         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24462         * progmodes/cperl-mode.el (cperl-set-style-back):
24463         * progmodes/inf-lisp.el (inferior-lisp-prompt):
24464         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24465         Fix spellings in docstrings.
24467         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24468         * progmodes/modula2.el (m2-for): Fix spellings.
24470         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24472         * simple.el (undo-more): Don't use `format' on `error' arguments.
24473         Improve argument/docstring consistency.
24474         (pending-undo-list): Doc fix.
24476         * smerge-mode.el (smerge-ensure-match):
24477         * emulation/vip.el (vip-ex):
24478         * net/zone-mode.el (zone-mode-update-serial):
24479         * progmodes/idlwave.el (idlwave-complete):
24480         * progmodes/vhdl-mode.el (vhdl-visit-file)
24481         (vhdl-compose-wire-components):
24482         Don't use `format' on `error' arguments.
24484         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24485         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24486         (tooltip-help-tips): Fix typos in docstrings.
24488 2005-06-16  David Ponce  <david@dponce.com>
24490         * tree-widget.el (tree-widget-value-create): Simplify last change.
24492 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
24494         * ido.el (ido-incomplete-regexp): New variable.
24495         (ido-set-matches-1): Handle invalid-regexp error and set
24496         ido-incomplete-regexp.
24497         (ido-incomplete-regexp): New face.
24498         (ido-completions): Use it.
24499         (ido-complete, ido-exit-minibuffer, ido-completions):
24500         Handle incomplete regexps.
24501         (ido-completions): Add check for complete match when entering a regexp.
24503 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24505         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24507 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24509         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24510         by field delimiters.
24512 2005-06-15  David Ponce  <david@dponce.com>
24514         * tree-widget.el: eval-and-compile inlined functions so they will
24515         be available at run-time too.
24516         (tree-widget-super-format-handler)
24517         (tree-widget-format-handler): Remove.
24518         (tree-widget-value-create): Handle the :indent property.
24520 2005-06-15  Miles Bader  <miles@gnu.org>
24522         * progmodes/which-func.el (which-func): Only inherit
24523         `font-lock-function-name-face' when that makes sense against the
24524         default mode-line face, otherwise set the face color explicitly.
24526         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
24527         faces instead of (non-existent) variables.
24529 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24531         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
24532         (iswitchb-get-matched-buffers): Likewise.  Simplify.
24534 2005-06-14  Miles Bader  <miles@gnu.org>
24536         * progmodes/ld-script.el (ld-script-location-counter):
24537         Remove "-face" suffix from face name.
24538         (ld-script-location-counter-face):
24539         New backward-compatibility alias for renamed face.
24540         (ld-script-location-counter-face): Use renamed face.
24542         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
24543         (cperl-hash): Remove "-face" suffix from face names.
24544         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
24545         New backward-compatibility aliases for renamed faces.
24546         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
24547         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
24549         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
24550         name.
24551         (which-func-face): New backward-compatibility alias for renamed face.
24552         (which-func-format): Use renamed which-func face.
24554         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
24555         (vhdl-function, vhdl-directive, vhdl-reserved-word)
24556         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
24557         names.
24558         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
24559         (vhdl-speedbar-configuration, vhdl-speedbar-package)
24560         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
24561         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
24562         (vhdl-speedbar-architecture-selected)
24563         (vhdl-speedbar-configuration-selected)
24564         (vhdl-speedbar-package-selected)
24565         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
24566         names.
24567         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
24568         Use renamed faces.
24569         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
24570         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
24571         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
24572         Use renamed faces.
24573         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
24574         names.
24575         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
24576         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
24577         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
24578         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
24579         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
24580         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
24582         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
24583         face name.
24584         (sh-heredoc-face): New backward-compatibility alias for renamed face.
24585         (sh-heredoc-face): Use renamed sh-heredoc face.
24587         * progmodes/idlw-help.el (idlwave-help-link):
24588         Remove "-face" suffix from face name.
24589         (idlwave-help-link-face):
24590         New backward-compatibility alias for renamed face.
24591         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
24593         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
24594         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
24595         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
24596         New backward-compatibility aliases for renamed faces.
24597         (idlwave-shell-disabled-breakpoint-face)
24598         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
24600         * progmodes/flymake.el (flymake-errline, flymake-warnline):
24601         Remove "-face" suffix from face names.
24602         (flymake-errline-face, flymake-warnline-face):
24603         New backward-compatibility aliases for renamed faces.
24604         (flymake-highlight-line): Use renamed flymake faces.
24606         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
24607         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24608         (ebrowse-member-class, ebrowse-progress):
24609         Remove "-face" suffix from face names.
24610         (ebrowse-tree-mark-face, ebrowse-root-class-face)
24611         (ebrowse-file-name-face, ebrowse-default-face)
24612         (ebrowse-member-attribute-face, ebrowse-member-class-face)
24613         (ebrowse-progress-face):
24614         New backward-compatibility aliases for renamed faces.
24615         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
24616         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
24617         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
24618         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
24620         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
24621         antlr-syntax)
24622         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
24623         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
24624         names.
24625         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
24626         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
24627         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24628         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
24629         backward-compatibility aliases for renamed faces.
24630         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
24631         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
24632         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
24633         remove "font-lock-".  Use renamed antlr-mode faces.
24634         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
24635         literal face-names with face variable references.
24637         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
24638         face name.
24639         (Buffer-menu-buffer-face): New backward-compatibility alias for
24640         renamed face.
24641         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
24643 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
24645         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
24646         Eliminate "-face" suffix.
24647         (makefile-targets): Inherit from font-lock-function-name-face and
24648         eliminate "-face" suffix.
24649         (makefile-shell): Remove attributes and eliminate "-face" suffix.
24650         (makefile-*-font-lock-keywords): Append makefile-targets in rule
24651         actions, instead of prepending, to make it less visible.
24652         (makefile-previous-dependency, makefile-match-dependency):
24653         Don't match a target on a continuation line.
24655         * files.el (auto-mode-alist): Put Makefile in gmake mode.
24657 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
24659         * progmodes/gdb-ui.el (menu): Re-order menu items.
24660         (gdb-tooltip-print): Respect tooltip-use-echo-area.
24662         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
24663         Define in tooltip.el.
24664         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
24665         (gud-tooltip-tips): Respect tooltip-use-echo-area and
24666         gud-tooltip-echo-area.
24668         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
24669         backward compatibility and make obsolete.
24670         (tooltip-help-tips): Use tooltip-use-echo-area.
24671         (tooltip-show-help-function): Rename to...
24672         (tooltip-show-help): ...this, because it is a function.
24673         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
24675 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
24677         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
24678         (edebug-print-length, edebug-print-level, edebug-print-circle)
24679         (edebug-modify-breakpoint, edebug-eval-last-sexp)
24680         (edebug-eval-print-last-sexp): Doc fixes.
24682 2005-06-14  Kim F. Storm  <storm@cua.dk>
24684         * ido.el (ido-mode): Make a new keymap every time we enable ido,
24685         as the coverage buffer/file/both may change.
24687 2005-06-14  Lute Kamstra  <lute@gnu.org>
24689         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
24690         and run-mode-hooks.  Simplify.
24692         * mail/rmailedit.el (rmail-edit-mode):
24693         * progmodes/octave-inf.el (inferior-octave-mode):
24694         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
24696         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
24697         and run-mode-hooks.
24698         (recentf-edit-list, recentf-open-files): Don't call
24699         kill-all-local-variables directly.
24701         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
24703 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
24705         * emacs-lisp/byte-run.el (make-obsolete)
24706         (define-obsolete-function-alias): Rename arguments FUNCTION and
24707         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
24708         (make-obsolete-variable, define-obsolete-variable-alias):
24709         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
24710         respectively.
24712         * isearchb.el (isearchb-activate):
24713         * pcvs.el (cvs-mode):
24714         * ses.el (ses-load):
24715         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
24716         * net/tramp.el (tramp-find-file-exists-command)
24717         (tramp-find-shell):
24718         * progmodes/ada-mode.el (ada-create-case-exception)
24719         (ada-create-case-exception-substring, ada-make-subprogram-body):
24720         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
24721         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
24722         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
24723         * textmodes/org.el (org-promote, org-evaluate-time-range)
24724         (org-agenda-next-date-line, org-agenda-previous-date-line)
24725         (org-agenda-error, org-open-at-point, org-table-move-row)
24726         (org-format-table-table-html-using-table-generate-source)
24727         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
24728         * textmodes/reftex.el (reftex-access-scan-info):
24729         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
24730         (reftex-toc-promote-prepare): Follow error conventions.
24732         * diff-mode.el (diff-mode): Fix typo in docstring.
24734         * forms.el (forms--intuit-from-file): Fix reference to
24735         `forms-number-of-fields' in error message.
24736         (forms-print): Fix quoting in error message.
24738         * forms.el (forms-mode):
24739         * emulation/vi.el (vi-goto-insert-state):
24740         * progmodes/flymake.el (flymake-new-err-info)
24741         (flymake-start-syntax-check-for-current-buffer)
24742         (flymake-simple-cleanup):
24743         * eshell/esh-var.el (eshell/export):
24744         * progmodes/gud.el (xdb):
24745         * textmodes/flyspell.el (flyspell-incorrect-hook)
24746         (flyspell-maybe-correct-transposition)
24747         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
24749 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
24751         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
24752         minibuffer prompt.
24754 2005-06-13  Kim F. Storm  <storm@cua.dk>
24756         * subr.el (add-to-ordered-list): New defun.
24758         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
24759         add cua--keymap-alist to emulation-mode-map-alists.
24761 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24763         * subr.el (complete-in-turn): New macro.
24764         (dynamic-completion-table, lazy-completion-table): Add debug info.
24766         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
24767         in preference to face aliases.
24769         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
24770         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
24771         Remove unused vars `start' and `firstline'.
24772         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
24773         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
24775 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
24777         * cus-start.el (all): Don't complain about missing GTK-related
24778         variables, unless either `gtk' is boundp or this isn't a
24779         `windows-nt' build.
24781 2005-06-13  Lute Kamstra  <lute@gnu.org>
24783         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
24784         run-mode-hooks.
24786         * ediff-mult.el (ediff-meta-mode):
24787         * ediff-util.el (ediff-mode): Use run-mode-hooks.
24789         * ledit.el (ledit-mode): Use delay-mode-hooks.
24791         * woman.el (woman-mode-line-format): Delete constant.
24792         (woman-mode-map): Initialize it properly.
24793         (woman-mode): Set mode-class property to special.
24794         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
24795         Set major-mode and mode-name.  Don't set mode-line-format directly.
24796         (Man-getpage-in-background): Don't reference woman-mode-line-format.
24798         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
24799         string argument obsolete.
24801 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
24803         * textmodes/org.el (org-CUA-compatible): New option.
24804         (org-disputed-keys): New variable.
24805         (org-key): New function.
24806         (orgtbl-make-binding): Add docstring to the created function.
24807         (org-mode): Set paragraph start/separate regexps.
24808         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
24809         (org-archive-location, org-archive-mark-done)
24810         (org-archive-stamp-time): New options.
24811         (org-archive-subtree): New command.
24812         (org-fill-paragraph): New function.
24813         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
24814         (org-fake-empty-table-line): Function removed.
24815         (org-format-org-table-html): Do not create empty table lines at
24816         separator lines.  Improved table header treatment.
24817         (org-link-format): New option.
24818         (org-make-link): New function.
24819         (org-insert-link, org-store-link): Use org-make-link.
24820         (org-open-file): Quote file name for shell command, to allow
24821         spaces in file names.
24822         (org-link-regexp): Fix bug with mailto link.
24823         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24824         New constants.
24825         (org-export-as-html): Deal with the optional angles around a link.
24826         Better treatment of file: links.
24827         (org-open-at-point): Replace @{ and @} with < and >.
24828         (org-run-mode-hooks): Function removed.
24829         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24831 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24833         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24834         MI command -data-list-register-values.
24835         (gdb-post-prompt): Indent properly.
24837 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24839         * hilit-chg.el (highlight-changes-colors): Rename from
24840         `highlight-changes-colours'.
24841         (highlight-changes-colours): Keep as obsolete alias.
24842         (highlight-changes-face-list): Doc fix.
24843         (hilit-chg-make-list): Use `highlight-changes-colors'.
24845 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24847         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24848         defun-prompt-regexp.
24850 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24852         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24853         and cygwin.
24855         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24856         Don't use an old loaddefs.el, as in Makefile.in.
24858 2005-06-12  Lute Kamstra  <lute@gnu.org>
24860         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24862         * man.el (Man-mode-map): Initialize it properly.
24863         (Man-mode): Set mode-class property to special.
24865         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24867 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24869         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24870         A newline is needed in the docstring there.
24872         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24873         Doc fixes.
24875 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24877         * printing.el: Doc fix.  The menubar is no more changed when printing
24878         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24879         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24880         (pr-version): New version number (6.8.4).
24881         (pr-menu-bind): New command.
24882         (pr-update-menus): Docstring and code fix.
24883         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24884         Docstring fix.
24885         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24886         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
24888 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
24890         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
24891         "Returns" to "return", document useful return values, etc.
24893 2005-06-11  Alan Mackenzie  <acm@muc.de>
24895         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
24896         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
24897         (adaptive-file-function): Minor amendment to doc-string.
24899 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24901         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
24902         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
24903         Fix :type--it is `integer', not `string'.
24905         * faces.el (modeline-highlight): Rename from (the erroneous)
24906         `modeline-higilight'.
24908 2005-06-11  Lute Kamstra  <lute@gnu.org>
24910         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
24911         lisp-interaction-mode-map but make it the parent.
24912         (edebug-eval-mode): Use define-derived-mode.
24914 2005-06-11  Andreas Schwab  <schwab@suse.de>
24916         * bindings.el: Add binding of `ESC functionkey' for every
24917         `M-functionkey'.
24918         * hexl.el (hexl-mode-map): Likewise.
24920 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
24922         * progmodes/compile.el (compilation-error-regexp-alist-alist)
24923         [msft]: update regexp for newer msft compilers.
24925 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
24927         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
24928         ATTLIST portions of included DTDs.
24929         (xml-parse-dtd): Eliminate use of inefficient match-data.
24931 2005-06-10  Miles Bader  <miles@gnu.org>
24933         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
24934         (mpuz-text): Remove "-face" suffix from face names.
24935         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
24936         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
24937         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
24939         * play/gomoku.el (gomoku-O, gomoku-X):
24940         Remove "-face" suffix from face names.
24941         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
24942         New backward-compatibility aliases for renamed faces.
24943         (gomoku-font-lock-keywords): Use renamed gomoku faces.
24945 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24947         * thumbs.el: Fixes for changes of 2005-06-09.
24948         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
24949         as a directory.
24950         (thumbs-thumbname): Remove directory separator from format string;
24951         `thumbs-thumbsdir' now returns a valid directory name.
24952         (thumbs-temp-dir): New defsubst.
24953         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
24954         Use it.
24956         * cus-edit.el (minibuffer):
24957         * files.el (make-backup-file-name-function):
24958         * filesets.el (filesets-external-viewers):
24959         * hilit-chg.el (highlight-changes-colours)
24960         (highlight-changes-face-list, highlight-changes-rotate-faces):
24961         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
24962         * kmacro.el (kmacro-call-macro):
24963         * log-edit.el (log-edit-changelog-full-paragraphs):
24964         * mouse.el (mouse-1-click-follows-link):
24965         * skeleton.el (skeleton-autowrap):
24966         * subr.el (insert-for-yank-1):
24967         * tempo.el (tempo-insert-region):
24968         * terminal.el (terminal-emulator):
24969         * time.el (display-time-mail-face):
24970         * vc.el (vc-annotate):
24971         * vcursor.el (vcursor-copy-line):
24972         * woman.el (woman-bold-headings, woman-ignore)
24973         (woman-default-faces, woman-monochrome-faces):
24974         * calendar/todo-mode.el (todo-insert-threshold):
24975         * emulation/pc-select.el (pc-select-selection-keys-only)
24976         (pc-selection-mode):
24977         * emulation/vip.el (vip-find-char-forward):
24978         * emulation/viper-cmd.el (viper-find-char-forward):
24979         * international/mule-cmds.el
24980         (select-safe-coding-system-accept-default-p)
24981         (input-method-exit-on-invalid-key):
24982         * international/mule-diag.el (describe-coding-system):
24983         * international/ucs-tables.el (unify-8859-on-encoding-mode):
24984         * net/browse-url.el (browse-url-xterm-program):
24985         * obsolete/lazy-lock.el (lazy-lock-mode):
24986         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
24987         (cperl-mode):
24988         * progmodes/cpp.el (cpp-face-light-name-list)
24989         (cpp-face-dark-name-list):
24990         * progmodes/delphi.el (delphi-newline-always-indents):
24991         Fix spellings in docstrings.
24993         * ido.el (ido-mode, ido-file-extensions-order)
24994         (ido-default-file-method, ido-default-buffer-method)
24995         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
24996         (ido-decorations, ido-read-file-name-as-directory-commands)
24997         (ido-read-file-name-non-ido, ido-work-directory-list)
24998         (ido-ignore-item-temp-list, ido-current-directory)
24999         (ido-magic-forward-char, ido-enter-find-file)
25000         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25001         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25003 2005-06-10  Lute Kamstra  <lute@gnu.org>
25005         * play/dunnet.el (dun-mode): Use define-derived-mode.
25006         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
25007         obsolete alias.
25009         * play/doctor.el (doctor-mode-map): Remove defvar.
25010         (doctor-mode): Use define-derived-mode.
25012         * mail/mspools.el (mspools-mode):
25013         * net/eudc-hotlist.el (eudc-hotlist-mode):
25014         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25016 2005-06-10  Miles Bader  <miles@gnu.org>
25018         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25019         Remove "-face" suffix from face names.
25020         (flyspell-incorrect-face, flyspell-duplicate-face):
25021         New backward-compatibility aliases for renamed faces.
25022         (flyspell-mode-on, make-flyspell-overlay)
25023         (flyspell-highlight-incorrect-region)
25024         (flyspell-highlight-duplicate-region)
25025         (flyspell-display-next-corrections)
25026         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25028         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25029         from face name.
25030         (texinfo-heading-face): New backward-compatibility alias for
25031         renamed face.
25032         (texinfo-heading-face): Use renamed texinfo-heading face.
25034         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25035         suffix from face names.
25036         (tex-math-face, tex-verbatim-face):
25037         New backward-compatibility aliases for renamed faces.
25038         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25039         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25040         literal face name.
25042         * textmodes/table.el (table-cell): Remove "-face" suffix from face
25043         name.
25044         (table-cell-face): New backward-compatibility alias for renamed face.
25045         (table--put-cell-face-property, table--update-cell-face):
25046         Use renamed table-cell face.
25048         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25049         from face name.
25050         (sgml-namespace-face): New backward-compatibility alias for
25051         renamed face.
25052         (sgml-namespace-face): Use renamed sgml-namespace face.
25054         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25055         (org-level-4, org-level-5, org-level-6, org-level-7)
25056         (org-level-8, org-warning, org-headline-done)
25057         (org-deadline-announce, org-scheduled-today)
25058         (org-scheduled-previously, org-link, org-done, org-table)
25059         (org-time-grid): Remove "-face" suffix from face names.
25060         (org-level-1-face, org-level-2-face, org-level-3-face)
25061         (org-level-4-face, org-level-5-face, org-level-6-face)
25062         (org-level-7-face, org-level-8-face, org-warning-face)
25063         (org-headline-done-face, org-deadline-announce-face)
25064         (org-scheduled-today-face, org-scheduled-previously-face)
25065         (org-link-face, org-done-face, org-table-face)
25066         (org-time-grid-face):
25067         New backward-compatibility aliases for renamed faces.
25068         (org-level-faces, org-set-font-lock-defaults, org-timeline)
25069         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25070         (org-agenda-get-timestamps, org-agenda-get-scheduled)
25071         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25073         * emulation/viper-init.el (viper-search, viper-replace-overlay)
25074         (viper-minibuffer-emacs, viper-minibuffer-insert)
25075         (viper-minibuffer-vi): Remove "-face" suffix from face names.
25076         (viper-search-face, viper-replace-overlay-face)
25077         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25078         (viper-minibuffer-vi-face):
25079         New backward-compatibility aliases for renamed faces.
25080         (viper-search-face, viper-replace-overlay-face)
25081         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25082         (viper-minibuffer-vi-face): Use renamed viper faces.
25084         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25085         Remove "-face" suffix from face names.
25086         (testcover-nohits-face, testcover-1value-face):
25087         New backward-compatibility aliases for renamed faces.
25088         (testcover-mark): Use renamed testcover faces.
25090         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25091         face name.
25092         (diary-button-face): New backward-compatibility alias for renamed face.
25093         (diary-entry): Use renamed diary-button face.
25095         * calendar/calendar.el (diary, calendar-today, holiday)
25096         (mark-visible-calendar-date): Remove "-face" suffix from face names.
25097         (diary-face, calendar-today-face, holiday-face):
25098         New backward-compatibility aliases for renamed faces.
25099         (eval-after-load "facemenu", diary-entry-marker)
25100         (calendar-today-marker, calendar-holiday-marker, diary-face):
25101         Use renamed calendar faces.
25103         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25104         (compare-windows-face): New backward-compatibility alias for
25105         renamed face.
25106         (compare-windows-highlight): Use renamed compare-windows face.
25108         * strokes.el (strokes-char): Remove "-face" suffix from face name.
25109         (strokes-char-face): New backward-compatibility alias for renamed face.
25110         (strokes-encode-buffer): Use renamed strokes-char face.
25112         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25113         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25114         Remove "-face" suffix from face names.
25115         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25116         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25117         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25118         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25119         Use renamed pcvs faces.
25120         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25121         * pcvs-defs.el (cvs-mode-map): Likewise.
25122         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25124         * info.el (info-title-1, info-title-2, info-title-3)
25125         (info-title-4): Remove "-face" suffix from and downcase face names.
25126         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25127         (Info-title-4-face):
25128         New backward-compatibility aliases for renamed faces.
25129         (Info-fontify-node): Use renamed info faces.
25131         * hilit-chg.el (highlight-changes, highlight-changes-delete):
25132         Remove "-face" suffix from face names.
25133         (highlight-changes-face, highlight-changes-delete-face):
25134         New backward-compatibility aliases for renamed faces.
25135         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25136         (hilit-chg-make-list): Use renamed highlight-changes faces.
25138         * generic-x.el (show-tabs-tab, show-tabs-space):
25139         Remove "-face" suffix from face names.
25140         (show-tabs-tab-face, show-tabs-space-face):
25141         New backward-compatibility aliases for renamed faces.
25142         (show-tabs-generic-mode-font-lock-defaults-1)
25143         (show-tabs-generic-mode-font-lock-defaults-2):
25144         Use renamed show-tabs faces.
25146         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25147         (smerge-markers): Remove "-face" suffix from face names.
25148         (smerge-mine-face, smerge-other-face, smerge-base-face)
25149         (smerge-markers-face):
25150         New backward-compatibility aliases for renamed faces.
25151         (smerge-mine-face, smerge-other-face, smerge-base-face)
25152         (smerge-markers-face): Use renamed smerge faces.
25154         * log-view.el (log-view-file, log-view-message): Remove "-face"
25155         suffix from face names.
25156         (log-view-file-face, log-view-message-face):
25157         New backward-compatibility aliases for renamed faces.
25158         (log-view-file-face, log-view-message-face): Use renamed log-view
25159         faces.
25161         * paren.el (show-paren-match, show-paren-mismatch):
25162         Remove "-face" suffix from face names.
25163         (show-paren-match-face, show-paren-mismatch-face):
25164         New backward-compatibility aliases for renamed faces.
25165         (show-paren-function): Use renamed show-paren faces.
25167         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25168         (ruler-mode-margins, ruler-mode-fringes)
25169         (ruler-mode-column-number, ruler-mode-fill-column)
25170         (ruler-mode-comment-column, ruler-mode-goal-column)
25171         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25172         suffix from face names.
25173         (ruler-mode-default-face, ruler-mode-pad-face)
25174         (ruler-mode-margins-face, ruler-mode-fringes-face)
25175         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25176         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25177         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25178         New backward-compatibility aliases for renamed faces.
25179         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25180         (ruler-mode-column-number, ruler-mode-fill-column)
25181         (ruler-mode-comment-column, ruler-mode-goal-column)
25182         (ruler-mode-tab-stop, ruler-mode-current-column)
25183         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25184         faces.
25186         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25187         face name.
25188         (whitespace-highlight-the-space): Use renamed face.
25189         (whitespace-highlight-face): New backward-compatibility alias for
25190         renamed face.
25192         * woman.el (woman-italic, woman-bold, woman-unknown)
25193         (woman-addition, woman-symbol-face):
25194         Remove "-face" suffix from face names.
25195         (woman-italic-face, woman-bold-face, woman-unknown-face)
25196         (woman-addition-face):
25197         New backward-compatibility aliases for renamed faces.
25198         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25199         (woman-decode-region, woman-replace-match)
25200         (woman-display-extended-fonts, woman-special-characters)
25201         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25202         Use renamed woman faces.
25204         * longlines.el (longlines-visible-face): Face removed.
25206         * diff-mode.el (diff-header, diff-file-header, diff-index)
25207         (diff-hunk-header, diff-removed, diff-added, diff-changed)
25208         (diff-function, diff-context, diff-nonexistent): Remove "-face"
25209         suffix from face names.
25210         (diff-header-face, diff-file-header-face, diff-index-face)
25211         (diff-hunk-header-face, diff-removed-face, diff-added-face)
25212         (diff-changed-face, diff-function-face, diff-context-face)
25213         (diff-nonexistent-face): New backward-compatibility aliases for
25214         renamed faces.
25215         (diff-header-face, diff-file-header-face)
25216         (diff-index, diff-index-face, diff-hunk-header)
25217         (diff-hunk-header-face, diff-removed, diff-removed-face)
25218         (diff-added, diff-added-face, diff-changed-face, diff-function)
25219         (diff-function-face, diff-context-face, diff-nonexistent)
25220         (diff-nonexistent-face): Use renamed diff-mode faces.
25222         * progmodes/compile.el (compilation-warning-face)
25223         (compilation-info-face): Remove "-face" suffix from face names.
25224         (compilation-warning-face, compilation-info-face):
25225         New backward-compatibility aliases for renamed faces.
25226         (compilation-warning-face, compilation-info-face):
25227         Use renamed compilation faces.
25229         * add-log.el (change-log-date, change-log-name)
25230         (change-log-email, change-log-file, change-log-list)
25231         (change-log-conditionals, change-log-function)
25232         (change-log-acknowledgement): Remove "-face" suffix from face names.
25233         (change-log-date-face, change-log-name-face)
25234         (change-log-email-face, change-log-file-face)
25235         (change-log-list-face, change-log-conditionals-face)
25236         (change-log-function-face, change-log-acknowledgement-face):
25237         New backward-compatibility aliases for renamed faces.
25238         (change-log-font-lock-keywords): Use renamed change-log faces.
25240         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25241         (custom-set, custom-changed, custom-saved, custom-button)
25242         (custom-button-pressed, custom-documentation, custom-state)
25243         (custom-comment, custom-comment-tag, custom-variable-tag)
25244         (custom-variable-button, custom-face-tag, custom-group-tag-1)
25245         (custom-group-tag): Remove "-face" suffix from face names.
25246         (custom-magic-alist, custom-magic-value-create)
25247         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25248         (custom-invalid-face, custom-rogue-face, custom-modified-face)
25249         (custom-set-face, custom-changed-face, custom-saved-face)
25250         (custom-button-face, custom-button-pressed-face)
25251         (custom-documentation-face, custom-state-face)
25252         (custom-comment-face, custom-comment-tag-face)
25253         (custom-variable-tag-face, custom-variable-button-face)
25254         (custom-face-tag-face, custom-group-tag-face-1)
25255         (custom-group-tag-face):
25256         New backward-compatibility aliases for renamed faces.
25258         * wid-edit.el (widget-documentation, widget-button)
25259         (widget-field, widget-single-line-field, widget-inactive)
25260         (widget-button-pressed): "-face" suffix removed from face names.
25261         (widget-documentation-face, widget-button-face)
25262         (widget-field-face, widget-single-line-field-face)
25263         (widget-inactive-face, widget-button-pressed-face):
25264         New backward-compatibility aliases for renamed faces.
25265         (widget-documentation-face, widget-button-face)
25266         (widget-button-pressed-face, widget-specify-field)
25267         (widget-specify-inactive): Use renamed widget faces.
25269 2005-06-10  Kenichi Handa  <handa@m17n.org>
25271         * term/x-win.el (x-clipboard-yank): Remove condition-case
25272         wrapping.
25274 2005-06-11  Kenichi Handa  <handa@m17n.org>
25276         * add-log.el (change-log-font-lock-keywords): Make the regexp for
25277         date lines stricter.
25279 2005-06-10  Zhang Wei  <id.brep@gmail.com>
25281         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25282         of x-get-selection.
25284 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25286         * comint.el (comint-mode, comint-snapshot-last-prompt):
25287         * frame.el (frame-current-scroll-bars):
25288         * term.el (term-mode, term-check-proc, term-input-sender)
25289         (term-simple-send, term-extract-string, term-word)
25290         (term-match-partial-filename):
25291         * window.el (window-current-scroll-bars):
25292         * emulation/cua-base.el (cua-normal-cursor-color)
25293         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25294         (cua-global-mark-cursor-color):
25295         * mail/undigest.el (rmail-forward-separator-regex):
25296         Fix typos in docstrings.
25298         * comint.el (comint-check-proc, make-comint-in-buffer)
25299         (comint-source-default): Doc fixes.
25301         * term.el (term-send-string): Improve argument/docstring consistency.
25303 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
25305         * comint.el (comint-send-input): Bind `inhibit-read-only' around
25306         call to `delete-region'.
25307         (comint-mode-hook): Do not enable Font Lock by default.
25309 2005-06-09  Lute Kamstra  <lute@gnu.org>
25311         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25312         could be void.
25314 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25316         * emacs-lisp/debug.el (debugger-will-be-back): New var.
25317         (debug): Use it.
25318         (debugger-step-through, debugger-continue, debugger-jump)
25319         (debugger-return-value): Set it when needed.
25320         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25321         Use inhibit-read-only.
25323 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
25325         * window.el (shrink-window-if-larger-than-buffer)
25326         (window-size-fixed): Fix typo in docstring.
25328         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
25329         thumbnails directory on loading.
25330         (thumbs-conversion-program): Use `eq' to check the system type,
25331         not `equal'.
25332         (thumbs-temp-dir): Initialize to `temporary-file-directory',
25333         not "/tmp".  Fix docstring.
25334         (thumbs-thumbsdir): New function to return the thumbnails
25335         directory, creating it if needed.
25336         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25337         (thumbs-temp-file): Delete variable and make it into a function.
25338         (thumbs-resize-image, thumbs-modify-image): Use it.
25339         (thumbs-kill-buffer): Simplify.
25340         (thumbs-gensym): Defalias or duplicate CL `gensym'.
25341         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25342         docstrings.
25344 2005-06-09  Kim F. Storm  <storm@cua.dk>
25346         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25347         set-match-data to free markers in match-data.
25349         * replace.el (replace-match-data): Pass RESEAT arg `t' to
25350         match-data to unchain markers in match-data.
25352 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25354         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25355         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
25356         unnecessary now.
25358 2005-06-08  Richard M. Stallman  <rms@gnu.org>
25360         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25361         give the variable a doc string that doesn't say don't set it directly.
25363         * textmodes/ispell.el (ispell-check-version):
25364         Use match-string-no-properties.
25365         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25366         (ispell-buffer-local-words): Likewise.
25368         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25369         except on terminals with enough colors to really display it.
25370         (makefile-dependency-regex): Delete spurious `bb'.
25372         * faces.el (escape-glyph): Use blue once again in last case.
25373         (no-break-space): Redefine so that it isn't invisible on a tty.
25375 2005-06-08  Kim F. Storm  <storm@cua.dk>
25377         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25378         also when reading directory name.
25380 2005-06-08  Lute Kamstra  <lute@gnu.org>
25382         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25383         (flyspell-mode-line-string): Remove autoload cookie.
25384         (flyspell-mode): Remove defvar.
25386 2005-06-07  Lute Kamstra  <lute@gnu.org>
25388         * textmodes/org.el (org-run-mode-hooks): New function.
25389         (org-agenda-mode): Use it.
25391 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
25393         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25395 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25397         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25399 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
25401         * font-lock.el (font-lock-add-keywords): Doc fix.
25403 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25405         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25406         (tex-compile-default): In the absence of any history, use the order in
25407         tex-compile-alist to choose the preferred command.
25408         (tex-compile-commands): Reorder a bit.
25410         * textmodes/flyspell.el (flyspell-auto-correct-binding)
25411         (flyspell-incorrect-face, flyspell-duplicate-face):
25412         Use (X)Emacs-agnostic code.
25413         (flyspell-mode-map): Don't overwrite at each load.  Remove code
25414         redundant with the subsequent add-minor-mode.  Merge Emacs and
25415         XEmacs code.
25416         (flyspell-word): Minor simplification.
25417         (flyspell-math-tex-command-p): Quieten the byte-compiler.
25418         (flyspell-external-point-words): Remove unused vars `size' and `start'.
25419         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25420         Merge the corresponding Emacs code.
25421         (flyspell-correct-word, flyspell-xemacs-popup):
25422         Use flyspell-do-correct.
25424         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25425         a dedicated window.
25427         * international/latexenc.el (latexenc-find-file-coding-system):
25428         Undo part of last patch, to turn off a compiler warning.
25430 2005-06-06  Juri Linkov  <juri@jurta.org>
25432         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25433         Rename `tmm-inactive-face' to `tmm-inactive'.
25435 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
25437         * iswitchb.el: Rename faces.
25439 2005-06-06  Kim F. Storm  <storm@cua.dk>
25441         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25442         (cua-global-mark): Remove -face suffix from face names.
25444         * emulation/cua-gmrk.el (cua--init-global-mark):
25445         Remove cua-global-mark face setup.
25447 2005-06-06  Richard M. Stallman  <rms@gnu.org>
25449         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25450         just like other allowed characters.
25451         (makefile-match-dependency): Exclude leading and training whitespace
25452         from the range of regexp subexp 1.
25453         (makefile-macroassign-regex): Don't try to match the body,
25454         just the name of the macro being defined.
25456         * info.el (Info-read-node-name-2): New function.
25457         (Info-read-node-name-1): Use that.
25458         Add a completion-base-size-function property.
25460         * simple.el (completion-setup-function): Look for
25461         completion-base-size-function property of minibuffer-completion-table.
25463         * files.el (locate-file-completion): Doc fix.
25465         * printing.el: Don't call pr-update-menus; user must do that.
25467         * emacs-lisp/debug.el (debugger-window): New variable.
25468         (debug): Use debugger-window if it is set and still alive.
25469         Record debugger-window for next entry.
25471         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25473 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
25475         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25476         (hack-one-local-variable, hack-local-variables)
25477         (hack-local-variables-prop-line): Pass that arg.
25479 2005-06-06  Kim F. Storm  <storm@cua.dk>
25481         * ido.el (ido-first-match, ido-only-match, ido-subdir)
25482         (ido-indicator): Remove -face suffix from face names.
25484 2005-06-06  Juri Linkov  <juri@jurta.org>
25486         * font-lock.el (font-lock-regexp-backslash)
25487         (font-lock-regexp-backslash-construct): New faces.
25488         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
25489         after `('.  Add `while-no-input' to control structures.
25491         * faces.el (no-break-space, shadow): New faces.
25492         (escape-glyph): Use less loud colors pink2 and red4.
25494         * diff-mode.el (diff-context-face)
25495         * dired.el (dired-ignored)
25496         * rfn-eshadow.el (file-name-shadow)
25497         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25499         * info.el (Info-title-1-face): Use green instead of yellow because
25500         bold yellow is not readable on light backgrounds.
25502         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25503         before selecting the desired mode to not spend time fontifying
25504         old contents.
25506 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
25508         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25509         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25511         * ps-print.el (ps-default-fg, ps-default-bg):
25512         Fix typos in docstrings.
25514         * isearchb.el (isearchb): Don't pass a spurious second argument to
25515         `iswitchb-completions'.
25517 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
25519         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
25520         to preserve point.
25521         (gdb-find-file-hook): Add doc string.
25523         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
25524         C dereferenced pointer expression.
25525         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
25527         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
25529         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
25530         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
25531         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
25532         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
25533         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
25534         Make background transparent.
25536 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
25538         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
25539         (font-lock-remove-keywords): Doc fix.
25540         (font-lock-mode-major-mode): Compiler defvar.
25541         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
25543         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
25544         (font-lock-mode): Update `font-lock-mode-major-mode'.
25545         (font-lock-set-defaults): Compiler defvar.
25546         (font-lock-default-function): Take `font-lock-mode-major-mode'
25547         into account.
25549         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
25550         keep track of which major mode it enabled the minor mode for.
25551         Use find-file-hook again.  Update docstring.
25553         * simple.el (eval-expression-print-level)
25554         (eval-expression-print-length, eval-expression-debug-on-error):
25555         Doc fixes.
25557 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
25559         * iswitchb.el (iswitchb-single-match-face)
25560         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
25561         (iswitchb-invalid-regexp-face): New faces.
25562         (iswitchb-completions): Use them.
25563         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
25564         now marked as an obsolete alias.
25565         (iswitchb-read-buffer): Remove check for bound font variables.
25566         (iswitchb-invalid-regexp): New free variable.
25567         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
25568         set iswitchb-invalid-regexp.
25569         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
25570         invalid regexps.
25571         (iswitchb-completions): Add check for complete match when entering
25572         a regexp.
25573         (iswitchb-completions): Remove require-match argument.
25574         (iswitchb-exhibit): Fix caller.
25575         (iswitchb-common-match-inserted): New variable.
25576         (iswitchb-complete, iswitchb-completion-help): Use it.
25578 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
25580         * url-http.el (url-http-chunked-encoding-after-change-function):
25581         Use `url-http-debug' instead of `message'.
25583 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
25585         * url-http.el (url-http-parse-headers): Pass redirected URL as a
25586         callback argument.
25588 2005-06-04  Kim F. Storm  <storm@cua.dk>
25590         * simple.el (line-move): Only call sit-for when moving backwards.
25592         * ido.el (ido-make-merged-file-list-1): New defun split from
25593         ido-make-merged-file-list.
25594         (ido-make-merged-file-list): Bind throw-on-input around call to
25595         ido-make-merged-file-list-1.  Return input-pending-p if
25596         interrupted by more input available.
25597         (ido-read-internal): Handle input-pending-p return value from
25598         ido-make-merged-file-list.
25600 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25602         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
25603         compatibility code.
25605         * international/latexenc.el (latexenc-find-file-coding-system):
25606         Don't inherit the EOL part of the coding-system from the
25607         tex-main buffer.  Fit within 80 columns.
25609 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
25611         * tmm.el (tmm-inactive-face): New face.
25612         (tmm-remove-inactive-mouse-face): New function.
25613         (tmm-prompt, tmm-add-one-shortcut)
25614         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
25615         but not selectable.
25617 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
25619         * faces.el (face-equal): Improve argument/docstring consistency.
25621 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
25623         * progmodes/make-mode.el (makefile-targets-face)
25624         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
25625         (makefile-bsdmake-dependency-regex)
25626         (makefile-makepp-rule-action-regex)
25627         (makefile-bsdmake-rule-action-regex): New constants.
25628         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
25630         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25631         Allow (...) within `...' for makepp messages.
25633 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
25635         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
25637         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
25638         "." files are deleted from all file lists before comparison.
25640         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25641         (viper-ESC-key): Made them customizable.
25643         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
25645 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
25647         * autorevert.el (auto-revert-buffers): Use save-match-data.
25649 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25651         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
25652         menu items with a nil command binding.
25654 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
25656         * emacs-lisp/cl-macs.el (defsetf):
25657         Improve argument/docstring consistency.
25659         * faces.el (list-faces-display): Improve the formatting by
25660         computing the maximum length required for any face-name (reworked
25661         patch of 1999-01-11, accidentally deleted on 1999-07-21).
25662         (internal-find-face): Remove redundant info in docstring.
25664 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
25666         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
25667         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
25668         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25669         (gdb-assembler-custom): Improve regexps.
25670         (def-gdb-auto-update-handler): Use window point to preserve point.
25672 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25674         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
25676 2005-05-31  Jay Belanger  <belanger@truman.edu>
25678         * calc/calc-embed.el (calc-embedded-word): Change argument passed
25679         to calc-embedded.
25680         (calc-embedded-make-info): Have plain prefix argument select
25681         entire line.
25683 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
25685         * faces.el (list-faces-display): Signal error if passed a regexp
25686         that matches no face name.
25688         * simple.el (filter-buffer-substring): Fix typo in docstring.
25690 2005-05-31  Richard M. Stallman  <rms@gnu.org>
25692         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
25693         (vhdl-emacs-21): Doc fix.
25694         (vhdl-mode): Unconditionally set comment-padding.
25695         (vhdl-fixup-whitespace-region): Insert spaces only where
25696         there are none.
25697         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
25699 2005-05-30  John Wiegley  <johnw@newartisans.com>
25701         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
25702         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
25703         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
25704         `directory-sep-char' to ?/, and all uses of `string-to-int' to
25705         `string-to-number'.
25707 2005-05-30  Jay Belanger  <belanger@truman.edu>
25709         * calc/calc.el (calc-bug-address): Fix docstring.
25710         (calc-window-hook, calc-trail-window-hook): New variables.
25711         (calc-trail-display): Restore use of calc-trail-window-hook.
25712         (calc): Restore use of calc-window-hook.
25714 2005-05-31  Masatake YAMATO  <jet@gyve.org>
25716         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
25718         * help-fns.el (help-C-file-name): Add autoload mark for
25719         `find-function-noselect'.
25721 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25723         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
25724         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
25726 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25728         * calendar/diary-lib.el (mark-included-diary-files): Only kill
25729         included diary buffer if it was not already being visited.
25730         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
25732         * calendar/icalendar.el (top-level): Do not require appt.
25734         * mail/supercite.el (sc-select-attribution): Only use a list
25735         element from sc-attrib-selection-list if it returns a string.
25736         Reported by Davide G. M. Salvetti <salve@debian.org>.
25738 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
25740         * thumbs.el (thumbs-thumbname): The resulting thumbname now
25741         includes a hash value to improve its uniqueness, and has a ".jpg"
25742         extension.  Also, it is now a valid filename on all systems.
25743         (thumbs-make-thumb): Use `let', not `let*'.
25744         (thumbs-show-thumbs-list): Check for JPEG availability.
25746 2005-05-30  Richard M. Stallman  <rms@gnu.org>
25748         * filesets.el (filesets-menu-ensure-use-cached):
25749         Prevent warning when emacs-version>= is undefined.
25751         * printing.el (pr-interactive-n-up): Use string-to-number.
25753         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
25755         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25756         Warn only when name to be defined is quoted.
25758 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
25760         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
25761         Make regexp more robust.
25762         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
25763         Force regeneration of disassembly.
25765 2005-05-29  Jay Belanger  <belanger@truman.edu>
25767         * calc/calc.el (calc-user-invocation): Check if
25768         calc-invocation-macro is non-nil.
25770 2005-05-29  Juri Linkov  <juri@jurta.org>
25772         * add-log.el (change-log-font-lock-keywords):
25773         Add `+' to e-mail regexp to accept mail address with keywords.
25775         * man.el (Man-name-regexp): Add `:' to accept qualified names.
25777 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
25779         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
25781         * ielm.el (inferior-emacs-lisp-mode): Ditto.
25783 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25785         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
25786         Undo the change that moves to end of the current word.
25788 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25790         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
25791         Throw error when count <= 0 to ensure input is a number.
25792         (gdb-read-memory-custom): Pick up address from buffer.
25793         (gdb-memory-mode): Allow user to increment and decrement
25794         memory address from header line.
25796 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25798         * flyspell.el (flyspell-version): Function deleted.
25799         (flyspell-auto-correct-previous-hook): Doc fix.
25801         * jit-lock.el (jit-lock-function, jit-lock-after-change):
25802         Do nothing if memory is full.
25804         * font-lock.el (font-lock-fontify-syntactically-region):
25805         Pass t for GREEDY to looking-back.
25807         * saveplace.el (save-place-alist-to-file): Write the file
25808         using write-region.
25810         * subr.el (looking-back): New argument GREEDY.
25812         * progmodes/compile.el (compilation-start): Set the mode
25813         before inserting the initial text.
25815         * progmodes/which-func.el (which-func-update-1): Turn the mode
25816         off in case of error by setting which-func-mode.
25818 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
25820         * flyspell.el (flyspell-auto-correct-previous-word):
25821         Narrow down to what's on the screen, and recenter overlays
25822         at the end of the next word.
25824 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25826         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25827         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25828         (flyspell-abbrev-p): Default to nil.
25829         (flyspell-use-global-abbrev-table-p): Doc fix.
25830         (flyspell-large-region): Allow nil as value.
25831         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25833         (mail-mode-flyspell-verify): More robust handling
25834         of `mail-header-separator'.  More efficient signature detection.
25835         Allow for regexp metacharacters in message-header-separator.
25836         Adding `To' not to be checked in mail-mode-flyspell-verify.
25838         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25839         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25840         Bind flyspell-auto-correct-binding.
25841         Bind C-. and C-, .
25842         (flyspell-mode-map): Likewise.
25843         (flyspell-mode): Doc fix.
25844         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25845         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25846         (flyspell-word-cache-result): New var, always local.
25847         (flyspell-check-pre-word-p): Doc fix.
25848         (flyspell-check-changed-word-p): Handle spc like newline.
25849         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25850         (flyspell-word-search-backward, flyspell-word-search-forward):
25851         New functions.
25852         (flyspell-word): Return t if nothing to check.
25853         When parsing TeX code, check for after } or \.
25854         Use flyspell-word-search-backward to find previous word.
25855         Return nil if duplicated word.
25856         For word already checked, return same value as last time.
25857         Set flyspell-word-cache-result after checking.
25858         Don't clobber the return value.
25859         (flyspell-get-word): Major rewrite.
25860         (flyspell-external-point-words): New locals pword, pcount.
25861         Fix size used in progress message.
25862         Find the proper corresponding word in flyspell-large-region-buffer.
25863         (flyspell-region): Check for flyspell-large-region = nil.
25864         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25865         (flyspell-auto-correct-word): Check that WORD is a cons.
25866         (flyspell-correct-word): Likewise.
25868 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25870         * progmodes/make-mode.el (makefile-rule-action-regex)
25871         (makefile-macroassign-regex, makefile-makepp-mode)
25872         (makefile-bsdmake-mode): Continuation lines may be empty.
25873         Reported by Joshua Varner.
25874         (makefile-makepp-font-lock-keywords): Add $(stem).
25876 2005-05-28  Karl Berry  <karl@gnu.org>
25878         * textmodes/tex-mode.el: Now that tex-send-command calls
25879         shell-quote-argument (2005-03-31 change), remove all calls to
25880         shell-quote-argument; they all end up invoking tex-send-command.
25881         The double quoting loses on filenames with non-safe characters,
25882         such as "@".  Reported by Frederik Fouvry.
25884 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25886         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25887         about preserving point.
25889 2005-05-27  Jay Belanger  <belanger@truman.edu>
25891         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
25892         Info-goto-node.
25894         * calc/calc-embed.el (calc-embed-arg): New variable.
25895         (calc-do-embedded-activate, calc-embedded-activate-formula)
25896         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
25897         variable by new variable.
25898         (calc-embedded-make-info): Replace undeclared variable by new
25899         variable.  When selecting region with positive prefix
25900         argument, use end of previous line instead of beginning of line.
25902         * calc/calc-aent.el (calc-arg-values): Declare it.
25904         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
25905         Declare them.
25907         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
25909         * calc/calc.el (calc-alg-map): Declare it.
25911         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
25913 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
25915         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
25916         (gdb-registers-buffer, toggle-gdb-all-registers):
25917         Toggle display of floating point registers.
25918         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
25920         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
25921         (toggle-gud-tooltip-dereference):
25922         Rename from gud-toggle-tooltip-dereference.
25924 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25926         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
25928 2005-05-27  Jay Belanger  <belanger@truman.edu>
25930         * calc/calc-prog.el (calc-kbd-report): Remove.
25931         (calc-kbd-query): Rewrite.
25933 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
25935         * image.el (image-library-alist): Move to image.c.
25936         (image-type-available-p): Doc fix.
25938 2005-05-27  Lute Kamstra  <lute@gnu.org>
25940         * calc/calc.el (calc):
25941         * outline.el (outline-1, outline-2, outline-3, outline-4)
25942         (outline-5, outline-6, outline-7, outline-8):
25943         * textmodes/dns-mode.el (dns-mode):
25944         * textmodes/sgml-mode.el (sgml-namespace-face):
25945         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
25946         (tex-verbatim-face, tex-use-reftex):
25947         * textmodes/texinfo.el (texinfo-heading-face):
25948         Specify customization group.
25950         * longlines.el: Don't require easy-mmode.
25951         (longlines-visible-face): Specify customization group.
25953 2005-05-27  Kenichi Handa  <handa@m17n.org>
25955         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
25956         encoding table of windows-1251.
25958         * international/ucs-tables.el (ucs-set-table-for-input):
25959         If translation-table-for-input of a coding system is a symbol, get
25960         its translation-table property.
25962         * international/code-pages.el: Don't register a coding system into
25963         non-iso-charset-alist more than once.
25964         (cp-make-coding-system): Likewise.
25966 2005-05-26  John Wiegley  <johnw@newartisans.com>
25968         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
25969         `eshell-resume-eval' is wrapped in a list, it indicates that the
25970         command was run asynchronously.  In that case, unwrap the value
25971         before checking the delimiter value.
25973         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
25974         character before a space at the end of a line is \, assume the space
25975         is part of the last argument rather than a final argument separator.
25977         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
25978         is in use, and the target is `t' or `nil' (which are the most common
25979         values), don't assume that the symbol target is a buffer.
25981 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
25983         * calendar/calendar.el (calendar-mode-line-format):
25984         Use mode-line-highlight as mouse-face.
25986         * time.el (display-time-string-forms, display-time-update):
25987         Use mode-line-highlight as mouse-face.
25989 2005-05-26  Jay Belanger  <belanger@truman.edu>
25991         * calc/calc.el (calc-language-alist): Remove extra defvar.
25993 2005-05-26  Lute Kamstra  <lute@gnu.org>
25995         * arc-mode.el (archive-mode):
25996         * bookmark.el (bookmark-read-annotation-mode)
25997         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
25998         * bs.el (bs-mode):
25999         * calc/calc-yank.el (calc-edit-mode):
26000         * calc/calc.el (calc-mode, calc-trail-mode):
26001         * calculator.el (calculator-mode):
26002         * chistory.el (command-history-mode):
26003         * comint.el:
26004         * cus-edit.el (custom-mode):
26005         * descr-text.el (describe-text-mode):
26006         * ebuff-menu.el (Electric-buffer-menu-mode):
26007         * ediff-util.el (ediff-mode):
26008         * emacs-lisp/re-builder.el (reb-mode):
26009         * emulation/vi.el (vi-mode-setup):
26010         * emulation/ws-mode.el (wordstar-mode):
26011         * eshell/esh-mode.el (eshell-mode):
26012         * forms.el (forms-mode):
26013         * help-mode.el (help-mode):
26014         * hexl.el (hexl-mode):
26015         * ibuffer.el (ibuffer-mode):
26016         * ielm.el (inferior-emacs-lisp-mode):
26017         * info.el (Info-mode, Info-edit-mode):
26018         * international/swedish.el:
26019         * ledit.el (ledit-from-lisp-mode):
26020         * locate.el (locate-mode):
26021         * mail/rmail.el (rmail-mode):
26022         * mail/rmailedit.el (rmail-edit-mode):
26023         * mail/rmailsum.el (rmail-summary-mode):
26024         * mail/supercite.el (sc-electric-mode):
26025         * net/eudc.el (eudc-mode):
26026         * net/quickurl.el (quickurl-list-mode):
26027         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26028         * obsolete/ooutline.el (outline-mode):
26029         * obsolete/options.el (Edit-options-mode):
26030         * obsolete/rnews.el (news-mode):
26031         * obsolete/rnewspost.el (news-reply-mode):
26032         * play/5x5.el (5x5-mode):
26033         * play/decipher.el (decipher-mode, decipher-stats-mode):
26034         * play/gomoku.el (gomoku-mode):
26035         * play/snake.el (snake-mode):
26036         * play/solitaire.el (solitaire-mode):
26037         * play/tetris.el (tetris-mode):
26038         * progmodes/ada-mode.el (ada-mode):
26039         * progmodes/antlr-mode.el (antlr-mode):
26040         * progmodes/autoconf.el (autoconf-mode):
26041         * progmodes/dcl-mode.el (dcl-mode):
26042         * progmodes/delphi.el (delphi-mode):
26043         * progmodes/ebrowse.el (ebrowse-tree-mode)
26044         (ebrowse-electric-list-mode, ebrowse-member-mode)
26045         (ebrowse-electric-position-mode):
26046         * progmodes/f90.el (f90-mode):
26047         * progmodes/fortran.el (fortran-mode):
26048         * progmodes/icon.el (icon-mode):
26049         * progmodes/idlw-help.el (idlwave-help-mode):
26050         * progmodes/idlw-shell.el (idlwave-shell-mode):
26051         * progmodes/idlwave.el (idlwave-mode):
26052         * progmodes/inf-lisp.el (inferior-lisp-mode):
26053         * progmodes/m4-mode.el (m4-mode):
26054         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26055         * progmodes/modula2.el (modula-2-mode):
26056         * progmodes/octave-inf.el (inferior-octave-mode):
26057         * progmodes/octave-mod.el (octave-mode):
26058         * progmodes/pascal.el (pascal-mode):
26059         * progmodes/sh-script.el (sh-mode):
26060         * progmodes/sql.el (sql-mode, sql-interactive-mode):
26061         * progmodes/vhdl-mode.el (vhdl-mode):
26062         * progmodes/xscheme.el (scheme-interaction-mode):
26063         * replace.el (occur-mode):
26064         * ses.el (ses-mode):
26065         * simple.el (completion-list-mode):
26066         * skeleton.el:
26067         * speedbar.el (speedbar-mode):
26068         * term.el (term-mode):
26069         * terminal.el (terminal-edit-mode):
26070         * textmodes/reftex-index.el (reftex-index-mode)
26071         (reftex-index-phrases-mode):
26072         * textmodes/reftex-sel.el (reftex-select-label-mode)
26073         (reftex-select-bib-mode):
26074         * textmodes/reftex-toc.el (reftex-toc-mode):
26075         * wdired.el (wdired-change-to-wdired-mode):
26076         * wid-browse.el (widget-browse-mode):
26077         Use run-mode-hooks.
26079         * array.el (array-mode):
26080         * calendar/todo-mode.el (todo-mode):
26081         * man.el (Man-mode):
26082         * play/landmark.el (lm-mode):
26083         * play/mpuz.el (mpuz-mode):
26084         Use kill-all-local-variables and run-mode-hooks.
26086         * subr.el (delay-mode-hooks): Specify indentation.
26088 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
26090         * xml.el (xml-substitute-special): Don't die for undefined xml
26091         entities.
26093 2005-05-26  Jay Belanger  <belanger@truman.edu>
26095         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26096         of nil.
26098 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
26100         * progmodes/gdb-ui.el (gdb-frame-address):
26101         Rename from gdb-current-address.
26102         (gdb-previous-frame-address): Rename from gdb-previous-address.
26103         (gdb-selected-frame): Rename from gdb-current-frame.
26104         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26105         (gdb-frame-number): Rename from gdb-current-stack-level.
26106         (gdb-ann3): Match new mode-name for disassembly buffer.
26107         Extend initialization of variables.
26108         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26109         (gdb-memory-mode): Use mouse-face in header line.
26110         (gdb-assembler-buffer-name): Call it disassembly and give frame
26111         in mode line.
26112         (gdb-source-spec-regexp, gdb-assembler-custom)
26113         (gdb-invalidate-assembler, gdb-frame-handler):
26114         Make robust to leading zeroes in address format.
26116 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
26118         * textmodes/org.el (org-mode): Use `define-derived-mode' to
26119         define `org-mode'.
26120         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26122 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26124         * log-edit.el (log-edit-changelog-entries): Distinguish between
26125         filenames like xfns.c and fns.c.
26127 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
26129         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26130         point after reverting.
26131         (Buffer-menu-make-sort-button): Handle the case where
26132         `Buffer-menu-use-header-line' is nil.
26134 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
26136         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26137         New funcs.  In minibuffer-local-completion-map bind `]', `/'
26138         and `:' to them.
26140 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26142         * startup.el (normal-top-level): Allow modification of load-path while
26143         we're iterating over it.
26145 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
26147         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26148         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26149         (thumbs-resize-interactive, thumbs-insert-image)
26150         (thumbs-insert-thumb, thumbs-dired-show-marked)
26151         (thumbs-find-image-at-point, thumbs-delete-images)
26152         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26153         (thumbs-increment-image-size, thumbs-decrement-image-size):
26154         Fix typos in docstrings.
26156 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
26158         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26159         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26160         (cperl-mode): Use them.
26162 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
26164         * window.el (quit-window, shrink-window-if-larger-than-buffer):
26165         Doc fixes.
26167 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
26169         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26170         Bind C-d to gdb-inferior-io-eof.
26172         * dired.el (dired-dnd-popup-notice): Use message-box.
26174 2005-05-23  Masatake YAMATO  <jet@gyve.org>
26176         * bindings.el (mode-line-major-mode-keymap):
26177         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26179         * faces.el (mode-line-highlight): New face.
26181         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26182         as mouse-face.
26184         * bindings.el (top-level, help-echo, mode-line-modified)
26185         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26186         as mouse-face.
26188 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
26190         * progmodes/cc-engine.el (c-guess-basic-syntax):
26191         Remove spurious call to `zerop'.
26193         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26195 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
26197         CC Mode update to 5.30.10:
26199         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26200         could go past the limit in decoration level 2, thereby causing
26201         errors during interactive fontification.
26203         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26204         the file is evaluated interactively.
26206         * cc-engine.el (c-guess-basic-syntax): Handle operator
26207         declarations somewhat better in C++.
26209         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26210         make use of `run-mode-hooks' which has been added in Emacs 21.1.
26211         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26212         (awk-mode): Use it.
26213         (make-local-hook): Suppress warning about obsoleteness.
26215         * cc-engine.el, cc-align.el, cc-cmds.el
26216         (c-append-backslashes-forward, c-delete-backslashes-forward)
26217         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26218         Compensate for return value from `forward-line' when it has moved
26219         but not to a different line due to eob.
26221         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26222         `objc-method-intro' and `objc-method-args-cont'.
26224 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
26226         CC Mode update to 5.30.10:
26228         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26229         in the copyright statement.  Incidentally, change "along with GNU
26230         Emacs" to "along with this program" where it occurs.
26232         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26233         so that it is interactive, hence can be found by M-x awk-mode
26234         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
26235         <gmorris+emacs@ast.cam.ac.uk>.
26237         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26238         Mode's regexps.
26240 2005-05-23  Kevin Ryde  <user42@zip.com.au>
26242         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26243         c-parse-state, to avoid a lisp error (on bad code).
26245 2005-05-23  Lute Kamstra  <lute@gnu.org>
26247         * subr.el (font-lock-defaults): Remove defvar as it's already
26248         defined in font-core.el.
26250         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26252 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
26254         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26255         more general and work when GDB variable "print pretty" is on,
26256         as with Emacs, for example.
26258 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
26260         * font-core.el: Update comment.
26262         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26263         Use `after-change-major-mode-hook' instead of `find-file-hook'.
26265         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26267 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
26269         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26270         and `yank-handler' in the doc strings.
26272 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26274         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
26276 2005-05-22  Richard M. Stallman  <rms@gnu.org>
26278         * help.el (describe-key): Move print-help-return-message call
26279         out of conditional.
26281         * progmodes/etags.el (list-tags): Use with-no-warnings.
26283         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26284         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26285         (starttls-extra-args, starttls-extra-arguments): Add defvars.
26287         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26289         * language/viet-util.el (viet-viscii-nonascii-translation-table):
26290         Add defvar.
26292         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26293         Use defvar, not defconst.
26295         * hexl.el (hexl-follow-line): Use with-no-warnings.
26297         * emulation/tpu-extras.el: Use write-file-functions instead of
26298         write-file-hooks.
26300         * dired.el (dired-font-lock-keywords): Fontify files with junk
26301         extensions even if marked by -F.
26303 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
26305         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26306         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26307         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26308         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26309         (concatenate, list-length, get*, getf, cl-remprop):
26310         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26311         (etypecase, progv, lexical-let, lexical-let*)
26312         (multiple-value-bind, multiple-value-setq, shiftf):
26313         Improve argument/docstring consistency.
26315         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26317 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
26319         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26320         doesn't exist.
26322         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
26323         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26325 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
26327         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26328         already deleted variables: auto-fill-hook, blink-paren-hook,
26329         lisp-indent-hook, inhibit-local-variables, unread-command-event,
26330         suspend-hooks, comment-indent-hook, meta-flag,
26331         before-change-function, after-change-function,
26332         font-lock-doc-string-face.
26334 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
26336         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26338 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
26340         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26341         rmail-dont-reply-to.
26343 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26345         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26346         literal blank when splitting new-header-values.
26348 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
26350         * calendar/cal-menu.el (cal-menu-update): Add separator as a
26351         string so that tmm doesn't create a completion entry for it.
26353         * textmodes/table.el (table-disable-menu): Ditto.
26355 2005-05-21  Richard M. Stallman  <rms@gnu.org>
26357         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26359         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26361         * net/rcompile.el (remote-compile): Use compilation-start.
26363         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26365 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
26367         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26368         Default to makefile-bsdmake-mode on BSD systems.
26370         * imenu.el (imenu-generic-expression, imenu--generic-function'):
26371         REGEXP may also be a search function now.  The part of doc-string
26372         for describing the structure was 95% identical to that of
26373         `imenu--generic-function'.  Unify it there.
26375         * progmodes/make-mode.el (makefile-imenu-generic-expression):
26376         Use function to find dependencies, because regexp alone is so complex,
26377         it easily goes into an endless loop.
26378         (makefile-makepp-mode): Also add submenu for Perl functions
26379         defined in the makefile.
26380         (makefile-bsdmake-mode): Special imenu-generic-expression no
26381         longer needed, due to function call.
26382         (makefile-match-dependency): Take BOUND into account when checking
26383         if we're through.
26385 2005-05-20  Jay Belanger  <belanger@truman.edu>
26387         * calc/calc-units.el (calc-invalidate-units-table):
26388         Use inhibit-read-only.
26389         (math-build-units-table-buffer): Use view-mode.
26391 2005-05-20  David Kastrup  <dak@gnu.org>
26393         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26394         easy-menu-add is not a nop on Emacs; and clarify when to call it.
26396 2005-05-20  Lute Kamstra  <lute@gnu.org>
26398         * diff-mode.el (diff-header-face, diff-file-header-face)
26399         (diff-index-face, diff-hunk-header-face, diff-removed-face)
26400         (diff-added-face, diff-changed-face, diff-function-face)
26401         (diff-context-face, diff-nonexistent-face): Put them in the
26402         diff-mode customization group.
26404 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26406         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26408         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26410         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26411         Minor regexp-optimization.
26413 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
26415         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26416         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26417         (org-agenda-add-time-grid-maybe): New function.
26418         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26419         (org-table-create): `dotimes' instead of `mapcar'.
26420         (org-xor): Simplify implementation.
26421         (org-agenda): `inhibit-redisplay' turned on.
26422         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26423         a consistent line after a state change.
26424         (org-agenda-remove-times-when-in-prefix): New option.
26425         (org-prefix-has-time): New variable.
26426         (org-parse-time-string): Optional argument NODEFAULT.
26427         (org-format-agenda-item): Parse items for time-of-day
26428         specifications and move these into the prefix if possible.
26429         (org-agenda-priority): Get current heading, not previous heading
26430         during agenda remote editing.
26432 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
26434         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26435         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26436         (remove-duplicates, delete-duplicates, substitute)
26437         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26438         (nsubstitute-if-not, find, find-if, find-if-not, position)
26439         (position-if, position-if-not, count, count-if, count-if-not)
26440         (mismatch, search, sort*, stable-sort, merge, member*)
26441         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26442         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26443         (intersection, nintersection, set-difference, nset-difference)
26444         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26445         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26446         (nsublis, tree-equal): Improve argument/docstring consistency.
26448         * subr.el (send-string, send-region): Remove obsolescence declaration.
26449         (window-dot, set-window-dot, read-input, show-buffer)
26450         (eval-current-buffer, string-to-int):
26451         Add release number to obsolescence declarations.
26453 2005-05-19  Kim F. Storm  <storm@cua.dk>
26455         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26456         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26458 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
26460         * faces.el (list-faces-display): Make back button respect optional
26461         regexp arg.
26463 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
26465         * calculator.el (calculator-radix-grouping-mode)
26466         (calculator-radix-grouping-digits, calculator-displayer)
26467         (calculator-radix-grouping-separator, calculator-copy-displayer):
26468         * dabbrev.el (dabbrev-search-these-buffers-only):
26469         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26470         (diff-advance-after-apply-hunk, diff-mode-hook)
26471         (diff-minor-mode-prefix):
26472         * imenu.el (imenu-use-popup-menu):
26473         * jit-lock.el (jit-lock-context-time):
26474         * newcomment.el (comment-fill-column, comment-column)
26475         (comment-style, comment-padding, comment-multi-line)
26476         (comment-empty-lines, comment-auto-fill-only-comments):
26477         * reveal.el (reveal-around-mark):
26478         * uniquify.el (uniquify-buffer-name-style)
26479         (uniquify-after-kill-buffer-p)
26480         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26481         (uniquify-min-dir-content, uniquify-separator)
26482         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26483         * w32-vars.el (w32-fixed-font-alist):
26484         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26485         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26486         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26487         * progmodes/perl-mode.el (perl-indent-level)
26488         (perl-continued-statement-offset, perl-continued-brace-offset)
26489         (perl-brace-offset, perl-brace-imaginary-offset)
26490         (perl-label-offset, perl-indent-continued-arguments)
26491         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26492         * progmodes/tcl.el (tcl-indent-level)
26493         (tcl-continued-indent-level, tcl-auto-newline)
26494         (tcl-tab-always-indent, tcl-electric-hash-style)
26495         (tcl-help-directory-list, tcl-use-smart-word-finder)
26496         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26497         (inferior-tcl-source-command):
26498         * textmodes/fill.el (enable-kinsoku):
26499         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26500         * textmodes/table.el (table-yank-handler):
26501         Specify missing group (and type, if simple) in defcustom.
26503 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
26505         * progmodes/compile.el (compilation-finish-function): Fix defvar.
26507 2005-05-19  Richard M. Stallman  <rms@gnu.org>
26509         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26511         * subr.el (event-basic-type): Don't get an error.
26512         (left-fringe-p): Function deleted.
26514         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
26515         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
26517         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
26518         in recursive copy.
26520         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
26522         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
26524         * emacs-lisp/bytecomp.el
26525         (byte-compile-file-form-custom-declare-variable):
26526         Call byte-compile-nogroup-warn if appropriate.
26528         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
26529         (compilation-set-window): Don't call left-fringe-p; do it directly.
26531 2005-05-19  Jay Belanger  <belanger@truman.edu>
26533         * calc/calc-graph.el (calc-graph-format-data): Make sure
26534         var-PlotRejects is bound before trying to check its value.
26536 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
26538         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
26539         definition of this variable from reftex-global.el to reftex.el,
26540         because it is needed in the menu.
26542 2005-05-19  Lute Kamstra  <lute@gnu.org>
26544         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
26545         years are fixed.  Don't insert a space after a dash.
26547 2005-05-19  Kim F. Storm  <storm@cua.dk>
26549         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
26551 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
26553         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
26554         strings, because (eq ... ?\\) is fairly frequent.
26556         * progmodes/make-mode.el (makefile-add-this-line-targets):
26557         Simplify and integrate into `makefile-pickup-targets'.
26558         (makefile-add-this-line-macro): Simplify and integrate into
26559         `makefile-pickup-macros.
26560         (makefile-pickup-filenames-as-targets): Simplify.
26561         (makefile-previous-dependency, makefile-match-dependency):
26562         Don't stumble over `::'.
26564 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
26566         * subr.el (post-command-idle-hook, post-command-idle-delay):
26567         Remove obsoletion of post-command-idle-hook and
26568         post-command-idle-delay.
26570         * faces.el (list-faces-display): Provide button when describe-face
26571         is called to take user back to the list of faces.
26573         * help-fns.el (describe-variable): Remove hyperlinks in a
26574         variable's value as these are quite frequently inappropriate.
26576         * follow.el (follow-submit-feedback, follow-mode):
26577         Remove references to post-command-idle-hook.
26579 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
26581         * progmodes/make-mode.el (makefile-previous-dependency)
26582         (makefile-match-dependency): Check for := (and in bsd mode also
26583         !=) to give a better result, even when font-lock is not on.
26585 2005-05-18  Jay Belanger  <belanger@truman.edu>
26587         * calc/calc-help.el (calc-s-prefix-help):
26588         Add `calc-copy-special-constant' to help string.
26590 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
26592         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26594 2005-05-18  Jay Belanger  <belanger@truman.edu>
26596         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
26597         in linear factors are in proper order.
26599 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
26601         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26602         Support for jurabib.
26604         * textmodes/reftex.el (featurep): Define aliases for overlay
26605         commands, for XEmacs compatibility, and use these aliases in
26606         overlay initializations.
26607         (reftex-highlight): Use `reftex-move-overlay'.
26608         (reftex-unhighlight): Use `reftex-delete-overlay'.
26609         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
26610         (reftex-access-search-path): Use `reftex-uniquify' instead of
26611         `reftex-uniq'
26613         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
26614         `before-string' property modification enables for Emacs as well.
26615         (reftex-select-item): Use `reftex-delete-overlay'.
26616         (reftex-select-mark): Use `reftex-make-overlay' and
26617         `reftex-overlay-put'.
26618         (reftex-select-unmark): Use `reftex-delete-overlay' and
26619         `reftex-overlay-put'.
26621 2005-05-18  Lute Kamstra  <lute@gnu.org>
26623         * emacs-lisp/lisp.el (check-parens): Fix docstring.
26625 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
26627         * add-log.el (add-change-log-entry):
26628         * array.el (array-make-template, array-reconfigure-rows)
26629         (array-init-max-row, array-init-max-column)
26630         (array-init-columns-per-line, array-init-field-width):
26631         * replace.el (replace-match-maybe-edit, perform-replace):
26632         * textmodes/spell.el (spell-region):
26633         Replace `read-input' by `read-string'.
26635         * forms.el (forms-mode):
26636         * finder.el (finder-compile-keywords):
26637         * shadowfile.el (shadow-read-files):
26638         Replace `eval-current-buffer' by `eval-buffer'.
26640         * terminal.el (te-pass-through):
26641         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
26642         (ange-ftp-raw-send-cmd):
26643         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
26644         (send-process-next-char, telnet-initial-filter, telnet):
26645         Replace `send-string' by `process-send-string'.
26647         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
26648         (prolog-consult-region): Replace `send-string' by
26649         `process-send-string'; replace `send-region' by `process-send-region'.
26651         * progmodes/delphi.el (delphi-log-msg):
26652         Replace `set-window-dot' by `set-window-point'.
26654         * subr.el (window-dot, set-window-dot, read-input, send-string)
26655         (send-region, show-buffer, eval-current-buffer):
26656         Make really obsolete, as the comment says.
26658 2005-05-17  Kim F. Storm  <storm@cua.dk>
26660         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
26661         (cua--init-keymaps): Bind C-return instead of S-return to set
26662         rectangle mark.
26664         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
26665         instead of S-return to toggle/clear rectangle mark.
26667 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
26669         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
26670         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
26671         Also fontify plain strings assigned to variables, mostly so that a
26672         colon has a face and is thus not taken as a dependency separator.
26673         (makefile-previous-dependency): Inline the new matcher, because it
26674         is too complex to work in both directions.
26675         (makefile-match-dependency): Eliminate `backward' arg (see above).
26676         Completely reimplemented so as to not sometimes go into an endless
26677         loop.  It should also be more efficient, because first it only
26678         searches for `:', instead of applying the very complex regexp.
26679         (makefile-mode): Cancel `font-lock-support-mode', because blocks
26680         to be fontified in one piece can be too long for JIT.
26681         Makefiles are never *that* big.
26683 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
26685         * dired.el (dired-mode): Simplify.
26687 2005-05-17  Lute Kamstra  <lute@gnu.org>
26689         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
26690         defcustom for the mode hook variable.
26692         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
26693         Emacs Lisp Reference Manual.
26695 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
26697         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
26698         (evenp, list*):
26699         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
26700         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
26702         * net/tramp-smb.el (tramp-smb-open-connection):
26703         Pass `tramp-chunksize' as fifth (required) argument.
26705 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
26707         * font-lock.el (lisp-font-lock-keywords-1):
26708         Set `font-lock-negation-char-face' for [^...] char group.
26709         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
26711         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
26712         a var, and refine it to mask one more level of nested vars.
26713         (makefile-rule-action-regex): Turn it into a var, and refine it so
26714         it recognizes backslashed continuation lines as belonging to the
26715         same command.
26716         (makefile-macroassign-regex): Refine it so it recognizes
26717         backslashed continuation lines as belonging to the same command.
26718         (makefile-var-use-regex): Don't look at the next char, because it
26719         might be the same one to be skipped by the initial [^$], leading
26720         to an overlooked variable use.
26721         (makefile-make-font-lock-keywords): Remove two parameters, which
26722         are now variables that some of the modes set locally.
26723         Handle dependency and rule action matching through functions, because
26724         regexps alone match too often.  Dependency matching now comes
26725         last, so it can check, whether a colon already matched something else.
26726         (makefile-mode): Inform that font-lock improves makefile parsing
26727         capabilities.
26728         (makefile-match-dependency, makefile-match-action): New functions.
26730 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
26732         * emacs-lisp/cl-extra.el (equalp): Doc fix.
26734         * align.el (align-regexp):
26735         * ansi-color.el (ansi-color-get-face):
26736         * array.el (array-reconfigure-rows, array-init-max-row)
26737         (array-init-max-column, array-init-columns-per-line)
26738         (array-init-field-width):
26739         * dired-aux.el (dired-trample-file-versions):
26740         * dired-x.el (dired-mark-sexp):
26741         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
26742         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
26743         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
26744         * faces.el (face-read-integer):
26745         * files.el (backup-extract-version, insert-directory):
26746         * hexl.el (hexl-insert-decimal-char):
26747         * server.el (server-process-filter):
26748         * shell.el (shell-extract-num):
26749         * startup.el (command-line-1):
26750         * term.el (term-command-hook):
26751         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
26752         (time-stamp-do-number):
26753         * time.el (display-time-update):
26754         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
26755         (timezone-fix-time):
26756         * vms-patch.el (vms-suspend-resume-hook):
26757         * calendar/appt.el (appt-convert-time):
26758         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26759         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
26760         * calendar/cal-islam.el (mark-islamic-diary-entries):
26761         * calendar/calendar.el (calendar-cursor-to-date)
26762         (calendar-star-date):
26763         * calendar/diary-lib.el (diary-attrtype-convert)
26764         (mark-diary-entries, diary-entry-time):
26765         * calendar/solar.el (solar-get-number):
26766         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
26767         * emacs-lisp/re-builder.el (reb-display-subexp):
26768         * emulation/edt.el (edt-set-scroll-margins):
26769         * emulation/tpu-extras.el (tpu-set-scroll-margins):
26770         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
26771         (vip-get-ex-count):
26772         * emulation/viper-ex.el (viper-get-ex-token)
26773         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
26774         * international/fontset.el (fontset-plain-name):
26775         * mail/feedmail.el (feedmail-look-at-queue-directory):
26776         * mail/mailalias.el (mail-get-names):
26777         * mail/rmail.el (rmail-convert-to-babyl-format):
26778         * mail/rmailsum.el (rmail-make-basic-summary-line)
26779         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
26780         (rmail-summary-goto-msg):
26781         * mail/smtpmail.el (smtpmail-read-response):
26782         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
26783         (ange-ftp-vms-add-file-entry):
26784         * play/gametree.el (gametree-looking-at-ply)
26785         (gametree-current-branch-score):
26786         * progmodes/ada-xref.el (ada-prj-find-prj-file)
26787         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
26788         * progmodes/cperl-mode.el (condition-case):
26789         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
26790         (ebrowse-set-member-buffer-column-width)
26791         (ebrowse-select-1st-to-9nth):
26792         * progmodes/etags.el (etags-snarf-tag):
26793         * progmodes/flymake.el (flymake-parse-line):
26794         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
26795         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
26796         (idlwave-shell-menu-def):
26797         * progmodes/ps-mode.el (ps-run-goto-error):
26798         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
26799         (vhdl-speedbar-contract-level):
26800         * term/mac-win.el (x-handle-numeric-switch):
26801         * term/sun-mouse.el (sun-get-frame-data):
26802         * term/w32-win.el (x-handle-numeric-switch):
26803         * term/x-win.el (x-handle-numeric-switch):
26804         * textmodes/ispell.el (ispell-parse-output):
26805         * textmodes/nroff-mode.el (nroff-outline-level):
26806         * textmodes/reftex-cite.el (reftex-bib-sort-year)
26807         (reftex-bib-sort-year-reverse, reftex-format-citation):
26808         * textmodes/reftex-parse.el (reftex-init-section-numbers)
26809         (reftex-section-number):
26810         * textmodes/texinfmt.el (texinfo-paragraphindent):
26811         Replace `string-to-int' by `string-to-number'.
26813         * international/latexenc.el: Add page marker to force the "Local
26814         Variables:" string out of the last page.
26816 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26818         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26819         tooltip-change-major-mode.
26820         (gud-tooltip-print-command): Remove case where gud-minor-mode
26821         is gdb ("--fullname").
26822         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26823         explain to user.
26825 2005-05-16  Jay Belanger  <belanger@truman.edu>
26827         * calc/calc-store.el (calc-copy-special-constant): New function.
26829         * calc/calc-ext.el (calc-init-extensions): Add binding for
26830         `calc-copy-special-constant'.
26832         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26833         for the `calc-copy-special-constant' command.
26835 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26837         * subr.el (left-fringe-p): New function.
26839         * progmodes/compile.el (compilation-setup): Set local value of
26840         overlay-arrow-string to "" always.
26841         (compilation-set-window): Left fringe then don't scroll.
26842         No left fringe then no arrow and scroll message to top.
26843         (compilation-context-lines): Adjust doc string accordingly.
26845 2005-05-16  Kim F. Storm  <storm@cua.dk>
26847         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26848         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26849         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26850         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26851         (ido-read-file-name): Handle commands with ido property value
26852         equal to find-file as reading a file name, to allow C-d to enter dired.
26853         (ibuffer-find-file): Add ido property with value find-file.
26855 2005-05-15  Kim F. Storm  <storm@cua.dk>
26857         * subr.el (open-network-stream-nowait): Remove.
26858         (open-network-stream-server): Remove.
26860 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26862         * faces.el (describe-face): Output a definition link button.
26864         * help-mode.el (help-face-def): New button type.
26866         * emacs-lisp/copyright.el (copyright-fix-years):
26867         Match properly if the first year is 2-digit.
26868         Don't mess up the whitespace after the years by filling.
26870         * dired-aux.el (dired-mark-confirm):
26871         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26873         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26874         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26875         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26877         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26878         Set font-lock-comment-start-skip.
26880         * font-lock.el (font-lock-comment-start-skip): New variable.
26881         (font-lock-comment-end-skip): New variable.
26882         (font-lock-fontify-syntactically-region): Use them if non-nil.
26884 2005-05-15  Jay Belanger  <belanger@truman.edu>
26886         * calc/calc-store.el (calc-store-value): Return a string rather
26887         than display it as a message.
26888         Use calc-var-name for variable name.
26889         (calc-store-into): Add the result of calc-store-value to message.
26890         (calc-copy-variable): Add a message.
26891         (calc-store-exchange): Improve error messages.
26892         (calc-store-binary, calc-store-map): Don't reset the values of
26893         special constants.
26895 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
26897         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
26898         manual to docstring.
26900         * files.el (hack-local-variables-confirm): Add STRING argument.
26901         Make the function handle non file visiting buffers correctly.
26902         (hack-local-variables-prop-line, hack-local-variables)
26903         (hack-one-local-variable): Use STRING arg of
26904         `hack-local-variables-confirm'.
26906 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
26908         Sync with Tramp 2.0.49.
26910         * net/tramp.el (tramp-handle-dired-call-process)
26911         (tramp-handle-insert-directory):`insert-buffer' cannot be used
26912         because the contents of the Tramp buffer is changed before
26913         insertion (`expand-file' and alike).
26914         (tramp-handle-insert-directory): If `localname' has an empty
26915         nondirectory name, it must not be quoted.
26916         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
26917         variable `tramp-chunksize'.  Change callees.
26918         (tramp-open-connection-setup-interactive-shell): Check remote host
26919         for buggy `send-process-string' implementation.
26920         Set `tramp-chunksize' if found.  Reported by Michael Kifer
26921         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
26922         (tramp-handle-shell-command): `insert-buffer' cannot be used
26923         because the contents of the Tramp buffer is changed before
26924         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
26925         <frederic.bothamy@free.fr>.
26926         (tramp-set-auto-save): Actions should be done for Tramp file name
26927         handler only.  Ange-FTP has its own auto-save mechanism.
26928         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26929         (tramp-set-auto-save-file-modes): Set file modes of
26930         `buffer-auto-save-file-name' to ?\600 as fallback solution.
26931         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
26932         (tramp-bug): Remove obsolete variable.
26933         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
26934         for presence of `mml-mode'.  Make it running for older Emacsen as well.
26936 2005-05-14  John Paul Wallington  <jpw@pobox.com>
26938         * ibuf-ext.el (define-ibuffer-filter filename):
26939         If `dired-directory' is a list, use its car.
26941 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
26943         * ibuffer.el (define-ibuffer-column filename):
26944         If `dired-directory' is a list, use its car.
26946 2005-05-14  Richard M. Stallman  <rms@gnu.org>
26948         * subr.el (symbol-file): Doc fix.
26950         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
26951         (byte-compile-form): Call byte-compile-nogroup-warn.
26952         (byte-compile-warning-types): Doc fix.
26954         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
26956         * progmodes/cc-engine.el (c-literal-faces):
26957         Add font-lock-comment-delimiter-face.
26959         * net/net-utils.el (dig): Use with-no-warnings.
26961         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
26962         (sc-recite-frame-alist, sc-default-cite-frame)
26963         (sc-default-uncite-frame, sc-default-recite-frame)
26964         (sc-attrib-selection-list, sc-rewrite-header-list):
26965         Mark as risky-local-variable.
26967         * international/ogonek.el (ogonek-jak, ogonek-how):
26968         Don't use beginning-of-buffer.
26970         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
26972         * calendar/solar.el (solar-data-list): Move definition up.
26974         * dnd.el (dnd-protocol-alist): Add autoload.
26976         * progmodes/sh-script.el: Many doc usage fixes.
26977         (sh-indent-after-do): Change default to match common styles.
26979 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
26981         * files.el (interpreter-mode-alist)
26982         (auto-mode-interpreter-regexp): Doc fixes.
26984 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
26986         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
26988         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
26990 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26992         * dired.el (dired-mode): make-variable-buffer-local =>
26993         make-local-variable.
26995 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26997         * term/mac-win.el (mac-select-convert-to-string): Try coding
26998         systems in mac-script-code-coding-systems if specified one cannot
26999         encode string for `com.apple.traditional-mac-plain-text'.
27001 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
27003         * progmodes/make-mode.el (makefile-targets-face)
27004         (makefile-shell-face, makefile-makepp-perl-face): New faces.
27005         (makefile-dependency-regex): Fix it to not make the colon in
27006         $(var:a=b) special.
27007         (makefile-rule-action-regex): New regexp for highlighting embedded
27008         Shell strings.
27009         (makefile-macroassign-regex): Handle != for highlighting as
27010         embedded Shell strings.
27011         (makefile-var-use-regex): New const.
27012         (makefile-statements, makefile-automake-statements)
27013         (makefile-gmake-statements, makefile-makepp-statements)
27014         (makefile-bsdmake-statements): New consts.
27015         (makefile-make-font-lock-keywords): New function.
27016         (makefile-automake-font-lock-keywords)
27017         (makefile-gmake-font-lock-keywords)
27018         (makefile-makepp-font-lock-keywords)
27019         (makefile-bsdmake-font-lock-keywords): New consts.
27020         (makefile-mode-map): Add switchers between the various submodes.
27021         (makefile-mode): Document the availability of the variants.
27022         (makefile-automake-mode, makefile-gmake-mode)
27023         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27025         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27026         new variants of makefile-mode.
27028 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27030         * font-lock.el (font-lock-comment-delimiter-face): Fix up
27031         the inheritance.
27033 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
27035         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27036         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27038         * files.el (normal-mode): Extend the scope of the
27039         `enable-local-variables' binding to include the `set-auto-mode' call.
27040         (magic-mode-alist): Doc fix.
27042 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27044         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27045         font-lock-comment-face rather than copying its setting.
27047 2005-05-12  Andreas Schwab  <schwab@suse.de>
27049         * eshell/esh-mode.el (eshell-send-input): Doc fix.
27051 2005-05-12  Lute Kamstra  <lute@gnu.org>
27053         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27054         defcustom for the mode hook variable.  Delete the last argument.
27055         * generic-x.el: Fix callers of define-generic-mode.
27056         (generic-x-modes): Delete group.
27057         (show-tabs-tab-face, show-tabs-space-face): Put them in the
27058         generic-x customization group.
27060 2005-05-12  Kim F. Storm  <storm@cua.dk>
27062         * font-lock.el (font-lock-negation-char-face): Default to "off".
27064         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27065         font-lock-negation-char-face to ! in !=.
27067 2005-05-12  Masatake YAMATO  <jet@gyve.org>
27069         * add-log.el (find-change-log): Fix typos in the docstring
27070         of function.
27072 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27074         * international/latexenc.el (latexenc-find-file-coding-system):
27075         Avoid `re-search-forward' when looking for input encoding because
27076         of speed and safety.  Better regular expressions for recognizing
27077         input encoding.  Limit a search for TeX-master/tex-main-file to
27078         the local variable section.
27080 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
27082         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27083         syntax of $ to "'" (quote).
27085 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
27087         * dnd.el (dnd-protocol-alist): Improve custom type.
27089         * dired.el (dired-dnd-protocol-alist): New variable.
27090         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
27091         `dired-mode-hook' to the end.
27093 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27095         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27096         comment-end if comment-start-skip is not set.
27097         Obey the font-lock-comment-delimiter-face variables.
27099 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27101         * files.el (executable-find): Move from executable.el.  Use
27102         locate-file.
27103         * progmodes/executable.el (executable-find): Move to files.el.
27105         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27106         when trying to ensure forward progress.
27108 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
27110         * mouse-sel.el (mouse-sel-follow-link-p): New function.
27111         (mouse-select, mouse-select-internal, mouse-extend-internal):
27112         Use it to implement mouse-1-click-follows-link functionality.
27114 2005-05-11  Richard M. Stallman  <rms@gnu.org>
27116         * font-lock.el (font-lock-fontify-syntactically-region):
27117         Use font-lock-comment-delimiter-face for comment delimiters.
27119 2005-05-10  Jay Belanger  <belanger@truman.edu>
27121         * calc/calc-help.el (calc-m-prefix-help): Add mention of
27122         preserving embedded modes.
27124 2005-05-10  Richard M. Stallman  <rms@gnu.org>
27126         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27128         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27129         Move from ada-stmt.el.
27130         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27132         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27133         Move to ada-mode.el.
27134         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27136         * cus-edit.el (custom-file): Call file-chase-links.
27138         * files.el (read-directory-name): Fix previous change.
27139         (hack-local-variables-confirm): New function.
27140         (hack-local-variables-prop-line, hack-local-variables)
27141         (hack-one-local-variable): Use it.
27143 2005-05-10  Lute Kamstra  <lute@gnu.org>
27145         * font-lock.el (font-lock-keywords-alist)
27146         (font-lock-removed-keywords-alist): Clarify docstrings.
27148 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
27150         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27151         (gdb-source-info): Check for preprocessor info.
27152         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
27153         a macro for a function.
27154         (gdb-info-breakpoints-custom): Try to find file again if not already
27155         found (user might have used GDB dir command).
27156         (gdb-get-location): Update gdb-location-alist correctly for change
27157         to gdb-info-breakpoints-custom.
27159         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27160         (gud-tooltip-print-command): Add gdbmi case.
27161         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27162         preprocessor info.
27164 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
27166         * startup.el (fancy-splash-insert): Fix typo in doc string.
27168 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
27170         * obsolete/float.el (string-to-float):
27171         * obsolete/hilit19.el (hilit-add-pattern):
27172         * obsolete/rnews.el (news-parse-range, news-select-message)
27173         (news-get-pruned-list-of-files): Replace `string-to-int' by
27174         `string-to-number'.
27176         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27177         `find-file-not-found-hooks'; use `add-hook'.
27178         (uncompress-while-visiting): Set `write-file-functions', not
27179         `write-file-hooks'; use `add-hook'.
27181 2005-05-09  Kim F. Storm  <storm@cua.dk>
27183         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27184         (cua-paste): Handle clipboard action.
27185         (cua--init-keymaps): Remap clipboard-kill-region and
27186         clipboard-kill-ring-save.
27188 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
27190         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27191         Improve commentary.
27193         * simple.el (next-error-overlay-arrow-position): Revert the change
27194         made on 2005-04-30.
27196 2005-05-07  Jay Belanger  <belanger@truman.edu>
27198         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27199         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27200         `calc-sel-reselect'.
27202         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27203         Calc is in embedded mode.
27205 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27207         * progmodes/compile.el (compilation-setup):
27208         Set overlay-arrow-string to an empty string on text terminals.
27210         * textmodes/ispell.el (ispell-program-name): Try looking for
27211         "aspell" along exec-path, and if found, use it as the default
27212         speller program.
27214 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
27216         * international/mule.el (sgml-xml-auto-coding-function):
27217         Recognize encoding='FOO' in single quotes as well as in double quotes.
27219 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
27221         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27222         as well as `interactive', so that defmacro* would recognize
27223         `declare' forms.
27225 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27227         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27228         Explain more about the LIGHTER arg's usage in the doc string.
27229         Add commentary to clarify what the code does.  Fix the regexp that
27230         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
27231         since it could have characters special to regular expressions.
27233 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27235         * replace.el (occur-1): Bind inhibit-read-only so that
27236         erase-buffer doesn't barf on read-only text properties (likewise
27237         for add-text-properties in occur-engine).  Mark buffer as unmodified.
27238         (occur-engine): Don't set buffer-read-only here.
27240 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27242         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27243         list-buffers-directory.  This caused the *cvs-commit* buffer to be
27244         sometimes mistakenly reused as a *cvs* buffer.
27246 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
27248         * tooltip.el: Move code for GUD tooltips into gud.el.
27249         (require): CL no longer needed to compile case.
27250         (tooltip-mode): Do not toggle functions for GUD tooltips.
27251         (tooltip-gud-tips-p): Remove.  Replace with minor mode
27252         gud-tooltip-mode in gud.el.
27253         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27254         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27255         tooltip-gud prefix with gud-tooltip and obsolete.
27256         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27257         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27258         (tooltip-mouse-motion): Mouse movement functions/variable.
27259         Rename in gud.el by adding gud prefix.
27260         (tooltip-gud-original-filter, tooltip-gud-dereference)
27261         (tooltip-gud-event, tooltip-toggle-gud-tips)
27262         (tooltip-gud-process-output, tooltip-gud-print-command)
27263         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
27264         gud.el by replacing tooltip-gud prefix with gud-tooltip.
27265         (gdb-tooltip-print): Move to gdb-ui.el.
27267         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27268         (require): CL needed to compile case.
27269         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27270         tooltip-gud-tips-p.  Make it a minor-mode.
27271         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27272         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27273         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27274         (gud-tooltip-change-major-mode)
27275         (gud-tooltip-activate-mouse-motions-if-enabled)
27276         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27277         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27278         (gud-tooltip-original-filter, gud-tooltip-dereference)
27279         (gud-tooltip-event, tooltip-toggle-gud-tips)
27280         (gud-tooltip-process-output, gud-tooltip-print-command)
27281         (gud-tooltip-tips): Move from tooltip.el.
27283         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27284         (gdb-cpp-define-alist-flags): Doc fix.
27285         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27286         gud-tooltip-mode is t.
27288 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27290         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27291         evaporate if their text is deleted.
27292         (goto-address-at-point): Make it work as a mouse binding as well.
27293         (goto-address-at-mouse): Obsolete it.  Update users.
27295 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
27297         * calendar/appt.el (top-level): No longer activate on load.
27299 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
27301         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27302         * net/webjump.el (webjump):
27303         * progmodes/idlw-help.el (idlwave-do-context-help1)
27304         (idlwave-highlight-linked-completions):
27305         * textmodes/po.el (po-find-file-coding-system-guts):
27306         Replace `assoc-ignore-case' by `assoc-string'.
27308 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
27310         * files.el (locate-file): Doc fix.
27312         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27313         Remove the redundant test for ms-dos.
27315         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27316         look for the preprocessor with exec-suffixes.  If not found in
27317         standard places, look in exec-path.  Remove most of the tests that
27318         used system-type.
27320         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27322         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27324         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27325         file-name clash with jka-compr.el on 8+3 filesystems.
27327 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27329         * term/mac-win.el: Don't define or bind scroll bar functions if
27330         x-toolkit-scroll-bars is t.
27331         (x-select-text, x-get-selection-value): Clear
27332         x-last-selected-text-clipboard if x-select-enable-clipboard is
27333         nil.
27334         (PRIMARY): Put mac-scrap-name property.
27335         (mac-select-convert-to-file-url): New function.
27336         (public.file-url): New selection target type.  Add to
27337         selection-converter-alist.
27338         (x-get-selection, x-selection-value): Handle it.
27339         (x-cut-buffer-or-selection-value): New alias.
27341 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27343         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27344         entry to avoid calling bibtex-find-entry with arg global
27345         being t.  Remove arg key.
27346         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27347         (bibtex-copy-summary-as-kill): Change accordingly.
27349 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27351         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27352         (org-agenda-date-later): Use with-current-buffer.
27354 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
27356         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27357         (define-obsolete-variable-alias): Doc Fixes.
27359 2005-05-06  Kim F. Storm  <storm@cua.dk>
27361         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
27362         vertical-motion when selective-display is active.
27364         * ido.el (ido-setup-hook): New hook.
27365         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27366         (ido-input-stack): New var.
27367         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
27368         ido-next-work-file binding to M-O.
27369         Bind M-f to ido-wide-find-file-or-pop-dir.
27370         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27371         (ido-read-internal): Run ido-setup-hook.
27372         Catch quit in read-file-name and read-string to cancel edit.
27373         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27374         Automatically pop-all when completing a directory name (RET).
27375         (ido-file-internal): Add with-no-warnings around ffap and dired code.
27376         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27377         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27378         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27379         New functions for M-b/M-f to move among the directory components.
27380         (ido-make-merged-file-list): Catch quit to cancel merge.
27381         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27382         (ido-completion-help): No warnings for ido-completion-buffer-full.
27384 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
27386         * font-lock.el (font-lock-negation-char-face): New face and variable.
27387         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27388         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27389         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27390         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27392 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
27394         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27395         Fix typo in docstring.
27397         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27398         (ebrowse-print-statistics-line)
27399         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27401         * term/w32-win.el (image-library-alist): Add additional name for
27402         Xpm library.
27404 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
27406         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27407         use gcc instead of cpp.
27409         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27410         (gdb-create-define-alist): Use it.
27411         (gdb-cpp-define-alist-program): Update for MS-DOS.
27413 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
27415         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27417 2005-05-04  Richard M. Stallman  <rms@gnu.org>
27419         * help.el (describe-key): No error when UNTRANSLATED is nil.
27421         * simple.el (line-move-1): Fix previous change to signal errors
27422         appropriately.
27424 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
27426         * calendar/icalendar.el (icalendar-version): Now at 0.12.
27427         (icalendar-duration-correction): Remove.
27428         (icalendar--get-event-properties): Split result at commas.
27429         (icalendar--decode-isoduration): New optional argument
27430         DURATION-CORRECTION.
27431         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27432         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27433         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27434         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27435         (icalendar--convert-anniversary-to-ical): New functions, extracted
27436         from icalendar-export-region, with bug fixes.
27437         (icalendar-export-region): Use the above functions.
27438         (icalendar-import-buffer): Check before saving diary file.
27439         (icalendar--convert-recurring-to-diary)
27440         (icalendar--convert-non-recurring-all-day-to-diary)
27441         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27442         extracted from icalendar--convert-ical-to-diary, with bug fixes.
27443         (icalendar--convert-ical-to-diary): Use the above functions.
27445 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
27447         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27448         Remove these recent additions.
27449         (c-mode): Restore to before 2005-04-28.
27451         * progmodes/cc-vars.el (cc-define-list-program): Remove this
27452         recent addition.
27454         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27455         (gdb-define-alist): New variables.
27456         (gdb-create-define-alist): New function.
27457         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27458         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27459         with string-to-number.
27460         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
27462         * progmodes/gud.el: Replace string-to-int with string-to-number.
27463         (gud-find-file): Handle gdb-define-alist.
27465         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27467 2005-05-02  Jay Belanger  <belanger@truman.edu>
27469         * calc/calc-aent.el (math-read-token):
27470         * calc/calc-bin.el (calc-word-size):
27471         * calc/calc-ext.el (calc-read-number-fancy):
27472         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27473         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27474         * calc/calc-frac.el (calc-over-notation):
27475         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27476         (calc-graph-num-points, calc-graph-init):
27477         * calc/calc-prog.el (calc-read-parse-table-part)
27478         (calc-edit-macro-repeats):
27479         * calc/calc-yank.el (calc-do-grab-rectangle):
27480         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27481         Replace `string-to-int' by `string-to-number'.
27483 2005-05-02  Kim F. Storm  <storm@cua.dk>
27485         * kmacro.el: Use executing-kbd-macro-index variable.
27487 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
27489         * net/rlogin.el (rlogin-parse-words): Delete func.
27490         (rlogin): Use split-string, not rlogin-parse-words.
27491         Also, if there are option-like elements in the parsed args,
27492         take the host to be the first arg immediately following them.
27493         Suggested by Michael Mauger.
27495 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27497         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27499 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27501         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27502         (cc-mode-cpp-program): Rename to cc-define-list-program and
27503         move to cc-vars.el.
27505         * progmodes/cc-vars.el (cc-define-list-program):
27506         Change to "gcc -E -dM -".  Make customizable.
27508 2005-05-02  Kim F. Storm  <storm@cua.dk>
27510         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27512 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27514         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
27516         * international/mule-util.el (truncate-string): Remove alias and
27517         obsolete declaration.
27519         * international/mule-cmds.el (update-iso-coding-systems):
27520         Remove alias and obsolete declaration.
27522         * international/mule.el (coding-system-parent): Remove alias and
27523         obsolete declaration.
27525         * subr.el (define-function, sref): Remove aliases and obsolete
27526         declarations.
27527         (chars-in-region): Remove obsolete declaration.
27529 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27531         * info.el (Info-mode): Set widen-automatically to nil, locally.
27533         * simple.el (widen-automatically): New variable.
27534         (pop-global-mark): Obey widen-automatically.
27536 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
27538         * term/xterm.el (function-key-map): Call substitute-key-definition
27539         before the keymap size is increased by a lot of define-key calls.
27541 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27543         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
27544         Rename ARG to ELEMENT.  Doc fix.
27546 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27548         * allout.el (allout-exposure): Remove macro and obsolete declaration.
27549         Remove references to allout-exposure/change to allout-new-exposure.
27551         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
27552         bytecode symbols.
27554         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
27555         (compiled-function-p, focus-frame, unfocus-frame):
27556         Remove aliases and obsolete declarations.
27557         Back out inadvertent changes from previous commit.
27559 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27561         * files.el (require-final-newline): Make Custom tags consistent
27562         with mode-require-final-newline.
27563         (mode-require-final-newline): Doc fix.
27565 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27567         * international/latexenc.el (latexenc-find-file-coding-system):
27568         Fix regular expressions.
27570 2005-05-01  David Kastrup  <dak@gnu.org>
27572         * international/latexenc.el (latexenc-find-file-coding-system):
27573         Fix regular expressions.
27575 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27577         * subr.el (string-to-int): Make obsolete.
27579 2005-04-30  Richard M. Stallman  <rms@gnu.org>
27581         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
27583         * loadup.el: load jka-comp-hook.
27585         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
27586         (jka-compr-handler): Add autoload.  `put' calls moved
27587         to jka-comp-hook.el.
27588         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
27589         (jka-compr-inhibit): Autoload.
27591         * jka-comp-hook.el: New file.
27592         Enable the mode by default.
27594         * files.el (backup-buffer-copy): Use copy-file instead
27595         of write-region, and put back the 'excl.
27597 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
27599         * progmodes/flymake.el (flymake-split-string)
27600         (flymake-split-string, flymake-log, flymake-pid-to-names)
27601         (flymake-reg-names, flymake-get-source-buffer-name)
27602         (flymake-unreg-names, flymake-add-line-err-info)
27603         (flymake-add-err-info): Clarify docstrings.
27604         (flymake-popup-menu, flymake-make-emacs-menu)
27605         (flymake-make-xemacs-menu): Add docstrings.
27606         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
27607         Set variables directly throughout.
27609 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
27611         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
27612         exists.  Initialize cc-define-alist.
27613         (c-mode): Add cc-create-define-alist locally to after-save-hook.
27614         If there is no file (Macroexpansion) don't create an alist.
27616 2005-04-29  Sam Steingold  <sds@gnu.org>
27618         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
27619         (cc-create-define-alist): Use it instead of the hard-coded string.
27621 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27623         * international/mule-conf.el (file-coding-system-alist): Fix regexp
27624         for latexenc.
27626 2005-04-29  Lute Kamstra  <lute@gnu.org>
27628         * emacs-lisp/generic.el: Improve commentary section.
27629         (define-generic-mode): Improve docstring.
27631 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
27633         * textmodes/org.el (many places): Change to quiet the byte compiler.
27634         (org-prefix-format-compiled): New variable.
27635         (org-compile-prefix-format): New function.
27636         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
27637         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
27638         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
27639         (org-get-entries-from-diary): Use `org-get-time-of-day' for
27640         consistency with entries from `org-mode' files.
27641         (org-get-time-of-day): Fix bug with partial matches early in a line.
27642         (org-non-link-chars): New constant.
27643         (org-link-regexp): Respect `org-non-link-chars'.
27644         (org-agenda-day-view): Remove command.
27645         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
27646         (org-follow-bbdb-link, org-store-link): Search also company field.
27647         (org-highlight-overlay): New variable.
27648         (org-highlight, org-unhighlight): New functions.
27649         (org-agenda-mode): Add pre-command-hook to remove highlight.
27650         (org-evaluate-time-range): Behavior depends upon whether time stamp
27651         contains a time or not.
27652         (org-show-subtree, org-show-entry): New functions.
27653         (org-agenda-cleanup-fancy-diary): Remove empty lines.
27655 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
27657         * comint.el (comint-output-filter-functions): Add autoload cookie.
27659 2005-04-28  Kim F. Storm  <storm@cua.dk>
27661         * ido.el (ido-everywhere): Fix last change.
27663 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27665         * international/latexenc.el: New file.
27666         * international/mule-conf.el (file-coding-system-alist): For .tex,
27667         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
27669 2005-04-28  Lute Kamstra  <lute@gnu.org>
27671         * font-lock.el (font-lock-add-keywords)
27672         (font-lock-remove-keywords): Clarify docstring.
27673         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
27674         Don't start docstrings with a `*'.
27675         (font-lock-update-removed-keyword-alist): Give it a docstring.
27677         * generic-x.el: Update commentary section.
27678         Only require font-lock when compiling.
27679         Define all modes conditionally.
27680         Place all generic modes in the generic-x-modes customization group.
27681         (generic-x-modes): New customization group.
27682         (generic-default-modes, generic-mswindows-modes)
27683         (generic-unix-modes, generic-other-modes): New constants.
27684         (generic-define-mswindows-modes, generic-define-unix-modes):
27685         Update docstrings.  Make them obsolete.
27686         (generic-extras-enable-list): New default value.  Update docstring.
27687         Improve :type.  Change :set function.
27688         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
27689         Fix docstring.
27691         * emacs-lisp/generic.el (generic-mode-internal):
27692         Simplify font-lock-defaults.
27693         (define-generic-mode): Fix docstring.
27695 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27697         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
27698         font-lock-face property to highlight matches.
27700 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
27702         * progmodes/cc-mode.el (cc-create-define-alist): New function.
27703         (cc-define-alist): New variable.
27704         (c-mode): Make it local and initialize it.
27706         * progmodes/gdb-ui.el (gdb-active-process): New variable.
27707         (gdb-exited): New function.
27708         (gdb-annotation-rules): Use it.
27709         (gdb-starting): Set gdb-active-process to t.
27710         (gdb-stopping): Amend doc string.
27711         (gdb-reset): Set gdb-active-process to nil.
27713         * tooltip.el (tooltip-gud-tips): Show the associated #define
27714         directives when a C program under GDB is not executing.
27716 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27718         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
27719         font-lock-fontify-syntactic-keywords.
27721         * font-lock.el (font-lock-default-fontify-region): Don't force
27722         parse-sexp-lookup-properties to nil.
27724 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
27726         * man.el (man-mode-syntax-table): Set up `:' to have
27727         word-constituent syntax.
27729 2005-04-27  Lute Kamstra  <lute@gnu.org>
27731         * novice.el (disable-command): Don't add spurious newlines to the
27732         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
27734 2005-04-26  Jay Belanger  <belanger@truman.edu>
27736         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
27737         than one window before deleting window.
27739 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
27741         * shell.el (shell-prompt-pattern): Doc fix.
27742         (shell-mode): Set paragraph-separate buffer locally to "\\'".
27744         * comint.el (comint-prompt-regexp, comint-get-old-input)
27745         (comint-use-prompt-regexp)
27746         (comint-use-prompt-regexp-instead-of-fields)
27747         (comint-replace-by-expanded-history, comint-send-input)
27748         (comint-output-filter, comint-get-old-input-default)
27749         (comint-line-beginning-position, comint-bol, comint-show-output)
27750         (comint-backward-matching-input, comint-forward-matching-input)
27751         (comint-next-prompt, comint-previous-prompt):
27752         Rename `comint-use-prompt-regexp-instead-of-fields' to
27753         `comint-use-prompt-regexp'.  Keep old name as alias and declare
27754         obsolete.
27755         (comint-use-prompt-regexp): Shorten first line of doc string.
27757         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
27758         Set paragraph-separate buffer locally to "\\'".
27760         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
27761         Adapt to above name change.
27763         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
27764         (smbclient-prompt-regexp): Ditto.
27766         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
27768 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
27770         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
27771         gdb-location-list.
27772         Break lines that are over 80 characters wide.
27774 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27776         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
27777         New fun and var, to preserve compatibility.
27779         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
27781 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
27783         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
27784         name to file-newer-than-file-p.
27786 2005-04-26  Richard M. Stallman  <rms@gnu.org>
27788         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
27790         * progmodes/python.el (python-mode):
27791         Use new name eldoc-documentation-function.
27793         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
27795         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27796         (eldoc-documentation-function):
27797         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
27799 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
27801         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
27803 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27805         * term/xterm.el (function-key-map): Fix strings for
27806         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
27807         {C,S,A,C-S}-{f1-f12}.
27809 2005-04-26  Kenichi Handa  <handa@m17n.org>
27811         * international/mule-cmds.el (select-safe-coding-system):
27812         Fix previous change.
27814 2005-04-26  Lute Kamstra  <lute@gnu.org>
27816         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27818         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27819         (font-lock-comment-delimiter-face): Ditto.
27821         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27823 2005-04-25  Jay Belanger  <belanger@truman.edu>
27825         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27826         to t while inserting information; use help-mode.
27828 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27830         * term.el (ansi-term-color-vector): Use the xterm colors.
27831         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27833 2005-04-25  Lute Kamstra  <lute@gnu.org>
27835         * font-core.el (font-lock-defaults): Fix docstring.
27837         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27839 2005-04-25  Kenichi Handa  <handa@m17n.org>
27841         * international/mule-cmds.el (select-safe-coding-system):
27842         Don't check consistency with coding: spec, etc if raw-text or
27843         no-conversion was found to be safe.
27845 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27847         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27848         citation markers at start of each line.
27850         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27851         citation markers at start of each line.
27853         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27855         * files.el (mode-require-final-newline): Fix previous change.
27856         (require-final-newline): Fix type label.
27858 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27860         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27861         statement in buffer (broken by 2004-11-24 change).
27863 2005-04-24  Kim F. Storm  <storm@cua.dk>
27865         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27866         and read-file-name-function values.  Don't overwrite existing
27867         non-nil values if ido-mode is enabled without ido-everywhere.
27869 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27871         * files.el (mode-require-final-newline): Minor doc fix.
27873 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27875         * subr.el (syntax-after): Doc fix.
27876         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27877         bits, not 8 bits.
27879         * files.el (mode-require-final-newline): Doc fix.
27880         (backup-buffer-copy): Fix last change.
27882 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27884         * term/mac-win.el: Require select.  Set selection-coding-system to
27885         mac-system-coding-system.  Call menu-bar-enable-clipboard.
27886         (x-last-selected-text-clipboard, x-last-selected-text-primary)
27887         (x-select-enable-clipboard): New variables.
27888         (x-select-text, x-get-selection, x-selection-value)
27889         (x-get-selection-value, mac-select-convert-to-string)
27890         (mac-services-open-file, mac-services-open-selection)
27891         (mac-services-insert-text): New functions.
27892         (CLIPBOARD, FIND): Put mac-scrap-name property.
27893         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
27894         (public.tiff): Put mac-ostype property.
27895         (selection-converter-alist): Add entries for them.
27896         (mac-application-menu-map): New keymap.
27897         (interprogram-cut-function, interprogram-paste-function): Set to
27898         x-select-text and x-get-selection-value, respectively.
27899         (split-window-keep-point): Set to t.
27901 2005-04-23  Richard M. Stallman  <rms@gnu.org>
27903         * files.el (read-directory-name): Always pass non-nil
27904         DEFAULT-FILENAME arg to read-file-name.
27905         (backup-buffer-copy, basic-save-buffer-2): Take care against
27906         writing thru an unexpected existing symlink.
27907         (revert-buffer): In indirect buffer, revert the base buffer.
27908         (magic-mode-alist): Doc fix.
27909         (buffer-stale-function): Doc fix.
27910         (minibuffer-with-setup-hook): Avoid warning.
27911         (mode-require-final-newline): Doc and custom fix.
27913         * follow.el (follow-end-of-buffer): Use with-no-warnings.
27915         * font-lock.el (font-lock-comment-face): On terminals with few colors,
27916         use the default appearance.
27917         (font-lock-comment-delimiter-face): New face, new variable.
27919         * imenu.el (imenu--generic-function): The official position of a
27920         definition is the start of the line that BEG is in.
27922         * midnight.el (midnight-timer): Move defvar up.
27924         * mouse.el (mouse-drag-region-1): Delete some debugging code.
27926         * saveplace.el (save-place-to-alist): Use with-no-warnings.
27928         * startup.el (command-line): Use with-no-warnings.
27930         * window.el (window-size-fixed): New defvar.
27932         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
27934         * mail/rmail.el (rmail-font-lock-keywords):
27935         Use font-lock-comment-delimiter-face.
27937         * mail/sendmail.el (mail-font-lock-keywords):
27938         Use font-lock-comment-delimiter-face.
27940         * progmodes/compile.el (next-error-highlight-timer): New defvar.
27942 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
27944         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27945         Specify t for LAXMATCH when matching directories.
27946         Save match data around compilation-compat-error-properties form.
27948 2005-04-23  David Kastrup  <dak@gnu.org>
27950         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
27951         Mention that the autoloaded aliases should be kept for AUCTeX.
27953 2005-04-23  Andreas Schwab  <schwab@suse.de>
27955         * isearch.el (isearch-forward): Doc fix.
27957 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
27959         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
27960         (jit-lock-stealth-nice): Change default value to 0.5.
27962 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
27964         * abbrev.el (write-abbrev-file): Write table entries in
27965         alphabetical order by table name.
27967 2005-04-22  Kim F. Storm  <storm@cua.dk>
27969         * ido.el (ido-read-internal): Fix `list' completion.
27971 2005-04-22  Kenichi Handa  <handa@m17n.org>
27973         * recentf.el (recentf-save-file-coding-system): New variable.
27974         (recentf-save-list): Encode the file by
27975         recentf-save-file-coding-system and add coding: tag.
27977 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
27979         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
27981 2005-04-21  Lute Kamstra  <lute@gnu.org>
27983         * loadhist.el (unload-feature): Don't remove a function from hooks
27984         if it is about to be restored to an autoload .  Remove functions
27985         that will become unbound from auto-mode-alist.  Simplify the code.
27987         * subr.el (assq-delete-all): New implementation that is linear,
27988         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
27989         (rassq-delete-all): New function.
27991         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27992         Add size-indication-mode.
27994 2005-04-21  Kenichi Handa  <handa@m17n.org>
27996         * international/mule-cmds.el: Add autoload for widget-value in
27997         eval-when-compile.
27999 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
28001         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28002         Add tooltip-mode.
28004         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28006 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
28008         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28009         (inferior-lisp-filter-regexp, inferior-lisp-program)
28010         (inferior-lisp-load-command, inferior-lisp-prompt)
28011         (inferior-lisp-mode-hook, lisp-source-modes)
28012         (inferior-lisp-load-hook): defvar->defcustom.
28013         (inferior-lisp-program, inferior-lisp-prompt)
28014         (inferior-lisp-load-hook): Doc fixes.
28015         (inferior-lisp-install-letter-bindings): Small change in
28016         introductory comment.
28018 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
28020         * vc.el (vc-annotate-color-map): Change some colors so that text
28021         using them as foreground is readable on both white and black
28022         backgrounds.
28024 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28026         * international/mule-conf.el (translation-table-for-input):
28027         Remove redundant declaration.
28029 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28031         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28033         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28034         (tooltip-toggle-gud-tips): New function.
28036 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28038         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28039         right angle brackets.
28041 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28043         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28045 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28047         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28048         Remove.  Update callers to use expand-file-name instead.
28050         * subr.el (syntax-class): New function.
28052         * simple.el (blink-matching-open): Use it.
28054         * paren.el (show-paren-function): Use it to recognize parens that are
28055         also used in 2-char comment markers.
28057 2005-04-19  Lute Kamstra  <lute@gnu.org>
28059         * loadhist.el (unload-feature): Update for new format of
28060         load-history.  Simplify the code.
28062 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28064         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28065         (mac-add-charset-info): New function.  Initialize variable
28066         mac-charset-info-alist using it.
28067         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28068         for translation.
28069         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28070         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28071         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28072         New CCL programs.
28074 2005-04-19  Kim F. Storm  <storm@cua.dk>
28076         * simple.el (next-buffer, prev-buffer, next-error)
28077         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28078         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28080         * bindings.el (next-buffer, prev-buffer, next-error)
28081         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28082         (clone-indirect-buffer-other-window): Move bindings from simple.el.
28083         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28084         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28086 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28088         * isearch.el (isearch-edit-string): Make the search-ring available for
28089         minibuffer history commands.
28090         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28091         the default history commands now work just as well.
28092         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28094 2005-04-18  Kim F. Storm  <storm@cua.dk>
28096         * emulation/cua-base.el (cua--pre-command-handler): Add more
28097         elaborate check for shift modifier on non-window systems.
28099 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
28101         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28103 2005-04-18  Kim F. Storm  <storm@cua.dk>
28105         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28106         and make it optional.  Don't test tooltip-gud-echo-area here.
28107         (tooltip-gud-process-output, gdb-tooltip-print):
28108         Pass tooltip-gud-echo-area to tooltip-show.
28109         (tooltip-help-tips): Remove second optional arg to tooltip-show.
28111 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28113         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28114         `display-graphic-p' may not be bound yet.
28116 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
28118         * startup.el (command-line): No longer enable Xterm Mouse mode by
28119         default in terminals compatible with xterm.
28121         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28123 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
28125         * tooltip.el (tooltip-gud-echo-area): Rename from
28126         tooltip-use-echo-area.
28127         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28128         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28129         area independently of where help tooltips are displayed.
28131 2005-04-17  David Kastrup  <dak@gnu.org>
28133         * cus-theme.el (custom-theme-write-variables): Quote variables
28134         where necessary.
28136 2005-04-17  Richard M. Stallman  <rms@gnu.org>
28138         * simple.el (yank-excluded-properties): Add follow-link to value.
28140         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28142         * startup.el (fancy-splash-max-time): Just 30 seconds.
28143         (fancy-splash-delay): Just 7.
28144         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28146         * loadhist.el (unload-feature): Update for new format of load-history.
28147         Simplify the code.
28149         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28150         (rmail-font-lock-keywords): Don't fontify the text of a citation.
28152         * mail/sendmail.el (mail-font-lock-keywords):
28153         Don't fontify subject text.
28154         Don't fontify the text of a citation.
28156 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
28158         * comint.el (comint-output-filter): Run comint-output-filter-functions
28159         with point where the user had it.
28161 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28163         * international/ucs-tables.el (ucs-set-table-for-input):
28164         Disable when using unify-on-decoding.
28166 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
28168         * emulation/cua-base.el (cua-global-mark-face): Add special case
28169         for displays supporting a high number of colors.
28171 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28173         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28175 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
28177         * filesets.el (filesets-add-buffer): If user supplies a name of a
28178         non-existing fileset, create a new fileset.
28180 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
28182         * textmodes/org.el (org-up-heading-all): Fix bug with
28183         `outline-up-heading-all'.
28185 2005-04-16  Andreas Schwab  <schwab@suse.de>
28187         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28188         /etc/permissions.d/* and /etc/aliases.d/*.
28190 2005-04-16  Kenichi Handa  <handa@m17n.org>
28192         * international/code-pages.el (cp-make-coding-system):
28193         Set `translation-table-for-input' property value to the symbol
28194         ucs-mule-to-mule-unicode, not to that value.
28195         (pt154): Escape guillemet by `\'.
28197 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
28199         * loadup.el: Load tooltip if x-show-tip is fboundp.
28201         * startup.el (command-line): Add comment.
28203         * tooltip.el (tooltip-mode): Specify correct standard value for
28204         Custom in init-value.
28206 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
28208         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28209         possible.
28211 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
28213         * textmodes/org.el (org-agenda-date-prompt): Rename from
28214         `org-agenda-date-today'.
28215         (org-evaluate-time-range): Insert at point instead of directly
28216         after time range.
28217         (org-first-headline-recenter, org-subtree-end-visible-p)
28218         (org-optimize-window-after-visibility-change): New functions
28219         (org-agenda-post-command-hook): Don't allow point at end of line,
28220         to make sure it always hits the text properties.
28221         (org-agenda-next-date-line, org-agenda-previous-date-line):
28222         New commands.
28223         (org-set-regexps-and-options): Category may contain white space.
28224         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28225         Improve marker positions.
28226         (org-agenda-new-marker): Argument POS made optional.
28227         (org-agenda-get-timestamps): Deadlines which are done are listed
28228         in org-done-face now.
28229         (org-agenda-get-todos, org-agenda-get-timestamps)
28230         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28231         Set `undone-face' and `done-face' properties.
28232         (org-last-todo-state-is-todo): New variable.
28233         (org-todo): Set `org-last-todo-state-is-todo'.
28234         (org-agenda-todo): Change face according to
28235         `org-last-todo-state-is-todo'.  And change other lines referring to
28236         the same entry.
28237         (org-calendar-goto-agenda): New command.
28238         (org-calendar-to-agenda-key): New option.
28239         (org-startup-folded): New allowed value `content'.
28240         (org-set-regexps-and-options): Accept new value `content' for
28241         `org-startup-folded'.
28242         (org-get-current-options): Handle new value `content' for
28243         `org-startup-folded'.
28244         (org-insert-todo-heading): New command.
28245         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28246         interactively in empty file and option
28247         `org-insert-mode-line-in-empty-file' has been set.
28248         (org-agenda-todo, org-agenda-priority): Modify to use
28249         `org-agenda-change-all-lines'.
28250         (org-warning-face): Change color on dark background
28252 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28254         * international/mule-cmds.el (set-locale-environment): On Mac OS,
28255         use preferences AppleLocale and AppleLanguages, and variable
28256         mac-system-locale for default locale.  On Mac OS Classic, use
28257         mac-system-coding-system for default coding systems.
28259         * term/mac-win.el: Don't set file-name-coding-system.
28260         Decode variables system-name, emacs-build-system, user-login-name, and
28261         user-full-name by mac-system-coding-system on Mac OS Classic.
28262         (mac-system-coding-system): New variable.
28264 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
28266         * startup.el (command-line): Handle `xterm-mouse-mode' before
28267         reading init file.
28269         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28271 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
28273         * progmodes/sh-script.el (sh-here-document-word): Make it a
28274         defcustom.  Doc fix.
28275         (sh-add): Bash uses $(( )) for arithmetic.
28276         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28277         (sh-maybe-here-document): Remove quotes and leading whitespace
28278         from heredoc word when closing.  Indent heredoc with tabs if word
28279         starts with "-".
28281 2005-04-13  Richard M. Stallman  <rms@gnu.org>
28283         * simple.el (undo): Fix previous change.
28285         * custom.el (defface): Doc fix.
28287 2005-04-13  Lute Kamstra  <lute@gnu.org>
28289         * Makefile.in (DONTCOMPILE): Remove list.
28290         (compile, compile-always): Don't use DONTCOMPILE.
28291         (update-authors): Load the library in which batch-update-authors
28292         is defined.
28293         * makefile.w32-in (DONTCOMPILE): Remove list.
28294         (compile, compile-always): Fix comments.
28295         (update-authors): Load the library in which batch-update-authors
28296         is defined.
28298         * generic-x.el (generic-mode-ini-file-find-file-hook):
28299         Rename to ini-generic-mode-find-file-hook.
28300         Keep generic-mode-ini-file-find-file-hook as an alias.
28301         (ini-generic-mode-find-file-hook): Rename from
28302         generic-mode-ini-file-find-file-hook.  Fix docstring.
28303         (ini-generic-mode): Docstring change.
28304         (bat-generic-mode-run-as-comint): Silence the byte compiler.
28306         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28307         called from lisp.
28309         * generic.el: Move to the emacs-lisp subdir.
28311 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
28313         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28314         and C-S- function and cursor motion keys.
28316 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
28318         * startup.el (command-line): Enable Xterm Mouse mode by default.
28319         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28320         for Custom.  No longer show "Mouse" in mode line when enabled.
28321         Doc fix.
28323 2005-04-12  Kim F. Storm  <storm@cua.dk>
28325         * emulation/cua-base.el (cua-rectangle-face)
28326         (cua-rectangle-noselect-face): Define face attributes here.
28328         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28330 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28332         * startup.el (command-line): Turn off blinking cursor if
28333         cursorBlink in resources is off or false.
28335 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28337         * term/mac-win.el (dnd): Require dnd.
28338         (mac-drag-n-drop): Call dnd-handle-one-url.
28339         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28340         (kTextEncodingISOLatin2): Remove constants.
28341         (mac-script-code-coding-systems): New constant.
28342         (mac-handle-language-change): New function.
28343         (special-event-map): Bind it to `language-change' event.
28344         (mac-centraleurroman, mac-cyrillic): New coding systems.
28345         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28346         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28347         and mac-cyrillic-encoder to encode-mac-centraleurroman and
28348         encode-mac-cyrillic, respectively.
28350 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28352         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28353         Don't set overlay-arrow-string to "=>" as this is done
28354         globally in C now.
28356 2005-04-12  Lute Kamstra  <lute@gnu.org>
28358         * generic-x.el (rc-generic-mode, rul-generic-mode):
28359         Fix auto-mode-alist entries.
28360         (etc-fstab-generic-mode): Tweak fontification.
28362         * generic.el (generic-make-keywords-list): Fix docstring.
28363         (generic-mode-internal): Simplify generic-font-lock-keywords.
28365 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28367         * whitespace.el (whitespace-buffer-leading)
28368         (whitespace-buffer-trailing): Revert the incorrect test inversion.
28369         However, fix the highlight area for the leading and
28370         trailing whitespaces to show space.
28372 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28374         * whitespace.el (whitespace-version): Bump to 3.5
28376         (whitespace-buffer-leading, whitespace-buffer-trailing):
28377         Invert sense of the test to highlight the whitespace.
28379 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28381         * progmodes/gud.el (gud-display-line): GUD uses its own
28382         overlay arrow now so don't set overlay-arrow-string.
28383         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28385 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
28387         * term.el (term-ansi-current-bold, term-ansi-current-underline)
28388         (term-ansi-current-reverse, term-ansi-current-invisible)
28389         (term-ansi-face-already-done): Change to boolean.
28390         (term-reset-terminal, term-handle-colors-array): Handle the above
28391         vars accordingly.
28392         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28393         (term-emulate-terminal): Use the new name.
28395         * faces.el (secondary-selection): Use yellow1, not yellow.
28396         (trailing-whitespace): Use red1, not red.
28398 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28400         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28401         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28402         (dired-dnd-handle-file): Call dnd-get-local-file-uri
28404         * cus-edit.el (dnd): New group.
28406         * term/w32-win.el (dnd): Require dnd
28407         (w32-drag-n-drop): Call dnd-handle-one-url.
28409         * x-dnd.el: Require dnd.
28410         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28411         Call dnd-handle-one-url.
28412         (x-dnd-types-alist, x-dnd-insert-utf8-text)
28413         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28414         to dnd-insert-text.
28415         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28416         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28417         (x-dnd-get-local-file-name, x-dnd-open-local-file)
28418         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28420         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28422 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28424         * wdired.el: Doc fixes.
28425         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28426         (wdired-use-dired-vertical-movement): Rename from
28427         wdired-always-move-to-filename-beginning.
28428         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28429         (wdired-change-to-wdired-mode): Change mode name.
28430         (wdired-newline): Delete.
28432 2005-04-11  Richard M. Stallman  <rms@gnu.org>
28434         * whitespace.el (whitespace-highlight-the-space):
28435         Don't call whitespace-unhighlight-the-space here.
28437         * simple.el (undo): Record t in undo-equiv-table
28438         for the redo record made by an undo-in-region.
28440 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28442         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28443         (gdb-frame-inferior-io-buffer): New Functions to control
28444         display of separate IO buffer.
28445         (menu): Add them to menu-bar.
28446         (gdb-display-buffer): Check for buffer another frame.
28447         Protect GUD buffer.
28448         (gdb-setup-windows): Create IO buffer if not already there.
28449         (gdb-memory-mode): Remove purecopy noops.
28451 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28453         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28454         and pass to self-insert-command.
28456 2005-04-11  Lute Kamstra  <lute@gnu.org>
28458         * generic.el: Commentary section cleanup.
28459         (generic): Delete.
28460         (generic-use-find-file-hook, generic-lines-to-scan)
28461         (generic-find-file-regexp, generic-ignore-files-regexp)
28462         (default-generic-mode, generic-mode-find-file-hook)
28463         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28464         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
28465         (generic-use-find-file-hook, generic-lines-to-scan)
28466         (generic-find-file-regexp, generic-ignore-files-regexp)
28467         (default-generic-mode, generic-mode-find-file-hook)
28468         (generic-mode-ini-file-find-file-hook): Move from generic.el.
28470 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
28472         * bookmark.el (bookmark-write-file): Catch errors writing file.
28473         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28475 2005-04-10  Richard M. Stallman  <rms@gnu.org>
28477         * startup.el (fancy-splash-tail): Update copyright year.
28478         (command-line): Split part of -Q into -D.
28479         (emacs-basic-display): New defvar.
28480         (fancy-splash-text): Correct name of menu item.
28482         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28484         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28485         lines in one node.
28487         * comint.el (comint-send-input): New arg ARTIFICIAL.
28488         Callers in this file changed.
28490         * abbrev.el (define-abbrevs): Read system abbrevs properly.
28492         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28494 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
28496         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
28497         `ldap-search-internal'.
28499 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28501         * files.el (set-auto-mode-1): Use line-end-position.
28503         * international/latin-1.el:
28504         * international/latin-2.el:
28505         * international/latin-3.el:
28506         * international/latin-4.el:
28507         * international/latin-5.el:
28508         * international/latin-8.el:
28509         * international/latin-9.el: Give punctuation syntax to NBSP.
28511         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28512         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28513         Use char-classes to accept non-ascii letters, accepted in some recent
28514         bibtex implementations.
28516 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
28518         * custom.el (custom-set-minor-mode): Any non-nil value for the
28519         variable should enable the mode when set through Custom.
28521 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28523         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
28524         TAB binding so tab-always-indent is obeyed.
28525         (vhdl-minibuffer-local-map): Move initialization into declaration.
28526         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
28527         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
28528         (vhdl-hooked-abbrev): Avoid test for XEmacs.
28529         (vhdl-current-line): Use line-beginning-position.
28530         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
28531         with-output-to-temp-buffer, so the current position can be recorded.
28533 2005-04-10  Masatake YAMATO  <jet@gyve.org>
28535         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28536         Add regexp for gcov.
28538 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28540         * calendar/time-date.el (time-to-seconds, seconds-to-time)
28541         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
28542         syntax which Emacs 20 doesn't support.
28544 2005-04-09  Richard M. Stallman  <rms@gnu.org>
28546         * help.el (describe-key-briefly, describe-key):
28547         Replace strings as event types with "(any string)".
28549 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28551         * arc-mode.el (archive-mode-map): Move initialization into
28552         the declaration.  Override *all* bindings of `undo'.
28553         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
28555 2005-04-09  Jay Belanger  <belanger@truman.edu>
28557         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
28559 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
28561         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
28562         (xterm-register-default-colors): Update color values computation
28563         to match xterm-200.
28565 2005-04-09  Kenichi Handa  <handa@m17n.org>
28567         * international/code-pages.el (iso-latin-7): Fix the map.
28569 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
28571         * emacs-lisp/lisp.el (defun-prompt-regexp)
28572         (parens-require-spaces, buffer-end, end-of-defun)
28573         (insert-parentheses): Doc fixes.
28575 2005-04-08  Kim F. Storm  <storm@cua.dk>
28577         * comint.el (comint-highlight-prompt): Fix face spec.
28578         * hi-lock.el (hi-green): Likewise.
28580 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28582         * cus-edit.el (custom-modified-face):
28583         * comint.el (comint-highlight-input): Fix previous changes.
28584         * term.el (term-handle-ansi-escape): Add a comment.
28586 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28588         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
28589         in the buffer and in whitespace-highlighted-space.
28590         (whitespace-unhighlight-the-space): Simplify.
28591         (whitespace-buffer): Simplify.
28593 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28595         * textmodes/table.el (table-cell-face): Add special case for
28596         displays supporting a high number of colors.
28597         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
28598         (vhdl-font-lock-reserved-words-face)
28599         (vhdl-speedbar-architecture-face)
28600         (vhdl-speedbar-instantiation-face)
28601         (vhdl-speedbar-architecture-selected-face)
28602         (vhdl-speedbar-instantiation-selected-face): Likewise.
28603         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
28604         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
28605         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
28606         (ebrowse-root-class-face, ebrowse-member-attribute-face)
28607         (ebrowse-progress-face): Likewise.
28608         * progmodes/compile.el (compilation-info-face): Likewise.
28609         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
28610         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
28611         * calendar/calendar.el (diary-face): Likewise.
28612         * woman.el (woman-italic-face, woman-bold-face)
28613         (woman-unknown-face): Likewise.
28614         * wid-edit.el (widget-button-pressed-face): Likewise.
28615         * whitespace.el (whitespace-highlight-face): Likewise.
28616         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
28617         * pcvs-info.el (cvs-marked-face): Likewise.
28618         * info.el (info-xref): Likewise.
28619         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
28620         * hilit-chg.el (highlight-changes-face)
28621         (highlight-changes-delete-face): Likewise.
28622         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
28623         (hi-red-b): Likewise.
28624         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
28625         * font-lock.el (font-lock-keyword-face)
28626         (font-lock-function-name-face, font-lock-warning-face): Likewise.
28627         * cus-edit.el (custom-invalid-face, custom-modified-face)
28628         (custom-set-face, custom-changed-face, custom-variable-tag-face)
28629         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
28630         * comint.el (comint-highlight-prompt): Likewise.
28632 2005-04-08  Lute Kamstra  <lute@gnu.org>
28634         * font-lock.el (font-lock-keywords): Docstring fixes.
28636 2005-04-08  Kenichi Handa  <handa@m17n.org>
28638         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
28639         chars are more than a limit, print " and more..." at the tail.
28641 2005-04-08  Kim F. Storm  <storm@cua.dk>
28643         * emacs-lisp/authors.el (authors-aliases): Update list.
28644         (authors-ignored-files): New list.
28645         (authors-fixed-entries): Fix typo.
28646         (authors-renamed-files-alist): Update list.
28647         (authors-add): Check authors-ignored-files.
28649 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
28651         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
28652         optional, to ensure backward compatibility.
28654 2005-04-08  Stephen Eglen  <stephen@gnu.org>
28656         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
28658 2005-04-08  Kim F. Storm  <storm@cua.dk>
28660         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
28662         * mouse.el (mouse-on-link-p): Doc fix.
28664 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
28666         * ielm.el (ielm-prompt-read-only): Doc fix.
28668         * comint.el (comint-prompt-read-only): Doc fix.
28670 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
28672         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
28673         ensure dired always handles wildcards passed to ffap.
28674         (find-file-at-point): Use it.
28675         (ffap-dired-wildcards): Doc fix.
28677 2005-04-07  Juri Linkov  <juri@jurta.org>
28679         * simple.el (next-error-overlay-arrow-position): New defvar.
28680         Put "=>" on its property `overlay-arrow-string'.  Add it to
28681         `overlay-arrow-variable-list'.
28683         * progmodes/compile.el (compilation-setup):
28684         Set `next-error-overlay-arrow-position' to nil.  Also set it to
28685         nil in the local hook `kill-buffer-hook'.  Make local variable
28686         `overlay-arrow-string' and set it to "=>".
28687         (compilation-goto-locus): Set BOL position to
28688         `next-error-overlay-arrow-position' instead of
28689         `overlay-arrow-position'.
28691         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
28692         locally instead of adding it to the global hook.
28693         (Info-kill-buffer): Move up.
28695 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
28697         * term/xterm.el (xterm-standard-colors): Update color values from
28698         xterm-200.
28700 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28702         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
28704         * fast-lock.el:
28705         * lazy-lock.el: Move them to the obsolete subdir.
28707 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28709         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
28710         (wdired-add-replace-advice): Remove.
28711         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
28713 2005-04-06  Kim F. Storm  <storm@cua.dk>
28715         * startup.el (command-line): Add --bare-bones alias for -Q.
28717 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28719         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
28720         create the startup fontset if a font specification ends with
28721         `mac-roman'.
28723 2005-04-06  Lute Kamstra  <lute@gnu.org>
28725         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
28726         change.
28728         * emacs-lisp/copyright.el (copyright-update-year): Replace the
28729         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
28731 2005-04-05  Lute Kamstra  <lute@gnu.org>
28733         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
28734         (define-generic-mode): Ditto.  Fix debug declaration.
28736         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
28737         Put them in the generic-x group.
28739         * calendar/timeclock.el (timeclock): Doc fix.
28741         * generic.el (define-generic-mode): Don't use custom-current-group.
28742         Document default :group value.
28743         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
28744         (define-global-minor-mode): Don't use custom-current-group.
28746 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
28748         * startup.el (command-line-1): Display startup-echo-area-message
28749         when fancy splash screen is in use.
28751         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
28752         (sh-escaped-newline): New face.
28753         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
28754         newline, and use sh-escaped-newline face.
28756         * progmodes/tcl.el (tcl-escaped-newline): New face.
28757         (tcl-builtin-list): New variable.
28758         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
28759         newlines.  Fix keywords subexpression number.
28761 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
28763         * textmodes/org.el (org-diary-default-entry): Fix call to
28764         `add-to-diary-entry'.
28766 2005-04-05  Kim F. Storm  <storm@cua.dk>
28768         * ediff-init.el: Use (featurep 'xemacs).
28770 2005-04-05  David Ponce  <david@dponce.com>
28772         * cus-edit.el (face): Derive from symbol widget.  Display sample
28773         of the current face on the fly.
28774         (widget-face-sample-face-get, widget-face-notify): New functions.
28775         (widget-face-value-create): Remove.
28777         * wid-edit.el (widget-field-end): Temporarily remove field
28778         narrowing before to call `get-char-property'.
28780 2005-04-04  Jay Belanger  <belanger@truman.edu>
28782         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
28783         (math-read-subscripts): New variable.
28784         (math-read-preprocess-string): Process subscripts.
28786 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
28788         * comint.el (comint-prompt-read-only): Doc fix.
28790         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
28791         `-1'.  Doc fix.
28793 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
28795         * textmodes/org.el (org-insert-mode-line-in-empty-file):
28796         Change default value to nil.
28798 2005-04-04  Lute Kamstra  <lute@gnu.org>
28800         * autorevert.el (auto-revert-mode): Specify :group.
28801         * battery.el (display-battery-mode): Specify :group.
28802         * diff-mode.el (diff-minor-mode): Specify :group.
28803         * font-core.el (font-lock-mode): Specify :group.
28804         * hl-line.el (hl-line-mode): Specify :group.
28805         * iimage.el (iimage): New customization group.
28806         (iimage-mode): Specify :group.
28807         * longlines.el (longlines-mode): Specify :group.
28808         * master.el: Don't require easy-mmode.
28809         (master): New customization group.
28810         (master-mode): Specify :group.
28811         * msb.el (msb-mode): Specify :group.
28812         * reveal.el (reveal-mode): Specify :group.
28813         * simple.el (next-error-follow-minor-mode): Specify :group.
28814         * smerge-mode.el (smerge-mode): Specify :group.
28815         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
28816         * emulation/cua-base.el (cua-mode): Specify :group.
28817         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28818         * language/thai-util.el (thai-auto-composition-mode)
28819         (thai-word-mode): Specify :group.
28820         * mail/supercite.el (sc-minor-mode): Specify :group.
28821         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28822         * progmodes/flymake.el (flymake-mode): Specify :group.
28823         * progmodes/glasses.el (glasses-mode): Specify :group.
28824         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28825         * textmodes/enriched.el (enriched-mode): Specify :group.
28826         * textmodes/refill.el (refill-mode): Specify :group.
28828         * add-log.el (change-log-font-lock-keywords): Names in
28829         parenthesized lists can contain spaces.
28831 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28833         * startup.el (fancy-splash-text): Shorten default text of
28834         "Emacs Tutorial" line.  Also, if the current language env
28835         indicates an available tutorial file other than TUTORIAL,
28836         extract its title and append it to the line in parentheses.
28837         (fancy-splash-insert): If arg is a thunk, funcall it.
28839 2005-04-04  Jay Belanger  <belanger@truman.edu>
28841         * calc.el (calc-language-alist): Add tags to customization type.
28843 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28845         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28846         Doc fix.
28848 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28850         * add-log.el (change-log-font-lock-keywords): The manual
28851         describing a Change Log entry, says: (...) "Aside from these
28852         header lines, every line in the change log starts with a space or
28853         a tab.".  The font-lock was not highlighting lines started with
28854         spaces, added support for it.
28856 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28858         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28859         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28860         complex example in the docstring.
28861         (bibtex-font-lock-url): Use pop.
28863 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28865         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28867         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28869 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28871         * filesets.el (filesets-set-default): Doc fix.
28873 2005-04-03  Lute Kamstra  <lute@gnu.org>
28875         * generic.el (define-generic-mode): Add argument to specify
28876         keywords for defcustom.
28877         (default-generic-mode): Specify :group.
28879         * generic-x.el: Specify :group for all generic modes.
28881         * desktop.el (desktop-no-desktop-file-hook)
28882         (desktop-after-read-hook): Doc fix.
28884 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
28886         * simple.el (visible-mode): Use explicit :group keyword.
28887         This changes the group of `visible-mode-hook' from paren-blinking
28888         to editing-basics.
28890 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
28892         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
28893         mailbox specifications as well as URLs.
28894         (rmail-insert-inbox-text): Remove unused conditional branches.
28896 2005-04-01  Jay Belanger  <belanger@truman.edu>
28898         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
28899         (calc-gnuplot-print-command): Move definitions to calc.el.
28901         * calc/calc-embed.el (calc-embedded-announce-formula)
28902         (calc-embedded-open-formula, calc-embedded-close-formula)
28903         (calc-embedded-open-word, calc-embedded-close-word)
28904         (calc-embedded-open-plain, calc-embedded-close-plain)
28905         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
28906         (calc-embedded-open-mode, calc-embedded-close-mode):
28907         Move definitions to calc.el.
28909         * calc/calc.el (calc-settings-file, calc-language-alist):
28910         Make customizable.
28911         (calc-embedded-announce-formula, calc-embedded-open-formula)
28912         (calc-embedded-close-formula, calc-embedded-open-word)
28913         (calc-embedded-close-word, calc-embedded-open-plain)
28914         (calc-embedded-close-plain, calc-embedded-open-new-formula)
28915         (calc-embedded-close-new-formula, calc-embedded-open-mode)
28916         (calc-embedded-close-mode, calc-gnuplot-name)
28917         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
28918         from other files and make customizable.
28920 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28922         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
28923         Use buffer-live-p.
28924         (cvs-mode-run): Don't call cvs-update-header here.
28925         (cvs-run-process): Call cvs-update-header.
28926         Use process properties for cvs-postprocess and cvs-buffer so that
28927         the sentinel can behave better if the temp buffer is killed.
28928         Use a pipe rather than a tty, to better handle unexpected prompts.
28929         (cvs-sentinel): Rewrite.  Call cvs-update-header.
28931 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
28933         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
28934         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
28936 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28938         * generic.el (define-generic-mode): Add indentation rule.
28940 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
28942         * files.el (mode-require-final-newline): Make Custom correctly
28943         report a nil value and allow to set it to nil via Custom.
28944         Doc fix.
28946 2005-04-01  Kenichi Handa  <handa@m17n.org>
28948         * international/characters.el: Enable the correct case setting for
28949         dotless-i and dotted-I.
28951 2005-04-01  Kim F. Storm  <storm@cua.dk>
28953         * ido.el (ido-file-internal): Fall back to non-ido command if
28954         initial directory is on slow ftp (or tramp) host.
28956 2005-03-31  Richard M. Stallman  <rms@gnu.org>
28958         * emacs-lisp/autoload.el (make-autoload):
28959         Handle define-global-minor-mode.
28961         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28962         Rename from easy-mmode-define-global-mode.
28963         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
28965         * progmodes/scheme.el (scheme-mode-syntax-table):
28966         Update syntax of | and # for two-character comment syntax.
28968 2005-03-31  Lute Kamstra  <lute@gnu.org>
28970         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
28971         (define-minor-mode): Call custom-current-group at load-time.
28973         * generic.el (define-generic-mode): Add debug declaration.
28974         Add defcustom for the mode hook.
28975         (generic-mode-internal): Use run-mode-hooks.
28977 2005-03-31  Kim F. Storm  <storm@cua.dk>
28979         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
28980         (mouse-fixup-help-message): New defun called by show_help_echo
28981         to fixup mouse-2 prefix in help messages when applicable.
28983         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
28985 2005-03-31  Kenichi Handa  <handa@m17n.org>
28987         * language/thai-word.el (thai-find-word-ends): Pay attention to
28988         the case that we reach the end of buffer.
28990         * textmodes/fill.el (fill-text-properties-at): New function.
28991         (fill-newline): Use fill-text-properties-at instead of
28992         text-properties-at.
28994 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
28996         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
28997         not comint-quote-filename.
28999 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
29001         * help-fns.el (help-with-tutorial): Revert last change.
29003 2005-03-31  Kim F. Storm  <storm@cua.dk>
29005         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29007 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29009         * calendar/cal-china.el: Update reference to "Calendrical
29010         Calculations" book; there's a new edition.
29011         * calendar/cal-coptic.el: Likewise.
29012         * calendar/cal-french.el: Likewise.
29013         * calendar/cal-hebrew.el: Likewise.
29014         * calendar/cal-islam.el: Likewise.
29015         * calendar/cal-iso.el: Likewise.
29016         * calendar/cal-julian.el: Likewise.
29017         * calendar/cal-mayan.el: Likewise.
29018         * calendar/cal-persia.el: Likewise.
29019         * calendar/calendar.el: Likewise.
29020         * calendar/holidays.el: Likewise.
29021         * calendar/lunar.el: Likewise.
29022         * calendar/solar.el: Likewise.
29024         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29025         white space from doc string.
29027 2005-03-30  Jay Belanger  <belanger@truman.edu>
29029         * calc/calc-help.el (calc-full-help): Remove email address.
29031 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
29033         * help-fns.el (help-with-tutorial): Delete title line.
29035 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29037         * calendar/cal-x.el (calendar-one-frame-setup)
29038         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29039         rather than `symbol' for set-window-dedicated-p.
29041         * calendar/appt.el (appt-buffer-name): Make it a constant.
29042         (appt-add): Doc fix.
29044         * filesets.el (filesets-menu-path, filesets-menu-before)
29045         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
29046         (filesets-menu-cache-file): Use directory ~/.emacs.d.
29047         (filesets-add-submenu): Delete and use add-submenu instead.
29049 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
29051         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29052         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29053         (org-diary-default-entry): New function.
29054         (org-get-entries-from-diary): Better parsing of diary entries.
29055         (org-agenda-check-no-diary): New function.
29056         ("diary-lib"): Advice to function `add-to-diary-list', to allow
29057         linking to diary entries.
29058         (org-agenda-execute-calendar-command): New function.
29059         (org-agenda): Improve visible section in window.
29060         Use `org-fit-agenda-window'.
29061         (org-fit-agenda-window): New option.
29062         (org-move-subtree-down): Better handling of empty lines
29063         at end of subtree.
29064         (org-cycle): Numeric prefix is interpreted now as show-subtree N
29065         levels up.
29066         (org-fontify-done-headline): New option.
29067         (org-headline-done-face): New face.
29068         (org-set-font-lock-defaults): Use `org-headline-done-face'.
29069         (org-table-copy-down): Rename from `org-table-copy-from-above'.
29070         When current field is non-empty, it is copied to next row.
29071         (org-table-copy-from-above): Fix bug which made it
29072         impossible to copy fields containing only a single non-white character.
29074 2005-03-30  Kim F. Storm  <storm@cua.dk>
29076         * kmacro.el (kmacro-end-macro): Isearch may store this command
29077         into the macro -- so ignore it when executing keyboard macro.
29079 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29081         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29083 2005-03-29  Kenichi Handa  <handa@m17n.org>
29085         * language/thai.el ("Thai"): Set setup-function and exit-function
29086         for Thai language environment.
29088         * language/thai-util.el: Require thai-word.
29089         (thai-word-mode-map): New variable.
29090         (thai-word-mode): New minor mode.
29091         (setup-thai-language-environment-internal): New function.
29092         (exit-thai-language-environment-internal): New function.
29094         * language/thai-word.el (thai-word-table): Declare it by defvar,
29095         use dolist to initialize it.
29096         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29097         (thai-fill-find-break-point): New functions.
29099 2005-03-29  Richard M. Stallman  <rms@gnu.org>
29101         * simple.el (idle-update-delay): Move definition up.
29102         (set-mark): Doc fix.
29104 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
29106         * longlines.el: New file.
29108         * simple.el (buffer-substring-filters): New variable.
29109         (filter-buffer-substring): New function.
29110         (kill-region, copy-region-as-kill): Use it.
29112         * register.el (copy-to-register, append-to-register)
29113         (prepend-to-register): Use filter-buffer-substring.
29115 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29117         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29118         (gud-filter-pending-text): Move in front of gdb.
29119         (gud-overlay-arrow-position): New variable.
29120         (gud-sentinel, gud-display-line): Use it in place of
29121         overlay-arrow-position.
29123 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
29125         * progmodes/fortran.el (fortran-if-indent): Doc fix.
29126         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29127         (fortran-font-lock-keywords-4): New variable.
29128         (fortran-blocks-re, fortran-end-block-re)
29129         (fortran-start-block-re): New constants, for hideshow.
29130         (hs-special-modes-alist): Add a Fortran entry.
29131         (fortran-mode-map): Bind fortran-end-of-block,
29132         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29133         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
29134         (fortran-looking-at-if-then, fortran-end-of-block)
29135         (fortran-beginning-of-block): New functions, for hideshow.
29137         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29138         Doc fix.  Tweak regexp.
29139         (f90-beginning-of-block): Push mark first.
29141 2005-03-29  Jay Belanger  <belanger@truman.edu>
29143         * calc/calc.el: Update copyright date.
29144         (calc-version): Increase to 2.1.
29145         (calc-version-date): Remove.
29147         * calc/calc-help.el: Update copyright date.
29148         (calc-full-help): Remove reference to calc-version-date.
29149         Update copyright date.
29151 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29153         * vc.el (vc-do-command): Use a pipe for async processes, so password
29154         prompts don't show up at places where the user can't reply.
29156 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29158         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29159         on the file name we pass to the inferior shell.
29161 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29163         * progmodes/which-func.el (which-function): Be robust in the face of an
29164         imenu--make-index-alist failure.
29166 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29168         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29170         * progmodes/python.el (python-preoutput-filter): Fix last change.
29172 2005-03-29  Lute Kamstra  <lute@gnu.org>
29174         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29175         functions and compiled macros.
29176         (debug-convert-byte-code): Handle macros too.
29177         (debug-on-entry-1): Don't signal an error when trying to clear a
29178         function that is not set to debug on entry.
29180 2005-03-29  Jay Belanger  <belanger@truman.edu>
29182         * calc/calc-lang.el: Add functions to math-function-table
29183         properties of tex and math.
29185 2005-03-29  Kenichi Handa  <handa@m17n.org>
29187         * ps-mule.el (ps-mule-plot-string): Translate characters by
29188         ps-print-translation-table.
29189         (ps-mule-begin-job): Call find-charset-region/string with
29190         ps-print-translation-table.
29191         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29193         * ps-print.el (ps-print-translation-table): New variable.
29194         (ps-plot-region): Translate characters by ps-print-translation-table.
29196 2005-03-29  Juri Linkov  <juri@jurta.org>
29198         * simple.el (next-error-highlight-timer): New variable.
29200         * progmodes/compile.el (compilation-goto-locus):
29201         Use `next-error-highlight-timer' instead of `sit-for'.
29203 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29205         * mail/supercite.el (sc-mail-field): Use assoc-string.
29206         (sc-get-address): Simplify regexps.
29208         * files.el (minibuffer-with-setup-hook): New macro.
29209         (find-file-read-args): Use it to avoid let-binding
29210         minibuffer-with-setup-hook (which breaks turning on/off
29211         file-name-shadow-mode while in the prompt).
29213         * complete.el (PC-read-include-file-name-internal):
29214         Use test-completion.
29216 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
29218         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29220 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29222         * window.el (window-buffer-height): Use count-screen-lines.
29224         * progmodes/python.el (python-preoutput-leftover): New var.
29225         (python-preoutput-filter): Use it.
29226         (python-send-receive): Loop until all the result has been received.
29228 2005-03-28  Juri Linkov  <juri@jurta.org>
29230         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29232         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29233         "Recover Crashed Session".
29234         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29235         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29236         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29237         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29238         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29239         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29240         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29241         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29243         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29244         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29245         Ediff Sessions", "Toggle use of separate control buffer frame",
29246         "Use separate frame for Ediff control buffer".
29248         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29249         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29250         "Rename Bookmark", "Delete Bookmark".
29252         * info.el (Info-mode-menu): Remove ellipsis from "Index".
29253         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29254         Add `:active Info-index-alternatives' to "Next Matching Item".
29256         * wdired.el (wdired-change-to-wdired-mode):
29257         Mention `wdired-abort-changes' key in the initial message.
29259         * international/mule.el (auto-coding-alist): Associate non-ascii
29260         image filename extensions with `no-conversion'.
29262 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29264         * international/iso-acc.el:
29265         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29267 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
29269         * textmodes/sgml-mode.el (html-mode): Doc update.
29271         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29273 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
29275         * term.el (term-move-columns): Fix face after extending a line.
29276         (term-insert-spaces): Likewise.
29277         (term-reset-terminal): Fix off by one error.
29279 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29281         * international/mule.el (auto-coding-alist): Add .xpi files.
29283         * files.el (auto-mode-alist): Add .xpi files.
29285 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
29287         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29289 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29291         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29293 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
29295         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29296         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
29298         * calendar/cal-move.el (calendar-beginning-of-year): Move the
29299         cursor to Jan 1 when needed.
29300         (calendar-end-of-year): Fix -/+ typo.
29301         Reported by Chong Yidong <cyd@stupidchicken.com>.
29303 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29305         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29307         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29308         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
29310 2005-03-25  Richard M. Stallman  <rms@gnu.org>
29312         * filesets.el (filesets-init): Add autoload.
29314         * mail/mailalias.el (mail-directory): Doc fix.
29316 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29318         * mail/mailalias.el (mail-directory-process): Do nothing if
29319         mail-directory-process is an atom.
29320         (mail-get-names): Ignore mail-directory-names if it is an atom.
29321         (mail-directory-process defvar): Doc fix.
29322         (mail-names): Doc fix.
29324 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
29326         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29328 2005-03-26  Kenichi Handa  <handa@m17n.org>
29330         * international/mule-util.el (detect-coding-with-priority):
29331         Call update-coding-systems-internal before detect-coding-region.
29333 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
29335         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29336         (gdb-frames-mode-map): Add follow-link property.
29338 2005-03-25  Jay Belanger  <belanger@truman.edu>
29340         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29341         for variables.
29343 2005-03-25  Juri Linkov  <juri@jurta.org>
29345         * image-mode.el: Optimize image filename extension regexps in
29346         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
29347         in `auto-mode-alist'.
29348         (image-mode): Add `image-toggle-display-text' to local hook
29349         `change-major-mode-hook'.  Display the image as an image by
29350         default.  Set `cursor-type' and `truncate-lines' if the image
29351         is already displayed.  Take into account the current mode (image
29352         or text) in message.
29353         (image-minor-mode): New minor mode.
29354         (image-mode-maybe, image-toggle-display-text): New functions.
29355         (image-toggle-display): Use called-interactively-p.
29356         Let-bind `inhibit-read-only' to t.
29358         * image-mode.el (image-minor-mode): Set `cursor-type' and
29359         `truncate-lines' if the image is already displayed.  Add turning
29360         image-minor-mode off to `change-major-mode-hook'.  Add message.
29361         Call `image-toggle-display-text' after turning image-minor-mode off.
29363 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29365         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29366         Terminal.app, use utf-8.
29367         (set-display-table-and-terminal-coding-system): Add coding-system arg.
29368         (set-locale-environment): Use it.
29370         * term/xterm.el: Undo last change, better done in mule-cmds.el.
29372         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29374         * progmodes/python.el (python-close-block-statement-p)
29375         (python-outdent-p, python-current-defun): Use symbol-end.
29377 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
29379         * files.el (save-some-buffers): Doc fix.
29381 2005-03-25  Werner Lemberg  <wl@gnu.org>
29383         * complete.el, thumbs.el: Replace `legal' with `valid'.
29384         * calendar/calendar.el: Replace `legal' with `valid'.
29385         * emacs-lisp/advice.el: Replace `legal' with `valid'.
29386         * mail/supercite.el: Replace `legal' with `valid'.
29387         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29388         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29389         Replace `legal' with `valid'.
29390         * textmodes/reftex-vars.el, textmodes/reftex.el:
29391         Replace `legal' with `valid'.
29393 2005-03-25  Werner Lemberg  <wl@gnu.org>
29395         * calc/calc-forms.el, calc/calc-sel.el
29396         * midnight.el, vc-cvs.el
29397         * emacs-lisp/cl-macs.el
29398         * emulation/vip.el
29399         * eshell/esh-io.el, eshell/esh-var.el
29400         * mail/supercite.el
29401         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29402         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29403         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29404         * progmodes/sh-script.el, progmodes/xscheme.el
29405         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29406         * textmodes/reftex-index.el, textmodes/reftex-parse.el
29407         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29408         * textmodes/reftex.el, textmodes/org.el:
29409         Replace `illegal' with `invalid'.
29411 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29413         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29414         (flymake-find-buildfile, flymake-find-possible-master-files)
29415         (flymake-check-include, flymake-parse-line): Replace loops over the
29416         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29418         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29419         Substitute file-name-as-directory in the rest of the file.
29420         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29421         (flymake-replace-region): Remove unused arg `buffer'.
29422         (flymake-check-patch-master-file-buffer): Update calls to it.
29423         (flymake-add-err-info): Remove unused var `count'.
29424         (flymake-mode): Use define-minor-mode.
29426         * progmodes/flymake.el: Use with-current-buffer.
29427         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29428         flymake-replace-regexp-in-string, flymake-line-beginning-position)
29429         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29430         Avoid testing for `xemacs'.
29431         (flymake-nop): Move.
29432         (flymake-region-has-flymake-overlays): Return the computed value.
29433         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29434         Remove unused var `endline'.
29435         (flymake-get-line-count): Remove unused function.
29436         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29438         * emulation/vi.el:
29439         * generic.el:
29440         * hilit-chg.el (global-highlight-changes):
29441         * hi-lock.el (hi-lock-mode):
29442         * follow.el: find-file-hooks -> find-file-hook.
29444         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29446 2005-03-24  Juri Linkov  <juri@jurta.org>
29448         * dired.el (dired-mode-map): Add menu item "Compare directories"
29449         for dired-compare-directories.
29451         * dired-aux.el (dired-compare-directories): Add autoload cookie.
29452         Doc fix.  Replace `read-file-name' with `read-directory-name'.
29454 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29456         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29458 2005-03-24  Jay Belanger  <belanger@truman.edu>
29460         * calc/calc-embed.el (calc-embedded-mode-change): Save all
29461         relevant mode settings in calc-embedded-original-modes when modes
29462         are permanently changed.
29464 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29466         * autoinsert.el: find-file-hooks -> find-file-hook.
29468 2005-03-24  Lute Kamstra  <lute@gnu.org>
29470         * generic.el (generic-font-lock-defaults): Make it obsolete.
29471         (generic-font-lock-keywords): New variable to replace
29472         generic-font-lock-defaults.
29473         (generic-mode-set-font-lock): Delete it.
29474         (generic-mode-internal): Don't call generic-mode-set-font-lock.
29475         (generic-bracket-support): Add docstring.
29477         * generic-x.el: Rename generic-font-lock-defaults to
29478         generic-font-lock-keywords throughout.
29479         (mailagent-rules-setup-function): Delete it.
29480         (mailagent-rules-generic-mode): Use anonymous function instead.
29481         (show-tabs-generic-mode-font-lock-defaults-1)
29482         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29483         Quote faces.
29484         (show-tabs-tab-face, show-tabs-space-face): Specify background,
29485         not foreground.
29487         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29488         Recognize define-generic-mode.
29490 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29492         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29493         if there's no completion table.
29495 2005-03-23  Miles Bader  <miles@gnu.org>
29497         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29498         Remove tty-specific variants, as they're no longer needed.
29500 2005-03-23  Lute Kamstra  <lute@gnu.org>
29502         * generic-x.el: Code cleanup: make args constant whenever possible.
29503         (installshield-statement-keyword-list)
29504         (installshield-system-functions-list)
29505         (installshield-system-variables-list, installshield-types-list)
29506         (installshield-funarg-constants-list): Make them constants.
29508         * generic.el (generic-make-keywords-list): Add autoload cookie.
29510         * calendar/time-date.el: Add comment on time value formats.
29511         Don't require parse-time.
29512         (with-decoded-time-value): New macro.
29513         (encode-time-value): New function.
29514         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
29515         (days-to-time): Return a valid time value when arg is huge.
29516         (time-since): Use time-subtract.
29517         (time-to-number-of-days): Use time-to-seconds.
29519 2005-03-23  David Ponce  <david@dponce.com>
29521         * recentf.el (recentf-keep): New option.
29522         (recentf-menu-action): Default to `find-file'.
29523         (recentf-keep-non-readable-files-flag)
29524         (recentf-keep-non-readable-files-p)
29525         (recentf-file-readable-p, recentf-find-file)
29526         (recentf-cleanup-remote): Remove.
29527         (recentf-include-p): More robust.
29528         (recentf-keep-p): New function.
29529         (recentf-remove-if-non-kept): Rename from
29530         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
29531         All callers updated.
29532         (recentf-menu-items-for-commands): Fix help string.
29533         (recentf-track-closed-file): Update.  Doc fix.
29534         (recentf-cleanup): Update.  Count removed files.  Doc fix.
29536 2005-03-23  Kim F. Storm  <storm@cua.dk>
29538         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29539         Don't inherit from fringe face (now happens automatically).
29541 2005-03-22  Kim F. Storm  <storm@cua.dk>
29543         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
29544         position values.
29546 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29548         * menu-bar.el (showhide-date-time): Remove.
29549         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
29550         (menu-bar-make-mm-toggle): Simplify.
29552 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29554         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
29555         Accept qualified variable and function names.
29557 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
29559         * bindings.el (completion-ignored-extensions):
29560         Remove ".lis" for `vax-vms'.
29562 2005-03-22  Andreas Schwab  <schwab@suse.de>
29564         * generic-x.el: Revert last change.
29565         * ldefs-boot.el: Update.
29567 2005-03-22  Jay Belanger  <belanger@truman.edu>
29569         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
29570         (calc-embedded-save-original-modes)
29571         (calc-embedded-restore-original-modes): New functions.
29572         (calc-do-embedded): Save original modes when entering embedded mode
29573         and restore when leaving embedded mode.
29574         (calc-embedded-modes-change): Change the value of
29575         calc-embedded-original-modes to reflect permanent changes.
29577 2005-03-22  Lute Kamstra  <lute@gnu.org>
29579         * generic-x.el: Require generic again.
29581 2005-03-22  Miles Bader  <miles@gnu.org>
29583         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29584         Tweak details to look good on both ttys and bitmap displays, light
29585         or dark background, etc.
29587 2005-03-21  Kim F. Storm  <storm@cua.dk>
29589         * tooltip.el (tooltip-show-help-function): Check car and cdr of
29590         mouse position.
29592 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29594         * icomplete.el: Don't forcibly turn on the mode upon load.
29595         (icomplete-mode): Use define-minor-mode.
29596         (icomplete-eoinput): Default to nil.
29597         (icomplete-minibuffer-setup): Remove autoload.
29598         (icomplete-tidy): Simplify.
29599         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
29600         in the initial state or if the user has modified the field.
29601         Fix handling of icomplete-max-delay-chars.
29602         Remove code that handles the oddball case where
29603         minibuffer-completion-table is an integer.
29604         Wrap icomplete-completions in while-no-input in case building
29605         completions takes more time than expected.
29606         (icomplete-completions): Simplify.
29608 2005-03-21  Richard M. Stallman  <rms@gnu.org>
29610         * jka-compr.el (jka-compr-really-do-compress):
29611         Make variable buffer-local.
29613         * image-mode.el: Handle .xpm files too.
29614         (image-toggle-display): Preserve modification flag.
29616         * help.el (where-is): Don't mention aliases with no key bindings.
29618 2005-03-21  Lute Kamstra  <lute@gnu.org>
29620         * generic.el: Fix commentary section.  Don't require cl for
29621         compilation.
29622         (generic-mode-list): Add autoload cookie.
29623         (generic-use-find-file-hook, generic-lines-to-scan)
29624         (generic-find-file-regexp, generic-ignore-files-regexp)
29625         (generic-mode, generic-mode-find-file-hook)
29626         (generic-mode-ini-file-find-file-hook): Fix docstrings.
29627         (define-generic-mode): Make it a defmacro.  Fix docstring.
29628         (generic-mode-internal): Code cleanup.  Add autoload cookie.
29629         (generic-mode-set-comments): Code cleanup.
29630         * generic-x.el: Don't prevent compilation.  Don't require generic.
29631         Follow coding conventions.  Minor code cleanup.
29632         (etc-fstab-generic-mode): Add some keywords.
29633         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
29634         define-generic-mode like a function declaration.
29636 2005-03-21  Jay Belanger  <belanger@truman.edu>
29638         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
29639         changing modes.
29641 2005-03-21  Sam Steingold  <sds@gnu.org>
29643         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
29645 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
29647         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
29648         Add underscore to "f$ lexicals" regexp.
29650 2005-03-20  Juri Linkov  <juri@jurta.org>
29652         * subr.el (progress-reporter-do-update): When `min-value' is equal
29653         to `max-value', set `percentage' to 0 and prevent division by zero.
29655 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
29657         Sync with Tramp 2.0.48.
29659         * net/tramp.el (all): Change all addresses to .gnu.org.
29660         (tramp-append-tramp-buffers): New defun.
29661         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
29662         Catch `dont-send' signal.
29663         (tramp-set-auto-save-file-modes): Set always permissions, because
29664         there might be an old auto-saved file belonging to another
29665         original file.  This could be a security threat.  Reported by
29666         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
29667         Check for Emacs 21.3.50 removed.
29669         * net/tramp-smb.el (all): Remove debug construct for
29670         `with-parsed-tramp-file-name'.
29671         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
29672         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
29673         No error message if DIRECTORY or FILENAME doesn't exist.
29674         (tramp-smb-open-connection): Check existence of
29675         `tramp-smb-program'.
29677 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29679         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
29680         Properly handle the case where the `m' or `s' command's argument is not
29681         yet terminated.
29682         (perl-indent-new-calculate): New function.
29683         (perl-indent-line): Use it.
29685 2005-03-20  Miles Bader  <miles@gnu.org>
29687         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
29688         in text-mode too.  Change to new face names.
29689         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
29690         Add `:weight bold' attribute.
29691         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
29693 2005-03-19  Juri Linkov  <juri@jurta.org>
29695         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
29697         * international/mule.el (auto-coding-alist): Sync with
29698         `auto-mode-alist' by adding upper case archive file extensions
29699         and adding ear/war to jar extension.
29701 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
29703         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
29704         running, restart it.
29706 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
29708         * finder.el (finder-current-item): Throw an error on an empty line.
29710         * man.el (Man-follow-manual-reference): If current-word returns
29711         nil, use "".
29713 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
29715         * simple.el (goto-line): Doc fix.
29717 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
29719         * files.el (save-buffer): Doc fix.
29721 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
29723         * recentf.el (recentf-cleanup-remote): New variable.
29724         (recentf-cleanup): Use it to conditionally check availability of
29725         remote files.
29727 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
29729         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
29730         function names.
29732 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29734         * language/thai-word.el: New file.
29736 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29738         * files.el (backup-buffer): If the file's directory is not
29739         writable, use copy instead of move to backup the file.
29741 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29743         * obsolete/keyswap.el: Moved to obsolete/ from term/.
29745 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29747         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
29748         Use functionp instead of symbolp and fboundp.  Reported by Drkm
29749         <darkman_spam@yahoo.fr>.
29750         (ps-print-version): New version 6.6.6.
29752 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
29754         * textmodes/table.el (table--line-column-position): New idiom.
29755         (table--row-column-insertion-point-p): New function to test
29756         validity of row and column insertion operation at a location.
29757         (table-global-menu, table-cell-menu): Use above functions for
29758         deterministic test operation.
29759         (table--editable-cell-p): Behave in deterministic fashion.
29761 2005-03-18  Juri Linkov  <juri@jurta.org>
29763         * isearch.el (isearch-lazy-highlight-new-loop):
29764         Make arguments beg and end optional.
29765         (isearch-update): Remove optional arguments nil from
29766         isearch-lazy-highlight-new-loop.
29767         (isearch-lazy-highlight-search): Let-bind case-fold-search to
29768         isearch-lazy-highlight-case-fold-search instead of
29769         isearch-case-fold-search, and let-bind isearch-regexp to
29770         isearch-lazy-highlight-regexp.
29771         Use isearch-lazy-highlight-last-string instead of isearch-string.
29773         * replace.el (perform-replace): Remove bindings of global
29774         variables isearch-string, isearch-regexp, isearch-case-fold-search.
29775         Add three new arguments to `replace-highlight'.
29776         (replace-highlight): Add arguments string, regexp, case-fold.
29777         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
29778         to allow isearch-lazy-highlight-new-loop to use these values
29779         to set corresponding isearch-lazy-highlight-* internal
29780         variables whose values lazy highlighting will use regardless of
29781         changes to global variables isearch-string, isearch-regexp,
29782         isearch-case-fold-search during lazy highlighting loop.
29783         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
29784         to `lazy-highlight-cleanup'.
29786         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
29787         (ispell-highlight-face): Set default face to `isearch' when
29788         lazy highlighting is enabled.
29789         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
29790         priority to 1.  Add lazy highlighting.
29791         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
29792         from `isearch-dehighlight'.
29794 2005-03-18  David Ponce  <david@dponce.com>
29796         * files.el (hack-local-variables): Do a case-insensitive search
29797         for End.
29799 2005-03-18  Juri Linkov  <juri@jurta.org>
29801         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
29802         `isearch-lazy-highlight-cleanup', add alias to old name and
29803         declare obsolete.  Add release numbers to other obsolete vars.
29804         (isearch-done, isearch-lazy-highlight-new-loop):
29805         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
29806         (lazy-highlight-cleanup) <variable>: Doc fix.
29807         (isearch-lazy-highlight-update): Rename obsolete
29808         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
29810 2005-03-18  Kenichi Handa  <handa@m17n.org>
29812         * language/thai-util.el: Fix categorization of Thai characters in
29813         thai-category-table.
29814         (thai-composition-pattern): Adjust it for the above change.
29815         (thai-self-insert-command, thai-compose-syllable): New functions.
29816         (thai-compose-region): Use thai-compose-syllable.
29817         (thai-compose-string): Likewise.
29818         (thai-composition-function): Likewise.
29819         (thai-auto-composition): New function.
29820         (thai-auto-composition-mode): New minor mode.
29822         * language/thai.el: Fix patterns to be registered in
29823         composition-function-table.
29825         * international/quail.el (quail-input-method): Locally bind
29826         inhibit-modification-hooks to t.
29828 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29830         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29831         (perl-mode): Use run-mode-hooks.
29833         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29834         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29835         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29837         * mail/sendmail.el (sendmail-send-it): Reenable the code
29838         to compute resend-to-address and use it.
29840         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29842         * image-mode.el: New file.
29844         * image.el (insert-sliced-image): Add autoload cookie.
29846         * font-lock.el (font-lock-lines-before): New user option.
29847         (font-lock-after-change-function): Obey it.
29849         * bindings.el (esc-map): Make M-g a prefix.
29850         Bind M-g g and M-g M-g to goto-line.
29852         * faces.el (face-id): Doc fix.
29854 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29856         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29857         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29858         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29860         * mail/sendmail.el (mail-yank-ignored-headers)
29861         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29862         Add Mail-Followup-To and Mail-Reply-To headers.
29863         (mail-citation-hook): Add autoload cookie.
29864         (mail-mode): Doc fix.
29865         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29866         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29867         (mail-mode-fill-paragraph): Handle those headers.
29868         (mail-mailing-lists): New variable.
29869         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29871 2005-03-17  Juri Linkov  <juri@jurta.org>
29873         * isearch.el (isearch-fallback): Check for `(car previous)'
29874         before calling `isearch-other-end-state'.
29876 2005-03-17  Kim F. Storm  <storm@cua.dk>
29878         * simple.el (move-beginning-of-line): Move to beginning of buffer
29879         line, as well as beginning of screen line.
29881 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
29883         * calendar/diary-lib.el (mark-diary-entries): Use new optional
29884         argument REDRAW rather than calendar-redrawing variable.
29885         * calendar/calendar.el (calendar-redrawing): Delete.
29886         (redraw-calendar): Do not bind calendar-redrawing.
29888 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
29890         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
29891         diary-file buffer.
29893 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29895         * help.el (describe-mode): Allow a :minor-mode-function property to
29896         specify a different minor mode toggle function than the variable.
29897         * simple.el (auto-fill-function):
29898         * subr.el (add-minor-mode): Use it.
29900 2005-03-16  Kenichi Handa  <handa@m17n.org>
29902         * language/ethio-util.el (sera-being-called-by-w3): New variable.
29903         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
29904         (ethio-fidel-to-sera-buffer): Likewise.
29906 2005-03-16  Juri Linkov  <juri@jurta.org>
29908         * emacs-lisp/find-func.el (find-function-regexp):
29909         Add defun-emitting macro `menu-bar-make-toggle'.
29911         * isearch.el: Put `isearch-scroll' property to
29912         `split-window-horizontally'.
29914         * info.el: Update error messages for `debug-ignored-errors'.
29915         (Info-isearch-search): Doc fix.
29916         (Info-find-node): Move up code to go into info buffer before
29917         recording the node to the history.
29918         (Info-fontify-node): Fontify titles only if the next line
29919         has two or more `*', `=', `-', `.'.
29920         Display "go to this node" for empty (match-string 3).
29922 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29924         * term/mac-win.el: Add mouse pointer shape constants.
29926 2005-03-15  Kim F. Storm  <storm@cua.dk>
29928         * simple.el (move-beginning-of-line): Use vertical-motion.
29930 2005-03-15  Juri Linkov  <juri@jurta.org>
29932         * isearch.el (isearch-error): New variable.
29933         (isearch-invalid-regexp, isearch-within-brackets): Remove.
29934         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
29935         (isearch-within-brackets-state): Remove.
29936         (isearch-case-fold-search-state, isearch-pop-fun-state):
29937         Decrease frame index.
29938         (isearch-mode, isearch-top-state, isearch-push-state)
29939         (isearch-edit-string, isearch-abort, isearch-search-and-update)
29940         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
29941         (isearch-search, isearch-lazy-highlight-new-loop):
29942         Replace `isearch-invalid-regexp' with `isearch-error'.
29943         Remove `isearch-within-brackets'.
29944         (isearch-search): Add `search-failed' handler to `condition-case'.
29945         (isearch-lazy-highlight-search): Add `condition-case' to catch
29946         errors and allow `isearch-lazy-highlight-update' to try
29947         highlighting from the beginning of the window.
29948         (isearch-repeat): Move up code to set isearch-wrapped to t
29949         before calling isearch-wrap-function.
29951         * info.el (Info-isearch-initial-node): New internal variable.
29952         (Info-search): Signal an error in isearch mode when search leaves
29953         the initial node.  Signal an error when `bound' is non-nil and
29954         nothing was found in the current subfile.
29955         (Info-isearch-search): Remove `condition-case'.
29956         (Info-isearch-wrap): Don't wrap when search failed during leaving
29957         the initial node.  If `Info-isearch-search' is nil, wrap around
29958         the current node.
29959         (Info-isearch-start): New fun.
29960         (Info-mode): Add buffer-local hook `Info-isearch-start' to
29961         `isearch-mode-hook'.
29963 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29965         * simple.el (normal-erase-is-backspace): Set default to t if
29966         running on Mac.
29968         * term/mac-win.el (function-key-map): Sync with x-win.el.
29970 2005-03-15  Kenichi Handa  <handa@m17n.org>
29972         * international/mule-cmds.el (locale-language-names): Modify the
29973         format of elements and add more entries.
29974         (locale-preferred-coding-systems): Add more entries.
29975         (set-locale-environment): Adjust for the change of
29976         locale-language-names.
29978 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
29980         * pcvs.el (smerge-ediff): Remove bogus autoload.
29982 2005-03-14  Lute Kamstra  <lute@gnu.org>
29984         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
29985         Ignore a `*' at the beginning of a line.
29987         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
29988         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
29989         subr.el.
29990         (dont-compile, eval-when-compile, eval-and-compile): Use declare
29991         to specify indentation.
29993         * generic.el (define-generic-mode): Let generic-mode-list be a
29994         list of strings; test membership with equal.
29996 2005-03-14  Kim F. Storm  <storm@cua.dk>
29998         * simple.el (next-line, previous-line): Add optional try-vscroll
29999         arg to recognize interactive use.  Pass it on to line-move.
30000         (line-move): Don't perform auto-window-vscroll when defining or
30001         executing keyboard macro to ensure consistent behavior.
30003 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30005         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30007 2005-03-13  Lute Kamstra  <lute@gnu.org>
30009         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30010         debugger-setup-buffer so that backtrace marks the frames set to
30011         debug-on-exit and we don't have to do it manually.  Set an extra
30012         debug-on-exit for macro's.
30013         (debugger-setup-buffer): Don't mark the top frame manually.
30015 2005-03-12  Lute Kamstra  <lute@gnu.org>
30017         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30018         lisp-indent-function throughout.
30019         (with-no-warnings): Set lisp-indent-function property.
30021 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
30023         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30024         Add entry for backslash.
30026 2005-03-12  Juri Linkov  <juri@jurta.org>
30028         * info.el (Info-search): Four fixes for backward search.
30030 2005-03-11  Jay Belanger  <belanger@truman.edu>
30032         * calc/calc.el (calc-language-alist): New variable.
30033         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30034         (calc-embedded-find-modes): Use calc-language-alist instead of
30035         calc-embedded-language-alist.
30037 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30039         * calendar/calendar.el (calendar-redrawing): New internal
30040         variable.
30041         (redraw-calendar): Remove bogus save-excursion from previous
30042         change.  Bind calendar-redrawing to t for mark-diary-entries.
30043         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30044         calendar if that is why we were called.
30046 2005-03-11  Kenichi Handa  <handa@m17n.org>
30048         * international/mule.el (make-coding-system): Set property
30049         coding-system-define-form to nil.
30050         (define-coding-system-alias): Likewise.
30052 2005-03-11  Kenichi Handa  <handa@m17n.org>
30054         These changes are suggested by Dave Love <fx@gnu.org>.
30056         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30057         coding: tag.
30058         (adaptive-fill-regexp): Add more bullets.
30059         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30060         regexps.
30062 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30064         * help.el (describe-mode): Properly handle non-trivial lighters.
30065         Don't ignore minor modes that are not listed in minor-mode-list.
30067         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30068         feature ON when the user requests to turn it OFF.
30070 2005-03-10  Lute Kamstra  <lute@gnu.org>
30072         * emacs-lisp/debug.el (debug-entry-code): Delete it.
30073         (implement-debug-on-entry): New function to replace debug-entry-code.
30074         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
30075         second argument as the 2005-03-07 change makes it obsolete.
30076         (debug-on-entry, cancel-debug-on-entry): Update call to
30077         debug-on-entry-1.
30078         (debug, debugger-setup-buffer): Comment update.
30079         (debugger-frame-number): Update to work with implement-debug-on-entry.
30081 2005-03-10  Jay Belanger  <belanger@truman.edu>
30083         * calc/calc-embed.el (math-ms-args): Declare it.
30084         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30085         math-ms-args.
30086         (calc-embedded-subst): Use math-multi-subst-rec to substitute
30087         variables.
30089 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
30091         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30092         Use message-box.
30094         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30095         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30096         (tooltip-gud-tips): Simplify.
30097         (tooltip-gud-tips-p): Remove superfluous :set.
30098         (tooltip-gud-modes): Add fortran-mode.
30099         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30101         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30103 2005-03-09  Kim F. Storm  <storm@cua.dk>
30105         * play/animate.el (animate-place-char): Use forward-line instead
30106         of next-line to improve performance.
30108 2005-03-09  Simon Josefsson  <jas@extundo.com>
30110         * net/browse-url.el (browse-url-default-browser): Doc fix.
30112 2005-03-09  Miles Bader  <miles@gnu.org>
30114         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30115         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30117 2005-03-09  Kenichi Handa  <handa@m17n.org>
30119         * international/latin-1.el: Set case and syntax for 255 only if
30120         set-case-syntax-set-multibyte is nil.
30122         * textmodes/ispell.el (ispell-insert-word): New function.
30123         (ispell-word): Use ispell-insert-word to insert a new word.
30124         (ispell-process-line): Likewise.
30125         (ispell-complete-word): Likewise.
30127 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
30129         * calendar/calendar.el (redraw-calendar): Preserve point.
30130         Reported by Matt Hodges <MPHodges@member.fsf.org>.
30131         (calendar-week-start-day): Move after definition of
30132         redraw-calendar.  Delete buffer test, since redraw-calendar has
30133         that now.
30135         * calendar/diary-lib.el (mark-diary-entries): Only call
30136         redraw-calendar in the first of any recursive calls.
30137         Reported by Alan Shutko <ats@acm.org>.
30139 2005-03-08  Juri Linkov  <juri@jurta.org>
30141         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30142         (html-horizontal-rule, html-line, html-image, html-checkboxes)
30143         (html-radio-buttons): Add a space before the trailing `/>' where
30144         sgml-xml-mode is non-nil.
30145         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30146         the subsequent tag of the empty XML tag.
30147         (html-href-anchor): Don't set initial input to "http:".
30148         (html-image): Ask for the image URL and set point inside alt="".
30149         (html-name-anchor): Duplicate the name in the `id' attribute when
30150         sgml-xml-mode is non-nil.
30151         (html-paragraph): Remove \n before <p>.
30152         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30153         instead of `checked' when sgml-xml-mode is non-nil.
30155         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30156         Remove 1 space before #RRGGBB to not truncate it on terminal
30157         windows w/o fringes.  Remove 1 space between bg and fg examples
30158         to get more space.
30159         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30160         avoid byte-compile warnings.
30162         * image-file.el (image-file-handler): Put `safe-magic' property to
30163         `image-file-handler'.
30165         * info.el (Info-isearch-search): Emulate word search in
30166         isearching through multiple Info nodes with Info-search.
30167         (Info-isearch-wrap): Allow isearch-word.
30169 2005-03-08  Lute Kamstra  <lute@gnu.org>
30171         * emacs-lisp/debug.el (debugger-step-through): Make sure that
30172         stepping into the debugger's code is not possible.
30173         (debugger-jumping-flag): Docstring update.
30175 2005-03-08  Jay Belanger  <belanger@truman.edu>
30177         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30178         embedded mode begins.
30179         (calc-embedded-language-alist): New variable.
30180         (calc-embedded-find-modes): Use calc-embedded-language-alist to
30181         set default language mode.
30183 2005-03-08  Kenichi Handa  <handa@m17n.org>
30185         * international/ccl.el (define-ccl-program): Fix docstring about
30186         extra 256 bytes assured for the output buffer.
30188         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30189         Fix BUFFER_MAGNIFICATION to 2.
30190         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30192 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
30194         * align.el (align-rules-list): Added an alignment rule for CSS
30195         declarations (applies to css-mode and html-mode buffers).
30197 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30199         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30201 2005-03-07  Kim F. Storm  <storm@cua.dk>
30203         * simple.el (move-beginning-of-line): New command.
30205         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30207         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30209         * emulation/cua-base.el: Put CUA move property on move-end-of-line
30210         and move-beginning-of-line.
30212         * apropos.el (apropos-print): Omit command from M-x ... RET.
30214 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
30216         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30217         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30219 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30221         * bindings.el (esc-map): Bind M-g to goto-line.
30223         * facemenu.el (global-map): Bind M-o, not M-g.
30225 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30227         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30228         "Open Directory" as for "Open File".
30230 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
30232         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30233         (push-mark-command): Run activate-mark-hook.
30235 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30237         * help-mode.el (help-mode-finish): Don't alter the element
30238         in view-return-to-alist if there already is one.
30240         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30241         make sure the current buffer is the expected one.
30243         * novice.el (disabled-command-function): Output in *Disabled Command*.
30244         Explicitly ignore non-keyboard events, and explicitly handle C-g.
30246         * textmodes/flyspell.el (flyspell-large-region):
30247         Pass args differently for aspell.
30249         * files.el (mode-require-final-newline): Doc fix.
30251 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30253         * progmodes/which-func.el (which-function):
30254         Specify NOERROR when calling imenu--make-index-alist.
30256 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30258         * simple.el (normal-erase-is-backspace): Define default value.
30260         * custom.el (custom-theme-set-variables): Remove unused var
30261         `immediate'.
30262         (custom-reevaluate-setting): Simple function to handle variables
30263         that are defined before their default value can really be
30264         computed.
30266         * startup.el (command-line): Use it for temporary-file-directory,
30267         small-emporary-file-directory, auto-save-file-name-transforms,
30268         blink-cursor-mode, and normal-erase-is-backspace.
30270         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30271         progress, even with buggy anchored keywords.
30273 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
30275         * simple.el (goto-line): Remove unbalanced final parenthesis.
30277 2005-03-05  Richard M. Stallman  <rms@gnu.org>
30279         * simple.el (goto-line): Use a number at point as the default.
30280         With C-u as arg, switch buffers.
30282 2005-03-05  Juri Linkov  <juri@jurta.org>
30284         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30285         with `no-blinking-cursor'.
30287         * startup.el (no-blinking-cursor): New defvar.
30288         (command-line): Add `--no-blinking-cursor' to longopts.
30289         Set `no-blinking-cursor' to t for command line arguments
30290         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
30291         with `no-blinking-cursor' in the condition for calling
30292         `blink-cursor-mode'.
30294 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
30296         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30297         (menu-bar-options-save): Add blink-cursor-mode.
30298         (menu-bar-options-menu): Add blink-cursor-mode.
30300 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
30302         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30303         (icalendar-export-file, icalendar-export-region)
30304         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30305         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30307 2005-03-04  Lute Kamstra  <lute@gnu.org>
30309         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30310         (debug-function-list): Ditto.
30312 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
30314         * textmodes/texinfmt.el (texinfo-append-refill):
30315         Redefine the types of line to which @refill
30316         is not appended by replacing a search for `@refill\\|@bye' with
30317         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
30318         itemize@refill' bug and the unfilled long lines bug.
30319         (texinfmt-version): Update number and date.
30321 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
30323         * international/code-pages.el (windows-1250, windows-125[2-8])
30324         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30326 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30328         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30329         bound yet.
30331 2005-03-02  Romain Francoise  <romain@orebokech.com>
30333         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30334         buffer after removing limits.
30335         (ibuffer-pop-filter): Ditto.
30336         Update copyright.
30338 2005-03-02  Miles Bader  <miles@gnu.org>
30340         * button.el (make-text-button): If the user doesn't specify a
30341         type, use the default.  Rewrite to use `add-text-properties' and
30342         plist functions.
30344 2005-03-01  Lute Kamstra  <lute@gnu.org>
30346         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30347         (debugger-jumping-flag): New var.
30348         (debug-entry-code): Use it.
30349         (debugger-jump): Use debugger-jumping-flag and add
30350         debugger-reenable to post-command-hook.
30351         (debugger-reenable): Use debugger-jumping-flag and remove itself
30352         from post-command-hook.
30353         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30354         debugger-reenable.
30356 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
30358         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30359         inclusion of "itemize\\|", which may be unnecessary, is certainly
30360         inelegant, and stops refilling in itemize lists when formatting
30361         Japanese Texinfo files to Info.
30362         Update copyright to 2005.
30364 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
30366         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30367         of an error if GDB can't find the source file.
30369 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
30371         * calendar/calendar.el (redraw-calendar): Work from any buffer,
30372         not just the calendar.
30374         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30375         first.
30376         (diary-redraw-calendar): New function.
30377         (make-diary-entry): Add diary-redraw-calendar to local
30378         write-contents-functions.  Turn off selective display before
30379         inserting in diary.
30381 2005-03-01  Kim F. Storm  <storm@cua.dk>
30383         * emacs-lisp/copyright.el (copyright-fix-years): New command.
30385 2005-03-01  Lute Kamstra  <lute@gnu.org>
30387         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30388         that debug-entry-code can be safely removed from a function while
30389         this code is being evaluated.  Revert the 2005-02-27 change as the
30390         new implementation no longer requires it.  Make sure that a
30391         function body containing just a string is not mistaken for a docstring.
30392         (debug): Skip one more frame in case of debug on entry.
30393         (debugger-setup-buffer): Delete one more frame line in case of
30394         debug on entry.
30395         (debugger-frame-number): Update to use the new text introduced by
30396         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
30398 2005-02-28  Kim F. Storm  <storm@cua.dk>
30400         * double.el (double-translate-key): Call force-window-update after
30401         read-event to avoid crash in redisplay.
30403 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30405         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30406         (debug): Use it.  Move the inhibit-trace earlier.
30407         (debug-entry-code): New const.
30408         (debug-on-entry-1): Use it.
30410 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
30412         * international/utf-16.el (ccl-encode-mule-utf-16le):
30413         Fix BUFFER_MAGNIFICATION to 2.
30414         (ccl-encode-mule-utf-16be): Likewise.
30416 2005-02-28  Kenichi Handa  <handa@m17n.org>
30418         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30419         Fix BUFFER_MAGNIFICATION to 4.
30420         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30422 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
30424         * speedbar.el (speedbar-update-flag): Doc fix.
30425         (speedbar-show-info-under-mouse): Give set-mouse-position the right
30426         argument.
30428 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30430         * reveal.el (reveal-post-command): Don't try to reveal overlays which
30431         have a non-nil `invisible' property but are actually visible.
30433         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30434         for perldoc sections.
30435         (perl-outline-regexp, perl-outline-level): New var and function.
30436         (perl-mode): Use them.
30438 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
30440         * calendar/diary-lib.el (diary-remind): Discard any mark portion
30441         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30443 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
30445         * cus-edit.el: Comment change.
30446         (custom-buffer-create-internal): Slightly reword text at top of
30447         Custom buffers.  Mention there that saving an option edits the
30448         init file.  Add link to Emacs manual node on `custom-file'.
30449         (custom-magic-alist): Rewrite individual State messages to use
30450         capitalized keywords.  Doc fix.
30452 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
30454         * calendar/calendar.el (calendar-buffer): Move above
30455         calendar-week-start-day.
30456         (calendar-week-start-day): Doc fix.  Add :set function.
30457         (calendar-minimum-window-height): New variable.
30458         (generate-calendar-window): Only resize window if selected-window
30459         is displaying the calendar buffer.  Use new variable
30460         calendar-minimum-window-height.
30461         (generate-calendar): Reword error message.
30462         (calendar-mode-map): Bind DEL to scroll-other-window-down.
30464 2005-02-27  Andreas Schwab  <schwab@suse.de>
30466         * vc.el (vc-do-command): Don't run command asynchronously when
30467         operating in a remote directory.
30469         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30470         change from sync with Tramp 2.0.47.
30472 2005-02-27  Richard M. Stallman  <rms@gnu.org>
30474         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30476         * textmodes/flyspell.el (flyspell-mode-on):
30477         Call ispell-change-dictionary only if necessary.
30479         * emacs-lisp/re-builder.el (regexp-builder): New function.
30481         * register.el (describe-register-1): Explicitly handle
30482         yank-excluded-properties = t.
30484         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30485         (custom-magic-alist): Change the status descriptions again.
30486         (face widget-type): Total rewrite based on `restricted-sexp'
30487         to eliminate the confusing double hiding levels.
30489         * emacs-lisp/debug.el (debug-on-entry-1):
30490         If function body is empty, add nil as body form.
30492 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30494         * emacs-lisp/trace.el (inhibit-trace): New var.
30495         (trace-make-advice): Use it.
30497         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30499 2005-02-26  Kim F. Storm  <storm@cua.dk>
30501         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30502         (mouse-on-link-p, mouse-drag-region-1): Use it.
30504 2005-02-25  Lute Kamstra  <lute@gnu.org>
30506         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30508 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
30510         * frame.el (blink-cursor-mode): Add :group keyword.
30512 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
30514         * calendar/icalendar.el (icalendar--decode-isodatetime):
30515         New optional argument DAY-SHIFT.
30516         (icalendar-export-region): Fix coding-system-for-write.
30517         (icalendar--convert-ical-to-diary): Shift end-day of all-day
30518         events by one.
30520 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30522         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
30524 2005-02-24  Kim F. Storm  <storm@cua.dk>
30526         * international/iso-acc.el (iso-accents-compose): Fix crash
30527         during redisplay.  Call force-window-update after read-event
30528         and delete-region to signal that window is not accurate.
30530 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30532         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
30533         Remove unused and inexistent var `inhibit-trace'.
30534         (debugger-mode): Use run-mode-hooks.
30535         (debugger-list-functions): Add buttons; setup xref stack.
30537 2005-02-23  Richard M. Stallman  <rms@gnu.org>
30539         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
30540         appointment says it was explicitly made.
30541         (appt-add): Set the 3rd element.
30542         (appt-make-list): Preserve explicit appointments.
30544         * subr.el (find-tag-default): Catch errors in forward-sexp.
30546 2005-02-23  Juri Linkov  <juri@jurta.org>
30548         * info.el (Info-isearch-search): New defcustom.
30549         (Info-isearch-search): Call the default isearch function
30550         when Info-isearch-search is nil.
30551         (Info-isearch-wrap): Use variable Info-isearch-search.
30553 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
30555         * cus-edit.el: Comment change.
30557 2005-02-22  Kim F. Storm  <storm@cua.dk>
30559         * progmodes/hideif.el (hide-ifdef-use-define-alist):
30560         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
30562 2005-02-22  Simon Josefsson  <jas@extundo.com>
30564         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
30565         New variable.
30566         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
30567         Oskarsson" <myrkraverk@users.sourceforget.net>.
30569 2005-02-22  Kim F. Storm  <storm@cua.dk>
30571         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
30572         check that window of that event is the selected window.
30573         (mouse-drag-region-1): Compare mouse event window to selected
30574         window before setting point.
30576         * tooltip.el (tooltip-show-help-function): Pass event to
30577         mouse-on-link-p so it can check selected window.
30579 2005-02-22  Kenichi Handa  <handa@m17n.org>
30581         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
30582         (ps-mule-show-warning): New function.
30583         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
30584         characters are found.
30586         * ps-print.el (ps-header-footer-string): Return a list of header
30587         and footer strings.
30589 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
30591         * pcvs.el (cvs-retrieve-revision): Fix thinko.
30593 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30595         * frame.el (blink-cursor-mode): Use define-minor-mode.
30597         * term/mac-win.el (function-key-map): Use char-names more consistently.
30598         (file-name-coding-system): Only set it for MacOS-9.  The other case is
30599         already handled in mule-cmds.el (where it also works when mac-win.el
30600         is not used).
30602 2005-02-21  Kenichi Handa  <handa@m17n.org>
30604         * international/mule.el (ctext-pre-write-conversion): Always use
30605         " *code-converting-work*" buffer for work.
30607         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
30609 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
30611         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
30613 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
30615         * ses.el (undo-more): Restore defadvice, but only the part that
30616         allows changes outside the restricted area of the buffer.
30618 2005-02-20  Kim F. Storm  <storm@cua.dk>
30620         * simple.el (line-move): Add fourth optional arg try-vscroll which
30621         must be set to perform auto-window-vscroll.
30622         When moving backwards and doing auto-window-vscroll, automatically
30623         vscroll to the last part of lines which are taller than the window.
30624         (next-line, previous-line): Set try-vscroll arg on line-move.
30626 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
30628         * replace.el (query-replace, query-replace-regexp)
30629         (replace-string, replace-regexp): When operating on region, make
30630         the minibuffer prompt say so.
30632         * isearch.el (isearch-forward): Document isearch-query-replace and
30633         isearch-query-replace-regexp keybindings.
30635 2005-02-19  Jay Belanger  <belanger@truman.edu>
30637         * calc/calc-aent.el (math-read-token): Add local variable.
30639         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
30640         (calc-edit-top): Move declaration to earlier in file.
30641         (calc-edit-macro-repeats): Add local variables.
30643         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
30644         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
30645         calcFunc-tanh.
30646         Adjust integration rule for calcFunc-tan.
30648 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30650         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
30651         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
30652         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
30653         (viper-skip-separators): Bug fix.
30654         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
30655         particular major mode.
30656         (viper-del-backward-char-in-replace): Don't put deleted char on the
30657         kill ring.
30659         * viper-ex.el (viper-color-display-p): New function.
30660         (viper-has-face-support-p): Use viper-color-display-p.
30662         * viper-keym.el (viper-gnus-modifier-map): New keymap.
30664         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
30666         * viper-util.el (viper-glob-unix-files): Fix shell status check.
30667         (viper-file-remote-p): Make equivalent to file-remote-p.
30669         * viper.el (viper-major-mode-modifier-list):
30670         Use viper-gnus-modifier-map.
30672 2005-02-19  David Kastrup  <dak@gnu.org>
30674         * subr.el (subregexp-context-p): Fix garbled doc string by adding
30675         quoting.
30677 2005-02-19  Jay Belanger  <belanger@truman.edu>
30679         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
30680         Remove extra definitions.
30681         (calc-coth): New function.
30682         (calcFunc-cot): Fix `let'.
30684 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
30686         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
30687         the reasons we use "type pc" in these faces.
30689         * button.el (button): Ditto.
30691 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
30693         * replace.el (query-replace-read-from): Set the value of
30694         query-replace-from-history-variable to handle the case of an empty
30695         string entered to accept the suggested default.
30697         * net/tramp.el (tramp-file-name-for-operation):
30698         Use dired-call-process instead of dired-call-process-command.
30700 2005-02-19  Jay Belanger  <belanger@truman.edu>
30702         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
30703         (math-div-non-trig): New variables.
30704         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
30705         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
30706         (math-combine-prod, math-div-symb-fancy): Add simplifications for
30707         trig expressions.
30709 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
30711         * progmodes/gdb-ui.el (gdb-var-update-handler)
30712         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
30713         for watch expressions,
30714         (gdb-var-create-handler): Don't set speedbar-update-flag.
30715         (gdb-post-prompt): Simplify test for speedbar.
30717 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30719         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
30720         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
30721         we use the syntax table of the correct buffer.
30722         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
30723         Felix Gatzemeier.
30725         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
30726         (ediff-file-remote-p): Make synonymous with file-remote-p.
30727         In all deffaces ediff-*-face-*, use min-colors.
30729         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
30730         ediff-recurse-to-subdirectories.
30731         (ediff-mark-if-equal): Check that the arguments are strings, use
30732         ediff-same-contents (after to Felix Gatzemeier).
30734         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
30735         nil.
30737 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30739         * log-view.el (log-view-message-re): Fix up Subversion regexp.
30741 2005-02-18  David Kastrup  <dak@gnu.org>
30743         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
30744         use `mark-active' when defined.
30746 2005-02-18  Kenichi Handa  <handa@m17n.org>
30748         * ps-print.el (ps-font-info-database): New entry
30749         ZapfChancery-MediumItalic with correct font name.  Fix font name
30750         of the entry Zapf-Chancery-MediumItalic.
30752 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
30754         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
30756 2005-02-16  Kim F. Storm  <storm@cua.dk>
30758         * ido.el (ido-fallback-command): Pass user input to fallback command.
30760 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
30762         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
30763         (gdb-find-file-hook): Add server prefix.
30765 2005-02-16  Richard M. Stallman  <rms@gnu.org>
30767         * replace.el (perform-replace): Pass new args to replace-highlight.
30768         (replace-highlight): Take region args,
30769         and pass them to isearch-lazy-highlight-new-loop.
30771         * novice.el (disabled-command-hook): Autoload the defalias
30772         and the make-obsolete-variable call.
30774         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
30776         * isearch.el (isearch-lazy-highlight-start-limit)
30777         (isearch-lazy-highlight-end-limit): New variables limit
30778         the region for highlighting.
30779         (isearch-lazy-highlight-new-loop): New args BEG and END.
30780         (isearch-lazy-highlight-search): Use the new vars.
30781         (isearch-lazy-highlight-update): Likewise.
30783         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
30785         * cus-start.el (all): Use default-boundp.
30787 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
30789         * menu-bar.el (menu-bar-select-frame): Handle current frame.
30791 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
30793         * autorevert.el (auto-revert-stop-on-user-input)
30794         (auto-revert-verbose): Doc fixes.
30796 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
30798         * international/mule-cmds.el (set-locale-environment): Remove call
30799         to set-selection-coding-system on Windows.
30801 2005-02-15  Jay Belanger  <belanger@truman.edu>
30803         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
30804         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
30805         calcFunc-coth.
30806         (math-simplify-sqrt): Add simplifications.
30808         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
30809         to list.
30811         * calc/calc-ext.el: Add functions to autoloads.
30813         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
30814         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
30815         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
30816         (math-csc-raw, math-cot-raw): New functions.
30818         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30820         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30821         the variable name in a message.
30823         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30824         calcFunc-csc, calcFunc-cot.
30826         * calc/calcalg2.el: Add derivative and integration rules for
30827         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30828         calcFunc-csch, calcFunc-coth.
30829         (math-do-integral-methods): Add to checks for when to use
30830         substitutions.
30832         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30834 2005-02-15  Lute Kamstra  <lute@gnu.org>
30836         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30837         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30838         <monnier@iro.umontreal.ca>.
30839         (lisp-outline-level): Improve efficiency.  Suggested by David
30840         Kastrup <dak@gnu.org>.
30842 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30844         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30845         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30846         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30847         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30848         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30850 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30852         * cus-start.el (all): Comment change.
30854 2005-02-14  Lute Kamstra  <lute@gnu.org>
30856         * cus-start.el (all): Check if symbol is void.
30858 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30860         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30861         optional argument to \cite.
30863 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30865         * cus-edit.el (custom-buffer-create-internal): Update help message.
30866         (custom-magic-alist): Update help messages.
30868         * cus-start.el (all): Allow a var to specify a standard value.
30870 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30872         * custom.el (custom-theme-set-variables): Handle variable aliases.
30874         * frame.el (blink-cursor-timer): Doc fix.
30875         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30876         declare obsolete.
30877         (blink-cursor-mode): Define with defcustom and use correct
30878         standard expression in that defcustom.
30879         * startup.el (command-line): Adapt to above changes in frame.el.
30881 2005-02-11  Lute Kamstra  <lute@gnu.org>
30883         * apropos.el (apropos-score-doc): Prevent division by zero.
30885 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30887         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
30888         (icalendar--get-event-property-attributes)
30889         (icalendar--get-event-properties)
30890         (icalendar--datetime-to-diary-date): New functions.
30891         (icalendar--split-value): Doc fix.
30892         (icalendar--datetime-to-noneuropean-date)
30893         (icalendar--datetime-to-european-date): New optional argument
30894         SEPARATOR.  Return result as a string instead of a list.
30895         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
30896         (icalendar--convert-string-for-export): Rename arg S to STRING.
30897         (icalendar-export-region): Doc fix.  Change name of error buffer.
30898         Save output buffer.
30899         (icalendar-import-file): Add blank at end of prompt.
30900         (icalendar-import-buffer): Doc fix.  Do not switch to error
30901         buffer.  Indicate status in return value.
30902         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
30903         buffer.  Save output buffer.  Handle exception from recurrence
30904         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
30905         events.  Fix problems with weekly all-day events.
30907 2005-02-10  Richard M. Stallman  <rms@gnu.org>
30909         * simple.el (eval-expression-print-format):
30910         Avoid warning about edebug-active.
30912         * help.el (help-for-help-internal): Rename from help-for-help.
30913         (help-for-help): Define with defalias.
30915         * font-core.el (font-lock-default-function): Use with-no-warnings.
30917         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
30919         * custom.el (defface): Doc fix.
30921 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
30923         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
30924         width 0" to prevent word wrapping problems.
30926 2005-02-09  Kim F. Storm  <storm@cua.dk>
30928         * ido.el (ido-file-extensions-order): New defcustom.
30929         (ido-file-extension-lessp, ido-file-extension-aux)
30930         (ido-file-extension-order): New advanced file ordering.
30931         (ido-file-lessp): New simple file ordering.
30932         (ido-sort-list): Remove.
30933         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
30934         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
30936 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
30938         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
30939         that some versions of grep produce.
30940         (grep-mode-font-lock-keywords): Likewise.
30942 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
30944         * progmodes/gdb-ui.el (gdb-location-list): New variable.
30945         (gdb-cdir): Delete.
30946         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
30947         (gdb-source-info): Treat case when source file is in another
30948         directory properly.
30949         (gdb-get-location): New function.
30951 2005-02-07  Jay Belanger  <belanger@truman.edu>
30953         * calc/calc-prog.el (calc-write-parse-table-part)
30954         (calc-fix-token-name): Fix a check for language type.
30956         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
30958 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
30960         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
30961         as directory not writable.
30963 2005-02-07  Kim F. Storm  <storm@cua.dk>
30965         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
30966         (cua--standard-movement-commands): Remove list.
30967         Instead, set CUA property value to move for movement commands.
30968         (cua-movement-commands): Remove.  Users must set CUA prop instead.
30969         (cua--pre-command-handler): Check CUA property.
30970         (cua--init-keymaps): Don't remap undo commands.
30971         (cua-mode): Don't call cua--rectangle-on-off.
30973         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
30974         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
30975         (cua--rect-undo-set-point): New var.
30976         (cua--rectangle-undo-boundary): Setup undo apply entry.
30977         (cua--rect-undo-handler): New function for rectangle undo.
30978         (cua--rect-start-position, cua--rect-end-position): Add.
30979         (cua--rectangle-post-command): Call cua--rectangle-set-corners
30980         for restored rectangle.  Set point if cua--rect-undo-set-point.
30982 2005-02-06  Jay Belanger  <belanger@truman.edu>
30984         * calc/calc-lang.el (calc-tex-language): Display more information
30985         in messages.
30987         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
30988         in TeX mode.
30990 2005-02-06  Richard M. Stallman  <rms@gnu.org>
30992         * emacs-lisp/lisp.el (buffer-end): Doc fix.
30994 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
30996         * net/ldap.el (ldap-search-internal): Support attributes with
30997         optional descriptions separated by a semi-colon, as in
30998         "userCertificate;binary".
31000 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31002         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31003         isn't a cons (i.e. the version is 0).
31005 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
31007         * help.el (help-for-help): Doc fix.
31009 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
31011         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
31012         GDB-Windows on the menu-bar as this works better.
31014 2005-02-04  Jay Belanger  <belanger@truman.edu>
31016         * calc/calc-embed.el (calc-embedded-update): Don't put in
31017         unnecessary newlines.  Adjust the end of formula marker.
31019         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31020         (math-latex-parse-two-args): New function.
31022 2005-02-03  Lute Kamstra  <lute@gnu.org>
31024         * help-fns.el (help-with-tutorial): Make sure that users cannot
31025         remove the entire text of the tutorial by means of `undo'.
31027 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31029         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31030         in recent changes, where the ispell process was repeatedly
31031         killed & restarted.
31033         * international/mule-cmds.el (set-locale-environment): Set file-name
31034         coding system to utf-8 on Darwin systems.
31035         (set-default-coding-systems): Don't set default-file-name-coding-system
31036         on Darwin systems.
31038 2005-02-03  Richard M. Stallman  <rms@gnu.org>
31040         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31042 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
31044         * faces.el (list-faces-display): Add optional argument.
31046 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31048         * font-core.el (font-lock-default-function): Handle the rare case where
31049         only font-lock-keywords is set.
31051 2005-02-02  Kenichi Handa  <handa@m17n.org>
31053         * international/characters.el: Cancel previous change for
31054         I-WITH-DOT-ABOVE and DOTLESS-i.
31056         * international/latin-5.el: Cancel previous change.
31058 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31060         * progmodes/gud.el: Correction to syntax in gud-menu-map.
31062 2005-02-02  Kenichi Handa  <handa@m17n.org>
31064         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31065         DOTLESS-i.
31067         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31068         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31070         * case-table.el (get-upcase-table): New function.
31071         (copy-case-table): Copy upcaes table too if non-nil.
31072         (set-case-syntax-delims): Maintain upcase table too.
31073         (set-case-syntax-pair): Likewise.
31074         (set-upcase-syntax, set-downcase-syntax): New functions.
31075         (set-case-syntax): Maintain upcase table too.
31077 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31079         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31081         * progmodes/gud.el (gud-goto-info): New function.
31082         (gud-tool-bar-map): Use correct icon.
31084 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31086         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31087         When delegating, order args in the funcall correctly.
31089 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31091         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31093 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
31095         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31096         buffer not visiting a file.
31098 2005-01-31  Jay Belanger  <belanger@truman.edu>
31100         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31101         bound on the line with the formula.
31103 2005-01-31  Kim F. Storm  <storm@cua.dk>
31105         * ses.el (ses-create-cell-variable-range)
31106         (ses-destroy-cell-variable-range, ses-reset-header-string)
31107         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31108         (ses-insert-row): Fix format of apply undo entries.
31110 2005-01-31  Jay Belanger  <belanger@truman.edu>
31112         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31113         parts.
31115         * calc/calc-embed.el (calc-embedded-open-formula)
31116         (calc-embedded-close-formula): Ignore matrix environments.
31118         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31119         TeX mode.
31121         * calc/calc-lang.el (math-function-table, math-oper-table)
31122         (math-variable-table): Adjust the LaTeX portions.
31124         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31125         (math-latex-ignore-words): New constant.
31127 2005-01-31  Richard M. Stallman  <rms@gnu.org>
31129         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31130         (ispell-local-dictionary): Doc fix.
31131         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31132         Don't reinitialize at run time.  Don't defcustom.
31133         All uses changed to append ispell-local-dictionary-alist,
31134         or check it first.
31135         (ispell-current-dictionary): New variable for dictionary in use.
31136         (ispell-dictionary): Now used only for global default.
31137         (ispell-start-process): Set ispell-current-dictionary,
31138         not ispell-dictionary.
31139         (ispell-change-dictionary): Use this only for setting
31140         user preferences.
31141         (ispell-internal-change-dictionary): New function
31142         to change the current dictionary in use.
31143         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31144         Use ispell-current-dictionary.
31145         Handle ispell-local-dictionary-overridden.
31146         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31148 2005-01-31  Jay Belanger  <belanger@truman.edu>
31150         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31152         * calc/calc-ext.el: Add calc-latex-language to autoloads.
31153         (calc-mode-map): Add calc-latex-language.
31155         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31156         (math-latex-print-frac): New functions.
31157         (math-oper-table, math-function-table, math-variable-table)
31158         (math-complex-format, math-input-filter): Add latex properties.
31159         (calc-set-language): Set math-expr-special-function-mapping.
31161         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31162         (calc-write-parse-table-part): Add LaTeX support.
31164         * calc/calc.el (calc-language): Adjust docstring.
31165         (calc-set-mode-line): Add LaTeX support.
31166         (math-expr-special-function-mapping): New variable.
31167         (math-tex-ignore-words): Add to list.
31169         * calc/calccomp.el (math-compose-expr, math-compose-rows):
31170         Add LaTeX support.
31171         (math-compose-expr): Add support for special functions.
31173         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31175 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
31177         * progmodes/gdb-ui.el (gdb-memory-address)
31178         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31179         (gdb-memory-mode-map, gdb-memory-format-keymap)
31180         (gdb-memory-format-menu, gdb-memory-unit-keymap)
31181         (gdb-memory-unit-menu): New variables for a buffer
31182         that lets the user examine program memory.
31183         (gdb-memory-set-address, gdb-memory-set-repeat-count)
31184         (gdb-memory-format-binary, gdb-memory-format-octal)
31185         (gdb-memory-format-unsigned, gdb-memory-format-signed)
31186         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31187         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31188         (gdb-memory-unit-word, gdb-memory-unit-halfword)
31189         (gdb-memory-unit-byte, gdb-memory-unit-menu)
31190         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31191         (gdb-memory-mode, gdb-memory-buffer-name)
31192         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31193         New functions for above buffer.
31195 2005-01-30  Richard M. Stallman  <rms@gnu.org>
31197         * cus-edit.el (custom-bury-buffer): Function deleted.
31198         (custom-buffer-done-function): Option deleted.
31199         (custom-buffer-done-kill): New replacement option.
31200         (Custom-buffer-done): Call quit-window.
31201         (custom-buffer-create-internal): Update for above changes.
31203 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
31205         * simple.el (undo-ask-before-discard): New var.
31206         (undo-outer-limit-truncate): Implement it.
31207         (undo-extra-outer-limit): Doc update.
31209 2005-01-29  Richard M. Stallman  <rms@gnu.org>
31211         * ses.el (undo-more): Delete defadvice.
31212         (ses-begin-change): Doc fix.
31214         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31215         instead of rebinding C-x u and C-_.
31217         * files.el (normal-backup-enable-predicate): Return nil for files
31218         in /tmp, regardless of temporary-file-directory.
31220         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31222         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31223         (open-rectangle, delete-whitespace-rectangle-line)
31224         (clear-rectangle-line): If FILL, pass t instead of FILL
31225         for move-to-column's 2nd arg.
31227         * simple.el (undo): Fix the test for continuing a series of undos.
31228         (undo-more): Set pending-undo-list to t when we reach end.
31229         (pending-undo-list): Move up defvar.
31231         * wid-edit.el (widget-button-click):
31232         Shorten the range of the track-mouse binding.
31234         * comint.el (comint-insert-input): Undo previous changes;
31235         use last-input-event in interactive spec.
31237 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
31239         * progmodes/compile.el (compilation-start): Bind buffer-read-only
31240         to nil before invoking call-process.  Reset buffer's modified flag
31241         after fontifying it in the no-async branch.
31243         * wid-edit.el (widget-specify-button): If mouse pointer shape
31244         cannot be changed, use mouse face instead.
31246 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
31248         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31249         (gdb-goto-breakpoint): Make breakpoint handling work on template
31250         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
31251         (gdb-assembler-custom): Update to recognize breakpoint information
31252         added on 2005-01-19.
31254 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31256         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31257         (dsssl-mode): Use define-derived-mode.
31258         (scheme-mode-initialize): Remove.
31259         (scheme-mode): Use run-mode-hooks.
31261         * cus-edit.el (customize-group-other-window)
31262         (custom-buffer-create-other-window): Don't override special-display-*.
31263         (custom-mode-map): Make it dense.
31265         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31266         sets the default value.
31268 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
31270         * descr-text.el: Add more keywords.
31272 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31274         * speedbar.el: Avoid unnecessary use of locate-library.
31276         * international/mule-cmds.el (standard-display-european-internal):
31277         Don't fiddle with latin-1 non-break space any more since it's now
31278         special cased in the C code.
31279         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31281 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
31283         * cus-start.el (all): Add `undo-outer-limit'.
31285 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31287         * textmodes/bibtex.el (bibtex-format-entry):
31288         Use `bibtex-empty-field-re' only on the text of fields, not on entire
31289         field lines.
31290         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31291         not on part of a buffer.
31293 2005-01-25  Lute Kamstra  <lute@gnu.org>
31295         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31296         nonempty field text strings like "{letters\\macro{}more letters}".
31297         Clarify docstring.
31298         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31299         (bibtex-entry-offset, bibtex-parse-association)
31300         (bibtex-parse-field-name): Fix typos in docstrings.
31301         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31303 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
31305         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31306         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31307         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31308         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31310         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31311         isearch minor mode.
31313 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
31315         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31317 2005-01-24  Lute Kamstra  <lute@gnu.org>
31319         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31320         CASECHARS and NOT-CASECHARS regular expressions of the
31321         "nederlands" and "nederlands8" dictionaries to prevent a "Range
31322         striding over charsets" error.
31324 2005-01-24  Jay Belanger  <belanger@truman.edu>
31326         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31327         display variable name.
31329 2005-01-24  Kenichi Handa  <handa@m17n.org>
31331         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31332         Fix setting of the element of encoded-kbd-iso2022-invocations.
31334 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
31336         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31337         (gdb-threads-select): Change to also accept mouse events.
31338         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31339         (gdb-threads-mouse-select): Delete.
31341 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
31343         * files.el (insert-directory): Take care of empty directory,
31344         listed without -a switch.
31346 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31348         * textmodes/refill.el (refill-post-command-function):
31349         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31350         to the list of functions that we should be careful not to undo.
31351         (refill-late-fill-paragraph-function): Remove.
31352         (refill-saved-state): New var.
31353         (refill-mode): Use it to save fill-paragraph-function.
31354         Save also the value of auto-fill-function.
31356         * term/w32-win.el: Simplify code.
31358 2005-01-23  Kim F. Storm  <storm@cua.dk>
31360         * simple.el (line-move): Adapt to new return value from
31361         pos-visible-in-window-p.
31363         * simple.el (line-move): Fix last change.  Check partial
31364         visibility at point rather than at window-start.
31366 2005-01-22  Jason Rumney  <jasonr@gnu.org>
31368         * term/w32-win.el (xw-defined-colors): Remove debug-message.
31370 2005-01-22  David Kastrup  <dak@gnu.org>
31372         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31374 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
31376         * type-break.el (type-break-mode): Add a test for
31377         type-break-file-name being non-nil.
31379 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
31381         * net/eudc.el (top level): Call (message "") via progn, so that
31382         eudc-options-file is loaded.
31384 2005-01-22  Kim F. Storm  <storm@cua.dk>
31386         * simple.el (line-move-1): Rename from line-move.
31387         (line-move): New function that adjusts vscroll for partially
31388         visible rows, and calls line-move-1 otherwise.
31390 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
31392         * pcomplete.el: Define pcomplete-read-event instead of read-event,
31393         since it's not a complete read-event implementation
31395 2005-01-20  Jay Belanger  <belanger@truman.edu>
31397         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31398         for called function.
31400 2005-01-20  Steven Tamm  <steventamm@mac.com>
31402         * term/mac-win.el (process-connection-type): Remove.
31403         Controlled now by s/darwin.h:PTY_ITERATION.
31405 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31407         * window.el (handle-select-window): Don't switch window when we're
31408         in the minibuffer.
31410 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
31412         * subr.el (dotimes-with-progress-reporter): New macro.
31414         * ses.el (ses-dotimes-msg): Remove macro.
31415         Use `dotimes-with-progress-reporter' instead.
31417 2005-01-19  Steven Tamm  <steventamm@mac.com>
31419         * term/mac-win.el (process-connection-type): Use new
31420         operating-system-release variable to use ptys on Darwin 7 (OS X
31421         10.3) when using carbon build.
31423 2005-01-19  Jay Belanger  <belanger@truman.edu>
31425         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31426         flags if the last command was a tab or M-tab.
31428         * calc/calc-prog.el (calc-user-define-edit): Put original formula
31429         in formula editing buffer.
31431 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31433         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31434         breakpoint image symbol in margin.
31436 2005-01-19  Jay Belanger  <belanger@truman.edu>
31438         * calc/calc-prog.el (calc-execute-kbd-macro):
31439         Ignore calc-keep-arg-flag.
31441 2005-01-19  Kenichi Handa  <handa@m17n.org>
31443         * textmodes/ispell.el (ispell-looking-at): New function.
31444         (ispell-process-line): Use ispell-looking-at to compare the ispell
31445         output and the buffer contents.
31447 2005-01-18  Jay Belanger  <belanger@truman.edu>
31449         * calc/calc.el (calc-display-raw): Fix docstring.
31451 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31453         * simple.el (blink-matching-open): Strip extra info from syntax.
31455         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31456         funny chars in the end-of-here-doc marker.
31458 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31460         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31461         that enable/disabled state of breakpoints is shown correctly in
31462         fringe and on ttys.
31463         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31464         Add breakpoint information as text properties.
31465         (gdb-mouse-toggle-breakpoint):
31466         Rename to gdb-mouse-set-clear-breakpoint.
31467         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
31468         breakpoints in the margin.
31469         (gdb-remove-strings): Simplify.
31471 2005-01-17  Jay Belanger  <belanger@truman.edu>
31473         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31474         erasing buffer.
31476 2005-01-17  Richard M. Stallman  <rms@gnu.org>
31478         * progmodes/grep.el (grep-find): Copy from `grep' the condition
31479         for calling grep-compute-defaults.
31481         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31482         if buffer is empty.
31484         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31486 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
31488         * hilit-chg.el (highlight-changes-mode): Don't autoload.
31490         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31491         non-preloaded variables.
31493 2005-01-17  Steven Tamm  <steventamm@mac.com>
31495         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31496         tex-shell cause to force interactivity when using pipes.
31498 2005-01-17  Kim F. Storm  <storm@cua.dk>
31500         * simple.el (just-one-space): Make arg optional.
31502 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
31504         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31505         posn-at-x-y to t to access left-margin.
31507 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
31509         Sync with Tramp 2.0.47.
31511         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31512         catching keep-date problems in cp/scp operations.
31513         (tramp-handle-copy-file): Don't call `set-file-modes'
31514         unconditionally.  Specialized functions should know better what is
31515         necessary.  This improves performance a little bit, and the
31516         functions could catch errors with `cp -p' and `scp -p'.
31517         (tramp-do-copy-or-rename-file-via-buffer)
31518         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
31519         when appropriate.
31520         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
31521         Call `set-file-modes' when appropriate.
31522         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
31523         Johnsson <isak@hypergene.com>.
31524         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
31525         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
31526         <joakim@verona.se>.
31527         (tramp-file-name-for-operation): Mark `shell-command' as magic for
31528         Emacs only.
31530         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
31531         `find-file-hooks' and `dired-mode-hook'.
31532         (tramp-minor-mode-map): Respective map.  Add remapping for
31533         `compile' and `recompile'.
31534         (tramp-remap-command, tramp-recompile): New defuns.
31535         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
31536         in buffer "*Compilation*".  Call the commands asynchronously.
31538         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
31539         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
31540         `shell-command', because it isn't magic in XEmacs.  Reported by
31541         Adrian Aichner <adrian@xemacs.org>.
31543         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
31544         `substitute-in-file-name.
31545         (tramp-smb-handle-substitute-in-file-name): New defun.
31546         (tramp-smb-advice-PC-do-completion): Delete advice.
31548 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
31550         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
31551         Fix error in deleting region.
31553 2005-01-15  Richard M. Stallman  <rms@gnu.org>
31555         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
31556         In non-temp buffer, switch syntax table temporarily.
31558         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
31560         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
31562         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
31564         * imenu.el (imenu--split-menu): Copy menulist before sorting.
31565         (imenu--generic-function): Use START, not BEG, as pos of definition.
31567         * simple.el (just-one-space): Argument specifies number of spaces.
31569         * simple.el (eval-expression-print-format): Avoid warning
31570         about edebug-active.
31572 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
31574         * progmodes/sh-script.el: Code copied from make-mode.el
31575         with small changes,
31576         (sh-mode-map): Bind C-c C-\.
31577         (sh-backslash-column, sh-backslash-align): New variables.
31578         (sh-backslash-region, sh-append-backslash): New functions.
31580 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31582         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31583         (rmail-pop-password, rmail-pop-password-required): Move to
31584         rmail-obsolete group.
31585         (rmail-set-pop-password): Rename to rmail-set-remote-password.
31586         All callers updated.
31587         (rmail-get-pop-password): Rename to rmail-get-remote-password.
31588         Take an argument specifying whether it is POP or IMAP mailbox we
31589         are using.  All callers updated.
31590         (rmail-pop-password-error): Rename to
31591         rmail-remote-password-error.  Added mailutils-specific error message.
31592         (rmail-movemail-search-path)
31593         (rmail-movemail-variant-in-use): New variables.
31594         (rmail-remote-password, rmail-remote-password-required):
31595         New customization variables.
31596         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
31597         (rmail-parse-url): New function.
31598         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
31599         with GNU mailutils movemail.
31601 2005-01-15  Kevin Ryde  <user42@zip.com.au>
31603         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
31604         suffix to space, $ or '$, to correctly position point when going
31605         to @table style constants like DBL_MAX.
31607 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
31609         * type-break.el (type-break-mode, type-break-file-time)
31610         (type-break-file-keystroke-count, type-break-choose-file):
31611         Don't store data in or load data from the file if type-break-file-name
31612         is nil.
31613         (type-break-file-name): Doc update as per the above.
31615 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
31617         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
31618         lookup-key might return nil; handle that.
31620 2005-01-15  Alan Mackenzie  <acm@muc.de>
31622         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
31623         rather than the element found, thus enabling the tree to be setcar'd.
31625 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31627         * textmodes/org.el (org-show-following-heading): New option.
31628         (org-show-hierarchy-above): Use `org-show-following-heading'.
31629         (org-cycle): Documentation fix.
31631         * textmodes/org.el (orgtbl-optimized): New option
31632         (orgtbl-mode): New command, a minor mode.
31633         (orgtbl-mode-map): New variable.
31634         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
31635         (orgtbl-error, orgtbl-self-insert-command)
31636         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
31638         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
31639         a local variable in each org-mode buffer.
31641         * textmodes/org.el (org-set-regexps-and-options): Rename from
31642         `org-set-regexps'.  Added checking for STARTUP keyword.
31643         (org-get-current-options): Add STARTUP options.
31644         (org-table-insert-row): Make mode intelligent about when
31645         realignment is needed.
31646         (org-self-insert-command, org-delete-backward-char, org-delete-char):
31647         New commands.
31648         (org-enable-table-editor): New default value `optimized'.
31649         (org-table-blank-field): Support blanking regions if active.
31651 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31653         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
31654         if the year is not given.
31656         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
31657         Add new escapes %m and %M, fixed bug with %F by adding
31658         save-match-data.
31659         (reftex-reference): Remove ?. from list of spaces.
31660         (reftex-label-info): Add automatic label prefix recognition.
31662         * textmodes/reftex-index.el (reftex-index-next-phrase):
31663         Add slave parameter to call of `reftex-index-this-phrase'.
31664         (reftex-index-this-phrase): New optional argument.
31665         (reftex-index-region-phrases): Add slave parameter to call of
31666         `reftex-index-this-phrase'.
31667         (reftex-display-index): New argument redo.
31668         (reftex-index-rescan): Add `redo' to arguments of
31669         `reftex-display-index'.
31670         (reftex-index-Rescan, reftex-index-revert)
31671         (reftex-index-switch-index-tag): Add `redo' to arguments of
31672         `reftex-display-index'.
31673         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
31674         indexing.  Fix bug with matching is there is a quote before or
31675         after the word.
31677         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
31678         Fix bug when collecting citation keys in lines with comments.
31679         (reftex-citation): Prefix argument no longer rescans the document,
31680         but forces prompting for optional arguments of cite macros.
31681         (reftex-do-citation): Prompting for optional arguments implemented.
31683         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31684         Add optional arguments to most cite commands.
31685         (reftex-cite-cleanup-optional-args): New option
31686         (reftex-cite-prompt-optional-args): New option.
31687         (reftex-trust-label-prefix): New option.
31689         * textmodes/reftex-toc.el (reftex-toc-find-section):
31690         Add push-mark before changing the position in the buffer.
31692         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
31693         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
31695 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
31697         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
31698         more carefully.
31700 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31702         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
31703         (sgml-mode): Use it.
31704         (sgml-get-context): Better keep track of implicitly closed tags.
31706 2005-01-13  Kenichi Handa  <handa@m17n.org>
31708         * textmodes/ispell.el: These changes are to fix misalignment error
31709         caused by equivalent characters of different Emacs charsets.
31710         (ispell-unified-chars-table): New variable.
31711         (ispell-get-decoded-string): New function.
31712         (ispell-get-casechars, ispell-get-not-casechars)
31713         (ispell-get-otherchars): Call ispell-get-decoded-string.
31715 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
31717         * custom.el (custom-declare-variable): Just put symbol instead
31718         of (defvar . symbol) in `current-load-list'.
31720 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
31722         * emacs-lisp/elint.el: Fixed typo in Commentary section.
31724 2005-01-12  Jay Belanger  <belanger@truman.edu>
31726         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
31727         to create a Calc summary.
31729 2005-01-12  Kim F. Storm  <storm@cua.dk>
31731         * mouse.el (mouse-on-link-p): Change functionality and doc
31732         string to comply with latest description in lisp ref.
31734 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
31736         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
31737         Enable mouse clicks on mode-line, header-line and margin.
31738         (event-type): Give mouse event symbols an `event-kind' property
31739         with value `mouse-click'.
31741 2005-01-12  Juri Linkov  <juri@jurta.org>
31743         * facemenu.el (list-colors-display): Add new arg buffer-name.
31744         Use it.  Fix docstring.  Replace code for identifying duplicate
31745         colors by the name with call to `list-colors-duplicates' which
31746         identifies duplicate colors by the value unless the color
31747         is one of special Windows colors.  Set truncate-lines to t.
31748         Print sorted duplicate color names on each line.  Indent to 22
31749         \(the longest color name in rgb.txt) instead of 20.  Optimize.
31750         (list-colors-duplicates): New function.
31751         (facemenu-color-name-equal): Delete function.
31753         * facemenu.el (list-colors-print): New function created from code
31754         in list-colors-display.  Print #RRGGBB at the window right edge.
31755         (list-colors-display): When temp-buffer-show-function is not
31756         defined, call list-colors-print from temp-buffer-show-hook
31757         to get the right value of window-width in list-colors-print
31758         after the buffer is displayed.
31760         * simple.el (pop-mark): Move deactivate-mark out of conditional
31761         part to deactivate the active mark regardless of the state of the
31762         mark ring.
31764         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
31765         variables line in desktop files.
31767 2005-01-12  Juri Linkov  <juri@jurta.org>
31769         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
31770         Bring together isearch highlight related options.
31771         (lazy-highlight): Replace group `replace' by `matching'.
31772         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31773         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31774         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
31775         and declare them obsolete.
31776         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
31777         (isearch-faces): Remove defgroup.
31778         (isearch-overlay, isearch-highlight, isearch-dehighlight):
31779         Move isearch highlighting code closer to lazy highlighting code.
31781         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
31782         (query-replace-highlight, query-replace-lazy-highlight)
31783         (query-replace): Move definitions to the beginning of the file.
31785 2005-01-11  Juri Linkov  <juri@jurta.org>
31787         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
31788         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
31789         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
31791         * info.el (Info-history-forward): New variable.
31792         (Info-select-node): Reset Info-history-forward to nil.
31793         (Info-last): Turn into defalias.
31794         (Info-history-back): Rename from Info-last.
31795         Add current node to Info-history-forward.
31796         (Info-history-forward): New fun.
31797         (Info-mode-map): Replace Info-last by Info-history-back.
31798         Bind Info-history-forward to "r".
31799         (Info-mode-menu): Replace Info-last by Info-history-back.
31800         Fix menu item text.  Add menu item for Info-history-forward.
31801         (info-tool-bar-map): Replace Info-last by Info-history-back.
31802         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
31803         for Info-history-forward.
31804         (Info-mode): Replace Info-last by Info-history-back in docstring.
31805         Add local variable Info-history-forward.
31806         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
31808 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31810         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
31811         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
31812         Ignore select-window events rather than fiddle with
31813         mouse-autoselect-window.
31815 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
31817         * type-break.el (type-break-mode): Fix previous change.
31819 2005-01-10  Jay Belanger  <belanger@truman.edu>
31821         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31822         calculator; only reset when point is inside a calculator.
31823         Don't adjust the window height if the window takes up the whole height
31824         of the frame.
31826 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31828         * ebuff-menu.el (Electric-buffer-menu-mode):
31829         Preserve value of buffer-local var header-line-format.
31831 2005-01-09  Jay Belanger  <belanger@truman.edu>
31833         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31834         Make sure settings file exists before accessing it.
31836         * calc/calc-embed.el (calc-embedded-subst):
31837         Replace math-multi-subst-rec, which is only supposed to be called
31838         by math-multi-subst, by math-multi-subst.
31840 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31842         * vc.el (vc-allow-async-revert): New user option.
31843         (vc-disable-async-diff): New internal variable.
31844         (vc-revert-buffer): Use them to disable asynchronous diff.
31846         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31847         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31848         asynchronously if vc-disable-async-diff is t.
31850 2005-01-09  Jay Belanger  <belanger@truman.edu>
31852         * calc/calc.el (defcalcmodevar): New macro.
31853         (calc-mode-var-list-restore-default-values)
31854         (calc-mode-var-list-restore-saved-values): New functions.
31855         (calc-mode-var-list): Use defcalcmodevar to define it.
31856         (calc-always-load-extensions, calc-line-numbering)
31857         (calc-line-breaking, calc-display-just, calc-display-origin)
31858         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31859         (calc-group-char, calc-point-char, calc-frac-format)
31860         (calc-prefer-frac, calc-hms-format, calc-date-format)
31861         (calc-float-format, calc-full-float-format, calc-complex-format)
31862         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31863         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31864         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31865         (calc-matrix-brackets, calc-language, calc-language-option)
31866         (calc-left-label, calc-right-label, calc-word-size)
31867         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31868         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31869         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31870         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31871         (calc-window-height, calc-display-trail, calc-show-selections)
31872         (calc-use-selections, calc-assoc-selections)
31873         (calc-display-working-message, calc-auto-why, calc-timing)
31874         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31875         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31876         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31877         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31878         (calc-gnuplot-geometry, calc-graph-default-resolution)
31879         (calc-graph-default-resolution-3d, calc-invocation-macro)
31880         (calc-show-banner): Use defcalcmodevar to declare them and set
31881         their default values.
31883         * calc/calc-ext.el (calc-reset): Restore saved values of variables
31884         instead of default values (but restore default values if there is
31885         an argument of 0).
31887 2005-01-09  David Kastrup  <dak@gnu.org>
31889         * desktop.el (desktop-restore-eager): Fix typo in type.
31891 2005-01-08  Richard M. Stallman  <rms@gnu.org>
31893         * cus-edit.el (customize): Delete :link.
31895 2005-01-08  Jay Belanger  <belanger@truman.edu>
31897         * calc/calc.el (calc-mode): Remove the extension from the
31898         `calc-settings-file' file name when loading it.
31900 2005-01-08  Kim F. Storm  <storm@cua.dk>
31902         * info.el (Info-mode-map, Info-next-link-keymap)
31903         (Info-prev-link-keymap, Info-up-link-keymap):
31904         Map follow-link to mouse-face.
31905         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
31907 2005-01-08  Jay Belanger  <belanger@truman.edu>
31909         * calc/calc.el (calc-settings-file): Change default value.
31910         Suggested by cgw in a comment in calc-mode.el.
31912         * calc/calc-mode.el (calc-settings-file-name):
31913         Compare calc-settings-file to user-init-file instead of ~/.emacs.
31914         Replace ~/.emacs in a prompt by calc-settings-file.
31916 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
31918         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
31919         (desktop-lazy-idle-delay): New customizable variables.
31920         (desktop-buffer-args-list): New variable.
31921         (desktop-append-buffer-args): New function.
31922         (desktop-save): Call desktop-append-buffer-args for some buffers.
31923         (desktop-lazy-create-buffer): New function.
31924         (desktop-idle-create-buffers): New function.
31925         (desktop-read): Add message about buffers to restore lazily.
31926         (desktop-lazy-abort): New command.
31927         (desktop-clear): Call desktop-lazy-abort.
31928         (desktop-lazy-complete): New command.
31930 2005-01-06  Richard M. Stallman  <rms@gnu.org>
31932         * emacs-lisp/find-func.el (find-face-definition):
31933         Rename from find-face.
31935 2005-01-06  Kim F. Storm  <storm@cua.dk>
31937         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
31939         * man.el (Man-xref-man-page, Man-xref-header-file)
31940         (Man-xref-normal-file): Add follow-link property.
31942 2005-01-06  Jay Belanger  <belanger@truman.edu>
31944         * calc/calc-units.el: Make sure the proper macro definitions are
31945         available when compiling.
31947 2005-01-06  Juri Linkov  <juri@jurta.org>
31949         * isearch.el (isearch-lazy-highlight-update):
31950         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
31952 2005-01-06  Miles Bader  <miles@gnu.org>
31954         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
31955         (isearch-lazy-highlight-face): Use new name.
31957 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31959         * uniquify.el (uniquify-rationalize-file-buffer-names):
31960         Re-add an interactive spec.
31961         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
31962         to the same name.
31964         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
31965         (isearch-update, isearch-done): Adjust calls accordingly.
31967 2005-01-05  Richard M. Stallman  <rms@gnu.org>
31969         * custom.el (custom-set-variables, custom-theme-set-variables):
31970         Clarify documentation.
31972         * emacs-lisp/find-func.el (find-variable)
31973         (find-variable-other-window, find-variable-other-frame):
31974         Fix the TYPE args to find-function-read and find-function-do-it.
31975         (find-function): Doc fix.
31976         (find-function-at-point): Replace function-at-point alias.
31978 2005-01-04  Richard M. Stallman  <rms@gnu.org>
31980         * cus-face.el (custom-declare-face):
31981         Record defface in current-load-list.
31983         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
31985         * emacs-lisp/find-func.el: Doc fixes.
31986         (find-face-regexp): New variable.
31987         (find-function-regexp-alist): New variable.
31988         (find-function-C-source): Third arg is now TYPE.
31989         (find-function-search-for-symbol): Handle general TYPE.
31990         (find-function-read, find-function-do-it): Handle general TYPE.
31991         (find-definition-noselect, find-face): New functions.
31992         (function-at-point): Alias deleted.
31994 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
31996         * battery.el (display-battery-mode): Rename from display-battery.
31997         Handle the case where it gets turned off.
31999 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32001         * cus-edit.el (customize): Make :link point to user doc.
32003         * man.el (Man-fontify-manpage): Turn off undo generation.
32005         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32007 2005-01-04  Andreas Schwab  <schwab@suse.de>
32009         * files.el (insert-directory): Only look for error lines in
32010         inserted text.  Don't move too far after processing --dired markers.
32012 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32014         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32015         Don't expand if the character is @, period, dash, etc.
32016         (define-mail-abbrev): Quote names that contain problem characters.
32018 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
32020         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32022 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32024         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32025         (query-replace-highlight, query-replace-lazy-highlight)
32026         (query-replace): Definitions moved up.  Doc fix.
32028 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32030         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32031         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32032         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32033         (lazy-highlight-face): Rename from isearch-lazy-...
32034         Change all references to them.
32036 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
32038         * cus-edit.el (custom-file): Doc fix for defcustom.
32039         (custom-file): The function no longer sets the variable
32040         `custom-file' to its return value.
32042         * startup.el (command-line): No longer load `custom-file'.
32044 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32046         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32048         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32049         Don't confuse module-prefixed identifiers for labels.
32050         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32052 2005-01-02  Richard M. Stallman  <rms@gnu.org>
32054         * files.el (basic-save-buffer-1): Fix previous change.
32056         * loadhist.el (file-loadhist-lookup): New function.
32057         (file-provides, file-requires): Use it.
32059         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32060         instead of calculating the right size.
32062 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
32064         * vc-svn.el (vc-svn-diff): Stay local if possible.
32066 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32068         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32070         * files.el (hack-local-variables): Fix last change.
32072 2005-01-02  Jay Belanger  <belanger@truman.edu>
32074         * calc/calc-yank.el (calc-edit-top): New variable.
32075         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32076         object.  Change header properties.
32077         (calc-edit-finish, calc-edit-finish-stack-object)
32078         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32079         edited object.
32080         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32081         for the beginning of the edited object.
32082         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32083         for the beginning of the edited object.
32084         * calc/calc-prog.el (calc-edit-macro-finish-edit)
32085         (calc-finish-formula-edit, calc-macro-repeats)
32086         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32087         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32088         beginning of the edited object.
32089         (calc-user-define-edit): Change the header for editing macros.
32090         Remove unnecessary variable.
32092 2005-01-01  Jay Belanger  <belanger@truman.edu>
32094         * calc/calc-yank.el (calc-edit-mode): Change default header.
32095         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32096         * calc/calc-store.el (calc-edit-variable): Change title to match new
32097         header.
32098         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32099         mode to match new header.
32100         (calc-user-define-edit): Change titles to include names of commands.
32101         (calc-finish-formula-edit): Adjust to handle new header.
32102         (calc-finish-macro-edit): Remove.
32103         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32104         (calc-edit-macro-command, calc-edit-macro-command-type)
32105         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32106         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32107         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32108         (calc-edit-macro-finish-edit): New functions.
32109         (calc-user-define-edit): Use new functions to edit named calc macros.
32111 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32113         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32115         * ses.el (copy-region-as-kill): Deactivate mark.
32117 2005-01-01  Richard M. Stallman  <rms@gnu.org>
32119         * replace.el (occur-1): If the output buffer is also an input,
32120         don't kill it, rename it.
32122         * faces.el (set-face-background, set-face-foreground): Doc fix.
32124         * cus-face.el (custom-face-attributes): Fix :help-echo strings
32125         for :foreground and :background.
32127         * dired.el (dired-view-command-alist): Variable deleted.
32128         (dired-view-file, dired-mouse-find-file-other-window):
32129         Delete the code to use it.
32131 2005-01-01  Kim F. Storm  <storm@cua.dk>
32133         * image.el (insert-sliced-image): Use t for line-height property.
32135 See ChangeLog.11 for earlier changes.
32137 ;; Local Variables:
32138 ;; coding: iso-2022-7bit
32139 ;; add-log-time-zone-rule: t
32140 ;; End:
32142     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32144   This file is part of GNU Emacs.
32146   GNU Emacs is free software; you can redistribute it and/or modify
32147   it under the terms of the GNU General Public License as published by
32148   the Free Software Foundation; either version 2, or (at your option)
32149   any later version.
32151   GNU Emacs is distributed in the hope that it will be useful,
32152   but WITHOUT ANY WARRANTY; without even the implied warranty of
32153   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32154   GNU General Public License for more details.
32156   You should have received a copy of the GNU General Public License
32157   along with GNU Emacs; see the file COPYING.  If not, write to the
32158   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32159   Boston, MA 02110-1301, USA.
32161 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1