(mouse-on-link-p): Tentatively fix last change.
[emacs.git] / lisp / ChangeLog
blobe1272eae91e688fb5663dc64249692e217750eed
1 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6 2006-09-19  Kim F. Storm  <storm@cua.dk>
8         * help.el (describe-key-briefly, describe-key): Simplify printing
9         of descriptions by using format and %S.  Fix "is undefined"
10         messages to say "at that spot" for mouse events.
12         * simple.el (line-move-partial): Optimize.  Try window-line-height
13         before posn-at-point to get vpos of current line.
15 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
17         * viper.el: Bump up version/date of update to reflect the substantial
18         changes done in August 2006.
20         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
21         are defined.
23         * ediff-util.el (ediff-add-to-history): New function.
25         * ediff.el: Use ediff-add-to-history instead of add-to-history.
27 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
29         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
30         Delete duplicate make-local-variable form.
31         (conf-space-keywords): Add autoload cookie.
32         Fix typo (`keywords', not `keyword').
34 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
37         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
38         to x-gtk-use-old-file-dialog
40 2006-09-18  Richard Stallman  <rms@gnu.org>
42         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
43         that might come in during mouse tracking.
45 2006-09-18  Kim F. Storm  <storm@cua.dk>
47         * simple.el (line-move-partial): Rework 2006-09-15 change to use
48         new window-line-height function.  Further optimize by not calling
49         pos-visible-in-window-p for window-end when window-line-height
50         returns useful information.
52 2006-09-16  Richard Stallman  <rms@gnu.org>
54         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
55         (conf-space-mode): Don't handle prefix arg.
56         Delete conf-space-keywords-override code.
57         Use add-hook.
58         (conf-space-keywords): New command.
59         (conf-space-mode-internal): Be careful with imenu-generic-expression.
60         Delete conf-space-keywords-override code.
61         (conf-space-keywords-alist): Doc fix.
62         (conf-space-font-lock-keywords): Doc fix.
63         (conf-space-keywords-override): Var deleted.
65 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
67         * startup.el (fancy-splash-screens): Don't switch to the scratch
68         buffer; it may not be the next buffer.
70 2006-09-16  Romain Francoise  <romain@orebokech.com>
72         * saveplace.el (load-save-place-alist-from-file): Use expanded name
73         in both messages.
75 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
77         * progmodes/python.el (python-preoutput-filter):
78         Fix arg order to string-match.
80 2006-09-16  Richard Stallman  <rms@gnu.org>
82         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
83         font-lock-compile-keywords.
85         * font-lock.el (font-lock-compile-keywords): Rename optional arg
86         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
88 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
90         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
92         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
93         and the data doesn't look like UTF8, send STRING instead.
95 2006-09-16  Agustin Martin <agustin.martin@hispalinux.es>
97         * textmodes/flyspell.el (flyspell-check-region-doublons):
98         New function to detect duplicated words.
99         (flyspell-large-region): Use it.
101 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
103         * simple.el (line-move-to-column): Revert 2006-08-03 change.
105 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
107         * help.el (describe-prefix-bindings): Use let, not let*.
109 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
111         * allout.el (allout-regexp, allout-line-boundary-regexp)
112         (allout-bob-regexp): Correct grouping and boundaries to fix
113         backwards traversal.
114         (allout-depth-specific-regexp, allout-depth-one-regexp):
115         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
116         worse time in allout-ascend.
117         (allout-doublecheck-at-and-shallower): Identify depth threshold
118         below which topics are checked for and disqualified by containment
119         discontinuities.
120         (allout-hotspot-key-handler): Correctly handle multiple-key
121         strokes.  Remove some unused variables.
122         (allout-mode-leaders): Clarify that mode-specific comment-start
123         will be used.
124         (set-allout-regexp): Correctly regexp-quote allout regexps to
125         properly accept alternative header-leads and primary bullets with
126         regexp-specific characters (eg, C "/*", mathematica "(*").
127         Include new regular expressions among those configured.
128         (allout-infer-header-lead-and-primary-bullet):
129         Rename allout-infer-header-lead.
130         (allout-recent-depth): Manifest as a variable as well as a function.
131         (allout-prefix-data): Simplify into an inline instead of a macro,
132         assuming current match data rather than being explicitly passed
133         it.  Establish allout-recent-depth value as well as
134         allout-recent-prefix-beginning and allout-recent-prefix-end.
135         (allout-aberrant-container-p): True when an item's immediate
136         offspring discontinuously contained.  Useful for disqualifying
137         unintended topic prefixes, likely at low depths.
138         (allout-goto-prefix-doublechecked): Elaborate version of
139         allout-goto-prefix which disqualifies aberrant pseudo-items.
140         (allout-pre-next-prefix): Layer on top of lower-level routines, to
141         get disqualification of aberrant containers.
142         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
143         containers.
144         (allout-beginning-of-current-entry): Position at start of buffer
145         when in container (depth 0) entry.
146         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
147         (allout-current-bullet): Strip text properties.
148         (allout-get-prefix-bullet): Use right match groups.
149         (allout-beginning-of-line, allout-next-heading):
150         Disqualify aberrant containers.
151         (allout-previous-heading): Disqualify aberrant containers, and
152         change to regular (rather than inline) function, to allow
153         self-recursion.
154         (allout-get-invisibility-overlay): Increment so progress is made
155         when the first overlay is not the sought one.
156         (allout-end-of-prefix): Disqualify aberrant containers.
157         (allout-end-of-line): Cycle something like allout-beginning-of-line.
158         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
159         outline.el outlines) functional again.  Change the primary bullet
160         along with the header-lead - level 1 new-style bullets now work.
161         Engage allout-before-change-handler in mainline emacs, not just
162         xemacs, to do undo handling.
163         (allout-before-change-handler): Expose undo changes occurring in
164         hidden regions.  Use allout-get-invisibility-overlay instead of
165         reimplementing it inline.
166         (allout-chart-subtree): Use start rather than end of prefix in
167         charts.  Use allout-recent-depth variable.
168         (allout-chart-siblings): Disqualify aberrant topics.
169         (allout-beginning-of-current-entry): Position correctly.
170         (allout-ascend): Use new allout-depth-specific-regexp and
171         allout-depth-one-regexp for linear instead of O(N^2) or worse
172         behavior.
173         (allout-ascend-to-depth): Depend on allout-ascend, rather than
174         reimplementing an algorithm.
175         (allout-up-current-level): Depend on allout-ascend, rather than
176         reimplementing an algorithm.  Return to start-point if we fail.
177         (allout-descend-to-depth): Use allout-recent-depth variable
178         instead of function.
179         (allout-next-sibling): On traversal of numerous intervening
180         topics, resort to economical allout-next-sibling-leap.
181         (allout-next-sibling-leap): Specialized version of
182         allout-next-sibling that uses allout-ascend cleverly, to depend on
183         a regexp search to leap large numbers of contained topics, rather
184         than arbitrarily many one-by-one traversals.
185         (allout-next-visible-heading): Disqualify aberrant topics.
186         (allout-previous-visible-heading): Position consistently when
187         interactive.
188         (allout-forward-current-level): Base on allout-previous-sibling
189         rather than (differently) reimplmenting the algorithm.  Remove some
190         unused variables.
191         (allout-solicit-alternate-bullet): Present default choice stripped
192         of text properties.
193         (allout-rebullet-heading): Use bullet stripped of text properties.
194         Register changes using allout-exposure-change-hook.
195         Disregard aberrant topics.
196         (allout-shift-in): With universal-argument, make topic a peer of
197         it's former offspring.  Simplify the code by separating out
198         allout-shift-out functionality.
199         (allout-shift-out): With universal-argument, make offspring peers
200         of their former container, and its siblings.  Implement the
201         functionality here, rather than inappropriately muddling the
202         implementation of allout-shift-in.
203         (allout-rebullet-topic): Respect additional argument for new
204         parent-child separation function.
205         (allout-yank-processing): Use allout-ascend directly.
206         (allout-show-entry): Disqualify aberrant topics.
207         (allout-show-children): Handle discontinuous children gracefully,
208         extending the depth being revealed to expose them and posting a
209         message indicating the situation.
210         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
211         Leave cursor in correct position.
212         (allout-hide-current-subtree): Use allout-ascend directly.
213         Disqualify aberrant topics.
214         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
215         a way that the yanks can restore it, as used to happen.
216         (allout-yank-processing): Restore exposure layout as recorded by
217         allout-kill-*, as used to happen.
218         (allout-annotate-hidden, allout-hide-by-annotation): New routines
219         for preseving and restoring exposure layout across kills.
220         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
221         (allout-encrypt-string): Strip text properties.
222         Rearranged order and outline-headings for some of the
223         miscellaneous functions.
224         (allout-resolve-xref): No need to quote the error name in the
225         condition-case handler section.
226         (allout-flatten): Classic recursive (and recursively intensive,
227         without tail-recursion) list-flattener, needed by allout-shift-out
228         when confronted with discontinuous children.
230 2006-09-16  Jason Rumney  <jasonr@gnu.org>
232         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
233         on ms-windows.
234         (dnd-open-unc-file): Remove.
235         (dnd-open-local-file): Mention in doc string that it also handles
236         remote files if the system natively supports unc file-names.
238 2006-09-15  Kim F. Storm  <storm@cua.dk>
240         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
241         all necessary information about the event before erasing *Help*.
243         * simple.el (line-move-partial): Use window-line-visiblity to
244         quickly check whether last line is partially visible, and only do
245         the hard (and slow) part in that case.
247 2006-09-15  Jay Belanger  <belanger@truman.edu>
249         * COPYING: Replace "Library Public License" by "Lesser Public
250         License" throughout.
252 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
254         * term/x-win.el (x-menu-bar-open): New function for F10.
256 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
258         * progmodes/compile.el (compilation-error-regexp-alist-alist):
259         Disallow filenames containing " -" to avoid confusion with libtool
260         compilation messages.  Suggested by Stefan Monnier.
262 2006-09-15  David Kastrup  <dak@gnu.org>
264         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
265         instead of buffer position for `mouse-on-link-p'.
267         * mouse.el (mouse-posn-property): New function looking up the
268         properties at a click position in overlays and text properties in
269         either buffer or strings.
270         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
271         of both `follow-link' as well as `mouse-face' properties.
272         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
273         buffer position.
275         * help.el (describe-key-briefly): When reading a down-event on
276         mode lines or scroll bar, swallow the following up event, too.
277         Use the new mouse sensitity of `key-binding' for lookup.
278         (describe-key): The same here.
280 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
282         * play/life.el (life-patterns): Add a few more interesting patterns.
283         (life-setup): Force `show-trailing-whitespace' to nil.
285 2006-09-14  Richard Stallman  <rms@gnu.org>
287         * startup.el (fancy-splash-text): Change text to improve alignment.
288         (fancy-splash-screens): Don't set non-standard tab width.
289         Bind cursor-type temporarily, and make it easy to patch to
290         preserve the splash buffer.
291         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
292         (fancy-splash-screens): Display echo-area message explicitly.
293         Don't set fancy-splash-help-echo.
295         * simple.el (line-number-mode): Group mode-line instead of
296         editing-basics.
297         (column-number-mode, size-indication-mode): Likewise.
299         * faces.el (mode-line-faces): Group mode-line instead of modeline.
301         * time.el (display-time): Group mode-line instead of modeline.
303         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
305 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
307         * startup.el (fancy-splash-text): Move editing instructions to
308         fancy-splash-head.
309         (fancy-splash-head): Issue editing instructions.
310         (fancy-splash-screens): Fixup whitespace.
312 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
314         * bindings.el (mode-line-buffer-identification-keymap):
315         Remove duplicate line.
317 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
319         * ido.el (ido-ignore-item-p): Allow any kind of functions in
320         ignore lists.
322 2006-09-14  Kim F. Storm  <storm@cua.dk>
324         * jit-lock.el (jit-lock-fontify-again): New function.
325         (jit-lock-fontify-now): Use it instead of lambda form.
327 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
329         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
330         (flyspell-auto-correct-word): Make ispell-filter local to these
331         functions.  Check that ispell-filter has new stuff before calling
332         ispell-parse-output.
334 2006-09-13  Kim F. Storm  <storm@cua.dk>
336         * simple.el (line-move-partial): Optimize.
338 2006-09-13  Richard Stallman  <rms@gnu.org>
340         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
341         Delete spurious backquote.
343 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
345         * net/rcirc.el (rcirc-print): Fix last change.
347 2006-09-12  Jay Belanger  <belanger@truman.edu>
349         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
351 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
353         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
354         rcirc-show-maximum-output.
355         (rcirc-mode): Remove window-scroll-function hook.
356         (rcirc-scroll-to-bottom): Remove function.
357         (rcirc-print): Recenter so point stays at the bottom of the window
358         if point was already there.
360 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
362         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
363         not to "t".
364         * progmodes/compile.el (compilation-start): Likewise.
365         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
366         Don't use expand-file-name on invocation-directory, since this
367         might mishandle special characters in invocation-directory.
369 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * pcvs-defs.el: Remove * in defcustom's docstrings.
373 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
375         * progmodes/compile.el (compilation-directory-properties):
376         Doc fix for help-echo.
378 2006-09-12  Lars Hansen  <larsh@soem.dk>
380         * desktop.el (desktop-read): Add comment.
382 2006-09-12  Kim F. Storm  <storm@cua.dk>
384         * simple.el (next-error-highlight, next-error-highlight-no-select):
385         Fix spelling error.
387         * subr.el (sit-for): Rework to use input-pending-p and cond.
388         Return nil input is pending on entry also for SECONDS <= 0.
389         (while-no-input): Use input-pending-p instead of sit-for.
391 2006-09-11  Richard Stallman  <rms@gnu.org>
393         * simple.el (next-error-highlight, next-error-highlight-no-select):
394         Fix custom type and doc strings.
396 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
399         (diff-apply-hunk): Use it to ask for confirmation.
401 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
403         * emacs-lisp/cl.el (pushnew): Add missing `,'.
405 2006-09-11  David Kastrup  <dak@gnu.org>
407         * help.el (string-key-binding, describe-key-briefly)
408         (describe-key): Remove `string-key-binding' and its callers since
409         `key-binding' already caters for the proper lookup now.
411 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
413         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
414         (cfengine-mode): Use it.  Fix \ syntax to be like /.
416         * bindings.el (mode-line-buffer-identification-keymap):
417         Move initialization into declaration.
419 2006-09-10  Kim F. Storm  <storm@cua.dk>
421         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
422         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
423         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
424         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
426 2006-09-10  Richard Stallman  <rms@gnu.org>
428         * dired-aux.el: Handle errors in recursive copy usefully.
429         (dired-create-files-failures): New variable.
430         (dired-copy-file): Remove condition-case.
431         (dired-copy-file-recursive): Check for errors on all file
432         operations, and add them to dired-create-files-failures.
433         Check file file-date-erorr here too.
434         (dired-create-files): Check dired-create-files-failures
435         and report those errors too.
437         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
439         * subr.el (add-to-list): New argument COMPARE-FN.
441 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
443         * filecache.el (file-cache-add-directory)
444         (file-cache-add-directory-list, file-cache-add-file)
445         (file-cache-add-directory-using-find)
446         (file-cache-add-directory-using-locate)
447         (file-cache-add-directory-recursively): Add autoloads.
449 2006-09-09  Richard Stallman  <rms@gnu.org>
451         * textmodes/conf-mode.el (conf-space-mode):
452         Use hack-local-variables-hook instead of calling hack-local-variables.
453         (conf-space-keywords-override): New variable.
454         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
455         (conf-space-mode): Always make conf-space-keywords and
456         conf-space-keywords-override local.
457         Call conf-space-mode-internal directly as well as via hook.
459 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
461         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
462         quasi-keywords.
464 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
467         (python-send-string): Be slightly more careful about adding \n.
469         * startup.el (normal-splash-screen): Don't display the buffer if we'll
470         kill it right away anyway.
472 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
474         * international/codepage.el (cp850-decode-table): Fix a few codes.
475         (cp858-decode-table): New variable.
477 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
479         * net/ldap.el (ldap-search-internal): Doc fix.
481 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
483         * play/life.el (life-display-generation): Test for input manually if
484         `sleeptime' is negative or null.
486         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
487         (print-region-1): Substitute `%s' with the page title.
489 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
491         * locate.el (locate-current-search): New variable.
492         (locate): Set buffer local value.  Use current buffer if it is
493         in Locate mode.
494         (locate-mode): Disable undo here.
495         (locate-do-setup): Use locate-current-filter from buffer to be killed.
496         (locate-update): Use locate-current-search and locate-current-filter.
498 2006-09-08  David Kastrup  <dak@gnu.org>
500         * desktop.el (desktop-read): When loading a desktop, disable
501         saving it while the load progresses, and switch off a pending lazy
502         load by calling `desktop-lazy-abort'.
504 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
506         * window.el (mouse-autoselect-window-timer)
507         (mouse-autoselect-window-position)
508         (mouse-autoselect-window-window)
509         (mouse-autoselect-window-now): New vars.
510         (mouse-autoselect-window-cancel)
511         (mouse-autoselect-window-select)
512         (mouse-autoselect-window-start): New functions.
513         (handle-select-window): Call `mouse-autoselect-window-start' when
514         delayed window autoselection is enabled.
516         * cus-start.el (mouse-autoselect-window): Handle delayed window
517         autoselection.
519         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
520         commands after which it is allowed to print in the echo area.
522 2006-09-08  Richard Stallman  <rms@gnu.org>
524         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
526         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
527         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
529         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
530         (cancel-timer-internal): Add doc string.
531         (cancel-function-timers): Doc fix.
532         (with-timeout-handler, timer-event-last*): Add doc strings.
534         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
536         * files.el (risky-local-variable-p): Match ...-bindat-spec.
538         * dired.el (dired-log-summary): Add doc string.
540         * cus-edit.el (custom-menu-create): Bind deactivate-mark here
541         (custom-group-menu-create): Not here.
543 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
545         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
547 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
549         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
550         (mac-apple-event-map): Define its handler.
552 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
554         * net/ldap.el (ldap-search-internal): Handle `auth' key.
556 2006-09-07  Magnus Henoch <mange@freemail.hu>
558         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
559         clause.
561 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
563         * info.el (Info-index): Bind completion-ignore-case.
565 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
568         previous commit.
569         (inferior-prolog-guess-flavor): New fun left out of previous commit.
570         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
571         burp in dedicated windows.
572         (inferior-prolog-self-insert-command): New command.
573         (inferior-prolog-mode-map): Use it.
575 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
577         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
579         * international/code-pages.el: Add cp858.
581 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
583         * dnd.el: Fix bootstrapping.
585 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
587         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
588         (dnd-open-remote-url): New function.
589         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
590         not windows-nt.
592 2006-09-07  Jason Rumney  <jasonr@gnu.org>
594         * dnd.el (dnd-open-remote-file-function): New variable.
595         (dnd-open-unc-file): New function.
596         (dnd-open-file): Call dnd-open-remote-file-function if set.
598 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
600         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
601         pgg-passphrase-coding-system rather than locale-coding-system.
602         * pgg-def.el (pgg-passphrase-coding-system): New user option.
604 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
606         * progmodes/prolog.el: Remove * in docstrings.
607         (prolog-program-name): Add SWI prolog.
608         (prolog-mode-menu): New menu.
609         (prolog-mode): Set comment-add.
610         (prolog-indent-line): Simplify.  Use indent-line-to.
611         (inferior-prolog-buffer): New var.
612         (inferior-prolog-run, inferior-prolog-process): New funs.
613         (run-prolog, switch-to-prolog): Rewrite, using them.
614         (prolog-consult-region): Use inferior-prolog-buffer.
615         (inferior-prolog-load-file): New function.
616         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
618         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
619         last word, if it's not the end of the paragraph.
621         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
622         file name.
624 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
626         * frame.el (display-mm-dimensions-alist): New defcustom.
627         (display-mm-height, display-mm-width): Use it.
629 2006-09-06  Simon Josefsson  <jas@extundo.com>
631         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
633 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
635         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
636         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
637         string values.
639 2006-09-06  Kim F. Storm  <storm@cua.dk>
641         * simple.el (line-move-partial): New function to do vscrolling for
642         partially visible images / tall lines.  Rewrite based on code
643         previously in line-move.  Simplify backwards vscrolling.
644         (line-move): Use it.  Simplify.
646 2006-09-05  Kim F. Storm  <storm@cua.dk>
648         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
650 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
652         * progmodes/compile.el (compilation-error-regexp-alist-alist):
653         Process the `gcc-include' after the `gnu' rule.
655 2006-09-05  Kim F. Storm  <storm@cua.dk>
657         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
659 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
661         * pgg.el (pgg-clear-string): Alias to clear-string for backward
662         compatibility.
664         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
665         inhibit-redisplay; encode passphrase with locale-coding-system.
667 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
669         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
671 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
673         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
674         (gdb-var-list-children-regexp): Make type field optional.
676         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
677         e.g public, protected in C++.
679 2006-09-04  John Paul Wallington  <jpw@pobox.com>
681         * simple.el (completion-show-help): New defcustom.
682         (completion-setup-function): Heed it.
684 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
686         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
688 2006-09-04  Richard Stallman  <rms@gnu.org>
690         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
691         (rsf-min-region-to-spam-list): Doc fix.
692         (rsf-add-content-type-field): Doc fix.
694         * simple.el (kill-region): Explicitly test there is a region.
696 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
698         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
699         sendmail in several common directories.
701         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
703         * paths.el (sendmail-program): Removed.
705 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
707         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
708         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
709         http://article.gmane.org/gmane.emacs.gnus.general/50457
711 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
713         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
714         mark after running the menu filter.
716 2006-09-03  Juri Linkov  <juri@jurta.org>
718         * international/quail.el (quail-defrule-internal): Add a check
719         if a key is a vector.
721 2006-09-02  Juri Linkov  <juri@jurta.org>
723         * man.el (Man-topic-history): New variable.
724         (man): Use it.
726         * woman.el (woman-topic-history): Change defvar to defvaralias
727         for symbol `Man-topic-history'.
729         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
730         `comint-last-output-start' is a marker by using `markerp' and
731         check if it has a position by using `marker-position', and use
732         this position for `goto-char'.
734         * international/quail.el (quail-defrule-internal): Add missing
735         `error' call for null key.
737 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
739         * rcirc.el (rcirc-keywords): New variable.
740         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
741         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
742         variables.
743         (rcirc-responses-no-activity): New function.
744         (rcirc-handler-generic): Check for responses in above.
745         (rcirc-process-command): Add ?: character to arguments of raw
746         server commands.
747         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
748         `rcirc-dim-nicks'.
749         (rcirc-gray-toggle): Remove unused variable.
750         (rcirc-print): Remove some tracking logic, which is moved into
751         markup functions.
752         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
753         types.
754         (rcirc-activity-string): Look for 'keyword in activity-types.
755         (rcirc-window-configuration-change): Don't erase overlay-arrow
756         unnecessarily.
757         (rcirc-add-or-remove): New function.
758         (rcirc-cmd-ignore): Use it.
759         (rcirc-message-leader): Remove unused function.
760         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
761         (rcirc-add-face): New function.
762         (rcirc-facify): Use rcirc-add-face.
763         (rcirc-url-regexp): Add parens.
764         (rcirc-map-regexp): Remove function.
765         (rcirc-mangle-regexp): Remove function.
766         (rcirc-markup-text-functions): New variable.
767         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
768         (rcirc-markup-body-text, rcirc-markup-attributes)
769         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
770         (rcirc-markup-bright-nicks): New markup handler functions.
771         (rcirc-nick-in-message-full-line): New face.
772         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
773         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
775 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
777         * cus-start.el (hscroll-margin, hscroll-step)
778         (mode-line-in-non-selected-windows, mouse-autoselect-window)
779         (x-use-underline-position-properties): Change version to "22.1"
780         since they will appear there for the first time.
782 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
784         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
786 2006-08-31  Richard Stallman  <rms@gnu.org>
788         * cus-edit.el (custom-save-variables): Slight cleanup.
789         (Custom-no-edit): Renamed from custom-no-edit.
790         (Custom-newline): Renamed from custom-newline.
791         (custom-mode-map): Use new names.
793         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
794         about customization, rather than M-x customize, in the doc string
795         made for the defcustom.
797         * emacs-lisp/trace.el (trace-function-background): Doc fix.
799 2006-08-31  Romain Francoise  <romain@orebokech.com>
801         * dired-x.el (dired-guess-shell-alist-default): Update.
803 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
805         * custom.el (custom-theme-set-variables): Autoload packages before
806         sorting the variables.
808 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
810         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
811         chars if XEmacs.
812         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
814 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * progmodes/python.el (python-eldoc-function): Re-enable quit while
817         waiting for process.
819 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
821         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
822         results in ASCII-only string, encode original one directly.
824 2006-08-29  Romain Francoise  <romain@orebokech.com>
826         * startup.el (normal-splash-screen, fancy-splash-screens):
827         Make buffer read-only and arrange to enter view mode if necessary.
829 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
831         * hl-line.el (hl-line): New face.
832         (hl-line-face): Use it.
834         * image-mode.el (image-mode): Fix last fix.
835         Suggested by Kim F. Storm.
837 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
839         Sync with Tramp 2.0.54.
841         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
842         of `=', because `tramp-get-remote-gid' might not always return an
843         integer when expected.
844         (tramp-register-file-name-handlers): `partial-completion-mode' is
845         unknown to XEmacs.
846         (tramp-time-diff): Don't use `floor', it might fail for large
847         differences.
848         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
849         `tramp-auto-save-directory' if unset in order to guarantee unique
850         auto-save file names.
852 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
854         * image-mode.el (image-mode): Display image as text on a terminal.
856 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
858         * progmodes/python.el (python-send-command): Simplify.
859         (run-python): Don't generate a new buffer unless `new' was specified.
860         Make sure we send `import emacs' to the proper process.
862         * progmodes/python.el (python-send-command): Don't wait for the command
863         to terminate.  Don't fiddle with compilation-parsing-end.
865 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
867         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
868         Insert commentary after first line summary.
870         * woman.el (woman-follow): New function, based on `man-follow'.
871         (woman-mode-map): Use it.
873         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
874         since ibuffer-do-sort-by-recency does not define a sorter.
876 2006-08-28  Kim F. Storm  <storm@cua.dk>
878         * find-dired.el (find-dired): Use shell-quote-argument to properly
879         escape ( and ) args.  Also use it on {} and ; args in default
880         value of find-ls-option string.
881         (find-grep-dired): Use shell-quote-argument on {} and ; args.
883 2006-08-27  Michael Olson  <mwolson@gnu.org>
885         * emacs-lisp/tq.el: Small grammar fix in comments.
886         (tq-enqueue): Check for existence of queue rather than the
887         head queue item's question, which was a no-op.
888         (tq-filter, tq-process-buffer): Make sure the process buffer
889         exists before making it the current buffer.
891 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
893         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
894         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
895         (special-event-map): Apply 2006-08-16 change for x-win.el.
897 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * progmodes/python.el (python-send-receive): Wait in the
900         process's buffer so as to check the right buffer-local variables.
902 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
905         (defgroup checkdoc): Move to beginning.
907         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
908         (python-preoutput-continuation): Remove.
909         (python-preoutput-filter): Simplify correspondingly.
910         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
911         Loop around to catch embedded _emacs_out output.
912         (run-python): Send the import&print command on a single line.
913         (python-send-command): Send command&print on a single line.
914         (python-send-string): Only add double \n if needed.
915         (python-send-receive): Loop until the result comes.
916         (python-mode-running): Defvar it.
917         (python-setup-brm): Remove unused var `menu'.
918         Only bind py-mode-map and `features' around brm-init.
919         (python-calculate-indentation): Remove unused var `point'.
920         (python-beginning-of-defun): Remove unused var `def-line'.
922 2006-08-25  Richard Stallman  <rms@gnu.org>
924         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
926 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
928         * viper.el (viper-set-hooks): Use frame bindings for
929         viper-vi-state-cursor-color.
930         (viper-non-hook-settings): Don't set default
931         mode-line-buffer-identification.
933         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
934         (viper-set-cursor-color-according-to-state)
935         (viper-get-saved-cursor-color-in-replace-mode)
936         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
937         viper-emacs-state-cursor-color.
939         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
940         (viper-undo): Use point if undo-beg-posn is nil.
941         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
942         (viper-after-change-undo-hook): Don't use
943         viper-emacs-state-cursor-color by default.
944         (viper-undo): More sensible positioning after undo.
946         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
947         (viper-emacs-state-cursor-color): Default to nil, since this feature
948         doesn't work well yet.
950         * ediff-mult.el (ediff-intersect-directories)
951         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
952         always expand filenames.
954 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
956         * tumme.el: Remove * in defcustoms's docstrings.
958 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
960         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
961         Accept internal time format for SECS arg.
962         (timer-relative-time): Doc fix.
964         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
965         adapted from Martin Rudalics.
966         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
967         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
968         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
969         using sit-for.
971 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
973         * cus-start.el (all): Add `overline-margin' and
974         `x-underline-at-descent-line'.
976 2006-08-24  Kim F. Storm  <storm@cua.dk>
978         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
979         to mean "use find -exec"; nil now unambiguously means auto-detect.
980         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
981         Use shell-quote-argument to build grep-find-command and
982         grep-find-template.
983         (rgrep): Use shell-quote-argument to properly quote arguments to find.
984         Reported by Tom Seddon.
986 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
988         * startup.el (fancy-splash-head): Give instructions for dismissing
989         the splash screen for default startup too.
990         (display-startup-echo-area-message, fancy-splash-screens)
991         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
992         all splash text at once and keep the splash buffer around.
993         (command-line-1): Give display-startup-echo-area-message a t arg.
995 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
997         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
998         gnus frame is selected.
1000 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
1002         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1004 2006-08-22  Kim F. Storm  <storm@cua.dk>
1006         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1007         Add suffix matching for subdirs.
1009 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
1011         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1012         mouse-yank-at-point is non-nil.
1014 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
1016         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1017         a bit wider and remove fringes to fit initial output on line.
1019 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1021         * frame.el (blink-cursor-end): Only ignore the error we care about.
1022         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1024 2006-08-21  Richard Stallman  <rms@gnu.org>
1026         * whitespace.el (whitespace-cleanup): Doc fix.
1028 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
1030         * net/rcirc.el (rcirc-show-maximum-output): New var.
1031         (rcirc-buffer-process): If no buffer argument is supplied, use
1032         current-buffer.
1033         (rcirc-complete-nick): Complete to the last completed nick first.
1034         (rcirc-mode): Preserve the value of `rcirc-urls' across
1035         connections.  Setup scroll function.
1036         (rcirc-scroll-to-bottom): New function.
1037         (rcirc-print): Use nick syntax around regexp work.
1038         Notice dim-nicks speaking only if they say our nick.
1039         (rcirc-update-activity-string): Do not show the modeline indicator
1040         if there are no live rcirc processes.
1041         (rcirc-cmd-ignore): Ignore case.
1042         (rcirc-browse-url-at-point): Fix off-by-one error.
1044 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * progmodes/python.el: Remove * in defcustom docstrings.
1047         (run-python, python-proc, python-try-complete): Use derived-mode-p.
1048         (python-mode): Set tab-width and indent-tabs-mode.
1050 2006-08-20  Dave Love  <fx@gnu.org>
1052         * progmodes/python.el: Update to Dave Love's latest version.
1053         (python-font-lock-keywords, python-mode): Don't use
1054         font-lock-syntax-table, but match symbol elements explicitly instead.
1055         (python-mode-map): Add help, and a few more key bindings.
1056         (python-skip-comments/blanks): Move out of comments as well.
1057         (python-continuation-line-p): Behave better with unbalanced parens.
1058         (python-blank-line-p): New fun.
1059         (python-open-block-statement-p): Don't use a heuristic.
1060         (python-outdent-p): Better handle blocks-in-the-same-line.
1061         (python-calculate-indentation): Misc improvements.
1062         (python-comment-indent): Remove.
1063         (python-block-pairs): New var.
1064         (python-first-word): New fun.
1065         (python-indentation-levels): Handle more common cases.
1066         (python-indent-line-1): Add `leave' argument.
1067         (python-indent-region): New fun.
1068         (python-skip-out): New fun.
1069         (python-beginning-of-statement, python-end-of-statement): Use it.
1070         (python-next-statement): Return correct count even at eob.
1071         (python-end-of-block): Fix paren-typo.
1072         (python-imenu-create-index): Add module variables.
1073         (run-python): Add `new' arg.
1074         Check we're at a prompt before returning.
1075         (python-send-command): Move to end of buffer.
1076         Wait for prompt to return.
1077         (python-set-proc): New fun.
1078         (python-imports): New var.
1079         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
1080         (python-eldoc-function): Try to move out of arg list.
1081         (python-outline-level): Offset by 1.
1082         (python-find-imports): New fun.
1083         (python-symbol-completions): Use python-imports.
1084         (python-module-path, ffap-alist): Add support for ffap.
1085         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1086         (pythin-insert-*, python-default-template, python-expand-template):
1087         Add templates/skeletons.
1088         (python-setup-brm): Support for Bicycle Repair Man.
1089         (python-abbrev-syntax-table): New var.
1090         (python-abbrev-pc-hook, python-pea-hook): New funs.
1092 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
1094         * frame.el (blink-cursor-start): Set timer first.
1095         (blink-cursor-end): Ignore timer cancelling errors.
1096         Suggested by Ken Manheimer.
1098 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
1100         * newcomment.el (comment-box): Call `comment-normalize-vars'.
1101         Add autoload cookie.
1103 2006-08-20  Richard Stallman  <rms@gnu.org>
1105         * simple.el (line-number-at-pos): Doc fix.
1107         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1108         timer-activate-when-idle, so timer can run before Emacs becomes
1109         non-idle again.
1111 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1113         * whitespace.el (whitespace-cleanup-internal): New optional arg
1114         REGION-ONLY.  If it's non-nil, modify the message to the user
1115         accordingly.
1116         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1117         a non-nil argument.
1119 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
1121         * rect.el (spaces-string): Simplify and add doc string.
1123 2006-08-17  Romain Francoise  <romain@orebokech.com>
1125         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1127 2006-08-17  Richard Stallman  <rms@gnu.org>
1129         * compare-w.el (compare-windows): lambda's take an arg and pass
1130         it to compare-windows-skip-whitespace.
1132 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
1134         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1135         the right buffer.
1137 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1139         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1140         removed files.
1142 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
1144         * progmodes/gdb-ui.el (gdb-locals-watch-map)
1145         (gdb-locals-watch-map-1): Suppress keymap first.
1146         (gdb-edit-locals-map-1): New variable.
1147         (gdb-edit-locals-value): New function.
1148         (gdb-stack-list-locals-handler): Use them.
1150 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1152         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1153         cursor would normally be drawn in the fringe.
1155         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1156         Reported by Martin Rudalics <rudalics@gmx.at>.
1158 2006-08-16  Richard Stallman  <rms@gnu.org>
1160         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1161         (special-event-map): Process drag-n-drop events this way.
1163         * simple.el (move-beginning-of-line): Test whether fields
1164         would prevent motion back to line's first visible character.
1165         If so, stop where the fields would stop the motion.
1167         * newcomment.el (comment-indent): Fully update INDENT
1168         before checking to see if it will change the text.
1170         * cus-edit.el (custom-newline): New function.
1171         (custom-mode-map): Bind newline to custom-newline.
1173         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1174         into ignore-whitespace.
1175         Check each buffer for its skip-function.
1176         Handle compare-windows-skip-whitespace special-case test
1177         by returning t from default skip function.
1179 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1181         * textmodes/org.el (org-clock-special-range)
1182         (org-clock-update-time-maybe): New functions.
1183         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1184         not only a-z.
1185         (org-agenda-get-blocks): Allow multiple blocks per headline.
1186         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1187         (org-export-html-title-format)
1188         (org-export-html-toplevel-hlevel): New options.
1189         (org-export-language-setup): Add support for Czech.
1190         (org-mode, org-insert-todo-heading, org-find-visible)
1191         (org-find-invisible, org-invisible-p, org-invisible-p2)
1192         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1193         (org-show-subtree, org-show-entry, org-make-options-regexp):
1194         Remove compatibility support for old outline-mode.
1195         (org-check-occur-regexp): Funtion removed.
1196         (org-on-heading-p, org-back-to-heading): Made defalias.
1197         (org-set-local): New defsubst.
1198         (org-set-regexps-and-options, org-mode)
1199         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1200         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1201         (org-remember-apply-template, org-table-edit-field)
1202         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1203         (org-set-autofill-regexps): Use `org-set-local'.
1204         (org-table-eval-formula): Fix bug with parsing of display flags.
1206 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
1208         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1209         frame with fringe arrow.  Suggested by Simon Marshall
1210         <simon.marshall@misys.com>.
1211         (gdb-stack-position): New variable.
1212         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1213         (gdb-frames-mode): Set gdb-stack-position to nil.
1214         Add to overlay-arrow-variable-list
1215         (gdb-reset): Delete gdb-stack-position from above list.
1217 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1219         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1220         read only.
1222 2006-08-13  Romain Francoise  <romain@orebokech.com>
1224         * cus-theme.el (customize-create-theme)
1225         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1227         * filesets.el (filesets-add-buffer): Ditto.
1229         * pcvs.el (cvs-change-cvsroot): Ditto.
1231 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
1233         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1234         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1235         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1236         expressions.
1237         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1238         Only search till end of line.
1239         Add face to function names in case of no filename.
1240         Add face to variable names of watchpoints.
1242 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1244         * cus-start.el <indent-tabs-mode>: Move to the `indent'
1245         customization group.
1247 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
1249         * allout.el (allout-prior-bindings, allout-added-bindings):
1250         Remove, after long deprecation.
1251         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1252         Add customization vars controlling allout-beginning-of-line and
1253         allout-end-of-line conveniences.
1254         (allout-header-prefix, allout-use-mode-specific-leader)
1255         (allout-use-mode-specific-leader, allout-mode-leaders):
1256         Revise docstrings.
1257         (allout-infer-header-lead): Change to be an alias for
1258         allout-infer-header-lead-and-primary-bullet.
1259         (allout-infer-header-lead-and-primary-bullet): New version of
1260         allout-infer-header-lead which assigns the primary bullet to the
1261         same as the header lead, when its being changed.
1262         (allout-infer-body-reindent): Apply regexp-quote instead of
1263         unconditionally prepending "\\", so that all literal
1264         allout-header-prefix and allout-primary-bullet strings are
1265         properly handled.
1266         (allout-add-resumptions): Add optional qualifier for extending or
1267         appending to existing values, rather than replacing them.
1268         (allout-view-change-hook): Clarify docstring.
1269         (allout-exposure-change-hook): Take explicit arguments, via
1270         run-hook-with-args.
1271         (allout-structure-added-hook)
1272         (allout-structure-deleted-hook)
1273         (allout-structure-shifted-hook): New hooks analogous to
1274         allout-exposure-change-hook for other kinds of structural outline
1275         edits.
1276         (allout-encryption-plaintext-sanitization-regexps): New encryption
1277         customization variable, by which cooperating modes can provde
1278         massage of the plaintext without actually being passed it.
1279         (allout-encryption-ciphertext-rejection-regexps)
1280         (allout-encryption-ciphertext-rejection-ceiling): New encryption
1281         customization variables, by which cooperating modes can prohibit
1282         rare but possible ciphertext patterns from fouling their
1283         operation, with actually being passed the ciphertext.
1284         (allout-mode): Run activation and deactivation hooks after the
1285         minor-mode variable has been toggled, to clarify the mode
1286         disposition.  The new encryption ciphertext rejection variable is
1287         used to ensure that the ciphertext does not contain text that
1288         would be recognized as outline structural elements by allout.
1289         Substite allout-beginning-of-line and allout-end-of-line for
1290         conventionall beginning-of-line and end-of-line bindings.
1291         If allout-old-style-prefixes is non-nil, don't nullify it on mode
1292         activation!
1293         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1294         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1295         (allout-chart-subtree): Implement new mode, charting only the
1296         visible items in the subtree, when new 'visible' parameter is non-nil.
1297         (allout-end-of-subtree): Properly handle the last item in the buffer.
1298         (allout-pre-command-business, allout-command-counter):
1299         Increment an advertised counter so that cooperating enhancements can
1300         track revisions of items.
1301         (allout-open-topic): Run allout-structure-added-hook with suitable
1302         arguments.
1303         (allout-shift-in): Run allout-structure-shifted-hook with suitable
1304         arguments.
1305         (allout-shift-out): Fix doubling for negative args and ensure call
1306         of allout-structure-shifted-hook by solely using allout-shift-in.
1307         (allout-kill-line, allout-kill-topic):
1308         Run allout-structure-deleted-hook with suitable arguments.
1309         (allout-yank-processing): Run allout-structure-added-hook with
1310         proper arguments.
1311         (allout-yank): Enclose activity in allout-unprotected.
1312         (allout-flag-region): Run allout-exposure-change-hook with
1313         suitable arguments, instead of making the callee infer the arguments.
1314         (allout-encrypt-string):
1315         Support allout-encryption-plaintext-sanitization-regexps,
1316         allout-encryption-ciphertext-rejection-regexps, and
1317         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
1318         en/de cryption mode in symmetric encryption failure message.
1319         (allout-obtain-passphrase): Use copy-sequence to get a distinct
1320         copy of the passphrase, and don't zero it or we'll corrupt the
1321         stashed copy.
1322         (allout-create-encryption-passphrase-verifier)
1323         (allout-verify-passphrase): Respect the new signature for
1324         allout-encrypt-string.
1325         (allout-get-configvar-values): Convenience for getting a
1326         configuration variable value and handling its absence gracefully.
1328 2006-08-11  Romain Francoise  <romain@orebokech.com>
1330         * obsolete/zone-mode.el: Delete.
1332 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1334         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1336 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
1338         * emacs-lisp/bindat.el (bindat-ip-to-string):
1339         Use `format-network-address' if possible.
1341 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1343         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1345 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
1347         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1348         restore unread-command-events here.
1349         (edebug-display): Do it here, to detect sit-for interruptions.
1351 2006-08-10  Romain Francoise  <romain@orebokech.com>
1353         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1354         (dns-mode-soa-auto-increment-serial): New user option.
1355         (dns-mode-soa-maybe-increment-serial): New function.
1356         (dns-mode): Add the latter to `write-contents-functions'.
1358         * obsolete/zone-mode.el: Move to obsolete/ from net/.
1359         Delete autoload cookies.
1361 2006-08-10  John Wiegley  <johnw@newartisans.com>
1363         * eshell/em-glob.el (eshell-glob-chars-list)
1364         (eshell-glob-translate-alist): Add support for [^g] in character globs.
1366 2006-08-10  Richard Stallman  <rms@gnu.org>
1368         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1369         (facemenu-set-face): Doc fix.
1370         (facemenu-listed-faces): Doc fix.
1372 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
1374         * avoid.el (mouse-avoidance-animating-pointer): New var.
1375         (mouse-avoidance-nudge-mouse): Use it.
1376         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1377         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1378         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1379         Don't activate if currently animating.  All callers changed.
1381 2006-08-09  John Wiegley  <johnw@newartisans.com>
1383         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1384         variable, which causes timeclock to report elapsed time worked,
1385         instead of just work remaining.
1387 2006-08-09  Kenichi Handa  <handa@m17n.org>
1389         * international/latexenc.el (latexenc-find-file-coding-system):
1390         Fix for the case that the 2nd element of arg-list is a cons.
1392 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
1394         * info.el (Info-fontify-node): Handle preceding `in' for note
1395         reference hiding rules.
1397 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1400         mistake a closing " for an opening one.
1402 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1404         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1406 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * complete.el (PC-do-completion): Filter out completions matching
1409         completion-ignored-extensions before checking whether there are
1410         multiple completions.
1411         Don't use `list' unnecessarily when building completion tables.
1413 2006-08-06  Richard Stallman  <rms@gnu.org>
1415         * help.el (describe-mode): Make minor mode list more concise.
1417 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
1419         * bindings.el: Give mode-line-format, mode-line-modes, and
1420         mode-line-position `standard-value' properties.
1422 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
1424         * buff-menu.el (list-buffers-noselect): For Info buffers, use
1425         "(file)node" instead of the file name.
1427 2006-08-05  Richard Stallman  <rms@gnu.org>
1429         * faces.el (escape-glyph): Doc fix.
1431 2006-08-04  Kenichi Handa  <handa@m17n.org>
1433         * international/mule-diag.el (describe-font): Improve docstring
1434         and error message.  Use frame-parameter (not frame-parameters).
1436 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1439         Correctly mark the end-of-docstring char.
1441 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
1443         * simple.el (line-move-to-column): Constrain move-to-column to
1444         current field.
1446 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * font-lock.el (font-lock-beg, font-lock-end)
1449         (font-lock-extend-region-functions): New vars.
1450         (font-lock-extend-region-multiline)
1451         (font-lock-extend-region-wholelines): New functions.
1452         (font-lock-default-fontify-region): Use them.
1453         (font-lock-extend-jit-lock-region-after-change): Only round up
1454         if font-lock-default-fontify-region will do it as well.
1456         * font-lock.el (font-lock-extend-after-change-region-function):
1457         Rename from font-lock-extend-region-function.
1458         (font-lock-extend-region): Remove by inlining at call sites.
1459         (font-lock-after-change-function): Don't needlessly round up to a whole
1460         number of lines.
1461         (font-lock-extend-jit-lock-region-after-change): Be more careful about
1462         the boundary conditions and the interactions between the various ways
1463         to extend the region.
1465 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1468         modification status when forcing the second redisplay.
1470 2006-08-03  Kim F. Storm  <storm@cua.dk>
1472         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1474 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1476         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1477         doesn't look like a file name.
1479         * complete.el (PC-expand-many-files): Avoid signalling an error when
1480         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
1482 2006-08-02  Andreas Schwab  <schwab@suse.de>
1484         * bindings.el (mode-line-format): Simplify reference to vc-mode.
1486 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1488         * bindings.el (map): Make mode-line-buffer-identification-keymap
1489         before defining propertized-buffer-identification.
1491 2006-08-01  Richard Stallman  <rms@gnu.org>
1493         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1495 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1497         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1498         default value.
1499         (gdb-find-source-frame): New function.
1500         (menu): Add to menu bar.
1502 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * font-core.el (font-lock-extend-region-function)
1505         (font-lock-extend-region): Move to font-lock.el.
1507         * font-lock.el (font-lock-extend-region-function)
1508         (font-lock-extend-region): Move from font-core.el.  Simplify.
1510         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1511         if needed.
1512         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1513         (jit-lock-after-change-extend-region-functions): New hook.
1514         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1516         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1517         (font-lock-turn-on-thing-lock): Use it.
1519         * longlines.el (longlines-show-region): Make it work on read-only
1520         buffers as well.
1522 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
1524         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1526 2006-07-31  Richard Stallman  <rms@gnu.org>
1528         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1529         (vhdl-speedbar-display-projects): Update old obsolete
1530         speedbar variable names.
1532 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1534         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1535         (gdb-stopped): Use it.
1537         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1539 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
1541         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1542         for load-history elements.
1544 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
1546         * files.el (convert-standard-filename): For Cygwin, replace
1547         characters not allowed in Windows file names.
1548         (make-auto-save-file-name): Add Cygwin to the list of systems
1549         where the auto-save file name needs to be run through
1550         convert-standard-filename.
1552 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1554         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1556 2006-07-28  Richard Stallman  <rms@gnu.org>
1558         * bindings.el (mode-line-frame-identification)
1559         (propertized-buffer-identification): Centralize the code
1560         to initialize the variable.
1562         * progmodes/grep.el (grep-default-command): Catch errors from
1563         wildcard-to-regexp.
1565 2006-07-29  Kim F. Storm  <storm@cua.dk>
1567         * progmodes/grep.el (grep-tag-default): New function.
1568         (grep-default-command, grep-read-regexp): Use it.
1569         (grep-read-files): Use car of grep-files-history or grep-files-aliases
1570         as default if nothing else applies.
1572 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
1574         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1575         Throw error if buffer is not in Dired and Wdired mode, respectively.
1577 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
1579         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1580         self-insert-command keys don't activate buttons.
1581         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1583 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
1585         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1586         faces for enable character.
1588 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1590         * Makefile.in (recompile): Update comment to reflect change
1591         on 2004-04-21.
1593 2006-07-27  Richard Stallman  <rms@gnu.org>
1595         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1596         (customize-package-emacs-version): Change msg when pkg has no entry.
1597         (custom-no-edit): On a button, do like widget-button-press.
1599 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1601         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1602         S-tab and C-S-tab.
1604 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1606         * progmodes/which-func.el (which-function): Fix documentation/
1607         comment typo.
1609 2006-07-26  Richard Stallman  <rms@gnu.org>
1611         * textmodes/ispell.el (ispell-word): If we replace the word,
1612         move point to the end.  Insert before deleting.
1614 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1616         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1617         a timer.
1619 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
1621         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
1622         when at first image.
1623         (tumme-forward-image): Add prefix argument.  Add error when at last
1624         image.
1626 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * tabify.el (tabify-regexp): Use more specific regexps.
1629         (tabify): Avoid modifying the buffer unnecessarily.
1631 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
1633         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1634         (tumme-format-properties-string): Handle empty `buf'.
1635         (tumme-get-comment): Change variable names inside `let'.
1636         Add missing `let' variable that cause font-lock problems.
1637         (tumme-write-comments): Change variable names inside `let'.
1638         Add missing `let' variable that cause font-lock problems.
1639         (tumme-forward-image): Rename from `tumme-forward-char'.
1640         (tumme-backward-image): Rename from `tumme-backward-char'.
1642 2006-07-25  Masatake YAMATO  <jet@gyve.org>
1644         * progmodes/ld-script.el (ld-script-keywords)
1645         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1646         and add comments.
1648 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
1650         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1651         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1652         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1653         for status indicator.
1655 2006-07-24  Richard Stallman  <rms@gnu.org>
1657         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1659         * subr.el (dolist, dotimes): Use interned symbols for locals.
1660         (--dotimes-limit--, --dolist-tail--): New defvars.
1661         (looking-back): Doc fix.
1663         * replace.el (replace-match-string-symbols): Handle dotted lists.
1665 2006-07-24  mathias  <mathias@mattis>
1667         * tumme.el (tumme-write-tags): Add.
1668         (tumme-write-comments): Add.
1669         (tumme-tag-files): Change to use `tumme-write-tags'.
1670         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1671         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1672         (tumme-save-information-from-widgets): Change to use
1673         `tumme-write-comments' and `tumme-write-tags'.
1674         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1675         (tumme-write-tag): Remove.
1676         (tumme-write-comment): Remove.
1677         (tumme-display-previous-thumbnail-original): Remove empty line.
1678         (tumme-widget-list): Add punctuation.
1680 2006-07-24  mathias  <mathias.dahl@gmail.com>
1682         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1684 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1686         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1687         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
1688         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1690 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1692         * mouse.el (mouse-on-link-p): Doc fix.
1694 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
1696         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1697         Handle "C-h f `".
1699 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1701         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1702         column.
1704 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
1706         * textmodes/table.el: Add move-beginning-of-line and
1707         move-end-of-line to Point Motion Only Group.
1709 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
1711         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1713 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1715         * startup.el (user-mail-address): Initialize from the `EMAIL'
1716         environment variable first.  Document this.
1717         (command-line): Ditto.
1719 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
1721         * help-mode.el (help-function-def, help-variable-def)
1722         (help-face-def): Print a message in the minibuffer.
1724 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1726         * term/xterm.el (terminal-init-xterm): Fix key bindings
1727         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1729 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1731         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1732         where `(nth 1 command)' is a cons cell.  Doc fix.
1734         * textmodes/po.el (po-find-charset): Doc fix.
1736 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
1738         * allout.el (allout-unprotected, allout-e-o-prefix-p)
1739         (allout-beginning-of-current-line, allout-end-of-current-line)
1740         (allout-next-visible-heading, allout-open-topic)
1741         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1742         (allout-flag-current-subtree, allout-show-to-offshoot)
1743         (allout-hide-current-entry, allout-show-current-branches)
1744         (allout-hide-region-body, allout-old-expose-topic)
1745         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1746         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1747         containing `beginning-of-line' and `end-of-line' with
1748         `inhibit-field-text-motion' t.
1750 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1752         * frame.el (focus-follows-mouse): Document that it doesn't have
1753         any effect on MS-Windows.
1755 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1757         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1759 2006-07-20  Jay Belanger  <belanger@truman.edu>
1761         * calc.el (calc-previous-alg-entry):  Remove variable.
1763         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1764         New variables.
1765         (calc-alg-entry): Use `calc-alg-entry-history'.
1766         (calc-do-quick-calc): Use `calc-quick-calc-history'.
1767         Remove reference to `calc-previous-alg-entry'.
1768         (calcAlg-edit, calcAlg-enter): Remove reference to
1769         `calc-previous-alg-entry'.
1770         (calcAlg-previous): Use `previous-history-element' instead of
1771         `calc-previous-alg-entry'.
1772         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1773         Change keybinding for `calcAlg-plus-minus', add keybindings for
1774         `previous-history-element' and `next-history-element'.
1776         * calc-rewr.el (calc-match): Remove reference to
1777         `calc-previous-alg-entry'.
1779         * calc-sel.el (calc-selection-history): New variable.
1780         (calc-enter-selection, calc-sel-mult-both-sides)
1781         (calc-sel-add-both-sides): Use `calc-selection-history'.
1783         * calc-map.el (calc-get-operator-history): New variable.
1784         (calc-get-operator): Use `calc-get-operator-history'.
1786         * calcalg3.el (calc-curve-fit-history): New variable.
1787         (calc-curve-fit): Use `calc-curve-fit-history'.
1789 2006-07-20  Kenichi Handa  <handa@m17n.org>
1791         * international/mule-cmds.el (select-safe-coding-system): Fix the
1792         way of deciding eol-type of the coding system.
1794 2006-07-20  Alan Mackenzie  <acm@muc.de>
1796         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1797         (c-lang-setvar): New macro.
1798         (c-make-init-lang-vars-fun): Use the initialization forms in
1799         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1800         (comment-start, comment-end, comment-start-skip): Change these from
1801         c-lang-defvar's to c-lang-setvar's.
1803         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1804         which calls make-local-variable on the elements of
1805         c-emacs-variable-inits.
1806         (c-init-language-vars-for): Call this new macro.
1808 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1811         Try to rule out false positives due to time stamps.
1812         (compilation-mode-font-lock-keywords): Remove rules made redundant
1813         because of the above change.  Add `segmentation fault' to the known and
1814         highlighted compilation termination messages.
1816 2006-07-19  Kim F. Storm  <storm@cua.dk>
1818         * progmodes/grep.el (grep-find-ignored-directories):
1819         Add .svn and _darcs to list.
1821 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
1823         * dired.el (dired-mode-map): Add key binding `C-te' for
1824         `tumme-dired-edit-comment-and-tags'.
1826         * tumme.el (tumme-display-thumbnail-original-image): Make sure
1827         image display buffer is displayed before call to
1828         `tumme-display-image.
1829         (tumme-dired-display-image): Make sure image display buffer is
1830         displayed before call to `tumme-display-image.
1831         (tumme-mouse-display-image): Make sure image display buffer is
1832         displayed before call to `tumme-display-image.
1833         (tumme-widget-list): Add.
1834         (tumme-dired-edit-comment-and-tags): Add.
1835         (tumme-save-information-from-widgets): Add.
1837 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1841 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * progmodes/sh-script.el (sh-font-lock-keywords-1):
1844         Revert inadvertently installed patch hunk.
1846         * progmodes/compile.el (compilation-find-file): Handle the
1847         cases where the user selects a non-existent file.
1849 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1853 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1855         * subr.el (sit-for): Just sleep-for if noninteractive.
1857 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * emacs-lisp/autoload.el (make-autoload): Use new arg.
1861         * custom.el (custom-autoload): Add `noset' argument.
1862         (custom-push-theme): Don't autoload the variable, let callers do it.
1863         (custom-theme-set-variables): Autoload the variable if necessary.
1865         * cus-edit.el (custom-variable-state-set): If the variable was
1866         originally set outside custom, but to the same value as the default,
1867         consider it to be standard.
1869         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1870         file *before* telling Emacs to add the autoloads, in case it fails.
1872         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1873         Use `cond', push', and `dolist'.
1875 2006-07-17  Richard Stallman  <rms@gnu.org>
1877         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1878         Add defvars to silence warnings.
1880 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1882         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1883         Don't highlight "Compiling file" messages as error.
1885         * dired-aux.el (dired-compress-file): Confirm again if gzipped
1886         file already exists.
1888 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
1890         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
1891         entry, don't assign to free var; simply return the extracted filename.
1892         (ff-treat-as-special): Incorporate common preamble from callers.
1893         (ff-other-file-name, ff-find-the-other-file):
1894         Update call to ff-treat-as-special.
1896         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1898 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
1900         * tumme.el (tumme-get-comment): Fix bug.
1902 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1904         * files.el: Remove spurious * in docstrings.
1906 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1908         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1909         grammar.
1910         (allout-beginning-of-current-line): Beware beginning of buffer.
1911         Also, a comment is simplified.
1912         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1913         when appropriate.  (This fix enables use for other than
1914         bullet-hotspot operation.)
1915         (allout-hide-current-subtree): While escalating to sibling-close,
1916         make sure to situate on a topic.
1918 2006-07-14  Kim F. Storm  <storm@cua.dk>
1920         * emulation/cua-base.el (cua-delete-selection)
1921         (cua-toggle-set-mark): New defcustoms.
1922         (cua-rectangle-modifier-key): Add `alt' modifier.
1923         (cua-replace-region): Don't delete if cua-delete-selection is nil.
1924         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1925         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1927         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1929 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1931         * allout.el: Require 'cl during byte-compilation/interactive load,
1932         for the `assert' macro.
1933         (allout-mode-deactivate-hook): New hook, run when allout mode
1934         deactivates.
1935         (allout-developer): New allout customization subgroup.
1936         (allout-run-unit-tests-on-load): New allout-developer
1937         customization variable, when true allout unit tests are run towards
1938         end of file load/eval.
1939         (allout-inhibit-auto-fill): Disable auto-fill activity even during
1940         auto-fill-mode.
1941         (allout-resumptions): Remove, to be replaced by...
1942         (allout-add-resumptions): Register variable settings to be
1943         reinstated by `allout-do-resumptions'.  The settings are made
1944         buffer-local, but the locality/globality of the suspended setting
1945         is restored on resumption.
1946         (allout-do-resumptions): Reinstate all settings suspended using
1947         `allout-add-resumptions'.
1948         (allout-test-resumptions): Unit tests (and intermediate variables)
1949         for resumptions.
1950         (allout-tests-globally-unbound, allout-tests-globally-true)
1951         (allout-tests-locally-true): Intermediate variables for
1952         resumptions unit tests.
1953         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1954         (allout-exposure-category): Replaces 'allout-overlay-category variable.
1955         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1956         instead of retired `allout-resumptions'.  For hook functions, use
1957         `local' parameter so hook settings are created and removed as
1958         buffer-local settings.  Revise (resumptions) setting
1959         auto-fill-function so it is set only if already active.  (The
1960         related fill-function settings are all made in either case, so
1961         that activating auto-fill-mode activity will have the custom
1962         allout-mode behaviors (hanging indent on topics, if configured for it).
1963         Remove all allout-exposure-category overlays on mode deactivation.
1964         (allout-hotspot-key-handler): New function extracted from
1965         `allout-pre-command-business', so the functionality can be used
1966         for other purposes, eg as a binding in an overlay.
1967         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1968         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1969         customization variable.
1970         (allout-run-unit-tests): Run the (currently quite small)
1971         repertoire of unit tests.  Called just before the provide iff user
1972         has customized `allout-run-unit-tests-on-load' non-nil.
1974 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
1976         * emacs-lisp/authors.el (authors-aliases): Update.
1978 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
1980         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1981         gdb-source-window.  Add dedicated argument.
1982         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1983         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1984         (gdb-display-threads-buffer, gdb-display-memory-buffer)
1985         (gdb-display-locals-buffer): Use it.
1987         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1988         Set gdb-source-window.
1990 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1993         minor modes, redundant with the custom-autoload line above.
1995 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
1997         * longlines.el (longlines-post-command-function): Handle open-line too.
1999 2006-07-12  Richard Stallman  <rms@gnu.org>
2001         * progmodes/grep.el (grep-last-buffer): Doc fix.
2003         * info.el (Info-try-follow-nearest-node): Doc fix.
2005         * emacs-lisp/edebug.el (edebug-instrument-function):
2006         Err if find-function-noselect gives no position.
2008         * emacs-lisp/find-func.el (find-function-search-for-symbol):
2009         If can't find definition, return nil for position.
2010         (find-function-do-it): Handle new return value
2011         of find-definition-noselect.
2012         (find-definition-noselect, find-variable-noselect): Doc fix.
2013         (find-function-noselect): Doc fix.
2015         * help-mode.el (help-variable-def): Handle find-variable-noselect
2016         returning no position.
2017         (help-function-def): Likewise for find-function-search-for-symbol.
2018         (help-face-def): Likewise.
2020         * help-fns.el (describe-variable): Handle find-variable-noselect
2021         returning no position.
2023         * files.el (locate-file-completion): Avoid duplicates in result.
2025         * cus-edit.el (custom-no-edit): New command.
2026         (custom-mode-map): Remap to custom-no-edit instead of
2027         using suppress-keymap.
2029 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
2031         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2032         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2033         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2035         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2037 2006-07-11  Kim F. Storm  <storm@cua.dk>
2039         * ido.el (ido-copy-current-file-name): Use buffer-name if
2040         buffer-file-name is nil.
2042 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
2044         * simple.el (undo-ask-before-discard): Set to nil.
2046         * vc.el (vc-exec-after): Don't delete process manually.
2047         (vc-print-log): Run log-view-mode in process sentinel inside
2048         inhibit-read-only.  Don't shrink window due to timing issues.
2050         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2051         Avoid using with-output-to-temp-buffer, which clobbers local vars.
2053 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2055         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2056         Fix ambiguity introduced by last change.
2057         (compilation-find-file): Move save-excursion to where it may
2058         make sense.  Fix a left over `find-file'.
2060 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
2062         * textmodes/texinfmt.el (texinfo-format-separate-node):
2063         Insert a string before point, which fits documentation, not after.
2064         (texinfo-multitable-item): In a multitable row, insert any
2065         additional needed @tabs and spaces.
2067 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
2069         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2070         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2071         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2072         instead of shell-command.
2073         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2074         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2075         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2076         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2077         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2078         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2080 2006-07-11  Kim F. Storm  <storm@cua.dk>
2082         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
2083         Remove special case for seconds < 0.  Use (redisplay t) instead.
2085 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
2087         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2088         avoid compilation error.
2090         * subr.el (sit-for): New function.
2092         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2094 2006-07-10  Richard Stallman  <rms@gnu.org>
2096         * ldefs-boot.el (edebug): Update page.
2098 2006-07-10  Kim F. Storm  <storm@cua.dk>
2100         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2101         to FOR-RELEASE and TODO.
2103 2006-07-10  Romain Francoise  <romain@orebokech.com>
2105         * emacs-lisp/authors.el (authors-aliases): Update.
2107 2006-07-10  Alan Mackenzie  <acm@muc.de>
2109         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2110         * cc-mode.el: Changes to eradicate eval-after-load.
2112 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
2114         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2115         on non-char events.
2117 2006-07-09  Romain Francoise  <romain@orebokech.com>
2119         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2120         Don't highlight start/end markers as compilation messages.
2122         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2123         to t.
2125 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2127         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2129 2006-07-08  Richard Stallman  <rms@gnu.org>
2131         * term/x-win.el (x-handle-display): Add doc string.
2133         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2135         * subr.el (def-edebug-spec): Move here.
2136         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2138         * imenu.el (imenu-choose-buffer-index): Doc fix.
2140 2006-07-08  Romain Francoise  <romain@orebokech.com>
2142         * term/x-win.el (x-display-name): Fix typo.
2144 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
2146         * hexl.el (hexl-find-file): Doc fix.
2148         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2150 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
2152         * term/x-win.el (x-display-name): Doc fix.
2154 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2156         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2157         long prefixes.
2158         (fill-region-as-paragraph): Don't round up to a whole line.
2159         (fill-comment-paragraph): Don't include the code-before-the-comment
2160         when calling fill-region-as-paragraph.
2162         * international/mule.el (make-char): Remove redundancy.
2164         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2165         property may contain an anonymous function rather than a symbol.
2167         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2169         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2170         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
2172         * dirtrack.el (dirtrack-default-directory-function): Remove.
2173         (dirtrack-directory-function): Use file-name-as-directory.
2174         (dirtrack-windows-directory-function): Simplify.
2175         (dirtrack-forward-slash, dirtrack-backward-slash)
2176         (dirtrack-replace-slash): Remove.
2177         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2178         (dirtrack): Fix wrong parenthesizing; use match-string.
2180         * progmodes/octave-inf.el: Remove spurious * in docstrings.
2181         (inferior-octave-mode): Only change the buffer-local value of
2182         comint-dynamic-complete-functions.
2183         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2184         Move the initialization to the declaration.
2185         (inferior-octave-complete): Remove unused var `filter'.
2187         * shell.el (shell-mode): Only change the buffer-local value of
2188         comint-dynamic-complete-functions.
2190 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
2192         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2193         entry is skipped because it has been scheduled.
2194         (org-prepare-agenda-buffers): Don't mark buffers as modified when
2195         changing `:org-archived' and `:org-comment' properties.
2197 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
2199         * server.el (server-select-display): Don't make the temp frame
2200         minibuffer-only, in case it's not a temp frame.
2201         (server-process-filter): Don't delete the temp frame if it's the
2202         only one we have on that display.
2204         * files.el (find-alternate-file): Doc fix.
2206 2006-07-05  Richard Stallman  <rms@gnu.org>
2208         * files.el (abbreviate-file-name): Add save-match-data.
2210 2006-07-03  Richard Stallman  <rms@gnu.org>
2212         * faces.el (read-face-name): Doc fix.
2214 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
2216         * net/goto-addr.el (goto-address): Mark as safe for local evals.
2218 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
2220         * vc.el (vc-diff-internal): Fix prev change.
2222 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
2224         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2225         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2227 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2230         fails if the symbol contains chars like ( or '.
2231         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2232         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2233         `short'.
2235 2006-07-04  Kenichi Handa  <handa@m17n.org>
2237         * international/mule-cmds.el (set-language-info): If LANG-ENV is
2238         the current one, don't call set-language-environment, but call one
2239         of set-language-environment-XXX to make INFO effective now.
2240         (set-language-environment): Call set-language-environment-XXX
2241         functions instead of doing the various setups directly.
2242         (set-language-environment-coding-systems): Delete argument eol-type.
2243         (set-language-environment-input-method)
2244         (set-language-environment-nonascii-translation)
2245         (set-language-environment-charset)
2246         (set-language-environment-fontset)
2247         (set-language-environment-unibyte): New functions.
2249 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2251         * locate.el (locate-update-when-revert): New option.
2252         (locate-update-path): New option (suggested by Michael Albinus).
2253         (locate-prompt-for-command): Whitespace change.
2254         (locate-update): No longer offer to update the locate database by
2255         default.  Implement the two new options.
2257 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
2259         * tooltip.el: Move comment about track-mouse...
2261         * progmodes/gud.el: ...to here.
2263 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
2265         * facemenu.el (facemenu-listed-faces): New var.
2266         (facemenu-unlisted-faces): Variable deleted.
2267         (facemenu-add-new-face): Use facemenu-listed-faces.
2269         * emulation/viper-init.el, calendar/calendar.el:
2270         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2272 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
2274         * textmodes/org.el (org-mode): Remove no invalid settings for
2275         calc embedded mode.
2276         (org-mode-p): New defsubst.
2277         (org-save-all-org-buffers): New function.
2278         (org-first-headline-recenter): Enclose outline-regexp in group
2279         delimiters.
2280         (org-set-tags): Keep single space after stars.
2282 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2284         * window.el (set-window-text-height): Only set window-min-height to
2285         1 if that's the requested size.
2287         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2288         (diff-unified->context, diff-context->unified)
2289         (diff-reverse-direction): Make sure the end marker stays at the end.
2290         (diff-mode): Add the keymap table at the end of docstring.
2291         Use lexical-let rather than constructing a closure manually.
2293         * files.el (find-file-noselect-1): Remove unused var assignment.
2294         (hack-local-variables-confirm): Print lists of strings as lists of
2295         strings rather than lists of symbols.
2296         (abbreviate-file-name, hack-local-variables-prop-line):
2297         Use match-string.
2298         (hack-one-local-variable): Move `make-local-variable' nearer its use.
2299         (recover-session-finish): Use line-end-position.
2301 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
2303         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2305 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
2307         * progmodes/make-mode.el (makefile-macroassign-regex):
2308         Accept preceding keyword.
2309         (makefile-gmake-statements): Reorganize, now that makepp has
2310         "override" and also handle forgotten "override define".
2311         (makefile-makepp-statements): Add new "global", "override export"
2312         and "override global".
2314 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
2316         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2317         (ada-compile-mouse-goto-error, ada-deactivate-properties)
2318         (ada-no-auto-case): Fix typos in docstrings.
2320 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
2322         * info.el (Info-find-node-2): Search for makeinfo version more
2323         carefully.
2325 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
2327         * textmodes/org.el (org-prepare-agenda-buffers):
2328         Use `invisible-OK' argument for `org-end-of-subtree'.
2329         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2330         (org-beginning-of-item): Fix bug in regular expression for white line.
2331         (org-export-as-html): Enforce space after bullet in plain list items.
2332         (org-set-autofill-regexps): Require space after plain list bullet
2333         for paragraph-start.
2334         (org-ts-regexp3): New constant.
2335         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2336         (org-timestamp-up-day, org-timestamp-down-day)
2337         (org-timestamp-change): Work with inactive timestamps.
2338         (org-ts-regexp1): Don't allow brackets in time stamps.
2340 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
2342         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2343         for ignoring links.
2345         * faces.el (read-face-name): Use it.
2347 2006-06-28  Juri Linkov  <juri@jurta.org>
2349         * buff-menu.el (list-buffers-noselect): Compare Info file
2350         with the string "dir" to detect Info directory.
2352         * complete.el (partial-completion-mode): In lambda for
2353         `choose-completion-string-functions' use full function signature
2354         with 4 args, and move point to the end of the minibuffer only if arg
2355         `mini-p' is non-nil.
2357 2006-06-28  John Paul Wallington  <jpw@pobox.com>
2359         * ibuffer.el (ibuffer-mode): Doc fix.
2361 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
2363         * textmodes/org.el (org-context): New contexts :item-bullet,
2364         :latex-fragment, :latex-preview.
2365         (org-overlays-at, org-overlay-start, org-overlay-end):
2366         New compatibility functions.
2367         (org-inside-LaTeX-fragment-p): More accurate matching, using the
2368         exact regexp that will be used during export.
2369         (org-latex-regexps): New variable.
2370         (org-cdlatex-mode): Improve advice for `texmathp'.
2371         (turn-on-org-cdlatex): New function.
2373 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2375         * term/mac-win.el (mac-handle-font-selection): Change keys of
2376         mac-atsu-font-table from strings to numbers.
2377         (mac-ts-caret-position): Use also when cursor-type is nil.
2378         (mac-ts-update-active-input-area): Add Mac OS Classic support.
2379         Relax condition for using overlay strings.
2380         Use mac-ts-caret-position face when cursor-type is nil.
2382 2006-06-26  Kim F. Storm  <storm@cua.dk>
2384         * help.el (view-emacs-news): Declare `res' in the right let* form.
2386 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
2388         * net/rcompile.el (remote-compile): Replace ange-ftp based
2389         implementation by Tramp functions.
2390         Suggested by Marc Abramowitz <msabramo@gmail.com>.
2392         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2394 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
2396         * international/fontset.el (setup-default-fontset): Fix a typo in
2397         the "Oriya-Akruti" registry name.
2399 2006-06-23  Lars Hansen  <larsh@soem.dk>
2401         * desktop.el (desktop-full-file-name): New function.
2402         (desktop-kill, desktop-save, desktop-remove, desktop-read)
2403         (desktop-revert): Use it.
2404         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2405         (desktop-after-read-hook): Add option list-buffers.
2406         (desktop-locals-to-save): Add tab-width.
2407         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2408         Fix docstring.
2410 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
2412         * textmodes/org.el (org-cdlatex-mode-map)
2413         (org-cdlatex-texmathp-advice-is-done): New variables.
2414         (org-cdlatex-mode): New minor mode.
2415         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2416         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2417         (org-export-with-archived-trees): New option.
2418         (org-open-file): Remove the call to `convert-standard-filename'.
2419         (org-archive-tag, org-agenda-skip-archived-trees)
2420         (org-cycle-open-archived-trees)
2421         (org-sparse-tree-open-archived-trees): New options.
2422         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2423         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2424         New functions.
2425         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2426         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2427         (org-mode-map): Add binding for `org-toggle-archive-tag'.
2428         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2429         Call `org-prepare-agenda-buffers'.
2430         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2431         (org-file-apps, org-file-apps-defaults-gnu)
2432         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2433         Handle remote files by forcing them to be opened in Emacs.
2435 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
2437         * vc.el (vc-diff-knows-L): New variable.
2438         (vc-diff-internal): Use it to handle "diff" programs that don't
2439         understand -L.  This works automatically, no user action is necessary.
2441 2006-06-23  Daniel Brockman  <daniel@brockman.se>
2443         * net/rcirc.el (rcirc-default-user-full-name): Default to
2444         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2445         longer exists).
2446         (rcirc-process-list): Check `buffer-live-p' before attempting to
2447         switch to a buffer.
2449 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
2451         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2452         based on rcirc-coding-system-alist.
2454 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
2456         * cus-edit.el (customize-apropos): A better error message.
2457         (top level) <debug-ignored-errors>: Extend and update the list of
2458         ignored error messages.
2460 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
2462         * complete.el (PC-do-completion): Retain capitalization of user
2463         input, when possible, even if completion-ignore-case is set.
2465 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
2467         * generic-x.el (bat-generic-mode): Support .cmd files.
2469         * dos-w32.el (top level): Use find-file-not-found-functions
2470         instead of the obsolete find-file-not-found-hooks.
2472 2006-06-22  Kim F. Storm  <storm@cua.dk>
2474         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2475         to recognize mode name containing submodes, such as Grep/lw.
2477 2006-06-21  Kim F. Storm  <storm@cua.dk>
2479         * simple.el (line-move-1): Check for move-end-of-line instead of
2480         end-of-line when setting temporary-goal-column.
2482 2006-06-21  Miles Bader  <miles@gnu.org>
2484         * play/cookie1.el (cookie): Work properly when there's only one entry.
2486 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
2488         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2489         (gdb-frame-handler): Generalize frame regexp for templates.
2491 2006-06-20  Glenn Morris  <rgm@gnu.org>
2493         * calendar/appt.el (appt-display-format): Default value must be
2494         one of the customize options.
2496 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2498         * term/xterm.el (terminal-init-xterm): Update key availability info.
2499         Bind C-return.
2501         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2503 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
2505         * files.el (hack-local-variables): Run `hack-local-variables-hook'
2506         whether or not a local variables list is defined.
2508         * msb.el (msb): Move `sit-for' hack here to handle both
2509         "mouse-down and drag" and "mouse-up and select" situations.
2510         (mouse-select-buffer): Move `sit-for' hack to `msb'.
2512 2006-06-20  Kenichi Handa  <handa@m17n.org>
2514         * international/characters.el (word-combining-categories):
2515         Add entries for 2-byte Han characters.
2517 2006-06-19  Richard Stallman  <rms@gnu.org>
2519         * bindings.el (mode-line-format): Save some mode line space.
2521         * files.el (find-file-noselect): Improve the question wording.
2522         (basic-save-buffer-2): Mask UMASK against 666.
2524         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2525         (mouse-drag-vertical-line): Call it.
2527         * cus-edit.el (customize-option, customize-option-other-window):
2528         Error if SYMBOL is nil.
2530 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
2532         * textmodes/org.el: Require noutline, also on XEmacs.
2533         (org-end-of-subtree): Return point.
2534         (org-dblock-start-re, org-dblock-end-re): New constants.
2535         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2536         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2537         (org-update-all-dblocks, org-find-dblock): New functions.
2538         (org-collect-clock-time-entries): New function.
2539         (org-html-handle-time-stamps): Never export CLOCK timeranges.
2540         (org-fixup-indentation): Modify to deal correctly with lines
2541         starting with TAB.  Only one argument DIFF now.
2542         (org-demote, org-promote): Call `org-fixup-indentation' with just
2543         one argument, DIFF.
2544         (org-mode): Don't mark buffer as modified when aligning tables.
2545         (org-clock-sum): Don't mark buffer modified when adding time sum
2546         properties.
2547         (org-export-as-html): Add support for a link validation function.
2548         (org-archive-all-done): New function.
2549         (org-archive-subtree): New prefix argument.  When set, archive all
2550         done subtrees in this buffer.
2551         (org-remove-clock-overlays)
2552         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2553         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2554         (org-put-clock-overlay): Don't swallow last headline character
2555         when displaying overlay.
2556         (org-store-link): Link to `image-mode' with just the file name.
2558 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
2560         * viper-cmd.el (viper-special-read-and-insert-char):
2561         Use read-key-sequence.
2562         (viper-after-change-undo-hook): Misc enhancements.
2563         (viper-after-change-undo-hook): New hook.
2564         (viper-undo): Use viper-after-change-undo-hook.
2565         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2566         (viper-next-line-at-bol): If point is on a widget or a button, simulate
2567         clicking on that widget/button.
2569         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2571         * ediff-diff (ediff-test-patch-utility): Catch errors.
2572         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2573         (ediff-set-actual-diff-options): New function.
2574         (ediff-reset-diff-options, ediff-toggle-ignore-case):
2575         Use ediff-set-actual-diff-options.
2576         (ediff-extract-diffs): Catch errors.
2577         (ediff-whitespace): Add non-breakable space.
2578         (ediff-same-file-contents): Catch errors.
2580         * ediff-mult.el (ediff-collect-custom-diffs):
2581         Save coding-system-for-read.
2583         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2584         (ediff-vc-internal, ediff-vc-merge-internal):
2585         Use ediff-delete-version-file.
2586         (ediff-delete-version-file): New function.
2588         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2590         * ediff.el (ediff-directories, ediff-directory-revisions)
2591         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2592         (ediff-directories-internal, ediff-merge-directory-revisions)
2593         (ediff-merge-directory-revisions-with-ancestor)
2594         (ediff-directories3): Use read-directory-name.
2596 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
2598         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2599         Remove superfluous part of regexp for brace matching which is handled
2600         by `scan-lists' call.
2602 2006-06-16  Richard Stallman  <rms@gnu.org>
2604         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2606         * files.el (basic-save-buffer-2): For a new precious file,
2607         use the default modes in the return value.
2609         * facemenu.el (facemenu-color-alist): Doc fix.
2611         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2613 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2615         * cus-start.el (all): Add mac-ts-script-language-on-focus.
2617         * term/mac-win.el (mac-text-encoding-ascii): New constant.
2618         (mac-utxt-to-string): Use it.
2619         (mac-ts-update-active-input-area): Use mac-ae-number.
2621 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2623         * term.el (term-handle-scroll, term-delete-lines)
2624         (term-insert-lines): Fix off by one errors.
2626 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2628         * net/tramp.el (tramp-touch): Use UTC to express time.
2630 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
2632         * mail/sendmail.el (mail-send): Search explicitly for
2633         mail-header-separator when checking for corrupted header lines.
2635 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
2637         * progmodes/gdb-ui.el (gdb-same-frame): New option.
2638         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2639         (gdb-init-1): Initialise them.
2640         (gdb-starting): Reset gdb-printing
2641         (gdb-starting): Save value of gud-overlay-arrow-position.
2642         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2643         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2644         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2645         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2647 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2649         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2651 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
2653         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2654         (ldap-search-internal): Keep error messages, and a regexp fix.
2656 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
2658         * files.el (hack-local-variables-confirm):
2659         Display string value using its printed representation.
2661 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
2663         * server.el (server-edit): No-op if no server buffers exist.
2665 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
2667         * textmodes/page-ext.el (pages-directory-for-addresses):
2668         Including `pages-directory-address-mode' in the function results
2669         in the message "Buffer in which pages were found is deleted".
2671 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
2673         * textmodes/org.el (org-agenda-mode-map): Add bindings for
2674         clocking functions.
2676         (org-agenda-clock-in, org-check-running-clock)
2677         (org-clock-out-if-current, org-remove-clock-overlays)
2678         (org-put-clock-overlay): New functions.
2679         (org-clock-marker, org-clock-file-total-minutes)
2680         (org-clock-overlays): New variables.
2681         (org-clock-display, org-clock-sum, org-clock-cancel)
2682         (org-clock-out, org-clock-in): New commands.
2683         (org-export): New function.
2684         (org-emph-re): New constant.
2685         (org-set-emph-re, org-do-emphasis-faces): New functions.
2686         (org-emphasis-regexp-components, org-emphasis-alist): New options.
2687         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2688         (org-export-html-convert-emphasize): Use the configurable emphasis.
2689         (org-cleaned-string-for-export): Make multiline emphasis visible
2690         to the exporter.  New optional argument PARAMETERS.
2691         (org-export-as-html): Specify :emph-multiline parameter to
2692         `org-cleaned-string-for-export'.
2694 2006-06-10  Richard Stallman  <rms@gnu.org>
2696         * help.el (help-for-help-internal): Clean up help text.
2698 2006-06-10  Andreas Schwab  <schwab@suse.de>
2700         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2701         in doc string.
2703         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2705 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
2707         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2708         spaces after the comment start.
2710 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2712         * play/pong.el (pong-init-buffer):
2713         Fill buffer with spaces instead of ^A.
2715         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2716         launched asynchronously, delete its process instead of being cool.
2717         (ispell-async-processp): Check for `delete-process' existence
2718         instead of `kill-process' one for consistency.
2720 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
2722         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2723         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2724         in mode line at startup.
2726 2006-06-08  Kim F. Storm  <storm@cua.dk>
2728         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2729         (ido-init-completion-maps): Bind them to M-SPC and M-v.
2730         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2731         (ido-file-internal): Pass full file name to write-file.
2732         (ido-read-internal): Only pop stack elements automatically if they
2733         actually match an existing directory or file name.
2735 2006-06-07  Kenichi Handa  <handa@m17n.org>
2737         * international/mule.el (find-auto-coding): Don't handle the short
2738         name `char-trans'.
2740         * files.el (hack-local-variables-prop-line)
2741         (hack-local-variables): Cancel the previous change.
2743 2006-06-06  Jesper Harder  <harder@phys.au.dk>
2745         * ediff-diff.el (ediff-test-utility): Protect against file-error.
2747 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
2749         * diff-mode.el (diff-mode): Set buffer-read-only to t when
2750         diff-default-read-only is non-nil.
2751         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2752         (diff-refine-hunk): Set inhibit-read-only to t.
2754         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2755         modifying the *Diff* buffer.
2756         (diff-process-filter): New filter function for diff process that
2757         sets inhibit-read-only to t when modifying the *Diff* buffer.
2759 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
2761         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2762         insertion point and control the number of empty lines.
2763         (org-paste-subtree): Limit the number of empty lines at the end of
2764         the inserted tree.
2765         (org-agenda): Use buffer name of current file for narrowing.
2766         (org-export-as-xml): Command removed.
2767         (org-export-xml-type): Option removed.
2768         (org-mode-map): Call `org-export-as-xoxo' directly.
2769         (org-get-indentation): New optional argument LINE.
2770         (org-fix-indentation, org-remove-tabs): New functions.
2771         (org-export-as-ascii, org-ascii-level-start): Determine and apply
2772         correct indentation for headlines that are converted it items.
2773         (org-skip-comments): Remove table lines that contain narrowing
2774         cookies but no other non-empty fields.
2775         (org-set-tags): Allow groups of mutually exclusive tags.
2776         (org-cmp-time): Sort 24:21 before items without time.
2777         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2778         (org-open-at-point): Require double colon also for numbers.
2780 2006-06-06  Kim F. Storm  <storm@cua.dk>
2782         * ido.el (ido-default-file-method, ido-default-buffer-method):
2783         Make choice values consistent with corresponding command names.
2784         (ido-visit-buffer): Update accordingly.  Default to selected-window.
2786 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
2788         * progmodes/gud.el (gud-running): Fix doc string.
2789         (gud-menu-map): Use :visible instead fo :enable for debugger test.
2790         (gud-tooltip-modes): Add python-mode.
2791         (gud-tooltip-print-command): Add pdb.  Remove perldb.
2793 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
2795         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2796         Quote $(EMACS).
2798 2006-06-05  Richard Stallman  <rms@gnu.org>
2800         * faces.el (defined-colors): Doc fix.
2802 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
2804         * vc.el (vc-process-filter): Inhibit undo info collection around
2805         call to insert.
2806         (vc-setup-buffer): Likewise for call to erase-buffer.
2807         (vc-do-command): Likewise for call to process-file.
2809 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
2811         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2812         for gud-go.
2813         (gud-common-init): Other debuggers may trigger error.
2815 2006-06-05  Kenichi Handa  <handa@m17n.org>
2817         * international/mule.el (find-auto-coding):
2818         Handle enable-character-translation in file header.
2820 2006-06-04  Kim F. Storm  <storm@cua.dk>
2822         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2823         (authors-fixed-entries): Fix spelling.
2824         (authors-canonical-file-name): Don't report error for wildcards.
2826         * help.el (view-emacs-news): Rewrite to support new NEWS,
2827         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
2828         e.g. version 10 matches 1.10, and don't be confused by version 1.1
2829         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
2831 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
2833         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2834         exec constructs like `foo bar`.
2835         (sh-quoted-subshell): New helper function to search for a possibly
2836         nested subshell (like `` or $()) within a "" quoted string.
2837         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2838         (sh-apply-quoted-subshell): Flag quote characters inside a
2839         subshell, which is itself already in a quoted region, as
2840         punctuation, since this is the closest to what they actually are.
2841         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2842         sh-apply-quoted-subshell.
2843         (sh-font-lock-syntactic-face-function): Apply the new face for
2844         text inside `` instead of the old font-lock-string-face.
2846 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2848         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2849         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2850         (mac-bytes-to-text-range, mac-ae-text-range-array)
2851         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2852         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2853         (mac-ts-unicode-for-key-event): New functions.
2854         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2855         (mac-handle-font-selection): Use mac-ae-number.
2856         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2857         New variables.
2858         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2859         (mac-ts-converted-text, mac-ts-selected-converted-text)
2860         (mac-ts-block-fill-text, mac-ts-outline-text)
2861         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2862         (mac-ts-hilite-style-faces): New constant.
2863         (mac-apple-event-map): Bind text input events.
2864         (mac-dispatch-apple-event): Use command-execute instead of
2865         call-interactively.
2866         (global-map): Don't bind mac-apple-event.
2867         (special-event-map): Bind mac-apple-event.
2869 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2871         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2872         file name.
2873         (emacs): Enclose the value of $(EMACS) in quotes.
2875 2006-06-02  Juri Linkov  <juri@jurta.org>
2877         * international/mule.el (sgml-html-meta-auto-coding-function):
2878         Remove the condition `(search-forward "<html" size t)'.
2879         Replace `\"' with `[\"']?' in `re-search-forward'.
2881 2006-06-02  Kenichi Handa  <handa@m17n.org>
2883         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2884         as well as `coding'.
2885         (hack-local-variables): Likewise.
2887         * international/mule.el (enable-character-translation):
2888         Put permanent-local and safe-local-variable properties.
2889         (find-auto-coding): Handle char-trans: tag.
2891 2006-06-02  Juri Linkov  <juri@jurta.org>
2893         * international/mule.el (sgml-html-meta-auto-coding-function):
2894         Limit the search by the end of the HTML header (if any).
2896 2006-06-01  Richard Stallman  <rms@gnu.org>
2898         * subr.el (with-current-buffer): Doc fix.
2900 2006-06-02  Masatake YAMATO  <jet@gyve.org>
2902         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2903         Almost rewrite.  Underlines over all lines of gcov output are too
2904         uncomfortable to read.  Suggested by Dan Nicolaescu.
2906 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2908         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2910         * shell.el (shell-mode): Use shell-mode-map in docstring.
2912         * comint.el (comint-send-input): Do not add help-echo and
2913         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2915 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2917         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2919 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
2921         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2922         (gdb-stopped, gdb-info-stack-custom): If there is no source info
2923         look up the stack and pop up GUD buffer if necessary.
2924         (gdb-frames-select): Remove redundant call to gud-display-frame.
2925         (gdb-info-threads-custom): Keep point at start of buffer.
2926         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2928 2006-05-31  Juri Linkov  <juri@jurta.org>
2930         * replace.el (query-replace-read-from, query-replace-read-to):
2931         Bind `history-add-new-input' to nil.  Call `add-to-history'.
2933 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2935         * textmodes/table.el: Convert all HTML tags to lower case for
2936         XHTML compatibility.
2938 2006-05-31  Masatake YAMATO  <jet@gyve.org>
2940         * progmodes/compile.el:
2941         (compilation-error-regexp-alist-alist::gcov-called-line):
2942         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
2944 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
2946         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2947         Revert inadvertent changes made with last commit.
2949 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2951         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2952         New functions.
2954         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2956 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
2958         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2959         only matches in the right place.
2960         (org-upcoming-deadline): New face.
2961         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2962         (org-export-ascii-underline): Rename constant `org-ascii-underline'
2963         and make it an option.
2964         (org-export-ascii-bullets): New option.
2965         (org-export-as-html): Many changes to emit valid XHTML.
2966         (org-par-open): New variable.
2967         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2968         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2969         (org-timeline): Pass `org-timeline-show-empty-dates' to
2970         `org-get-all-dates'.  Interpret empty dates returned by
2971         `org-get-all-dates'.
2972         (org-get-all-dates): New argument EMPTY.  Add dates without
2973         entries to the list, mark large ranges of empty dates.
2974         (org-point-in-group, org-context): New functions.
2976 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
2978         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2980         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2981         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2982         to C-mouse-3 (for 2 button mice).
2983         (gdb-send): Do the right thing for C-d.
2985         * speedbar.el (speedbar-detach): Delete.
2986         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2987         it breaks things.
2988         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2990 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
2992         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2993         Makeppfile.
2995         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2996         Add makepp diagnostic.
2998 2006-05-29  Richard Stallman  <rms@gnu.org>
3000         * window.el (fit-window-to-buffer): Doc fix.
3002         * help.el (temp-buffer-max-height): Doc fix.
3004         * subr.el (with-current-buffer): Doc fix.
3006 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3008         * term/x-win.el: Bind F10 to menu-bar-start if available.
3010 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
3012         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3013         uses with a simple test.
3014         (term-set-escape-char, term-mode, term-check-kill-echo-list)
3015         (term-send-raw-string, term-send-raw, term-mouse-paste)
3016         (term-char-mode, term-line-mode, term-exec, term-sentinel)
3017         (term-handle-exit, term-read-input-ring)
3018         (term-previous-matching-input-string)
3019         (term-previous-matching-input-string-position)
3020         (term-previous-matching-input-from-input)
3021         (term-replace-by-expanded-history, term-send-input)
3022         (term-skip-prompt, term-bol, term-send-invisible)
3023         (term-kill-input, term-delchar-or-maybe-eof)
3024         (term-backward-matching-input, term-check-source)
3025         (term-proc-query, term-emulate-terminal)
3026         (term-handle-colors-array, term-process-pager, term-pager-line)
3027         (term-pager-bob, term-unwrap-line, term-word)
3028         (term-dynamic-complete-filename)
3029         (term-dynamic-complete-as-filename)
3030         (term-dynamic-simple-complete): Replace one arm ifs with whens or
3031         unlesses.
3033 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3036         during bootstrapping.
3038         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3039         Basically undo the change of 2006-05-26: use extra arguments instead of
3040         dynamic scoping.
3041         (ewoc-locate): Remove unused var `footer'.
3043 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3045         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3047         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3048         (generate-file-autoloads): Obey it.  Return whether autoloads were
3049         added at point or not.
3050         (update-file-autoloads): Use this new return value.
3051         Remove redundant test for the presence of an autoload cookie.
3053         * emacs-lisp/autoload.el (autoload-find-file): New fun.
3054         This one calls hack-local-variables.
3055         (generate-file-autoloads, update-file-autoloads): Use it.
3057         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3058         (bibtex-sort-entry-class): Add safe-local-variable predicate.
3059         (bibtex-sort-entry-class-alist): Don't set the global value.
3060         (bibtex-init-sort-entry-class-alist): New fun.
3061         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3062         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3063         of bibtex-init-sort-entry-class.
3065 2006-05-28  Richard Stallman  <rms@gnu.org>
3067         * subr.el (load-history-regexp): If FILE is relative, insist
3068         entire last name component must match it.
3069         (load-history-filename-element, load-history-regexp): Doc fixes.
3071 2006-05-29  Kim F. Storm  <storm@cua.dk>
3073         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3074         `pos' and `raw-data' for clarity, as eval forms may access these.
3076 2006-05-28  Kim F. Storm  <storm@cua.dk>
3078         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3080 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         * progmodes/make-mode.el (makefile-browser-map)
3083         (makefile-mode-syntax-table): Move initialization inside declaration.
3084         (makefile-fill-paragraph): Use the default comment-filling code.
3086 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
3088         * replace.el (query-replace-defaults): New variable.
3089         (query-replace-read-from): Use `query-replace-defaults' for
3090         default value, instead of history list.
3091         (query-replace-read-to): Update `query-replace-defaults'.
3093 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
3095         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3096         with no X toolkit.
3098 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
3100         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3101         (tumme-show-all-from-dir): Add autoload.
3103 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
3105         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3106         (tumme-remove-tag): Fix bug.
3108 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3110         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3111         FOOTER args.  Update unique caller.
3112         (ewoc-delete): Compute last node once before looping.
3113         (ewoc--node-branch): Merge into unique caller.
3114         (ewoc--node): Don't define constructor make-ewoc--node for this
3115         structure.
3116         (ewoc): Add member `hf-pp' to this structure.
3117         (ewoc--wrap): New func.
3118         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
3119         header/footer pretty-printers.  Save header/footer pretty-printer.
3120         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
3122         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3124 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
3126         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3127         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
3128         Tag'.  Change "Compare directories..." to "Change Directories...".
3129         Move tumme commands to Operate, Regexp and Immediate menus.
3130         Change "Add Comment" to "Add Image Comment".  Change "Add Image
3131         Tag" to "Add Image Tags".
3133         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3134         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3135         `tumme-delete-tag'.
3137 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3139         * shell.el (shell-mode): Call shell-dirtrack-mode after
3140         list-buffers-directory is made a local variable, to avoid setting
3141         the default value.
3143 2006-05-26  Kevin Ryde  <user42@zip.com.au>
3145         * info.el (Info-index-next): Use where-is-internal to report
3146         actual binding of Info-index-next, rather than hard-coded `,'.
3148 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
3150         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3151         and "Find Command in Manual" to here.
3153         * buff-menu.el (list-buffers-noselect): For Info buffers, use
3154         Info-current-file as the file name.
3156 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
3158         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
3159         overrides will now be done a different way.
3160         (ses-set-parameter): Reapply this function for undo.
3161         (ses-set-header-row): Reconstruct header row during undo.
3162         (ses-widen): New function.
3163         (ses-goto-data, ses-reconstruct-all): Use new function.
3164         (ses-command-hook): Widen buffer during undo, before unupdating
3165         the cells.
3166         (ses-insert-row, ses-delete-row): Widen buffer during undo.
3167         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3168         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3169         formula hasn't been executed yet.
3171 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3173         * comint.el (comint-kill-whole-line): Rename arg to count.
3174         Fix doc string.
3176 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
3178         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3179         to copy-file.
3181 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3183         * simple.el (toggle-truncate-lines): Make arg optional for
3184         backward compatibility.
3186 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
3188         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3189         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3190         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
3191         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3192         (ewoc--adjust): Use ewoc--current-dll.
3193         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3195 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
3197         * textmodes/org.el (org-next-item, org-previous-item): Emit more
3198         compact error message.
3199         (org-tags-view): Refresh category table in each file.
3200         (org-table-justify-field-maybe): Remove superfluous arguments to
3201         `format'.
3202         (org-export-as-html): Insert "<p>" before postamble.
3203         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3205 2006-05-26  Kenichi Handa  <handa@m17n.org>
3207         * textmodes/po.el (po-find-charset): Pay attention to the case
3208         FILENAME is a cons (NAME . BUFFER).
3209         (po-find-file-coding-system-guts): Likewise.
3211         * arc-mode.el (archive-set-buffer-as-visiting-file):
3212         Call find-operation-coding-system with (FILENAME . BUFFER).
3214         * tar-mode.el (tar-extract): Call find-operation-coding-system
3215         with (FILENAME . BUFFER).
3217         * international/mule.el (decode-coding-inserted-region):
3218         Call find-operation-coding-system with (FILENAME . BUFFER).
3220 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3222         * image-mode.el (image-toggle-display): Use buffer contents to
3223         generate image for a remote file.
3225 2006-05-25  Juri Linkov  <juri@jurta.org>
3227         * replace.el (query-replace-read-from, query-replace-read-to):
3228         Remove 8th arg KEEP-ALL in read-from-minibuffer.
3230 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
3232         * whitespace.el (whitespace-cleanup): Change to cleanup
3233         region if one is active.
3234         * whitespace.el (whitespace-cleanup-internal): New internal method.
3236 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3238         * dired.el (dired-mode-map): Add help-echo strings to tumme
3239         commands.  Bind `tumme-dired-display-image' to C-t i.
3241         * tumme.el (tumme-display-image): Change documentation string slightly.
3242         (tumme-dired-display-image): Add call to `display-buffer'.
3244 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3246         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3247         Signal error if RAW-DATA is a multibyte string.
3249 2006-05-24  Richard Stallman  <rms@gnu.org>
3251         * subr.el (with-local-quit): When handling `quit' signal,
3252         make a chance for quit-flag to cause a quit.
3254         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3255         (ad-disable-advice): Add autoloads.
3257         * subr.el (read-passwd): Copy PROMPT before changing its properties.
3259 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3261         * dired.el (dired-mode-map): Change menu items for tumme as per
3262         suggestions in emacs-devel.
3264 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
3266         * dired.el (dired-mode-map): Fix breakage.
3268 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3270         * tumme.el (tumme-display-dired-image): Rename to...
3271         (tumme-dired-display-image): ...this.
3272         (tumme-track-movement): Change default value to t.
3273         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3274         used from `tumme-next-line-and-display' and similar commands.
3276         * dired.el (dired-mode-map): Add Thumbnail submenu under the
3277         Immediate menu.  Add some tumme commands there.
3279 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3281         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3283 2006-05-24  Chong Yidong  <cyd@mit.edu>
3285         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3286         menu entries that open submenus.
3288 2006-05-24  Alan Mackenzie  <acm@muc.de>
3290         * startup.el (command-line): For names of preloaded files, don't
3291         append ".elc" (now done in Fload), and call file-truename on the
3292         lisp directory.
3294         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
3295         match ANY loaded file with the right name, not just those in
3296         load-path.  Put a regexp matching the file name into
3297         after-load-alist, rather than the name itself.
3299         * subr.el: New functions load-history-regexp,
3300         load-history-filename-element, do-after-load-evaluation.
3302         * international/mule.el (load-with-code-conversion): Do the
3303         eval-after-load stuff by calling do-after-load-evaluation.
3305 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
3307         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3308         has not been killed.
3310 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3312         * term/mac-win.el: Set idle timer to clean up expired Apple events.
3313         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3314         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3315         Optionally set error message in reply.
3317 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
3319         * textmodes/org.el (org-open-at-point): Use renamed variable
3320         `org-confirm-shell-link-function'.
3321         (org-confirm-shell-link-function): Rename from
3322         `org-confirm-shell-links'.
3323         (org-export-directory): New function.
3324         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3325         (org-export-icalendar): Use `org-export-directory'.
3326         (org-indent-item): Keep cursor position.
3327         (org-link-file-path-type): New option.
3328         (org-export-as-html): Fix bug with plain lists starting in
3329         column 0.
3330         (org-export-as-html): Remove deadline formatting, this happens
3331         now already in `org-html-handle-time-stamps'.
3332         (org-export-html-style): Deadline class removed.
3333         (org-insert-labeled-timestamps-at-point): New option.
3334         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3335         of `hide-sublevels 1', in case the first headline is not level 1.
3336         (org-overview, org-content): New fuction.
3337         (org-cycle-global-status, org-cycle-subtree-status): Make these
3338         variables buffer-local.
3339         (org-global-cycle): New command.
3340         (org-shifttab): Use `org-global-cycle'.
3341         (org-insert-heading, org-insert-item): Go to end of new
3342         headline/item after creating it.
3343         (org-export-visible): Rename from `org-export-copy-visible'.
3344         Now creates a temporary org-file and applies an exporting command
3345         to it.
3346         (org-table-eval-formula): Support for lisp forms.
3347         (org-agenda-todo-ignore-scheduled): New option.
3348         (org-agenda-get-todos): Use new option
3349         `org-agenda-todo-ignore-scheduled'.
3350         (org-export-html-inline-images): New value `maybe'.
3351         (org-export-as-html): Inlining of images dependent on link description.
3352         (org-archive-subtree): Check for end-of-buffer before trying
3353         `kill-line'.
3354         (org-agenda-follow-mode): New option.
3355         (org-export-with-tags, org-export-with-timestamps): New options.
3356         (org-html-handle-time-stamps): New function.
3357         (org-keyword-time-regexp): New variable.
3358         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3359         (org-agenda-todo-list-sublevels): New option.
3360         (org-html-level-start): When TITLE is nil, just close all levels.
3361         (org-parse-key-lines, org-parse-export-options): Remove functions,
3362         replaced by `org-infile-export-plist'.
3363         (org-combine-plists, org-infile-export-plist)
3364         (org-default-export-plist): New functions.
3365         (org-export-html-preamble, org-export-html-postamble)
3366         (org-export-html-auto-preamble, org-export-html-auto-postamble):
3367         New variables.
3368         (org-export-publishing-directory): New option.
3369         (org-export-as-html, org-export-as-ascii): Use the new property
3370         lists for settings.
3371         (org-export-copy-visible, org-export-as-xoxo):
3372         Respect `org-export-publishing-directory'.
3373         (org-link-search, org-store-link, org-file-apps): Support for
3374         links to BibTeX database entries..
3375         (org-get-current-options, org-set-regexps-and-options):
3376         Implement logging as a startup option.
3377         (org-store-link): Make sure context string is never empty
3378         (org-insert-link): Use relative path when possible.
3379         (org-at-item-checklet-p): New function.
3380         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3381         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3382         (org-metaright, org-metaup, org-metadown, org-shiftup)
3383         (org-shiftdown, org-shiftright, org-shiftleft)
3384         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3385         Dispatch using `call-interactively'.
3386         (org-call-with-arg): New defsubst.
3387         (org-tag-alist, org-use-fast-tag-selection): New options.
3388         (org-complete): Use `org-tag-alist'.
3389         (org-fast-tag-insert, org-fast-tag-selection): New functions.
3390         (org-next-item, org-previous-item): New commands.
3391         (org-beginning-of-item, org-end-of-item): Add (interactive) to
3392         make command.
3393         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3395 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
3397         * emacs-lisp/ewoc.el (ewoc-delete): New function.
3398         (ewoc-filter): Use `ewoc-delete'.
3400         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3402 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3405         Signal more user-friendly error messages.
3407         * complete.el (PC-do-completion): Undo the addition of implicit
3408         wildcards if they did not lead to finding any match.
3409         (read-file-name-internal): Don't add the final > if the completion is
3410         not finished.
3412 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3414         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3415         Quote safe-local-variable predicate.
3417 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3419         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3421 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3423         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3425         * progmodes/make-mode.el (makefile-special-targets-list)
3426         (makefile-macro-table, makefile-target-table): Mark as risky.
3427         (makefile-query-one-target-method): Make this the alias for the
3428         following variable.
3429         (makefile-query-one-target-method-function): Make this the real name.
3431         * textmodes/artist.el (artist-text-renderer): Make this the alias
3432         for the following variable.
3433         (artist-text-renderer-function): Make this the real name.
3435         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3436         the alias for the following variable.
3437         (flyspell-generic-check-word-predicate): Make this the real name.
3439         * textmodes/ispell.el (ispell-format-word): Make this the alias
3440         for the following variable.
3441         (ispell-format-word-function): Make this the real name.
3442         (ispell-message-text-end): Mark as risky.
3444         * skeleton.el (skeleton-transformation, skeleton-filter)
3445         (skeleton-pair-filter): Make these the aliases for the following
3446         variables.
3447         (skeleton-transformation-function, skeleton-filter-function)
3448         (skeleton-pair-filter-function): Make these the real names.
3450         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3451         and skeleton-pair-filter-function.
3453         * textmodes/sgml-mode.el (sgml-transformation): Make this the
3454         alias for the following variable.
3455         (sgml-transformation-function): Make this the real name.
3456         (sgml-tag-alist): Mark as risky.
3458 2006-05-21  Richard Stallman  <rms@gnu.org>
3460         * simple.el (kill-region): Interactively, pass point, then mark.
3462 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3464         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3466 2006-05-21  Romain Francoise  <romain@orebokech.com>
3468         * dired-x.el (dired-mode-map): Don't bind M-g.
3470 2006-05-20  Richard Stallman  <rms@gnu.org>
3472         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3473         (dired-goto-file): Doc fix.
3475 2006-05-21  Kim F. Storm  <storm@cua.dk>
3477         * emulation/cua-base.el: Mention customizing cua-mode as alternative
3478         way to enable built-in cua-mode if user loads older CUA-mode package.
3480         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3481         if default-filename is specified.
3483 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3485         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3487         * info.el (info-apropos): Make sure current-file and current-node
3488         have non-nil values.  Speed up by using add-to-list instead of
3489         manual consing.
3491 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3493         * progmodes/make-mode.el (makefile-mode): Doc fix.
3495 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3497         * dired-aux.el (dired-do-shell-command): Doc fix.
3499 2006-05-20  Kevin Ryde  <user42@zip.com.au>
3501         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3502         ``(custom-manual :tag "Foo" "(foo)Node")''.
3504 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
3506         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3507         value is an integer.
3509 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3511         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3512         "format".
3513         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3515 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
3517         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3518         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3520 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3523         regexp for keywords.
3525 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
3527         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3528         replace-regexp-in-string.
3530         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3531         encode, and escape file name on conversion to URL.
3533 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3535         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3536         Don't unescape URL.
3537         (dnd-get-local-file-name): Unescape URL on conversion to file name.
3539         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3540         on conversion to URLs.
3542         * net/browse-url.el (browse-url-file-url): Encode file name on
3543         conversion to URL.
3545         * term/mac-win.el (mac-ae-open-documents): Escape file name on
3546         conversion to URL.
3548 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
3550         * progmodes/cc-styles.el (c-style-alist): Doc fix.
3552 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3554         * term/mac-win.el (mac-bytes-to-digits): Remove function.
3555         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3557 2006-05-19  Glenn Morris  <rgm@gnu.org>
3559         * calendar/diary-lib.el (diary-bahai-date)
3560         (list-bahai-diary-entries, mark-bahai-diary-entries)
3561         (mark-bahai-calendar-date-pattern): Not interactive.
3562         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
3563         (diary-entries-list): Change format of 4th element in each entry.
3564         (diary-list-entries): Use add-to-diary-list.
3565         (diary-goto-entry): Handle the case where the buffer visiting the
3566         diary has been killed.
3567         (fancy-diary-display): Add 'locator to button rather than 'marker.
3568         Only generate temp-face when there are marks to apply.
3569         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3570         (diary-fancy-date-pattern): New variable.
3571         (diary-time-regexp): Doc fix.
3572         (diary-anniversary, diary-time): New faces.
3573         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3574         diary-time-regexp.  Add font-lock-multiline property where needed.
3575         Use new faces diary-anniversary and diary-time.
3576         (diary-fancy-font-lock-fontify-region-function): New function, to
3577         handle multiline font-lock pattern in fancy diary.
3578         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3579         (diary-font-lock-keywords): Tweak time regexp.  Use new face
3580         diary-time.
3582 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
3584         * international/code-pages.el (mik): Table corrected.
3586 2006-05-18  Kim F. Storm  <storm@cua.dk>
3588         * progmodes/grep.el (grep-find): Don't check grep-find-command
3589         before running command (breaks non-interactive usage).
3591 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
3593         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3594         (ewoc--insert-new-node): Don't insert trailing newline.
3595         Instead, adjust successor nodes's start markers.
3596         (ewoc--refresh-node): Delete all text from current node's start
3597         marker to the next one's; adjust successor nodes's start markers.
3598         (ewoc--create): Doc fixes.
3599         (ewoc--refresh): Don't insert newline.
3600         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3601         * pcvs.el (cvs-make-cvs-buffer):
3602         Specify extra newline for ewoc's header and footer.
3603         (cvs-update-header): Update initial header recognition.
3604         Append newline to final header and footer values.
3605         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3607 2006-05-17  Richard Stallman  <rms@gnu.org>
3609         * files.el (file-name-extension): Doc fix.
3611 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3613         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3614         we can explicitly enable/disable rather than toggle.
3615         (shell-mode): Use it.
3616         (shell-cd): Don't try to reproduce what `cd' does.
3618 2006-05-17  Kim F. Storm  <storm@cua.dk>
3620         * ido.el (ido-read-internal): Use only nondirectory part of
3621         default item.
3623 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
3625         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3626         (ewoc-nth): Doc fix.
3628         (ewoc-map, ewoc-invalidate): Compute PP before looping.
3630 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
3632         * international/mule.el (auto-coding-alist): Add .lha to files
3633         read with no-conversion.
3635         * files.el (auto-mode-alist): Add .lha files to archive file
3636         extensions.
3638         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3639         Convert csize to integer when computing offsets within the
3640         compressed archive file.
3642 2006-05-16  Kim F. Storm  <storm@cua.dk>
3644         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3645         with read-from-minibuffer.
3647 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3649         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3650         (byte-compile-warnings): Fix safe-local-variable property.
3652 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
3654         * allout.el (allout-show-bodies, allout-old-style-prefixes)
3655         (allout-stylish-prefixes, allout-numbered-bullet)
3656         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3657         predicates to qualify `safe-local-variable' property, when
3658         available, else use equivalent lambda.
3659         (allout-current-topic-collapsed-p): Do the right thing regarding
3660         trailing blank lines.
3662 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3664         * server.el (server-start): Only create a directory if needed.
3665         (server-edit, server-unload-hook): server-start => server-mode.
3666         (kill-emacs-hook): Cleanup upon exit.
3668 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * hexl.el (hexlify-buffer): Encode process arguments manually.
3672 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
3674         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3675         call to gdb-tooltip-print.
3677 2006-05-15  Romain Francoise  <romain@orebokech.com>
3679         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3680         systems, default to "tar" since those systems probably have GNU tar.
3682 2006-05-14  Lars Hansen  <larsh@soem.dk>
3684         * desktop.el (desktop-missing-file-warning): Fix docstring.
3685         (desktop-restore-file-buffer): Correct question asked on missing file.
3687 2006-05-14  Kim F. Storm  <storm@cua.dk>
3689         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3690         Add CUA move property.
3692 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
3694         * custom.el (custom-push-theme): Load the variable before checking
3695         its `standard-value'.
3697 2006-05-13  Lars Hansen  <larsh@soem.dk>
3699         * desktop.el (desktop-save): Use with-temp-buffer.
3701 2006-05-12  Glenn Morris  <rgm@gnu.org>
3703         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3704         * calendar/calendar.el (calendar-mode-map):
3705         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3706         * calendar/appt.el (appt-check, appt-make-list): Refer to
3707         diary-view-entries, diary-list-entries, diary-show-all-entries
3708         rather than obsolete aliases.
3710 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
3712         * simple.el (line-move-finish): Avoid calling point motion hooks
3713         while processing intangibility.
3715 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
3717         * term/xterm.el (terminal-init-xterm): Fix typo.
3719 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
3721         * allout.el (allout-view-change-hook): Mark as being deprecated,
3722         to be replaced by `allout-exposure-change-hook'.
3723         (allout-exposure-change-hook): New, replacing
3724         `allout-view-change-hook'.
3725         (allout-flag-region): Run new hook `allout-exposure-change-hook',
3726         in addition to `allout-view-change-hook'.
3727         (allout-show-bodies, allout-old-style-prefixes)
3728         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3729         lambda forms to prevent their showing up in variable help
3730         presentations as inscrutable byte-compiled code.
3731         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3732         Use string-or-null-p to qualify safe-local-variable values.
3733         (allout-reindent-bodies): Use memq to qualify matches against
3734         valid safe-local-variable values.  Also, quote the lambda as above.
3735         (allout-use-mode-specific-leader): Add missing candidate-value
3736         symbols, use memq, and quote the lambda.
3737         (allout-overlay-interior-modification-handler): Remove unused
3738         variables `msg' and 'opened'.
3739         (allout-hidden-p): Constrain invisibility consideration to allout's
3740         invisibility spec, disregarding invisibility for other reasons.
3742 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
3744         * files.el (version-control): Correct safe values.
3746 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
3748         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3750         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3751         (ewoc--insert-new-node): New func.
3752         Update callers of deleted funcs to use it, instead.
3754 2006-05-11  Glenn Morris  <rgm@gnu.org>
3756         * calendar/calendar.el (diary-show-all-entries): Do not refer to
3757         obsolete alias `show-all-diary-entries'.
3758         (make-diary-entry): Not interactive.
3759         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3760         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3761         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3762         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3763         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3764         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3766 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3768         * calendar/calendar.el (calendar-french-date-string)
3769         (calendar-mayan-date-string, calendar-chinese-date-string)
3770         (calendar-astro-date-string, calendar-iso-date-string)
3771         (calendar-islamic-date-string, calendar-bahai-date-string)
3772         (calendar-hebrew-date-string, calendar-coptic-date-string)
3773         (calendar-ethiopic-date-string, calendar-persian-date-string):
3774         These functions are not interactive.
3776 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
3778         * files.el: Balance parentheses.
3780 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3782         * files.el, newcomment.el, outline.el, simple.el,
3783         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3784         progmodes/cc-vars.el, progmodes/compile.el:
3785         Move `safe-local-variable' declarations to the respective files.
3787         * help-fns.el (describe-variable): Don't print safe-var if it is
3788         byte-code.  Improve wording as suggested by Luc Teirlinck.
3790 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3792         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3793         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3794         Use a token for pending-triggers to ensure gdb-var-update
3795         gets called once per user input again for pre-GDB 6.4.
3796         (gdb-var-delete): Match on more complex expressions.
3797         (gdb-var-list-children-handler, gdb-var-create-handler):
3798         Use a token for consistency.
3800 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
3802         * textmodes/org.el (org-read-date, org-goto-calendar)
3803         (org-agenda-goto-calendar):
3804         Bind `view-calendar-holidays-initially' to nil.
3806 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3808         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3809         Update all callers to do it there, instead.
3811 2006-05-10  Glenn Morris  <rgm@gnu.org>
3813         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3814         prefix arg case, to avoid view-diary-entries-initially error.
3815         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3816         (calendar-date-is-legal-p): Handle dates with no day part.
3818 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3820         * comint.el (comint-insert-input): Just make it when
3821         comint-use-prompt regexp is nil (default) and with the mouse.
3822         (comint-copy-old-input): Reinstate from 2004-06-23.
3823         (comint-mode-map): Bind C-c C-m to it.
3825 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
3827         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3828         Remove spurious move to point-max (new comint behavior fixes).
3830         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3831         compatibility function (Emacs 18/19).
3832         (idlwave-is-continuation-line): Always return point at start of
3833         previous non-blank continuation line.
3834         `keyword-parameters': Fix continued comment font-lock matcher.
3835         (idlwave-font-lock-fontify-region): Written, use as
3836         font-lock-fontify-region-function, to fix continued keyword
3837         fontification issues.
3839 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3841         * term/mac-win.el (mac-font-panel-mode): Doc fix.
3842         (mac-service-selection, mac-service-open-file)
3843         (mac-service-open-selection, mac-service-mail-selection)
3844         (mac-service-mail-to, mac-service-insert-text): Rename from
3845         mac-services-*.  All uses changed.
3846         (mac-apple-event-map): Rename event symbol `services' to `service'.
3848 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
3850         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3851         (ewoc--node-enter-first, ewoc--node-enter-last)
3852         (ewoc--delete-node-internal): Merge funcs into unique callers.
3854 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
3856         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3857         return value of read-from-minibuffer for empty input.
3859 2006-05-09  Miles Bader  <miles@gnu.org>
3861         * comint.el (comint-insert-input): Remove redundant calls to setq
3862         and goto-char.
3864 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
3866         * comint.el (comint-insert-input): Make it work when
3867         comint-use-prompt-regexp is t.
3869 2006-05-10  Miles Bader  <miles@gnu.org>
3871         * subr.el (field-at-pos): New function.
3873         * comint.el (comint-insert-input): Use it.
3875 2006-05-09  Juri Linkov  <juri@jurta.org>
3877         * battery.el (battery-linux-proc-acpi): Also try
3878         `/proc/acpi/thermal_zone/THR2/temperature'.
3880         * files.el <safe-local-variable>: Remove `eval' and `let' binding
3881         for now unused lambda `string-or-null'.
3883         * add-log.el (change-log-default-name): Put `string-or-null-p'
3884         instead of lambda on `safe-local-variable' property.
3886         * diff-mode.el (diff-context->unified): Use `region-beginning' and
3887         `region-end' instead of `mark' and `point'.
3888         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3889         Operate on region in Transient Mark mode when the mark is active.
3890         Use `region-beginning' and `region-end' instead of `mark' and
3891         `point'.
3892         (diff-hunk-text, diff-goto-source): Doc fix.
3894         * startup.el (fancy-splash-screens, normal-splash-screen): Use
3895         face `mode-line-buffer-id' for mode-line buffer face instead of
3896         hard-coded `(:weight bold)'.
3898         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3899         buffer-undo-list to t (undo-ask is reproducible by visiting
3900         nested archives).
3902 2006-05-09  Kim F. Storm  <storm@cua.dk>
3904         * progmodes/grep.el (rgrep): Set default directory of *grep*
3905         buffer if we start M-x rgrep in the *grep* buffer and choose
3906         a different base directory.
3908 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
3910         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3911         completion also when ido is loaded.
3913 2006-05-09  Masatake YAMATO  <jet@gyve.org>
3915         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3916         "warning" and "import".
3917         (cpp-font-lock-keywords): Added "warning".
3919 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
3921         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3923 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3925         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3926         pages at a time, if we signal the end, we should indeed reach that end.
3928 2006-05-08  David Reitter  <david.reitter@gmail.com>
3930         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3931         output during execution of the body.
3933 2006-05-08  Kim F. Storm  <storm@cua.dk>
3935         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3937 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
3939         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3940         Use with-current-buffer.
3942 2006-05-07  Kim F. Storm  <storm@cua.dk>
3944         * subr.el (add-to-history): Remove keep-dups arg.
3946         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3947         to nil around call to add-to-history.
3949 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3951         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3952         than after a buffer modification.
3954 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
3956         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3957         call to...
3958         (gud-watch): ...here so speedbar is raised for already watched
3959         expressions.
3960         (gdb-speedbar-refresh): Delete function.
3961         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3962         Use speedbar-timer-fn instead of speedbar-refresh (reverting
3963         earlier change).
3964         (gdb-var-evaluate-expression-handler)
3965         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3967         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3968         Update localized contents for all buffers except ignored modes.
3970 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3972         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3973         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3974         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3975         (mac-handle-font-panel-closed, mac-handle-font-selection):
3976         New functions.
3977         (mac-font-panel-mode): New minor mode.
3978         (mac-apple-event-map): Add bindings for toolbar toggle button and
3979         font panel.
3980         (menu-bar-showhide-menu): Add mac-font-panel-mode.
3982 2006-05-07  John Paul Wallington  <jpw@pobox.com>
3984         * ibuffer.el (ibuffer-compressed-file-name-regexp):
3985         Avoid `regexp-opt'; simplify regexp for readability.
3987 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
3989         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3990         * files.el (buffer-stale-function):
3991         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3992         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3993         links to the main manual, not to emacs-xtra.
3995 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3997         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3998         MacJapanese if text is ASCII-only.
4000 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
4002         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4003         unless so nil isn't returned.
4004         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4006 2006-05-06  Kim F. Storm  <storm@cua.dk>
4008         * subr.el (add-to-history): New function.
4010         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4011         (ediff-merge-files-with-ancestor):
4012         * env.el (setenv):
4013         * isearch.el (isearch-update-ring):
4014         * server.el (server-visit-files):
4015         * progmodes/grep.el (lgrep, rgrep):
4016         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4017         * progmodes/xscheme.el (xscheme-insert-expression):
4018         Use add-to-history.
4020         * kmacro.el (kmacro-push-ring): Use add-to-history.
4021         (kmacro-ring-length): Remove unused defun.
4022         (kmacro-start-macro): Use kmacro-push-ring.
4024 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
4026         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4027         directly instead of a lambda expression that calls it.
4029 2006-05-06  Kim F. Storm  <storm@cua.dk>
4031         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4032         instead of compute-motion.
4034 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
4036         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4037         change.
4039 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
4041         * startup.el (command-line-1): Refer to "Pure Storage" on
4042         pure-space-overflow.
4044 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
4046         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4047         provided faces once they all have been used up.
4049 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4051         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4052         reference to the Lisp manual to the warning about pure space
4053         overflow.
4055 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4057         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4058         argument to avoid the call to `ispell-internal-change-dictionary'
4059         when not needed.
4060         (ispell-change-dictionary): Use this argument and call
4061         `ispell-internal-change-dictionary' after the possible change
4062         to `ispell-local-dictionary'.
4063         (ispell-internal-change-dictionary): Check for a change in
4064         personal dictionary use too.
4066 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4068         * startup.el (command-line): On MS-Windows, probe "~", not
4069         "~USER", for warning about non-existent home directory
4071         * arc-mode.el (archive-l-e): New optional argument `float' means
4072         generate a float value.
4073         (archive-arc-summarize, archive-lzh-summarize)
4074         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4075         with 3rd argument non-nil when file's size is being computed.
4076         Format the file sizes with %8.0f instead of %8d.
4078 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4080         * cus-start.el (all): Add mac-dnd-known-types.
4082         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4083         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4084         (mac-TIFF-to-string): New functions.
4085         (x-get-selection, x-selection-value)
4086         (mac-select-convert-to-string): Use them.
4087         (mac-text-encoding-mac-japanese-basic-variant): New constant.
4088         (mac-dnd-types-alist): New customization variable.
4089         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4090         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4091         (mac-dnd-handle-drag-n-drop-event): New functions.
4092         (mac-drag-n-drop): Remove function.
4093         (global-map): Bind drag-n-drop and M-drag-n-drop to
4094         mac-dnd-handle-drag-n-drop-event.
4096 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
4098         * progmodes/perl-mode.el (perl-beginning-of-function):
4099         Skip anonymous subs.
4101 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
4103         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4104         regexp-opt at run time.
4106         * term.el (term-handle-ansi-escape): Fix off by one error.
4108 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
4110         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4111         (gdb-init-1, gdb-post-prompt): ...and references to it.
4112         (gdb-frame-handler): Strip directory name from filename if present.
4114         * progmodes/gud.el (gdb-force-update): Delete defvar
4115         (gud-speedbar-buttons): ...and references to it.  Use window-start
4116         to try to keep positon in watch expression.
4118 2006-05-03  Richard Stallman  <rms@gnu.org>
4120         * simple.el (next-history-element, previous-history-element): Doc fix.
4122         * isearch.el (isearch-update-ring): Doc fix.
4124 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
4126         * isearch.el (isearch-update-ring): Take history-delete-duplicates
4127         into consideration.  Replace one arm ifs with whens.
4129 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
4131         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4132         (menu): Fix typo.
4134 2006-05-02  Miles Bader  <miles@gnu.org>
4136         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4138 2006-05-02  Jay Belanger  <belanger@truman.edu>
4140         * calc/calc-embed.el (calc-override-minor-modes-map)
4141         (calc-override-minor-modes): New variables.
4142         (calc-do-embedded): Make sure that Calc keystrokes aren't
4143         overwritten by minor modes.
4145 2006-05-02  Chong Yidong  <cyd@mit.edu>
4147         * msb.el (msb): If EVENT is a down event, read and discard the up event.
4149 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4151         * startup.el (command-line-1): Refer to Lisp manual when
4152         pure-space-overflow occurs.
4154         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4155         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4156         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4157         (version-control): Don't use `t' for safe-local-variable declarations.
4159 2006-05-01  Richard Stallman  <rms@gnu.org>
4161         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4162         M-r, M-R, M-A, M-SPC or M-DEL.
4163         (diff-mode-map): diff-refine-hunk now on C-c C-w
4164         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4166         * help-mode.el (help-mode): view-exit-action calls delete-window
4167         only when it is safe and possible.
4169         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4170         in messages.
4172         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4174         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4175         in the default tool-bar-map.
4177 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
4179         * net/tramp.el (tramp-completion-file-name-handler-alist)
4180         (tramp-run-real-handler, tramp-completion-run-real-handler)
4181         (tramp-completion-handle-file-name-all-completions)
4182         (tramp-completion-handle-file-name-completion): Autoload them.
4183         (tramp-completion-handle-file-exists-p)
4184         (tramp-completion-handle-file-name-directory)
4185         (tramp-completion-handle-file-name-nondirectory)
4186         (tramp-completion-handle-expand-file-name): Remove them.
4187         (tramp-handle-file-name-directory): Return the real directory name.
4188         Returning "/" only doesn't need to be necessary any longer.
4189         (tramp-file-name-handler): Make special attention when in hostname
4190         completion mode.
4191         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4192         (tramp-register-file-name-handlers):
4193         Register `tramp-completion-file-name-handler' only when
4194         `partial-completion-mode' is enabled.
4195         (tramp-completion-handle-file-name-all-completions):
4196         Delete directory part from results.
4197         (tramp-get-completion-methods, tramp-get-completion-user-host):
4198         Discard deleting "/", it doesn't work after the change of
4199         `tramp-handle-file-name-directory' above.
4201 2006-05-01  Kim F. Storm  <storm@cua.dk>
4203         * progmodes/grep.el (grep-expand-template): Use save-match-data
4204         and symbol-value.
4206 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4208         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4209         Use select-frame-set-input-focus instead of raise-frame.
4210         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4212 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
4214         * progmodes/gud.el (gud-def): Add %c case.
4215         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4216         (gud-format-command): Make match case sensitive.  Match on %F.
4218 2006-04-30  Glenn Morris  <rgm@gnu.org>
4220         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4221         (cal-tex-preamble): Use cal-tex-preamble-extra.
4222         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4223         than alias `list-diary-entries'.
4225 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
4227         * help-fns.el (describe-variable): Add info about safe local variables.
4229 2006-04-29  Richard Stallman  <rms@gnu.org>
4231         * bindings.el (mode-line-format): help-echo doc fixes.
4233         * net/tramp.el (tramp-file-name-handler-alist): Delete
4234         expand-file-name and other operations that can cause spurious loading.
4236 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4238         * files.el (safe-local-variable-p): Remove support for the special
4239         value t.
4241         * textmodes/paragraphs.el (sentence-end-without-space):
4242         Fix safety predicate.
4243         (sentence-end-double-space, sentence-end-without-period)
4244         (paragraph-ignore-fill-prefix):
4245         * textmodes/fill.el (colon-double-space):
4246         * abbrev.el (abbrev-mode): Tighten the safety predicate.
4248         * subr.el (booleanp): New fun.
4250         * textmodes/reftex-vars.el (reftex-guess-label-type):
4251         Tighten the safety predicate.
4253 2006-04-28  Kim F. Storm  <storm@cua.dk>
4255         * progmodes/grep.el (defgroup grep): Doc fix.
4256         (grep-auto-highlight): Remove.
4257         (grep-template): New defcustom.
4258         (grep-find-template): Rename from grep-tree-template.
4259         (grep-files-aliases): Rename from grep-tree-files-aliases.
4260         Remove "all" alias, add "l" alias.
4261         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4262         (grep-find-ignored-directories): New defcustom to replace
4263         grep-tree-ignore-CVS-directories, to facilitate ignoring
4264         subdirectories for multiple version control systems.
4265         (grep-mode-map): Add Recursive grep item to GREP menu.
4266         (grep-regexp-history, grep-files-history): New defvars.
4267         (grep-probe): New helper function.
4268         (grep-compute-defaults): Use it to simplify code.
4269         Adapt to name changes.
4270         Use `.' as base in grep-find-template rather than <D>.
4271         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
4272         Call grep-compute-defaults unconditionally.
4273         (grep-expand-keywords): New defconst.
4274         (grep-expand-template): Rename from grep-expand-command-macros.
4275         Simplify via grep-expand-keywords.  Look at case-fold-search instead
4276         of grep-tree-ignore-case to add -i option.
4277         Bind case-fold-search to nil while matching keywords.
4278         (grep-tree-last-regexp, grep-tree-last-files): Remove.
4279         (grep-read-regexp, grep-read-files): New helper functions.
4280         (rgrep): Rename from grep-tree.  Rework to use proper histories.
4281         Adapt to changes in defcustoms and functions above.
4282         (lgrep): New command, as grep, but using same interactive UI as rgrep.
4284 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
4286         * net/tramp.el (tramp-completion-file-name-handler):
4287         Disable Tramp's functionality while loading Tramp itself.
4288         (tramp-register-file-name-handlers): That's a defsubst now.
4289         Code from `tramp-repair-jka-compr' moved here.  Apply it via
4290         `after-init-hook'.
4291         (tramp-repair-jka-compr): Remove.
4293 2006-04-27  Jay Belanger  <belanger@truman.edu>
4295         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4296         read expression when `math-read-big-expr' doesn't work.
4298 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
4300         * startup.el (command-line-1): Display warning when
4301         pure-space-overflow is non-nil.
4303 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4305         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4306         risky.
4308 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4310         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4311         Return the URL or nil if none can be generated.
4313 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
4315         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4316         byte compiler warnings.
4317         (gud-basic-call, gud-find-expr): Let user select an expression
4318         for printing.  Print expression as well as value in GUD buffer.
4320 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
4322         * allout.el: Remove local autoload declaration for
4323         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4324         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4325         (allout-plain-bullets-string, allout-distinctive-bullets-string)
4326         (allout-use-mode-specific-leader, allout-old-style-prefixes)
4327         (allout-stylish-prefixes, allout-numbered-bullet)
4328         (allout-file-xref-bullet, allout-presentation-padding)
4329         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4330         safe-local-variable with suitable value spec, and add autoload
4331         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
4332         (move-beginning-of-line, move-end-of-line): Repair so these compat
4333         functions now actually resituate the point, when appropriate.
4335 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4337         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4339         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4340         (add-log-iso8601-time-string): Fix call to format-time-string.
4342 2006-04-26  Kim F. Storm  <storm@cua.dk>
4344         * subr.el (posn-string, posn-image, posn-object): Doc fix.
4346 2006-04-26  Masatake YAMATO  <jet@gyve.org>
4348         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4349         Add support for "//" style comments.  Remove `b' flag
4350         from ?* in `asm-mode-syntax-table'.
4352 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * follow.el: Use (featurep 'xemacs) everywhere.
4355         (follow-mode): Use define-minor-mode.
4356         (follow-mode-map): Move initialization into the declaration.
4357         Use command remapping.
4358         (follow-emacs-version-xemacs-p): Remove.
4359         (follow-submit-feedback): Remove.
4361         * allout.el (allout-layout, allout-passphrase-verifier-string)
4362         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4364         * textmodes/reftex-vars.el (reftex-vref-is-default)
4365         (reftex-fref-is-default, reftex-guess-label-type):
4366         Tighten up a bit the safety predicate.
4368         * textmodes/paragraphs.el (sentence-end-double-space)
4369         (sentence-end-without-period, sentence-end-without-space)
4370         (page-delimiter, paragraph-ignore-fill-prefix):
4371         Tighten up a bit the safety predicate.
4373         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4375         * progmodes/python.el (python-continuation-line-p)
4376         (python-beginning-of-statement): syntax-ppss may return
4377         a negative depth.
4378         (python-mode): Don't forcefully enable font-lock.
4380         * time-stamp.el (time-stamp-start, time-stamp-end)
4381         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4383         * add-log.el: Remove spurious * in docstrings.
4384         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4385         (add-change-log-entry): Use it here, since it's not specific
4386         to iso8601.
4387         (add-log-iso8601-time-string): Don't use it here any more.
4388         (change-log-indent-text, change-log-indent): Rename from add-log-*.
4390         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4392 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
4394         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4395         (rcirc-toggle-low-priority): Doc fix.
4396         (rcirc-handler-NOTICE): Remove beginning of line anchor in
4397         ChanServ regexp.
4398         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4399         #emacs.
4400         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4401         (rcirc-decode-coding-system): Use utf-8 as the default.
4402         (rcirc-multiline-minor-mode): Set the fill-column.
4403         (rcirc-format-response-string): Display bright and dim nicks.
4404         (rcirc-browse-url): Update interactive spec to fill ARG.
4405         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4406         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4408 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
4410         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4411         case for @Article, etc.
4413 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
4415         * net/tramp.el (tramp-register-file-name-handlers): New defun.
4416         Added with autoload cookie.
4417         (tramp-unload-file-name-handlers): Rename from
4418         `tramp-unload-file-name-handler-alist'.
4420 2006-04-23  Romain Francoise  <romain@orebokech.com>
4422         * comint.el (comint-match-partial-filename): Doc fix.
4424 2006-04-21  Glenn Morris  <rgm@gnu.org>
4426         * calendar/cal-menu.el (calendar-mode-map): Refer to
4427         `diary-view-entries' rather than alias `view-diary-entries'.
4428         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4430 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
4432         * progmodes/antlr-mode.el (antlr-default):
4433         * cus-edit.el (custom-documentation):
4434         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4435         in defface.
4437 2006-04-21  Kim F. Storm  <storm@cua.dk>
4439         * image.el (image-type): New defun split out of create-image.
4440         (create-image): Use it.
4442 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
4444         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4445         (org-open-at-point): Remove the "...done" message to keep output
4446         in the echo area visible.
4447         (org-export-as-xoxo): Fix call to `indent-region'.
4449 2006-04-21  Kevin Ryde  <user42@zip.com.au>
4451         * international/mule.el (keyboard-coding-system): defcustom
4452         info-link fixes: "Specify Coding" has been split, keyboard now in
4453         "Terminal Coding", and "Single-Byte Character Support" is now
4454         "Unibyte Mode".
4456 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
4458         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4459         Use font-lock-warning-face for any errors e.g. no stack.
4460         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4462 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
4464         * progmodes/sh-script.el (sh-shell): Mark as safe.
4466         * newcomment.el (comment-start, comment-start-skip)
4467         (comment-end-skip, comment-end): Mark as safe.
4469 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
4471         * textmodes/org.el (org-deadline-announce): Face removed.
4472         (org-level-faces, org-n-levels): Convert to constant.
4473         (org-compatible-face): New function.
4474         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4475         (org-level-5, org-level-6, org-level-7, org-level-8)
4476         (org-special-keyword, org-warning, org-headline-done, org-link)
4477         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4478         (org-scheduled-today, org-scheduled-previously, org-time-grid):
4479         Face definition revised for better color tty support.
4480         (org-bold-re, org-italic-re, org-underline-re): New constants.
4481         (org-set-font-lock-defaults): Use the new constants.
4482         (org-agenda-highlight-todo): New function.
4483         (org-agenda-todo): Fix bug with point at end of line.
4484         (org-agenda-change-all-lines, org-finalize-agenda-entries):
4485         Fontify TODO keywords.
4486         (org-insert-link): Preserve relative path in ../ links.
4487         (org-export-as-html): Convert links pointing to .org files into
4488         links that will work beteen the exported HTML files.
4489         (org-todo-list): Fix bug when arg=0.
4490         (org-insert-heading): More fine-tuning.
4492 2006-04-19  Romain Francoise  <romain@orebokech.com>
4494         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4495         from `rmail-mime-charset-pattern'.
4497 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4499         * progmodes/python.el (python-mode): Fix typo.
4501 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
4503         * comint.el (comint-previous-input): Don't clobber input line
4504         when moving off either end of the input history ring.
4505         (comint-delete-input): New function, used by
4506         `comint-previous-input' and others.
4507         (comint-previous-matching-input):
4508         Use `coming-delete-input'.  Save the partial input if leaving the
4509         edit line.  Goto point-max before deleting input to avoid
4510         partial input fragments hanging around.
4511         (comint-restore-input): New function, used by `comint-previous-input'.
4513 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
4515         * imenu.el (imenu--index-alist): Balance parentheses.
4517 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4519         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4521 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
4523         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4524         file is nil.
4526 2006-04-18  Richard Stallman  <rms@gnu.org>
4528         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4530         * imenu.el (imenu-create-index-function, imenu--index-alist)
4531         (imenu--last-menubar-index-alist, imenu--make-index-alist)
4532         (imenu-default-create-index-function, imenu--generic-function):
4533         Doc fixes.
4535         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4537         * help-mode.el (help-mode): Set view-exit-action to delete window.
4539         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
4540         now works by passing nil as arg.
4542         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4544         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4545         (read-abbrev-file): Provide default when reading filename.
4547         * files.el (enable-local-variables): Allow :all as value.
4548         (hack-local-variables): Implement that value.
4549         (safe-local-variable-values, safe-local-eval-forms)
4550         (enable-local-variables): Mark as risky.
4551         (find-file-visit-truename, kept-old-versions): Mark safe.
4553         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4554         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4555         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4557 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4559         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4560         Use forward-line so as to get to BOL even in the presence of fields.
4561         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4562         in return.
4563         (inferior-tcl): Tell tclsh to work in interactive mode.
4565         * complete.el (partial-completion-mode):
4566         Use 'choose-completion-string-functions to make sure that
4567         choose-completion fills the minibuffer properly.
4569         * complete.el (PC-old-read-file-name-internal): Remove.
4570         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
4571         of read-file-name-internal.
4572         (partial-completion-mode): Enable/disable this advice.
4574 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
4576         * net/tramp.el (tramp-completion-file-name-handler): Revert change
4577         of 2006-04-17.
4579 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
4581         * textmodes/org.el (org-insert-heading): Insert heading before
4582         current if at beginning of line.
4583         (org-todo, org-date): New faces.
4584         (org-table-align): Make sure tooltip window contains full text.
4585         (org-no-properties): New defsubst.
4586         (org-set-font-lock-defaults): Use new faces.
4588 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
4590         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4591         for root variables.
4593         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4594         (gdb-frame-address): Re-use to identify frame for watch expression.
4595         (gdb-var-list, gdb-var-create-handler): Add frame address for root
4596         variables.
4597         (gdb-init-1, gdb-source, gdb-post-prompt)
4598         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4599         (gdb-frame-handler): Get gdb-frame-address.
4601 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
4603         Sync with Tramp 2.0.53.
4605         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4606         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4607         (tramp-completion-file-name-handler): Add autoload cookie for
4608         adding to `file-name-handler-alist'.
4610         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4611         the prompt.  If it returns earlier (when detecting an error
4612         message), the rest of the output will merge accidently with the
4613         output of the next command.  Reported by M Jared Finder
4614         <jared@hpalace.com>.
4616         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4617         for `process-file', in order to let it work for older Emacsen too.
4619 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
4621         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4622         (tex-font-lock-keywords-3): Use it.
4624 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4626         * newcomment.el (comment-add): New function.
4627         (comment-region-default, comment-dwim): Use it.
4629 2006-04-15  Michael Olson  <mwolson@gnu.org>
4631         * emacs-lisp/tq.el: Improve comments.
4632         (tq-queue-head-question): New accessor function.
4633         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4634         Update for modified queue structure.
4635         (tq-queue-add): Accept `question' argument.
4636         (tq-queue-pop): If a question is pending, send it.
4637         (tq-enqueue): Accept new optional argument `delay-question'.
4638         If this is non-nil, and at least one other question is pending a
4639         response, queue the question rather than sending it immediately.
4641 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4643         * calendar/appt.el (appt-add): Check whether an appointment is
4644         already present in appt-time-msg-list.  Simplify code.
4646 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * progmodes/cc-langs.el (c-mode-menu):
4649         Don't presume c-subword-mode is bound.
4651 2006-04-13  Bill Wohler  <wohler@newt.com>
4653         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4654         (customize-package-emacs-version): Use cdr instead of cadr now
4655         that alists use dotted pairs.
4657         * custom.el (defcustom): Fix docstring for :package-version.
4659 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
4661         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4662         (tramp-handle-shell-command): Display output buffer only when
4663         `tramp-display-shell-command-buffer' is true.
4664         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4666 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4668         * textmodes/org.el (org-set-autofill-regexps): Set only the local
4669         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4671 2006-04-13  Romain Francoise  <romain@orebokech.com>
4673         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4674         leaving temporary .cvsignore buffers behind.
4676 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4678         * textmodes/org.el (org-set-regexps-and-options)
4679         (org-get-current-options): Better names for the startup folding
4680         options.
4682 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
4684         * vc.el (vc-annotate): Arrange for point to end up at the same
4685         line number as in the original, but only when using a new buffer.
4687 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
4689         * files.el (hack-one-local-variable-eval-safep):
4690         Recognize `edebug-form-spec' for `put', but only if it passes
4691         `edebug-basic-spec'.  Generalize `put' handling.
4693         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4694         vetting file-local form specs.
4696         * allout.el (allout-layout): Autoload its `safe-local-variable'
4697         property.
4699 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4701         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4702         (org-agenda-mouse-1-follows-link)
4703         (org-mouse-1-follows-link): New options.
4704         (org-format-agenda-item): Fix bug if TAGS is nil.
4705         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4707 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
4709         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4710         GDB 6.1+ gives full filename for "info sources" so use
4711         file-name-nondirectory.
4713 2006-04-12  Romain Francoise  <romain@orebokech.com>
4715         * subr.el (read-passwd): Bind `message-log-max' to nil.
4717 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4719         * progmodes/perl-mode.el (perl-indent-new-calculate):
4720         Recompute parse-start after jumping backward by a whole sexp.
4722 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4724         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4725         window configuration.
4726         (vc-annotate-display-select): Select the buffer so that current-buffer
4727         (and selected-window) is the output buffer at the end of vc-annotate.
4729 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
4731         * vc.el (vc-annotate-color-map): Add custom TTY color map for
4732         8-color terminals, to use all of the colors in a sensible order.
4733         256-color terminals work well with the standard map.
4734         (vc-annotate-lines): Only strip the first color character if it
4735         is "#", to allow for terminal-style named colors.
4736         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4737         the correct buffer is scrolled.
4739 2006-04-11  Richard Stallman  <rms@gnu.org>
4741         * emacs-lisp/bytecomp.el (byte-compile-file):
4742         Bind enable-local-variables to :safe, and make normal-mode obey it.
4744         * files.el (enable-local-variables): Allow value :safe.
4745         (normal-mode): Doc fix.
4746         (hack-local-variables): Implement enable-local-variables = :safe.
4747         (hack-local-variables-confirm): Don't prevent quitting.
4749 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4751         * loadhist.el (unload-feature): A bit of sanity check of
4752         load-history entries.  Cancel timer-vars before unbinding them.
4754         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4755         quote special chars, and make the trick work on the hex part of the
4756         buffer as well.
4757         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4758         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4760         * startup.el (normal-splash-screen): Fix last change so we don't wait
4761         2 minutes if we don't show the splash screen.
4763 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
4765         * textmodes/org.el (org-export-plain-list-max-depth)
4766         (org-table-spaces-around-separators)
4767         (org-radio-targets, org-activate-camels)
4768         (org-table-spaces-around-invisible-separators): Options removed.
4769         (org-time-stamp-rounding-minutes, org-remember-templates)
4770         (org-ellipsis, org-activate-links, org-descriptive-links):
4771         New options.
4772         (org-remember-apply-template, org-current-time)
4773         (org-finish-edit-table-field)
4774         (org-link-unescape, org-link-escape)
4775         (org-string-width, org-table-clean-line, org-html-do-expand)
4776         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4777         (org-read-agenda-file-list): New functions.
4778         (org-table-edit-field)
4779         (org-table-create-or-convert-from-region): New commands
4780         (org-table-toggle-vline-visibility): Command removed.
4781         (org-table-convert-region): Made a command.
4782         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4783         Replace with the normal org- functions.
4784         (org-self-insert-command): Don't trigger realign unnecessarily
4785         when blanking a field that is not full.
4786         (org-mode): `Set buffer-invisibility-spec' for links.
4787         (org-activate-links2): Hide link part and only show descriptive
4788         part of the link.
4789         (org-insert-link): Modify for new linking system.
4790         (org-store-link): Store description separately, for use by
4791         `org-insert-link'.
4792         (org-table-align): Use `org-string-width'.
4793         (defgroup): Completely new group structure for custom variables.
4794         (org-agenda-files): Option: Single file name allowed.  Function:
4795         Optional argument unrestrited means ignore any restricitons.
4796         (org-install-agenda-files-menu): Find a buffer in Org-mode before
4797         trying to modify the menu.  Use generalized access to
4798         `org-agenda-files.'
4799         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4800         (org-agenda-file-to-front, org-remove-file, org-diary)
4801         (org-tags-view, org-export-icalendar-all-agenda-files)
4802         (org-export-icalendar-combine-agenda-files): Use generalized
4803         access to `org-agenda-files'.
4804         (org-remember-handler): Correctly preserve heading if present.
4805         (org-table-insert-row, org-table-insert-hline): Deal with
4806         invisible characters.
4808 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
4810         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4811         (vc-annotate-color-map): New 18 element constant
4812         value/saturation, rotating hue colormap, from red->blue.
4813         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4814         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4815         (vc-annotate): To avoid killing the required local variables,
4816         set them before the end of `with-output-to-temp-buffer', and
4817         after first switching to annotate-mode.
4818         (vc-annotate-warp-version): Add buffer argument in goto-line to
4819         ensure annotation, not source, is scrolled.
4821 2006-04-10  Bill Wohler  <wohler@newt.com>
4823         * custom.el (defcustom, custom-handle-keyword):
4824         Add :package-version keyword.
4825         (custom-add-package-version): New function.  Sets value of new
4826         property 'custom-package-version from :package-version keyword.
4827         (defcustom): Create Common Keywords section in docstring.
4828         (defface, defgroup): Replace definitions of a select few keywords
4829         with a reference to the Common Keywords in defcustom.
4830         (defcustom, defface, defgroup): Replace reference to Customization
4831         chapter in manual with hyperlink.
4833         * cus-edit.el (customize-package-emacs-version-alist):
4834         New variable.
4835         (customize-changed-options): Add check for custom-package-version.
4836         (customize-package-emacs-version): New function to look up Emacs
4837         version corresponding to the given package version.
4839         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4840         defun name, in similar fashion to find-variable-regexp.
4842 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
4844         * international/mule-cmds.el (set-locale-environment): Fix last
4845         change for when the locale's preferences don't specify any encoding.
4847 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4849         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4850         so the defined var/fun doesn't need to be quoted.
4852 2006-04-10  Richard Stallman  <rms@gnu.org>
4854         * finder.el (finder-mode-map): Add n and p bindings.
4856 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
4858         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4859         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4860         (gdb-setup-windows): Put something in source window if we can't find
4861         the source file.
4862         (gdb-frame-handler): Make it work again with just assembly.
4863         (gdb-data-list-register-values-handler): Make it work when there is
4864         no stack.
4866 2006-04-09  Richard Stallman  <rms@gnu.org>
4868         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4869         specs while looking for charset.
4871         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4873         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4874         Make them faces.
4875         (lm-font-lock-keywords): Update appropriately.
4877 2006-04-10  Kim F. Storm  <storm@cua.dk>
4879         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4880         it can also replace buffer-substring-no-properties.
4882         * emulation/cua-base.el (cua-delete-region, cua-paste)
4883         (cua-repeat-replace-region): Use filter-buffer-substring.
4885         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4886         (cua-cut-region-to-global-mark): Likewise.
4888         * emulation/cua-rect.el (cua--extract-rectangle)
4889         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4891 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4893         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4894         entry-type.  Add field delimiters to numerical fields if they are
4895         not present.
4897 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4899         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4900         string-const to return value.
4901         (bibtex-remove-delimiters): Use it.
4903 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4905         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4906         cl-byte-compile-compiler-macro unless it exists.
4908 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4910         * files.el (hack-local-variables-confirm) <offer-save>:
4911         Clarify message text.  Suggested by Ralf Angeli.
4913 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
4915         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4916         (delete-extract-rectangle-line): Use `filter-buffer-substring'
4917         instead of `buffer-substring' and `delete-region'.  (Most of the
4918         code actually copied from `kill-region'.)
4920 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
4922         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4923         (rcirc-default-port): Rename from rcirc-port.
4924         (rcirc-default-nick): Rename from rcirc-nick.
4925         (rcirc-default-user-name): Rename from rcirc-user-name.
4926         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4927         (rcirc-low-priority-flag): New variable.
4928         (rcirc-decode-coding-system): New defcustom.
4929         (rcirc-encode-coding-system): New defcustom.
4930         (rcirc-coding-system-alist): New defcustom.
4931         (rcirc-multiline-major-mode): New defcustom.
4932         (rcirc-nick): New internal variable.
4933         (rcirc-process): Remove variable.
4934         (rcirc-server-buffer): New variable.
4935         (rcirc): Update to use rcirc-default-* variables above.
4936         (rcirc-connect): Do not add window-configuration-hook-here.
4937         (rcirc-server): New internal variable.
4938         (rcirc-connect): Do not send keepalive pings if
4939         rcirc-keepalive-seconds is nil.
4940         (with-rcirc-server-buffer): New macro.
4941         (rcirc-send-string): Encode with rcirc-encode-coding-system.
4942         (rcirc-server-name): Rename from rcirc-server.
4943         (rcirc-buffer-process): New function.
4944         (rcirc-buffer-nick): New function.
4945         (rcirc-buffer-target): Remove function.
4946         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4947         New commands.
4948         (rcirc-mode-map): Change binding of C-c C-l to
4949         rcirc-toggle-low-priority.
4950         (rcirc-mode): Initialize coding system based on
4951         rcirc-coding-system-alist.  New change-major-mode-hook to part the
4952         channel on a mode change.  Make kill-buffer-hook buffer-local.
4953         (rcirc-change-major-mode-hook): New function.
4954         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4955         (rcirc-last-post-time): New variable.
4956         (rcirc-process-message): Store the last time user posted a message
4957         to this target.
4958         (rcirc-multiline-minor-mode): New mode.
4959         (rcirc-multiline-minor-mode-map): New mode map.
4960         (rcirc-edit-multiline): Put multiline-edit buffer in
4961         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4962         (rcirc-print): Ignore any line starting with an ignored nick.
4963         (rcirc-print): Decode using rcirc-decode-coding-system.
4964         (rcirc-track-minor-mode): Update global-mode-string when disabling
4965         this mode.
4966         (minor-mode-alist): Add LowPri indicator.
4967         (rcirc-toggle-low-priority): New function.
4968         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4969         next lowpriority buffer with activity.
4970         (rcirc-record-activity): Sort buffers in rcirc-activity by the
4971         last time the user posted a message in to the target.
4972         (rcirc-update-activity-string): New formatting for low priority
4973         buffers.
4974         (rcirc-split-activity): New function.
4975         (rcirc-handler-PART, rcirc-handler-KICK)
4976         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4977         (rcirc-nick-away-alist): New variable.
4978         (rcirc-handler-301): New handler.  Away messages are printed once
4979         per change.
4981 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4983         * info.el (Info-follow-nearest-node): Doc fix.
4985         * international/mule-cmds.el (set-locale-environment): Make sure
4986         the coding-system preferred by the locale's language has the same
4987         EOL conversion type as the original buffer-file-coding-system.
4988         (locale-language-names): Add a few MS Windows language codes.
4990 2006-04-07  Richard Stallman  <rms@gnu.org>
4992         * simple.el (eval-expression): Doc fix.
4994         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4995         (eval-defun): Doc fixes.
4997 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
4999         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5001 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
5003         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5004         GDB list command without argument for greater generality.
5006 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5008         * subr.el (string-or-null-p): New function.
5010         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5012         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5014         * files.el: Update comment about safe-local-variable declarations.
5016 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
5018         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5019         See idlwave.org.
5021         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5022         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
5024         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5025         See idlwave.org.
5027         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5028         version 6.0 (minimal changes).  See idlwave.org.
5030         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5031         6.0 (minimal changes).  See idlwave.org.
5033         * progmodes/idlw-rinfo.el: File obsoleted and removed.
5035 2006-04-06  Romain Francoise  <romain@orebokech.com>
5037         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5038         symmetric encryption features and a new asynchronous interface to
5039         GnuPG.  This new version is version 1.4, plus whitespace changes.
5041 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5043         * files.el: Move some `safe-local-variable' declarations to the
5044         respective files.
5046         * textmodes/ispell.el (ispell-check-comments)
5047         (ispell-local-dictionary): Mark as safe.
5049         * abbrev.el (abbrev-mode): Mark as safe.
5051         * add-log.el (change-log-default-name): Mark as safe.
5053         * textmodes/reftex-vars.el (reftex-vref-is-default)
5054         (reftex-fref-is-default, reftex-level-indent)
5055         (reftex-guess-label-type): Mark as safe.
5057         * textmodes/fill.el (colon-double-space): Mark as safe.
5059         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5060         (sentence-end-double-space, sentence-end-without-period)
5061         (sentence-end-without-space, sentence-end, sentence-end-base)
5062         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5064 2006-04-06  Kim F. Storm  <storm@cua.dk>
5066         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5067         the :set-after list.
5068         (ido-downcase-unc-hosts): New user option.  Default on.
5069         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5070         when it is set, as regexps are now applied on the fly.
5071         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5072         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5073         on the fly, but only when ido-process-ignore-lists is set.
5074         Do case insensitive filtering if ido-downcase-unc-hosts is set.
5075         Only downcase names if ido-downcase-unc-hosts is set.
5077 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
5079         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5081         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5083 2006-04-05  Kim F. Storm  <storm@cua.dk>
5085         * ido.el (ido-mode): Set after ido-unc-hosts and
5086         ido-ignore-unc-host-regexps.
5087         (ido-save-history): Save ido-unc-hosts-cache.
5088         (ido-load-history): Load ido-unc-hosts-cache.
5089         (ido-reread-directory): Refresh unc hosts cache in // dir.
5091         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5092         to nil while displaying slash screen.
5094 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5096         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5097         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5099 2006-04-05  Kenichi Handa  <handa@m17n.org>
5101         * international/characters.el: Setup cases of Latin, Greek, and
5102         Cyrillic characters in CJK charsets.
5104 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5106         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5107         default-enable-multibyte-characters.  This reverts the change from
5108         revision 6.17 which is no longer necessary because the passphrase
5109         is sent separately now.  GnuPG messages are unreadable under
5110         multibyte locales with default-enable-multibyte-characters set to nil.
5112 2006-04-04  Andreas Schwab  <schwab@suse.de>
5114         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5115         and `byte-compile-warnings' as `safe-local-variable'.
5117 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
5119         * man.el (Man-mode-map): Restore the \r binding.
5120         (Man-abstract-xref-man-page): If Man-target-string is a function,
5121         call it.
5122         (Man-highlight-references): Use Man-default-man-entry to get the
5123         target.  Deal with xrefs too.
5124         (Man-highlight-references0): Don't call the target function.
5126         * woman.el (WoMan-xref-man-page): Strip the section number, woman
5127         cannot deal with it.
5129 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5131         * pgg-gpg.el: Clean up process buffers every time gpg processes
5132         complete.
5134 2006-04-04  Kenichi Handa  <handa@m17n.org>
5136         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5137         here.
5138         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5139         Temporarily bind inhibit-field-text-motion to t.
5141 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5143         * startup.el (normal-splash-screen): Only set mode-line-format in the
5144         splash buffer, so as not to interfere when debugging the code.
5145         Ignore errors when switching buffer.
5147 2006-04-03  Romain Francoise  <romain@orebokech.com>
5149         * dired.el (dired-dnd-protocol-alist): Fix typo.
5151 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5153         * savehist.el (savehist): Add :version.
5154         (savehist-ignored-variables): New variable.
5155         (savehist-minibuffer-hook): Don't save variables listed in
5156         `savehist-ignored-variables'.
5158         * dired.el (dired-dnd-protocol-alist): Mention that change does
5159         only apply to new buffers in doc string.
5161 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
5163         * recentf.el (recentf-open-files-item): Include newline in button
5164         field, so opening a file will work, when the point is at the end
5165         of the file name.  Allow, for example, to [i]search a file by
5166         extension and just push RET to open it.
5168 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5170         * pgg-gpg.el (pgg-gpg-process-filter)
5171         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5173         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5174         lines, temporary fix.
5176 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5178         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5180 2006-04-02  Richard Stallman  <rms@gnu.org>
5182         * progmodes/compile.el (compilation-message-face): Make it defcustom.
5184 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5186         * ibuf-macs.el (define-ibuffer-column): Add a new key:
5187         header-mouse-map.
5189         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5190         (ibuffer-mode-header-map): New keymaps.
5191         (ibuffer-update-title-and-summary): Enable mouse face highlighting
5192         and keybindings for column headers.
5193         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5194         property.
5196 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
5198         * speedbar.el (speedbar-after-create-hook): Doc fix.
5200 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
5202         * shell.el (shell-directory-tracker)
5203         (shell-dynamic-complete-command): Doc fixes.
5205 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
5207         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5208         terminals.
5210 2006-04-01  Kim F. Storm  <storm@cua.dk>
5212         * ido.el (ido-unc-hosts-cache): New defvar.
5213         (ido-unc-hosts): If value of defcustom is a function, call it to
5214         get list of UNC hosts.  Add function-item choices to specify
5215         ido-unc-hosts-net-view or user function.
5216         (ido-ignore-unc-host-regexps): New defcustom.
5217         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5218         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5219         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5221 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5223         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5224         wwidth.
5226 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
5228         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5229         (ido-max-work-file-list, ido-switch-buffer)
5230         (ido-read-file-name-as-directory-commands):
5231         Fix typos in docstrings.
5233 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5235         * term/mac-win.el (mac-system-coding-system): Define and use after
5236         Mac-specific coding systems are ready.
5238 2006-03-27  Romain Francoise  <romain@orebokech.com>
5240         * net/rcirc.el (rcirc-connect): Add autoload cookie.
5242         * ldefs-boot.el: Update.
5244 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5246         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5247         passphrases when it is not needed.
5248         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5249         passphrase stuff from gpg, should only be necessary when you use
5250         gpg with a smartcard.
5252 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
5254         * comint.el (comint-dynamic-list-completions): Allow user to
5255         select *Completions* buffer.
5257 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
5259         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5261 2006-03-26  Andreas Schwab  <schwab@suse.de>
5263         * progmodes/gud.el (gdb): Only complain about multiple debugging
5264         when the gdb process is still running.
5266 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
5268         * mail/rmail.el (tool-bar-map): Defvar it.
5269         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5270         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5272 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5274         * help.el (print-help-return-message): Suggest to use
5275         display-buffer instead of switch-to-buffer-other-window to restore
5276         the previous window without selecting it.
5278 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5280         * frame.el (select-frame-by-name): Call x-focus-frame also when
5281         window-system is mac.
5283         * term/mac-win.el: Adjust Courier font specifications in
5284         x-fixed-font-alist.
5285         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5286         when directly encoding to UTF-16 in native byte order, no BOM.
5288 2006-03-25  Kim F. Storm  <storm@cua.dk>
5290         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5291         (cua--init-keymaps): Use it instead of fixed C-return.
5292         (cua-mode): Set after it.
5294         * emulation/cua-rect.el (cua--init-rectangles):
5295         Use cua-rectangle-mark-key instead of fixed C-return.
5297 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
5299         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5300         "run" in .gdbinit.
5301         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5303 2006-03-24  Romain Francoise  <romain@orebokech.com>
5305         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5306         `display-buffer-other-frame'.
5308 2006-03-24  Kim F. Storm  <storm@cua.dk>
5310         * apropos.el (apropos-synonyms): Add selection => region.
5312 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
5314         * progmodes/gdb-ui.el (gdb-var-create-regexp)
5315         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5316         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5317         (gdb-data-list-register-values-regexp)
5318         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5319         Future proof against new fields being added to MI output.
5320         (gdb-send): Don't treat backslashes for program input as
5321         continuations.
5322         (gdb-assembler-handler): Don't use window-start for this handler.
5323         (gdb-frame-handler): Don't change to hollow arrow if overlay
5324         arrow doesn't move to new frame.
5326 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
5328         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5329         prevent compiler warnings.
5330         (gdb-stopped): Check for gud-last-last-frame (case: signal).
5331         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5332         (gdb-assembler-custom): Use hollow-right-triangle for assembler
5333         buffer too.
5335 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
5337         * pgg-gpg.el (pgg-gpg-update-agent): Check for
5338         make-network-process, so we can use the same code in Gnus v5-10
5339         too and have this file fully synchronized with that release.
5341 2006-03-23  Romain Francoise  <romain@orebokech.com>
5343         * ibuf-ext.el (ibuffer-read-filter-group-name):
5344         Use `ibuffer-generate-filter-groups' to make completion list match
5345         the filter groups that are really displayed in the Ibuffer buffer.
5346         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5348 2006-03-23  Kenichi Handa  <handa@m17n.org>
5350         * international/mule-cmds.el (sort-coding-systems): Describe that
5351         the argument is modified in docstring.
5353 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5355         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5356         (pgg-gpg-update-agent): New function.
5357         (pgg-gpg-use-agent-p): New function.
5358         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5359         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5360         (pgg-gpg-sign-region): Use it.
5362 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
5364         * cus-edit.el (custom-face-set): Call custom-push-theme before
5365         face-spec set so that `changed' theme is correctly saved.
5366         (custom-face-reset-standard): Reset to recalculated face rather
5367         than defface spec.
5369         * custom.el (custom-push-theme): Only save `changed' theme if the
5370         current face does not match the defface specs.
5372 2006-03-21  Simon Josefsson  <jas@extundo.com>
5374         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5375         <wilde@sha-bang.de>.
5376         (pgg-gpg-use-agent): New variable.
5377         (pgg-gpg-process-region): Use it.
5378         (pgg-gpg-encrypt-region): Likewise.
5379         (pgg-gpg-encrypt-symmetric-region): Likewise.
5380         (pgg-gpg-decrypt-region): Likewise.
5381         (pgg-gpg-sign-region): Likewise.
5382         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5384 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
5386         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5387         bracket links.
5389 2006-03-21  Kim F. Storm  <storm@cua.dk>
5391         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5392         fringe-indicator-alist instead of modifying global value.
5393         (gdb-frame-handler): Likewise.
5395 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5397         * diff-mode.el (diff-function): Make it inherit from diff-header
5398         instead of diff-context.
5400         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5401         bitmap.
5402         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5403         change names in macro above for consistency.
5404         (gdb-frame-handler): Use hollow-right-triangle for all selected
5405         frames which except the innermost (where execution has stopped).
5406         (gdb-reset): Reset buffer-local values of overlay-arrow.
5408 2006-03-20  Richard Stallman  <rms@gnu.org>
5410         * simple.el (set-mark-command): Doc fix.
5412         * files.el (display-buffer-other-frame): New command.
5413         (ctl-x-4-map): Bind C-x 5 C-o to it.
5415 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5417         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5418         rather than just defer-time, in case defer-time has been changed but
5419         the timer isn't running yet.
5420         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5422 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5424         * help-mode.el (help-follow-symbol): New function.
5425         Essentially identical to the old `help-follow', but do not let
5426         `push-button' do the work when on an xref.
5427         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5429 2006-03-19  Richard Stallman  <rms@gnu.org>
5431         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5432         preceded by the word `program'.
5433         (help-follow-mouse, help-follow): Throw error if not on xref.
5434         Delete no longer used args.
5436 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
5438         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5439         annotation ensure gud-overlay-arrow-position is redisplayed.
5441 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5443         * textmodes/bibtex.el (bibtex-include-OPTkey)
5444         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5445         (bibtex-autokey-name-case-convert)
5446         (bibtex-autokey-titleword-case-convert): Make these the aliases
5447         for the following two variables.
5448         (bibtex-autokey-name-case-convert-function)
5449         (bibtex-autokey-titleword-case-convert-function): Make these the
5450         real names.
5451         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5452         bibtex-font-lock-crossref sublists.
5453         (bibtex-mode): Revert 2005-12-30 change (which made
5454         completion-ignore-case buffer-local).
5455         (bibtex-url): Simplify.
5457 2006-03-19  Kim F. Storm  <storm@cua.dk>
5459         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5460         cursor property value to 2 (to align with C level change).
5462 2006-03-19  Bill Wohler  <wohler@newt.com>
5464         * image.el (image-load-path-for-library): Shorten first line in
5465         docstring.
5467 2006-03-18  Richard Stallman  <rms@gnu.org>
5469         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5471 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
5473         * isearch.el (isearch-other-meta-char): Handle user bindings for
5474         shifted control characters.
5476 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
5478         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5479         part that matches email addresses, file names, etc.
5481 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
5483         * term/w32-win.el (mouse-set-font):
5484         Mention w32-list-proportional-fonts in the doc string.
5486 2006-03-18  Kim F. Storm  <storm@cua.dk>
5488         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5489         (ido-unc-hosts): New user option to explicitly define list of know
5490         UNC-style hosts for completion.
5491         (ido-cache-unc-host-shares-time): New user option.
5492         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5493         New helper functions for UNC file-name support.
5494         (ido-may-cache-directory): Check for UNC host.  Simplify.
5495         (ido-wash-history): Clean out old UNC hosts.
5496         (ido-nonreadable-directory-p): UNC hosts are always readable.
5497         (ido-directory-too-big-p): UNC hosts are never too big.
5498         (ido-set-current-directory): Handle UNC root path.
5499         (ido-file-name-all-completions): Complete UNC host names from
5500         ido-unc-hosts list.  Cache UNC host shares.
5501         (ido-make-file-list-1): Don't filter UNC root.
5502         (ido-exhibit): Check for // in root directory, and switch to UNC
5503         mode by setting ido-current-directory to //.
5505 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
5507         * cus-edit.el (customize-changed-options): Mention explicit
5508         version number as default in prompt.
5510 2006-03-17  Bill Wohler  <wohler@newt.com>
5512         * image.el (image-load-path-for-library): Minor docstring fix.
5514 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
5516         * textmodes/org.el (org-read-date): Include subgroup 5 into
5517         replacement text.
5518         (org-popup-calendar-for-date-prompt): Fix customization type.
5520 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
5522         * progmodes/gdb-ui.el (gud-watch): Provide completion.
5523         (gdb-continuation): New variable.
5524         (gdb-send): Deal with continuation lines.
5526         * progmodes/gud.el (gud-gdb-complete-command)
5527         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5528         expressions.
5529         (gud-tooltip-mode): Use buffer-local value.
5531 2006-03-16  Kim F. Storm  <storm@cua.dk>
5533         * ido.el (ido-edit-input): Use selected match, if any.
5535 2006-03-16  Bill Wohler  <wohler@newt.com>
5537         * image.el (image-load-path-for-library): Prefer user's images in
5538         image-load-path.
5540 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
5542         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5543         when checking for attempt to drag leftmost or rightmost scrollbar.
5545 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
5547         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5548         (gdb-force-mode-line-update): New function.
5549         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5550         (gdb-exited): Use them.
5551         (gdb-signal): New function.
5552         (gdb-annotation-rules): Provide a rule for it.
5554 2006-03-16  Kenichi Handa  <handa@m17n.org>
5556         * international/mule.el (auto-coding-regexp-alist): Add entries
5557         for Unicode BOM.
5559         * sort.el (sort-build-lists): Temporarily bind
5560         inhibit-field-text-motion to t.
5562 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5564         * locate.el (locate-command, locate-make-command-line)
5565         (locate-fcodes-file, locate-update-command)
5566         (locate-prompt-for-command, locate, locate-with-filter)
5567         (locate-get-file-positions): Doc fixes.
5568         (locate-buffer-name, locate-header-face): Remove leading `*' in
5569         defcustom.
5570         (locate-filter-output): Use `keep-lines' instead of its alias
5571         `delete-non-matching-lines'.
5572         (locate-get-filename, locate-get-dirname): Add introductory comment.
5573         (locate-find-directory-other-window): Give appropriate error
5574         message if used outside main listing.
5576 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5578         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5579         the new extend-region feature.
5580         (font-lock-after-change-function): Update correspondingly.
5581         * jit-lock.el (jit-lock-after-change): Update correspondingly.
5582         * progmodes/grep.el (font-lock-lines-before): Don't disable.
5584 2006-03-15  Bill Wohler  <wohler@newt.com>
5586         * image.el (image-load-path-for-library): Fix example by not
5587         recommending that one binds image-load-path.  Just defvar it to
5588         placate compiler and only use it if previously defined.
5590 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
5592         * textmodes/org.el (org-insert-centered): Use `string-width' to
5593         make underlining work for wide characters.
5594         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5595         TAB to `org-cycle', to make sure that no binding in
5596         `outline-mode-map' can supercede it.
5598 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
5600         * allout.el: Increment version to 2.2.1 in file commentary.
5602         (allout-version): Increment to 2.2.1.
5604         (allout-default-layout): New customization variable, used when the
5605         file lacks a specific allout-layout.  Uses allout-layout-type for
5606         recursively nested definition.
5608         (allout-layout-type): Widget defining allout layouts, necessary for
5609         self-recursive definition.
5611         (allout-mode): Incorporate allout-default-layout as fallback for
5612         allout-layout.
5614         (allout-layout): Mark as 'safe-local-variable', and refer mention
5615         fallback to `allout-default-layout' in absence of a specified value.
5616         (allout-passphrase-verifier-string)
5617         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5619         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5621         (allout-get-encryption-passphrase-verifier): Use correct name of
5622         passphrase verifier in docstring.
5624 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
5626         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5627         elements.
5628         (gdb-find-watch-expression): Make it work for arrays too.
5629         Follow change to gdb-var-list.
5630         (gud-watch): Allow the user to enter variable name with a prexix
5631         arg.  Create keybindings.
5632         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5633         (gdb-var-list-children-handler, gdb-var-update-handler)
5634         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5635         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5636         Follow change to gdb-var-list.
5637         (gdb-starting): Don't show the overlay arrows when program is running.
5639         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5640         gdb-var-list.
5642 2006-03-14  Bill Wohler  <wohler@newt.com>
5644         * image.el (image-load-path-for-library): Pass value of path
5645         rather than symbol.  Always return list of directories.
5646         Guarantee that image directory comes first.
5648 2006-03-14  Alan Mackenzie  <acm@muc.de>
5650         * font-core.el (font-lock-extend-region\(-function\)?.):
5651         New function/variable.
5653         * font-lock.el (font-lock-after-change-function):
5654         Call font-lock-extend-region.  Obey font-lock-lines-before.
5655         (font-lock-default-fontify-region): Remove reference to
5656         font-lock-lines-before.
5658         * jit-lock.el (jit-lock-after-change):
5659         Call font-lock-extend-region.  Obey font-lock-lines-before.
5661 2006-03-14  David Ponce  <david@dponce.com>
5663         * tree-widget.el (tree-widget-themes-load-path)
5664         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5666 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
5668         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5669         (rcirc-print): Mark the start of text at the end of the prompt.
5670         (rcirc-track-minor-mode): Add autoload cookie.
5671         (rcirc-update-activity-string): Add space to front of mode-line
5672         indicator.
5674 2006-03-13  Miles Bader  <miles@gnu.org>
5676         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5677         (rcirc-abbrev-nick): Remove function.
5678         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5680 2006-03-13  David Ponce  <david@dponce.com>
5682         * tree-widget.el: Handle themes across all occurrences of the main
5683         themes sub-directory found in tree-widget-themes-load-path.
5684         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5685         (tree-widget--locate-sub-directory): Return all occurrences.
5686         (tree-widget-themes-path): New function.
5687         Replace tree-widget-themes-directory, and return a list of directories.
5688         (tree-widget-set-parent-theme)
5689         (tree-widget-lookup-image): Use it.
5691 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
5693         * textmodes/org.el (org-link-search): Avoid self-matching of
5694         links, allow target text to be distributed over several lines.
5695         (org-search-not-link): New function.
5696         (org-set-regexps-and-options, org-get-current-options):
5697         New startup options.
5698         (org-export-as-html): Take odd-level setting from local variable.
5699         (org-fontify-emphasized-text): New option.
5700         (org-set-font-lock-defaults): Include emphasized text.
5701         (org-follow-mhe-link): Allow folder-only links, fix folder name.
5702         (org-font-lock): Customize group renamed from `org-faces'.
5704 2006-03-13  John Paul Wallington  <jpw@pobox.com>
5706         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5707         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
5709 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
5711         * cus-start.el (all): Delete :version keyword for members of the
5712         fringe group, since the entire group is new in 22.1.
5714 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
5716         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5717         map if value is hexadecimal (an address).
5718         (gud-watch): Only search roots for existing watch expressions.
5719         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5720         prevent caching problems with speedbar-update-directory-contents.
5722 2006-03-12  Juri Linkov  <juri@jurta.org>
5724         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5725         before comparing with `low' and `warn'.
5727         * info.el (Info-dir-remove-duplicates): Move point to the
5728         beginning of the current line after deleting the entries from
5729         redundant heading.  Use marker for `limit' and compare it with
5730         point before calling `re-search-forward'.
5732 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5734         * simple.el (yank): Fix typo in docstring.
5736 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
5738         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5739         messages, where "D" is the 6th character.
5741 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5743         * simple.el (yank): Fix last change.
5745 2006-03-11  David Ponce  <david@dponce.com>
5747         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5748         merging elements from the standard ispell-dictionary-alist.
5749         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5750         alist, and return the new alist.
5752 2006-03-11  Richard Stallman  <rms@gnu.org>
5754         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5756         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5757         the way it is implemented is too unclean.
5759         * simple.el (kill-region, yank): Doc fix.
5761         * battery.el (battery-echo-area-format): Doc fix.
5762         (battery-mode-line-format): Likewise.
5763         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5764         (battery-linux-proc-acpi): Ignore batteries that say "charged".
5766 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5768         * progmodes/octave-mod.el (octave-indent-for-comment):
5769         Behave according to do string.
5771 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
5773         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5774         Be visible only if major mode is Mail Mode.
5776         * textmodes/flyspell.el (flyspell-external-point-words)
5777         (flyspell-process-localwords): Fix last changes.
5779 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5781         * calendar/holidays.el (list-holidays): Doc fix.
5783         * international/mule.el (auto-coding-alist): Add .odt
5784         (OpenOffice's open document) files.
5786         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5787         document) files.  Mention in the doc string the need to sync with
5788         auto-coding-alist.
5790 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
5792         * files.el (hack-local-variables-confirm): Don't prompt for ! if
5793         enable-local-variables is set to always query, or there is no
5794         savable variable.
5796 2006-03-10  Bill Wohler  <wohler@newt.com>
5798         * image.el (image-load-path-for-library): Merge at least three
5799         functions from Gnus and MH-E into this one function that can now
5800         be shared.
5802 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
5804         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5805         gdb-remove-mouse-face and remove help-echo too.
5806         (gdb-enqueue-input): Correct conditional clause.
5808 2006-03-10  Glenn Morris  <rgm@gnu.org>
5810         * calendar/calendar.el (calendar-holidays): Doc fix.
5811         * calendar/holidays.el (list-holidays): Doc fix.
5813 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
5815         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5816         it gets called in gdb-prompt anyway.
5817         (gdb-use-separate-io-buffer): Only restore window arrangement for
5818         gdb-many-windows.
5819         (gdb-enqueue-input): Make it harder to send GDB input when program
5820         is running.
5821         (gdb-buffer-list): New variable.
5822         (gdb-remove-mouse-face): New function.
5823         (gdb-starting): Use it when GDB input won't get sent.
5825 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
5827         * help.el (view-lossage): Remove trailing whitespace before
5828         inserting "\n".
5830 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
5832         * files.el (hack-local-variables-confirm):
5833         Set coding-system-for-read to nil before writing to .emacs.
5835         * arc-mode.el (archive-extract): Check if an existing buffer name
5836         comes from a different archive.
5838         * help.el (describe-key-briefly): If KEY is a down event, read and
5839         discard the up event.
5841 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
5843         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5844         be edited and use font-lock-warning-face for any changes.
5846         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5847         (gdb-edit-value): Use it to report any errors.
5849 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
5851         * help.el (describe-key): Remove leftover test code.
5853 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
5855         * textmodes/org.el: Move defvars out of eval-when-compile.
5856         Use buffer-file-name variable.
5857         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5858         arg `file'.
5859         (org-level-faces): Remove startup dependency.
5860         (org-cycle, org-map-tree, org-scan-tags)
5861         (org-remember-handler): Don't call `outline-level' directly.
5862         (org-mhe-search-all-folders): New option.
5863         (org-mhe-get-message-folder-from-index)
5864         (org-mhe-get-message-folder): Fix indexing search.
5865         (org-format-agenda-item): Handle nil TAGS argument.
5866         (org-cleaned-string-for-export, org-activate-target-links)
5867         (org-make-target-link-regexp): Deal with empty radio target list.
5868         (org-tag): New face.
5869         (org-get-level-face): New function.
5870         (org-set-font-lock-defaults): Simplify setup for headlines.
5871         (org-complete): Pass common substring to `display-completion-list'.
5873 2006-03-06  David Ponce  <david@dponce.com>
5875         * tree-widget.el: Update Commentary header.
5876         (tree-widget-theme-name): Ignore parent themes.
5877         (tree-widget-set-parent-theme): New function.
5878         (tree-widget-set-theme): Use it.
5879         (tree-widget-set-image-properties): Move definition.  Does nothing
5880         if image properties have already been set.
5881         (tree-widget-image-properties): Move definition.  Receive an image
5882         name.  Set the :pointer property.
5883         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
5884         Don't set the :pointer image property.
5885         (tree-widget-convert-widget): New function.  Handle :dynargs
5886         compatibility here.
5887         (tree-widget): Use it to :convert-widget.  Add the :expander-p
5888         predicate to control when the :expander function is entered.
5889         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5890         (tree-widget-value-create): Handle :expander-p.  widget-apply
5891         :expander.
5892         (tree-widget-expander-p): New function.  Default value of the
5893         :expander-p property.
5895 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
5897         * help.el (describe-key): Properly handle the return value of
5898         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
5899         remaps.  Handle string and vector `follow-link' values.
5901 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5903         * complete.el (PC-expand-many-files): Try be more careful when parsing
5904         the shell's output.
5906 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * outline.el (hide-sublevels): Provide better interactive default.
5910 2006-03-06  Kenichi Handa  <handa@m17n.org>
5912         * international/fontset.el (create-fontset-from-fontset-spec):
5913         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5915 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
5917         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5918         backslashes instead of one in regexp.
5919         (gud-tooltip-dereference): Add missing optional argument.
5921 2006-03-04  John Paul Wallington  <jpw@pobox.com>
5923         * wdired.el (toplevel): Require `cl' at compile-time.
5925 2006-03-04  Andreas Schwab  <schwab@suse.de>
5927         * server.el (server-process-filter): Handle errors during
5928         evaluation of the argument.
5930 2006-03-03  John Paul Wallington  <jpw@pobox.com>
5932         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5933         escape parentheses at beginning of line.
5934         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5935         (t-mouse-mode): Remove period from end of error message.
5937 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
5939         * textmodes/flyspell.el (flyspell-process-localwords):
5940         Be case-sensitive.
5942 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
5944         * cus-edit.el (custom-quote): Remove function, since it has been
5945         moved to custom.el.
5947         * font-lock.el (lisp-font-lock-keywords-2)
5948         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5949         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5950         they have no special meaning.
5952         * midnight.el (clean-buffer-list): Handle case where base-buffer of
5953         indirect buffer gets killed before indirect buffer.  Use dolist.
5955 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5957         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5958         value instead of a literal constant (1) on more pauses.
5960 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5962         * textmodes/flyspell.el (flyspell-external-point-words):
5963         Be case-sensitive.
5965 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
5967         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5968         with "www".
5970 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
5972         * allout.el: Restablish intermediate missing comment header to
5973         preserve outline structure.
5974         (allout-beginning-of-current-entry): Skip invisible text.
5975         (allout-open-topic): Fix opening a topic at end-of-buffer.
5976         (allout-minor-mode): Move nearer to allout-mode function.
5978 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
5980         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5982 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
5984         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5985         is nil.
5987         * progmodes/gud.el (gud-speedbar-menu-items):
5988         Use buffer-local-value and add missing :visible keyword.
5990         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5992 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
5994         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5995         must be `follow-link'.
5997         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5999         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6000         formatting: No nested anchors.
6001         (org-all-targets): Fix bug with XEmacs compatibility.
6002         (org-read-date): Add (require 'parse-time).
6003         (org-set-tags): Fix bug with extra inserted space.
6004         (org-export-html-style): Define a style class for targets.
6005         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6006         (org-hide-leading-stars): New option.
6007         (org-hide): New face.
6008         (org-set-font-lock-defaults): Allow to hide leading stars.
6009         (org-get-legal-level, org-tr-level): New functions.
6010         (org-odd-levels-only): New option.
6011         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6012         (org-demote, org-promote): Deal with double-star levels.
6013         (org-convert-to-odd-levels): New command.
6015 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
6017         * speedbar.el (speedbar-update-localized-contents): Try to
6018         preserve window-start.
6019         (speedbar-update-directory-contents): Try to preserve window-start
6020         and window-point.
6021         (speedbar-update-special-contents): Don't move back to start of window.
6023         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6024         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
6025         speedbar-timer-fn.
6026         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6027         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6028         instead of gdb-speedbar-timer-fn.
6030 2006-02-28  Jay Belanger  <belanger@truman.edu>
6032         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6033         (math-compose-expr): Use latex option when calling
6034         `math-compose-tex-matrix' for latex mode.
6036 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
6038         * speedbar.el: Re-instate comments about developing for speedbar
6039         [this is what info and gdb-ui use even if better methods exist now].
6041         * t-mouse.el: New file.
6042         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
6043         (t-mouse-lispy-buffer-posn-from-coords): Remove.
6044         (t-mouse-make-event-element): Use posn-at-x-y instead.
6045         (t-mouse-make-event): Deal with Fedora Core 3.
6046         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6047         (t-mouse-mouse-position-function): New function.  Use it instead
6048         of advising mouse-position.
6049         (t-mouse-mode): New minor mode.
6050         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
6052 2006-02-27  Glenn Morris  <rgm@gnu.org>
6054         * calendar/calendar.el (calendar-holidays): Doc fix.
6056 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
6058         * progmodes/gdb-ui.el (gdb-source-window): New variable.
6059         Re-introduce the concept of a source window.
6060         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6061         consistency with get-buffer-create.
6062         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6063         (gdb-data-list-register-values-handler)
6064         (gdb-stack-list-locals-handler): Try to preserve window-start as
6065         well as window-point.
6066         (gdb-display-source-buffer): New function (old concept).
6067         (gdb-goto-breakpoint): Use it.
6069         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6070         for gdb-ui/gdb-mi (old concept).
6072 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
6074         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6075         binding.
6077         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6079         * textmodes/reftex-sel.el (reftex-select-label-map)
6080         (reftex-select-bib-map): Add `follow-mouse' binding.
6082 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
6084         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6085         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6086         Give :set functions to provide automatic updating.
6087         Update docstring.  Give compiler defvars early in the file
6088         and move the defcustoms to a later spot where all called functions
6089         are defined.
6090         (jka-compr-file-name-handler-entry): Doc fix.
6091         (jka-compr-compression-info-list--internal)
6092         (jka-compr-mode-alist-additions--internal)
6093         (jka-compr-load-suffixes--internal): New variables.
6094         (jka-compr-install): Set the three above variables.
6095         Update `load-file-rep-suffixes' instead of `load-suffixes'.
6096         (jka-compr-update, jka-compr-set): New functions.
6097         (auto-compression-mode): Doc fix.
6099         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6100         Update `load-file-rep-suffixes' instead of `load-suffixes'.
6101         Use jka-compr-compression-info-list--internal,
6102         jka-compr-mode-alist-additions--internal and
6103         jka-compr-load-suffixes--internal.
6105         * files.el (load-library):
6106         * loadhist.el (file-loadhist-lookup):
6107         * startup.el (command-line):
6108         * subr.el (locate-library):
6109         * emacs-lisp/autoload.el (update-directory-autoloads):
6110         * emacs-lisp/find-func.el (find-library-suffixes):
6111         Use `get-load-suffixes' instead of `load-suffixes'.
6113         * subr.el (locate-library):
6114         * emacs-lisp/find-func.el (find-library-name):
6115         Use `load-file-rep-suffixes' instead of '("").
6117 2006-02-26  Kim F. Storm  <storm@cua.dk>
6119         * ido.el (ido-save-history, ido-load-history): Simplify.
6120         Don't use find-file-noselect to avoid interference from other modes.
6122 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
6124         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6125         to use the default shell if filename is not available.
6126         Reported by Giorgos Keramidas.
6128 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
6130         * progmodes/etags.el (tags-completion-table): Do completion from
6131         all the tables in the current list, as documented in the manual.
6133 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6135         * CC Mode Update to 5.31.3.
6137 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6139         * progmodes/cc-mode.el (c-postprocess-file-styles):
6140         Bind inhibit-read-only to t, around the call to
6141         c-remove-any-local-eval-or-mode-variables, so that it works on a
6142         RO file.
6144 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6146         * progmodes/cc-awk.el: Correct a typo.
6148 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6150         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6151         c-hungry-delete-backwards, at the request of RMS.  Leave the old
6152         name as an alias.
6154 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6156         * progmodes/cc-mode.el: Correct a typo.
6158 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6160         * progmodes/cc-defs.el: Update the version number to 5.31.3.
6162 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6164         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6165         brace-else-brace (error due to mbeg, mend being undefined).
6167 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6169         * progmodes/cc-mode.el: File Local variables: Solve the problem
6170         where both `mode' and c-file-offsets are specified: `mode' will
6171         overwrite c-f-o's settings:
6172         (c-remove-any-local-eval-or-mode-variables): New function.
6173         (c-postprocess-file-styles): Call the above new function, within
6174         c-tentative-buffer-change, to splat `mode' and `eval' before the
6175         second hack-local-variables.
6177 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6179         * progmodes/cc-mode.el:
6180         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6181         (c-after-change): Protect the match data with save-match-data.
6182         It was getting corrupted by c-after-change-check-<>-operators.
6184         * cc-defs.el: [Supersedes patch V1.38]:
6185         (top level): Check for a buggy font-lock-compile-keywords ONLY in
6186         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
6188         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6189         with save-match-data.  It was being corrupted when Font Lock was
6190         not enabled.
6192 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6194         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6195         Mode and Subword Mode.
6197         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6198         real labels ("case 1:" or "foo:") from non-labels ("public:").
6199         (c-forward-objc-directive): Replace c-forward-token-2 with crude
6200         coding; c-f-t-2 doesn't move over a token at EOB.
6202         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6204         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6205         (c-update-modeline): Concatenate the minor mode indicators
6206         directly onto mode-name, removing c-submode-indicators.
6207         Sometimes, c-s-i got separated from the mode name on the mode line.
6209         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6210         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6212 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6214         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6215         error message when there's an evaluation error to show whether
6216         it's loaded from source or not.
6217         (c-filter-ops): Make it available at runtime too to work when
6218         `c-make-init-lang-vars-fun' needs to evaluate from source.
6220 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
6222         * help.el (help): Revert last part of 2006-02-23 change (deletion
6223         of the `provide' call).
6225 2006-02-23  Juri Linkov  <juri@jurta.org>
6227         * compare-w.el (compare-windows-highlight): Add new value
6228         `persistent' and change :type from `boolean' to `choice'.
6229         (compare-windows-overlays1, compare-windows-overlays2):
6230         New internal variables.
6231         (compare-windows-highlight): If compare-windows-highlight is
6232         `persistent', add current overlays to compare-windows-overlays[12]
6233         instead of adding compare-windows-dehighlight to pre-command-hook.
6234         (compare-windows-dehighlight): Delete all overlays from
6235         compare-windows-overlays[12].
6237         * info.el (Info-search): Don't bind search-spaces-regexp to
6238         Info-search-whitespace-regexp in non-regexp isearch mode.
6240 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6244 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
6246         * textmodes/org.el (org-xemacs-p)
6247         (org-export-html-show-new-buffer, org-table-may-need-update)
6248         (org-insert-item, org-mhe-get-message-real-folder)
6249         (org-mhe-get-message-folder-from-index)
6250         (org-mhe-get-message-folder, org-mhe-get-message-num)
6251         (org-mhe-get-header, org-make-org-heading-search-string)
6252         (org-make-org-heading-camel, org-table-sort-lines)
6253         (org-format-org-table-html, org-format-table-table-html):
6254         Fix typos in docstrings.
6256 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
6258         * textmodes/org.el (org-cleaned-string-for-export)
6259         (org-solidify-link-text): New function.
6260         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6261         XEmacs, just to silence the compiler.
6262         (org-export-as-ascii, org-export-as-html-and-open):
6263         Use `org-cleaned-string-for-export' and create internal links.
6264         (org-follow-mhe-link): Require mh-e, use folder.
6266 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
6268         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6270         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6271         gdb-debug-log-length.
6272         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
6273         it a real ring but...
6274         (gud-gdba-marker-filter): ...make it work like mark-ring.
6275         (gdb-enable-debug): Rename from gdb-enable-debug-log.
6276         (gdb-mouse-jump): New function.  Add bindings.
6278 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
6280         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6281         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6282         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6283         (gdb-debug-log-length): Customize it's length.
6284         (gud-watch, gdb-var-create-handler): Display function::var format
6285         but don't use to create variable object.
6286         (gdb-var-create-handler): Use message-box in place of message.
6287         (gdb-stopped): Call gdb-exited if signalled.
6289 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
6291         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6293         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6295         * textmodes/reftex.el (reftex-locate-file): Search all extensions
6296         if `reftex-try-all-extensions' is set.
6298         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6299         fail silently when there is no valid argument at point.
6300         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6301         `fail-silently' argument.  From a patch by David Reiter.
6303         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6304         New commands.
6305         (org-mark-ring): New variable.
6306         (org-mark-ring-length): New option.
6307         (org-open-at-point, org-goto, org-open-file): Push old position
6308         onto the mark ring.
6309         (org-add-hook): New function.
6310         (org-export-table-remove-special-lines): New option.
6311         (org-skip-comments, org-format-org-table-html): Respect new
6312         option `org-export-table-remove-special-lines'.
6313         (org-open-file): Allow special command configuration for
6314         directory link.
6315         (org-file-apps): Fix bugs in customize type, added setting
6316         for directories.
6317         (org-activate-tags, org-format-agenda-item, org-complete)
6318         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6319         (org-get-tags, org-get-buffer-tags, org-open-at-point)
6320         (org-link-search, org-make-org-heading-search-string)
6321         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6322         (org-radio-targets, org-file-link-context-use-camel-case)
6323         (org-activate-camels): New options.
6324         (org-update-radio-target-regexp, org-all-targets)
6325         (org-make-target-link-regexp, org-activate-target-links):
6326         New functions.
6327         (org-make-org-heading-search-string): New function.
6328         (org-store-link, org-insert-link): Use new option
6329         `org-file-link-context-use-camel-case'.
6330         (org-activate-camels): Use new option `org-activate-camels'.
6331         (org-link-regexp): Add mhe prefix.
6332         (org-open-at-point, org-store-link): Support for mhe links.
6333         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6334         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6335         (org-mhe-get-header, org-follow-mhe-link): New functions.
6336         (org-remove-angle-brackets, org-add-angle-brackets):
6337         New functions.
6338         (org-bracket-link-regexp): New constant.
6339         (org-read-date): Fix bug that was rejecting all typed dates.
6340         (org-link-search): Make hierarchy above visible after a match.
6341         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6342         (org-store-link): Fix bug with link creation when cursor is in
6343         an empty line.
6344         (org-open-at-point): Fix bug with matching a link.
6345         Fixed buggy argument sequence in call to `org-view-tags'.
6346         (org-compile-prefix-format): Set `org-prefix-has-tag'.
6347         (org-prefix-has-tag): New variable.
6348         (org-format-agenda-item): Remove tags from headline
6349         if appropriate.
6350         (org-agenda-remove-tags-when-in-prefix): New option.
6352 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
6354         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6355         Fix the regular expressions.
6357 2006-02-21  Richard M. Stallman  <rms@gnu.org>
6359         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6360         if there's no other specific basis.
6362         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6363         as variables at all.
6364         (unsafep-variable): Rename arg; doc fix.
6366         * abbrevlist.el (list-one-abbrev-table): Add autoload.
6368         * calendar/appt.el (diary-selective-display): Add defvar.
6370         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6372         * isearch.el (search-whitespace-regexp): Fix custom type.
6374         * help.el (describe-key-briefly): Compute interactive args
6375         in same was as before previous change.
6377         * files.el (enable-local-variables): Doc fix.
6379 2006-02-21  Kim F. Storm  <storm@cua.dk>
6381         * fringe.el: Cleanup as file is now pre-loaded.
6382         (fringe-bitmaps): Initialize unconditionally.
6383         (fringe-mode, set-fringe-style): Remove autoload cookies.
6385 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6387         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6388         `horizontal-bar'.
6389         (fringe-cursor-alist): Use `horizontal-bar'.
6391 2006-02-20  Kim F. Storm  <storm@cua.dk>
6393         * fringe.el (fringe-bitmaps): Update to new bitmap names.
6394         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6396         * loadup.el: Load "fringe" on window systems.
6398 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
6400         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6401         out of scope components.
6403         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6404         default.
6406 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
6408         * custom.el (customize-mark-to-save, customize-mark-as-set):
6409         Load the symbol first.
6411 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6413         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6414         strech spec so it doesn't display as "^J" on the header line
6415         when `Buffer-menu-use-header-line' is t.
6417 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
6419         * speedbar.el (speedbar-make-button): Keep text properties
6420         of string arguments if desired.
6422         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6423         expessions.
6425         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6426         of speedbar.
6428 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
6430         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6431         to value of `read-file-name-completion-ignore-case'.
6433 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
6435         * custom.el (customize-mark-as-set): Push to `user' theme.
6437         * cus-edit.el (custom-save-variables): Allow unthemed values.
6438         (customize-set-variable): Push setting to `user' theme.
6440 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6442         * progmodes/gud.el: Don't require font-lock as it's now
6443         automatically loaded.
6444         (gud-speedbar-buttons): Replace gdb-var-changed with
6445         gdb-force-update.
6447         * progmodes/gdb-ui.el (gdb-force-update): Rename from
6448         gdb-var-changed.
6449         (gdb-post-prompt): Use it.
6450         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6451         (gdb-var-update-handler, gdb-var-delete)
6452         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6453         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6454         gdb-force-update in gdb-post-prompt.
6455         (gdb-reset): Clear watch expressions from speedbar when quitting.
6457 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6459         * viper-cmd.el (viper-insert-state-post-command-sentinel)
6460         (viper-change-state-to-vi, viper-change-state-to-emacs):
6461         Make aware of cursor coloring in the Emacs state.
6462         (viper-special-read-and-insert-char): Use read-char-exclusive.
6463         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6465         * viper-init.el (viper-emacs-state-cursor-color): New variable.
6467         * viper-util.el (viper-save-cursor-color)
6468         (viper-get-saved-cursor-color-in-replace-mode)
6469         (viper-get-saved-cursor-color-in-insert-mode)
6470         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6471         state.
6472         (viper-get-saved-cursor-color-in-emacs-mode): New function.
6474         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6475         (ediff-ignore-case-option3, ediff-actual-diff-options)
6476         (ediff-actual-diff3-options): New variables to control case sensitivity.
6477         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6478         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6479         (ediff-toggle-ignore-case): New function.
6480         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6482         * ediff-help.el (ediff-long-help-message-narrow2)
6483         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6484         (ediff-long-help-message-word-mode): Add ignore-case command.
6485         (ediff-help-for-quick-help): Add ignore-case command.
6487         * ediff-merg.el: Move provide to the end.
6489         * ediff-ptch.el: Move provide to the end.
6491         * ediff-wind.el: Move provide to the end.
6493         * ediff-mult.el: Move provide to the end.
6494         (ediff-set-meta-overlay): Enable follow-link.
6496         * ediff.el: Move provide to the end.
6497         Break recursive load cycle in eval-when-compile.
6498         (ediff-patch-buffer): Better heuristics.
6500         * ediff-util.el: Move provide to the end.
6501         Break recursive load cycle in eval-when-compile.
6502         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
6503         defuns.
6504         (ediff-submit-report): Pass the values of ediff-diff3-program,
6505         ediff-diff3-options.
6507 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
6509         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6510         the opening bracket of the following bracketing pairs: {}, [], (), <>,
6511         `' (for example, in the docstring of `windmove-default-keybindings').
6513 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6515         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6516         shadow face.  Don't provide binding to edit variable when it is
6517         out of scope.
6519         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6520         (gdb-var-update-handler): Detect out of scope variables with pre
6521         GDB 6.4 too.
6522         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6523         Reset status of variable objects to nil in update handlers.
6524         (gdb-var-update-handler-1): Detect when a variable object comes
6525         in scope.  setcar on var changes gdb-var-list directly.
6527 2006-02-17  Juri Linkov  <juri@jurta.org>
6529         * ffap.el (ffap) <defface>: Add explicit face declaration.
6530         (ffap-highlight): Use face `ffap' directly instead of checking
6531         for its existence.
6533         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6534         `visible-ok' of `other-buffer' to find the right original buffer.
6536         * info.el (Info-search): Skip `Local Variables' node.
6538 2006-02-17  Juri Linkov  <juri@jurta.org>
6540         * info.el (Info-find-file): Check for symbols `apropos', `history',
6541         `toc' in the input filename, and return these symbols as is.
6542         (Info-find-node-2): Set Info-current-file to symbols `apropos',
6543         `history', `toc' instead of strings.
6544         (Info-set-mode-line): For non-string Info-current-file use the
6545         symbol's name inside **.
6546         (Info-isearch-push-state): Add quote before Info-current-file and
6547         Info-current-node.
6548         (Info-isearch-pop-state): Use `equal' instead of `string='.
6549         (Info-extract-pointer, Info-following-node-name): Use
6550         `match-string-no-properties' instead of `match-string'.
6551         (Info-up): Check `old-file' for `stringp'.
6552         (Info-history): Use `equal' instead of `string-equal'.
6553         Check `file' for `stringp'.
6554         (Info-history): Use symbol `history' instead of string as first arg
6555         of `Info-find-node'.
6556         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
6557         `toc' instead of string.
6558         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6559         instead of `buffer-substring', and `match-string-no-properties'
6560         instead of `match-string'.
6561         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6562         instead of strings.
6563         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6564         Use symbol `apropos' instead of string.
6565         (Info-copy-current-node-name): Check `Info-current-file' for
6566         `stringp' and construct a command with `Info-find-node' from it.
6567         (Info-fontify-node): Use `match-string-no-properties' instead of
6568         `match-string' and check file names for `stringp'.
6569         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6570         `history', `toc' instead of strings.
6572 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
6574         * files.el: Rearrange functions and variables in the file local
6575         variables section.
6577 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
6579         * files.el: Add truncate-lines, ispell-check-comments and
6580         ispell-local-dictionary as safe local variables.
6582 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6584         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6585         out of scope variables.
6586         (gud-speedbar-buttons): Use unless.
6588         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6589         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6590         (gdb-show-changed-values): Also use for out of scope variables.
6591         (gdb-var-update-handler-1): Note if variable goes out of scope.
6593 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
6595         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6596         default to global variable values for unsupplied args.
6597         (rcirc-get-buffer-create): Fix bug with setting the target.
6598         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6599         test for rcirc-always-use-server-buffer-flag here.
6600         (rcirc-response-formats): Add %N, which is a facified nick.  %n
6601         uses the default face.  Change the ACTION format string.  If the
6602         "nick" is the server, don't print anything for that field.
6603         Comment fixes.
6604         (rcirc-target-buffer): Don't test
6605         rcirc-always-use-server-buffer-flag here.
6606         (rcirc-print): Squeeze extra spaces out of the text before message.
6607         (rcirc-put-nick-channel): Strip potential "@" char from nick
6608         before adding them to nick table.
6609         (rcirc-url-regexp): Improve to match address like "foo.com".
6611 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6613         * allout.el (allout-hidden-p): Move this defsubst before
6614         allout-overlay-interior-modification-handler, where it is first
6615         used.
6617 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
6619         * allout.el: Use allout invisible-text overlays instead of
6620         selective display for concealed text.  Also, lots of general
6621         cleanup, and improved compatibility code.
6623         (allout-version) Incremented, corrected, revised, and refined
6624         module commentary.
6626         (provide 'allout): Moved to the bottom, added a require of overlay.
6628         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6629         `except-current'.
6630         (allout-write-file-hook-handler): Minimize delay.
6631         (count-trailing-whitespace-region): New function so
6632         auto-encryption of current topic can resituate cursor exactly.
6633         PGP/GPG encryption trims trailing whitespace from lines, which
6634         must be accounted for across encryption then decryption.
6636         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6637         just plain "\C-c", to avoid intruding on user's keybinding space.
6639         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6640         parameter, so user request to provide a new password is done.
6642         (allout-outside-normal-auto-fill-function, allout-auto-fill):
6643         Refined mechanism for auto-filling behavior while in allout mode.
6645         (allout-mode): Explicitly specify the mode map in the docstring.
6646         Clarify provision for various write-file hook var names.
6647         Adjusted for invisible-text overlays instead of selective-display.
6649         (allout-depth): Really return 0 if not within any topic.  This
6650         rectifies `allout-beginning-of-level' and sequence numbering
6651         errors that occur when cutting and pasting numbered topics.
6652         Changed from a in-line subst to a regular function, as well.
6654         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6656         (allout-end-of-subtree, allout-end-of-subtree)
6657         (allout-end-of-entry, allout-end-of-current-heading)
6658         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6659         (allout-show-children, allout-show-to-offshoot)
6660         (allout-hide-current-entry, allout-show-current-entry): Rectified
6661         handling of trailing blank lines between items.
6663         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6664         (allout-current-depth, allout-unprotected, allout-hidden-p)
6665         (allout-on-current-heading-p, allout-listify-exposed)
6666         (allout-chart-subtree, allout-goto-prefix)
6667         (allout-back-to-current-heading, allout-get-body-text)
6668         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6669         (allout-hide-region-body, allout-toggle-subtree-encryption)
6670         (allout-encrypt-string, allout-encrypted-key-info)
6671         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6672         (allout-file-vars-section-data): Adjusted for use with
6673         invisible-text overlays instead of selective-display.
6675         (allout-kill-line, allout-kill-topic, allout-yank-processing):
6676         Reworked for use with invisible text overlays.
6678         (allout-current-topic-collapsed-p): New function.
6680         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6681         to know when to close the containing topic.
6683         (allout-pre-command-business, allout-post-command-business):
6684         Simplify undo-batching and dynamic isearch exposure.
6686         (allout-set-overlay-category): New for invisible-text overlays.
6687         Sets properties of allout-overlay-category, used by
6688         allout-flag-region to set invisible-text overlay properties.
6689         (allout-get-invisibility-overlay): Get the first qualifying
6690         invisibility overlay, so we can find the extent of it.
6691         (allout-back-to-visible-text): Get to just before the beginnining
6692         of the current invisibility overlay, if any.
6694         (allout-overlay-insert-in-front-handler)
6695         (allout-overlay-interior-modification-handler)
6696         (allout-before-change-handler, allout-isearch-end-handler): New
6697         functions to handle extraordinary actions affecting concealed
6698         text.
6700         (allout-flag-region): Use overlays instead of selective-display
6701         for invisible text - by inheritence from the properties of
6702         allout-overlay-category in mainline Emacs, and applied
6703         property-by-property in XEmacs, some recent versions of which
6704         don't inherit the properties from the category.  Provisions to
6705         respond to concealed-text edits simplified drastically.
6707         (allout-isearch-rectification, allout-isearch-was-font-lock)
6708         (allout-isearch-expose, allout-enwrap-isearch)
6709         (allout-isearch-abort, allout-pre-was-isearching)
6710         (allout-isearch-prior-pos, allout-isearch-did-quit)
6711         (allout-isearch-dynamic-expose)
6712         (allout-hide-current-entry-completely): Functions deleted.
6714         (allout-undo-aggregation): Explicit undo aggregation no longer
6715         necessary due to transition away from selective-display.
6717         (set-allout-regexp, allout-up-current-level)
6718         (allout-next-visible-heading, allout-forward-current-level)
6719         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6720         (allout-kill-line, allout-yank-processing, allout-show-children)
6721         (allout-expose-topic, allout-old-expose-topic)
6722         (allout-listify-exposed, allout-insert-latex-header)
6723         (allout-toggle-subtree-encryption, allout-encrypt-string)
6724         (remove-from-invisibility-spec, allout-hide-current-subtree):
6725         Ditched unused variables.
6727 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
6729         * textmodes/ispell.el (ispell-change-dictionary): Call
6730         ispell-buffer-local-dict instead of
6731         ispell-accept-buffer-local-defs.
6732         (ispell-local-dictionary-alist): Accept as valid any coding-system
6733         supported by Emacs.
6734         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6735         changed to iso-8859-3.
6737 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
6739         * speedbar.el (speedbar-frame-width): Make an inline function
6740         instead of a macro.  Use frame-width.
6741         (speedbar-try-completion, speedbar-update-contents)
6742         (speedbar-timer-fn): Use consp.
6743         (speedbar-update-localized-contents): Try to preserve point.
6745         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6746         (menu): Re-order menu items.
6747         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6748         field.
6749         (gdb-var-update-handler-1): Use it for GDB 6.4+.
6750         (gdb-post-prompt): Speed things by not forcing update.
6752 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
6754         * wid-edit.el (widget-button-click): For mouse-1, cancel button
6755         press and perform default action if we get a mouse movement event.
6757 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6759         * calendar/icalendar.el (icalendar--get-event-property)
6760         (icalendar--get-event-property-attributes): Fix typos in
6761         docstrings.
6763         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6764         docstring.
6766 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
6768         * bs.el (bs-mode): Use `buffer-disable-undo'.
6769         (bs--get-file-name): Simplify.
6770         (bs-show-in-buffer): Mark the buffer as not modified.
6772 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6774         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6775         widget-button-click.
6777         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6778         (custom-mode): Update docstring.
6780         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6781         binding.
6783         * files.el (hack-local-variables-confirm): Allow scrolling if the
6784         file variable list is too long.  Kill temp buffer after use.
6786 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6788         * progmodes/gud.el (gdb): Improve doc string.
6789         (gdb-script-font-lock-keywords): Expand allowed character set.
6791         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6792         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6793         (gdb-separate-io-interrupt, gdb-separate-io-quit)
6794         (gdb-separate-io-stop, gdb-separate-io-eof):
6795         Rename from gdb-inferior-* to gdb-separate-*.
6796         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6798 2006-02-14  Jay Belanger  <belanger@truman.edu>
6800         * calc/calc-arith.el (math-check-known-scalarp): Make sure
6801         expression is a symbol before checking that it is bound.
6803         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6804         test to see if equation can be solved.
6806 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6808         * wid-edit.el (widget-button-click): Use :pressed-face property
6809         for overlay face, if it exists.
6811         * cus-edit.el (custom-manual, custom-add-see-also)
6812         (custom-add-parent-links, custom-group-link): Add :pressed-face
6813         property to links.
6815         * files.el (hack-local-variables): Remove ignored variables before
6816         checking if any variables need setting.
6818 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6820         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6822 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6824         * help.el (where-is): Fix message for remapped commands.
6826         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6827         Fix typos in docstrings.
6829 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6831         * files.el (safe-local-variable-values): New option.
6832         (hack-local-variables-prop-line): Return a list of variable-value
6833         pairs if MODE-ONLY is non-nil.
6834         (hack-local-variables): Construct list of variable-value pairs,
6835         and apply or reject them in one go.  Ask for confirmation if
6836         variables are not known safe.
6837         (hack-local-variables-confirm): Complete rewrite.  Support
6838         `safe-local-variable-values'.
6839         (enable-local-variables): Update docstring to reflect new
6840         behavior.
6841         (ignored-local-variables): Ignore ignored-local-variables and
6842         safe-local-variable-values.
6843         (safe-local-variable-p): New function.
6844         (risky-local-variable-p): `safe-local-variable' property check
6845         moved to safe-local-variable-p.
6846         (hack-one-local-variable): Checks moved to hack-local-variables.
6848         (byte-compile-dynamic, c-basic-offset, c-file-style)
6849         (c-indent-level, comment-column, fill-column, fill-prefix)
6850         (indent-tabs-mode, kept-new-versions, no-byte-compile)
6851         (no-update-autoloads, outline-regexp, page-delimiter)
6852         (paragraph-start, paragraph-separate, sentence-end)
6853         (sentence-end-double-space tab-width, version-control):
6854         Add `safe-local-variable' property.
6856         * find-lisp.el: Delete nonexistent `autocompile' file variable.
6858         * icomplete.el, play/landmark.el: Change nonexistent
6859         `outline-layout' file variable to `allout-layout'.
6861 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
6863         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6864         (gdb-get-changed-registers): Test value of gud-minor-mode relative
6865         to gud-comint-buffer.
6866         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6867         gdb-ui.el for gdb-mi.el.
6868         (gdb-post-prompt, gdb-get-changed-registers): Move test for
6869         registers buffer to gdb-get-changed-registers.
6870         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
6871         deletion of catchpoints (throw and catch).
6872         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6873         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6874         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6875         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6876         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6878 2006-02-13  Jay Belanger  <belanger@truman.edu>
6880         * calc/calc-arith.el (math-check-known-matrixp): Make sure
6881         expression is a symbol before checking that it is bound.
6883 2006-02-13  Richard M. Stallman  <rms@gnu.org>
6885         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6886         for the minibuffer too, but not if resize-mini-windows will interfere.
6888         * help.el (describe-key-briefly, describe-key): Do all arg-reading
6889         inside `interactive' spec.
6890         (describe-key-briefly-internal, describe-key-internal):
6891         Functions merged back into their callers.
6893 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
6895         * info.el (info-xref-visited): Inherit from info-xref too.
6896         (Info-set-mode-line): Replace occurrences of `%' by `%%'
6897         when propertizing Info-current-file and Info-current-node.
6899 2006-02-13  Juri Linkov  <juri@jurta.org>
6901         * tumme.el (tumme-thumbnail-storage): Fix docstring.
6902         (tumme-thumb-name): Fix per-directory format.
6904 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
6906         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6908 2006-02-12  Miles Bader  <miles@gnu.org>
6910         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6912 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
6914         * tumme.el: Remove history section.  If someone needs the it, it
6915         can always be found in CVS.
6917 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6919         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
6920         about the Thumbnail Managing Standard option.
6922 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6924         * subr.el (substitute-key-definition): Doc fix.
6926         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6928         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6930         * info.el (Info-mode): Doc fix.
6932         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6934 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
6936         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6937         because on Solaris a POSIX compatible "id" is needed.  Reported by
6938         Magnus Henoch <mange@freemail.hu>.
6940 2006-02-12  Juri Linkov  <juri@jurta.org>
6942         * tumme.el: Remove todo item about Thumbnail Managing Standard.
6943         (tumme) <defgroup>: Change :group to `multimedia'.
6944         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6945         Managing Standard.
6946         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6947         Fix dostring.
6948         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6949         and %y.  Fix docstring.
6950         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6951         (tumme-cmd-create-standard-thumbnail-command): New user options.
6952         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6953         is `standard'.  Fix docstring.
6954         (tumme-thumb-width, tumme-thumb-height): New user options.
6955         (tumme-external-viewer): Try to find various viewers.
6956         (tumme-get-thumbnail-image): Use `create-image' instead of
6957         constructing the `image' structure.
6958         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6959         `standard'.
6960         (tumme-thumb-name): Add file name generation for standard storage.
6961         Simplify code for other storages.
6962         (tumme-thumb-name): Use width %w and height %h instead of size %s.
6963         Add modification time %m and thumbnail-nq8 %q.
6964         Use `tumme-cmd-create-standard-thumbnail-command' if
6965         tumme-thumbnail-storage is `standard'.
6966         (tumme-dired-insert-marked-thumbs): New autoload command.
6967         (tumme-dired-after-readin-hook): New function.
6968         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6969         `tumme-thumb-size'.
6970         (tumme-display-image): Replace size-x %x and size-y %y with
6971         width %w and height %h.
6973         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6974         `tumme-dired-insert-marked-thumbs'.
6976 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6978         * tumme.el (tumme-write-tag): Fix small bug (file name did not
6979         include path).
6980         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6981         matching tag.
6983 2006-02-12  Miles Bader  <miles@gnu.org>
6985         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6986         New variables.
6987         (rcirc-abbrev-nick): New function.
6988         (rcirc-format-response-string): Rewrite to use the formats in
6989         `rcirc-response-formats' and expand escape sequences therein.
6990         A text-property `rcirc-text' is added over the actual response
6991         text to make easy to find inside the returned string.
6992         (rcirc-print): When filling, just look for the `rcirc-text'
6993         text-property to find the appropriate fill prefix, instead of
6994         using hardwired patterns.
6996 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
6998         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
6999         Managing Standard.
7001 2006-02-11  Kim F. Storm  <storm@cua.dk>
7003         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7004         Don't use insert-buffer; do insert-buffer-substring directly.
7005         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
7007 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
7009         * files.el (revert-buffer, recover-file): Replace buffer-read-only
7010         with inhibit-read-only.  Suggested by Stefan Monnier.
7011         (revert-buffer): Let insert-file-contents discard
7012         buffer-undo-list.  Simplify code.
7013         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7015 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
7017         * menu-bar.el (menu-bar-select-yank): Add a doc string.
7019         * help.el (describe-key-briefly): Now a wrapper for
7020         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
7021         to t.  Populate yank-menu if empty.
7022         (describe-key-briefly-internal): Renamed from describe-key-briefly.
7023         (describe-key): Now a wrapper for describe-key-internal.  Bind
7024         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
7025         (describe-key-internal): Renamed from describe-key.
7027 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
7029         * progmodes/glasses.el (glasses-separator): Doc fix.
7030         (glasses-original-separator): New defcustom.
7031         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7033 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
7035         * mwheel.el (mouse-wheel-up-event): Doc fix.
7037 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
7039         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7040         (tumme-dir): New function.  Copied from thumbs.el.
7042 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
7044         * desktop.el (desktop-outvar): Fix typo.
7045         (desktop-save-buffer-p): Doc fix.
7047         * subr.el (substitute-key-definition): Fix typo.
7049 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7051         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7052         when window-system is mac.
7054         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7056 2006-02-10  Kim F. Storm  <storm@cua.dk>
7058         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7059         indirect-function instead of using condition-case.
7061 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
7063         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7064         less `colloquial'...
7066 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
7068         * tumme.el: Add a couple of todo items.
7070 2006-02-09  Lars Hansen  <larsh@soem.dk>
7072         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7073         (highlight-changes-mode): Don't change desktop-locals-to-save.
7075 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
7077         * image-mode.el (image-toggle-display): Clear image cache if using
7078         filename.
7080 2006-02-09  Masatake YAMATO  <jet@gyve.org>
7082         * dired-x.el (dired-guess-shell-alist-default): Add .man as
7083         a `dired-man' target.
7085         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7086         boundary of symbols.
7088 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
7090         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7092 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
7094         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7095         `mapcar'; return nil.
7097 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
7099         * mouse.el (mouse-drag-track): Don't change window if we rebind to
7100         some other event.
7102 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
7104         * net/rcirc.el (rcirc-startup-channels-alist):
7105         Add irc.freenode.net and #emacs as defaults.
7106         (rcirc-ignore-all-activity-flag): Remove variable.
7107         (rcirc-authinfo): New variable.
7108         (rcirc-authinfo-filename): Remove variable.
7109         (rcirc-always-use-server-buffer-flag): New flag.
7110         (rcirc): M-x rcirc will automatically connect without prompting.
7111         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
7112         connection in lisp.
7113         (rcirc-process-server-response-1): Remove everything but the nick
7114         portion of the sender so it doesn't need to be done everywhere
7115         else.  Update related code.
7116         (global-map): Remove global keybindings.
7117         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7118         (rcirc-send-input): Split into several functions.
7119         (rcirc-process-input-line, rcirc-process-message)
7120         (rcirc-process-command): New functions.
7121         (rcirc-target-buffer): New function to determine where to route
7122         messages.
7123         (rcirc-user-nick): Save match data.
7124         (rcirc-toggle-ignore-buffer-activity)
7125         (rcirc-update-activity-string): Remove global ignore functionality,
7126         which can be done now by toggling rcirc-track-minor-mode.
7127         (rcirc-track-minor-mode-map): New keymap.
7128         (rcirc-track-minor-mode): New minor-mode.
7129         (ignore): Make the ignore output nicer.  Always print it when
7130         adding or removing nicks.
7131         (rcirc-url-regexp): Improve.
7132         (rcirc-mangle-text): Remove properties before using text in the
7133         modeline.
7134         (rcirc-authenticate): Authentication data comes from
7135         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7136         (rcirc-server-prefix): Inherit from rcirc-server.
7138 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
7140         * Makefile.in (compile): Append "|| true" to the end of the `find'
7141         command, like compile-always does.
7143 2006-02-08  Sam Steingold  <sds@gnu.org>
7145         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7146         output from a dead connection.
7148 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
7150         * dired.el (dired-mode-map): Add more bindings for tumme.
7152 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7154         * wdired.el (wdired-mode-map): Use remap.
7155         (wdired-get-filename): Massage.
7156         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7157         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7158         `keymap' property rather than `local-map'.
7160 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
7162         * tumme.el (tumme-get-thumbnail-image): New utility function.
7163         Suggested by from Chong Yidong.
7164         (tumme-dired-with-window-configuration): Rename from
7165         `tumme-dired'.  Add code to save window configuration.
7166         (tumme-restore-window-configuration): New command to restore the
7167         window configuration that `tumme-dired-with-window-configuration'
7168         saves before it changes the window configuration.
7169         (tumme-show-all-from-dir): New command to display thumbnails for
7170         all files in a directory entered by the user, like M-x thumbs.
7171         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7172         have been created.
7173         (tumme-display-thumbnail-original-image): Call `display-buffer'.
7174         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7175         Remove obsolete test function.
7177 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
7179         * vc.el (small-temporary-file-directory): Remove defvar; there's
7180         a defcustom for it in files.el.
7182         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7183         Fix typo in message.
7184         (tumme-gallery-generate): Fix typo in `error' message.
7185         (tumme-display-window-height-correction)
7186         (tumme-display-window-width-correction, tumme-line-up-dynamic)
7187         (tumme-line-up-interactive): Dox fixes.
7188         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7189         (tumme-restore-window-configuration, tumme-format-properties-string)
7190         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7191         Fix typos in docstrings.
7193 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
7195         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7197 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
7199         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7200         User should use hook if desired.
7202         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7203         buffer if necessary.
7204         (gdb-delete-frame-or-window): New function.
7205         (gdb-breakpoints-mode-map): Bind "q" to it.
7207 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7209         * textmodes/nroff-mode.el: Clean up name space.
7210         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7211         (nroff-mode): Obey the global setting of nroff-electric-mode.
7212         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7214         * calendar/calendar.el (calendar-increment-month): Typo in last change.
7216 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
7218         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7220 2006-02-06  Lars Hansen  <larsh@soem.dk>
7222         * generic-x.el (etc-fstab-generic-mode): Add file system types
7223         cifs and usbdevfs.  Allow special chars in file names.
7225 2006-02-05  Jay Belanger  <belanger@truman.edu>
7227         Update copyright notices of the files in lisp/calc.
7229 2006-02-05  Romain Francoise  <romain@orebokech.com>
7231         Update copyright notices of all files in the lisp/play directory.
7233 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
7235         * ldefs-boot.el: Regenerate.
7237         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7239 2006-02-05  Kim F. Storm  <storm@cua.dk>
7241         * files.el (magic-mode-regexp-match-limit): New defvar.
7242         (set-auto-mode): Use it to limit magic-mode-alist matching.
7244 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
7246         * simple.el (display-message-or-buffer): Compare the number of
7247         characters to the frame width when determining whether a 1-line
7248         message string will fit in the echo area.  Count screen lines
7249         instead of buffer lines when determining whether a multi-line
7250         message will fit in the echo area/minibuffer window.
7252 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
7254         * info.el (Info-index, Info-mode): Improve the description of the
7255         `i' command.
7257         * ldefs-boot.el: Regenerate.
7259 2006-02-03  Werner Lemberg  <wl@gnu.org>
7261         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7262         greedy to find the closing bracket in \*[...] and similar
7263         expressions.  This is a first rough fix -- many additional
7264         refinements are necessary to make nroff mode really usable with groff.
7266 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
7268         * international/mule-cmds.el (set-locale-environment):
7269         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7270         libX11.
7272 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
7274         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7275         archive are created in archive-tmpdir.
7277 2006-02-02  John Paul Wallington  <jpw@pobox.com>
7279         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7280         (ibuffer-fontification-alist): Use it.
7281         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7282         to "* z" and the Ibuffer Mark menu.
7284         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7286 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * textmodes/table.el (*table--cell-describe-mode)
7289         (*table--cell-describe-bindings): Undo last change since
7290         print-help-return-message is not obsoleted by anything at all.
7292 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7294         * emulation/cua-base.el (cua-mode): Doc fix.
7296 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
7298         * dframe.el (dframe-handle-make-frame-visible)
7299         (dframe-handle-iconify-frame, dframe-get-focus)
7300         (dframe-select-attached-frame, dframe-power-click)
7301         (dframe-frame-mode): Fix typos in docstrings.
7303         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7304         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7305         Fix typos in docstrings.
7307         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7308         (hi-lock-face-buffer, hi-lock-font-lock-hook)
7309         (hi-lock-archaic-interface-message-used)
7310         (hi-lock-file-patterns-range): Fix typos in docstrings.
7312         * savehist.el (savehist-loaded, savehist-load, savehist-install)
7313         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7315         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7316         Fix typo in docstring.
7318         * net/newsticker.el (newsticker--decode-iso8601-date)
7319         (newsticker--set-customvar, newsticker--buffer-insert-item)
7320         (newsticker--do-run-auto-mark-filter)
7321         (newsticker--parse-generic-feed): Doc fixes.
7322         (newsticker--retrieval-timer-list, newsticker-url-list)
7323         (newsticker-hide-immortal-items-in-echo-area)
7324         (newsticker-hide-obsolete-items-in-echo-area)
7325         (newsticker-new-item-face, newsticker--enclosure)
7326         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7327         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7328         (newsticker--parse-generic-feed, newsticker--cache-contains)
7329         (newsticker--stat-num-items, newsticker-download-enclosures):
7330         Fix typos in docstrings.
7332         * net/rcirc.el (rcirc-debug): Doc fix.
7333         (rcirc-fill-column, rcirc-receive-message-hooks)
7334         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7335         (rcirc-mode, rcirc-generate-new-buffer-name)
7336         (rcirc-startup-channels, rcirc-ignore-update-automatic)
7337         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7338         Fix typos in docstrings.
7339         (rcirc-print): "?\ " -> "?\s".
7340         (rcirc-cmd-join): Improve argument/docstring consistency.
7342 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
7344         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7345         before narrow-to-region.
7347 2006-02-01  Richard M. Stallman  <rms@gnu.org>
7349         * simple.el (move-beginning-of-line): Scan properly for invis change.
7351         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7353 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
7355         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7356         change bit only when id-format is 'integer.  Reported by Matt
7357         Hodges <M.P.Hodges@rl.ac.uk>.
7359 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
7361         * hilit-chg.el (highlight-changes-initial-state)
7362         (highlight-changes-global-initial-state): Doc fixes.
7363         (highlight-changes-global-modes, global-highlight-changes):
7364         Fix typos in docstrings.
7366 2006-02-01  Kim F. Storm  <storm@cua.dk>
7368         * emulation/cua-base.el (cua-mode): Mention that CUA enables
7369         transient-mark-mode in doc string.
7371 2006-01-31  Richard M. Stallman  <rms@gnu.org>
7373         * replace.el (multi-occur): Doc fix.
7374         (multi-occur-in-matching-buffers): Rename from
7375         multi-occur-by-filename-regexp.  Prefix arg says match
7376         buffer names instead of file names.
7378 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
7380         * bs.el: Allow non-default values of `bs-header-lines-length'.
7381         (bs--running-in-xemacs): Remove (not needed anymore).
7382         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7383         instead of `shrink-window', thus avoiding having to compute the
7384         height of the window.
7385         (bs--up): Wrap around even when there's no header.
7386         (bs--down): Use `forward-line' instead of `next-line'.
7388 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
7390         * image-mode.el (image-toggle-display): Use file name if possible,
7391         instead of unnecessarily allocating a (possibly huge) lisp string.
7393 2006-01-30  John Paul Wallington  <jpw@pobox.com>
7395         * subr.el (toplevel): Define `cl-assertion-failed' condition here
7396         because the `assert' macro signals it at runtime.
7398         * emacs-lisp/cl.el (toplevel): Remove definition of
7399         `cl-assertion-failed' condition.
7401 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
7403         * thumbs.el (thumbs-marked-list): Make buffer-local and
7404         permanent-local.
7405         (thumbs-insert-thumb): Make help-echo non-sticky.
7406         (thumbs-file-alist): Use eolp as check for (non)-image.
7408 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7410         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7411         (ediff-before-session-group-setup-hooks)
7412         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7413         Fix typos in docstrings.
7415         * window.el (bw-dir, bw-eqdir, balance-windows)
7416         (split-window-keep-point): Fix typos in docstrings.
7418         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7419         (org-quote-string, org-calendar-to-agenda-key)
7420         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7421         (org-show-following-heading, org-tags-column)
7422         (org-use-tag-inheritance, org, org-allow-space-in-links)
7423         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7424         (org-enable-table-editor, org-calc-default-modes)
7425         (org-table-allow-automatic-line-recalculation)
7426         (org-export-html-style, org-export-with-fixed-width)
7427         (org-export-with-sub-superscripts, org-special-keyword)
7428         (org-formula, org-time-grid, org-table-may-need-update)
7429         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7430         (org-goto-quit, org-get-indentation, org-end-of-item)
7431         (org-move-item-down, org-move-item-up)
7432         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7433         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7434         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7435         (org-agenda-log-mode, org-agenda-toggle-diary)
7436         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7437         (org-agenda-file-to-end, org-agenda-no-heading-message)
7438         (org-agenda-get-closed, org-format-agenda-item)
7439         (org-cmp-priority, org-cmp-category, org-cmp-time)
7440         (org-agenda-change-all-lines, org-agenda-diary-entry)
7441         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7442         (org-link-search, org-camel-to-words, org-open-file)
7443         (org-remember-handler, org-table-convert-region)
7444         (org-table-move-row-down, org-table-move-row-up)
7445         (org-table-copy-region, org-table-wrap-region)
7446         (org-table-toggle-vline-visibility)
7447         (org-table-get-vertical-vector, org-table-modify-formulas)
7448         (org-table-get-specials, org-recalc-commands)
7449         (org-table-rotate-recalc-marks, org-table-eval-formula)
7450         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7451         (org-level-color-stars-only, org-insert-heading):
7452         Fix typos in docstrings.
7453         (last-arg): Add defvar.
7455         * makefile.w32-in (WINS): Add erc.
7456         (MH_E_SRC): Update (copied from lisp/Makefile.in).
7458 2006-01-29  Bill Wohler  <wohler@newt.com>
7460         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7461         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7462         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
7463         (mh-autoloads): Don't use comments on otherwise empty lines.
7465 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
7467         * emulation/viper.el (viper-major-mode-modifier-list): Add
7468         insert-state and vi-state entries for erc-mode.
7469         (viper-go-away, viper-set-hooks): Add and remove
7470         viper-comint-mode-hook from erc-mode-hook as appropriate.
7472         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7474 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
7476         * bs.el (bs--format-aux): Implement `middle' alignment as
7477         described in the docstring for `bs-attributes-list'.
7478         (bs--get-name): Simplify.  Don't pad the buffer name.
7480 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
7482         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7483         English aspell dictionary is installed, use the first entry of
7484         ispell-dictionary-alist-1.
7486 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
7488         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7489         Doc fix.
7491 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
7493         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7494         for `process-file', in order to let it work for older Emacsen too.
7496 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7498         * international/latexenc.el: Add a suitable `coding:' tag.
7499         (latexenc-find-file-coding-system): Undo last change.
7501 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7503         * international/latexenc.el (latexenc-find-file-coding-system):
7504         Make sure latexenc-main-file is a regular file and is readable.
7506 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
7508         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7509         Pass FILE to vc-user-login-name.
7511         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7513 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
7515         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7516         there are no more images to display.
7517         (thumbs-mark, thumbs-unmark): Revert change so that they move to
7518         the next image.
7520 2006-01-26  Richard M. Stallman  <rms@gnu.org>
7522         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7524         * wid-edit.el (advertised-widget-backward): New alias.
7525         (widget-keymap): Use advertised-widget-backward for S-TAB.
7527         * tumme.el: Correct the keywords.
7528         (tumme-dir-max-size): Use defvar.
7529         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7531         * simple.el (move-beginning-of-line): Take account of fields.
7532         (clone-indirect-buffer-other-window): Take args like
7533         clone-indirect-buffer, and work like it.
7535         * help-fns.el (describe-function): Don't pass `nil' as default.
7537         * files.el (risky-local-variable-p): Follow var aliases.
7539         * subr.el (lazy-completion-table): Doc fix.
7541         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7542         global binding of `line'.
7544 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
7546         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7547         Tramp.
7549         * vc.el (vc-default-dired-state-info): Pass FILE to
7550         vc-user-login-name.
7551         (vc-default-update-changelog): Don't use vc-user-login-name, we
7552         don't need it here.
7554         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7555         no longer necessary.
7557 2006-01-25  Kenichi Handa  <handa@m17n.org>
7559         * international/mule.el (decode-char): Avoid the overhead of
7560         calling utf-lookup-subst-table-for-decode if
7561         utf-translate-cjk-mode is nil.
7562         (encode-char): Avoid the overhead of calling
7563         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7564         nil.
7566 2006-01-22  Kenichi Handa  <handa@m17n.org>
7568         * international/mule.el (make-subsidiary-coding-system): Reset
7569         `coding-system-define-form' property of subsidiaries to nil.
7570         Avoid duplicated entry in coding-system-alist.
7571         (make-coding-system): Avoid duplicated entry in
7572         coding-system-alist.
7573         (define-coding-system-alias): Likewise.
7575 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7577         * completion.el: Minor fixes in introductory comment.
7578         (completion-def-wrapper): Fix alist.
7580 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
7582         * thumbs.el (thumbs-new-image-size): New function.
7583         (thumbs-increment-image-size-element)
7584         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7585         (thumbs-decrement-image-size): Delete.
7586         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
7587         temp files and use to resize.
7588         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7589         Use increment argument to enlarge/shrink.  Preserve point.
7590         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7591         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7592         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7593         (thumbs-mark, thumbs-unmark): Preserve point.
7594         (thumbs-modify-image): Keep old temp files and use to modify.
7595         Cleanup old temp files at load time.  Preserve point.
7596         (thumbs-view-image-mode-map): Use new command names.
7598 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7600         * log-view.el (log-view-minor-wrap): First rev is the one at point.
7602         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7603         the nastiest part of the cyclic dependency.
7604         (cal-menu-update): Use dotimes and calendar-increment-month.
7606         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7607         (calendar-week-start-day): Add an :initializer.
7608         (calendar-mode-map): Use suppress-keymap, and command remapping.
7609         (describe-calendar-mode): Setup xref-stack info for the back button.
7610         (calendar-star-date): Insert before delete.
7611         (calendar-set-mode-line): Add file-modified info if applicable.
7612         (calendar-increment-month): New function.
7614 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
7616         * font-lock.el (lisp-font-lock-keywords-2):
7617         Recognize "& keywords" only at word boundaries.
7619 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
7621         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
7622         and permanent-local.
7623         (thumbs-max-image-number): New variable.
7624         (thumbs-do-thumbs-insertion): Use them.
7625         (thumbs-per-line): Change default to 4.
7626         (thumbs-marked-list): Rename from thumbs-markedL.
7627         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7628         (thumbs-rename-images): Use -list instead of L for internal variables.
7629         (thumbs-call-convert): Use call-process instead of shell-command.
7630         (thumbs-insert-thumb): Add filename as help-echo to each image.
7631         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7632         Give dir to thumbs-show-thumbs-list.
7633         (thumbs-show-thumbs-list): Set default-directory to that of images.
7634         (thumbs-dired-show): Rename from thumbs-dired-show-all.
7635         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7636         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7637         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7639 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7641         * ses.el (ses-read-cell): Provide a default value.
7643 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
7645         * term/w32-win.el (image-library-alist): Add additional names for
7646         GIF library.
7648 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7650         * international/latexenc.el (latexenc-find-file-coding-system):
7651         Add file-regular-p check.
7653 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * simple.el (clone-buffer): Don't show the new buffer in the same
7656         window.
7658 2006-01-23  Juri Linkov  <juri@jurta.org>
7660         * faces.el (link, link-visited): New faces based on default values
7661         of `info-xref' and `info-xref-visited'.
7663         * info.el (info-xref): Inherit from `link'.
7664         (info-xref-visited): Inherit from `link-visited'.
7666         * cus-edit.el (custom-buffer-create-internal): Use widget type
7667         `custom-manual' instead of `info-link' and don't set properties
7668         `button-face' and `mouse-face' explicitly.
7669         (custom-browse-group-tag, custom-browse-variable-tag)
7670         (custom-browse-face-tag): Inherit from widget class
7671         `custom-group-link' instead of `push-button'.
7672         (custom-button-unraised): Inherit from `underline' face.
7673         (custom-link): Inherit from `link' face.  Fix doc and group.
7674         (custom-add-parent-links, custom-group-value-create): Don't set
7675         properties `button-face' and `mouse-face' explicitly for
7676         `custom-group-link' widget.
7677         (custom-group-link): Add properties `button-face' and `mouse-face'
7678         to widget definition.
7679         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
7680         editable-field's :keymap property.
7681         (custom-mode): Fix docstring: substitute keybindings for
7682         `widget-forward' and `widget-backward' from `widget-keymap',
7683         `widget-complete' from `custom-field-keymap', replace old
7684         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
7686         * desktop.el (desktop-load-file): Check for `fboundp' before
7687         calling `symbol-function'.
7689         * simple.el (clone-buffer, clone-indirect-buffer)
7690         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7691         `read-string'.  Fix prompts.
7693         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7695 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
7697         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7699 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
7701         * startup.el (inhibit-splash-screen, initial-scratch-message):
7702         Doc fixes.
7704 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7706         Sync with Tramp 2.0.52.
7708         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7709         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
7710         `tramp-unload-tramp' for checklist.
7712         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7713         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
7714         (tramp-unload-file-name-handler-alist)
7715         (tramp-unload-tramp): New defuns.
7716         (tramp-advice-PC-expand-many-files): New defadvice.
7717         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7718         removed.
7719         (tramp-handle-expand-file-name): Remove double slash.
7720         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7721         It doesn't matter, because it will be converted later on.
7722         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
7723         implementation was just heuristic.
7724         (tramp-post-connection): Set uid and gid properties.
7725         (tramp-convert-file-attributes): Set file's gid change bit.
7726         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7727         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7728         in case of su(do)? methods.  The home directory of the local user
7729         will be taken else.
7730         (tramp-open-connection-telnet)
7731         (tramp-open-connection-rsh, tramp-open-connection-su)
7732         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
7733         local shell prompt could hurt.  Reported by Romain Francoise
7734         <romain@orebokech.com>.
7735         (tramp-let-maybe): Add `edebug-form-spec' property.
7736         (tramp-handle-expand-file-name): Bind `default-directory' locally
7737         to "/" in order to avoid problems with UNC shares or Cygwin
7738         mounts.
7739         (tramp-md5-function): Fix typo in error message.
7741         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7743         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7744         for byte-compiler pacification.
7746 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
7748         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7749         ID-FORMAT `string'.  This allows us to get rid of
7750         `vc-user-login-name UID'.
7752         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7754 2006-01-22  John Paul Wallington  <jpw@pobox.com>
7756         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7758 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
7760         * emacs-lisp/find-func.el (find-definition-noselect)
7761         (find-variable-noselect): Search variables in C source code too.
7762         (find-function-C-source, find-function-noselect, find-function)
7763         (find-function-other-frame, find-variable-noselect, find-variable)
7764         (find-variable-other-frame, find-variable-at-point):
7765         Fix docstrings.
7767 2006-01-21  Francesco Potorti`  <pot@gnu.org>
7769         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7771 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
7773         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7774         Default to disabling the "Save affix" question.
7776 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
7778         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7779         the first arg to run-python.
7781 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7783         * startup.el (command-line-1): Handle --no-desktop if desktop.el
7784         is not loaded.
7786 2006-01-20  Jay Belanger  <belanger@truman.edu>
7788         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7789         limit is 0.
7791         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7792         the correct variable.
7794 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
7796         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7797         link.  Fixed buggy argument sequence in call to `org-view-tags'.
7798         (org-compile-prefix-format): Set `org-prefix-has-tag'.
7799         (org-prefix-has-tag): New variable.
7800         (org-format-agenda-item): Remove tags from headline if
7801         appropriate.
7802         (org-agenda-remove-tags-when-in-prefix): New option.
7803         (org-get-tags-at): New function.
7805 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
7807         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
7808         (thumbs-find-image): Move image name and number from buffer name
7809         to mode name.  Set thumbs-buffer.  Preserve point so that large
7810         images remain visible.
7811         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7812         order.
7813         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
7814         mode name.
7815         (thumbs-next-image, thumbs-previous-image): Make them work.
7817 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
7819         * cus-edit.el (custom-buffer-create-internal): State in the text above
7820         the whole buffer buttons that they do not operate on hidden items.
7821         (custom-face-menu): Use `custom-face-save' instead of
7822         `custom-face-save-command'.
7823         (custom-face-save-command): Make it an alias for `custom-face-save'
7824         and declare it obsolete.
7825         (custom-face-save): Doc fix.
7827         * dired.el (dired-no-confirm): Add quote.
7828         (dired-subdir-alist-pre-R): Add quote in
7829         `make-variable-buffer-local' form and remove unbalanced parenthesis.
7831 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7833         * textmodes/table.el (table-mode-indicator): Typo in last change.
7835 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7837         * outline.el (hide-leaves): Don't call outline-end-of-heading.
7838         Fixes bug reported in Nov 2005.
7840         * isearch.el (isearch-forward): Doc fix.
7842         * dired.el (dired-move-to-filename-regexp): Define as alias.
7843         (dired-no-confirm): Use defcustom.
7844         (dired-subdir-alist-pre-R): Put defvar at top level.
7846         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7848         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7849         Mark as risky.
7851         * simple.el (set-mark-command): Doc fix.
7852         (clone-indirect-buffer-other-window):
7853         Read arg like clone-indirect-buffer.
7854         (move-beginning-of-line): Skip invisible newlines.
7856 2006-01-19  Masatake YAMATO  <jet@gyve.org>
7858         * progmodes/cpp.el (cpp-edit-load): Make the order of
7859         listed conditions in a base C code buffer and its associate
7860         CPP Edit buffer the same.
7862 2006-01-19  Kenichi Handa  <handa@m17n.org>
7864         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7865         (rmail-mime-feature): Likewise.
7866         (rmail-require-mime-maybe): Use display-warning to show a warning
7867         message.
7869         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7870         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7872 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7874         * array.el: Move defvars out of eval-when-compile.
7875         (array-make-template): Replace undeclared global var with a local one.
7876         (array-mode): Inline initialization functions.
7877         (array-init-local-variables, array-init-max-row)
7878         (array-init-max-column, array-init-columns-per-line)
7879         (array-init-field-width, array-init-rows-numbered)
7880         (array-init-line-length, array-init-lines-per-row): Remove.
7882         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
7883         (doc-mode-map): Define explicitly.
7884         (doctor-txtype): Use mapc.
7886         * textmodes/table.el: Move defvars out of eval-when-compile.
7887         Remove harmful code meant to avoid byte-compiler warnings.
7888         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
7889         specification that checks table-fixed-width-mode directly.
7890         (table-recognize-region, table-recognize-cell):
7891         Use restore-buffer-modified-p.
7892         (table-fixed-width-mode): Remove code that refreshes
7893         table-fixed-mode-indicator.
7894         (*table--cell-describe-bindings, *table--cell-describe-mode):
7895         Avoid obsolete name print-help-return-message.
7896         (table--test-cell-list): Don't use replace-regexp from elisp.
7897         (table--point-entered-cell-function, table--point-left-cell-function):
7898         Don't set table-fixed-mode-indicator, use force-mode-line-update.
7900         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
7901         that was after the end of file.  Use buffer-file-name variable.
7902         (org-timestamp-change): Use with-current-buffer.
7903         (org-todo-list): Don't unnecessarily define a new buffer-local var.
7904         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7905         `file'.
7907         * progmodes/fortran.el: Move defvars out of eval-when-compile.
7908         (fortran-break-line): Remove unused var `opoint'.
7909         (fortran-abbrev-start): Obey help-event-list.
7911 2006-01-18  Jesper Harder  <harder@phys.au.dk>
7913         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7915 2006-01-18  Masatake YAMATO  <jet@gyve.org>
7917         * progmodes/make-mode.el (makefile-imake-mode): New mode
7918         derived from makefile-mode.
7919         (makefile-imake-mode-syntax-table): New syntax table
7920         derived from makefile-mode-syntax-table.
7921         (makefile-mode): Write about makefile-imake-mode in doc string.
7922         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7923         (makefile-imake-font-lock-keywords): New font lock keywords.
7925         * files.el (auto-mode-alist): Add Imakefile.
7927 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
7929         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7930         loading the file rather than when turning on flyspell-mode.
7932 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7934         * cus-edit.el (customize-rogue): Minor doc fix.
7936 2006-01-17  Juri Linkov  <juri@jurta.org>
7938         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7939         instead of the file at the mark as default if the file at the mark
7940         is the same as the file at point or if dired-dwim-target-directory
7941         is not the same as the current directory and the mark is not active.
7943         * log-view.el (log-view-minor-wrap): Use the same logic to get
7944         revisions as `log-view-diff'.
7946         * info.el (Info-revert-find-node): Check for Info-current-file
7947         before preserving new-history.
7949         * man.el (Man-heading-regexp): Add `/'.
7951         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7952         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7954 2006-01-16  Juri Linkov  <juri@jurta.org>
7956         * faces.el (mode-line-faces): New defgroup.
7957         (mode-line-highlight): Move definition after new defgroup.
7958         (mode-line, mode-line-inactive, mode-line-highlight):
7959         Replace :group `modeline' with `mode-line-faces'.
7960         (mode-line-buffer-id): New face.
7961         (modeline-buffer-id): New face alias.
7962         (vertical-border): Remove :group `modeline'.
7964         * bindings.el (propertized-buffer-identification): Use face
7965         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7966         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7967         (mode-line-buffer-identification-keymap): For mouse-1 replace
7968         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7969         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7970         mouse-3.
7972         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7973         Buffer-menu-buffer.  Doc fix.
7974         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7975         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7976         `Buffer-menu-buffer'.
7978         * info.el (Info-mode-line-node-keymap): New defvar.
7979         (Info-set-mode-line): Use `stringp' to check Info-current-file.
7980         Propertize Info-current-node with `mode-line-buffer-id' and
7981         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7983         * time.el (display-time-mail-face): Replace :group `faces' with
7984         `mode-line-faces'.
7986 2006-01-16  Kenichi Handa  <handa@m17n.org>
7988         * international/code-pages.el: Add autoload cookies for cp125[0345678].
7990         * language/european.el (cp1252): New alias for windows-1252.
7992         * international/mule.el (autoload-coding-system): Prepare for EOL
7993         variants.
7995 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
7997         * term.el (term-raw-map): Add mapping for insert.
7998         (term-send-insert): New.
7999         (term-mode): Make variables local here instead of doing it in
8000         `term-emulate-terminal'.
8001         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8002         Scroll reverse needs to take into account the scroll region.
8003         Saving and restoring the cursor should save the color attributes too.
8004         (term-reset-terminal): Reset the scroll region.
8005         (term-handle-ansi-escape): Cursor up and down should take into
8006         account the scroll region.
8007         (term-set-scroll-region): Rename from `term-scroll-region'.
8008         Move to 0,0 after setting the region.
8009         (term-handle-scroll): Handle scroll up.
8010         (term-down): Fix off by one error.
8011         (term-delete-lines): Do not delete outside the scroll region.
8012         (term-insert-lines): Take into account the scroll region.
8014 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * textmodes/ispell.el (ispell-internal-change-dictionary)
8017         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8018         (start, end): Move declaration outside of eval-when-compile.
8020         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8021         (flyspell-mode-on): Use it.
8023         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8024         ispell-kill-ispell-hook.
8026 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8028         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8029         (Custom-reset-saved): Do not ask for confirmation in single option
8030         buffers.
8032 2006-01-13  Richard M. Stallman  <rms@gnu.org>
8034         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8036 2006-01-13  Romain Francoise  <romain@orebokech.com>
8038         * add-log.el (add-change-log-entry, change-log-merge):
8039         Conditionally use `hard-newline'.
8041 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
8043         * wid-edit.el (widget-field-end): If the overlay is no longer
8044         associated with a buffer, behave as if the overlay didn't exist.
8046         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8047         Make sure the links use the `custom-link' face.
8049 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8052         (ld-script-mode): Don't set indent-line-function since we don't
8053         have one.
8055 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
8057         * textmodes/org.el (org-open-file): Use mailcap for selecting an
8058         application.
8059         (org-file-apps-defaults-gnu): Use mailcap as the default for
8060         selecting an application on a UNIX system.
8061         (org-agenda-show-tags): New command.
8062         (org-table-insert-hline): Keep cursor in current table line.
8063         (org-table-convert): Offset effect of modifying
8064         `org-table-insert-hline'.
8065         (org-format-agenda-item): New optional argument TAG.
8066         (org-compile-prefix-format): Handle %T format for the tag.
8067         (org-expand-wide-chars): New function.
8068         (org-table-insert-row, org-table-insert-hline):
8069         Use `org-expand-wide-chars'.
8070         (org-open-file): Fix bug in program launch.
8071         (org-get-time-of-day): Fix bug with times before 1am.
8072         (org-agenda-menu): Add tags commands.
8074 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
8076         * textmodes/ispell.el (ispell-init-process): Include the used
8077         dictionary in ispell process start message.
8078         (ispell-internal-change-dictionary): When flyspell-mode is active
8079         and dictionary is changed, make sure ispell process is restarted
8080         and flyspell word cache cleared out for the current buffer.
8081         (ispell-change-dictionary): Make sure flyspell word cache is
8082         cleared out in all buffers with active flyspell mode when
8083         dictionary is globally changed.
8084         Call ispell-internal-change-dictionary after dictionary change.
8086 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
8088         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8090         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8091         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8092         years.  Fix small differences wrt Makefile.in.
8093         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8094         Makefile.in does.
8096 2006-01-12  Bill Wohler  <wohler@newt.com>
8098         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8099         mh-search.el.
8101 2006-01-12  Masatake YAMATO  <jet@gyve.org>
8103         * progmodes/ld-script.el: Update copyright year.
8105 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
8107         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8108         Don't add widget if setting undefined.
8110 2006-01-12  John Paul Wallington  <jpw@pobox.com>
8112         * help-fns.el (describe-variable): Remove newlines from void
8113         variable output.
8115 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
8117         * wdired.el (wdired-mode-map): Add help echo for
8118         wdired-abort-changes.
8120         * man.el (Man-file-name-regexp): Adjust for a list of files.
8122 2006-01-12  Masatake YAMATO  <jet@gyve.org>
8124         * progmodes/ld-script.el (auto-mode-alist): Support
8125         suffix conventions used in netbsd and eCos.
8127 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8129         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8130         (custom-variable-menu, custom-face-menu, custom-group-menu)
8131         (Custom-mode-menu): Change names of menu items.  (As discussed on
8132         emacs-devel.)
8133         (custom-face-menu): Add "Undo Edits" item.
8135         * startup.el (init-file-user): defcustom -> defvar.
8137         * tooltip.el (tooltip-mode): Doc fix.
8139 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * reveal.el (reveal-post-command): window-buffer signals an error on
8142         dead windows rather than returning nil.
8143         (reveal-open-new-overlays): An overlay might die while we open others.
8145 2006-01-11  Bill Wohler  <wohler@newt.com>
8147         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8148         phrasing in docstring.
8150         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8151         can give some systems gas.  Add new file mh-buffers.el.
8153 2006-01-06  Masatake YAMATO  <jet@gyve.org>
8155         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8156         C preprocessor forward ported from GNU Emacs 21.2.
8158         * progmodes/asm-mode.el (asm-font-lock-keywords):
8159         Use `cpp-font-lock-keywords'.
8161         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8163         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8164         of $ for "\\.ld[s]?".
8166 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8168         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8169         (tcl-indent-line): Return `noindent' if inside a string.
8171         * progmodes/flymake.el (flymake-split-string): Remove more than one
8172         empty string at beg/end of the result.
8173         (flymake-find-buildfile, flymake-find-possible-master-files):
8174         Use expand-file-name.
8175         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8176         since expand-file-name does it for us.  Use directory-file-name.
8177         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8178         (flymake-ler-get-type, flymake-ler-get-text)
8179         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
8180         (flymake-current-line-no): Remove spurious interactive spec.
8181         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8182         (flymake-check-include): Remove arg inc-path merged into inc-name.
8183         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8184         Arg regexp-list replaced by a simple regexp.
8185         (flymake-master-make-header-init, flymake-master-tex-init):
8186         Correspondingly replace regexp-list with a regexp.  Fix regexp.
8188 2006-01-10  Simon Josefsson  <jas@extundo.com>
8190         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8191         describing AUTH PLAIN fix.
8193 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
8195         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8196         (report-emacs-bug): Don't record initial prompt text.
8197         Instead, add text properties to prompting text.
8198         (report-emacs-bug-hook): Delete prompting text.
8200 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8202         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8203         `dirs'.  Adjust callers.
8205 2006-01-09  John Paul Wallington  <jpw@gnu.org>
8207         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8209 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * reveal.el (reveal-open-new-overlays): New extracted fun.
8212         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
8213         using them.  Simplify the code.
8214         (reveal-post-command): Use them.  Fix up obsolete windows in
8215         reveal-open-spots.
8217         * progmodes/flymake.el: Use `require' rather than autoload for
8218         XEmacs's overlays.
8219         (flymake-get-common-file-prefix, flymake-build-relative-filename):
8220         Delete.  Use file-relative-name instead.
8221         (flymake-get-syntax-check-program-args, flymake-perl-init):
8222         Simplify the resulting code.
8224         * log-view.el (log-view-file-re, log-view-message-re): Add support
8225         for DaRCS output.
8227 2006-01-09  Alex Schroeder  <alex@gnu.org>
8229         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8230         identifiers sometimes added in square brackets at the beginning of
8231         subject lines.
8233 2006-01-07  Richard M. Stallman  <rms@gnu.org>
8235         * cus-edit.el (Custom-set, Custom-save): Doc fix.
8236         (Custom-reset-current, Custom-reset-saved): Change question text.
8237         (Custom-reset-standard): Likewise.
8238         (custom-variable-reset-saved): Doc fix.
8240 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
8242         * startup.el (init-file-user): Doc fix.
8244 2006-01-07  Alex Schroeder  <alex@gnu.org>
8246         * mail/rmail.el (rmail-current-subject): New function.
8247         (rmail-current-subject-regexp): New function.
8248         (rmail-next-same-subject): Use it.
8250         * mail/rmailsum.el (rmail-summary-by-topic):
8251         Use rmail-current-subject and rmail-current-subject-regexp.
8252         (rmail-summary-next-same-subject): Ditto.
8254         * net/rcirc.el (rcirc-send-input): No longer check whether the
8255         process is open, since not all commands need an open process.
8256         (rcirc-send-string): Check whether the process is open before
8257         sending anything.
8258         (rcirc-ignore-list): New option.
8259         (rcirc-ignore-list-automatic): New variable.
8260         (rcirc-print): Take rcirc-ignore-list into account.
8261         (rcirc-cmd-ignore): New command.
8262         (rcirc-ignore-update-automatic): New function.
8263         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8264         list if ignored nicks.
8265         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8267 2006-01-06  David Reitter  <david.reitter@gmail.com>
8269         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8270         reflect the address to which the report will be sent.
8272 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
8274         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8275         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8277 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
8279         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8281         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8282         the doc string: "functoin" => "function".
8283         * ldefs-boot.el: Likewise.
8285         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8286         message text: "Duplicat" => "Duplicate".
8288 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8290         * files.el (basic-save-buffer-2): If backing-up failed, reset
8291         buffer-backed-up to nil.
8293 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
8295         * progmodes/gud.el (gdb-script-skip-to-head)
8296         (gdb-script-calculate-indentation): Indent for breakpoint command
8297         lists also.
8299 2006-01-05  Bill Wohler  <wohler@newt.com>
8301         * Makefile.in (compile-always): Add mh-autoloads dependency.
8302         (bootstrap): Remove mh-autoloads dependency, as compile dependency
8303         provides it.
8304         (updates): Remove mh-autoloads dependency, since it probably has
8305         already run recently (via recompile).
8307 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8310         argument `force' to disable the flyspell-last-buffer optimization.
8311         (flyspell-mode-on): Use it.
8313         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8314         flymake-simple-cleanup.
8315         (flymake-allowed-file-name-masks): Use this new default.
8316         All the functions are now called in the right buffer rather than
8317         passing the buffer as argument.
8318         (flymake-process-sentinel): Switch to buffer before calling cleanup.
8319         (flymake-parse-err-lines): Remove redundant buffer arg.
8320         (flymake-get-program-dir): Comment out unused function.
8321         (flymake-start-syntax-check, flymake-start-syntax-check-process):
8322         Remove redundant buffer argument.
8323         (flymake-get-real-file-name, flymake-simple-java-cleanup)
8324         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8326 2006-01-05  Richard M. Stallman  <rms@gnu.org>
8328         * info.el (Info-find-node): Don't record previous node if have none.
8329         (info): Go to directory only if history is empty.
8331         * simple.el (mark): Doc fix.
8333 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8335         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8336         already of desired type.
8337         (mac-ae-list): Coerce parameter to "list" type.
8338         (mac-dispatch-apple-event): Replace cadr part of event with a
8339         dummy position so that event-start returns it.
8341 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
8343         * textmodes/org.el (org-end-of-subtree): New function.
8344         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8345         Use `org-end-of-subtree'.
8346         (org-agenda, org-agenda-convert-date): Protect calls to
8347         `fit-window-to-buffer'.
8348         (org-tags-view): Force matching of sublevels when doing a
8349         todo-only search.  Define the correct redo command, including the
8350         arguments.
8351         (org-agenda-redo): Display message.
8352         (org-check-for-org-mode): New function.
8353         (org-agenda-type): New variable.
8354         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8355         Set `org-agenda-type'.
8356         (org-agenda-check-type): New function.
8357         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8358         (org-agenda-week-view, org-agenda-day-view)
8359         (org-agenda-next-date-line, org-agenda-previous-date-line)
8360         (org-agenda-log-mode, org-agenda-toggle-diary)
8361         (org-agenda-toggle-time-grid, org-agenda-date-later)
8362         (org-agenda-date-prompt, org-agenda-diary-entry)
8363         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8364         (org-agenda-convert-date, org-agenda-menu):
8365         Use `org-agenda-check-type'.
8366         (org-make-overlay, org-delete-overlay)
8367         (org-detatch-overlay, org-move-overlay, org-overlay-put):
8368         New compatibility functions.
8369         (org-calendar-select-mouse): New command.
8371 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
8373         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8374         (Custom-reset-standard): Fix y-or-n-p messages.
8375         (custom-link): New face for links.
8376         (custom-buffer-create-internal, custom-manual): Use it.
8377         (custom-face-save): Push to theme-face before setting face spec.
8379         * wid-edit.el (widget-default-mouse-face-get): New function.
8380         (widget-specify-button): Handle mouse-face like button-face.
8382         * custom.el (load-theme): Clear old theme settings if reloading.
8384 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8386         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8387         "Erase Customization" button back to same position it occupies in
8388         the individual State menus.
8390 2006-01-04  Kim F. Storm  <storm@cua.dk>
8392         * wid-edit.el (key-sequence): Rework widget to read key binding
8393         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
8394         (widget-key-sequence-default-value): Default value for empty sequence.
8395         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
8396         (widget-key-sequence-read-event): New command for C-q.
8397         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8398         (widget-key-sequence-value-to-external): New functions.
8400 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8402         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8403         Use expand-file-name.
8404         (flymake-delete-temp-directory): Use expand-file-name,
8405         file-name-directory, and directory-file-name.
8406         (flymake-strrchr): Delete.
8407         (flymake-start-syntax-check): Don't pass the redundant buffer argument
8408         to the init-f function.
8409         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8410         (flymake-init-find-buildfile-dir)
8411         (flymake-init-create-temp-source-and-master-buffer-copy)
8412         (flymake-simple-make-init-impl, flymake-simple-make-init)
8413         (flymake-master-make-init, flymake-master-make-header-init)
8414         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8415         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8416         (flymake-xml-init): Remove corresponding redundant buffer argument.
8417         (flymake-allowed-file-name-masks): Remove last elems that are equal to
8418         the default anyway.  Clean up regexps.
8420         * progmodes/flymake.el (flymake-temp-source-file-name)
8421         (flymake-master-file-name, flymake-temp-master-file-name)
8422         (flymake-base-dir): New buffer-local vars.
8423         (flymake-buffer-data, flymake-get-buffer-value)
8424         (flymake-set-buffer-value): Replace those hash-tables by the new
8425         buffer-local vars.  Update callers.
8427         * progmodes/flymake.el (flymake-check-start-time)
8428         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8429         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8430         Move definition, so we can remove redundant earlier declaration.
8431         (flymake-replace-regexp-in-string, flymake-split-string)
8432         (flymake-get-temp-dir): Use defalias.
8433         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
8434         (flymake-xemacs-window-edges): Remove unused function.
8435         (flymake-get-point-pixel-pos): Move.
8436         (flymake-pid-to-names, flymake-reg-names)
8437         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8438         Replace by a simple list flymake-processes and by process-buffer.
8439         Update callers.  Other than simplify the code, it uses buffers rather
8440         than buffer-names so it doesn't get confused by uniquify.
8441         (flymake-buffer-data): The global value should just be nil.
8443         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8444         Optimize the body of a defalias like any other code.
8446         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8447         Make sure we've setup font-lock's vars.  It may influence which
8448         function we then call.
8449         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8450         here since it's too late anyway.
8452 2006-01-03  Romain Francoise  <romain@orebokech.com>
8454         * startup.el (fancy-splash-tail, normal-splash-screen):
8455         Update copyright year.
8457 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
8459         * mouse.el (mouse-drag-track): Rename, from
8460         `mouse-drag-region-1'.  Includes optional argument required to
8461         enable post-drag event processing (e.g. delete region keys).
8462         Can be used without this argument to track a mouse region and operate
8463         on it as soon as the drag completes.
8464         (mouse-drag-region): Use `mouse-drag-track'.
8466 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
8468         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8469         Move to `custom-buffer' group.
8471         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8472         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8473         (custom-theme-insert-face-marker, custom-theme-variable-menu)
8474         (custom-theme-face-menu): New variables.
8475         (custom-theme-add-variable, custom-theme-variable-action)
8476         (custom-variable-reset-theme, custom-theme-delete-variable)
8477         (custom-face-reset-theme, custom-theme-face-action)
8478         (custom-theme-delete-face, custom-theme-merge-theme)
8479         (custom-theme-add-face, custom-theme-visit-theme): New functions.
8481 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
8483         * custom.el: Move Custom Themes commentary to start of theme code.
8484         (custom-known-themes): Rename `standard' theme to `changed'.
8485         (custom-push-theme): Caller no longer specifies what theme to use
8486         when doing `reset'---the setting is simply removed from the theme.
8487         Delete MODE from `theme-value' and `theme-settings' properties.
8488         (custom-declare-theme): Ignore &rest args since we don't use them.
8490         (custom-loaded-themes): Delete variable.
8491         (custom-theme-load-themes, custom-theme-loaded-p)
8492         (custom-theme-value): Delete functions.
8494         (custom-declare-theme): Signal error on invalid theme names.
8495         (provide-theme): custom-loaded-themes was deleted.
8496         (load-theme): Load the file unconditionally.
8497         (enable-theme): Call `load-theme' if theme is undefined.
8498         (custom-enabled-themes): Only update value for successful loads.
8499         (disable-theme): Complete from enabled themes when interactive.
8500         (custom-variable-theme-value): Calculate theme value directly.
8502         (custom-theme-reset-variables, custom-reset-variables): Mark as
8503         XEmacs compatibility functions.  We don't actually use these.
8505         * cus-edit.el (custom-variable-state-set):
8506         Use custom-variable-theme-value instead of custom-theme-value.
8507         (custom-face-state-set): Rename `standard' theme to `changed'.
8508         (custom-save-variables, custom-save-faces): Delete unneeded
8509         references to custom-reset-variables.
8510         (custom-save-resets): Delete function.
8511         (custom-save-variables, custom-save-faces): MODE argument deleted.
8512         (custom-save-variables, custom-save-faces): Ignore theme values.
8514         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8515         compatibility function.
8517 2006-01-01  Richard M. Stallman  <rms@gnu.org>
8519         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8520         (Custom-reset-current, Custom-reset-saved): Likewise.
8521         (Custom-reset-standard): Show message if aborted.
8522         (custom-mode): Doc fix, describing those commands.
8524         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8525         put on event-kind property.
8527 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
8529         * custom.el (provide-theme): Ban `user' theme name.
8530         (custom-enabling-themes): New variable.
8531         (enable-theme): Don't enable user if custom-enabling-themes is t.
8532         (custom-enabled-themes): Make it a defcustom.
8533         (custom-theme-recalc-face): No-op if face is undefined.
8535         * cus-edit.el (custom-button-mouse): New variable.
8536         (custom-button-mouse): New face.
8537         (custom-raised-buttons, custom-mode): Use it.
8539         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8541 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8543         * progmodes/gud.el (gud-display-line): Support hl-line in the
8544         source buffer.
8546 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8548         * mouse.el (mouse-drag-window-above): Verify that the found window
8549         overlaps with the given window in the horizontal dimension.
8551 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8553         * Makefile.in (cvs-update): New target.
8555         * makefile.w32-in (cvs-update): Ditto.
8557 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
8559         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8560         (custom-new-theme-mode-map): New variable.
8562 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8564         * custom.el (custom-load-themes): Function deleted.
8566         * cus-edit.el (custom-save-loaded-themes): Function deleted.
8567         (custom-save-variables): Don't delete or add custom-load-themes call.
8569 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8571         * cus-start.el: Add `visible-cursor'.
8573         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8574         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8575         (flymake-process-filter): Switch to buffer before calling it instead.
8576         (flymake-post-syntax-check, flymake-highlight-err-lines)
8577         (flymake-delete-own-overlays, flymake-parse-err-lines)
8578         (flymake-start-syntax-check, flymake-start-syntax-check-process)
8579         (flymake-count-lines, flymake-parse-residual):
8580         Remove constant buffer argument.
8581         (flymake-start-syntax-check-for-current-buffer): Remove.
8582         Update callers to use flymake-start-syntax-check instead.
8583         (flymake-display-err-menu-for-current-line):
8584         Remove unused var `mouse-pos'.
8585         (flymake-restore-formatting): Comment out unused function.
8586         (flymake-report-status, flymake-report-fatal-status): Remove buffer
8587         argument, use current-buffer instead.  Update callers.
8589 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8591         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8592         buffer-local because choose-completion-delete-max-match requires
8593         that we set completion-ignore-case (i.e., binding via let is not
8594         sufficient).
8595         (bibtex-complete): Always set completion-ignore-case and
8596         choose-completion-string-functions.  The latter is needed because
8597         choose-completion-string-functions keeps its value if we quit the
8598         *Completions* buffer without requesting a completion.
8600 2005-12-30  Andreas Schwab  <schwab@suse.de>
8602         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8604 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
8606         * jit-lock.el (jit-lock-chunk-size): Doc fix.
8608 2005-12-30  Juri Linkov  <juri@jurta.org>
8610         * locate.el (locate-fcodes-file, locate-header-face)
8611         * progmodes/delphi.el (delphi-other-face)
8612         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8614         * paren.el (show-paren-match, show-paren-mismatch): Use existing
8615         group `paren-showing-faces'.
8617         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8618         (goto-address): Fix docstring.
8620         * net/webjump.el (webjump-sample-sites): Update URLs.
8622         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8624         * subr.el (cancel-change-group): Add listp around pending-undo-list.
8626 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8628         * font-lock.el (font-lock-compile-keywords): Signal an error when
8629         font-lock-set-defaults hasn't been called.
8631 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8633         * subr.el (noreturn, 1value): Doc fixes.
8635 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8637         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8638         that assoc-string returns nil.
8640 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8642         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8643         (bibtex-entry-type-str, bibtex-empty-field-re)
8644         (bibtex-search-backward-string, bibtex-preamble-prefix)
8645         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8646         (bibtex-any-valid-entry-type): New variable.
8647         (bibtex-parse-field-name): Simplify.
8648         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8649         (bibtex-preamble-prefix): Include left delimiter.
8650         (bibtex-search-forward-field, bibtex-search-backward-field):
8651         Allow unbounded search past entry boundaries (required by bibtex-pop).
8652         (bibtex-text-in-field-bounds): Use push.
8653         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8654         (bibtex-parse-preamble, bibtex-valid-entry)
8655         (bibtex-beginning-first-field): New functions.
8656         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
8657         (bibtex-map-entries): Fix docstring.
8658         (bibtex-flash-head): New arg prompt.  Simplify.
8659         (bibtex-enclosing-field): Include code of bibtex-inside-field.
8660         (bibtex-insert-kill): Simplify.  Always insert text past the
8661         current field or entry.
8662         (bibtex-format-entry): Use bibtex-parse-field.
8663         (bibtex-pop): Use bibtex-beginning-of-entry and
8664         bibtex-end-of-entry to initiate the search.  Insert empty field if
8665         we found ourselves.
8666         (bibtex-print-help-message): New args field and comma.
8667         Handle entry keys.
8668         (bibtex-make-field): Use bibtex-beginning-of-entry.
8669         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
8670         invalid entry.
8671         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8672         Handle preambles.  Simplify code for thorough test.
8673         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8674         New arg comma.  Handle entry heads.
8675         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8676         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8677         New arg comma.
8678         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8679         (bibtex-fill-field): Simplify.
8680         (bibtex-fill-entry): Use bibtex-beginning-first-field and
8681         bibtex-parse-field.
8682         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8683         (bibtex-complete): Use bibtex-parse-preamble.
8685 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
8687         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8688         Display name of expression instead of convenience variable.
8689         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8691         * progmodes/gud.el (gud-tooltip-dereference): Rename from
8692         toggle-gud-tooltip-dereference.
8693         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8694         (gud-tooltip-tips): ...here when dereferencing.
8696 2005-12-28  Bill Wohler  <wohler@newt.com>
8698         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8700 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8702         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8703         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
8704         (vc-annotate-display-autoscale): Adjust call.
8705         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
8706         Fix interactive spec.
8707         (vc-annotate-time-span): Remove.
8708         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8709         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8710         (vc-annotate-display-select): Use new name.
8712         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8713         (vc-annotate-mode-menu): Remove left-over redundant declaration.
8714         Correct the construction of span entries.  Simplify.
8715         (vc-annotate-display-select): Fix the nil case.
8716         (vc-annotate): Remove obsolete (and now broken) code.
8717         (vc-annotate-extract-revision-at-line): Remove obsolete code.
8718         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
8720 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8722         * subr.el (lazy-completion-table): Correct typo in docstring.
8724         * startup.el (command-line): Use `custom-reevaluate-setting' for
8725         `send-mail-function'.
8727         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8729 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
8731         * mail/smtpmail.el (smtpmail-try-auth-methods):
8732         Send credentials together with "AUTH PLAIN" command.
8734 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8736         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8737         mouse-2, go back to previously selected window, so it's selected
8738         when mouse-2 command runs.
8740 2005-12-27  Juri Linkov  <juri@jurta.org>
8742         * descr-text.el (describe-text-sexp): Use square brackets for
8743         button [Show] to distinguish it from the property value `show'.
8744         (describe-property-list): Use `insert-text-button' with
8745         `help-face' type instead of putting face in quotes, because button
8746         is not created automatically for a list of faces.
8747         (describe-text-properties-1): Put button-type value in quotes to
8748         distinguish from plain text "button".
8749         (describe-char): Display code point values in hex.  Don't use
8750         `symbol-name' for `current-input-method' because it is a string.
8751         Use `insert-text-button' with `help-face' type instead of putting
8752         hardcoded face in quotes, because button is not created automatically.
8754 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8756         * progmodes/glasses.el (glasses-face): More specific custom type.
8758         * files.el (set-visited-file-name): Doc fix.
8760         * textmodes/flyspell.el (flyspell-external-point-words):
8761         Use local var buffer-scan-pos to advance scan for next misspelling.
8762         Advance it only after we find the misspelling.
8764 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
8766         * textmodes/flyspell.el (flyspell-external-point-words):
8767         New criteria for finding the misspelling in the buffer.
8769 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
8771         * help-mode.el (help-insert-string): Set help-xref-stack-item
8772         rather than call help-setup-xref.
8774         * descr-text.el (describe-char): Revert previous changes for
8775         optional buffer argument.
8777 2005-12-27  Juri Linkov  <juri@jurta.org>
8779         * help-mode.el (help-insert-string): New function.  Save buffer
8780         contents in cases where it is impossible to recompute the old contents.
8782         * descr-text.el (describe-char): Set help-xref-stack-item
8783         explicitly after buffer has been generated.
8785 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8787         * cus-start.el (all): Add x-gtk-show-hidden-files.
8789 2005-12-26  Richard M. Stallman  <rms@gnu.org>
8791         * replace.el (perform-replace): Calculate match-again
8792         before skipping read-only matches.
8794         * paren.el (paren-showing-faces): New group.
8795         (show-paren-match, show-paren-mismatch): Move to that group.
8797         * button.el (button): Put into group `basic-faces'.
8799         * progmodes/make-mode.el: Remove faces from group `faces'.
8801         * apropos.el (apropos, apropos-value): Doc fix.
8802         (apropos-documentation): Doc fix.
8804 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8806         * subr.el (lazy-completion-table): Remove argument `args'.
8808         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8809         Don't use the `args' argument of lazy-completion-table.
8811 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
8813         * descr-text.el (describe-char): Add optional argument for buffer.
8814         Set buffer appropriately.  Call help-setup-xref.
8815         Suggested by Stefan Monnier.
8817 2005-12-26  Juri Linkov  <juri@jurta.org>
8819         * descr-text.el: Require `help-fns' at runtime.  Don't require
8820         `button' for byte compilation.
8821         (describe-text-widget): Add `help-echo' for first button.
8822         Use `help-info' for second.
8823         (describe-property-list): Use `help-argument-name' instead of `italic'.
8824         (describe-text-category): Add prompt to interactive spec.
8825         Call `help-setup-xref'.
8826         (describe-char): Use `help-character-set'.  Add `help-echo' for
8827         code point.  Use `help-input-method'.  Remove superfluous insert.
8829 2005-12-25  Richard M. Stallman  <rms@gnu.org>
8831         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8832         at point, in case of narrowing.
8834         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8836         * locate.el (locate-header-face): Allow nil in type.
8838         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8840 2005-12-25  Romain Francoise  <romain@orebokech.com>
8842         * battery.el (battery-linux-proc-acpi): Also try
8843         `/proc/acpi/thermal_zone/THM0/temperature'.
8845 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
8847         * custom.el (custom-push-theme): Fix docstring.
8849         * cus-edit.el (custom-variable-set, custom-variable-save)
8850         (custom-variable-save): Custom-quote widget values.
8851         (customize-save-variable): Fix custom-push-theme call.
8853 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
8855         * w32-fns.el (w32-batch-update-autoloads): New function.
8857         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8858         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8859         from the command line.
8861 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
8863         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
8864         reset means to remove setting from theme entirely.  Don't keep
8865         expanding theme-settings list; delete old entries if necessary.
8867         * cus-edit.el (custom-buffer-create-internal): Move "Erase
8868         customization" button one line up.
8869         (custom-themed): New face.
8870         (custom-magic-alist): New value, THEMED, for theme settings.
8871         (custom-variable-state-set, custom-face-state-set):
8872         Check theme-value instead of saved-value.
8873         (custom-variable-reset-standard, custom-face-reset-standard):
8874         Remove theme setting entirely.  Recalculate new values.
8875         (custom-variable-set, custom-variable-set)
8876         (custom-variable-reset-saved, custom-variable-reset-backup)
8877         (custom-face-set, custom-face-reset-saved): Update `user' theme.
8878         (custom-variable-save): Fix typos.
8880 2005-12-23  Juri Linkov  <juri@jurta.org>
8882         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8883         Add autoload cookies.
8884         (edebug-outside-d-c-i-n-s-w): New variable.
8885         (edebug-display, edebug-outside-excursion): Use it to save the
8886         original value of default-cursor-in-non-selected-windows.
8887         Set default-cursor-in-non-selected-windows to t while Edebug
8888         is active.
8889         (edebug-mode, edebug-eval-mode): Doc fix.
8891         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8892         with `buffer-substring-no-properties' to remove common substring
8893         highlighting.
8895         * info.el (info-other-window, info): Rename function argument
8896         `file' to `file-or-node'.
8897         (Info-complete-menu-item): Use local variable `complete-nodes' to
8898         keep the global value of `Info-complete-nodes' unchanged for
8899         subsequent completions.
8900         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8902         * simple.el (get-next-valid-buffer, last-buffer)
8903         (next-error-buffer-p, next-error-find-buffer)
8904         (minibuffer-history-sexp-flag): Doc fix.
8906         * savehist.el (savehist-mode-hook): Add `:group'.
8908         * log-view.el: Call autoload for vc-find-version.
8909         (log-view-current-file): Adjust subgroup numbers.
8910         (log-view-current-tag): Add `length'.
8912 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8914         * vc.el (vc-annotate-car-last-cons): Defn moved up.
8916 2005-12-23  Juri Linkov  <juri@jurta.org>
8918         * hi-lock.el (hi-lock-archaic-interface-message-used)
8919         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8920         (hi-lock-mode): Display "Hi" in the mode line only when
8921         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8922         (hi-lock-write-interactive-patterns):
8923         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8924         (hi-lock-set-pattern, hi-lock-set-file-patterns)
8925         (hi-lock-font-lock-hook): Set 3rd arg `how' of
8926         font-lock-add-keywords to t.
8928 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
8930         * hi-lock.el (hi-lock-highlight-range): New variable.
8931         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8932         only if font-lock-fontified is non-nil.  Remove overlays.
8933         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8934         font-lock-fontified is non-nil, otherwise use overlays (instead of
8935         text properties).
8936         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8937         New variables.
8938         (hi-lock-string-serialize) New function.
8940 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8942         * menu-bar.el (menu-find-file-existing): New function.
8943         (menu-bar-file-menu): Use menu-find-file-existing for Open.
8945         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8947 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8949         * vc.el: Remove unnecessary leading * in docstrings.
8950         (vc-annotate-mode-map): Move initialization into declaration.
8951         (vc-static-header-alist): Nitpick on the regexp.
8952         (vc-default-init-version): New fun.
8953         (vc-register): Use it.
8954         (vc-insert-headers): Use dolist.
8955         (vc-annotate-get-backend): Remove unused function.
8956         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
8957         (vc-annotate-mode): Remove corresponding call.
8958         (vc-annotate-car-last-cons): Simplify.
8959         (vc-annotate-buffers): Remove var.
8960         (vc-annotate-backend): Make it buffer-local.
8961         (vc-annotate): Move the interaction to the interactive spec.
8962         Add a `buf' argument.
8963         (vc-annotate-warp-version): Use this new `buf' argument to avoid
8964         killing&creating a vc-annotate buffer, which is very disruptive when
8965         the buffers are shown in dedicated frames.
8967 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
8969         * descr-text.el: Add FSF as maintainer.
8970         (describe-text-mode, describe-text-mode-map)
8971         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
8972         help-mode.
8973         (describe-text-widget, describe-text-sexp)
8974         (describe-property-list, describe-text-category)
8975         (describe-text-properties, describe-text-properties-1)
8976         (describe-char): Use help buttons instead of widgets.
8977         (describe-char-unicodedata-file): Make URL link in doc string.
8979 2005-12-22  Richard M. Stallman  <rms@gnu.org>
8981         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8982         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8983         Don't include buttons that write a file when there's no file.
8984         (custom-variable-menu, custom-face-menu, custom-group-menu):
8985         Don't include commands that write a file when there's no file.
8986         (customize-browse): Reword the top-of-buffer help intro.
8987         (custom-buffer-create-internal): Fix previous change.
8988         (customize-changed-options-previous-release): Prev release is 21.1.
8989         (customize-changed-options): Doc fix.
8990         (customize-changed): New alias.
8991         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8992         Say "standard values".
8993         (Custom-reset-standard): Doc fix.
8994         (custom-face-reset-standard): Doc fix.
8996 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8998         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8999         even if font-lock-mode is non-nil since it may be t without having
9000         turned on font-lock-mode-internal.
9001         (font-lock-choose-keywords): Minor optimization.
9002         (font-lock-add-keywords, font-lock-remove-keywords)
9003         (font-lock-set-defaults): Don't call make-local-variable on a variable
9004         that we know to already be local.
9006 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9008         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9009         messages if in the minibuffer.
9011 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9014         (tex-mode-flyspell-verify, flyspell-get-word)
9015         (flyspell-external-point-words): Don't use point-min/max uselessly.
9017         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9018         by Kevin Rodgers.  Instead, just hide the completions buffer if we
9019         don't need to show it.
9021 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
9023         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9025 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9027         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9028         delete-windows-on with an inexistent buffer.
9030 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
9032         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9033         Delete defcustom variable :tag names.
9035 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9037         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9038         (log-view-font-lock-keywords): Ajust subgroup numbers.
9039         (log-view-current-tag): Don't hard code the number of subgroups.
9041 2005-12-20  Juri Linkov  <juri@jurta.org>
9043         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9044         (tooltip-x-offset, tooltip-y-offset): Doc fix.
9046         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9047         (menu-bar-non-minibuffer-window-p): Instead of checking
9048         display-multi-frame-p, use selected-frame when menu-updating-frame
9049         is nil.
9051 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
9053         * align.el (align-rules-list): Use [ \t] instead of \s-
9054         for column separators in text mode.
9056 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
9058         * help-mode.el (help-customize-variable, help-customize-face):
9059         Don't pop help-xref-stack as help-follow no longer pushes
9060         anything on to it.
9062 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
9064         * textmodes/org.el (org-agenda-custom-commands): New option.
9065         (org-agenda): Offer custom commands on splash screen.
9066         (org-make-tags-matcher): Parser for Boolean logic added.
9067         (org-agenda-set-tags): New command.
9068         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9069         (org-set-tags): Efficiency improvements.
9070         (org-auto-align-tags): New option.
9071         (org-todo, org-demote, org-promote): Realign tags.
9072         (org-tags-completion-function): Use also "&" and "|" as separators.
9073         (org-org-menu): Agenda commands simplified.
9075 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
9077         * cus-edit.el (customize-apropos, customize-apropos-options):
9078         Docstring changes.
9080         * font-lock.el (font-lock): Add tags to the links in the defgroup.
9082 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
9084         * longlines.el (longlines-mode): Wrap while widened.
9085         (longlines-decode-region, longlines-encode-region): Compute max
9086         just once.
9088 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9090         * cus-edit.el (mac): New group.
9092         * cus-start.el (all): Add user options in macterm.c.  Add test for
9093         Mac-related built-ins.  Fix test for GTK-related built-ins.
9095         * term/mac-win.el (mac-handle-language-change)
9096         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9097         (mac-services-open-selection, mac-services-mail-selection)
9098         (mac-services-mail-to, mac-services-insert-text)
9099         (mac-dispatch-apple-event): Add docstrings.
9100         (x-get-selection, mac-select-convert-to-string): Select coding
9101         system from `utf-16be' and `utf-16le' using `byteorder'.
9103 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         * subr.el (lazy-completion-table): Don't be fooled if the var holds
9106         a "list" (lambda ...) rather than a real completion list.
9108         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9109         lexical-let when encountering ((lambda (...) ...) ...).
9111 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
9113         * progmodes/sh-script.el (sh-mode):
9114         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9115         * textmodes/picture.el (picture-mode): Update docstrings.
9117 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
9119         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9120         commands enclosed in $(ARGQUOTE)s should not be split between two
9121         lines, as that will break with GNU Make >3.80, when sh.exe is used
9122         and arg quoting is with '..'.
9123         (autoloads): Don't break the quoted --eval expression between
9124         several lines.
9126 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
9128         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9129         Capture error from printing circular structures.
9131 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
9133         * wid-edit.el (widget-checkbox-action): Clear undo info.
9135 2005-12-16  Bill Wohler  <wohler@newt.com>
9137         * menu-bar.el (kill-this-buffer): Set a good example by using menu
9138         bar, not menubar in comment.
9140 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9142         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9143         After-change-functions should not clobber the match data.
9145 2005-12-16  Juri Linkov  <juri@jurta.org>
9147         * simple.el (choose-completion): Use `buffer-substring-no-properties'
9148         instead of `buffer-substring'.
9149         (completion-common-substring): Doc fix.
9150         (completion-setup-function): Use minibuffer-completion-contents
9151         instead of minibuffer-contents.  Don't set common-string-length
9152         initially.  Remove special handling of partial-completion-mode.
9153         Move computation of completion-base-size into one cond.
9154         Call completion-base-size-function in mainbuf.  In computation of
9155         completion-base-size for file name completion don't move point to
9156         the end of the minibuffer.  Move computation of common-string-length
9157         into one cond.  Start putting faces only when common-string-length>=0.
9158         Add condition to put completions-common-part when
9159         common-string-length>0.
9161         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9162         place point at the first different character in the minibuffer
9163         even if this position is at the beginning of the minibuffer.
9165         * info.el (Info-read-node-name-1): In completion-base-size-function's
9166         lambda return 1 if common-substring or minibuffer-completion-contents
9167         starts with (, and 0 otherwise.
9169         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9170         Use `crm-current-element' for second arg of `display-completion-list'.
9172 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
9174         * files.el (set-auto-mode): Look for an interpreter specified on
9175         the first line also if search for mode specification succeeded,
9176         but the mode is not known.
9178 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
9180         * textmodes/org.el (org-tags-match-list-sublevels): New option.
9181         (org-open-at-point): Implement tag searches as links.
9182         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9183         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9184         (org-tags-sparse-tree, org-tags-view, org-set-tags)
9185         (org-agenda-dispatch): New commands.
9186         (org-use-tag-inheritance, org-tags-column): New options.
9187         (org-tab-follows-link, org-return-follows-link): New options.
9188         (org-tags): New customize group.
9189         (org-start-icalendar-file): Get local time zone.
9190         (org-tags-completion-function): New function.
9191         (org-set-font-lock-defaults): Make sure links will also be
9192         highlighted inside headlines.
9194 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
9196         * term.el (term-emulate-terminal):
9197         Let term-handle-ansi-terminal-messages override what Bash says about
9198         its current directory.
9200 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9202         * bindings.el (last-buffer): Move to simple.el.
9203         * simple.el (last-buffer): Move here.
9204         (get-next-valid-buffer): New function.
9205         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9206         (prev-buffer): Ditto.  Rename to `previous-buffer'.
9208         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9209         * bindings.el (global-map): Ditto.
9211 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
9213         * cus-edit.el: Introductory comment change.
9214         (custom-magic-alist): Change message string for the `rogue' state.
9216 2005-12-15  Richard M. Stallman  <rms@gnu.org>
9218         * tooltip.el: Delete defcustom variable :tag names.
9220         * complete.el (partial-completion-mode): Doc fix.
9222         * textmodes/flyspell.el (flyspell-external-point-words):
9223         Use save-excursion to ensure we don't move backward in the
9224         search loop, not even one character.
9225         (flyspell-delete-all-overlays): Use remove-overlays directly.
9227         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9228         (ispell-start-process): Set that variable.
9229         Clear ispell-buffer-local-name.
9230         (ispell-internal-change-dictionary):
9231         Set ispell-current-dictionary after killing process.
9232         (ispell-buffer-local-dict):
9233         Don't set spell-personal-dictionary after killing process.
9234         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9235         (ispell-tex-skip-alists, ispell-html-skip-alists)
9236         (ispell-skip-region-alist): Mark as risky.
9238         * net/newsticker.el (newsticker--retrieval-timer-list)
9239         (newsticker--display-timer, newsticker-running-p)
9240         (newsticker-ticker-running-p): Definitions moved up.
9242 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
9244         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9246 2005-12-15  David Ponce  <david@dponce.com>
9248         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9249         (recentf-edit-list, recentf-open-files): Signal an error when
9250         there is no recent file.
9252 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9254         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9255         read-only except for texinfo-format-region evaluation.
9257 2005-12-14  Richard M. Stallman  <rms@gnu.org>
9259         * vc.el (vc-default-previous-version, vc-default-next-version)
9260         (vc-do-command): Doc fixes.
9262 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9264         * textmodes/bibtex.el (bibtex-expand-strings)
9265         (bibtex-autokey-expand-string, bibtex-name-part)
9266         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9267         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9268         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9269         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9270         (bibtex-entry-postfix, bibtex-known-entry-type-re)
9271         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9272         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9273         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9274         (bibtex-beginning-of-last-entry): Remove.
9275         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
9276         message if comma is missing but buffer is read-only.
9277         (bibtex-parse-field-text): Handle whitespaces at the end of field
9278         text.  Return 3-element list with beginning and end of field text
9279         and end of field.
9280         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9281         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
9282         (bibtex-search-forward-field, bibtex-search-backward-field):
9283         Search always delimited by limits of entry.  Use more efficient
9284         search algorithms.
9285         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9286         bibtex-end-of-name-in-field.
9287         (bibtex-text-in-field-bounds): Handle BibTeX strings when
9288         extracting the content of a field.
9289         (bibtex-text-in-field): Use search limits.
9290         (bibtex-parse-string-prefix): Handle empty string keys based on
9291         bibtex-string-empty-key.
9292         (bibtex-parse-string): Fix docstring.
9293         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9294         (bibtex-preamble-prefix, bibtex-strings): New functions.
9295         (bibtex-skip-to-valid-entry): Include preceding whitespace in
9296         BibTeX entries (consistent with other BibTeX functions).
9297         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9298         (bibtex-search-entry): Fix docstring.  Simplify.
9299         (bibtex-flash-head, bibtex-complete-string-cleanup)
9300         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9301         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9302         (bibtex-parse-entry): New optional arg content.
9303         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9304         Use bibtex-text-in-field-bounds.
9305         (bibtex-print-help-message): Handle BibTeX strings and preambles.
9306         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9307         bibtex-parse-string-postfix.
9308         (bibtex-find-text-internal): New function.
9309         (bibtex-remove-delimiters): Use it.
9310         (bibtex-find-text): Use it.  New optional arg help.
9311         (bibtex-complete): Handle BibTeX string and preamble entries.
9312         (bibtex-Preamble): Fix order of closing delimiters.
9314 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * vc.el (vc-default-revert): New fun.
9318         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9320 2005-12-14  Romain Francoise  <romain@orebokech.com>
9322         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9323         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9324         (font-lock-remove-keywords): Likewise.
9326 2005-12-14  Juri Linkov  <juri@jurta.org>
9328         * log-view.el (log-view-diff): Doc fix.
9330         * isearch.el (isearch-query-replace): Use (mark) instead of
9331         isearch-opoint if mark is active in transient-mark-mode.
9333 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
9335         * isearch.el (isearch-query-replace): Check for isearch-other-end.
9337 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
9339         * progmodes/cpp.el (cpp-face): New widget.
9340         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9342 2005-12-14  Juri Linkov  <juri@jurta.org>
9344         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9345         around `erase-buffer' and `insert'.
9347         * descr-text.el (describe-text-properties): Replace buffer name
9348         "*Help-2*" with "*Help*<2>".
9349         (describe-char): Add functions print-help-return-message,
9350         toggle-read-only.  Use help-setup-xref with nil to not store
9351         describe-char in help-xref-stack.  Use help-make-xrefs to
9352         make [back] button.
9354         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9356         * wdired.el (wdired-old-point): New internal variable.
9357         (wdired-change-to-wdired-mode): Set it buffer-locally.
9358         (wdired-abort-changes): Restore point after aborting changes.
9360 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9362         * vc.el (vc-do-command): Add a new value t for okstatus.
9364         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9365         frame in case of errors.
9367 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9369         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9370         so it comes after "On the Left" in the menu.
9372 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
9374         * cus-edit.el (customize-apropos, customize-apropos-options)
9375         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9377 2005-12-12  Bill Wohler  <wohler@newt.com>
9379         * vc-svn.el (vc-svn-registered): Fix problem of visiting
9380         non-writable Subversion-controlled files by saving window
9381         configuration before calling vc-do-command.  vc-do-command calls
9382         pop-to-buffer on error which is unexpected during registration.
9384 2005-12-12  Jay Belanger  <belanger@truman.edu>
9386         * calc/README: Update the summary of changes.
9388 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9390         * descr-text.el (describe-char): Rework last fix to solve the problem
9391         is the same way it's solved for everything else in that function
9392         (i.e. by extracting the info before setting up the *Help* buffer).
9394 2005-12-12  Kim F. Storm  <storm@cua.dk>
9396         * subr.el (version-regexp-alist): Allow space as separator before
9397         non-numeric part, e.g. "1.0 alpha".
9398         (version-to-list): Interpret .X.Y version as 0.X.Y version.
9400 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
9402         * textmodes/org.el (org-agenda, org-timeline, org-todo):
9403         Implement Logging and the keep-modes setting.
9404         (org-get-category): Make sure a string is returned.
9405         (org-log-done): New function.
9406         (org-log-done, org-closed-string): New options.
9408 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9410         * tooltip.el (tooltip-y-offset): Change default to 20.
9412 2005-12-12  Richard M. Stallman  <rms@gnu.org>
9414         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9416         * frame.el (display-hourglass): Doc fix.
9418         * help.el (help-for-help-internal): Simplify entry for `a'.
9420         * info.el (Info-on-current-buffer): Doc fix.
9421         (info-insert-file-contents): Don't test (featurep 'jka-compr).
9423         * startup.el (inhibit-splash-screen): Make this the real name.
9424         (inhibit-startup-message): Make this the alias.
9425         (command-line): Find only simple.el, and use its directory
9426         to fill in other preloaded files' names.
9427         (command-line): Deactivate the mark if deactivate-mark is set.
9429         * international/mule.el (load-with-code-conversion):
9430         Bind deactivate-mark.
9432         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9434 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
9436         * cus-edit.el (customize-apropos): Avoid listing an option more
9437         than once under different aliases.  No longer list user options
9438         that are not defined with defcustom (unless a prefix arg is given).
9439         Doc fix.
9440         (customize-apropos-options): Doc fix.
9442 2005-12-11  Juri Linkov  <juri@jurta.org>
9444         * frame.el (set-background-color, set-foreground-color)
9445         (set-cursor-color, set-mouse-color, set-border-color):
9446         Add explicit prompts to read colors by `facemenu-read-color'.
9447         (show-trailing-whitespace, blink-cursor-delay)
9448         (blink-cursor-interval, display-hourglass, hourglass-delay):
9449         Remove tags.
9450         (display-hourglass, hourglass-delay): Doc fix.
9451         (cursor-in-non-selected-windows): Capitalize words in tag.
9453         * faces.el (frame-background-mode): Replace `choice-item' keywords
9454         with `const' to not make [default] button.  Change default value tag
9455         from `default' to `automatic'.  Doc fix.
9456         (trailing-whitespace) <defface>: Change group `whitespace' to
9457         `whitespace-faces'.
9459 2005-12-11  Richard M. Stallman  <rms@gnu.org>
9461         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9463 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9465         * term/mac-win.el: Create keymap for mac-apple-event-map.
9467 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
9469         * tooltip.el (tooltip-mode): Move to start of file so that it
9470         appears at top of customize buffer.
9472         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9473         Add the gud groupname.
9474         (gud-tooltip-mode): Add the tooltip groupname.
9475         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
9476         avoid conflict with tooltip-use-echo-area.
9478 2005-12-10  Romain Francoise  <romain@orebokech.com>
9480         * help.el (help-for-help-internal): Add `r' in doc string.
9482 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9484         * align.el (align-regexp, align-highlight-rule):
9485         Use region-beginning and region-end instead of point and mark, so that
9486         repetition (with `repeat-complex-command') recomputes the region
9487         bounds.
9489 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9491         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9492         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9493         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9494         (balance-windows): Rewrite using the above new functions.
9496 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
9498         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9499         react if global-hi-lock-mode seems intended.
9500         (global-hi-lock-mode) Renamed from hi-lock-mode.
9501         (hi-lock-archaic-interface-message-used)
9502         (hi-lock-archaic-interface-deduce): New variables.
9503         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9504         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9505         (hi-lock-find-patterns, hi-lock-font-lock-hook):
9506         Replace hi-lock-buffer-mode with hi-lock-mode.
9508 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
9510         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9511         completion list, even after a partial completion has been
9512         inserted in the current buffer.  If there are more than 1
9513         completion, redisplay the *Completions* buffer; if the
9514         completion is unique, delete the *Completions* window.
9516 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
9518         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9519         strings and long subject lines that were broken into multiple
9520         lines at arbitrary places.  Handle subjects that have "Re: " in
9521         the middle.
9523 2005-12-10  John W. Eaton  <jwe@octave.org>
9525         * emacs/octave-mod.el (octave-electric-space): Don't indent
9526         comments or strings if octave-auto-indent is nil.
9528 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9530         * term/mac-win.el: Require url when compiling.
9531         Call mac-process-deferred-apple-events after loading init files.
9532         (mac-apple-event-map): New defvar.  Define event handlers in it.
9533         (core-event, internet-event): New Apple event class symbols.
9534         (open-application, reopen-application, open-documents)
9535         (print-documents, open-contents, quit-application)
9536         (application-died, show-preferences, autosave-now, get-url):
9537         New Apple event ID symbols.
9538         (about): New HICommand ID symbol.
9539         (mac-event-spec, mac-event-ae): New macros.
9540         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9541         (mac-ae-selection-range, mac-ae-text-for-search)
9542         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9543         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
9544         and Services menu events are now defined in mac-apple-event-map.
9545         (mac-drag-n-drop): Remove selection range handling.
9547 2005-12-10  Kenichi Handa  <handa@m17n.org>
9549         * simple.el (zap-to-char):
9550         * isearch.el (isearch-process-search-char): Translate CHAR by
9551         translation-table-for-input.
9553 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
9555         * foldout.el (foldout-exit-fold): Properly hide subtree.
9557 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9559         * files.el (save-buffer):
9560         * international/ucs-tables.el (ucs-set-table-for-input):
9561         * mail/mail-extr.el (mail-extract-address-components):
9562         * mail/sendmail.el (mail-mode): Reformat doc string.
9564 2005-12-09  Juri Linkov  <juri@jurta.org>
9566         * isearch.el (isearch-highlight): Change main overlay priority
9567         from 1 to 1001.  Simplify.
9568         (isearch-lazy-highlight-update): Change lazy overlay priority
9569         from 0 to 1000.
9571         * replace.el (replace-highlight): Change overlay priority from
9572         1 to 1001.
9574         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9575         Change overlay priority from 1 to 1001.  Reuse existing overlay.
9577         * compare-w.el (compare-windows-highlight): Change overlay
9578         priority from 1 to 1000.
9580         * menu-bar.el (menu-bar-edit-menu): Add listp around
9581         pending-undo-list to disable menu item "undo" when pending
9582         undo list is empty.
9584         * locate.el (locate): Disable undo in *Locate* buffer.
9586 2005-12-09  Kim F. Storm  <storm@cua.dk>
9588         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9590 2005-12-09  David Ponce  <david@dponce.com>
9592         * recentf.el: Improvement of the menu code.
9593         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
9594         instead of menu hook.
9595         (recentf-show-menu, recentf-hide-menu): New functions.
9596         (recentf-menu-customization-changed, recentf-mode): Use them.
9597         (recentf-menu-action, recentf-max-menu-items)
9598         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9599         (recentf-arrange-by-rule-others)
9600         (recentf-arrange-by-rules-min-items)
9601         (recentf-arrange-by-rule-subfilter) : Don't use
9602         `recentf-menu-customization-changed'.
9603         (recentf-arrange-rules): Likewise.  Accept functions to compute
9604         sub-menu titles.
9605         (recentf-menu-filter): Likewise.  Doc fix.
9606         (recentf-menu-value-shortcut): Doc fix.
9607         (recentf-dump-variable): Quote atom value.
9608         (recentf-make-menu-items): Update to use it as a menu filter.
9609         (recentf-match-rule): New function.
9610         (recentf-arrange-by-rule): Use it.
9611         (recentf-indirect-mode-rule): New function.
9612         (recentf-build-mode-rules): Use it.
9613         (recentf-dir-rule): New function.
9614         (recentf-arrange-by-dir): Use it.
9615         (recentf-filter-changer-current): Rename from
9616         `recentf-filter-changer-state'.  All references updated.
9617         (recentf-filter-changer-alist): Update filter names.
9618         (recentf-filter-changer-select): New function.
9619         (recentf-filter-changer): Use it.  Make a sub-menu from filters
9620         available in `recentf-filter-changer-alist'.
9621         (recentf-data-cache, recentf-clear-data)
9622         (recentf-update-menu): Remove.  All references updated.
9623         (recentf-match-rule-p, recentf-build-dir-rules)
9624         (recentf-filter-changer-goto-next)
9625         (recentf-filter-changer-get-current)
9626         (recentf-filter-changer-get-next): Remove.
9628 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9630         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9631         buffer "Reset" button to "Reset to Current" for consistency with
9632         the State buttons.
9634 2005-12-08  John Paul Wallington  <jpw@pobox.com>
9636         * ibuf-ext.el (define-ibuffer-filter filename):
9637         If `dired-directory' is a list then really use its car.
9639 2005-12-08  Kim F. Storm  <storm@cua.dk>
9641         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9642         Fix indention of text on right side of replaced rectangle.
9644 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
9646         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9647         No need to check gud-comint-buffer is bound.
9648         (gdb): Prevent multiple debugging when first session uses gdba.
9650 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9652         CC Mode update to 5.31.
9654         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9655         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
9656         We might do this function properly in the future).
9658         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9659         New macros c-sentence-end and c-default-value-sentence end, to cope
9660         with Emacs 22's new function `sentence-end'.
9662 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9664         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9665         compat issue using `c-put-overlay' and `c-delete-overlay'.
9667         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9668         New compat macros to handle overlays/extents.
9670 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9672         * progmodes/cc-fix.el: Add definitions of the macros push and pop
9673         (for GNU Emacs 20.4)
9675         * progmodes/cc-defs.el:
9676         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9678         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9679         highlighting mechanism so it will work in XEmacs too.
9681         * progmodes/cc-defs.el: Insert c-int-to-char.
9683         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9684         call to the new macro c-int-to-char.  This solves XEmacs's
9685         regarding characters as different from integers.
9687 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9689         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9690         New internal helper.
9692         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9693         construct to make the indirect face lookup work in XEmacs.
9695         (c-cpp-matchers): Append the negation char face to the existing
9696         fontification, so that the cpp face doesn't disappear.
9697         Use `c-make-syntactic-matcher' to avoid negation chars in comments
9698         and strings.
9700         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9701         to map to `font-lock-negation-char-face' in emacsen where it exists.
9703 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9705         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9707         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9708         Rename "c-subword-move-mode" as "c-subword-mode".
9710         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9711         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
9713 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9715         * progmodes/cc-mode.el: Added autoload directive for
9716         `c-subword-move-mode' for use in older emacsen.
9718 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9720         * progmodes/cc-mode.el:
9721         (i) Insert a binding for C-c C-backspace into
9722         c-bind-special-erase-keys which works in TTYs.
9723         (ii) Make sure that when file styles are used, any explicitly
9724         given style variables take priority over those in the style.
9725         Do this by calling `hack-local-variables' a second time.
9727         * progmodes/cc-vars.el: Add language specific customization
9728         widgets for AWK to c-doc-comment-style, c-require-final-newline
9729         and c-default-style.  Add a defcustom for awk-mode-hook.
9730         Give c-syntactic-element and c-syntactic-context doc-strings by
9731         directly setting their `variable-documentation' propery.
9732         This allows Emacs 22.1 to read these with C-h v.
9734         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9736 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9738         * progmodes/cc-fonts.el, cc-vars.el
9739         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9740         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9741         Masatake YAMATO.
9743         (c-doc-comment-style): Made GtkDoc default in C mode.
9745         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9746         and C-c C-<delete>.
9748         (c-bind-special-erase-keys): New function for use on
9749         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9751         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9752         <delete> key behavior in XEmacs according to `delete-forward-p'.
9753         C.f. `c-electric-delete'.
9755 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9757         * progmodes/cc-mode.el: Give c-hungry-backspace and
9758         c-hungry-delete-forward permanent key bindings.
9760         * progmodes/cc-cmds.el (c-electric-semi&comma):
9761         Bind c-syntactic-context for calls to "criteria functions", for
9762         consistency with other calls to user functions.
9764         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9765         `current-prefix-arg', since this might be the prefix arg to a
9766         command which calls c-indent-command as a function.  Change the
9767         interactive spec from "p" to "P".
9769         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9770         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9771         was difficult to understand.
9773 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9775         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9776         first char of an identifier.
9778         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9779         +" syntax in C++.
9781 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9783         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9784         auto-fill doesn't split a c-comment's last word from a hanging
9785         "*/" when a space is typed between them after fill-column.
9787         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9789         * progmodes/cc-styles.el (c-set-style)
9790         (c-setup-paragraph-variables): Abort the command if we're not in a
9791         CC Mode buffer.
9793         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9794         with blank comment-prefix, and a blank line as the comment's
9795         second line.
9797 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9799         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9800         Incorporate the patterns added in the Emacs development branch
9801         for the new Emacs 22 face `font-lock-negation-char-face'.
9803         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9804         of "red" since it stands out better in xterms and DOS terminals.
9806         * progmodes/cc-engine.el (c-literal-faces):
9807         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9809 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9811         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9812         forcibly enable c-electric-flag.
9814         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9815         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9816         after the comment-prefix of a C-style comment will close that comment.
9818 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9820         * progmodes/cc-fonts.el (c-basic-matchers-before)
9821         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9822         in Pike.
9824         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9825         digraphs.
9827         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9828         (c-cpp-message-directives, c-cpp-include-directives)
9829         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9830         (c-cpp-expr-directives): Introduce new language constants to
9831         control cpp syntax in a cleaner way.
9833         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9835         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9837         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9838         (c-multiline-string-start-char): New language constants and
9839         variables to specify how newlines in string literals work.
9841         (c-font-lock-invalid-string): Use them.
9843         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9844         unbalanced close brace is entered.  Optimization by avoiding going
9845         back over arbitrarily large blocks.  Removed hints that this
9846         function only would be relevant/useful in AWK.
9848         (c-electric-brace): Indent syntactically after the cleanups since
9849         lineup functions might do it differently then.
9851         * progmodes/cc-engine.el, cc-langs.el
9852         (c-opt-op-identifier-prefix): New language constant and variable.
9854         (c-just-after-func-arglist-p, c-after-special-operator-id)
9855         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9857         * progmodes/cc-align.el, cc-engine.el
9858         (c-after-special-operator-id): New helper to handle C++ operator
9859         identifiers.
9861         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9862         (c-guess-basic-syntax): Handle C++ operator identifiers in
9863         declarations.
9865         * progmodes/cc-langs.el (c-assignment-operators): Add the
9866         trigraph version of ^= too.
9868         * progmodes/cc-langs.el (c-assignment-operators): Add the
9869         trigraph version of |= in C++.
9871         * progmodes/cc-fonts.el (c-font-lock-declarators):
9872         Handle `c-decl-hangon-kwds' after the identifier name.
9874         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9875         whether an arglist is "nonempty", ignore a comment after the open
9876         paren if it isn't followed by a non-comment token on the same line.
9878         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9879         Enable heuristics below the point to cope with classes inside special
9880         brace lists in Pike.
9882 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9884         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9886 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9888         * progmodes/cc-guess.el (cc-guess-install): New function to
9889         install an already guessed style in another buffer.
9891         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9892         sets `inhibit-read-only' - `c-save-buffer-state' should be used
9893         anyway if the change always is undone.
9895 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9897         Implement togglable electricity:
9899         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9900         saying when it should be used.
9902         * progmodes/cc-engine.el: Add the new buffer-local variable,
9903         c-electric-flag.
9905         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9906         c-toggle-auto-newline.
9908         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9909         c-toggle-auto-newline.  Remove the binding for
9910         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
9911         c-toggle-electric-state.
9913         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9915         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9916         c-\(forward\|backward\)-subword.
9917         (c-update-modeline): Add the new modeline flag `l' for
9918         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
9919         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9920         Make the old name an alias of the new name.
9921         (c-toggle-electric-state): New function.
9922         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9923         Adapt these functions to do electric things only when
9924         c-electric-flag is non-nil.
9925         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9926         new functions from c-electric-brace.
9927         (c-point-syntax): Add a check for "virtual semicolons" in AWK
9928         mode, so that the tentative extra newline doesn't change the
9929         syntax of the following brace.
9930         (c-electric-brace): Restructure by extracting the above functions.
9931         Tidy up the coding somewhat.
9932         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9933         restructure a bit.
9935 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9937         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9938         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
9940         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9941         (c-submode-indicators): Change name from `c-auto-hungry-string'
9942         since it's now used to track another submode.
9944         (c-update-modeline): Convert to function and extended to check
9945         `c-subword-move-mode'.
9947         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9948         Convert to compat aliases for `c-forward-subword' and
9949         `c-backward-subword'.
9951         * progmodes/cc-subword.el: New functions and minor mode to handle
9952         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9954         (c-forward-subword, c-backward-subword, c-mark-subword)
9955         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9956         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9957         Functions corresponding to the standard word handling functions.
9959         (c-subword-move-mode): Minor mode that replaces all the standard
9960         word handling functions with their subword equivalences.
9962 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9964         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9965         entry for one-liner-defun.
9967         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9968         name in its def-edebug-spec.
9970         * progmodes/cc-cmds.el (c-electric-brace): Make the
9971         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
9972         compacts space before a comment, if this will make things fit on
9973         one line.
9975         Introduce an "awk" style, mainly for auto-newline and clean-ups.
9977         * progmodes/cc-align.el: New function c-snug-1line-defun-close
9979         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9980         clean-up one-liner-defun.
9982         * progmodes/cc-styles.el: Add the new "awk" style.
9984         * progmodes/cc-vars.el: Add description of one-liner-defun to
9985         c-cleanup-list's doc-string.  New user options,
9986         c-max-one-liner-length.  In c-default-style, set the default style
9987         for AWK to "awk".
9989 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9991         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9992         macros inside labels.
9994         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9995         `c-at-statement-start-p' and `c-at-expression-start-p'.
9997         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9998         error if the mark isn't set.
10000         * progmodes/cc-engine.el (c-guess-continued-construct)
10001         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10002         accurately detect functions inside functions.
10004         * progmodes/cc-engine.el (c-at-expression-start-p): New function
10005         like `c-at-statement-start-p' that additionally recognizes commas
10006         and expression parentheses as delimiters.
10008         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10009         to avoid heuristics that doesn't work for unclosed blocks.
10010         (c-at-statement-start-p): New function.
10012         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10013         Objective-C directives, e.g. directives spanning lines should work
10014         reasonably well now.
10016         (c-put-c-type-property, c-clear-c-type-property): New helpers.
10018         (c-forward-objc-directive): New function to move over any ObjC
10019         directive.
10021         (c-just-after-func-arglist-p, c-guess-basic-syntax)
10022         (c-basic-matchers-before): Use it.
10024         (c-font-lock-objc-iip-decl): Remove.
10026         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10027         in the template arglist recognition.
10029         * progmodes/cc-styles.el (c-style-alist): Fix several
10030         inconsistencies in the Whitesmith style.
10032         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10033         New lineup function to get lines after Whitesmith style blocks
10034         correctly indented.
10036         (c-lineup-whitesmith-in-block): Back out the compensation for
10037         opening parens since it's done using `add' lists in the style
10038         definition instead.  Don't use the anchor position since it varies
10039         too much between the syntactic symbols. :P
10041         * progmodes/cc-vars.el (c-valid-offset): Update.
10043         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10044         lists where the offsets are combined according to several
10045         different methods: `first', `min', `max', and `add'.
10046         Report offset evaluation errors with `c-benign-error' so that some kind
10047         of reindentation still is done.
10049         * progmodes/cc-engine.el (c-guess-basic-syntax):
10050         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10051         `arglist-close'.
10053         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10054         situations for `arglist-cont-nonempty' and `arglist-close'.
10056         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10058         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10059         cc-bytecomp-boundp' in a number of places.
10061         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10062         macro related issue.
10064 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10066         * progmodes/cc-awk.el: Change the terminology of regexps: A char
10067         list is now [asdf], a char class [:alpha:].
10068         Include code for char classes.
10069         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
10070         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10072         Remove (nearly all of) the cruft associated with AWK Mode's former
10073         concept of "virtual semicolons":
10075         Adapt c-beginning-of-statement, c-end-of-statement (together with
10076         subfunctions) to use the new notion of "virtual semicolon" in
10077         place of the old awkward special handling for AWK.  There remains
10078         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10079         * progmodes/cc-cmds.el:
10080         (c-ascertain-adjacent-literal): In the backwards direction, now
10081         recognises AWK regexp delimiters as string delimiters.
10082         (c-after-statement-terminator-p): Adapt for virtual semicolons;
10083         check more rigorously for "end of macro".
10084         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10085         virtual semicolons;
10086         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10087         out the code for forward movement into ...
10088         (c-end-of-statement): Now contains the code for forward movement,
10089         adapted for virtual semicolons.
10091         * progmodes/cc-engine.el:
10092         (c-ws*-string-limit-regexp): New regexp.
10093         (c-forward-single-comment, c-backward-single-comment): Comment out
10094         the (now redundant) "special" AWK stuff.
10096         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10097         c-string-par-start, c-string-par-separate to be more like Text
10098         Mode than Fundamental Mode.
10100 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10102         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10103         to the fontified region so that fontification doesn't occur
10104         outside it (could happen e.g. when fontifying a line with an
10105         unfinished declaration).
10107 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10109         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10110         start of the file.  ^L now separate sections of the file.
10111         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
10112         (c-awk-one-line-possibly-open-string-re)
10113         (c-awk-regexp-one-line-possibly-open-char-class-re)
10114         (c-awk-one-line-possibly-open-regexp-re)
10115         (c-awk-one-line-non-syn-ws*-re): New defonsts.
10116         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10118         Amend the concept of "virtual semicolons" (in the indentation
10119         engine) for languages like AWK, such that they are now
10120         conceptually attached to end of the last token of a statement, not
10121         the end of the line.  (In AWK Mode, however, the pertinent text
10122         property is still physically set on the EOL.)  Remove the specific
10123         tests for awk-mode, thus facilitating the introduction of other
10124         language modes where EOLs can end statements.
10125         (Note: The funtionality in cc-cmds.el, specifically
10126         c-beginning/end-of-statement has yet to be amended.)
10128         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10129         New macros.
10131         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10132         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
10133         c-vsemi-status-unknown-p-fn (in a new page).
10135         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10136         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10137         numerous awkward forms like
10138         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10139         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
10140         variable before-ws-ip, the place just after char-before-ip appears.
10142         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10143         a comment.
10145 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10147         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10148         `c-tentative-buffer-changes'.
10150         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10151         convert to macro to choose between Emacs and XEmacs at compile time.
10153         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10155         (c-tentative-buffer-changes): New macro to handle temporary buffer
10156         changes in a convenient way.
10158         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10159         for `c-tentative-buffer-changes'.
10161         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10162         the checks for paren sexps between the point and the keyword, to
10163         avoid some false alarms.
10165         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10166         Fixed a situation where an error could be thrown for unbalanced
10167         parens.  Changed to make use of c-keyword-member' to avoid some
10168         repeated regexp matches.
10170         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10171         These language variable are no longer necessary.
10173         (c-block-stmt-kwds): New language constant used by
10174         c-looking-at-inexpr-block'.
10176         (c-guess-basic-syntax): Remove an optional check that looked at
10177         the existence of the now removed language variables.
10179         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10180         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10181         object instantiation expressions as declarations in some contexts.
10182         This bug only affected languages where the declarator can't be
10183         enclosed in parentheses.
10185         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10186         insert newlines before and after substatement braces.
10188         * progmodes/cc-engine.el: Improved the heuristics for recognizing
10189         function declaration headers and the handling of C++ style member
10190         init lists.
10192         (c-just-after-func-arglist-p): Rewritten to use
10193         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
10195         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10197         (c-guess-basic-syntax): Adapt case 5B for the new
10198         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
10199         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10200         covers all cases now).
10202         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10204 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10206         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10207         c-string-par-start/separate c-sentence-end-with-esc-eol,
10208         initialised in c-setup-paragraph-variables, used in string
10209         scanning subroutines of c-beginning-of-statement.
10211         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10212         which precedes the newly inserted `{'.
10214 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10216         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10217         function for declaration level blocks.  It should now cope with
10218         templates better and also be a lot more comprehensible.
10220         (c-looking-at-decl-block): The new function.
10222         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
10223         for compatibility.
10225         (c-add-class-syntax, c-guess-continued-construct)
10226         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10228         (c-decl-block-key): Change to tell apart ambiguous and
10229         unambiguous keywords.  Pike specials are now handled directly in
10230         the code instead.
10232         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10233         New language constants and variables to make the backward skip in
10234         `c-looking-at-decl-block' as tight as possible.
10236         (c-nonsymbol-token-char-list): New language constant.
10238         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10239         find balanced template arglists backwards.
10241         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10242         making char classes for `c-syntactic-skip-backward'.
10244         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10245         16D - can't be a class-close at that point.
10247         * progmodes/cc-engine.el (c-guess-basic-syntax)
10248         (c-add-class-syntax): Don't narrow out the enclosing declaration
10249         level.  This makes everything a lot easier, and it was actually
10250         only four small places that needed it to work.  Some places that
10251         previously did `widen' are removed now, which has the effect that
10252         `c-guess-basic-syntax' never will look at things outside the
10253         current narrowment now.  The anchor position for `topmost-intro'
10254         is affected by this, but it was so bogus it was basically useless
10255         before, and now it's equally bogus but in a slightly different way.
10257         (c-narrow-out-enclosing-class): Gone.
10259         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10260         the narrowed region.
10262         (c-least-enclosing-brace): Remove silly optional argument.
10264         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10265         the point could be left directly after an open paren when finding
10266         the beginning of the first decl in the block.
10268         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10269         Specify which submatch to use.
10271         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10273         (c-decl-start-re): No longer any need for special treatment of
10274         ObjC due to the above.
10276         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10277         presumably follows C in that regard.
10279         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10280         New language constants to specify operator tokens inside
10281         identifiers in a more high level way.
10283         (c-opt-identifier-prefix-key): New internal language constant.
10285         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10286         (c-identifier-start, c-identifier-key): Now completely calculated
10287         from other constants.
10289         (c-identifier-last-sym-match): Decommission since it's no longer used.
10291         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
10293         * progmodes/cc-engine.el (c-forward-name): Remove the
10294         optimization when c-identifier-key is equal to c-symbol-key since
10295         it doesn't work in byte compiled files.  Don't record empty
10296         regions as identifiers.
10298         * progmodes/cc-langs.el (c-filter-ops): New helper function to
10299         simplify access to `c-operators' and its likes.
10301         (c-operator-list, c-all-op-syntax-tokens)
10302         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10303         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10304         (c-primary-expr-regexp, c-cast-parens): Use it.
10306         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10307         an explicit language in functions.
10309         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10310         variant of adornment.
10312         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10313         variable.
10315         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10316         the Pike value.
10318         * progmodes/cc-engine.el (c-on-identifier)
10319         (c-simple-skip-symbol-backward): Small fix for handling "-"
10320         correctly in `skip-chars-backward'.  Affected the operator lfun
10321         syntax in Pike.
10323         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10324         diagnostic message about precompiled language vars not being used.
10326         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10327         "__attribute__" is followed by a parenthesis.
10329         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10330         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10331         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10333         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10334         Internal cleanups to properly detect the declared identifiers in
10335         various declarations.
10337         (c-decl-start-kwds): New language constant to recognize
10338         declarations that can start anywhere.  Used for class declarations
10339         in Pike.
10341         (c-specifier-key, c-not-decl-init-keywords)
10342         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10343         (c-find-decl-spots): Implement `c-decl-start-kwds'.
10345         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10346         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10347         handling of the compiler specific extension keywords into a new
10348         language constant `c-decl-hangon-kwds' that defines keyword
10349         clauses to be ignored in declarations.
10351         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10352         past unrecognized tokens when handling `c-colon-type-list-kwds'.
10353         Necessary to stop at the declared identifier in e.g. IDL valuetype
10354         declarations.
10356         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10357         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10358         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10359         (c-forward-decl-or-cast-1): Recognize the declared identifier in
10360         class and enum declarations as such and not as part of the type.
10362         (c-forward-decl-or-cast-1, c-forward-label): Relax the
10363         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10365         (c-forward-decl-or-cast-1): Don't disregard sure signs of
10366         declarations when there's some syntax error later on.
10368         (c-complex-decl-matchers): Did away with a reference to
10369         `c-specifier-key'.
10371         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10372         value - this variable is always dynamically bound.
10374         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10375         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10376         * cc-cmds.el, cc-defs.el: Change the policy for marking up
10377         functions that might do hidden buffer changes: All such internal
10378         functions are now marked instead of those that don't.
10380         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10381         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10382         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10383         (c-literal-type): Allow these functions to make hidden buffer changes,
10384         so that they are free to use text property caching later on.
10386         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10387         (c-electric-brace, c-electric-slash, c-electric-star)
10388         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10389         (c-electric-paren, c-electric-continued-statement, c-indent-command)
10390         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10391         (c-context-line-break): Add `c-save-buffer-state' calls to comply
10392         with the changed semantics of the functions above.
10394         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10395         when macros occur in obscure places.  Optimized the sexp movement
10396         a bit.
10398 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10400         Enhancements for c-beginning-of-statement to work in AWK Mode:
10402         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10403         (completed statement) with `}' (statement completed by closing
10404         brace or semicolon) and `$' (statement completed by EOL).
10406         (c-awk-virtual-semicolon-ends-prev-line-p)
10407         (c-awk-virtual-semicolon-ends-line-p)
10408         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10409         (c-awk-at-statement-end-p): New functions.
10411         * progmodes/cc-cmds.el: Simplify the structure of functions
10412         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
10413         two functions and c-beginning-of-statement to handle AWK Mode.
10415         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10416         c-backward-single-comment for AWK mode.  Attempt to clarify their
10417         doc-strings.
10419         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10421 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10423         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10424         label handling.  Labels are now recognized in a uniform and more
10425         robust way, regardless of context.  Text properties are put on all
10426         labels to recognize the following declarations better.
10427         Multiword labels are handled both in indentation and fontification for
10428         the benefit of language extensions like Qt.  For consistency, keywords
10429         in labels are now fontified with the label face instead.
10430         That also applies to "case" and "default".
10432         (c-beginning-of-statement-1): Fix some bugs in the label
10433         handling.  Disregard `c-nonlabel-token-key' in labels that begin
10434         with `c-label-kwds'.
10436         (c-find-decl-spots): Support that the callback adds more
10437         `c-decl-end' spots to find.
10439         (c-forward-decl-or-cast-1): Don't treat a list of plain
10440         identifiers followed by a colon as a declaration.
10442         (c-forward-label): New function to recognize labels.
10444         (c-guess-basic-syntax): Replace uses of `c-label-key' with
10445         `c-forward-label'.  Moved the label recognition cases (14 and 15)
10446         earlier since they aren't so context sensitive now.  Handle labels
10447         on the top level gracefully.  Moved access label recognition to
10448         the generic label case (CASE 15) - removed CASE 5E.
10450         (c-font-lock-declarations): Add recognition of labels in the
10451         same round since we need to handle labels in parallell with other
10452         declarations to recognize both accurately.  It should also improve
10453         speed.
10455         (c-simple-decl-matchers, c-basic-matchers-after):
10456         Move `c-font-lock-labels' so that it only is used on decoration level 2
10457         since `c-font-lock-declarations' handles it otherwise.
10459         (c-complex-decl-matchers): Remove the simplistic recognition of
10460         access labels.
10462         (c-decl-prefix-re): Remove the kludges that was necessary to cope
10463         with labels earlier.
10465         (c-decl-start-re): New language variable to make
10466         `c-font-lock-declarations' stop for the special protection labels
10467         in Objective-C that start with `@'.
10469         (c-label-key): Remove since it's no longer used.
10471         (c-recognize-colon-labels, c-label-prefix-re): New language
10472         constants to support recognition of generic colon-terminated labels.
10474         (c-type-decl-end-used): `c-decl-end' is now used whenever there
10475         are colon terminated labels.
10477         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10478         first argument starts with a special brace list.
10480         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10481         (c-font-lock-declarations): Break out the declaration and cast
10482         recognition from `c-font-lock-declarations' to a new function, so
10483         that it can be used in the indentation engine.
10485         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10486         up to the start of the literal.  Fixed bug with the point on the
10487         wrong side of the search limit that could happen when the start
10488         position is inside a literal.
10490         * progmodes/cc-engine.el (c-parse-state)
10491         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10492         so that it's kept a little bit back to increase the hit rate.
10494         (c-parse-state): Change the macro handling and fixed some
10495         glitches.  Macro context is checked more often than necessary now,
10496         but otoh less garbage conses are generated.
10498         * progmodes/cc-engine.el (c-parse-state)
10499         (c-invalidate-state-cache): Cache the last position where
10500         `c-state-cache' applies.  This can speed up refontification quite
10501         a bit in blocks where there are many non-brace parens before the point.
10503         (c-state-cache-end): New variable for this.
10505         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10506         cache variable.
10508         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10509         get close initial continue positions when the start position is
10510         inside a literal or macro.  Do not call the callback for spots
10511         before the start position (which can happen e.g. for `c-decl-end'
10512         spots inside comments).  Optimize better in special cases when the
10513         region is a single line inside a literal or macro (typically when
10514         the current line is refontified).
10516         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10517         to `c-add-stmt-syntax' - there's no need to explicitly whack off
10518         entries from the paren state.
10520         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10521         special case for "else if" clauses.
10523         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10524         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10526         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10527         New language variable to recognize the gcc extension with statement
10528         blocks inside expressions.
10530         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10531         it somewhat more comprehensible.  The argument AT-BLOCK-START is
10532         no longer used and hence removed.
10534         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10535         to `c-add-stmt-syntax'.
10537         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10538         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10539         This fixes bogus label recognition.
10541         * progmodes/cc-engine.el (c-add-type, c-check-type)
10542         (c-forward-name, c-forward-type): Improve storage of template
10543         types in `c-found-types' so that they can be recognized better.
10545         (c-syntactic-content): Add option to skip past nested parens.
10547         * progmodes/cc-engine.el (c-forward-name):
10548         Set `c-last-identifier-range' all the time.  It's less work that way.
10549         Handle that there might not be an identifier to store in
10550         `c-last-identifier-range'.
10552         (c-forward-type): Handle that `c-last-identifier-range' might be
10553         nil from `c-forward-name'.
10555         * progmodes/cc-defs.el (c-safe-scan-lists)
10556         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10558         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10559         to work even if the form fails.
10561         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10562         down in a large file in one go.
10564         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10566         * progmodes/cc-align.el (c-lineup-assignments): New lineup
10567         function which is like `c-lineup-math' but returns nil instead of
10568         `c-basic-offset' when it doesn't match.
10570         (c-lineup-math): Change to use `c-lineup-assignments'.
10572 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10574         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10575         c-beginning-of-statement.  New subfunctions
10576         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10578 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10580         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10581         hardcoded char classes whereever possible.  Changed a couple of
10582         places to use skip by syntax instead of skip by char class.
10584         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10585         Fix a bug in the regexp that caused extreme backtracking.
10587         * progmodes/cc-langs.el (c-block-comment-starter)
10588         (c-block-comment-ender): New language constants to specify in a
10589         single place how block comments look.
10591         (c-comment-start-regexp, c-block-comment-start-regexp)
10592         (comment-start, comment-end, comment-start-skip)
10593         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10594         (c-syntactic-ws, c-nonempty-syntactic-ws)
10595         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10596         `c-line-comment-starter', `c-block-comment-starter' and
10597         `c-block-comment-ender'.
10599         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10600         New language constants to break up things a bit.
10602         (c-simple-ws): New language constant for simple whitespace.
10604         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10606         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10607         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10608         newlines.  Allow and ignore nil elements in the list.
10610 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10612         * progmodes/cc-cmds.el: Comment out a (n almost certainly
10613         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10615         * progmodes/cc-cmds.el: Tidy up the comments in
10616         c-beginning-of-statement and subfunctions.
10618         * progmodes/cc-awk.el: Replace calls to put-text-property to the
10619         more flexible c-put-char-property and c-clear-char-properties.
10620         Add the author's email address.
10622         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10624         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10625         closing "*/" of a block comment.
10627         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10628         subfunctions) so that it works at BOB and EOB.
10630         * progmodes/cc-cmds.el, cc-vars.el: More updating of
10631         c-beginning-of-statement, including new variable
10632         c-block-comment-start-regexp.
10634 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10636         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10637         symbols from `*-font-lock-extra-types' so that there's no need to
10638         use `regexp-opt' on those lists.
10640         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10641         `c-type-modifier-kwds' is empty.
10643         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10644         there are several strings on the same line.
10646         * progmodes/cc-engine.el (c-literal-limits): Remove the
10647         compatibility function for older emacsen.  `c-literal-limits-fast'
10648         has now taken the place of this function.
10650         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10651         with older emacsen: We now require `pps-extended-state'.
10653 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10655         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10656         which obviates the need to hack sentence-end.  This now handles
10657         escaped newlines in strings correctly.  Correct minor bugs in
10658         c-move-over-sentence and in c-beginning-of-statement.
10660         * progmodes/cc-cmds.el (c-beginning-of-statement (and
10661         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10662         that movement over macros and code are rigorously separated from
10663         eachother.  Correct a few incidental bugs.
10665         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10666         Improve its doc-string.  Improve the handling of certain specific cases.
10668 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10670         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10671         (c-guess-basic-syntax): Change the way class-level labels are
10672         recognized; they can now contain essentially any symbols.
10674         (c-opt-extra-label-key): New language variable to cope with the
10675         special protection label syntax in Objective-C.
10677         (c-opt-access-key): Remove; this is now handled better by
10678         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10680         (c-complex-decl-matchers): Update to handle that
10681         `c-opt-access-key' no longer exists.
10683         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10684         improved label recognition in `c-beginning-of-statement-1'.
10686         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10687         Recognize bitfields better.
10689         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10690         Remove some cruft and fixed a bug that could cause it to go to a
10691         position further down.
10693         * progmodes/cc-langs.el, cc-engine.el
10694         (c-beginning-of-statement-1): Improve detection of labels in
10695         declaration contexts.
10697         (c-beginning-of-decl-1): Use it.
10699         (c-nonlabel-token-key): New language constant and variable needed
10700         by `c-beginning-of-statement-1'.
10702         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10703         manifested itself due to the correction in `c-forward-sexp'.
10705         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10706         Make these behave as documented when used at the buffer limits.
10708         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10709         (c-type-decl-end-used): Made this a language variable.
10711         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10712         correctly when `combine-after-change-calls' is used together with
10713         temporary narrowings.
10715         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10716         Report labels correctly when the start point is immediately after the
10717         colon.
10719         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10720         Remove since it isn't used anymore.
10722         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10723         bracket arglists such as template parens in C++.
10725         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10726         in the last check-in.  Some optimization.
10728         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10729         where it could stop at the same level in a preceding sexp when
10730         PAREN-LEVEL is set.
10732         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10733         text property lookup only when it's needed.
10735         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10736         Change the policy for paren marked angle brackets to be more
10737         persistent; once marked they remain marked even when they're found
10738         to be unbalanced in the searched region.  This should keep the
10739         paren syntax around even when individual lines are refontified in
10740         multiline template arglists.
10742         (c-parse-and-markup-<>-arglists): New dynamically bound variable
10743         to control markup so that incorrect angle bracket arglists aren't
10744         marked in contexts where the correct value for
10745         `c-disallow-comma-in-<>-arglists' isn't known.
10747         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10748         argument has become `c-parse-and-markup-<>-arglists'.
10750         (c-remove-<>-arglist-properties): Remove - no longer used.
10752         (c-after-change-check-<>-operators): New function used on
10753         `after-change-functions' to avoid that "<" and ">" characters that
10754         are part of longer operators have paren syntax.
10756         (c-<>-multichar-token-regexp): New language variable used by
10757         `c-after-change-check-<>-operators'.
10759         (c-after-change): Call `c-after-change-check-<>-operators'.
10761         (c-font-lock-<>-arglists): Use the context properties set by
10762         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10763         correctly to avoid doing invalid markup.
10765         (c-font-lock-declarations): Remove code that undoes the invalid
10766         markup done by `c-font-lock-<>-arglists'.
10768         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10769         after `c-font-lock-declarations'.
10771         * progmodes/cc-engine.el (c-syntactic-skip-backward):
10772         Add paren-level feature.
10774         (c-guess-basic-syntax): Improve the anchor position for
10775         `template-args-cont' in nested template arglists.  There's still
10776         much to be desired in this area, though.
10778 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10780         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10781         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10783 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10785         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10786         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10788         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10789         it doesn't work no longer are supported.
10791         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10792         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10793         requires support for the syntax-table' text property, which rules
10794         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
10795         cruft associated with those versions.
10797         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10798         for the `syntax-table' text property, which rules out Emacs 19 and
10799         XEmacs < 21.4.  Removed various compatibility cruft associated
10800         with those versions.
10802         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10803         support for the `syntax-table' text property.
10805         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10806         variable and use an extra quoted face name instead.  All the
10807         emacsen flavors handle that correctly.
10809         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10810         (c-font-lock-declarators, c-font-lock-declarations)
10811         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10812         property to mark the items in in declarator lists to handle
10813         refontification inside multiline declarations better.
10815         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10816         construct like "a * b = c;" as a declaration.
10818 2005-12-08  Kim F. Storm  <storm@cua.dk>
10820         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10821         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
10822         select either meta, hyper, or super modifier for rectangle commands.
10823         (cua--rectangle-modifier-key): New defvar.
10824         (cua--M/H-key): Use it.  Remove special case for `space'.
10825         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10826         on X, to meta otherwise.  Always bind C-return to toggle
10827         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
10829         * emulation/cua-rect.el (cua-help-for-rectangle):
10830         Use cua--rectangle-modifier-key.  Handle super modifier too.
10831         (cua--init-rectangles): Always bind C-return to toggle rectangle.
10832         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10834         * ido.el: Move Acknowledgements and History after Commentary.
10835         Minor changes to Commentary.
10837         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10838         keymap if cua--prefix-override-timer is `shift'.
10839         (cua--shift-control-prefix): New function; emulate "type prefix
10840         key twice" functionality to handle shifted prefix key override.
10841         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10842         New commands.
10843         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10845 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
10847         * textmodes/org.el (org-insert-heading): Try to do items before
10848         headings.
10849         (org-agenda-mode): Quote `org-agenda-mode-hook'.
10850         (org-insert-item): New function.
10851         (org-renumber-ordered-list): Don't skip to higher level lists.
10853 2005-12-08  Juri Linkov  <juri@jurta.org>
10855         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10857         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10859         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10861         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10862         the constructed function name fun-1.
10864         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10865         because such links don't lead to parent documentation.
10867 2005-12-08  Kenichi Handa  <handa@m17n.org>
10869         * descr-text.el (describe-char): Use *Help-2* buffer if the
10870         current buffer is *Help*.  Call describe-text-properties while
10871         setting the original buffer.
10873 2005-12-07  Bill Wohler  <wohler@newt.com>
10875         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
10876         and causes problems with non-MH users (such as Gnus users).
10878 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
10880         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10881         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10882         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10883         command "info sources".  Move calls to GDB command "list".
10884         (gdb-find-file-hook): Just use gdb-source-file-list.
10885         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10886         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10887         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10888         (gdb-data-list-register-values-handler): Use correct trigger name.
10890 2005-12-07  Kim F. Storm  <storm@cua.dk>
10892         * ido.el (ido-completion-map): Rename from ido-mode-map.
10893         (ido-common-completion-map, ido-file-completion-map)
10894         (ido-file-dir-completion-map, ido-buffer-completion-map):
10895         Rename from ido-mode-....-map.
10896         (ido-init-completion-maps): Rename from ido-init-mode-maps.
10897         (ido-setup-completion-map): Rename from ido-define-mode-map.
10898         (ido-read-internal): Bind minibuffer-local-filename-completion-map
10899         to ido-completion-map.
10901 2005-12-07  Kenichi Handa  <handa@m17n.org>
10903         * international/mule-cmds.el
10904         (set-display-table-and-terminal-coding-system): If the coding
10905         system specified in `unibyte-display' property is different from
10906         the arg coding-system, don't setup standard-display-table.
10908 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10910         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10911         that comments end at \n, regardless of selective-display.
10913 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
10915         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10916         (gdb-version): New variables.
10917         (gdb-source-file-list, gdb-register-names)
10918         (gdb-changed-registers): New variables for use with GDB 6.4+.
10919         (gdb-ann3): Replace with...
10920         (gdb-init-1, gdb-init-2): ...two new functions.
10921         (gdba, gdb-prompt): Call gdb-init-1.
10922         (gdb-get-version): New function.  Call gdb-init-2 from here.
10923         (gud-watch): Make it work with mouse events too.
10924         (gdb-post-prompt): Don't add to queue until GDB version is known.
10925         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10926         (gdb-locals-mode): Use gdb-version.
10927         (gdb-memory-format-map, gdb-memory-unit-map)
10928         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10929         (gdb-locals-font-lock-keywords-1)
10930         (gdb-locals-font-lock-keywords-2): New variables.
10931         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10932         (gdb-set-gud-minor-mode-existing-buffers-1)
10933         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10934         (gdb-var-update-1, gdb-var-update-handler-1)
10935         (gdb-data-list-register-values-handler)
10936         (gdb-data-list-register-values-custom)
10937         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10938         (gdb-stack-list-locals-handler, gdb-get-register-names):
10939         New functions for use with GDB 6.4+.
10940         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10941         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10942         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10943         (gdb-stack-list-locals-regexp)
10944         (gdb-data-list-register-names-regexp): New regexps for use with
10945         GDB 6.4+.
10947 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10949         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10951 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
10953         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10954         prompts work for AUTH PLAIN.  Also reported by Steve Allan
10955         <seallan@verizon.net>.
10957 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10959         * frame.el (set-frame-parameter): Add doc string.
10961 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
10963         * textmodes/org.el (org-occur-highlights): New variable.
10964         (org-highlight-new-match, org-remove-occur-highlights): New functions.
10965         (org-highlight-sparse-tree-matches): New option.
10966         (org-do-occur): New function.
10967         (org-get-heading): Make it work also at beginning of line.
10968         (org-category-table): New variable.
10969         (org-get-category-table, org-get-category)
10970         (org-camel-to-words, org-link-search): New functions.
10971         (org-select-this-todo-keyword): New variable.
10972         (org-todo-list): New command.
10973         (org-shiftright, org-shiftleft): New commands.
10974         (org-agenda-todo): Add prefix argument.
10975         (org-show-hierarchy-above): New option.
10976         (org-show-todo-tree): Numerical prefix creates tree for specific
10977         TODO keyword.
10978         (org-outline-level): New function, to assign a level to plain
10979         lists items.
10980         (org-cycle-include-plain-lists): New option.
10981         (org-mode): Use `org-outline-level' as value of `outline-level'.
10982         (org-cycle): Temporarily switch `outline-regexp' if
10983         `org-cycle-include-plain-lists' is non-nil.
10984         (org-start-icalendar-file): Fix format bug.
10985         (org-agenda-get-day-entries): Create category table.
10986         (org-agenda-get-todos, org-agenda-get-timestamps)
10987         (org-agenda-get-deadlines, org-agenda-get-scheduled)
10988         (org-agenda-get-blocks): Use `org-get-category'.
10989         (org-context-in-file-links): Rename from
10990         `org-line-numbers-in-file-links'.
10992 2005-12-06  Romain Francoise  <romain@orebokech.com>
10994         * window.el (balance-windows): Delete extraneous third arg in call
10995         to `enlarge-window'.
10997 2005-12-06  Kenichi Handa  <handa@m17n.org>
10999         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11001 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
11003         * progmodes/gdb-ui.el (gdb-var-create-handler)
11004         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11005         (gdb-var-list-children-handler, gdb-var-update-handler):
11006         Current buffer is already gdb-partial-output-buffer, don't
11007         make it current again.
11009 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
11011         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11012         (list-buffers-noselect): Use it.
11014 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11016         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11017         (mail-yank-ignored-headers): Use regexp-opt.
11018         (mail-mode-map): Move initialization into declaration.
11019         (mail-sent-via): Remove unused shadowed var `to-line'.
11020         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11021         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11022         (mail-do-fcc): Use dolist and push.
11023         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11024         (mail-yank-ignored-headers): Don't autoload.
11026 2005-12-05  Kenichi Handa  <handa@m17n.org>
11028         * international/mule-cmds.el (set-language-info-internal): New fun.
11029         (set-language-info): Call set-language-info-internal to update
11030         language-info-alist.  If LANG-ENV is the current one, call
11031         set-language-environment to make INFO effective now.
11032         (set-language-info-alist): Likewise.
11033         (locale-language-names): With locale "en", use English
11034         lang. env. but set the default codings to iso-8859-1.
11036 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
11038         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11039         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11040         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11041         for plain strings.
11042         (gdb-frames-mode): Remove redundant call to font-lock-mode.
11043         (gdb-all-registers): Rename from toggle-gdb-all-registers.
11044         Create registers buffer if necessary.  Echo new state in minibuffer.
11045         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11047 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
11049         * info.el (Info-fontify-node): Match external links using
11050         non-directory part of filename.
11052 2005-12-04  Juri Linkov  <juri@jurta.org>
11054         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11055         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
11056         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11057         because there is no customization option for it.
11059         * font-lock.el (lisp-font-lock-keywords-1):
11060         Add define-global-minor-mode.
11062         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11064         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11065         properties on the constructed variable names.
11067         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11068         Put `definition-name' properties on the constructed function names
11069         next-sym and prev-sym.
11071         * emacs-lisp/find-func.el (find-function-regexp):
11072         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
11073         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
11074         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11075         and easy-menu-define.
11077         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11078         easy-mmode-define-global-mode and define-global-minor-mode.
11079         (lisp-imenu-generic-expression): Add define-global-minor-mode.
11081         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11082         instead of easy-mmode-define-global-mode.
11084         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11085         Use define-minor-mode instead of easy-mmode-define-minor-mode.
11087         * cus-edit.el (customize-group, customize-group-other-window):
11088         Filter out autoloaded options from the group completion list by
11089         using heuristics that autoloaded groups don't have `custom-autoload'
11090         property on their symbols (they have only `custom-loads').
11092         * simple.el (completion-setup-function): Put completions-common-part
11093         face on complete completion string too (i.e. completion string
11094         without completions-first-difference face).
11096         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11098 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
11100         * view.el (view-mode): Doc fix.
11102         * disp-table.el (standard-display-european): Add to the warning
11103         message a reference to the doc string.
11105         * play/yow.el (apropos-zippy): Call print-help-return-message,
11106         similar to other Help and Apropos commands.
11108         * help.el (print-help-return-message): If pop-up-frames is
11109         non-nil, set up help-return-method to delete the help window and,
11110         possibly, its frame as well, and don't display message about
11111         scrolling the help window.  Doc fix.
11112         (help-return-method): Doc fix.
11114 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
11116         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11117         whereby names of length one or names starting with a
11118         symbol-constituent character would not be returned.
11120 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11122         * subr.el (atomic-change-group): Add edebug and indentation spec.
11124 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * completion.el (save-completions-file-name): Fix typo in last change.
11128 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11130         * info.el: Move back/forward history to the beginning of the tool bar.
11132 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
11134         * allout.el (eval-when-compile): Remove unnecessary load of cl.
11135         Add fset of allout-real-isearch-abort during compile to fix
11136         byte-compilation warnings.
11137         (allout-mode-p): Move definition of this macro above all uses, or
11138         byte compilation in barren emacs (eg, during emacs build) will
11139         lack the definition.
11140         (allout-mode): Move this variable above any uses, or byte
11141         compilation will fail.
11142         (allout-resolve-xref): Remove use of personal file-reference function.
11143         (allout-toggle-current-subtree-encryption): Do the current (ie,
11144         visible containing) topic, rather than nearest around point.  Doc fix.
11145         (allout-toggle-subtree-encryption): New function, workhorse that
11146         works on nearest topic containing point.
11147         (allout-encrypt-string): Signal requirement for newer version of pgg.
11148         (allout-resumptions): Doc fix.
11150 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
11152         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11154 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
11156         * textmodes/flyspell.el (flyspell-external-point-words):
11157         Consider a misspelling as found in the string search if: (a) misspelling
11158         and found string lengths match, or (b) misspelling is found as
11159         element in a boundary-chars separated longer string, or (c)
11160         ispell-program-name is really ispell and misspelling is found as
11161         part of a TeX string.  After successful match move beginning of
11162         search region to end of match.  Warn about not found misspellings
11163         once the process is done.
11164         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11166 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
11168         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11169         tool bar (removed inadvertently).
11171 2005-12-02  Juri Linkov  <juri@jurta.org>
11173         * log-view.el (log-view-diff): Clarify doc string.
11175 2005-12-01  Bill Wohler  <wohler@newt.com>
11177         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11178         triggers lm-verify errors.
11180 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
11182         * simple.el (transient-mark-mode, line-number-mode)
11183         (column-number-mode, size-indication-mode): Remove `:require nil'.
11185 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
11187         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11188         in the margin also.
11189         (gdb-breakpoints-mode-map): Use D instead of d for
11190         gdb-delete-breakpoint.
11191         (gdb-get-frame-number): Require a number to match on.
11192         (gdb-threads-mode-map): Add follow-link binding.
11194 2005-11-30  Jason Rumney  <jasonr@gnu.org>
11196         * isearch.el (isearch-mode-map): Avoid exiting search on
11197         language-change event.
11199 2005-11-30  Romain Francoise  <romain@orebokech.com>
11201         * speedbar.el (speedbar-default-position): New defcustom.
11202         (speedbar-frame-reposition-smartly): Use it.
11204         * dframe.el (dframe-reposition-frame-emacs): Fix position
11205         computation for `left' location.
11206         Update copyright year.
11208 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11210         * help.el (help-map): Move initialization into declaration.
11212         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11214         * help-fns.el (help-argument-name): Don't autoload.
11215         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11216         to be re-loaded when customizing the `help' group.
11218 2005-11-30  John Paul Wallington  <jpw@gnu.org>
11220         * help-fns.el (describe-function-1): Fill arglist output.
11222 2005-11-30  Kim F. Storm  <storm@cua.dk>
11224         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11225         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11226         after revert-buffer (or anything else which kills all local variables).
11228         * apropos.el (apropos-parse-pattern): Doc fix.
11229         Set apropos-regexp directly, rather than expecting callers to do so.
11230         (apropos-command, apropos, apropos-value, apropos-documentation):
11231         Simplify calls to apropos-parse-pattern.
11233 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
11235         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11236         (hi-lock-face-phrase-buffer): Use hi-yellow face.
11237         (hi-lock-write-interactive-patterns): Use comment-region.
11239         * longlines.el (longlines-mode): Add mail-setup-hook.
11241         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11243         * simple.el (sendmail-user-agent-compose, next-line):
11244         Conditionally use hard-newline.
11246 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11248         * international/latexenc.el (latex-inputenc-coding-alist):
11249         Reword doc string.
11251 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
11253         * help.el (describe-key-briefly, describe-key): Recognize default
11254         bindings.
11256 2005-11-29  Romain Francoise  <romain@orebokech.com>
11258         * view.el (view-inhibit-help-message): New defcustom.
11259         (view-mode-enter): Use it.
11261 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
11263         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11264         Preserve user position.
11266 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
11268         * font-lock.el: Throw error if facemenu is not loaded to prevent
11269         accidental change of loading order in loadup.el.  (Suggested by RMS.)
11271         * loadup.el: Add comment explaining why facemenu must be loaded
11272         before font-lock.
11274 2005-11-28  Jay Belanger  <belanger@truman.edu>
11276         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11277         (calc-dispatch-map): Add more keys for `calc-same-interface'.
11279         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11281         * calc/calc-embed.el (calc-do-embedded): Update help message.
11283         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11285 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11287         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11289         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11290         called-interactively-p.
11291         (elp-profilable-p): Rename from elp-not-profilable-p.
11292         Invert result and take into account macros and autoloaded functions.
11293         (elp-instrument-function): Update call.
11294         (elp-instrument-package): Update call.  Add completion.
11295         (elp-pack-number): Use match-string.
11296         (elp-results-jump-to-definition-by-mouse): Merge into
11297         elp-results-jump-to-definition and then remove.
11298         (elp-output-insert-symname): Make help echo text single-line.
11300         * replace.el (query-replace-map): Move initialization into declaration.
11301         (occur-engine): Use with-current-buffer.
11302         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11303         (occur-mode-mouse-goto): Replace with an alias.
11305 2005-11-28  Juri Linkov  <juri@jurta.org>
11307         * simple.el (quoted-insert): Let-bind input-method-function to nil.
11309         * term/w32-win.el: Bind [S-tab] to [backtab].
11311         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11312         `Info-find-file' to t.
11314         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11315         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11316         and same-window-regexps.
11317         (occur-next-error): Don't move point for arg 0.
11319 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
11321         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11323 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11325         * log-edit.el (log-edit-changelog-use-first): New var.
11326         (log-edit-changelog-ours-p): Use it.
11327         (log-edit-insert-changelog): Set it with new arg `use-first'.
11328         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11329         (log-edit-hook): Add them to the list of suggested options.
11331         * textmodes/flyspell.el (flyspell-last-buffer): New var.
11332         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11333         redundant work.
11334         (flyspell-mode-on): Use add-hook for after-change-functions.
11335         (flyspell-mode-off): Use remove-hook for after-change-functions.
11336         (flyspell-changes): Make it buffer-local.
11337         (flyspell-after-change-function): Make it non-interactive.  Use push.
11338         (flyspell-post-command-hook): Check input-pending-p while processing
11339         the potentially long list of buffer changes.
11341 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11343         * buff-menu.el (list-buffers-noselect): Display the selected
11344         frame's buffer list, not the global one.
11346 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
11348         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11349         that (list last-input-event) works as in interactive spec.
11351 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11353         * loadup.el ("facemenu"): Load facemenu before font-lock, because
11354         `facemenu-keymap' needs to be defined when font-lock is loaded.
11355         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11357 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11359         * completion.el: Remove useless leading * in defcustom docstrings.
11360         (save-completions-file-name): Use ~/.emacs.d if available.
11361         (completion-standard-syntax-table): Rename from
11362         cmpl-standard-syntax-table and fold initialization into declaration,
11363         thus removing cmpl-make-standard-completion-syntax-table.
11364         (completion-lisp-syntax-table, completion-c-syntax-table)
11365         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11366         (cmpl-saved-syntax, cmpl-saved-point): Remove.
11367         (symbol-under-point, symbol-before-point)
11368         (symbol-under-or-before-point, symbol-before-point-for-complete)
11369         (add-completions-from-c-buffer): Use with-syntax-table.
11370         (make-completion): Don't return a list of completion entries.
11371         Update callers.
11372         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11373         (completion-initialize): Rename from initialize-completions.
11374         (completion-find-file-hook): Rename from cmpl-find-file-hook.
11375         (kill-emacs-save-completions): Collect stats here.
11376         (save-completions-to-file, load-completions-from-file):
11377         Use with-current-buffer.
11378         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
11379         into a function.  Move all calls to toplevel.
11380         (completion-lisp-mode-hook): New fun.
11381         (completion-c-mode-hook, completion-setup-fortran-mode):
11382         Set the syntax-table here.  Use local-set-key.
11383         (completion-saved-bindings): New var.
11384         (dynamic-completion-mode): Make it into a proper minor mode.
11385         (load-completions-from-file): Remove unused var `num-uses'.
11387         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11388         constructor if it is explicitly overridden.
11390         * complete.el (PC-completion-as-file-name-predicate):
11391         Use minibuffer-completing-file-name.
11392         (partial-completion-mode): Use find-file-not-found-functions.
11393         (PC-lisp-complete-symbol): Use with-syntax-table.
11394         (PC-look-for-include-file): Remove dead setq.
11395         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11396         (PC-complete): Use with-current-buffer.
11398         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11399         escape single quotes.
11401 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11403         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11404         of `if' whose condition always returned nil.  Doc fix.
11406         * buff-menu.el (Buffer-menu-revert-function): Make the selected
11407         window's buffer the current buffer around the call to
11408         `list-buffers-noselect'.  This is necessary to mark that buffer
11409         with a `.' in the Buffer Menu when called from Lisp, for instance
11410         by Auto Revert Mode.
11412 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
11414         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11415         attaching to it.
11416         (gdb-pre-prompt): Make sure gdb-error is reset.
11418         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11419         with a child process, detect it.
11420         (gud-speedbar-buttons): Match regexp more carefully.
11422 2005-11-27  Richard M. Stallman  <rms@gnu.org>
11424         * mouse.el (mouse-drag-move-window-bottom):
11425         Use adjust-window-trailing-edge.
11427 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11429         * simple.el (blink-matching-open): Ignore
11430         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11431         (blink-matching-paren-on-screen): Update docstring.
11433         * paren.el (show-paren-mode): No longer change
11434         `blink-matching-paren-on-screen'.
11436 2005-11-27  John Paul Wallington  <jpw@pobox.com>
11438         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11439         (gdb-threads-select, gdb-edit-register-value):
11440         Use `posn-set-point' instead of `mouse-set-point' because the
11441         latter is not fbound when configured without X.
11443 2005-11-27  Kim F. Storm  <storm@cua.dk>
11445         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11446         existing face when partially highlighting a TAB in a rectangle.
11448 2005-11-26  Kim F. Storm  <storm@cua.dk>
11450         * ido.el (ido-mode-map): Doc fix.
11451         (ido-mode-common-map, ido-mode-file-map)
11452         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11453         (ido-define-mode-map): Rewrite.  Select one of the new maps as
11454         parent for ido-mode-map instead of building from scratch.
11455         (ido-init-mode-maps): New defun to initialize new maps.
11456         (ido-mode): Call it.
11457         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11458         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11460 2005-11-26  John Paul Wallington  <jpw@pobox.com>
11462         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11463         `mouse-set-point' because the latter is not fbound when configured
11464         without X.
11466 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
11468         * files.el (file-relative-name): Doc fix.
11470 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11472         * progmodes/octave-inf.el (inferior-octave-startup): Force a
11473         non-empty string for secondary prompt PS2.
11475 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11477         * progmodes/compile.el (compilation-setup): Fix last change.
11479 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
11481         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11482         (gdb-mouse-toggle-breakpoint-margin)
11483         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11484         Add gdb-server-prefix to keep out of command history.
11485         (gdb-edit-register-value): New function.
11486         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11487         (gdb-info-registers-custom): Use above map.
11489 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11491         * custom.el (enable-theme): Signal error if argument is not a
11492         theme.  Don't recalculate a face if it's not loaded yet.
11494         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11495         the `user' theme is in effect.
11497         * info.el (Info-on-current-buffer): Record actual filename in
11498         Info-current-file, instead of t, or a fake filename if a non-file
11499         buffer.  Make autoload.
11500         (Info-find-node, Info-revert-find-node): No need to check for
11501         Info-current-file nil.
11502         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11503         Info-current-file is now never `t'.
11504         (Info-fontify-node): Many simplifications due to Info-current-file
11505         always being valid.  Use Info-find-file to find node filename.
11507 2005-11-25  David Kastrup  <dak@gnu.org>
11509         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11510         new character, then delete" in order to preserve markers.
11512 2005-11-25  David Ponce  <david@dponce.com>
11514         * recentf.el (recentf-arrange-by-rule): Handle a special
11515         `auto-mode-alist'-like "strip suffix" rule.
11516         (recentf-build-mode-rules): Handle second level auto-mode entries.
11518 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11520         * viper-keym.el (viper-ESC-key): Use different values in terminal and
11521         window modes.
11523         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11524         jde-javadoc-checker-report-mode.
11526         * ediff-wind (ediff-make-wide-display): Slight simplification.
11528         * ediff.el (ediff-date): Change the date of last update.
11530 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
11532         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11533         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
11534         (hi-lock-mode): New global minor mode.
11535         (turn-on-hi-lock-if-enabled): New function.
11536         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11537         Change arguments to regexp and face instead of a font-lock pattern.
11538         Directly set face property, instead of refontifying.
11539         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11540         (hi-lock-find-patterns): Use line-number-at-pos.
11542         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
11543         arguments for hi-lock-set-pattern.
11544         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11545         Call font-lock-fontify-buffer.
11546         (hi-lock-find-file-hook, hi-lock-current-line)
11547         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11549         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11550         turned off.
11552         * progmodes/compile.el (compilation-setup): Don't fiddle with
11553         font-lock-defaults.
11555 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
11557         * progmodes/gdb-ui.el (gdb-var-create-handler)
11558         (gdb-var-list-children-handler): Find values for all variable
11559         objects.  gud-speedbar-buttons decides whether to display them.
11561 2005-11-24  Romain Francoise  <romain@orebokech.com>
11563         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11564         buffer name with a space.
11566 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
11568         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11569         `org-export-local-list-max-depth'.  Change default value to 3.
11570         (org-auto-renumber-ordered-lists)
11571         (org-plain-list-ordered-item-terminator): New options.
11572         (org-at-item-p, org-beginning-of-item, org-end-of-item)
11573         (org-get-indentation, org-get-string-indentation)
11574         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11575         New functions.
11576         (org-move-item-down, org-move-item-up): New commands.
11577         (org-export-as-html): New classes for CSS support.  Bug fix in
11578         regular expression detecting fixed-width regions.  Respect
11579         `org-local-list-ordered-item-terminator'.
11580         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11581         also a list item.
11582         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11583         New item moving functions.
11585 2005-11-24  Juri Linkov  <juri@jurta.org>
11587         * isearch.el (isearch-repeat): With empty search ring set
11588         `isearch-error' to the error string instead of signaling error
11589         with the function `error'.
11591 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11593         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11595 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
11597         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11598         and variable.
11599         (gdb-var-create-handler, gdb-var-list-children-handler):
11600         Don't match on "char **...".
11601         (gdb-var-update-handler): Find values for all variable objects.
11602         (gdb-info-frames-custom): Identify frames by leading "#".
11604         * progmodes/gud.el (gud-speedbar-menu-items): Add
11605         gdb-speedbar-auto-raise as radio button.
11606         (gud-speedbar-buttons): Raise speedbar if requested.
11607         Don't match on "char **...".
11608         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11609         Make it editable.
11611 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
11613         * info.el (Info-fontify-node): Handle the case where
11614         Info-current-file is t.
11616 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11618         * simple.el (blink-matching-open): Fix off-by-one in last change.
11620 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11622         * term/mac-win.el: Don't change default directory.
11624 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11626         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11627         buffers correctly.  (It used to throw an error in such buffers.)
11628         Make it ask for confirmation in group buffers and other Custom
11629         buffers containing more than one customization item.
11631 2005-11-22  John Paul Wallington  <jpw@gnu.org>
11633         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11634         property on mail and url overlays.
11635         (goto-address-at-point): Use `posn-set-point' instead of
11636         `mouse-set-point' because the latter is not fbound when configured
11637         without X.
11639 2005-11-22  Lars Hansen  <larsh@soem.dk>
11641         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11642         (ls-lisp-classify, ls-lisp-format): Delete call to
11643         ls-lisp-parse-symlink.
11644         (ls-lisp-handle-switches): Handle symlinks to directories as
11645         directories when ls-lisp-dirs-first in non-nil.
11647 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11649         * startup.el (command-line): Make sure that loaddefs.el is handled
11650         correctly in load-history.
11652 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
11654         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11655         (gdb-struct-string, gdb-array-string): New constants.
11656         (gdb-info-locals-handler): Use them.
11657         (gdb-reset): Reset gdb-var-list to nil.
11659 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11661         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11662         in patterns.
11664 2005-11-21  Juri Linkov  <juri@jurta.org>
11666         * custom.el (defcustom): Update link types in docstring.
11668 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
11670         * custom.el (defgroup): Add doc-string-elt info.
11672         * widget.el (define-widget): Don't use declare for the doc-string-elt.
11674 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11676         * newcomment.el (comment-enter-backward): Fix last fix.
11678         * simple.el (blink-matching-open):
11679         * paren.el (show-paren-function): Allow new paren-class info.
11681 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
11683         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
11684         handled automagically.
11686 2005-11-20  Andreas Schwab  <schwab@suse.de>
11688         * descr-text.el (describe-char): When copying overlays put them
11689         over the full char description instead of just the first character
11690         of it.
11692 2005-11-20  Juri Linkov  <juri@jurta.org>
11694         * simple.el (what-cursor-position):
11695         * descr-text.el (describe-char): Use Lisp-readable syntax
11696         for octal and hex.  Reorder decimal, octal and hex values.
11697         Remove excess whitespace in the output.  Use `=' in `column='
11698         like in `point=' and `Hscroll='.
11700         * international/mule-cmds.el (encoded-string-description):
11701         Use Lisp-readable syntax for hex.
11703 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11705         * newcomment.el (comment-enter-backward): Handle the case where the
11706         comment is closed by EOB.
11708 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11710         * longlines.el (longlines-before-revert-hook)
11711         (longlines-after-revert-hook): New functions.
11712         (longlines-mode): Turn off longlines temporarily when reverting.
11713         Add a message-setup-hook.
11714         (longlines-decode-buffer): New function.
11715         (longlines-wrap-line): Preserve marker positions.
11717 2005-11-19  Andreas Schwab  <schwab@suse.de>
11719         * emacs-lisp/shadow.el: Handle compressed files.
11721 2005-11-19  Romain Francoise  <romain@orebokech.com>
11723         * net/browse-url.el (browse-url-default-browser): Signal an error
11724         if no usable browser can be found, rather than try to load w3.
11726 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
11728         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11729         replacing existing properties.
11730         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11731         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11732         tty specs.
11733         (rcirc-server-prefix, rcirc-server): New faces.
11734         (rcirc-url-regexp): Generate with rx macro.
11735         (rcirc-last-server-message-time): New variable.
11736         (rcirc-filter): Record time of last message.
11737         (rcirc-keepalive): Kill processes that did not send a message
11738         since the last ping.
11739         (rcirc-mode): Give rcirc-topic a local binding here.
11741 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
11743         * subr.el (read-passwd): Fontify the prompt as we do with other
11744         prompts.
11746 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
11748         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11749         binding buffer-read-only to nil.
11751 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11753         * complete.el (partial-completion-mode):
11754         Mention completion-auto-help in the doc string.
11756         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
11757         more Lisp-ish way.
11759 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11761         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11762         digits, not 8, to avoid misalignment for files larger than 100MB.
11764 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11766         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11767         Mention "keyboard shortcuts" in the help text.
11769 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11771         * startup.el (fancy-splash-default-action): Discard only
11772         mouse-down and succeeding mouse-up events in the splash screen
11773         window so that drag-n-drop event can be processed.
11775 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
11777         * longlines.el (longlines-mode): Add hacks for mail-mode and
11778         message-mode.
11780 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
11782         * textmodes/org.el (org-table-sort-lines): New command.
11783         (org-tbl-menu): Add entry for `org-table-sort-lines'.
11784         (org-add-file): Command removed, use `org-agenda-file-to-front'
11785         instead.
11786         (org-export-icalendar): Use `org-icalendar-combined-name'.
11787         (org-cycle-agenda-files, org-agenda-file-to-end)
11788         (org-agenda-file-to-front): New commands.
11789         (org-table-tab-jumps-over-hlines, org-export-html-style):
11790         New options.
11791         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11792         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11793         New functions.
11794         (org-fill-paragraph): Call `org-table-align' in tables.
11795         (org-mode): Call `org-set-autofill-regexps'.
11796         (org-export-as-html): Support for local handformatted lists.
11797         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
11798         (org-export-local-list-max-depth): New option.
11799         (org-html-expand): Use `org-html-protect'.
11801 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
11803         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11804         to "p".
11805         (gdb): Move definition of gud-pp to...
11807         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
11808         speedbar.
11809         (gdb-find-watch-expression): New function.
11811 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11813         * faces.el (face-attribute, set-face-attribute): Mention existence
11814         of `:ignore-defface' setting in docstring.
11816 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11818         * simple.el (completion-setup-function): Fix last change.
11820 2005-11-17  John Paul Wallington  <jpw@pobox.com>
11822         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11823         Use `posn-set-point' instead of `mouse-set-point' because the
11824         latter is not fbound when configured without X.
11826         * comint.el (comint-insert-input): Likewise.
11828 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11830         * simple.el (hard-newline): New variable.
11831         (sendmail-user-agent-compose, next-line): Use it.
11833         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11834         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11835         (mail-mail-reply-to, mail-mail-followup-to)
11836         (mail-position-on-field, mail-signature, mail-yank-original)
11837         (mail-attach-file): Likewise.
11839         * mail/mailheader.el (mail-header-format)
11840         (mail-header-format-function): Likewise.
11842         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11844 2005-11-17  Juri Linkov  <juri@jurta.org>
11846         * font-lock.el (font-lock-faces): Rename this defgroup from
11847         `font-lock-highlighting-faces'.
11848         (font-lock-comment-face, font-lock-comment-delimiter-face)
11849         (font-lock-string-face, font-lock-doc-face)
11850         (font-lock-keyword-face, font-lock-builtin-face)
11851         (font-lock-function-name-face, font-lock-variable-name-face)
11852         (font-lock-type-face, font-lock-constant-face)
11853         (font-lock-warning-face, font-lock-negation-char-face)
11854         (font-lock-preprocessor-face)
11855         (font-lock-regexp-grouping-backslash)
11856         (font-lock-regexp-grouping-construct): Rename :group from
11857         `font-lock-highlighting-faces' to `font-lock-faces'.
11859         * cus-edit.el (lisp, c, tex):
11860         * progmodes/ada-mode.el (ada):
11861         * progmodes/asm-mode.el (asm):
11862         * progmodes/cperl-mode.el (cperl-faces):
11863         * progmodes/cpp.el (cpp):
11864         * progmodes/dcl-mode.el (dcl):
11865         * progmodes/f90.el (f90):
11866         * progmodes/fortran.el (fortran):
11867         * progmodes/icon.el (icon):
11868         * progmodes/idlwave.el (idlwave-misc):
11869         * progmodes/m4-mode.el (m4):
11870         * progmodes/make-mode.el (makefile):
11871         * progmodes/meta-mode.el (meta-font):
11872         * progmodes/modula2.el (modula2):
11873         * progmodes/octave-mod.el (octave):
11874         * progmodes/pascal.el (pascal):
11875         * progmodes/perl-mode.el (perl):
11876         * progmodes/prolog.el (prolog):
11877         * progmodes/ps-mode.el (PostScript-edit):
11878         * progmodes/scheme.el (scheme):
11879         * progmodes/sh-script.el (sh-script):
11880         * progmodes/simula.el (simula):
11881         * progmodes/tcl.el (tcl):
11882         * textmodes/nroff-mode.el (nroff):
11883         * textmodes/reftex-vars.el (reftex-fontification-configurations):
11884         * textmodes/sgml-mode.el (sgml):
11885         * textmodes/texinfo.el (texinfo):
11886         Add :link (custom-group-link font-lock-faces) to defgroup.
11888         * hi-lock.el (hi-lock): Rename this defgroup from
11889         `hi-lock-interactive-text-highlighting'.  Change parent group from
11890         `faces' to `font-lock'.  Add link to the manual.
11891         (hi-lock-mode, hi-lock-file-patterns-range)
11892         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11893         `hi-lock-interactive-text-highlighting' to `hi-lock'.
11894         (hi-lock-faces): Add :group `faces'.
11896         * cus-edit.el (custom-variable-prompt): Clarify the code.
11898         * faces.el (face-read-string): Set the default value arg of
11899         completing-read.
11901 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
11903         * rfn-eshadow.el (file-name-shadow-properties)
11904         (file-name-shadow-tty-properties, file-name-shadow-mode):
11905         Remove autoloads, because the file is now preloaded.
11907 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11909         * printing.el (easy-menu-intern): Don't define.
11910         (pr-get-symbol): Use easy-menu-intern only if defined.
11912         * simple.el (blink-matching-open): Simplify a bit.
11913         (completion-setup-function): Fix the case of partial-completion-mode
11914         when the minibuffer's contents start with "-".
11915         Obey completion-base-size-function even when
11916         minibuffer-completing-file-name is non-nil.
11918 2005-11-16  Richard M. Stallman  <rms@gnu.org>
11920         * net/eudcb-ph.el (eudc-ph-open-session):
11921         Use set-process-query-on-exit-flag.
11923         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11925         * international/ucs-tables.el (ucs-set-table-for-input):
11926         Use make-local-variable, not make-variable-buffer-local.
11928         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11929         Improve warning message text.
11931         * savehist.el (savehist-save-hook): Add :group.
11933         * menu-bar.el (menu-bar-help-menu):
11934         Rename Find Extra Packages to External Packages.
11936         * cus-edit.el (Custom-reset-standard): Verify that
11937         :custom-standard-value prop exists before calling it.
11939         * apropos.el (apropos-calc-scores): Use apropos-pattern.
11941 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
11943         * wid-edit.el (color): Enclose %t in %{...%}.
11945         * cus-edit.el (face): Enclose %t in %{...%}.
11947 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
11949         * savehist.el (savehist-mode-hook): Re-add the var.
11950         (savehist-mode): Use it.
11952 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11954         * textmodes/flyspell.el: Fix commenting convention.
11955         Remove unnecessary leading * in custom docstrings.
11956         (flyspell-emacs): Remove unused var.
11957         (flyspell-delete-region-overlays): Use remove-overlays.
11958         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11959         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11960         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11961         (flyspell-debug-signal-word-checked): Use with-current-buffer.
11962         (make-flyspell-overlay): Don't locally reuse a global name.
11963         (flyspell-highlight-incorrect-region)
11964         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11965         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11966         (flyspell-notify-misspell): Remove unused args `start' and `end'.
11967         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
11968         Wrap calls to accept-process-output inside with-local-quit since it's
11969         often called from a post-command-hook.
11970         (flyspell-correct-word, flyspell-auto-correct-word):
11971         Use ispell-send-string.
11972         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
11974         * calendar/diary-lib.el (diary-list-entries): Also hide the
11975         terminating newline.
11977 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
11979         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11980         window-system, to allow fonts on tty.
11982 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
11984         * progmodes/gud.el (gud-speedbar-item-info): New function.
11985         (gud-install-speedbar-variables): Use it to display data type
11986         of watch expression as a tooltip in speedbar.
11988 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11990         * font-core.el (global-font-lock-mode): Add :version keyword,
11991         because default was changed.
11993         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11995         * startup.el (command-line): Use `custom-reevaluate-setting' for
11996         `file-name-shadow-mode'.
11998         * loadup.el: Preload rfn-eshadow.
12000         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12001         Add :version keyword.
12002         (file-name-shadow-properties, file-name-shadow-tty-properties)
12003         (file-name-shadow): Add :version keyword.
12005         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12006         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12007         in the custom-group property of the symbol frames and the fringe
12008         group got no link to its parent group frames.
12009         Doc fix.
12011 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12013         * progmodes/gud.el (gud-stop-subjob): New function.
12014         (gud-menu-map, gud-tool-bar-map): Use it.
12016 2005-11-16  Kim F. Storm  <storm@cua.dk>
12018         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12019         than kill it.
12020         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
12021         to a more useful/logical place.
12023 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12025         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12026         go buttons complementary.
12028 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12030         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12031         (rfn-eshadow-sifn-equal): New function.
12032         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12034 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12036         * viper-utils.el (viper-non-word-characters-reformed-vi):
12037         Quote `-' in string.
12039         * viper.el (viper-emacs-state-mode-list): Ensure that
12040         rcirc-mode buffers come up in Emacs state.
12042         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12043         operation.
12045 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
12047         * term.el (term-termcap-format): Fix typos.
12048         (term-down): Fix the negative argument case.
12050 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12052         * progmodes/gdb-ui.el: Remove face-alias left over from change on
12053         2005-08-15.
12054         (gdb-ann3): New command gud-go.
12055         (menu): Accomodate gdb-mi.el.
12056         (gdb-assembler-custom): Make buffer of selected window current
12057         so that set-window-point works.
12059         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12060         buttons and include new ones.
12062 2005-11-16  Kim F. Storm  <storm@cua.dk>
12064         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12065         (gud-menu-map): Use it.
12067 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
12069         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12070         that works correctly for Custom and that does not override a user
12071         who disables it.
12073         * help-mode.el (help-make-xrefs, help-xref-on-pp)
12074         (help-xref-interned, help-follow): Make hyperlinks for variables
12075         that are unbound, but have a non-nil variable-documentation property.
12077         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12078         mode hook.  (It conflicted with defcustoms for some mode hooks.)
12079         Use the `variable-documentation' property to give the mode hook a
12080         docstring and expand that docstring.
12082 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
12084         * savehist.el (savehist-mode): Don't bother with
12085         `custom-set-minor-mode'.
12086         (savehist-coding-system): Check XEmacs version.
12087         (history-length): Declare also at run time.
12088         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
12089         Don't set the customize state.
12090         (savehist-minibuffer-hook): Special case for when
12091         minibuffer-history-variable is equal to t.
12093 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12095         * files.el (write-file): Refresh VC status.
12097         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12098         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12099         than fundamental-mode to see if the mode was set.
12101 2005-11-14  Romain Francoise  <romain@orebokech.com>
12103         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12104         dummy function in `eval-when-compile' to avoid compiler warning.
12105         Require `man' at compile time.
12107 2005-11-14  Jay Belanger  <belanger@truman.edu>
12109         * calc-alg.el (calcFunc-write-out-power): Rename it to
12110         calcFunc-powerexpand.
12111         (math-write-out-power): Rename it to math-powerexpand; have it
12112         handle negative exponents.
12113         (calc-writeoutpower): Rename it to calc-powerexpand.
12115         * calc-ext.el: Change calcFunc-writeoutpower and
12116         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12117         autoloads.
12118         Add calcFunc-ldiv to autoloads.
12120         * calc-arith.el (calcFunc-ldiv): New function.
12122         * calc.el (calc-left-divide): New function.
12124 2005-11-14  Juri Linkov  <juri@jurta.org>
12126         * cus-edit.el (custom-variable-prompt): Set the default value arg
12127         of completing-read.
12129         * cus-dep.el (custom-make-dependencies): Reverse the list of
12130         found dependencies.
12132 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
12134         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12135         Highlighting" entry, it is on by default now.
12136         (menu-bar-options-save): Do not save global-font-lock-mode.
12138 2005-11-13  Richard M. Stallman  <rms@gnu.org>
12140         * textmodes/flyspell.el (flyspell-large-region):
12141         Call flyspell-accept-buffer-local-defs.
12143 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
12145         * textmodes/flyspell.el (flyspell-notify-misspell):
12146         Fix misspelling of "Misspelling".
12147         (flyspell-process-localwords): New function.
12148         (flyspell-large-region): Call flyspell-process-localwords and
12149         flyspell-delete-region-overlays.
12150         (flyspell-delete-region-overlays): New function.
12151         (flyspell-delete-all-overlays): Call that.
12153 2005-11-13  Richard M. Stallman  <rms@gnu.org>
12155         * help.el (help-for-help-internal): Improve doc of C-h a.
12156         (describe-key): Improve prompt; doc fix.
12158 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12160         * vc-svn.el (vc-svn-registered): Catch all errors.
12162         * cus-dep.el (custom-make-dependencies): Typo.
12164 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
12166         * net/tramp-util.el (top): Fix compilation warning.
12168 2005-11-13  Kim F. Storm  <storm@cua.dk>
12170         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
12172 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
12174         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12175         (gud-speedbar-buttons): Match on "const char *" too.
12177         * progmodes/gdb-ui.el (gdb-var-create-handler)
12178         (gdb-var-list-children-handler): Match on "const char *" too.
12179         (gdb-var-evaluate-expression-handler): Match on empty string.
12180         (gdb-var-update-handler): Only call
12181         gdb-var-evaluate-expression-handler when required.
12183 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
12185         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12186         selected window.  This still doesn't work for speedbar.
12187         (gud-speedbar-buttons): Handle string expressions properly.
12189         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12190         (gdb-var-create-handler): Handle string expressions properly.
12191         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12192         Handle string expressions properly.  Move "type" field into regexp.
12194 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
12196         * bookmark.el (bookmark-maybe-message): New function to reduce
12197         code duplication: invokes `message' iff baud-rate is high enough.
12198         (bookmark-write-file): Use above instead of an inline conditional.
12199         (bookmark-load): Same.
12201 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
12203         * bookmark.el (bookmark-write-file): Don't visit the destination
12204         file, just write the data to it using write-region.  This is
12205         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12206         change to avoid visiting the file in the first place.
12208 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
12210         * hi-lock.el (hi-lock-mode): Set the default value of
12211         font-lock-defaults.
12213 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
12215         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12216         arg to `file-attributes'.
12217         (find-lisp-format): The UID and GID can now be strings.
12219 2005-11-12  Kim F. Storm  <storm@cua.dk>
12221         * help.el (help-map): Bind C-h d to apropos-documentation.
12223         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12224         when point is at end-of-buffer.
12226         * apropos.el (apropos-match-face): Doc fix.
12227         (apropos-sort-by-scores): Add new choice `verbose'.
12228         (apropos-documentation-sort-by-scores): New defcustom.
12229         (apropos-pattern): Now contains the pattern entered by the user.
12230         (apropos-pattern-quoted): New defvar.
12231         (apropos-regexp): New defvar, containing the regexp corresponding
12232         to apropos-pattern.
12233         (apropos-all-words-regexp): Rename from apropos-all-regexp.
12234         (apropos-read-pattern): New defun.  Use it to read pattern arg in
12235         interactive calls; returns list of words for a word list, and
12236         string for a regexp.
12237         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
12238         parses a list of words or regexp as returned by apropos-read-pattern.
12239         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12240         (apropos-score-doc): Return a very high score if the string
12241         entered by the user matches literally.
12242         (apropos-variable): Doc fix.  Use apropos-read-pattern.
12243         (apropos-command): Doc fix.  Use apropos-read-pattern and
12244         apropos-parse-pattern.  Call apropos-print with nosubst=t.
12245         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
12246         apropos-parse-pattern.
12247         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
12248         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
12249         apropos-documentation-sort-by-scores.  Call apropos-print with
12250         nosubst=t.
12251         (apropos-documentation-internal): Pass doc string through
12252         substitute-key-definition before adding text properties.
12253         Highlight substring matching literal user input if possible.
12254         (apropos-documentation-check-doc-file): Remove locals beg and end.
12255         Fix calculation of score (as added twice).  Pass doc string through
12256         substitute-key-definition before adding text properties.
12257         (apropos-documentation-check-elc-file): Pass doc string through
12258         substitute-key-definition before adding text properties.
12259         Highlight substring matching literal user input if possible.
12260         (apropos-print): Add new arg NOSUBST; if set, command and variable
12261         doc strings have already been passed through substitute-key-definition.
12262         Add code to handle apropos-accumulator items without score element
12263         for backwards compatibility (e.g. with woman package).
12264         Only show scores if apropos-sort-by-scores is `verbose'.
12266 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12268         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12269         Add jka-compr-load-suffixes to load-suffixes.
12271         * jka-compr.el: Require jka-cmpr-hook.
12272         (jka-compr-info-compress-message, jka-compr-info-compress-program)
12273         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12274         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12275         (jka-compr-info-can-append, jka-compr-info-strip-extension)
12276         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12277         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
12278         (jka-compr-uninstall): Remove entries from
12279         jka-compr-added-to-file-coding-system-alist after they are used.
12280         (jka-compr-error): Remove unused var `curbuf'.
12281         (jka-compr-file-local-copy): Remove unused var `notfound'.
12283 2005-11-10  Romain Francoise  <romain@orebokech.com>
12285         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12287 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
12289         * progmodes/gud.el (gud-menu-map): Move parentheses.
12290         (gdb): New command gud-pv.
12292 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12294         * tar-mode.el: Remove spurious or unnecessary leading stars
12295         in docstrings.
12296         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12297         (tar-parse-octal-integer-safe): Use mapc.
12298         (tar-header-block-summarize): Remove unused var `ck'.
12299         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12300         cleared before.  Obey default-enable-multibyte-characters.
12301         Use mapconcat.  Simplify setting of tar-header-offset.
12302         (tar-mode-map): Move initialization inside delcaration.
12303         (tar-flag-deleted): Use `abs'.
12304         (tar-expunge-internal): Remove unused var `line'.
12305         (tar-expunge-internal): Don't hardcode point-min==1.
12306         (tar-expunge): Widen while doing set-buffer-multibyte.
12307         (tar-rename-entry): Use file-name-coding-system.
12308         (tar-alter-one-field): Don't hardcode point-min==1.
12309         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12310         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
12312 2005-11-10  Masatake YAMATO  <jet@gyve.org>
12314         * add-log.el (add-log-current-defun): Handle class::method
12315         notation of c++.  Fix incorrect comment.
12317 2005-11-10  Alan Mackenzie  <acm@muc.de>
12319         * help-fns.el (describe-variable): Make C-h v work when a variable
12320         has variable documentation yet is unbound.
12322 2005-11-10  Masatake YAMATO  <jet@gyve.org>
12324         * man.el (Man-highlight-references): Set an empty
12325         string to `Man-arguments' if it is nil.
12326         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12328 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12330         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12331         commenting conventions.
12333         * cus-dep.el (custom-make-dependencies): Simplify.
12334         Better follow the commenting conventions.
12336 2005-11-09  Richard M. Stallman  <rms@gnu.org>
12338         * apropos.el (apropos-pattern): Rename from apropos-regexp.
12339         (apropos-orig-pattern): Rename from apropos-orig-regexp.
12340         All uses changed.
12341         (apropos-rewrite-regexp): Doc fix.
12342         (apropos-variable, apropos-command, apropos, apropos-value):
12343         Change prompt; carry through the argument renaming.
12345 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
12347         * find-lisp.el: Require dired.
12348         (find-lisp-find-dired-internal): Do not call
12349         `abbreviate-file-name' on DIR.
12351 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
12353         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12355 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
12357         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12358         when using the speedbar.
12359         (gdb): New command gud-pp.
12360         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12362 2005-11-09  Juri Linkov  <juri@jurta.org>
12364         * replace.el (occur-excluded-properties): New defcustom.
12365         (occur-1, occur-engine, occur-accumulate-lines): Use it.
12367 2005-11-08  Jay Belanger  <belanger@truman.edu>
12369         * calc/calc-units.el (math-convert-units): Replace any composite
12370         unit by its definition.
12372 2005-11-08  Lars Hansen  <larsh@soem.dk>
12374         * emacs-lisp/autoload.el (update-directory-autoloads):
12375         Add obsolete function alias.
12377 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12379         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12380         comment-indent-function.
12381         (lisp-comment-indent): Replace by an alias for comment-indent-default.
12383         * reveal.el (reveal-post-command): Rework the handling of
12384         reveal-open-spots, so as to be more reliable.  There were several
12385         tricky corner cases where an open spot might be lost, or where
12386         a closed spot might end up on the list of open spots.
12387         Only reveal text that's ellipsised.
12389 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
12391         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12393 2005-11-07  John Paul Wallington  <jpw@gnu.org>
12395         * ibuffer.el (ibuffer): Search iconified frames too when
12396         getting Ibuffer buffer's window.
12398 2005-11-06  Richard M. Stallman  <rms@gnu.org>
12400         * progmodes/compile.el (compilation-internal-error-properties):
12401         save-excursion around the computation of MARKER.
12403 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
12405         * textmodes/flyspell.el (flyspell-external-point-words):
12406         flyspell-get-word returns a list, not just a string.
12408 2005-11-06  John Paul Wallington  <jpw@pobox.com>
12410         * ibuffer.el (ibuffer): Search all visible frames when getting
12411         Ibuffer buffer's window.
12413 2005-11-07  Masatake YAMATO  <jet@gyve.org>
12415         * man.el (Man-reference-regexp): Accept spaces between
12416         `Man-name-regexp' and `Man-section-regexp'.
12417         (Man-apropos-regexp): New variable.
12418         (Man-abstract-xref-man-page): Use value for `Man-target-string'
12419         if available.
12420         (Man-highlight-references, Man-highlight-references0):
12421         Handle the case when `Man-arguments' includes "-k".
12422         (Man-highlight-references0): Rename the argument `TARGET-POS' to
12423         `TARGET'. `TARGET' can be a number, function or nil.
12425 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
12427         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12428         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12429         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12430         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12431         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12432         (gdb-send-item): Use buffer-local-value and simplify.
12434 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
12436         * startup.el (command-line): Use `custom-reevaluate-setting' for
12437         `global-font-lock-mode'.
12439         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12440         by default, except in batch mode or when the -D option is given.
12442         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12443         specified keyword args on to `define-minor-mode'.  Update docstring.
12445 2005-11-05  Romain Francoise  <romain@orebokech.com>
12447         * replace.el (occur-engine): Add marker at end of line, too.
12449 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12451         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12452         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12453         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12454         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12455         argument to all these routines, so the passphrase can be managed
12456         externally and passed in to the system.
12457         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12458         pgg-add-passphrase-to-cache function.
12460         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12461         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12462         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12463         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12464         argument to all these routines, so the passphrase can be managed
12465         externally and passed in to the system.
12466         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12467         function.
12469 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12471         * font-lock.el: Don't deal with font-lock-face-attributes here,
12472         move the code ...
12474         * startup.el (command-line): ... here.  Use face-spec-set instead
12475         of custom-declare-face.
12477         * faces.el (face-spec-set): Reset the face if spec is not nil.
12479 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12481         * newcomment.el (comment-region-internal): Box more tightly in the
12482         common case where there's no TAB in the boxed text.
12484 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12486         * info.el (info-tool-bar-map): Use images prev-node, next-node and
12487         up-node.
12489 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
12491         * newsticker.el: Commentary updated.  Code formatting changed.
12492         (newsticker-version): Change to "1.9".
12493         (newsticker, newsticker-feed): Doc fix.
12494         (newsticker-url-list): Doc fix.  Add option "Weekly".
12495         (newsticker-retrieval-interval): Add option "Weekly".
12496         (newsticker-headline-processing): Doc fix.
12497         (newsticker-auto-mark-filter): Remove.
12498         (newsticker-auto-mark-filter-list): New.
12499         (newsticker-layout, newsticker-sort-method): Doc fix.
12500         (newsticker-hide-old-items-in-newsticker-buffer)
12501         (newsticker-heading-format, newsticker-item-format)
12502         (newsticker-desc-format): Doc fix.
12503         (newsticker-show-all-rss-elements): Remove.
12504         (newsticker-show-all-news-elements): New.
12505         (newsticker-faces, newsticker-ticker): Doc fix.
12506         (remove-from-invisibility-spec): Code formatting.
12507         (newsticker--process-ids): New.
12508         (newsticker-mode): Doc fix.
12509         (newsticker-mode): Change mode-line-format.
12510         (newsticker-start): Remove debug output.
12511         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
12512         (newsticker-w3m-show-inline-images): Code formatting.
12513         (newsticker-next-item): Call `force-mode-line-update'.
12514         (newsticker-previous-item): Call `force-mode-line-update'.
12515         (newsticker-next-feed): Call `force-mode-line-update'.
12516         (newsticker-previous-feed): Call `force-mode-line-update'.
12517         (newsticker-mark-all-items-at-point-as-read): Code formatting.
12518         (newsticker-show-old-items): Do not show descs.
12519         (newsticker-hide-entry): Hide too much.
12520         (newsticker-hide-entry, newsticker-show-entry)
12521         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12522         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12523         (newsticker-toggle-auto-narrow-to-item): Code formatting.
12524         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12525         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12526         (newsticker-get-news): Call `force-mode-line-update'.
12527         Collect process ids.
12528         (newsticker--sentinel): Change coding system handling.
12529         Move image retrieval to new functions newsticker--get-logo-url-*.
12530         Move feed parsing to new functions newsticker--parse-*.
12531         Update list of process ids.
12532         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12533         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12534         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12535         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12536         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12537         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12538         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12539         (newsticker--decode-coding-string): Remove.
12540         (newsticker--decode-numeric-entities): Check input.  Format code.
12541         (newsticker--remove-whitespace): Check input.
12542         (newsticker--do-forget-preformatted): Doc fix.
12543         (newsticker--decode-rfc822-date): Allow for missing time.
12544         (newsticker--update-process-ids): New.
12545         (newsticker--image-sentinel): Change comment.
12546         (newsticker--image-read): Change error message.
12547         (newsticker--imenu-goto): Doc fix.  Show headline title.
12548         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12549         (newsticker--buffer-do-insert-text): Clean whitespace in
12550         html-rendered headline title.  Code formatting.
12551         Call `newsticker--buffer-print-extra-elements'.
12552         (newsticker--buffer-print-extra-element): Remove.
12553         (newsticker--buffer-print-extra-elements): New.
12554         (newsticker--buffer-do-print-extra-element): New.
12555         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
12556         large sizes.
12557         (newsticker--run-auto-mark-filter)
12558         (newsticker--do-run-auto-mark-filter):
12559         Use `newsticker-auto-mark-filter-list'.
12561 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
12563         * net/rcirc.el: Use split-string OMIT-NULLS argument.
12564         (rcirc-print): Force redisplay before running hooks.  Do long
12565         buffer truncation after making new text read-only.  Deal with nil
12566         text when decoding strings.  If TARGET is nil, use either the
12567         currently selected buffer, if it is an rcirc buffer and of the
12568         same process or the process buffer.
12569         (rcirc-mode): Remove header-line.  Recompute short buffer names.
12570         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12571         (rcirc-short-buffer-name): Add variable.
12572         (rcirc-kill-buffer-hook): Recompute short buffer names.
12573         Remove nick from private channel.
12574         (rcirc-send-input): Send command text to current-buffer.
12575         Don't clear overlay arrow here.
12576         (rcirc-short-buffer-name): Return a short buffer name.
12577         (rcirc-update-short-buffer-names, rcirc-abbreviate)
12578         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12579         buffer-name abbreviations.
12580         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12581         Do not touch nick-table when killing a parted channel.
12582         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12583         Clear arrow from current buffer if it is now hidden.
12584         (rcirc-current-buffer): Add variable.
12585         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12586         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12587         Remove -face from names.
12588         (rcirc-update-activity-string): Print "DND" when globally ignoring
12589         activity.
12590         (rcirc-ignore-buffer-activity-flag): Rename from
12591         rcirc-ignore-channel-activity.
12592         (rcirc-ignore-all-activity-flag): Doc fix.
12593         (rcirc-channels): Remove variable.
12594         (rcirc-kill-buffer-hook):
12595         (rcirc-get-buffer-create): Add nick to private channel.
12596         (rcirc-multiline-edit-submit): Remove tabs.
12597         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12598         folded.
12599         (rcirc-remove-nick-channel): Bug fix.
12600         (rcirc-toggle-ignore-buffer-activity): Rename from
12601         rcirc-toggle-ignore-channel-activity.
12602         (rcirc-record-activity): Add buffers to the front of the list.
12603         (rcirc-update-activity): Remove killed buffers from list.
12604         (rcirc-process-server-response-1): Remove last argument if it is
12605         null before calling handler.
12606         (rcirc): Add "rcirc" defcustom prefix.
12607         (rcirc-prompt): Simplify default prompt.
12608         Use custom-initialize-default.
12609         (rcirc-private-chats): Remove variable.
12610         (rcirc-prompt): Change initialization.
12611         (rcirc-version): Remove function.
12612         (rcirc-id-string): Add constant.
12613         (rcirc-last-buffer): Remove variable.
12614         (rcirc-buffer-alist): Add variable.
12615         (rcirc-connect): Update variable setup.
12616         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12617         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12618         default.
12619         (rcirc-handler-generic): Trigger activity.
12620         (rcirc-send-message): Create the buffor of the target.
12621         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12622         (rcirc-get-buffer): Just return nil if there is no matching buffer.
12623         (rcirc-multiline-edit-cancel): Remove function.
12624         (rcirc-set-last-buffer): Remove function.
12625         (rcirc-get-any-buffer): Add function.
12626         (rcirc-join-channels): Don't print /join text.
12627         (rcirc-toggle-ignore-channel-activity): Add and update echo area
12628         messages.
12629         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12630         (rcirc-handler-NOTICE): Recognize CTCP responses.
12631         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12632         constructing TOPIC string for buffers we are not JOINed.
12633         (rcirc-handler-CTCP-response): Add handler.
12634         (rcirc-multiline-edit-submit): Restore the window-configuration
12635         before adjusting point.
12636         (rcirc): Add customization group.
12637         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12638         (rcirc-user-full-name, rcirc-startup-channels-alist)
12639         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12640         (rcirc-ignore-all-activity-flag, rcirc-time-format)
12641         (rcirc-input-ring-size, rcirc-read-only-flag)
12642         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12643         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12644         Change defvar to defcustom.
12645         (rcirc-update-prompt): Add optional ALL arg, which will update
12646         prompts in all rcirc buffers.  Regexp quote replacement text.
12647         (rcirc-fill-column): Accept frame-width as a value.
12648         (rcirc-set-changed): Add function.
12649         (rcirc-next-active-buffer): Write more meaningful messages.
12650         (rcirc-faces): Add customization group.
12651         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12652         (rcirc-nick-in-message-face, rcirc-prompt-face)
12653         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12654         (with-rcirc-process-buffer): Move before first usage.
12655         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12656         (rcirc-debug-flag): Rename from `rcirc-log-p'.
12657         (rcirc-debug): Rename from `rcirc-log'.
12658         (rcirc-format-response-string): Do not print `-' chars for a
12659         NOTICE with no sender.  Simplify output of server responses.
12661 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12663         (rcirc-browse-url-map, rcirc-browse-url-at-point)
12664         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12665         Make urls mouse and RET clickable.
12667 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12669         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12671 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12673         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12674         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12675         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12676         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12677         argument to all these routines, so the passphrase can be managed
12678         externally and passed in to the system.
12679         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12680         pgg-add-passphrase-to-cache function.
12682         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12683         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12684         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12685         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12686         argument to all these routines, so the passphrase can be managed
12687         externally and passed in to the system.
12688         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12689         function.
12691 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
12693         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12694         from goto-address-url-regexp.
12696 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
12698         * textmodes/org.el (org-read-date, org-goto-calendar)
12699         (org-recenter-calendar, org-agenda-goto-calendar):
12700         Temporarily clear `calendar-move-hook'.
12702 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
12704         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12705         merging.
12707         * ediff-util.el (ediff-previous-difference): Don't skip regions that
12708         have merge clashes.
12710 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12712         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12713         Undo previous change.
12715         * startup.el (command-line): Use `custom-reevaluate-setting' for
12716         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
12717         tty-register-default-colors on Mac.
12719 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12721         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12722         (gdb-buffer-type): Make it automatically buffer local...
12723         (gdb-get-create-buffer): ...and set it accordingly.
12724         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12725         actually work.
12727 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
12729         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12730         not red.
12732 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12734         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12735         case GUD buffer is not visible.
12736         (gdb-goto-breakpoint): Try to force display in source buffer.
12737         (gdb-frame-gdb-buffer): Copy other similar functions.
12738         (gdb-restore-windows): Don't display source if not asked for.
12739         (gdb-assembler-buffer-name): Don't capitalise.
12741 2005-11-03  Richard M. Stallman  <rms@gnu.org>
12743         * wid-edit.el (key-sequence): New widget type.
12745         * simple.el (set-mark-command-repeat-pop): New variable.
12746         (set-mark-command): Only interpret plan C-@ after a pop as a pop
12747         if set-mark-command-repeat-pop is true.
12749         * info.el (Info-fontify-node): Don't display extra "see" if there
12750         already is one here.
12752         * mouse.el: Fix special handling of DEL after dragging a region:
12753         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12754         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
12756         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12758         * textmodes/ispell.el (ispell-command-loop): Change `i' description
12759         not to assume it pertains to an affix.
12761         * textmodes/flyspell.el (flyspell-post-command-hook):
12762         Bind deactivate-mark to prevent deactivation.
12764 2005-11-03  Lars Hansen  <larsh@soem.dk>
12766         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12767         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12768         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12770 2005-11-03  Romain Francoise  <romain@orebokech.com>
12772         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
12773         Update copyright years.
12775 2005-11-03  Sam Steingold  <sds@gnu.org>
12777         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12778         Use system-type instead of window-system because window-system is not
12779         correctly defined during loadup.
12781 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
12783         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12784         (xml-parse-tag): Join strings separated by a comment properly.
12786 2005-11-02  Andreas Schwab  <schwab@suse.de>
12788         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12790 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12792         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12793         (byte-optimize-pure-func): Quote the eval'd value.
12795         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12796         Rename from perl-font-lock-syntactic-face-function.
12797         Change the calling convention so it can be used as a font-lock MATCHER.
12798         Do the parse-partial-sexp loop outselves.
12799         (perl-font-lock-syntactic-keywords): Use it.
12800         (perl-mode): Don't set font-lock-syntactic-face-function any more.
12802 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
12804         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12805         disassembly buffer too.
12806         (gdb-exited): Remove overlay arrows when execution has finished.
12807         (gdb-info-frames-custom, gdb-info-threads-custom)
12808         (gdb-info-registers-custom): Don't add inappropriate text
12809         properties if inferior is not active.
12811 2005-11-02  Glenn Morris  <rgm@gnu.org>
12813         * progmodes/fortran.el (fortran-blink-match):
12814         Use `blink-matching-delay'.
12816 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
12818         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12820 2005-11-02  Lars Hansen  <larsh@soem.dk>
12822         * net/tramp.el (tramp-action-out-of-band): Handle scp message
12823         "Permission denied".
12825 2005-11-01  Richard M. Stallman  <rms@gnu.org>
12827         * textmodes/flyspell.el (flyspell-external-point-words):
12828         Pass nil to flyspell-get-word.
12830 2005-11-02  Kim F. Storm  <storm@cua.dk>
12832         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12833         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12835 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12837         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12838         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12839         (calendar-mouse-print-dates): Add optional `event' argument.
12840         Update interactive-spec.
12841         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12842         Use `calendar-event-to-date' instead of `event'.
12844 2005-11-02  Masatake YAMATO  <jet@gyve.org>
12846         * progmodes/ld-script.el (ld-script-builtins):
12847         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12848         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12849         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12851 2005-11-01  Romain Francoise  <romain@orebokech.com>
12853         * vc-sccs.el: Update copyright year.
12854         * ezimage.el: Likewise.
12856 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
12858         * info.el (Info-fontify-node): Use `string-width' for fontifying
12859         underlined titles.
12861 2005-11-01  Juri Linkov  <juri@jurta.org>
12863         * info.el (Info-fontify-node): Downcase node header keywords Node,
12864         Prev, Next, Up before comparison.
12865         (Info-history): Insert absolute directory name, and put invisible
12866         property on it.
12868 2005-11-01  Juri Linkov  <juri@jurta.org>
12870         * info.el (Info-file-supports-index-cookies): New variable.
12871         (Info-find-node-2): Check makeinfo version for index cookie support.
12872         (Info-index-nodes): Search for nodes with index cookies only when
12873         Info-file-supports-index-cookies is t.  Otherwise, search nodes
12874         with "Index" in the node name.
12875         (Info-index-node): Search index cookie in the current node only when
12876         Info-file-supports-index-cookies is t.  Otherwise, check the word
12877         "Index" in the node name.
12878         (Info-find-emacs-command-nodes): Remove code that searches nodes
12879         with "Index" node name in the top menu.
12881 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12883         * progmodes/scheme.el (scheme-mode-variables): Use the default
12884         comment-indent-function.
12886         * faces.el (face-attribute): Handle the case where a face inherits from
12887         a non-existent face.
12889         * simple.el (eval-expression-print-format): Use lisp-readable syntax
12890         for octal and hexa output, and merge the char into the paren.
12891         (kill-new): Use push.
12892         (copy-to-buffer): Use with-current-buffer.
12893         (completion-setup-function): Move code in loop to remove redundancy.
12894         (minibuffer-local-must-match-map): Don't add bindings that duplicate
12895         those inherited from minibuffer-local-completion-map.
12897         * savehist.el (savehist-mode) <defcustom>:
12898         Use custom-set-minor-mode if available.
12899         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12900         and emit a message if applicable.
12902 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
12904         * savehist.el: Sync up to version 19.
12905         (savehist-mode): New minor mode.
12906         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12907         (savehist-length): Remove (use history-length instead).
12908         (savehist-file-modes): Rename from savehist-modes.
12909         (savehist-save-hook, savehist-loaded): New vars.
12910         (savehist-load): Use savehist-mode.  Try to smooth up transition from
12911         old format to new format.
12912         (savehist-install): Allow savehist-autosave-interval to be nil.
12913         (savehist-save): Run the new hook.  Be more careful to only trim the
12914         history variables.
12915         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
12916         (savehist-printable): Print into a buffer rather than char-by-char.
12918 2005-11-01  John Wiegley  <johnw@newartisans.com>
12920         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12921         toggle-ignore keybinding (C-a).  The author said it had been
12922         disabled much earlier due to a possible incompatibility, but after
12923         many months of usage I have encountered no problems (and it is a
12924         rather useful option, especially for switching to " *temp*").
12926         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12927         support for OS/X's AddressBook, by calling out to the open source
12928         program "contacts" (installable through Fink).
12930         * net/eudc.el (eudc-expand-inline): If the
12931         `eudc-multiple-match-handling-method' is set to `all', delete the
12932         query string before inserting the query result.
12934         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12935         flag, to prevent Eshell from using the system ls when
12936         `eshell-ls-insert-directory' is in used.
12937         (eshell-ls-insert-directory): Disable font-lock in directory
12938         buffer so that Eshell's own fontification is seen.  This broke
12939         recently due to changes in font-lock, so this goes back to version
12940         21 behavior.
12942 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
12944         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12945         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12946         (gdb-many-windows): Doc fix.
12948 2005-10-31  Romain Francoise  <romain@orebokech.com>
12950         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12952 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12954         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12955         that global-font-lock-mode can be enabled by default.
12957         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12958         (font-lock-add-keywords, font-lock-remove-keywords)
12959         (font-lock-fontify-buffer): Remove autoload cookies.
12961         * jit-lock.el (jit-lock-register): Likewise.
12963         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12965 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
12967         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12968         intact if there is no gud-comint-buffer.
12970 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
12972         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12973         old prompt comint-prompt-read-only is t and GDB commands are
12974         issued from tool bar etc.
12976 2005-10-31  Masatake YAMATO  <jet@gyve.org>
12978         * vc.el (vc-directory-exclusion-list): Add "{arch}".
12980 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12982         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12983         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12985 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
12987         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12988         starting at beginning of line.  Fontification is messed up when
12989         `open-paren-in-column-0-is-defun-start' set to t.
12990         Reported by John Paul Wallington <jpw@pobox.com>.
12992 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12994         * comint.el (comint-send-input): Call `comint-update-fence' when
12995         `comint-process-echoes' and `comint-prompt-read-only' are both
12996         non-nil, to avoid leftover read-only newline.
12998 2005-10-30  Richard M. Stallman  <rms@gnu.org>
13000         * textmodes/flyspell.el (flyspell-external-point-words):
13001         Detect when WORD can't be checked properly because
13002         flyspell-get-word finds just part of it, and move on.
13004         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13005         boundarychar for Polish.
13006         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13007         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13009 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
13011         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13012         (gdb-registers-font-lock-keywords): Delete.
13013         (gdb-registers-mode): Don't fontify.
13014         (gdb-info-registers-custom): Use text properties instead as, in
13015         future, changed register values will use font-lock-warning-face.
13016         (gdb-local-font-lock-keywords): Rename to...
13017         (gdb-locals-font-lock-keywords): ...for consistency.
13019 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
13021         * vc.el (vc-switch-backend): Better error message if the buffer is
13022         not visiting a file under version control.
13024         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13026 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
13028         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13029         ~/.emacs.d/.emacs.
13031 2005-10-29  Richard M. Stallman  <rms@gnu.org>
13033         * replace.el (occur-mode-mouse-goto): Always go to other window.
13034         (occur-mode-goto-occurrence): Always switch in same window.
13036         * simple.el (undo): Display message at end, not at start.
13038         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13039         New arg REUSE-CELL.
13040         (cancel-timer-internal): New function.
13041         (timer-event-handler): Use cancel-timer-internal,
13042         and pass the cell it returns to timer-activate...
13044         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13045         (jit-lock-deferred-fontify, jit-lock-context-fontify)
13046         (jit-lock-after-change): Test memory-full.
13048 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13050         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13051         part of the decoded armor to find the key-identifier.
13052         (pgg-gpg-lookup-key-owner): New function to return the
13053         human-readable identifier of a key owner.
13054         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13055         key itself.
13056         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13057         the key value) if we have a key and can match it against a secret
13058         key.  Also, added a note pointing out fact that the prompt only
13059         indicates the first matching key.
13061         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13062         pgg-decrypt-region.
13063         (pgg-pending-timers): A new hash for tracking the passphrase cache
13064         timers, so that new ones supercede old ones.
13065         (pgg-add-passphrase-to-cache): Rename from
13066         `pgg-add-passphrase-cache' to reduce confusion (all callers
13067         changed).  Modified to cancel old timers when new ones are added.
13068         (pgg-remove-passphrase-from-cache): Rename from
13069         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13070         changed).  Modified to cancel old timers when their keys are
13071         removed from the cache.
13072         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13073         XEmacs, an indirection to delete-itimer.
13074         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13075         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13076         users can only check cache without risk of prompting.  Correct bug in
13077         notruncate behavior.
13078         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13079         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13080         Add informative docstrings.
13081         (pgg-decrypt): Convey provided passphrase in subordinate call to
13082         pgg-decrypt-region.
13084         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13085         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13086         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13087         `passphrase' argument, so the passphrase can be managed externally
13088         and then passed in to the system.
13090         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13091         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13092         so the passphrase cache can be used reliably with identifiers
13093         besides a pgp packet's key id.
13095         * pgg-gpg.el (pgg-pgp-encrypt-region)
13096         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13097         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13098         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13099         argument to all these routines, so the passphrase can be managed
13100         externally and passed in to the system.
13102         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13103         `notruncate' argument, so the passphrase cache can be used
13104         reliably with identifiers besides a pgp packet's key id.
13106 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
13108         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13109         symmetric encryption.
13110         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13111         encrypted session key.
13112         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13113         message ask for the passphrase in a proper way.
13115         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13116         New user commands for symmetric encryption.
13118 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
13120         * textmodes/conf-mode.el (conf-assignment-sign)
13121         (conf-assignment-regexp): Fix docstrings.
13122         (conf-mode-initialize): New function.
13123         (conf-mode): Remove optional args.  Use delay-mode-hooks to
13124         recognize recursive calls.
13125         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13126         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13127         (conf-xdefaults-mode): Use define-derived-mode and
13128         conf-mode-initialize.
13130 2005-10-29  Romain Francoise  <romain@orebokech.com>
13132         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13134 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13136         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13137         part of the decoded armor to find the key-identifier.
13138         (pgg-gpg-lookup-key-owner): New function to return the
13139         human-readable identifier of a key owner.
13140         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13141         key itself.
13142         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13143         the key value) if we have a key and can match it against a secret
13144         key.  Also, added a note pointing out fact that the prompt only
13145         indicates the first matching key.
13147         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13148         pgg-decrypt-region.
13149         (pgg-pending-timers): A new hash for tracking the passphrase cache
13150         timers, so that new ones supercede old ones.
13151         (pgg-add-passphrase-to-cache): Rename from
13152         `pgg-add-passphrase-cache' to reduce confusion (all callers
13153         changed).  Modified to cancel old timers when new ones are added.
13154         (pgg-remove-passphrase-from-cache): Rename from
13155         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13156         changed).  Modified to cancel old timers when their keys are
13157         removed from the cache.
13158         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13159         XEmacs, an indirection to delete-itimer.
13160         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13161         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13162         users can only check cache without risk of prompting.  Correct bug in
13163         notruncate behavior.
13164         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13165         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13166         Add informative docstrings.
13167         (pgg-decrypt): Convey provided passphrase in subordinate call to
13168         pgg-decrypt-region.
13170 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13172         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13173         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13174         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13175         `passphrase' argument, so the passphrase can be managed externally
13176         and then passed in to the system.
13178         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13179         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13180         so the passphrase cache can be used reliably with identifiers
13181         besides a pgp packet's key id.
13183         * pgg-gpg.el (pgg-pgp-encrypt-region)
13184         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13185         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13186         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13187         argument to all these routines, so the passphrase can be managed
13188         externally and passed in to the system.
13190         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13191         `notruncate' argument, so the passphrase cache can be used
13192         reliably with identifiers besides a pgp packet's key id.
13194 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
13196         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13197         symmetric encryption.
13198         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13199         encrypted session key.
13200         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13201         message ask for the passphrase in a proper way.
13203         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13204         New user commands for symmetric encryption.
13206 2005-10-28  Bill Wohler  <wohler@newt.com>
13208         * help-mode.el (help-url): New button type.  Calls browse-url.
13209         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13210         Similar to Info nodes: URL `url'.
13211         (help-make-xrefs): Create help-url buttons for
13212         help-xref-url-regexp matches.
13214 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
13216         * tool-bar.el (tool-bar-add-item-from-menu)
13217         (tool-bar-local-item-from-menu): Fix doc strings.
13219 2005-10-28  Romain Francoise  <romain@orebokech.com>
13221         * ldefs-boot.el: Update.
13223         * subr.el (locate-library): Move from help-fns.el.
13224         * help-fns.el (locate-library): Move to subr.el.
13226 2005-10-28  Richard M. Stallman  <rms@gnu.org>
13228         * net/tramp.el (tramp-completion-mode): defvar moved up.
13230         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13232         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13234         * files.el (find-file-noselect): Use %d to format large file size.
13236         * bindings.el (mode-line-format): Add %e.
13238         * loadup.el ("facemenu"): Load unconditionally.
13239         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13240         ("x-dnd"): Load, when appropriate.
13242         * startup.el (command-line): Call before-init-hook earlier.
13243         Warn about some bad characters in -u user name.
13245         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13246         (flyspell-external-point-words): Error if misspelled word is not found.
13247         Set flyspell-large-region-beg at end of word.
13249 2005-10-28  Andreas Schwab  <schwab@suse.de>
13251         * view.el (View-revert-buffer-scroll-page-forward):
13252         Use view-page-size-default.
13254 2005-10-28  Juri Linkov  <juri@jurta.org>
13256         * international/quail.el (quail-get-current-str): Translate last
13257         raw character for deterministic input methods.
13259 2005-10-27  Jay Belanger  <belanger@truman.edu>
13261         * calc/calc-ext.el: Add functions to autoloads.
13262         (math-identity-matrix-p, math-ident-row-p): New functions.
13264         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13265         multiplication by an identity matrix; don't turn multiplication by
13266         an inverse matrix into division.
13267         (math-div-symbol-fancy): Replace division by matrices with
13268         multiplication by inverse.
13270         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13272         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13273         (calc-writeoutpower): New functions.
13275 2005-10-27  Romain Francoise  <romain@orebokech.com>
13277         * replace.el (occur-engine): Include colon in mouse-face highlight.
13279         * dired-x.el: Change Maintainer field.
13281 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
13283         * longlines.el (longlines-mode): Bind after-change-functions to
13284         nil during initial decoding and final encoding.
13286 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13288         * term.el (term-emulate-terminal, term-handle-colors-array)
13289         (term-handle-ansi-escape): Specify the terminfo capabilities
13290         implemented.
13292 2005-10-26  Richard M. Stallman  <rms@gnu.org>
13294         * info.el (Info-fontify-node): Fix detection of sentence-break
13295         before *Note.
13297 2005-10-26  Romain Francoise  <romain@orebokech.com>
13299         * smerge-mode.el: Add `tools' to file keywords.
13301 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
13303         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13304         when the fringe is not available.
13306         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13307         (def-gdb-auto-update-trigger): Simplify construction.
13308         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13309         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13310         defined explicitly.
13311         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13312         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13313         defined explicitly.
13314         (gdb-info-locals-custom): Remove as it's a no-op.
13316 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
13318         * longlines.el (longlines-mode): Remove narrowing before
13319         performing the initial decoding or final encoding.
13321 2005-10-25  Romain Francoise  <romain@orebokech.com>
13323         * emacs-lisp/find-func.el (find-library-name): Also strip
13324         extension if library name ends in .el, to take advantage of
13325         `find-library-suffixes'.
13327 2005-10-25  Richard M. Stallman  <rms@gnu.org>
13329         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13331 2005-10-25  Juri Linkov  <juri@jurta.org>
13333         * textmodes/texinfo.el (texinfo-mode): Change charset of one
13334         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13336 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13338         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13339         (blackbox-redefine-key): Add argument `map'.
13341         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13342         regions when moving the jit-lock-context-unfontify-pos boundary.
13344 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13346         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13348 2005-10-25  Masatake YAMATO  <jet@gyve.org>
13350         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13352 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
13354         * play/blackbox.el (blackbox-redefine-key): New function.
13355         (blackbox-mode-map): Use it to remap existing bindings for cursor
13356         motion instead of binding literal keys.
13358 2005-10-25  Glenn Morris  <rgm@gnu.org>
13360         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13361         diary does not end in a newline.  Do not assume a blank line at
13362         the start of the diary file.
13364 2005-10-25  Kenichi Handa  <handa@m17n.org>
13366         * international/quail.el (quail-translate-key): If the input
13367         method is deterministic and failed to handle the last key, restart
13368         the key handling loop from an appropriate key.
13370 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
13372         * vc.el (vc-dired-mode): Extend comment for binding of
13373         `directory-listing-before-filename-regexp'.
13375 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13377         * textmodes/texinfo.el (texinfo-mode):
13378         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13379         not to unnecessarily expose emacs-mule's internal char codes.
13381 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
13383         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13384         Display hand pointer and help-echo on disabled icon too.
13385         (gdb-mouse-until): New function.
13386         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13388 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
13390         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13391         with 2005-10-23 change to doctor.el.
13393         * finder.el (finder-mode-map): Add follow-link binding.
13395 2005-10-25  Kim F. Storm  <storm@cua.dk>
13397         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13398         to gdb-mouse-toggle-breakpoint-fringe.
13399         (gdb-mouse-toggle-breakpoint-margin): Rename from
13400         gdb-mouse-toggle-breakpoint.  Fix doc.
13401         (gdb-mouse-toggle-breakpoint-fringe): New defun.
13402         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
13403         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13404         string properties also for fringe breakpoint bitmaps.
13406 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
13408         * textmodes/org.el (org-start-icalendar-file): Fix format form.
13410 2005-10-25  Masatake YAMATO  <jet@gyve.org>
13412         * simple.el (completion-common-substring):
13413         Use `completion-common-substring' prior to `completion-base-size'.
13415 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
13417         * savehist.el: Require CL while compiling.
13418         (savehist-history-variables): Remove.
13419         (savehist-save-minibuffer-history, savehist-additional-variables)
13420         (savehist-minibuffer-history-variables): New vars.
13421         (savehist-save): Use them.
13422         (savehist-uninstall, savehist-minibuffer-hook): New funs.
13423         (savehist-install): New fun, extracted from savehist-load.
13424         (savehist-load): Use them.
13426 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13428         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13429         a dummy doc-string-elt property.
13430         (defalias, defvaralias, define-category): Add a docstring property.
13432         * image.el (defimage):
13433         * widget.el (define-widget):
13434         * custom.el (defface, defcustom): Add `doc-string' declaration.
13436         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13437         (defadvice): Add `doc-string' declaration.
13439         * emacs-lisp/byte-run.el (macro-declaration-function):
13440         Handle `doc-string' declarations.
13441         (define-obsolete-function-alias, define-obsolete-variable-alias):
13442         Add `doc-string' declaration.
13444 2005-10-24  Kenichi Handa  <handa@m17n.org>
13446         * international/utf-7.el (utf-7): Add autoload cookie.
13448         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13450 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13452         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13453         list of directories passed to batch-update-autoloads.  Add "." to
13454         the list of the echoed directories.
13456         * pgg-def.el:
13457         * pgg-gpg.el:
13458         * pgg-parse.el:
13459         * pgg-pgp.el:
13460         * pgg-pgp5.el:
13461         * pgg.el: Moved here from the gnus subdirectory.
13463 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
13465         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13466         in case comint-prompt-read-only is set to t.
13468         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13469         in case comint-prompt-read-only is set to t.
13471 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
13473         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13474         Now a string.
13475         (icalendar-import-format): Handle CLASS, STATUS, URL.
13476         Rename `subject' to `summary'.
13477         (icalendar-import-format-summary): Rename from
13478         `icalendar-import-format-subject'.
13479         (icalendar-import-format-url, icalendar-import-format-status)
13480         (icalendar-import-format-class): New variables.
13481         (icalendar--rris): Take variable argument list.
13482         (icalendar--datestring-to-isodate): Remove unnecessary
13483         calendar-style check when converting dates with explicit month names.
13484         (icalendar-export-region): Change return type of conversion
13485         subroutines.  Bury current buffer unless error occurred.
13486         (icalendar--convert-to-ical)
13487         (icalendar--parse-summary-and-rest): New functions.
13488         (icalendar--convert-ordinary-to-ical)
13489         (icalendar--convert-weekly-to-ical)
13490         (icalendar--convert-yearly-to-ical)
13491         (icalendar--convert-block-to-ical)
13492         (icalendar--convert-cyclic-to-ical)
13493         (icalendar--convert-anniversary-to-ical): Change return type.
13494         Strip trailing blanks from subject.
13495         (icalendar--convert-sexp-to-ical): Change return type.
13496         Strip trailing blanks from subject.  Handle simple sexp
13497         entries as generated by icalendar.el.
13498         (icalendar--convert-float-to-ical)
13499         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13500         (icalendar-import-file): Doc fix.
13501         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13502         Correct call to icalendar--rris.
13503         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
13504         `summary'.
13505         (icalendar--add-diary-entry): Rename `subject' to `summary'.
13507 2005-10-24  Romain Francoise  <romain@orebokech.com>
13509         * server.el (server-sentinel): Set query-on-exit flag to nil on
13510         new client processes (it isn't inherited from the server process).
13512         * replace.el (occur-engine): Rearrange text properties.
13514 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13516         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13517         case-fold-search is nil.
13518         (debug-help-follow): Use help-xref-interned directly.
13520 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13522         * thumbs.el (thumbs-image-type): Add .pbm.
13524 2005-10-23  Richard M. Stallman  <rms@gnu.org>
13526         * faces.el (inhibit-face-set-after-frame-default): New variable.
13527         (set-face-attribute): Bind it.
13528         (face-set-after-frame-default): Test it.
13530         * help-fns.el (describe-simplify-lib-file-name): New function.
13531         (describe-function-1, describe-variable): Use it.
13533         * faces.el (describe-face): Use describe-simplify-lib-file-name.
13535         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13536         Eliminate nil as possible value.
13537         (tooltip-hide-delay): Reduce internal-border-width.
13539         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13540         (menu-bar-file-menu) <new-file>: Likewise.
13542         * simple.el (line-move-finish): Ignore fields computing LINE-END.
13544         * international/mule.el (load-with-code-conversion):
13545         Pass full file name to `eval-buffer' unless preloading.
13547         * textmodes/flyspell.el (flyspell-large-region):
13548         Call ispell-check-version.
13550         * textmodes/ispell.el (ispell-local-dictionary-overridden):
13551         Fix the make-variable-buffer-local call that was supposed
13552         to be for this variable.
13553         (ispell-aspell-supports-utf8): Doc fix.
13554         (ispell-find-aspell-dictionaries): Preserve elements of
13555         ispell-dictionary-alist for dictionaries that aspell doesn't report.
13556         (ispell-aspell-find-dictionary): Return nil on error.
13558         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13559         (doctor-symptoms): Likewise.
13561         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13563 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13565         * cus-edit.el (custom-button, custom-button-pressed): New vars.
13566         (custom-raised-buttons): Add :set spec.
13567         (custom-button-unraised, custom-button-pressed-unraised):
13568         New faces, so that custom-raised-buttons actually does something.
13569         (custom-mode): Use custom-button and custom-button-pressed.
13571         * wid-edit.el (widget-specify-button): Don't ignore
13572         widget-mouse-face on graphic terminals.
13573         (widget-move-and-invoke): Cleanup.
13575 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
13577         * whitespace.el (whitespace-cleanup): Doc fix.
13579 2005-10-23  Romain Francoise  <romain@orebokech.com>
13581         * emulation/viper.el (viper-set-hooks): Quote forms passed to
13582         `eval-after-load' to avoid evaluating their result.
13584 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
13586         * files.el (directory-listing-before-filename-regexp):
13587         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
13589         * dired.el (dired-move-to-filename-regexp): Remove.
13590         All occurences replaced by `directory-listing-before-filename-regexp'.
13592         * dired-x.el, locate.el, vc.el:
13593         Replace `dired-move-to-filename-regexp' by
13594         `directory-listing-before-filename-regexp'.  In vc.el it is
13595         overwritten locally; maybe this can be handled in files.el too.
13597         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
13598         replaced by `directory-listing-before-filename-regexp'.
13600 2005-10-23  Andreas Schwab  <schwab@suse.de>
13602         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13603         and eval-next-after-load.
13605 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
13607         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13608         exist, create it.
13610 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
13612         * allout.el: Remove autoloads for mailcrypt and crypt++.
13613         Require pgg, pgg-gpg during compilation.
13614         (allout-version): Increment version number to 2.1, and use a literal
13615         rather than RCS Id.
13616         (allout-default-encryption-scheme): Remove.
13617         (allout-passphrase-verifier-handling)
13618         (allout-passphrase-verifier-string)
13619         (allout-file-passphrase-verifier-string)
13620         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13621         (allout-passphrase-hint-handling): Rename and simplify.
13622         (allout-init): Use `find-file-hook' if available, otherwise
13623         `find-file-hooks'.
13624         (allout-mode): Use `write-file-functions' if available, otherwise
13625         `local-write-file-hooks' and, instead of making auto-save-hook
13626         buffer local, make the write-file-hook activity contingent to
13627         allout-mode.
13628         (allout-mode): Use key-binding substitution in the docstring.
13629         (allout-kill-line): Spell-out kill ring data structure mutation
13630         instead of using byte-compiler-complaint-provoking `pop'.
13631         (allout-insert-listified): Use `insert' rather than `insert-string'
13632         (allout-toggle-current-subtree-encryption): Update docstring, adjust
13633         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13634         (allout-encrypt-string): Totally revamped vis new underlying
13635         encryption facilities.
13636         (allout-mc-activate-passwd): Remove.
13637         (allout-obtain-passphrase): New, more or less replaces
13638         allout-mc-activate-passwd.
13639         (allout-encrypted-key-info): More or less replaces
13640         allout-encrypted-text-type.
13641         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13642         (my-mark-marker): Use `(featurep 'xemacs)'.
13644 2005-10-23  Lars Hansen  <larsh@soem.dk>
13646         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13647         (byte-compile-file-form-defmumble, byte-compile-defun)
13648         (byte-compile-defmacro): Use it.
13649         (byte-compile-form): Don't call byte-compile-set-symbol-position
13650         when a byte-compile handler is called.
13652 2005-10-22  Romain Francoise  <romain@orebokech.com>
13654         * savehist.el (savehist-history-variables): Add `grep-find-history'.
13656         * subr.el (eval-after-load): Convert library name to an absolute
13657         file name using locate-library, since load-history no longer has
13658         library names in it.
13660 2005-10-22  Richard M. Stallman  <rms@gnu.org>
13662         * files.el (make-temp-file): Move from subr.el.
13663         * subr.el (make-temp-file): Move to files.el.
13665         * window.el (get-buffer-window-list): Move from subr.el.
13666         * subr.el (get-buffer-window-list): Move to window.el.
13668         * image.el (image-load-path): Use eval-at-startup to initialize.
13670         * subr.el (eval-at-startup): New macro.
13672         * subr.el: Much rearrangement of functions and division
13673         into pages.  No code changes.
13675 2005-10-22  Kenichi Handa  <handa@m17n.org>
13677         * tar-mode.el (tar-extract): Be sure to call
13678         find-operation-coding-system if set-auto-coding doesn't find a
13679         coding system.
13681 2005-10-22  Kim F. Storm  <storm@cua.dk>
13683         * image.el (image-type-header-regexps): Rename from image-type-regexps.
13684         Change users.
13685         (image-type-file-name-regexps): New defconst.
13686         (image-type-from-data): Simplify loop.
13687         (image-type-from-buffer): New defun.
13688         (image-type-from-file-header): Use it instead of image-type-from-data.
13689         Use image-search-load-path instead of only looking in data-directory.
13690         (image-type-from-file-name): New defun.
13691         (image-search-load-path): Change `pathname' to `filename'.
13692         Make PATH arg optional, default to image-load-path.
13694 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13696         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13698         * textmodes/paragraphs.el (sentence-end-base): New variable.
13699         (sentence-end): Use sentence-end-base.
13701 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13703         * font-lock.el (font-lock-default-fontify-region): Check the multiline
13704         property independently from the font-lock-multiline variable.
13706 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13708         * emacs-lisp/find-func.el (find-library-name): Doc fix.
13710         * startup.el (command-line): Convert library names
13711         in `load-history' to absolute file names.
13713         * subr.el (symbol-file): Doc fix.
13715         * loadhist.el (file-loadhist-lookup): Call locate-library
13716         instead of find-library-name.  Don't try converting
13717         abs file names to library names, since load-history no longer
13718         has library names in it.
13719         (file-dependents, file-provides, file-requires): Doc fixes.
13721 2005-10-21  Juri Linkov  <juri@jurta.org>
13723         * progmodes/etags.el (tags-table-mode): New function.
13724         (tags-verify-table): Replace initialize-new-tags-table with
13725         tags-table-mode.
13727         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13728         default value.
13729         (desktop-modes-not-to-save): Add tags-table-mode to the
13730         default value.
13732         * info.el (Info-index-next): Add total number of index
13733         alternatives to the message.
13735         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13736         backward only space (instead of space and period) before looking
13737         at sentence end.
13739         * simple.el (set-variable): Use user-variable-p instead of symbolp.
13740         Add the old variable value as 4th default-value arg of read-string.
13742 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13744         * cus-face.el (custom-declare-face): Make face from X resources
13745         also on Mac.
13747         * disp-table.el (standard-display-g1, standard-display-graphic):
13748         Refuse to use string glyphs also on Mac.
13749         (standard-display-european): Don't set terminal coding system also
13750         on Mac.
13752         * frame.el (display-screens): Use x-display-screens also on Mac.
13754 2005-10-21  Romain Francoise  <romain@orebokech.com>
13756         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
13758 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13760         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13761         and $? into sexps.
13763         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13764         warning face on open-paren-in-column-0.
13766         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13767         boundary case.  Fix typo.
13768         Suggested by Martin Rudalics <rudalics@gmx.at>.
13770 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
13772         * textmodes/org.el (org-combined-agenda-icalendar-file)
13773         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13774         (org-export-icalendar-this-file)
13775         (org-export-icalendar-all-agenda-files)
13776         (org-export-icalendar-combine-agenda-files): New commands.
13777         (org-export-icalendar, org-print-icalendar-entries)
13778         (org-start-icalendar-file, org-finish-icalendar-file)
13779         (org-ical-ts-to-string): New functions.
13780         (org-read-date, org-goto-calendar)
13781         (org-agenda-goto-calendar): Inhibit displaying diary entries by
13782         call to `calendar'.
13783         (orgtbl-setup): Remove the :keys arguments from the menu description.
13784         (org-after-save-iCalendar-file-hook): New variable.
13786 2005-10-21  Kenichi Handa  <handa@m17n.org>
13788         * language/vietnamese.el (tcvn-5712): Make it an alias of
13789         vietnamese-tcvn coding-system.
13791 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
13793         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13794         group id is given.
13796 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13798         * progmodes/sh-script.el (sh-escaped-line-re): New var.
13799         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13800         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13801         whose line is either continued or ends with a comment.
13803 2005-10-20  Romain Francoise  <romain@orebokech.com>
13805         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13807         * replace.el (occur-engine): Add follow-link property.
13809         * font-core.el (font-lock-mode): Doc fix.
13811 2005-10-20  Richard M. Stallman  <rms@gnu.org>
13813         * net/rcirc.el: New file.
13815 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
13817         * term.el (term-term-name): Initialize to "eterm-color".
13819 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
13821         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13822         for encryption functionality.
13823         Move allout customization subgroup from `editing' to `outlines' group.
13824         Fix commentary keywords to legitimate ones.
13825         Update author info (using my current email address, obscurified).
13826         (allout-encrypt-string, allout-encryption-produce-work-buffer)
13827         (allout-encrypted-topic-p, allout-encrypted-text-type)
13828         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13829         (allout-situate-encryption-key-verifier)
13830         (allout-get-encryption-key-verifier, allout-verify-key)
13831         (allout-next-topic-pending-encryption)
13832         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13833         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13834         (outline-key-verifier-handling, outline-key-hint-handling)
13835         (outline-encrypt-unencrypted-on-saves): New defcustoms.
13836         (allout-file-key-verifier-string, allout-encryption-scheme)
13837         (allout-key-verifier-string, allout-key-hint-string)
13838         (allout-after-save-decrypt): New variables.
13839         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13840         (allout-after-saves-handler): New hook functions.
13841         (allout-post-command-business): Do allout-after-save-decrypt.
13842         (allout-enable-file-variable-adjustment): Custom var to enable
13843         mechanism for adding and adjusting settings of Emacs file variables.
13844         (allout-adjust-file-variable, allout-file-vars-section-data):
13845         New functions, implement the mechanism.
13846         (outlineify-sticky): Use the file vars mechanism.
13847         (allout-inhibit-protection, allout-during-write-cue)
13848         (allout-override-protect, allout-before-change-protect): Remove.
13849         (allout-flag-region, allout-open-topic): Adjust read-only text.
13850         (allout-open-line-not-read-only): Add to facilitate read-only
13851         text based protection.
13852         (allout-kill-line): Revise to adjust read-only text, clue the
13853         user about the inhibition.
13854         (allout-unprotected): Use unwind-protect.
13855         (allout-shift-in, allout-shift-out): Disallow manually shifting a
13856         topic deeper than the offspring depth of the previous topic -
13857         avoiding confusing "containment discontinuities".
13858         (allout-reindent-bodies): Fix retention of body relative hanging
13859         indent during promotion of collapsed bodies.
13860         (allout-open-topic): Make it easy to open new topic with same
13861         bullet as current topic - topic creation functions provided with
13862         any universal argument provokes now prompt for bullet, defaulting
13863         to the bullet of the previous topic.
13864         (allout-plain-bullets-string, allout-distinctive-bullets-string):
13865         Plain bullet alternates `.' period and `,' comma only.  All other
13866         bullets are relegated to special status (but customizable).
13867         (allout-end-of-entry): Rename from allout-end-of-current-entry
13868         since it actually operates w.r.t. most immediately containing
13869         entry, visible or not.
13870         (allout-hide-current-entry, allout-show-current-entry): Use the
13871         revised version.
13872         (allout-old-expose-topic): Solidify deprecation.
13873         (allout-end-of-subtree): Add so we can span concealed as well
13874         as visible topics.
13875         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13876         (allout-end-of-current-heading): Tweak to just respect the first line.
13877         (allout-get-body-text): Add.
13878         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13879         when invoked interactively.
13880         (allout-up-current-level): Use `interactive-p'.
13881         (allout-mode, allout-init): Miscellaneous docstring and
13882         operational refinements, as well as hookups of new encryption stuff.
13883         (allout-beginning-of-current-entry): Now works as advertised.
13884         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13885         (allout-isearch-rectification): Refine condition for isearching.
13886         (allout-isearch-abort, allout-enwrap-isearch)
13887         (allout-flag-region, my-region-active-p): Relocate some macros.
13888         (allout-title): Fallback title is (buffer-name), not
13889         non-existing (current-buffer-name).
13890         (subst-char-in-string): Define if absent (for some XEmacs versions).
13892 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
13894         * mail/sendmail.el (mail-setup-hook, mail-aliases)
13895         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13896         (mail-citation-prefix-regexp, mail-signature-file)
13897         (mail-default-headers, mail-bury-selects-summary)
13898         (mail-send-nonascii): Add autoload cookies.
13900 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13902         * frame.el (blink-cursor-mode): Add `mac' to the list of
13903         window-system's that support blinking cursor.
13905 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13907         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13909 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
13911         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13912         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13913         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13915 2005-10-20  Kim F. Storm  <storm@cua.dk>
13917         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13918         (ido-set-current-directory): Don't add / after final @.
13919         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13920         Explicitly handle ange-ftp completion oddities.
13921         (ido-make-file-list): Don't rotate list at tramp root to avoid
13922         triggering tramp file handler for expand-file-name via get-file-buffer.
13924 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13926         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13928 2005-10-19  Jay Belanger  <belanger@truman.edu>
13930         * calc/calc-units.el (math-standard-units): Add units, adjust
13931         symbols and update values.
13932         (math-unit-prefixes): Add more prefixes.
13934 2005-10-19  Romain Francoise  <romain@orebokech.com>
13936         * bookmark.el (bookmark-menu-heading): New face.
13937         (bookmark-bmenu-list): Use it.
13938         Don't fiddle with `baud-rate' at top-level.
13940 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
13942         * image.el (create-image, find-image): Mention max-image-size in
13943         docstring.
13945 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13947         * savehist.el (savehist-load): Revert to checking XEmacs.
13949         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13950         Various docstring and line-width fixups.
13951         (conf-mode): Use cond.
13952         Set font-lock-defaults.  Don't set comment-use-syntax.
13954 2005-10-18  David Ponce  <david@dponce.com>
13956         * tree-widget.el (tree-widget-button-click): New function.
13957         (tree-widget-button-keymap): Use it.
13959 2005-10-18  Romain Francoise  <romain@orebokech.com>
13961         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13962         (bookmark-bmenu-hide-filenames): Add follow-link property.
13963         Improve help-echo text.
13965         * ffap.el (find-file-at-point): Doc fix.
13967 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13969         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13971 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13973         Install to the CVS repository what I forgot to install in my
13974         2005-10-16 changes.
13976         * progmodes/python.el (python-complete-symbol): Pass the common
13977         prefix substring of completion to `display-completion-list'.
13979         * textmodes/org.el (org-complete): Ditto.
13981 2005-10-18  Masatake YAMATO  <jet@gyve.org>
13983         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13985         * woman.el (WoMan-xref-man-page): New button type derived
13986         from `Man-abstract-xref-man-page'.
13987         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13989         * man.el (Man-abstract-xref-man-page): New button type.
13990         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13991         (Man-highlight-references): Add new optional argument `xref-man-type'.
13993 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13995         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13997 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13999         * cus-edit.el (Custom-move-and-invoke): Delete.
14000         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14002         * wid-edit.el (widget-move-and-invoke): New function, from
14003         Custom-move-and-invoke.
14005 2005-10-17  Bill Wohler  <wohler@newt.com>
14007         Move all remaining images from lisp/toolbar to etc/images, move
14008         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
14009         the low resolution images in their own directory (low-color).
14011         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14012         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14013         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14014         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14015         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14016         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14017         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14019         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14020         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14021         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14022         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14023         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14024         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14025         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14026         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14027         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14028         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14029         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14030         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14031         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14032         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14033         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14035         To conform with convention, replace the underscore (_) in the
14036         following image names with dash (-) or (/) as appropriate.
14038         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14039         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14040         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14041         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14042         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14043         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14044         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14045         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14046         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14047         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14048         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14049         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14050         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14051         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14052         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14054         * info.el (info-tool-bar-map): Replace underscores in image names
14055         with dashes.
14057         * makefile.w32-in (WINS): Remove toolbar.
14059         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14061         * tool-bar.el: Move to lisp from toolbar.  Now that
14062         toolbar is empty, it should be deleted when folks run "cvs up -P".
14064 2005-10-18  Jay Belanger  <belanger@truman.edu>
14066         * calc/calc-store.el (calc-store-into): Get the proper variable name
14067         to display in message.
14069 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
14071         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14072         expressions display in speedbar for all buffers when debugging.
14073         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14075         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14076         (speedbar-insert-button, speedbar-make-button):
14077         Use add-text-properties.
14078         (speedbar-update-localized-contents)
14079         (speedbar-update-directory-contents)
14080         (speedbar-update-special-contents): Use dolist.
14081         (speedbar-buffer-easymenu-definition): Add a menu separator.
14083 2005-10-17  Jason Rumney  <jasonr@gnu.org>
14085         * makefile.w32-in: Use $(lisp) consistently.
14086         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14087         for shell specific generation of mh-autoloads.
14089 2005-10-17  Richard M. Stallman  <rms@gnu.org>
14091         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14093 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14095         * jit-lock.el (jit-lock-fontify-now):
14096         Move jit-lock-context-unfontify-pos to avoid wasted work.
14098 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
14100         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
14101         `tramp-completion-mode' for checking if we are in completion mode.
14102         (tramp-completion-handle-file-name-all-completions): Reorder code
14103         in order to complete for file names only in case there are no
14104         method/user/host completions.  This is necessary for cooperation
14105         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
14107 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
14109         * longlines.el (longlines-search-forward)
14110         (longlines-search-backward): Match any number of spaces.
14112 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
14114         * diff-mode.el (diff-mode): Doc fix.
14116 2005-10-16  David Reitter  <david.reitter@gmail.com>
14118         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14119         as default on darwin and windows systems.
14121 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14123         * arc-mode.el (archive-zip-extract): Doc fix.
14125 2005-10-16  Romain Francoise  <romain@orebokech.com>
14127         * mouse.el (mouse-1-click-follows-link): Doc fix.
14129 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14131         * savehist.el: Don't require CL at runtime.
14132         (savehist-xemacs): Remove.
14133         (savehist-coding-system): Use utf-8 if present, regardless of religion.
14134         (savehist-no-conversion): Use (featurep 'xemacs).
14135         (savehist-load): Check existence of start-itimer rather than XEmacs.
14136         Use an idle timer.
14137         (savehist-process-for-saving): Replace use of CL funs `subseq' and
14138         `delete-if-not'.
14140 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
14142         * savehist.el: Newer version.
14143         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14144         (savehist-last-checksum, savehist-no-conversion): New vars.
14145         (savehist-autosave, savehist-process-for-saving, savehist-printable):
14146         New functions.
14147         (savehist-load, savehist-save): Use them.
14148         (savehist-delimit): Remove.
14150 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14152         * progmodes/compile.el (compilation-goto-locus): Display the
14153         compilation buffer first and the source buffer second, in case they're
14154         in overlapping frames.  Don't raise the compilation frame if it was the
14155         selected window upon entry.  Pass the `other-window' arg to
14156         pop-to-buffer.
14158         * info.el (Info-fontify-node): Use dolist.
14159         Change add-text-properties to put-text-property.
14161 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14163         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14164         bound of search.
14166 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14168         * dabbrev.el (dabbrev-completion): Pass the common
14169         prefix substring of completion to `display-completion-list'.
14171         * filecache.el (file-cache-minibuffer-complete)
14172         (file-cache-complete): Ditto.
14174         * tempo.el (tempo-display-completions): Ditto.
14176         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14178         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14180         * eshell/em-hist.el (eshell-list-history): Ditto.
14182         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14184         * mail/mailalias.el (mail-complete): Ditto.
14186         * progmodes/etags.el (complete-tag): Ditto.
14188         * progmodes/make-mode.el (makefile-complete): Ditto.
14190         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14192         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14194         * progmodes/pascal.el (pascal-complete-word)
14195         (pascal-show-completions): Ditto.
14197         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14199         * simple.el (completion-common-substring): New variable.
14200         (completion-setup-function): Use `completion-common-substring'
14201         to put faces.
14203 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14205         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14206         (x-get-selection, mac-select-convert-to-string): Convert from/to
14207         UTF-16 clipboard data as in native byte order, no BOM.
14209 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
14211         * progmodes/gud.el (gud-tool-bar-map): Rename the images
14212         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14213         (gud-sentinel): Use speedbar-frame to check for speedbar.
14215 2005-10-15  Richard M. Stallman  <rms@gnu.org>
14217         * savehist.el: New file.
14219 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
14221         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14222         Fix bug in \bf fontification.
14224 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14226         * pcvs.el (cvs-edit-log-files): New var.
14227         (cvs-mode-edit-log): New arg `file'.
14228         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14229         Instead force the use of the original file and nothing else.
14230         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14231         the cvs-minor-wrap-function is set.
14232         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14234 2005-10-14  Bill Wohler  <wohler@newt.com>
14236         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14237         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14238         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14239         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14240         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14241         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14242         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14243         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14244         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14245         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14246         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14247         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14248         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14249         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14250         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14252         * progmodes/gud.el (gud-tool-bar-map): Rename the images
14253         appropriately (for example, gud-break to gud/break).
14255 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
14257         * longlines.el (longlinges-search-function)
14258         (longlines-search-forward, longlines-search-backward): New functions.
14259         (longlines-mode): Set isearch-search-fun-function to
14260         longlinges-search-function.
14262         * mouse.el (mouse-drag-region-1): Handle the case where a
14263         double-click event is bound to an arbitrary function.
14265 2005-10-14  David Ponce  <david@dponce.com>
14267         * recentf.el (recentf-track-opened-file)
14268         (recentf-track-closed-file, recentf-update-menu)
14269         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14270         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14271         mouse-1-click-follows-link.
14273 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14275         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14276         Gnome file-manager.png.  Suggested by
14277         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14279         * toolbar/README: Add diropen.xpm.
14281 2005-10-13  Bill Wohler  <wohler@newt.com>
14283         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14284         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
14286 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14288         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14289         Don't waste the byte-compiler's time on constant data.
14291 2005-10-13  Kenichi Handa  <handa@m17n.org>
14293         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14294         byte with `escape-glyph' face.
14296         * international/fontset.el (ccl-encode-unicode-font):
14297         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14298         Handle the case that ucs-mule-to-mule-unicode translates a character to
14299         ASCII (usually for IPA characters).
14301 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14303         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14304         Don't hide the underline of titles if font-lock-mode is disabled.
14306 2005-10-12  Bill Wohler  <wohler@newt.com>
14308         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
14309         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14310         files in MH-E-SRC have been updated.
14311         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14313 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14315         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14316         (mixal-mode-syntax-table): Add \n as end-comment.
14317         (mixal-operation-codes-alist): Immediately initialize to full value.
14318         (mixal-add-operation-code): Remove.
14319         (mixal-describe-operation-code): Make the arg non-optional.
14320         Use the interactive spec instead.
14321         Use mixal-operation-codes-alist rather than mixal-operation-codes.
14322         (mixal-font-lock-keywords): Don't highlight comments here any more.
14323         (mixal-font-lock-syntactic-keywords): New var.
14324         (mixal-mode): Use it.  Fix comment-start-skip.
14326 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14328         * startup.el (command-line-x-option-alist): -nb => -nbi
14330 2005-10-12  Kim F. Storm  <storm@cua.dk>
14332         * startup.el (fancy-splash-default-action): Discard mouse click in
14333         the splash screen window, as it has no sensible meaning in the
14334         next window to be selected.  Fixes error reported by Jan D.
14336 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14338         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14340 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14342         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14343         Try to fix up minor layout issues like indentation, line break, etc...
14344         (mixal-mode-syntax-table): Don't try to specify comment syntax,
14345         because it doesn't work.
14346         (mixal-operation-codes): Add some more codes.
14347         (mixal-font-lock-keywords): Process comments here.
14348         (mixal-mode): mixasm no longer needs -g option.
14350 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14352         * progmodes/sh-script.el (sh-tmp-file):
14353         Use mktemp -t.  Finish support for es and rc shells.
14355 2005-10-11  Jay Belanger  <belanger@truman.edu>
14357         * calc/calcalg2.el (calc-integral): With an argument, compute the
14358         definite integral.
14360 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
14362         * mouse.el (mouse-drag-region-1): Don't try to catch a
14363         double-click when doing follow-link (it's overridden anyway).
14365 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
14367         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14368         (autoload-print-form-outbuf): Add docstring.
14370 2005-10-11  Juri Linkov  <juri@jurta.org>
14372         * info.el (Info-mode-menu): Delete menu item "Edit".
14373         (Info-mode): Delete description of Info-edit from docstring,
14374         and rearrange descriptions of Info commands in the order
14375         they are documented in the Info manual.
14377 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14379         * calendar/appt.el (appt-check): Use diary-selective-display var.
14381 2005-10-10  Richard M. Stallman  <rms@gnu.org>
14383         * net/newsticker.el (newsticker-start, newsticker-show-news):
14384         Add autoload cookies.
14386 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
14388         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14390 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
14392         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14394 2005-10-10  Jay Belanger  <belanger@truman.edu>
14396         * calc/calc-arith.el (math-check-known-scalarp)
14397         (math-check-known-matrixp): Check the values of arguments that are
14398         variables.
14399         (math-check-known-square-matrixp): New function.
14400         (math-known-square-matrixp): Use math-check-known-square-matrixp.
14401         (math-super-types): Add sqmatrix type.
14403         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14404         mode name `square' to `sqmatrix'.
14406         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14407         mode name `square' to `sqmatrix'.
14409 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14411         * progmodes/etags.el (select-tags-table-mode): Don't use
14412         selective-display.
14413         (tags-select-tags-table): Pass `button' to the action function.
14414         (select-tags-table): Place the side-info on button properties rather
14415         than in hidden text.  Abbreviate file names.
14416         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14417         (select-tags-table-select): Add `button' argument.
14418         Get side-info from the button property rather than from hidden text.
14420 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
14422         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14423         (gud-speedbar-buttons): Preserve point if possible.
14424         (gud-sentinel): Restore previous speedbar display type.
14426         * progmodes/gdb-ui.el (gdba): Improve diagram.
14427         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14428         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14429         Call get-buffer-window once.
14431 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14433         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14434         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14435         (pascal-indent-command): Remove unused var `ind'.
14436         (pascal-indent-case): Remove unused var `oldpos'.
14437         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14438         since it's now used as a proper minor mode map.
14439         (pascal-outline): Rename to pascal-outline-mode.
14440         (pascal-outline-mode): Use define-minor-mode.
14441         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14442         selective-display.
14444 2005-10-10  Andreas Schwab  <schwab@suse.de>
14446         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14447         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
14449         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14450         outside source directory.
14452 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
14454         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14455         C-x' as a prefix.
14456         (orgtbl-mode-map): Full keymap instead of sparse, because all
14457         `self-insert-command' keys are redefined in this map.
14458         (org-export-as-html): Specify charset for HTML file, by taking it
14459         from the coding system.
14461 2005-10-10  Kenichi Handa  <handa@m17n.org>
14463         * textmodes/flyspell.el (flyspell-check-word-p):
14464         If unread-command-events is non-empty, don't call sit-for.
14466 2005-10-09  Richard M. Stallman  <rms@gnu.org>
14468         * font-lock.el (font-lock-syntactic-keywords)
14469         (font-lock-keywords): Doc fixes.
14471         * textmodes/flyspell.el (flyspell-external-point-words):
14472         Simplify logic, and don't try to check for consecutive appearances
14473         of one incorrect word.
14475 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
14477         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14478         separator.
14480         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14481         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14482         (gud-expansion-speedbar-buttons): New function.
14483         (gud-speedbar-buttons): Check for gud-comint-buffer.
14485 2005-10-09  Bill Wohler  <wohler@newt.com>
14487         * Makefile.in (updates): Add mh-loaddefs dependency.
14489 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
14491         * speedbar.el (speedbar-file-key-map): Fix typo.
14493 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14495         * cus-start.el (line-spacing): Add custom spec.
14497 2005-10-09  Romain Francoise  <romain@orebokech.com>
14499         * textmodes/ispell.el (ispell-check-version): Fix last change.
14501 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14503         * term/x-win.el: Remove -i, --icon-type from comment.
14505         * startup.el (command-line-x-option-alist): Remove options -i,
14506         -itype, --icon-type, added -nb, --no-bitmap-icon
14508 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
14510         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14511         instead of :active.
14513 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14515         * textmodes/ispell.el (ispell-check-version):
14516         Ignore hyphen, and all that follows, in aspell's version text.
14518 2005-10-08  Jay Belanger  <belanger@truman.edu>
14520         * calc/calc-arith.el (math-known-square-matrixp): New function.
14521         (math-pow-fancy): Check for matrices before distributing exponent
14522         across products.
14524         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14525         fullscreen keypad.  Suggested by Luc Teirlinck.
14526         (calc-keypad-show-input): Add space for formatting.
14528         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14529         Add square matrix option.
14531         * calc/calc-poly.el (math-expand-term): Check for matrices instead
14532         of checking calc-matrix-mode when deciding how to expand.
14534         * calc/calc.el (calc-set-mode-line): Add square matrix option.
14536 2005-10-08  Lars Hansen  <larsh@soem.dk>
14538         * net/tramp.el (tramp-perl-directory-files-and-attributes):
14539         Add error handling.
14540         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14542 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
14544         Sync with Tramp 2.0.51.
14546         * net/tramp.el (tramp-handle-set-visited-file-modtime)
14547         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14548         Insert special handling for `last-coding-system-used', again
14549         it still seems to be necessary (unlike stated before).
14550         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14551         (tramp-password-prompt-regexp): There might be other words before
14552         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14553         (tramp-chunksize): Improve docstring.
14554         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14555         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
14556         Christian Joergensen <bugs@razor.dk>.
14558 2005-10-07  Glenn Morris  <rgm@gnu.org>
14560         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14561         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14562         precision'.
14564 2005-10-07  Romain Francoise  <romain@orebokech.com>
14566         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14567         (ibuffer-do-shell-command-pipe-replace)
14568         (ibuffer-do-shell-command-file, ibuffer-do-eval)
14569         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14570         (ibuffer-do-revert, ibuffer-do-replace-regexp)
14571         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14572         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14573         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14574         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14575         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14576         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14577         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14578         Autoload file sans suffix.
14580         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14582 2005-10-07  David Ponce  <david@dponce.com>
14584         * recentf.el (recentf-menu-open-all-flag): New option.
14585         (recentf-digit-shortcut-command-name): New function.
14586         (recentf--shortcuts-keymap): New variable.
14587         (recentf-menu-shortcuts): New variable.
14588         (recentf-make-menu-items): Initialize it.  Replace the "More..."
14589         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14590         (recentf-menu-value-shortcut): New function.
14591         (recentf-make-menu-item): Use it.  No more in-lined.
14592         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14593         (recentf-open-most-recent-file): Rename from
14594         `recentf-open-file-with-key'.  Don't depend on key binding.
14595         (recentf-mode-map): New variable.
14596         (recentf-mode): Use it.
14598 2005-10-06  Bill Wohler  <wohler@newt.com>
14600         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
14602         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14603         (MH-E-SRC): New.  Used by mh-autoloads.
14604         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14605         files in MH-E-SRC have been updated.
14606         (compile, recompile, bootstrap): Depend on mh-autoloads.
14608 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
14610         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14611         gud-break and gud-remove icons when the fringe is not available.
14613         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14614         Typo.
14616 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
14618         * play/zone.el (zone): Wrap body with save-window-excursion.
14620 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14622         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14623         Use the new `list-only' arg to diary-list-entries.
14625         * calendar/diary-lib.el: Use overlays rather than selective-display.
14626         (diary-selective-display): New var.
14627         (diary-header-line-format): Use it.
14628         (diary-list-entries): Add argument `list-only'.
14629         Put the buffer in diary-mode.  Don't add \^M at beg and end.
14630         Replace \^M by invisible overlays.
14631         (diary-unhide-everything): Replace \^M by invisible overlays.
14632         (print-diary-entries): Look for overlays rather than \^M.
14633         Add a space to the temp buffer name.
14634         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14635         Put the buffer in diary-mode.
14636         (list-sexp-diary-entries): Replace \^M by invisible overlays.
14637         (diary-anniversary): Make the year arg optional.
14638         (diary-time-regexp): New const.
14639         (diary-font-lock-keywords): Use it to accept a few more time formats.
14641         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14643 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
14645         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14646         Fix bug introduced 2005-07-03: Use (car (last ...))
14647         to faithfully reproduce replaced artist-last.
14648         (artist-set-arrow-points-for-poly): Likewise.
14649         Suggested by Johan Bockg\e,Ae\e(Brd.
14651 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
14653         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14654         * wid-edit.el (widget):
14655         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14656         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14658 2005-10-06  Kenichi Handa  <handa@m17n.org>
14660         * international/mule-cmds.el (set-language-environment):
14661         Fix setting up of case-table for unibyte mode.
14663         * simple.el (what-cursor-position): If the character is displayed
14664         by some `display' text property, show that.  Don't use
14665         single-key-description for eight-bit characters in multibyte mode.
14667 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
14669         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14670         (gdb-ann3): Set it.
14671         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14672         (gdb-info-frames-custom): Use inverse-video for first five
14673         characters of selected frame only.
14674         (gdb-get-frame-number): Select frame even when point is on frame
14675         number.
14677 2005-10-06  Masatake YAMATO  <jet@gyve.org>
14679         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14680         Put `font-lock-function-name-face'.
14681         (gdb-info-frames-custom): Put `font-lock-function-name-face'
14682         and `font-lock-variable-name-face'
14683         (gdb-registers-font-lock-keywords): New font lock keywords definition.
14684         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14685         (gdb-memory-font-lock-keywords): New font lock keywords definition.
14686         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14687         (gdb-local-font-lock-keywords): New font lock keywords definition.
14688         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14689         (gdb-threads-font-lock-keywords): New font lock keywords definition.
14690         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14692 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
14694         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14695         (ediff-merge-region-is-non-clash-to-skip): Previously called
14696         ediff-merge-region-is-non-clash.
14698         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14699         Use insert-buffer-substring.
14701         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14702         selecting files to patch.  Also bug fixes.
14704         * ediff-util.el (ediff-setup): Bug fix.
14705         (ediff-next-difference): Never skip clashes that differ in white
14706         space only.
14708         * ediff-wind.el (ediff-setup-control-frame)
14709         (ediff-destroy-control-frame): Check the menubar feature.
14711         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14712         (viper-refresh-mode-line): Use make-local-variable to localize
14713         some vars instead of make-variable-buffer-local.  Suggested by
14714         Stefan Monnier.
14716         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14717         (viper-restore-cursor-type, viper-set-insert-cursor-type):
14718         Use make-local-variable instead of make-variable-buffer-local.
14719         Suggested by Stefan Monnier.
14721         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14722         (viper-comint-mode-hook): Use make-local-variable on
14723         require-final-newline.
14724         (viper-non-hook-settings): Don't use make-variable-buffer-local.
14726 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14728         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14729         also the second char of a comment-start sequence.
14730         (scheme-sexp-comment-syntax-table): New var.
14731         (lambda, define): Set their scheme-doc-string-elt property.
14732         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14733         Use lisp-font-lock-syntactic-face-function now that it properly
14734         handles |...| symbols.
14735         (scheme-mode-variables): Set lisp-doc-string-elt-property,
14736         parse-sexp-lookup-properties and font-lock-extra-managed-props.
14738         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14739         bit from # to |.
14740         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14742         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14743         (lisp-doc-string-elt-property): New var.
14744         (lisp-font-lock-syntactic-face-function): Use it.
14745         Rewrite to recognize docstrings even for forms not at toplevel.
14747         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14748         annotation on the | part of #| rather than on the # part.
14749         (scheme-font-lock-syntactic-face-function): New function, to
14750         distinguish strings from |...| symbols.
14751         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
14752         syntax-table so that #|...|# is properly highlighted.
14754         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14755         Don't mark as docstring the 3rd elem of an unknown toplevel form.
14757 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14759         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14760         and C-e.
14762         * emacs-lisp/eldoc.el: Move comments into docstrings.
14763         (eldoc-message-commands): Initialize in its declaration.
14764         Add move-beginning-of-line and move-end-of-line.
14765         (eldoc-add-command, eldoc-add-command-completions)
14766         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14768         * outline.el (outline-mark-subtree): Activate the mark.
14770         * calendar/appt.el (appt-time-regexp): New var.
14771         (appt-add, appt-make-list): Use it.
14772         (appt-convert-time): Clean up.
14774         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14775         Don't set any syntax-table property here.
14776         (tex-font-lock-verb): New function.  Do it here.
14777         (tex-font-lock-syntactic-keywords): Use it.
14779 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14781         * wid-edit.el (widget-file-complete): Get the widget start point
14782         the right way.  Default directory to `/' if file has none.
14784         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14786         * textmodes/flyspell.el (flyspell-mode-on):
14787         Call ispell-maybe-find-aspell-dictionaries.
14789         * textmodes/ispell.el (ispell-word, ispell-region):
14790         Call ispell-maybe-find-aspell-dictionaries.
14791         (ispell-accept-buffer-local-defs):
14792         Don't call ispell-maybe-find-aspell-dictionaries
14794 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14796         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14798 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
14800         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14801         instead of `fboundp' in order to allow for anonymous functions.
14803 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
14805         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14806         case the user clicks on the link while another window is selected.
14807         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14809         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14810         functionality.
14811         (dframe-help-echo): Save point in case mouse tracking is off.
14813 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
14815         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14817 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14819         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14820         not change the global value of those vars.
14822         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14823         make-local-variable which we do not need any more.
14825 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
14827         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14828         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14829         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14830         (speedbar-path-line): Define obsolete aliases.
14831         (speedbar-line-directory): Doc fix.
14833         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14834         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14835         instead of speedbar-line-path.
14837 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14839         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14840         to nil if dropping on a window.  Handle dropping on a minibuffer window
14841         like dropping on a non-window part of Emacs.
14843 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14845         * net/ange-ftp.el: Use with-current-buffer.
14846         (ange-ftp-insert-directory): Do not follow symlinks any more.
14848         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14849         Remove interactive spec.
14851 2005-10-03  Kim F. Storm  <storm@cua.dk>
14853         * ido.el (ido-mode): Use custom-initialize-set.
14855 2005-10-02  Richard M. Stallman  <rms@gnu.org>
14857         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14858         Use insert-buffer-substring.
14860         * net/tramp.el: Pacify byte compiler warnings in pacification code.
14861         (tramp-handle-file-local-copy): Use insert-buffer-substring.
14863 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14865         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14866         in last change.
14867         (ange-ftp-insert-directory): Fix up the search for the case where
14868         `file' is absolute.
14870 2005-10-02  Romain Francoise  <romain@orebokech.com>
14872         * progmodes/compile.el (compile-goto-error): Delete extra paren.
14874 2005-10-02  Andreas Schwab  <schwab@suse.de>
14876         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14877         directory component in the session info.
14879 2005-10-01  Richard M. Stallman  <rms@gnu.org>
14881         * comint.el (comint-redirect-subvert-readonly): Doc fix.
14883         * simple.el (next-error-internal): New function.
14885         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14886         (compilation-start): Pass new arg to compilation-buffer-name.
14887         (compile-goto-error): Use next-error-internal.
14889 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14891         * speedbar.el: Remove RCS tag.
14892         (speedbar-check-read-only): Handle non-existent files.
14894         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14896         * info.el (Info-speedbar-hierarchy-buttons)
14897         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14899 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14901         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14902         Do not match newline.
14903         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14904         (bibtex-summary): Remove unnecessary save-excursion.
14905         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14907 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14909         * term/mac-win.el: Add charset info for "iso10646-1".
14910         Modify default fontset to use ATSUI-compatible fonts for some charsets
14911         if available.
14913 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14915         * speedbar.el: Re-apply arch tag.
14916         (speedbar-version): Rename to version 1.0.  Suggested by Eric
14917         M. Ludlam.
14918         Reapply two changes from Emacs CVS' version of speedbar lost
14919         during the merge:
14920         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14921         (speedbar-frame-parameters): Improve customize type.
14923 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14925         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14926         (ange-ftp-file-directory-p): Fix the symlink case.
14927         (ange-ftp-insert-directory): When listing a single file, get a list of
14928         the parent buffer and extract the relevant line.  Inspired from a patch
14929         by Katsumi Yamaoka <yamaoka@jpl.org>.
14930         (ange-ftp-file-name-sans-versions): Simplify.
14932 2005-09-30  Bill Wohler  <wohler@newt.com>
14934         Move MH-E image files from toolbar and mail directories into
14935         etc/images.
14937         * mail/reply2.*: Move to etc/images/mail/reply*.
14939         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14940         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14941         etc/images.
14943         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14944         * toolbar/reply*: Move to etc/images/mail.
14946         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14948 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
14950         * speedbar.el: New version 1.0pre3.
14952         Frame management code (including timer, and mouse click specifics)
14953         moved to dframe.el:
14954         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
14955         (speedbar-timer): Removed.  Use dframe-timer.
14956         (speedbar-close-frame): Removed.  Use dframe-close-frame.
14957         (speedbar-activity-change-focus-flag): Removed.  Use
14958         dframe-activity-change-focus-flag.
14959         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
14960         dframe-update-speed.
14962         (speedbar-current-frame): New macro.  Use this instead of the
14963         variable speedbar-frame.
14965         (speedbar-use-images, speedbar-expand-image-button-alist)
14966         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14968         (speedbar-find-image-on-load-path): Removed.  Replaced by
14969         defezimage in ezimage.el.
14970         (speedbar-expand-image-button-alist): Removed.  Replaced by
14971         ezimage-expand-image-button-alist in ezimage.el.
14973         (speedbar-ignored-directory-regexp)
14974         (speedbar-add-ignored-directory-regexp)
14975         (speedbar-ignored-directory-expressions)
14976         (speedbar-line-directory, speedbar-buffers-line-directory)
14977         (speedbar-directory-line, speedbar-buffers-line-directory):
14978         Renamed, replacing `path' with `directory'.
14980         (speedbar-create-directory, speedbar-expand-line-descendants)
14981         (speedbar-toggle-line-expansion)
14982         (speedbar-contract-line-descendants): New commands.
14984         (speedbar-query-confirmation-method, speedbar-select-frame-method)
14985         (speedbar-use-tool-tips-flag): New options.
14987         (speedbar-check-read-only, speedbar-require-version)
14988         (speedbar-insert-separator, speedbar-buffers-tail-notes)
14989         (speedbar-handle-delete-frame, speedbar-try-completion)
14990         (speedbar-update-localized-contents): New functions.
14992         (speedbar-incompatible-version, speedbar-ro-to-do-point)
14993         (speedbar-object-read-only-indicator): New variables.
14995         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14996         New hooks.
14998         (speedbar-separator-face): New face.
15000         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15001         (speedbar-ignored-modes): Add fundamental-mode.
15002         (speedbar-directory-unshown-regexp): Add . directories.
15004         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15005         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15006         `]' for full expand/close.
15007         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15009         (speedbar-check-vc): Support hidden files.
15010         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15011         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
15012         state is nil, it is not checked out.
15014         (speedbar-line-text, speedbar-line-token): Support expand buttons
15015         with no text.
15016         (speedbar-refresh): Universal argument acts as power-click.
15017         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15018         that buffer to get variable values.
15020         And many other bugfixes.
15022         * dframe.el, ezimage.el, sb-image.el: New files.
15024         * sb-*.xpm: Remove files.  New image files installed into
15025         etc/images/ezimage.
15027 2005-09-30  Kenichi Handa  <handa@m17n.org>
15029         * ps-mule.el (ps-mule-show-warning): If a character is in
15030         ps-print-translation-table, don't treat it as non-printable.
15032 2005-09-30  David Ponce  <david@dponce.com>
15034         * tree-widget.el (tree-widget-themes-load-path): New variable.
15035         (tree-widget-themes-directory): Doc fix.
15036         (tree-widget-image-formats) [Emacs]: Doc fix.
15037         (tree-widget--locate-sub-directory): New function.
15038         (tree-widget-themes-directory): Use it.
15040         * recentf.el (recentf-filename-handlers): Rename from
15041         `recentf-filename-handler'.  Allow a list of functions.
15042         (recentf-menu-items-for-commands): Fix :help strings.
15043         (recentf-apply-filename-handlers): New function.
15044         (recentf-expand-file-name): Use it.
15045         (recentf-cleanup): Remove duplicates too.
15047 2005-09-29  Juri Linkov  <juri@jurta.org>
15049         * faces.el: Rearrange face definitions to be in the same order as
15050         their face descriptions in "(emacs)Standard Faces".
15052         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15054         * tooltip.el (tooltip): Add group `basic-faces'.
15056         * buff-menu.el (Buffer-menu-buffer): Remove group
15057         `font-lock-highlighting-faces'.
15059         * progmodes/compile.el (compilation-error, compilation-warning)
15060         (compilation-info, compilation-line-number, compilation-column-number):
15061         Change group from `font-lock-highlighting-faces' to `compilation'.
15063         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15064         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15065         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15066         (vhdl-font-lock-reserved-words-face)
15067         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15068         `font-lock-highlighting-faces'.
15070         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15072 2005-09-28  Kim F. Storm  <storm@cua.dk>
15074         * emulation/cua-base.el: Set CUA move property on additional commands:
15075         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15076         forward-sexp, backward-sexp, forward-list, backward-list.
15078 2005-09-28  Romain Francoise  <romain@orebokech.com>
15080         * comint.el (comint-show-output): Really set point at the
15081         beginning of the output when not using `comint-use-prompt-regexp'.
15083 2005-09-27  Jay Belanger  <belanger@truman.edu>
15085         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15086         in TeX mode.
15088 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
15090         * textmodes/org.el (org-table-sum): Fix format string.
15092         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15093         Quote face names.
15095 2005-09-26  Romain Francoise  <romain@orebokech.com>
15097         * isearch.el (isearch-forward-regexp): Close doc string.
15099 2005-09-25  Richard M. Stallman  <rms@gnu.org>
15101         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15103         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15105         * progmodes/compile.el (compilation-error-properties):
15106         When getting the file from the previous error message,
15107         correctly decode the new data format.
15109         * progmodes/cc-cmds.el (c-electric-paren):
15110         Call old-blink-paren only for close-paren.
15112 2005-09-24  Andreas Schwab  <schwab@suse.de>
15114         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15115         condition.
15117 2005-09-25  Romain Francoise  <romain@orebokech.com>
15119         * dired-aux.el (dired-copy-file-recursive):
15120         * dired.el (dired-delete-file):
15121         * ediff-mult.el (ediff-dir-diff-copy-file):
15122         * ediff-util.el (ediff-test-save-region):
15123         * forms.el (forms-mode):
15124         * ido.el (ido-file-internal, ido-delete-file-at-head):
15125         * log-edit.el (log-edit-done):
15126         * ses.el (ses-yank-resize):
15127         * play/gomoku.el (gomoku-human-plays, gomoku)
15128         (gomoku-human-resigns, gomoku-prompt-for-other-game)
15129         (gomoku-offer-a-draw):
15130         * play/landmark.el (lm-human-resigns, lm):
15131         * net/eudcb-ldap.el (eudc-ldap-check-base):
15132         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15133         * progmodes/ebrowse.el (ebrowse-find-pattern):
15134         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15135         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15136         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15138         * vc.el (vc-delete-file):
15139         * play/gomoku.el (gomoku-terminate-game, gomoku)
15140         (gomoku-prompt-for-move, gomoku-human-takes-back):
15141         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15142         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15144 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
15146         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15147         color rxvt terminals by using the code xterm.el used to use before
15148         2005-04-09 in order to match the colors used by rxvt.
15150 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15152         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15153         colors rxvt-unicode terminals by using the same code as xterm.el.
15155 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15157         * textmodes/tex-mode.el (tex-font-lock-append-prop)
15158         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15159         new symbol used for the tex-verbatim face.
15161 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15163         * woman.el (woman-file-name):
15164         * wid-edit.el (widget-file-prompt-value)
15165         (widget-coding-system-prompt-value):
15166         * w32-fns.el (set-w32-system-coding-system):
15167         * vc.el (vc-version-diff, vc-annotate):
15168         * textmodes/reftex-auc.el (reftex-arg-cite)
15169         (reftex-arg-index-tag):
15170         * textmodes/refer.el (refer-get-bib-files):
15171         * textmodes/artist.el (artist-figlet-choose-font):
15172         * terminal.el (terminal-emulator):
15173         * replace.el (occur-read-primary-args):
15174         * rect.el (string-rectangle, string-insert-rectangle):
15175         * ps-print.el (ps-print-preprint):
15176         * progmodes/pascal.el (pascal-goto-defun):
15177         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15178         * progmodes/compile.el (compilation-find-file):
15179         * printing.el (pr-interactive-n-up):
15180         * play/animate.el (animate-birthday-present):
15181         * net/rcompile.el (remote-compile):
15182         * man.el (man, Man-goto-section, Man-follow-manual-reference):
15183         * mail/rmailsum.el (rmail-summary-search-backward)
15184         (rmail-summary-search):
15185         * mail/rmailout.el (rmail-output-read-rmail-file-name)
15186         (rmail-output-read-file-name):
15187         * mail/rmail.el (rmail-search, rmail-search-backwards):
15188         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15189         * locate.el (locate):
15190         * international/quail.el (quail-show-keyboard-layout):
15191         * international/mule.el (set-buffer-file-coding-system)
15192         (revert-buffer-with-coding-system, set-file-name-coding-system)
15193         (set-terminal-coding-system, set-keyboard-coding-system)
15194         (set-next-selection-coding-system):
15195         * international/mule-diag.el (describe-coding-system)
15196         (describe-font, describe-fontset):
15197         * international/mule-cmds.el (universal-coding-system-argument)
15198         (search-unencodable-char, describe-input-method)
15199         (set-language-environment, describe-language-environment):
15200         * international/codepage.el (codepage-setup):
15201         * international/code-pages.el (codepage-setup):
15202         * info.el (Info-search, Info-follow-reference)
15203         (Info-search-backward):
15204         * emacs-lisp/advice.el (ad-read-advised-function)
15205         (ad-read-advice-class, ad-clear-cache, ad-activate)
15206         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15207         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15208         (ad-read-regexp):
15209         * ediff-util.el (ediff-toggle-regexp-match):
15210         * ediff-ptch.el (ediff-prompt-for-patch-file):
15211         * dired-aux.el (dired-diff):
15212         * diff.el (diff):
15213         * cus-edit.el (custom-variable-prompt):
15214         * calendar/timeclock.el (timeclock-ask-for-project):
15215         * calc/calcalg3.el (calc-get-fit-variables):
15216         * calc/calc-store.el (calc-edit-variable)
15217         (calc-permanent-variable):
15218         * vc-mcvs.el (vc-mcvs-register):
15219         * shadowfile.el (shadow-define-literal-group):
15220         * woman.el (woman-file-name):
15221         * vc.el (vc-version-diff, vc-merge):
15222         * textmodes/reftex-index.el (reftex-index-complete-tag):
15223         * format.el (format-decode-buffer, format-decode-region):
15224         * emulation/viper-cmd.el (viper-read-string-with-history):
15225         * emacs-lisp/debug.el (cancel-debug-on-entry):
15226         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15227         * ediff.el (ediff-merge-revisions)
15228         (ediff-merge-revisions-with-ancestor, ediff-revision):
15229         * completion.el (interactive-completion-string-reader):
15230         * calc/calc-prog.el (calc-user-define-formula):
15231         Follow convention for reading with the minibuffer.
15233 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
15235         * progmodes/python.el (python-describe-symbol): Add globals() and
15236         locals() to the arguments of emacs.ehelp.
15238 2005-09-24  Magnus Henoch  <mange@freemail.hu>
15240         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15241         New function, code extracted from ispell-valid-dictionary-list.
15242         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15243         Call it.
15245 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
15247         * subr.el (version-regexp-alist): Extend valid syntax for version
15248         strings: allow any of the characters -,_,+ to separate the
15249         alpha/beta/rc part from the version part.  Doc fix.
15250         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
15252 2005-09-23  David Reitter  <david.reitter@gmail.com>
15254         * mail/mailclient.el: New file.
15256 2005-09-23  Richard M. Stallman  <rms@gnu.org>
15258         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15259         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15260         Doc fixes.
15262         * progmodes/cc-mode.el (c-font-lock-init):
15263         Specify font-lock-lines-before.
15265 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15267         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15268         whole conflict.
15270 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
15272         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15273         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
15274         of `remap' feature when available.  Additional key bindings for
15275         better tty support.
15276         (org-mode-restart, org-force-self-insert): New commands.
15277         (org-time-stamp-inactive): New command.
15278         (org-remap): New function.
15279         (org-table-auto-blank-field, org-level-color-stars-only): New options.
15280         (org-enable-fixed-width-editor): Move to `org-structure'
15281         customization group.
15282         (org-self-insert-command, orgtbl-self-insert-command): Modify to
15283         blank field after field motion commands.
15285 2005-09-23  Kenichi Handa  <handa@m17n.org>
15287         * international/mule-cmds.el (set-language-environment):
15288         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15289         have to call utf-translate-cjk-load-tables.
15291 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15293         * mouse.el (mouse-move-drag-overlay): Fix last change.
15295 2005-09-22  David Ponce  <david@dponce.com>
15297         * tree-widget.el (tree-widget-value-create): Fix previous change.
15299 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
15301         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15303 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15305         * mouse.el (mouse-move-drag-overlay): New function.
15306         (mouse-drag-region-1): Use it.
15307         Try to simplify a bit the state handling.  Handle clicks on links
15308         inside intangible areas.
15309         (mouse-save-then-kill): Minor simplification.
15310         (mouse-secondary-overlay): Make it always non-nil instead of
15311         recreating it each time.
15312         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15313         (mouse-kill-secondary, mouse-secondary-save-then-kill):
15314         Simplify accordingly.
15316 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
15318         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15320 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
15322         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15323         (ediff-file-name-sans-prefix): Treat nil as an empty string.
15324         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15325         to patch.
15327         * ediff-util.el: Use insert-buffer-substring.
15329         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15331         * emulation/viper-cmd.el (viper-change-state): Don't move over the
15332         field boundaries in the minibuffer.
15333         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15334         (viper-minibuffer-post-command-hook): New hook.
15335         (viper-line): Don't move cursor at bolp.
15337         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15339         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15340         avoid compiler warnings.
15342         * emulation/viper-macs.el (ex-map): Better messages.
15344         * emulation/viper-utils.el (viper-beginning-of-field): New function.
15346         * emulation/viper.el: Replace make-variable-buffer-local with
15347         viper-make-variable-buffer-local everywhere, to avoid warnings.
15349 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15351         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15352         Delete unused var `old-selected-window'.
15353         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15354         (mouse-drag-secondary): Delete unused var `start-frame'.
15356 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15358         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15360 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15362         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15363         Re-indent within 80 columns.  Use inhibit-read-only.
15365 2005-09-19  Romain Francoise  <romain@orebokech.com>
15367         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15369 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15371         * font-lock.el (font-lock-default-fontify-region): Don't add a line
15372         unconditionally, since the after-change-function already did it.
15374 2005-09-19  Miles Bader  <miles@gnu.org>
15376         * net/newsticker.el: Get rid of CVS keyword.
15378 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
15380         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15381         The prompt is formatted later.
15383 2005-09-19  David Ponce  <david@dponce.com>
15385         * tree-widget.el (tree-widget-value-create): Save the converted
15386         tree :node widget.
15388 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
15390         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15391         variable `message'.
15393 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
15395         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15396         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
15397         <slawomir.nowaczyk.847@student.lu.se>.
15399 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
15401         * image.el (image-load-path): Use symbol `data-directory' instead
15402         of its value, for backward compatibility with packages that bind
15403         it during `find-image'.  Suggested by Katsumi Yamaoka.
15404         (image-search-load-path): Handle symbols whose values are strings.
15406 2005-09-18  Romain Francoise  <romain@orebokech.com>
15408         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15409         with-current-buffer form in save-excursion.
15411 2005-09-18  Deepak Goel  <deego@gnufans.org>
15413         * apropos.el (apropos-command): Fix `message' call: first arg
15414         should be a format spec.  In this and all other cases that appear
15415         below and elsewhere in the source code, I made a change only when
15416         two conditions were satisfied: [1] I can think of a possibility
15417         that the arguments would cause an error, for example, the code in
15418         question relies on external variables such as filenames.  [2] I
15419         was sure that the arg to `message' could not have been nil in the code.
15421         * textmodes/tildify.el (tildify-region): Ditto.
15423         * textmodes/reftex-index.el (reftex-index-change-entry)
15424         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15425         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15426         * textmodes/org.el (org-complete, org-deadline, org-schedule)
15427         (org-priority, org-table-sum):
15428         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15429         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15430         (flyspell-word, flyspell-display-next-corrections):
15431         * textmodes/bibtex.el (bibtex-print-help-message):
15432         * textmodes/artist.el (artist-key-set-point-poly):
15433         * term/mac-win.el (mac-services-insert-text):
15434         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15435         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15436         (vhdl-port-paste-testbench, vhdl-compose-new-component)
15437         (vhdl-compose-configuration):
15438         * progmodes/sh-script.el (sh-blink, sh-show-indent)
15439         (sh-set-indent, sh-learn-line-indent):
15440         * progmodes/ps-mode.el (ps-mode-target-column):
15441         * progmodes/idlwave.el (idlwave-make-tags)
15442         (idlwave-scan-library-catalogs):
15443         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15444         * progmodes/gud.el (gud-jdb-analyze-source):
15445         * progmodes/flymake.el (flymake-log):
15446         * progmodes/ebnf2ps.el (ebnf-generate-region):
15447         * progmodes/cmacexp.el (c-macro-expansion):
15448         * progmodes/ada-xref.el (ada-treat-cmd-string):
15449         * progmodes/ada-mode.el (ada-create-case-exception-substring)
15450         (ada-justified-indent-current, ada-batch-reformat):
15451         * play/zone.el (zone):
15452         * play/landmark.el (lm-move):
15453         * play/decipher.el (decipher-show-alphabet):
15454         * net/newsticker.el (newsticker--display-jump)
15455         (newsticker--display-scroll):
15456         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15457         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15458         * mail/feedmail.el (feedmail-dump-message-to-queue):
15459         * eshell/esh-proc.el (eshell-remove-process-entry):
15460         * emulation/ws-mode.el (ws-last-error):
15461         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15462         (viper-record-kbd-macro):
15463         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15464         * emacs-lisp/lisp-mnt.el (lm-report-bug):
15465         * emacs-lisp/find-func.el (find-function-noselect):
15466         * calendar/timeclock.el (timeclock-status-string)
15467         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15468         (timeclock-when-to-leave-string):
15469         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15470         * calc/calc-units.el (calc-enter-units-table):
15471         * calc/calc-mode.el (calc-mode-record-mode):
15472         * woman.el (woman-mini-help):
15473         * wdired.el (wdired-change-to-wdired-mode):
15474         * vc.el (vc-retrieve-snapshot):
15475         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15476         * startup.el (display-startup-echo-area-message):
15477         * simple.el (set-goal-column):
15478         * ses.el (ses-command-hook, ses-recalculate-cell):
15479         * server.el (server-process-filter):
15480         * printing.el (pr-interface-txt-print, pr-interface-printify)
15481         (pr-interface-ps):
15482         * pcvs.el (cvs-help):
15483         * log-edit.el (log-edit, log-edit-mode-help):
15484         * iswitchb.el (iswitchb-possible-new-buffer):
15485         * isearch.el (isearch-edit-string):
15486         * image-mode.el (image-mode, image-minor-mode):
15487         * ibuf-macs.el (define-ibuffer-filter):
15488         * hi-lock.el (hi-lock-find-patterns):
15489         * files.el (toggle-read-only):
15490         * ediff-util.el (ediff-copy-diff)
15491         (ediff-write-merge-buffer-and-maybe-kill):
15492         * echistory.el (Electric-history-undefined):
15493         * dnd.el (dnd-insert-text):
15494         * dired-aux.el (dired-query):
15495         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15496         * bookmark.el (bookmark-bmenu-locate):
15497         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15498         Fix `message' calls to ensure first arg is a format string.
15499         The change was made only when these two conditions were satisfied:
15500         [1] when there is a possibility that the arguments would cause an error
15501         for example, if the code in question relies on external variables
15502         such as filenames, and
15503         [2] if the arg to `message' could not have been nil in the code.
15505         * pcomplete.el (pcomplete--help): Fix `message' format spec.
15506         Not having a %s would be weird, though not technically wrong.
15508 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15510         * term/mac-win.el (mac-add-charset-info): Doc fix.
15512 2005-09-17  Romain Francoise  <romain@orebokech.com>
15514         * shell.el (shell-resync-dirs): Handle echoing processes more
15515         reliably.  Don't insert resync command if `comint-process-echoes'
15516         is non-nil.
15518 2005-09-17  Magnus Henoch  <mange@freemail.hu>
15520         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15521         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15522         aspell versions >= 0.60.
15523         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15524         only if ispell-aspell-supports-utf8 is non-nil.
15526 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15528         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15529         buffer-local value to lisp-indent-function.
15531 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
15533         * progmodes/glasses.el (glasses-make-readable): If
15534         glasses-separator differs from underscore, put appropriate
15535         overlays over underscore characters.
15536         (glasses-convert-to-unreadable): If glasses-separator differs from
15537         underscore, try to convert glasses-separator characters to
15538         underscores.
15540 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15542         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15543         Use with-syntax-table and dolist.
15545 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
15547         * textmodes/reftex-auc.el:
15548         * textmodes/reftex-cite.el:
15549         * textmodes/reftex-dcr.el:
15550         * textmodes/reftex-global.el:
15551         * textmodes/reftex-parse.el:
15552         * textmodes/reftex-ref.el:
15553         * textmodes/reftex-sel.el:
15554         * textmodes/reftex-toc.el:
15555         * textmodes/reftex-vars.el:
15556         * textmodes/reftex.el: Small changes to remove compiler warnings.
15558         * textmodes/reftex-index.el: Likewise.
15559         (reftex-query-index-phrase): More efficient use of markers.
15561 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15563         * image.el (image-load-path): New variable.
15564         (image-search-load-path): New function.
15565         (find-image): Search for images in `image-load-path'.
15567 2005-09-15  Richard M. Stallman  <rms@gnu.org>
15569         * follow.el: Change Maintainer field.
15571 2005-09-15  David Ponce  <david@dponce.com>
15573         * recentf.el (recentf-save-file-modes): New option.
15574         (recentf-save-list): Use it.
15576 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
15578         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15579         (mode-line-mule-info, mode-line-modified): Move bindings from
15580         mouse-3 to mouse-1.
15582 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15584         * simple.el (sendmail-user-agent-compose): Revert last change.
15586 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15588         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15589         Use with-current-buffer.
15590         (ange-ftp-gwp-start): Remove unused var `gw-user'.
15591         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15592         (ange-ftp-insert-directory): Remove unused var `short'.
15593         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15595         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15596         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15598         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15599         (check-calendar-holidays, diary-list-entries): Autoload.
15600         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15601         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15603         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15604         which mistakenly removed a call to display-buffer.
15606 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
15608         * obsolete/iso-insert.el: Move to obsolete/ from international/.
15610 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
15612         * progmodes/hideshow.el
15613         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15614         (hs-allow-nesting): New user var.
15615         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15616         (hs-hide-block-at-point): When nesting allowed,
15617         if there is already an overlay in place, delete it.
15618         (hs-safety-is-job-n): Delete func; remove call sites.
15619         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15620         (hs-overlay-at): New func.
15621         (hs-already-hidden-p, hs-show-block): Use it.
15622         (hs-hide-all): Don't pre-clean if nesting allowed.
15623         (hs-show-all): Temporarily disallow
15624         nesting around call to `hs-discard-overlays'.
15626 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
15628         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15629         Delete unused local var.
15631 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
15633         * help-fns.el (describe-categories): "?\ " -> "?\s".
15634         (help-do-arg-highlight): Recognize also ARG-n, as in
15635         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
15637         * international/codepage.el (dos-unsupported-char-glyph):
15638         * net/newsticker.el (tool-bar-map, w3-mode-map)
15639         (w3m-minor-mode-map):
15640         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15641         (ent-alist):
15642         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15644 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
15646         * custom.el (custom-push-theme): Handle the case where a symbol is
15647         bound but face properties have not yet been assigned.
15649         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15650         Fix behavior if noerase is `t' and there is no mail buffer.
15652         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15653         if `continue' is nil, rather than signal an error.
15655 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15657         * font-lock.el (font-lock-keywords): Add autoload.
15659         * help-fns.el (describe-variable): Rearrange to put source link
15660         in a predictable place.
15662         * net/newsticker.el: New file.
15664 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15666         * calendar/calendar.el (calendar-for-loop): Add edebug info.
15667         (calendar-basic-setup): Use the new nil arg.
15668         (number-of-diary-entries): Move to diary-lib.el.
15670         * calendar/diary-lib.el: Use with-current-buffer, match-string.
15671         (diary-list-entries): Use with-syntax-table and dolist.
15672         Rename from list-diary-entries.
15673         Use number-of-diary-entries if `number' is nil.
15674         (diary, diary-view-entries): Use this new name and new nil arg value.
15675         (number-of-diary-entries): Move from calendar.el.
15676         (diary-unhide-everything): New function.
15677         (include-other-diary-files, fancy-diary-display)
15678         (diary-show-all-entries, make-diary-entry): Use it.
15679         (diary-mail-entries): Use buffer-string.
15680         (mark-diary-entries): Fix long standing paren typo.
15681         (diary-sexp-entry): Use count-lines.
15682         (make-diary-entry): Avoid `previous-line'.
15683         (diary-mode-map): New var.
15684         (diary-mode): Redraw cal after saving.  Setup header-line.
15685         (fancy-diary-display-mode): Use local-set-key.
15687         * startup.el (command-line): Try calling various terminal-init-foo-bar
15688         functions by stripping hyphenated suffixes from $TERM.
15690         * files.el (normal-mode): Check boundness of font-lock-keywords.
15692 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15694         * progmodes/compile.el: Don't decide a file's directory
15695         until the user actually tries to go there.
15696         (compilation-next-error-function):
15697         Pass compilation-find-file the directory from the file-struct.
15698         (compilation-internal-error-properties): Separate local FILE-STRUCT
15699         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
15700         (compilation-find-file): Arg DIR renamed to DIRECTORY.
15701         Expand it, and if nil, use default-directory.
15702         (compilation-get-file-structure): Don't mix specified directory
15703         with default directory.  Put specified directory into
15704         file-struct.  Don't make the file name absolute.
15706         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15707         (compile-command): Add autoload.
15708         (compilation-disable-input): Add autoload.
15710 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
15712         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15713         strings of the variables it can override.
15714         (time-stamp): New (as yet undocumented) time-stamp-format escapes
15715         %Q and %q, for fully-qualified domain name and unqualified host name.
15717 2005-09-11  Kim F. Storm  <storm@cua.dk>
15719         * emacs-lisp/authors.el (authors-aliases): Update list.
15720         (authors-fixed-entries): Update mldrag.el entry.
15722 2005-09-10  Alan Mackenzie  <acm@muc.de>
15724         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15725         from the region narrowed to.
15727 2005-09-10  Magnus Henoch  <mange@freemail.hu>
15729         * textmodes/ispell.el (ispell-check-version): Signal an error if
15730         aspell version is less than 0.60.
15732 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
15734         * progmodes/octave-inf.el (inferior-octave-startup):
15735         Resync current dir at the end.
15737 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
15739         * woman.el (woman-topic-at-point-default):
15740         Rename to woman-use-topic-at-point-default.
15741         (woman-topic-at-point): Rename to woman-use-topic-at-point.
15742         (woman-file-name): Reflect renames above.  Automatically use the
15743         word at point as topic if woman-use-topic-at-point is non-nil.
15744         Otherwise offer it as default but don't insert it in the
15745         minibuffer.  Also use `test-completion' instead of `assoc' as
15746         suggested by Stefan Monnier.
15748 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
15750         * vc.el (vc-directory, vc-update-change-log): Throw an error on
15751         the attempt to do it over Tramp.  This is not yet supported.
15753 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
15755         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15756         (menu-bar-non-minibuffer-window-p): New functions.
15757         ("Split Window", "Save As..."): Use them.
15758         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15759         ("Print Buffer", "Truncate Long Lines in this Buffer"):
15760         Use menu-bar-menu-frame-live-and-visible-p.
15761         ("Save Buffer", "Insert File", "Open Directory...")
15762         ("Open File...", "Visit New File..."):
15763         Use menu-bar-non-minibuffer-window-p.
15764         (kill-this-buffer-enabled-p, dired <menu-enable>):
15765         Use menu-bar-non-minibuffer-window-p.
15767 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15769         * cus-start.el (all): Don't complain about fringe-related
15770         built-ins if fringes are not supported.  Ditto about
15771         selection-related built-ins.  Fix the test for GTK-related built-ins.
15773         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15774         ("Postscript Print Buffer", "Print Region", "Save As...")
15775         ("Save", "Insert File...", "Open Directory...")
15776         ("Open File...", "Visit New File..."")
15777         ("Truncate Long Lines in this Buffer"): Don't look at
15778         menu-updating-frame if this display does not support multiple frames.
15780 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15782         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15784 2005-09-09  Emilio Lopes  <eclig@gmx.net>
15786         * woman.el: Format- and whitespace-related changes.
15788 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15790         * woman.el: Fix my email address.
15792 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15794         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15795         (sh-mode): Locally set skeleton-pair-default-alist.
15797         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15799         * progmodes/flymake.el: Require `compile' unconditionally.
15801         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15803         * woman.el (woman-file-name): Provide a default, not initial input.
15805         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15807         * font-lock.el (font-lock-support-mode): Doc fix.
15809         * descr-text.el (describe-property-list): Handle non-symbol prop names.
15811 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15813         * simple.el (blink-matching-open): Get rid of text props from
15814         the string shown in echo area.  Don't permanently set point.
15815         Some rearrangements.
15817 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15819         * recentf.el (recentf-filename-handler): Add custom choice
15820         `abbreviate-file-name'.
15822         * msb.el (msb--very-many-menus): Fix typo.
15824         * disp-table.el (standard-display-european): Don't set
15825         enable-multibyte-characters to nil.
15827 2005-09-08  David Ponce  <david@dponce.com>
15829         * recentf.el (recentf-show-file-shortcuts-flag): New option.
15830         (recentf-expand-file-name): Doc fix.
15831         (recentf-dialog-mode-map): Define digit shortcuts.
15832         (recentf--files-with-key): New variable.
15833         (recentf-show-digit-shortcut-filter): New function.
15834         (recentf-open-files-items): New function.
15835         (recentf-open-files): Use it.
15836         (recentf-open-file-with-key): New command.
15838 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
15840         * buff-menu.el (Buffer-menu-sort-by-column): New function.
15841         Suggested by Kim F. Storm.
15842         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15843         (Buffer-menu-make-sort-button): Use global keymap.
15845 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
15847         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15848         (Man-getpage-in-background-advice): Remove defadvice; it isn't
15849         necessary any longer with the remapped command.
15850         (Man-bgproc-sentinel-advice): Remove defadvice which counts
15851         formatting time only.
15853         * net/tramp.el (tramp-action-password)
15854         (tramp-multi-action-password): Compile the password prompt from
15855         `method', `user' and `host'.  Sometimes it isn't obvious which
15856         password to enter, for example with remote files offered by
15857         recentf.el, or with multiple steps.  Suggested by Robert Marshall
15858         <robert@chezmarshall.freeserve.co.uk>.
15860 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15862         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15863         Fix regexp for when "s///" is at the beginning of line.
15865 2005-09-07  Jay Belanger  <belanger@truman.edu>
15867         * calc/calc-poly.el (math-expand-term): Multiply out any powers
15868         when in matrix mode.
15870 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15872         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15873         non-anonymous functions.
15875 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
15877         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15878         when using a header line.  Otherwise, use mouse-1-click-follows-link.
15880         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15881         can't be moved; don't signal an error.
15883 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
15885         * cus-theme.el (custom-theme-write-faces): Save the current face
15886         spec, not the defface spec.
15888         * custom.el (custom-known-themes): Clarify meaning of "standard".
15889         (custom-push-theme): Save old values in the standard theme.
15890         (disable-theme): Correct typo.
15891         (custom-face-theme-value) Deleted unused function.
15892         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15894 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15896         * progmodes/compile.el (compilation-goto-locus): Take into account
15897         iconified frames when determining whether the buffer is
15898         already visible.
15899         Don't reset window height if the window already existed.
15901 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
15903         * custom.el (load-theme): Rename from require-theme.
15904         Add interactive spec.
15905         (enable-theme): Rename from custom-enable-theme.
15906         Add interactive spec.
15907         (disable-theme): Rename from custom-disable-theme.
15908         Add interactive spec.
15909         (custom-make-theme-feature): Doc fix.
15910         (custom-theme-directory): Doc fix.
15911         (provide-theme): Call enable-theme.
15913 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15915         * obsolete/lazy-lock.el (lazy-lock-mode):
15916         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15917         font-lock-mode if it's off.  Print a warning instead.
15919         * progmodes/compile.el (compilation-start): Ignore errors if the
15920         process died before we get to send-eof.
15922         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15923         Undo last change.  Enclosing the result in quotes broke things on Unix
15924         since tex-send-command passes it through shell-quote-argument.
15925         (tex-send-command): Pass `file' through convert-standard-filename
15926         when possible.
15927         (tex-uptodate-p): Handle the case where TeX hasn't put additional
15928         info in a transcript.
15930 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
15932         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15933         fix compilation warning.  Reorder the key definitions to group
15934         together keys emitted by the current version of xterm.
15936         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15937         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15938         Reorder predicates to correct min-color usage.
15940 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
15942         * longlines.el (longlines-mode): Inhibit read-only when encoding.
15943         Kill local variables when longlines-mode is turned off.
15945 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15947         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15949         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15951         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15953         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15954         (font-lock-lines-before): Change default to being inactive.
15955         (font-lock-default-fontify-region): Obey font-lock-lines-before.
15956         (font-lock-after-change-function): Don't handle f-l-lines-before here.
15958 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15960         * net/tramp.el (tramp-handle-make-auto-save-file-name):
15961         Deactivate temporarily advice if active (not needed for Emacs 22,
15962         but for backwards compatibility).
15963         (tramp-exists-file-name-handler): Rewrite.  First implementation
15964         was too simple.
15965         (tramp-advice-make-auto-save-file-name):
15966         Call `tramp-handle-make-auto-save-file-name' (again, just for
15967         backwards compatibility).
15969 2005-08-31  Reto Zimmermann  <reto@gnu.org>
15971         * progmodes/vhdl-mode.el
15972         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15973         (vhdl-end-p): Fix indentation bug "else" after "-- when".
15974         (vhdl-set-default-project): New function (easier setting of default).
15975         (vhdl-port-copy): Handle extended identifiers for generics.
15976         (vhdl-compiler-alist): Better description for error message regexp.
15977         (vhdl-make): Query for target, use previous as default.
15978         (vhdl-port-copy): Fix port copy for port names starting with "signal".
15979         (vhdl-font-lock-keywords-2): Fix fontification for record
15980         el. assign.
15981         (vhdl-speedbar-make-subpack-line): Add package body link.
15982         (vhdl-generate-makefile-1): Not include itself as dependency.
15983         (vhdl-font-lock-init): Highlight c-preprocessor directives.
15984         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15985         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15986         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15987         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15988         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15989         (vhdl-import-project): Add string argument for `error'.
15990         (vhdl-compose-configuration)
15991         (vhdl-compose-configuration-architecture): Add configuration
15992         declaration generation.
15993         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15994         (vhdl-trailer-re): Add "record" keyword (better indentation).
15995         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15996         "[^ \t-\"]+".
15997         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15998         (vhdl-testbench-entity-file-name)
15999         (vhdl-testbench-architecture-file-name): Allow separate
16000         customization of testbench file names.
16001         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16002         (vhdl-get-visible-signals): Allow newline within alias declaration.
16003         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16004         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16005         (member-ignore-case): Alias for missing function in XEmacs.
16006         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16007         (vhdl-update-sensitivity-list): Ignore case on read signals.
16008         (vhdl-replace-string): Adjust case only for file names.
16009         (vhdl-update-sensitivity-list): Fix search for read signals.
16010         (vhdl-update-sensitivity-list): Exclude formal parameters.
16011         (vhdl-get-visible-signals): Include aliases of signals.
16012         (vhdl-get-visible-signals): Fix signal name searching.
16013         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16014         (vhdl-fixup-whitespace-region): Fix for character
16015         literals (e.g. `:').
16017 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16019         * ansi-color.el (comint-last-output-start):
16020         * bs.el (font-lock-verbose):
16021         * diff-mode.el (add-log-buffer-file-name-function):
16022         * dired-x.el (vm-folder-directory):
16023         * faces.el (help-xref-stack-item):
16024         * files.el (font-lock-keywords):
16025         * find-lisp.el (dired-buffers, dired-subdir-alist):
16026         * ido.el (cua-inhibit-cua-keys):
16027         * log-view.el (cvs-minor-wrap-function):
16028         * outline.el (font-lock-warning-face):
16029         * simple.el (compilation-current-error):
16030         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16031         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16032         * tooltip.el (comint-prompt-regexp):
16033         * w32-fns.el (explicit-shell-file-name):
16034         * term/mac-win.el (mac-charset-info-alist)
16035         (mac-services-selection, mac-system-script-code):
16036         * term/tty-colors.el (msdos-color-values):
16037         * term/w32-win.el (xlfd-regexp-registry-subnum):
16038         * term/x-win.el (x-keysym-table, x-selection-timeout)
16039         (x-session-id, x-session-previous-id):
16040         * textmodes/ispell.el (mail-yank-prefix):
16041         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16042         * textmodes/org.el (calc-embedded-close-formula)
16043         (calc-embedded-open-formula)
16044         (font-lock-unfontify-region-function):
16045         * textmodes/reftex-global.el (isearch-next-buffer-function)
16046         (TeX-master):
16047         * textmodes/reftex.el (font-lock-keywords):
16048         * textmodes/tex-mode.el (font-lock-comment-face)
16049         (font-lock-doc-face):
16050         * textmodes/texinfo.el (outline-heading-alist):
16051         Add defvars.
16053         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16054         (artist-spray-chars, artist-mode-init, artist-replace-string)
16055         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16056         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16057         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16059         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16060         (conf-align-assignments): "?\ " -> "?\s".
16062         * textmodes/reftex-index.el (TeX-master): Add defvar.
16063         (reftex-index-phrases-marker): Move up defvar.
16065         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16066         (reftex-toc-include-labels-indicator)
16067         (reftex-toc-include-index-indicator)
16068         (reftex-toc-max-level-indicator): Move up declarations.
16070         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16071         of args to `tramp-run-real-handler', even if it's empty in this case.
16073 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16075         * dired.el (dired-move-to-filename-regexp): Add date format for
16076         Mac OS X 10.3 in East Asian locales.
16078 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
16080         * files.el (make-auto-save-file-name): Add file name handler call
16081         if applicable.
16083         * net/tramp.el (tramp-file-name-handler-alist)
16084         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16085         (tramp-handle-make-auto-save-file-name): Rename from
16086         `tramp-make-auto-save-file-name'.
16087         (tramp-exists-file-name-handler): New defun.
16088         (tramp-advice-make-auto-save-file-name): Make defadvice only when
16089         `make-auto-save-file-name' is not a magic file name operation.
16091 2005-08-30  Richard M. Stallman  <rms@gnu.org>
16093         * files.el (risky-local-variable-p):
16094         Match `-predicates' and `-commands.
16096         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16097         (custom-save-all): Visit the file if necessary;
16098         kill the buffer if we created it.
16099         (custom-save-delete): Don't visit file or kill buffer here.
16101 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
16103         * textmodes/org.el (org-special-keyword): New face.
16104         (org-table-copy-down, org-table-eval-formula)
16105         (org-table-recalculate, org-init-section-numbers):
16106         Use `string-to-number' instead of `string-to-int'.
16107         (org-get-location): Use `insert-buffer-substring' instead of
16108         `insert-buffer'.
16109         (org-modify-diary-entry-string): New function.
16110         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16111         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16112         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16113         active region.
16114         (org-export-as-html): Handle QUOTE keyword.
16115         (org-quote-string): New option.
16116         (org-bookmark-jump-unhide): New function, used for
16117         `bookmark-after-jump-hook'.
16118         (org-diary-default-entry): Apply only when not called through
16119         `org-agenda'.
16121 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
16123         * net/eudc.el (mode-popup-menu):
16124         * play/handwrite.el (ps-printer-name, ps-lpr-command):
16125         * progmodes/ada-mode.el (compile-auto-highlight)
16126         (skeleton-further-elements):
16127         * progmodes/autoconf.el (font-lock-syntactic-keywords):
16128         * progmodes/cmacexp.el (msdos-shells):
16129         * progmodes/compile.el (font-lock-extra-managed-props)
16130         (font-lock-keywords, font-lock-maximum-size)
16131         (font-lock-support-mode):
16132         * progmodes/grep.el (font-lock-lines-before):
16133         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16134         * progmodes/mixal-mode.el (compile-command):
16135         * progmodes/perl-mode.el (font-lock-comment-face)
16136         (font-lock-doc-face, font-lock-string-face):
16137         * progmodes/prolog.el (comint-prompt-regexp):
16138         * progmodes/sh-script.el (font-lock-comment-face)
16139         (font-lock-set-defaults, font-lock-string-face):
16140         * progmodes/sql.el (font-lock-keyword-face)
16141         (font-lock-set-defaults, font-lock-string-face):
16142         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16143         (itimer-version, lazy-lock-defer-contextually)
16144         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16145         Add defvars.
16147         * progmodes/cperl-mode.el (cperl-electric-lbrace)
16148         (cperl-electric-keyword, cperl-electric-pod)
16149         (cperl-electric-backspace, cperl-forward-re)
16150         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16151         (vc-rcs-header, vc-sccs-header): Add defvars.
16153         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16154         (font-lock-syntactic-keywords, gud-find-expr-function):
16155         Add defvars.
16157         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16158         (gdb-frame-parameters): Declare before use.
16160         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16161         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16162         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16163         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16165         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16166         (idlwave-help-with-source): Use `insert-buffer-substring', not
16167         `insert-buffer'.
16169 2005-08-29  Juri Linkov  <juri@jurta.org>
16171         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16172         Put outline-back-to-heading function call inside save-excursion.
16174 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
16176         * man.el (Man-init-defvars, Man-translate-references)
16177         (Man-support-local-filenames, Man-highlight-references):
16178         * progmodes/sql.el (sql-interactive-mode):
16179         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16181         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16182         (compilation-mode-font-lock-keywords): Add defvars.
16183         (checkdoc-interactive-loop): "?\ " -> "?\s".
16185         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16186         (font-lock-doc-face, font-lock-string-face)
16187         (font-lock-keywords-case-fold-search): Add defvars.
16188         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16190         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16191         Don't pass X and Y (they are ignored anyway).
16192         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16193         (mouse-delete-window): Make arguments optional.
16195         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16196         (caesar-translate-table, minor-modes, news-buffer-save)
16197         (news-group-name, news-minor-modes): Add defvars.
16199         * emacs-lisp/lselect.el (mouse-highlight-priority)
16200         (x-lost-selection-functions, zmacs-regions):
16201         * emacs-lisp/pp.el (font-lock-verbose):
16202         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16203         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16204         (ses-mode-map):
16205         * emacs-lisp/tcover-unsafep.el (safe-functions):
16206         * international/mule-cmds.el (mac-system-coding-system)
16207         (mac-system-locale):
16208         * language/ethio-util.el (rmail-current-message)
16209         (rmail-message-vector):
16210         * language/thai-util.el (thai-auto-composition-mode):
16211         * mail/metamail.el (rmail-current-message, rmail-message-vector):
16212         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16213         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16214         (vm-primary-inbox, vm-spool-files):
16215         * mail/rmail.el (deleted-head, font-lock-fontified)
16216         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16217         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16218         (total-messages):
16219         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16220         (rmail-summary-mode-map):
16221         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16222         (rmail-last-label, rmail-last-multi-labels)
16223         (rmail-summary-vector, rmail-total-messages):
16224         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16225         * mail/rmailsum.el (msgnum):
16226         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16227         (rmail-current-message):
16228         * obsolete/fast-lock.el (font-lock-face-list):
16229         * obsolete/rnewspost.el (mail-reply-buffer):
16230         * obsolete/scribe.el (compile-command):
16231         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16233 2005-08-28  John Paul Wallington  <jpw@gnu.org>
16235         * ibuf-ext.el (ibuffer-auto-update-changed):
16236         Use `frame-or-buffer-changed-p' to check whether we need to update.
16237         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16238         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
16239         as a `frame-or-buffer-changed-p' state vector instead.
16241 2005-08-27  Romain Francoise  <romain@orebokech.com>
16243         * textmodes/makeinfo.el (makeinfo-compile):
16244         Use `compilation-start'.  Set `next-error-function' according to
16245         `disable-errors'.
16246         (makeinfo-next-error): New function.
16247         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16248         (makeinfo-buffer): Likewise.
16250         * progmodes/compile.el (compilation-start): Add autoload cookie.
16252         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16253         * textmodes/sgml-mode.el: Likewise.
16254         * progmodes/python.el: Likewise.
16256 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
16258         * simple.el (blink-matching-paren-distance): Document the meaning
16259         of nil value, and allow to customize to nil.
16261         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16262         command.com, not command.exe.
16264 2005-08-26  John Wiegley  <johnw@newartisans.com>
16266         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16267         code around a bit so that an extraneous nil argument is not added
16268         to a command when no args are given.
16270         * eshell/esh-arg.el (eshell-parse-double-quote): If a
16271         double-quoted argument resolves to nil, return it as an empty
16272         string rather than as nil.  This made it impossible to pass "" to
16273         a shell script as a null string argument.
16275 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16277         * outline.el (outline-invent-heading): New fun.
16278         (outline-promote, outline-demote): Use it.
16279         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16280         (outline-end-of-subtree): Remove unused var `opoint'.
16282 2005-08-26  David Reitter  <david.reitter@gmail.com>
16284         * menu-bar.el (truncate-lines, write-file, print-buffer)
16285         (ps-print-buffer-faces, ps-print-buffer, split-window):
16286         Disable menu items when the frame they refer to is invisible, or when
16287         they refer to a buffer and the minibuffer is selected.
16289 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
16291         * progmodes/flymake.el (flymake-highlight-err-lines):
16292         Use save-excursion around flymake-highlight-line to preserve point.
16294 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
16296         * progmodes/octave-mod.el: Change Author and Maintainer address.
16297         (octave-maintainer-address): Change Kurt's email address.
16298         * progmodes/octave-inf.el: Change Author and Maintainer address.
16299         * progmodes/octave-hlp.el: Change Author and Maintainer address.
16301 2005-08-26  Kim F. Storm  <storm@cua.dk>
16303         * subr.el (version-list-<, version-list-<=, version-list-=):
16304         Rename from integer-list-*.
16305         (version-list-not-zero): Likewise.  Fix while loop.
16306         (version=): Use version-list-= instead of string-equal.
16308 2005-08-26  Richard M. Stallman  <rms@gnu.org>
16310         * outline.el (outline-promote): Try shortening the heading.
16311         As last resort, read the heading to use.
16312         (outline-demote): As last resort, read the heading to use.
16314 2005-08-26  Romain Francoise  <romain@orebokech.com>
16316         * progmodes/compile.el (compilation-start): Doc fix.
16318         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16319         (antlr-font-lock-additional-keywords): Fix reference to
16320         `antlr-font-lock-literal-regexp' erroneously changed during the
16321         mass face rename.
16322         (antlr-run-tool): Use `compilation-start'.
16324         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16325         instead of the obsolete `compile-internal'.
16327 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
16329         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16330         (number, original-date):
16331         * calendar/cal-china.el (date):
16332         * calendar/cal-coptic.el (date):
16333         * calendar/cal-french.el (date):
16334         * calendar/cal-hebrew.el (date, entry, number, original-date):
16335         * calendar/cal-islam.el (date, number, original-date):
16336         * calendar/cal-iso.el (date):
16337         * calendar/cal-julian.el (date):
16338         * calendar/cal-mayan.el (date):
16339         * calendar/cal-menu.el (date, event):
16340         * calendar/cal-persia.el (date):
16341         * calendar/lunar.el (date):
16342         * calendar/solar.el (date): Add defvars.
16344         * emerge.el:
16345         * ibuffer.el:
16346         * info-xref.el:
16347         * obsolete/bg-mouse.el:
16348         * obsolete/sun-curs.el:
16349         * obsolete/swedish.el: Move the `defvar's to the top level.
16351         * smerge-mode.el (smerge-refined-change): Add :group.
16353 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16355         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16356         (smerge-keep-n): Remove props.
16357         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16358         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16359         now that it's done in smerge-keep-n.
16360         (smerge-refined-change): New face.
16361         (smerge-refine-chopup-region, smerge-refine-highlight-change)
16362         (smerge-refine): New funs.
16363         (smerge-basic-map): Bind smerge-refine.
16365 2005-08-25  Juri Linkov  <juri@jurta.org>
16367         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16368         compilation-process-setup-function and compilation-disable-input
16369         in grep-mode instead of let-bindings in grep.
16371         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16372         Delete "Automatic File De/compression" (auto-compression-mode).
16374 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
16376         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16377         Silence warning about non-existent variable.
16379 2005-08-25  Richard M. Stallman  <rms@gnu.org>
16381         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16382         Rename "Describe Key" to "Describe Key or Mouse Operation".
16384         * mail/mailalias.el (build-mail-aliases): Delete comments
16385         from the contents before processing them.
16387         * isearch.el (isearch-edit-string): Erase the Search prompt
16388         if user enters an empty string and there is no default.
16390         * comint.el (comint-file-name-prefix): Add autoload.
16392 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
16394         * subr.el (play-sound): Rearrange to avoid warning.
16396 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
16398         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16399         New hook.
16400         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16402 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16404         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16406         * custom.el (custom-theme-set-variables): Sort minor modes last.
16408 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16410         * subr.el (version-separator, version-regexp-alist): New vars used by
16411         version comparison funs.
16412         (integer-list-<, integer-list-=, integer-list-<=)
16413         (integer-list-not-zero): New funs for integer list comparison.
16414         (version-to-list, version=, version<, version<=): New funs for version
16415         comparison.
16417 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
16419         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16420         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16421         time to silence the byte-compiler.
16423         * ibuffer.el (ibuffer-compile-make-eliding-form)
16424         (ibuffer-check-formats): Use `with-no-warnings' to hide references
16425         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16426         so it's silly to get warnings for it).
16427         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16428         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16429         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16430         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16431         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16432         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16433         Defvar at compile time.
16434         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16435         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16436         Declare them before use.
16438         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16439         (info-xref-good, info-xref-bad): Defvar at compile time.
16441         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16442         Use `let*' instead of `let'.
16444         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16445         (*mouse-y*, menu, char): Defvar at compile time.
16446         (sc::menu): Declare it before use.
16447         (sc::pack-one-line): Use `let', not `let*'.
16449         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16450         (mail-send-hook): Defvar at compile time.
16452         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16453         Defvar at compile time.
16455         * term/sun-mouse.el (current-global-mousemap)
16456         (current-local-mousemap): Declare them before use.
16458 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
16460         * bookmark.el (bookmark-after-jump-hook): New hook.
16461         (bookmark-jump): Run `bookmark-after-jump-hook'.
16463 2005-08-23  Juri Linkov  <juri@jurta.org>
16465         * faces.el (minibuffer-prompt): Doc fix.
16467 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
16469         * progmodes/xscheme.el: Trivial changes to silence warnings.
16470         (xscheme-previous-mode, xscheme-previous-process-state):
16471         Add defvars.
16472         (xscheme-last-input-end, xscheme-process-command-line)
16473         (xscheme-process-name, xscheme-buffer-name)
16474         (xscheme-expressions-ring-max, xscheme-expressions-ring)
16475         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16476         (xscheme-control-g-synchronization-p)
16477         (xscheme-control-g-disabled-p, xscheme-string-receiver)
16478         (default-xscheme-runlight, xscheme-runlight)
16479         (xscheme-runlight-string, xscheme-process-filter-state)
16480         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16481         Move to beginning of file.
16482         (scheme-interaction-mode-commands-alist)
16483         (scheme-interaction-mode-map, scheme-debugger-mode-map):
16484         Declare them before use.  Note: the initialization code for the
16485         variables has not been moved because it uses functions that reference
16486         the variables.
16487         (xscheme-control-g-message-string, xscheme-process-filter-alist)
16488         (xscheme-prompt-for-expression-map): Declare them before use.
16489         (scheme-debugger-mode-commands): "?\ " -> "?\s".
16491 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
16493         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16495 2005-08-22  Juri Linkov  <juri@jurta.org>
16497         * faces.el (set-face-underline): Delete this duplicate function
16498         and make an obsolete alias to set-face-underline-p.
16499         (set-face-underline-p): Use docstring of set-face-underline.
16500         (describe-face): Create hyperlink to parent face.
16502         * info.el (Info-insert-dir): Use save-excursion around
16503         insert-buffer-substring.
16504         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16505         (Info-escape-percent): Delete function.
16506         (Info-fontify-node): Replace Info-escape-percent by
16507         replace-regexp-in-string with REP arg set to lambda that
16508         duplicates `%' and preserves text properties.
16510         * progmodes/compile.el (compilation-disable-input): Doc fix.
16511         (define-compilation-mode): Doc fix and refill.
16512         (kill-compilation): Use `mode-name' in the error message.
16513         (compilation-find-file): Use `compilation-error' in the
16514         read-file-name's prompt.
16516 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16518         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16519         (smerge-auto-leave): Make undo re-enable the mode.
16520         (debug-ignored-errors): Add the user-error of impossible resolution.
16521         (smerge-resolve): Move things around a bit, in preparation for later.
16522         (smerge-diff): Don't fail if the buffer has no associated file.
16523         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16524         (smerge-conflict-overlay): New function.
16525         (smerge-match-conflict): Don't add text properties here.
16526         (smerge-find-conflict): Instead, add an overlay here.
16527         Also check for the case where we're inside a conflict already, so as to
16528         obviate the need for font-lock-multiline, which is unbearably slow with
16529         large conflicts and ciomplex font-lock patterns.
16530         (smerge-remove-props): Remove overlay rather than text-properties.
16531         (smerge-mode): Don't set font-lock-multiline.
16532         Remove overlays when turned off.
16534 2005-08-21  Kim F. Storm  <storm@cua.dk>
16536         * ido.el (ido-ignore-item-p): Use save-match-data.
16537         Bind case-fold-search to ido-case-fold locally.
16539 2005-08-20  Richard M. Stallman  <rms@gnu.org>
16541         * files.el (normal-mode): If font lock is on, turn it off and on.
16543         * subr.el (replace-regexp-in-string): Doc fix.
16545         * startup.el (command-line-1): Don't suppress startup screen
16546         due to existing processes.
16548         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16550         * progmodes/compile.el (compilation-disable-input): Default to nil.
16552 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16554         * progmodes/compile.el (compilation-disable-input): New defcustom.
16555         (compilation-start): If compilation-disable-input is non-nil, send
16556         EOF to the compilation process.
16558 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
16560         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16561         Run the argument of tex-shell-cd-command through
16562         convert-standard-filename, to get the correct style of slashes on
16563         Windows, and enclose the result in quotes, in case the file name
16564         includes whitespace or other special characters.
16566 2005-08-19  Andreas Schwab  <schwab@suse.de>
16568         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16569         process.
16571 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
16573         * cus-start.el (minibuffer-prompt-properties): Correct typo.
16575 2005-08-18  Kim F. Storm  <storm@cua.dk>
16577         * scroll-lock.el: Fix errors due to incorrect line wrapping.
16579 2005-08-18  Richard M. Stallman  <rms@gnu.org>
16581         * scroll-lock.el: New file.
16583 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
16585         * dired.el (dired-move-to-end-of-filename):
16586         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16588 2005-08-18  Kim F. Storm  <storm@cua.dk>
16590         * ido.el (ido-everywhere): Fix defcustom :set function to disable
16591         rather than toggle mode when custom value is nil.
16592         (ido-everywhere): Fix defun doc string.
16594 2005-08-17  Richard M. Stallman  <rms@gnu.org>
16596         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16597         as tag instead of "Inviolable".
16599 2005-08-17  Kim F. Storm  <storm@cua.dk>
16601         * windmove.el (windmove-coordinates-of-position): Remove.
16602         (windmove-coordinates-of-window-position): Remove.
16603         (windmove-reference-loc): Use posn-at-point instead.
16605         * subr.el (insert-for-yank-1): Doc fix.
16607         * ido.el (ido-enter-matching-directory): Rename from
16608         ido-enter-single-matching-directory.  Change `slash' choice to
16609         `only'.  Add `first' choice.
16610         (ido-exhibit): Adapt to above changes.
16612 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
16614         * Makefile.in: Expand comment about building loaddefs.el.
16616 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
16618         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16619         Comment use of defadvice.
16621         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16623 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
16625         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16626         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16627         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16628         * progmodes/idlw-shell.el, progmodes/ld-script.el,
16629         * progmodes/which-func.el, ruler-mode.el, strokes.el,
16630         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16631         for backward compatibility for faces that did not appear in the
16632         previous Emacs release.
16634         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16636 2005-08-15  Kim F. Storm  <storm@cua.dk>
16638         * emulation/cua-base.el (cua-delete-region): Return t if
16639         deleted region was non-empty.
16640         (cua-replace-region): Inhibit overwrite-mode for
16641         self-insert-command if replaced region was non-empty.
16642         (cua--explicit-region-start, cua--status-string): Make them
16643         buffer-local at top-level...
16644         (cua-mode): ...rather than when mode is enabled.
16646 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
16648         * progmodes/vhdl-mode.el (vhdl-emacs-21):
16649         Set t for Emacs 21, 22, and so on.
16651 2005-08-15  David Ponce  <david@dponce.com>
16653         * tree-widget.el: Update Commentary header.
16654         (tree-widget-theme): Doc fix.
16655         (tree-widget-space-width): New option.
16656         (tree-widget-image-properties): Look up in the default theme too.
16657         (tree-widget--cursors): Only for images with arrow pointer shape.
16658         (tree-widget-lookup-image): Pointer shape is hand by default.
16659         (tree-widget-icon): Rename generic icon widget from
16660         `tree-widget-control'.
16661         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16662         derive from `tree-widget-icon'.
16663         (tree-widget-handle): Improve default look and feel of the text
16664         representation.
16665         (tree-widget): Rename :*-control properties to :*-icon properties.
16666         Add :action and :help-echo properties.
16667         (tree-widget-after-toggle-functions): Move.
16668         (tree-widget-close-node, tree-widget-open-node): Remove.
16669         (tree-widget-before-create-icon-functions): New hook.
16670         (tree-widget-value-create): Update to allow customization of icons
16671         and nodes at run-time via that new hook.
16672         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16673         (tree-widget-icon-action, tree-widget-icon-help-echo)
16674         (tree-widget-action, tree-widget-help-echo): New functions.
16676 2005-08-15  Kim F. Storm  <storm@cua.dk>
16678         * ido.el (ido-buffer-internal): Use with-no-warnings.
16679         (ido-make-merged-file-list): Use while-no-input.
16681 2005-08-15  Richard M. Stallman  <rms@gnu.org>
16683         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16684         (flyspell-large-region): Fix doc and custom type.
16686 2005-08-14  Richard M. Stallman  <rms@gnu.org>
16688         * files.el (interpreter-mode-alist): Doc fix.
16690         * mail/rmail.el (rmail-nonignored-headers): New variable.
16691         (rmail-clear-headers): Use it.
16692         (rmail-reply): Better handling of mail-followup-to header.
16694         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16695         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
16696         don't try to refer to executable-font-lock-keywords.
16697         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16698         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16699         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16700         (sh-mode): Set comment-start-skip, local-abbrev-table,
16701         imenu-case-fold-search.
16702         (sh-set-shell): Don't set them here.
16703         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
16704         Don't cache the results in the original alist; don't ever modify
16705         that alist.
16707         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16709         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16710         empty.
16712 2005-08-15  Andreas Schwab  <schwab@suse.de>
16714         * desktop.el: Put autoload cookie at risky-local-variable declarations.
16716         * dired.el, info.el, mail/rmail.el: Revert last change.
16718 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
16720         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16721         modification in `eval-after-load' form.
16722         * info.el: Likewise.
16723         * mail/rmail.el: Likewise.
16725 2005-08-14  Juri Linkov  <juri@jurta.org>
16727         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16728         Remove highlighting of "Compilation started".  Highlight only
16729         the word "finished" in "Compilation finished".  Add highlighting
16730         of "interrupt", "killed", "terminated" and the exit code.
16731         (compilation-start): Add newline after header.  Use exactly the
16732         same time stamp format as the finishing message.
16733         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16735         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16736         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16737         Add highlighting of "interrupt", "killed", "terminated".
16739         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16740         enabled and the current command is self-insert-command, call it
16741         explicitly with overwrite-mode bound to nil, to not allow it
16742         to delete the character after the selected region.
16744 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
16746         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16747         move-end-of-line, end-of-line, and beginning-of-line to the list
16748         of commands after which the echo area is updated.
16750 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
16752         * cus-edit.el (custom-save-all, custom-save-delete):
16753         Bind recentf-exclude to exclude custom-file.
16755 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
16757         * mail/rmailsum.el (rmail-summary-end-of-message): New command
16758         to go to the bottom of the mail message.  Added to
16759         `rmail-summary-mode-map' with key "/".
16760         (rmail-summary-show-message): New (internal) function for use by
16761         both `rmail-summary-beginning/end-of-message'.
16762         (rmail-summary-beginning-of-message): Change to use
16763         rmail-summary-show-message.
16765         * mail/rmail.el (rmail-end-of-message): New command to go to the
16766         end of the current message.  Added to `rmail-mode-map' with key "/".
16767         (rmail-beginning-of-message): Fix to work as documented.
16768         (rmail-mode): Change documentation.
16770         * progmodes/compile.el (compilation-start): Add the line
16771         "Compilation started" with compilation start time.
16772         (compilation-mode-font-lock-keywords): Add `started' to keywords.
16774 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
16776         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16777         of menu items.
16779 2005-08-11  Richard M. Stallman  <rms@gnu.org>
16781         * simple.el (pop-global-mark): Reverse test of widen-automatically.
16783         * battery.el (battery-status-function): Don't use ignore-errors.
16785 2005-08-11  Lute Kamstra  <lute@gnu.org>
16787         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16788         define-obsolete-variable-alias.
16790 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16792         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16793         (ange-ftp-send-cmd): Revert last change, and expand
16794         the comment explaining the problem.
16796 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
16798         * ldefs-boot.el: Update.
16800         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16801         item to "Time, Load and Mail".  Change help echo text.
16803         * time.el (display-time-use-mail-icon, display-time-format)
16804         (display-time-string-forms): Shorten first line of docstrings.
16806 2005-08-10  Lars Hansen  <larsh@soem.dk>
16808         * desktop.el (desktop-buffer-mode-handlers):
16809         Make non-customizable.  Add autoload cookie.  Change initial value to
16810         nil; add elements in respective modules instead.  Fix doc string.
16811         (desktop-load-file): New function.
16812         (desktop-minor-mode-handlers): New autoloaded variable.
16813         (desktop-create-buffer): Call minor mode handlers.
16814         Use desktop-load-file to load major and minor mode modules prior to
16815         checking for a handler.
16816         (desktop-save): Don't add nil to desktop-minor-modes for minor
16817         modes with nil function in desktop-minor-mode-table.  Don't delete
16818         desktop file before rewriting it.
16819         (desktop-locals-to-save): Add autoload cookie.  Don't make
16820         automatically buffer-local.  Add variables column-number-mode,
16821         size-indication-mode, indent-tabs-mode,
16822         indicate-buffer-boundaries, indicate-empty-lines and
16823         show-trailing-whitespace.
16824         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16825         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
16826         (desktop-clear-preserve-buffers-regexp): Delete.
16827         (desktop-clear-preserve-buffers): Update initial value and docstring.
16828         (desktop-save-buffer): Fix doc string.
16830         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16831         (hilit-chg-desktop-restore): New function.
16832         (highlight-changes-mode): Add highlight-changes-mode to
16833         desktop-locals-to-save.
16835         * dired.el: Add handler to desktop-buffer-mode-handlers.
16836         (dired-restore-desktop-buffer): Remove autoload cookie.
16837         (dired-mode): Add autoload cookie.
16839         * info.el: Add handler to desktop-buffer-mode-handlers.
16840         (Info-restore-desktop-buffer): Remove autoload cookie.
16841         (Info-mode): Add autoload cookie.
16843         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16844         (mh-restore-desktop-buffer): Remove autoload cookie.
16845         (mh-folder-mode): Add autoload cookie.
16847         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16848         (rmail-restore-desktop-buffer): Remove autoload cookie.
16850 2005-08-11  Masatake YAMATO  <jet@gyve.org>
16852         * hexl.el (hexl-address-region):
16853         (hexl-ascii-region, hexl-font-lock-keywords):
16854         (hexl-highlight-line-range): Use the term "region"
16855         instead of "area" for consistency with the other symbols
16856         defined in hexl.el.
16858 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16860         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16861         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16862         out by Juri Linkov).  Add `display-battery-mode'.
16864 2005-08-09  Juri Linkov  <juri@jurta.org>
16866         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16867         Remove `-text' from face variable names.
16868         (compilation-error-file-name, compilation-warning-file-name)
16869         (compilation-info-file-name): Delete faces.
16870         (compilation-line-number, compilation-column-number):
16871         Remove face underlining.
16872         (compilation-message-face): Set to `underline' value by default.
16873         (compilation-error-face, compilation-warning-face)
16874         (compilation-info-face): Remove `-file-name' from face names.
16875         (compilation-error-text-face, compilation-warning-text-face)
16876         (compilation-info-text-face): Delete face variables.
16877         (compilation-text-face): Delete function.
16879         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16880         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16881         (grep-error-face): Set to `compilation-error' instead of
16882         `compilation-error-face' (which is redefined to `grep-hit-face' in
16883         grep buffers).
16884         (grep-mode-font-lock-keywords): Remove `-text' from face variable
16885         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
16887         * dired-aux.el (dired-do-query-replace-regexp):
16888         Use `query-replace-read-args'.
16890         * replace.el (query-replace-read-from, query-replace-read-to)
16891         (query-replace-read-args): Rename arg `string' to `prompt'.
16893         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16895 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16897         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16898         uploading files.
16899         (ange-ftp-canonize-filename): Handle file names beginning with ~
16900         correctly.
16902 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16904         * textmodes/fill.el (canonically-space-region)
16905         (fill-context-prefix, fill-french-nobreak-p)
16906         (fill-delete-newlines, fill-comment-paragraph)
16907         (justify-current-line): "?\ " -> "?\s".
16909 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
16911         * textmodes/fill.el (fill-nonuniform-paragraphs):
16912         Improve argument/docstring consistency.
16914 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16916         * textmodes/ispell.el (ispell-word): More fboundp checks.
16918         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16919         (find-file-noselect-1): Call it here, only if RAWFILE.
16920         (normal-mode): Always set some major mode.
16921         (save-some-buffers-action-alist): Change some explanation strings.
16922         (file-name-non-special): In the `quote' method, use unwind-protect.
16924 2005-08-09  Magnus Henoch  <mange@freemail.hu>
16926         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16927         (ispell-have-aspell-dictionaries): New variable.
16928         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16929         (ispell-get-aspell-config-value): New function.
16930         (ispell-aspell-find-dictionary): New function.
16931         (ispell-aspell-add-aliases): New function.
16932         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16933         appropriate.  Don't look for ispell dictionaries if we use aspell.
16934         (ispell-menu-map): Don't build a submenu of dictionaries.
16936 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16938         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16939         (sql-read-passwd): Use read-passwd.
16941         * progmodes/idlw-toolbar.el (idlwave-toolbar)
16942         (idlwave-toolbar-is-possible): Add defvars.
16944         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16945         Avoid warnings.
16947         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16948         (idlwave-system-class-info, idlwave-executive-commands-alist):
16949         Use defvar.
16951         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16953         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16954         Avoid warnings.
16956         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16957         and content-type: headers.
16959         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16961         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16962         and rename some of them to be more self-explanatory.
16964         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16966         * startup.el (command-line-1): Implement -scriptload.
16968         * replace.el (occur-engine): Initial *Occur* output not undoable.
16970         * menu-bar.el (menu-bar-file-menu): Rename some menu items
16971         and improve help strings.
16973         * isearch.el (isearch-repeat): When changing direction,
16974         mark search successful.
16976         * ediff-init.el: Use (featurep 'xemacs).
16978         * comint.el (send-invisible): Identify buffer, if not selected.
16980         * align.el: Delete autoload for c-guess-basic-syntax.
16982 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16984         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16985         Improve argument/docstring consistency.  Doc fixes.
16986         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16987         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16988         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16989         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16990         (r2bv-organization, r2bv-pages, r2bv-primary-author)
16991         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16992         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16993         Defvar at compile time.
16995 2005-08-09  Juri Linkov  <juri@jurta.org>
16997         * info.el: Replace `info' with upper-case `Info' where appropriate.
16998         (info-title-1, info-title-2, info-title-3, info-title-4)
16999         (info-menu-header): Move up face definitions.
17000         (info-menu-star): Rename from `info-menu-5'.
17001         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17002         (Info-fontify-visited-nodes): Fix docstring.
17003         (Info-hide-note-references): Fix docstring.
17004         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17005         menu items in the same way as on cross-references.
17006         (info-apropos): Fix sorting order and formatting to be like in the
17007         stand-alone Info browser.  Display error messages for 1 sec.
17008         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
17009         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17010         from the menu bar.
17011         (Info-insert-dir): Restore point after calling
17012         `insert-buffer-substring'.
17014 2005-08-08  Richard M. Stallman  <rms@gnu.org>
17016         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17017         (recompute-lucid-menubar): Add defvars.
17019         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17021         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17023         * net/net-utils.el (run-dig): Rename from `dig'.
17025         * play/gametree.el (gametree-mode): Use make-local-variable,
17026         not make-variable-buffer-local.
17028         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17030         * ansi-color.el (ansi-color-make-extent)
17031         (ansi-color-set-extent-face): Use fboundp, not functionp.
17033         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17034         not make-variable-buffer-local.
17036         * bookmark.el (Info-current-file): Add defvar.
17037         (bookmark-jump-noselect): Use with-no-warnings.
17039         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17041         * ebuff-menu.el (Helper-return-blurb): Add defvar.
17043         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17045         * find-file.el (ada-procedure-start-regexp)
17046         (ada-package-start-regexp): Add defvars.
17048         * info.el (Info-insert-dir): Use insert-buffer-substring.
17050         * xml.el (xml-att-def-re): Add defvar.
17052         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17053         calling convention.
17055         * subr.el (while-no-input): Return t if there is input.
17057 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
17059         * cus-start.el (all): Add `overflow-newline-into-fringe'.
17061 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
17063         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17064         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17066 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
17068         * cmuscheme.el (scheme-start-file): Replace reference to
17069         `user-emacs-directory' by "~/.emacs.d/".
17071 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
17073         * info.el (Info-dir-remove-duplicates): Avoid case folding
17074         in loop; instead, keep downcased strings for comparison.
17075         Suggested by Helmut Eller.
17077 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
17079         Sync with Tramp 2.0.50.
17081         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17082         XEmacs case; not necessary anymore.
17083         (tramp-user-regexp): Allow "@" as part of user name.
17084         (tramp-handle-set-visited-file-modtime)
17085         (tramp-handle-insert-file-contents)
17086         (tramp-handle-write-region): No special handling for
17087         `last-coding-system-used, because this is done in
17088         `tramp-accept-process-output' now.
17089         (tramp-accept-process-output): New defun.
17090         (tramp-process-one-action, tramp-process-one-multi-action)
17091         (tramp-wait-for-regexp, tramp-wait-for-output)
17092         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
17093         Howells <dhowells@redhat.com>.
17094         (clear-visited-file-modtime): Defadvice removed.  The check for
17095         unset buffer's modtime does not need to be based on
17096         `tramp-buffer-file-attributes'.  Suggested by RMS.
17097         (tramp-message): Insert "\n" if not being at beginning of line.
17098         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17099         sequence with same logic.
17100         (tramp-completion-handle-expand-file-name): Discard call of
17101         `tramp-drop-volume-letter'.  It is not necessary, and there have
17102         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17103         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17104         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17105         should always be visible.
17106         (tramp-handle-insert-directory, tramp-setup-complete)
17107         (tramp-set-process-query-on-exit-flag)
17108         (tramp-append-tramp-buffers): Pacify byte-compiler.
17109         (tramp-bug): Delete non-existing variables from list.
17110         Apply `tramp-load-report-modules' as pre-hook.
17111         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17112         `shell-prompt-pattern' because of non-7bit characters.
17113         Reported by Sebastian Luque <sluque@mun.ca>.
17114         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17115         (tramp-match-string-list): Remove function.
17116         (tramp-wait-for-regexp): Remove call of that function.
17117         Suggested by Kim F. Storm <storm@cua.dk>.
17118         (tramp-set-auto-save-file-modes): Use octal integer code #o600
17119         instead of octal character code ?\600.  The latter resulted in a
17120         syntax error with XEmacs.
17122         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17123         XEmacs case; not necessary anymore.
17124         (tramp-smb-handle-write-region): No special handling for
17125         `last-coding-system-used, because this is done in
17126         `tramp-accept-process-output' now.
17127         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17129 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
17131         * wid-edit.el (widget-choice-value-create):
17132         Unconditionally respect user choice.  Set :explicit-choice back to nil
17133         when no longer needed.
17134         (widget-choice-action): Unconditionally respect user choice.
17135         Eliminate :explicit-choice-value.
17137         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17139         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17140         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17141         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17142         running new function `toggle-indicate-empty-lines'.
17143         Rename "Customize" item to "Customize fringe".
17144         Rename "Indicators" item to "Buffer boundaries" and change help echo.
17145         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17146         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17147         Delete "Empty lines only" item.
17148         (menu-bar-showhide-fringe-ind-customize): New function.
17149         (menu-bar-showhide-fringe-ind-mixed)
17150         (menu-bar-showhide-fringe-ind-box)
17151         (menu-bar-showhide-fringe-ind-right)
17152         (menu-bar-showhide-fringe-ind-left)
17153         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17154         instead of `fringe-indicators'.
17156 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
17158         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17159         Change the date of last update.
17161 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
17163         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17164         (viper-exec-yank, viper-put-back): Don't display modification msg
17165         if in the minibuffer.
17167         * viper-init.el (viper-replace-overlay-cursor-color)
17168         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17169         Make variables frame local.
17171         * viper-util.el (viper-append-filter-alist): Use append instead of
17172         nconc.
17174         * viper.el (viper-vi-state-mode-list)
17175         (viper-emacs-state-mode-list): Move help-mode and
17176         completion-list-mode from the first list to the second.
17177         (viper-mode): Docstring.
17178         (viper-go-away, viper-non-hook-settings): Don't localize
17179         minor-mode-alist in newer Emacsen.  Add advice to
17180         set-cursor-color.  Don't bind "\C-c\\".
17182 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
17184         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17185         (scheme-macro-expand-command): New user options.
17186         (scheme-trace-procedure, scheme-expand-current-form): New commands.
17187         (scheme-form-at-point, scheme-start-file)
17188         (scheme-interactively-start-process): New functions.
17189         (scheme-get-process): New function, extracted from `scheme-proc'.
17190         (run-scheme): Call `scheme-start-file' to get start file, and pass
17191         it to `make-comint'.
17192         (switch-to-scheme, scheme-proc):
17193         Call `scheme-interactively-start-process' if no Scheme buffer/process
17194         is available.
17196 2005-08-06  Juri Linkov  <juri@jurta.org>
17198         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17199         Use `compilation-text-face', `compilation-info-text-face' and
17200         `compilation-error-text-face' instead of `font-lock-keyword-face'.
17201         (compilation-error): New face.
17202         (compilation-error-file-name): Inherit from
17203         `compilation-error' instead of `font-lock-warning-face'.
17204         (compilation-warning-file-name): Inherit from
17205         `compilation-warning' instead of `font-lock-warning-face'.
17206         (compilation-info, compilation-error-file-name)
17207         (compilation-warning-file-name, compilation-info-file-name)
17208         (compilation-line-number, compilation-column-number): Doc fix.
17209         (compilation-error-text-face, compilation-warning-text-face)
17210         (compilation-info-text-face): New face variables.
17211         (compilation-line-face, compilation-column-face)
17212         (compilation-enter-directory-face)
17213         (compilation-leave-directory-face): Doc fix.
17214         (compilation-text-face): New function.
17216         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17217         instead of 1 to display binary file names as info file links.
17218         (grep-error-face): Use `compilation-error-face' instead of
17219         `font-lock-keyword-face'.
17220         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17221         and `compilation-warning-text-face' instead of
17222         `font-lock-keyword-face'.  Use `compilation-error-text-face'
17223         instead of `grep-error-face'.
17225 2005-08-05  Kenichi Handa  <handa@m17n.org>
17227         * international/code-pages.el: Add autoload cookies for all coding
17228         systems.
17230 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
17232         * cus-start.el (all): Put undo.c where it alphabetically belongs.
17234 2005-08-04  Juri Linkov  <juri@jurta.org>
17236         * progmodes/compile.el (compilation-mode-map):
17237         * progmodes/grep.el (grep-mode-map):
17238         Bind TAB to `compilation-next-error' and [backtab] to
17239         `compilation-previous-error'.
17241         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17242         matching line numbers, column numbers and their ranges with regexp
17243         matching only line numbers.
17244         (grep-context-face): New face variable.
17245         (grep-mode-font-lock-keywords): Use it.
17247         * faces.el (read-face-name): Delete duplicate faces.
17249 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
17251         * thumbs.el (thumbs-find-image): Don't make variables
17252         automatically buffer local.
17253         (thumbs-current-tmp-filename, thumbs-current-image-filename)
17254         (thumbs-image-num): Make automatically buffer local.
17255         (thumbs-show-thumbs-list): Use `make-local-variable', not
17256         `make-variable-buffer-local'.
17257         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17259         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17260         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17261         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17262         (bother, bye, canyou, chatlst, continue, deathlst, describe)
17263         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17264         (feelings-about, foullst, found, hello, history, howareyoulst)
17265         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17266         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17267         (neglst, obj, object, owner, please, problems, qlist)
17268         (random-adjective, relation, remlst, repetitive-shortness)
17269         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17270         (shortlst, something, sportslst, stallmanlst, states, subj)
17271         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17272         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17273         Defvar at compile time.
17275         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17276         not `make-variable-buffer-local'.
17278 2005-08-02  Kim F. Storm  <storm@cua.dk>
17280         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17281         rectangle overlay in selected window.
17283 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
17285         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17286         instead of display group.  Make `indicate-buffer-boundaries'
17287         customizable through Custom.
17289 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
17291         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17292         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17293         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17294         (gdb-put-string): Fix typos in docstrings.
17296 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
17298         Update copyright notices of files in progmodes directory for
17299         release of Emacs 22.1.
17301         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17303         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17304         Don't barf if the GUD buffer has been killed.
17306 2005-08-01  Kim F. Storm  <storm@cua.dk>
17308         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17310 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17312         * simple.el (next-error-follow-minor-mode):
17313         make-variable-buffer-local -> make-local-variable.
17315         * emacs-lisp/cl-extra.el: Require CL also when compiling.
17317         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17318         (byte-compile-form-make-variable-buffer-local): New functions to warn
17319         about misuses of make-variable-buffer-local where make-local-variable
17320         was meant.
17322 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
17324         * bs.el (bs-attributes-list): Doc fix.
17325         (bs): Update url-link.
17327         * desktop.el (desktop-save-buffer): Fix typos in docstring.
17328         (desktop-load-default): Simplify.
17330         * ibuffer.el (ibuffer-columnize-and-insert-list)
17331         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17332         (ibuffer-unmark-all, ibuffer-toggle-marks)
17333         (ibuffer-unmark-forward, ibuffer-unmark-backward)
17334         (ibuffer-compile-make-format-form, ibuffer-format-column)
17335         (ibuffer-current-buffers-with-marks)
17336         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17337         (ibuffer): Doc fix.
17338         (ibuffer-mode): Fix typo in docstring.
17339         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17340         with `define-obsolete-variable-alias'.
17341         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
17343 2005-07-29  Kenichi Handa  <handa@m17n.org>
17345         * international/mule-cmds.el (select-message-coding-system):
17346         Be sure to use LF for end-of-line.  If no coding system is decided,
17347         return iso-8859-1-unix.
17349 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17351         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17352         (ange-ftp-pending-error-line): New vars.
17353         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17354         to handle the non-fatal no-route-to-host messages.
17355         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17357 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
17359         * isearch.el (isearch-mode-map, isearch-other-meta-char)
17360         (isearch-quote-char, isearch-printing-char)
17361         (isearch-text-char-description): "?\ " -> "?\s".
17362         (isearch-lazy-highlight-cleanup)
17363         (isearch-lazy-highlight-initial-delay)
17364         (isearch-lazy-highlight-interval)
17365         (isearch-lazy-highlight-max-at-a-time)
17366         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17367         Declare with define-obsolete-*-alias macros.
17368         (isearch-forward): Fix typo in docstring.
17369         (search-invisible, search-ring-yank-pointer)
17370         (regexp-search-ring-yank-pointer): Doc fixes.
17372         * recentf.el (recentf-menu-append-commands-p): Declare with
17373         `define-obsolete-variable-alias'.
17374         (recentf-max-saved-items, recentf-menu-filter)
17375         (recentf-arrange-by-rule-subfilter): Doc fixes.
17376         (recentf-menu-append-commands-flag)
17377         (recentf-initialize-file-name-history, recentf-expand-file-name)
17378         (recentf-clear-data): Fix typos in docstrings.
17380 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
17382         * progmodes/gdb-ui.el: Smarten comments.
17383         (gdb-info-breakpoints-custom): Use nowarn when finding file.
17385 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
17387         * term/apollo.el (terminal-init-apollo): New function containing
17388         all former top level forms in the file.
17389         * term/bobcat.el (terminal-init-bobcat):
17390         * term/cygwin.el (terminal-init-cygwin):
17391         * term/iris-ansi.el (terminal-init-iris-ansi):
17392         * term/linux.el (terminal-init-linux):
17393         * term/news.el (terminal-init-news):
17394         * term/rxvt.el (terminal-init-rxvt):
17395         * term/sun.el (terminal-init-sun):
17396         * term/tvi970.el (terminal-init-tvi970):
17397         * term/vt100.el (terminal-init-vt100):
17398         * term/vt102.el (terminal-init-vt102):
17399         * term/vt125.el (terminal-init-vt125):
17400         * term/vt200.el (terminal-init-vt200):
17401         * term/vt201.el (terminal-init-vt201):
17402         * term/vt220.el (terminal-init-vt220):
17403         * term/vt240.el (terminal-init-vt240):
17404         * term/vt300.el (terminal-init-vt300):
17405         * term/vt320.el (terminal-init-vt320):
17406         * term/vt400.el (terminal-init-vt400):
17407         * term/vt420.el (terminal-init-vt420):
17408         * term/wyse50.el (terminal-init-wyse50):
17409         * term/xterm.el (terminal-init-xterm): Likewise.
17411         * term/README: Describe the terminal-init-* functionality.
17413         * startup.el (command-line): After loading the terminal initialization
17414         file call the corresponding terminal initialization function.
17416 2005-07-27  Kenichi Handa  <handa@m17n.org>
17418         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17419         negative.
17421         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17422         (ps-mule-composition-prologue): Fix for the case that
17423         RelativeCompose is false.
17425 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17427         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17429         * descr-text.el (describe-char): Handle the case where the list of
17430         chars is displayed in a separate frame.
17431         Be a bit more discriminating when looking for the char.
17433 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
17435         * bookmark.el (bookmark-automatically-show-annotations)
17436         (bookmark-read-annotation-text-func): Doc fixes.
17437         (bookmark-save): Improve argument/docstring consistency.
17438         (bookmark-get-bookmark, bookmark-get-bookmark-record)
17439         (bookmark-alist-from-buffer)
17440         (bookmark-upgrade-file-format-from-0)
17441         (bookmark-grok-file-format-version)
17442         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17443         (bookmark-read-annotation-mode)
17444         (bookmark-insert-current-bookmark, bookmark-jump)
17445         (bookmark-exit-hook): Fix typos in docstrings.
17446         (bookmark-exit-hooks): Define as obsolete alias.
17447         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17448         not `bookmark-exit-hooks'.  Fix docstring.
17449         (bookmark-bmenu-select): "?\ " -> "?\s".
17451 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
17453         * startup.el (command-line): Fix typo.
17455 2005-07-24  Richard M. Stallman  <rms@gnu.org>
17457         * tooltip.el (tooltip-mode): Test emacs-basic-display,
17458         not emacs-quick-startup.
17460 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
17462         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17463         (reb-next-match, reb-show-subexp): Use `with-selected-window'
17464         instead of `reb-with-current-window'.
17465         (reb-prev-match): Likewise.  Also, don't move left if the search
17466         was unsuccessful.
17467         (reb-initialize-buffer): New function.
17468         (re-builder, reb-change-syntax): Use it.
17470         * man.el (Man-goto-page): Make second argument NOERROR optional.
17472 2005-07-23  Richard M. Stallman  <rms@gnu.org>
17474         * man.el (Man-bgproc-sentinel): Check here for failure to find
17475         any man page in the output, and report the error here.
17476         (Man-arguments): Make it permanent local.
17477         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
17478         (Man-mode): Pass t for NOERROR.
17480         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17481         (grep-mode-font-lock-keywords):
17482         Don't use compilation-...-face for messages that are not file names.
17484         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17485         Don't use compilation-...-face for messages that are not file names.
17487 2005-07-22  Juri Linkov  <juri@jurta.org>
17489         * startup.el (normal-splash-screen): Update menu name.
17491         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17493 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17495         * term/xterm.el: Load term/rxvt if the terminal is actually an
17496         rxvt terminal.
17497         (xterm-rxvt-set-background-mode): Remove, not used anymore.
17499         * term/rxvt.el (function-key-map): Use substitute-key-definition
17500         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
17502         * term/cygwin.el: New file.
17504 2005-07-22  Kim F. Storm  <storm@cua.dk>
17506         * image-file.el (insert-image-file, image-file-yank-handler):
17507         Fix last change to maintain a (unique) yank-handler on yanked images.
17509 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
17511         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17512         of the file size (as in "177B" for 177 bytes).  This happens with
17513         "ls -lh" on FreeBSD.
17515 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
17517         * hilit-chg.el (highlight-changes-global-initial-state)
17518         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17519         (hilit-chg-fixup, highlight-changes-mode):
17520         Fix typos in docstrings.
17521         (highlight-changes-global-modes, highlight-changes-rotate-faces):
17522         Doc fixes.
17524 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
17526         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17527         mode function using `eval-after-load'.
17529 2005-07-21  Kim F. Storm  <storm@cua.dk>
17531         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17532         included when reporting an emacs crash, and tell about the DEBUG file.
17534         * image-file.el (insert-image-file): Add yank-handler.
17535         (image-file-yank-handler): Yank handler to make unique copies of
17536         images when they are yanked into a buffer next to each other.
17538 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
17540         * comint.el (comint-use-prompt-regexp, comint-send-input)
17541         (comint-source-default, comint-extract-string)
17542         (comint-get-source, comint-word, comint-completion)
17543         (comint-source, comint-prompt-read-only, comint-update-fence):
17544         Fix typos in docstrings.
17545         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17546         Declare with define-obsolete-*-alias macros.
17547         (comint-previous-matching-input-from-input)
17548         (comint-next-matching-input-from-input)
17549         (comint-previous-matching-input, comint-next-matching-input)
17550         (comint-forward-matching-input):
17551         Improve argument/docstring consistency.
17553         * desktop.el (desktop-clear-preserve-buffers-regexp):
17554         Also preserve the *server* buffer.
17556         * simple.el (clone-indirect-buffer): Doc fix.
17557         (fixup-whitespace, just-one-space)
17558         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17559         (next-error, next-error-highlight)
17560         (next-error-highlight-no-select, next-error-last-buffer)
17561         (next-error-buffer-p, next-error-find-buffer, next-error)
17562         (previous-error, next-error-no-select, previous-error-no-select)
17563         (open-line, split-line, minibuffer-prompt-width, kill-new)
17564         (binary-overwrite-mode): Fix typos in docstrings.
17565         (set-fill-column): Fix typo in message.
17567         * skeleton.el (skeleton-proxy-new): Doc fix.
17569         * strokes.el (strokes-load-hook): Doc fix.
17570         (strokes-grid-resolution, strokes-get-grid-position)
17571         (strokes-renormalize-to-grid, strokes-read-stroke)
17572         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17573         (strokes-global-map): Fix typos in docstrings.
17574         (strokes-help): Doc fix.  Fix help message and pass it through
17575         `substitute-command-keys'.
17577         * tempo.el (tempo-insert-prompt, tempo-interactive)
17578         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17579         (tempo-insert-string-functions, tempo-local-tags)
17580         (tempo-define-template, tempo-insert-template)
17581         (tempo-insert-prompt-compat, tempo-is-user-element)
17582         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17583         Fix typos in docstrings.
17585         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17586         (vcursor-key-bindings, vcursor-use-vcursor-map)
17587         (vcursor-find-window, vcursor-scroll-down)
17588         (vcursor-disable, vcursor-beginning-of-buffer)
17589         (vcursor-end-of-buffer): Fix typos in docstrings.
17590         (vcursor-relative-move, vcursor-get-char-count):
17591         Improve argument/docstring consistency.
17593         * version.el: "?\ " -> "?\s".
17595         * wid-edit.el (widget-default-create, widget-after-change)
17596         (widget-default-format-handler, widget-checklist-add-item)
17597         (widget-radio-add-item, widget-choose, widget-specify-secret)
17598         (widget-field-value-create, widget-field-value-get)
17599         (widget-editable-list-format-handler)
17600         (widget-editable-list-entry-create, widget-group-value-create)
17601         (widget-documentation-link-add)
17602         (widget-documentation-string-value-create): "?\ " -> "?\s".
17603         (widget-convert-text): Doc fix.
17604         (widget-narrow-to-field, widget-field-find)
17605         (widget-url-link-action, widget-emacs-library-link-action)
17606         (widget-color-notify): Fix typos in docstrings.
17608         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17609         (x-select-text, set-w32-system-coding-system)
17610         (w32-add-charset-info): Fix typos in docstrings.
17612         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17613         (cua-enable-cua-keys, cua-use-hyper-key)
17614         (cua-virtual-rectangle-edges): Fix typos in docstrings.
17615         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17617         * net/tramp.el (tramp-handle-load): Fix typo in error message.
17619         * emacs-lisp/re-builder.el (regexp-builder): Declare with
17620         `defalias' instead of faking it.
17622         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17623         (eshell-ls-missing, eshell-ls-dired-initial-args)
17624         (eshell-ls-use-in-dired): Fix typos in docstrings.
17626 2005-07-20  Kim F. Storm  <storm@cua.dk>
17628         * emulation/cua-base.el (cua-mode): Improve doc string.
17630 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
17632         * abbrev.el (expand-region-abbrevs): Doc fix.
17633         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17634         Improve argument/docstring consistency.
17636         * arc-mode.el (archive-get-descr, archive-alternate-display):
17637         Doc fixes.
17638         (archive-l-e): Improve argument/docstring consistency.
17639         (archive-tmpdir, archive-unixdate, archive-unixtime)
17640         (archive-chmod-entry): Fix typos in docstrings.
17641         (archive-unflag, archive-unflag-backwards)
17642         (archive-unmark-all-files): "?\ " -> "?\s".
17644         * buff-menu.el (Buffer-menu-unmark): Doc fix.
17645         (Buffer-menu-not-modified, Buffer-menu-execute)
17646         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17647         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17649         * composite.el (compose-string, encode-composition-rule)
17650         (compose-last-chars): Fix typos in docstrings.
17652         * desktop.el (desktop-enable, desktop-basefilename):
17653         Declare with `define-obsolete-variable-alias'.
17654         (desktop-internal-v2s): Don't quote keywords.
17655         (desktop-clear): "?\ " -> "?\s".
17657         * dired.el (dired-align-file, dired-flag-backup-files)
17658         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17659         (dired-listing-switches, dired-ls-F-marks-symlinks)
17660         (dired-dwim-target, dired-load-hook, dired-mode-hook)
17661         (dired-directory, dired-faces, dired, dired-revert)
17662         (dired-mode, dired-summary, dired-view-file)
17663         (dired-copy-filename-as-kill, dired-delete-file)
17664         (dired-no-confirm, dired-unmark-all-marks)
17665         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17666         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17667         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17668         Fix typos in message strings.
17670         * dired-x.el (virtual-dired): Declare with `defalias'.
17671         (dired-mark-unmarked-files, dired-local-variables-file)
17672         (dired-omit-here-always): Doc fix.
17673         (dired-omit-mode, dired-find-subdir)
17674         (dired-enable-local-variables, dired-clean-up-buffers-too)
17675         (dired-extra-startup, dired-mark-extension, dired-jump)
17676         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17677         (dired-smart-shell-command, dired-guess-shell-alist-user)
17678         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17679         (dired-x-bind-find-file, dired-x-submit-report):
17680         Fix typos in docstrings.
17681         (dired-mark-unmarked-files): "?\ " -> "?\s".
17683         * dirtrack.el (dirtrack-list): Fix typos in docstring.
17685         * faces.el (describe-face): "?\ " -> "?\s".
17686         (read-all-face-attributes, read-face-font, modify-face)
17687         (face-attr-construct, italic): Fix typos in docstrings.
17688         (frame-update-face-colors): Declare with
17689         `define-obsolete-function-alias'.
17691         * files.el (find-file-noselect, recode-file-name): Doc fixes.
17692         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17693         (magic-mode-alist, buffer-file-numbers-unique)
17694         (write-file-functions, get-free-disk-space):
17695         Fix typos in docstrings.
17696         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17697         (write-contents-hooks, write-file-hooks):
17698         Declare with `define-obsolete-variable-alias'.
17700         * forms-d2.el (arch-rj): Fix typo in docstrings.
17701         (arch-tocol): Likewise.  "?\ " -> "?\s".
17703         * frame.el (set-frame-font, cursor-in-non-selected-windows):
17704         Fix typo in docstring.
17705         (set-screen-width, set-screen-height): Delete redundant info in
17706         doctrings.
17707         (new-frame, screen-height, screen-width): Declare with
17708         `define-obsolete-function-alias'.
17709         (delete-frame-hook, blink-cursor): Declare with
17710         `define-obsolete-variable-alias'.
17712         * paths.el (prune-directory-list): Fix typos in docstring.
17714         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17715         (cvs-prefix-get): Fix typos in docstrings.
17717         * ps-print.el (ps-extend-face-list, ps-extend-face)
17718         (ps-print-background-image): Fix typos in docstrings.
17719         (ps-default-fg, ps-default-bg): Doc fixes.
17721         * s-region.el (s-region-bind): Doc fix.
17722         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17724         * textmodes/org.el (org-table-formula-substitute-names)
17725         (org-table-get-vertical-vector): Doc fixes.
17726         (org-table-recalculate): Remove unused argument to `message'.
17728 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
17730         * textmodes/org.el (org-table-column-names)
17731         (org-table-column-name-regexp)
17732         (org-table-named-field-locations): New variables.
17733         (org-archive-subtree): Protect `this-command' when calling
17734         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17735         the kill buffer.
17736         (org-complete): Remove fixed-formula completion.
17737         (org-edit-formulas-map): New variable.
17738         (org-table-edit-formulas): New command.
17739         (org-finish-edit-formulas, org-abort-edit-formulas)
17740         (org-show-variable, org-table-get-vertical-vector): New functions.
17741         (org-table-maybe-eval-formula): Handle `:=' fields.
17742         (org-table-get-stored-formulas, org-table-store-formulas)
17743         (org-table-get-formula, org-table-modify-formulas)
17744         (org-table-replace-in-formulas): Handle named field formulas.
17745         (org-table-get-specials): Store locations of named fields.
17747 2005-07-19  Juri Linkov  <juri@jurta.org>
17749         * progmodes/grep.el (grep-regexp-alist)
17750         (grep-mode-font-lock-keywords, grep-process-setup):
17751         Use default GNU grep match color "01;31m" instead of "01;41m".
17752         (grep-regexp-alist, grep-mode-font-lock-keywords):
17753         Use `\\[[0-9]*m' instead of `\\[00m'.
17754         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17755         sgr_start where its handling is more important.  Use the real
17756         length of sgr_start instead of constant 8.
17757         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17758         specially.  Delete all remaining escape sequences.
17759         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17760         (grep-regexp-alist): Make hyperlink only for binary file name
17761         instead of the whole line.
17762         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17763         (grep-mode): Add autoload.
17765         * emacs-lisp/find-func.el (find-function-regexp):
17766         Add `define-compilation-mode'.
17768 2005-07-19  Juri Linkov  <juri@jurta.org>
17770         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17771         (compare-windows-sync-string-size, compare-windows-recenter)
17772         (compare-windows-highlight, compare-windows): Add version 22.1.
17773         (compare-windows) <defface>: Inherit from lazy-highlight instead
17774         of duplicating its default value.
17776         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17777         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17779         * descr-text.el (describe-char): Create link buttons for `charset'
17780         and `code point'.  Add the current input method name with a link
17781         button to `to input' field.  Print face names of display table
17782         characters in `The display table entry is displayed by' section
17783         instead of printing face-id in the `display' field.
17784         Guess hardcoded faces and create a link button for them.
17785         Skip empty fields when calculating max-width.
17786         Treat `widget-create' specially while inserting strings from the
17787         collected field list.
17788         (describe-char-after): Made obsolete in version 22.1, not 21.5.
17790         * diff-mode.el (diff-file-header): Change foreground color from
17791         yellow to green on light backgrounds.
17792         (diff-context): Inherit from `shadow' only for color/grayscale
17793         with more than 88 colors.
17794         (diff-indicator-removed, diff-indicator-added)
17795         (diff-indicator-changed): New faces.
17796         (diff-font-lock-keywords): Use new faces.  Regroup rules.
17797         Add "^---$" for `normal' diff format.  Fontify `#' lines with
17798         font-lock-comment-delimiter-face and font-lock-comment-face.
17799         Add `#' to ^[^...] in the rule for `diff-context-face'.
17801         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17802         a button-like box.  Inherit from `highlight' on low colors.
17803         (shadow): Use shades of gray only for color/grayscale with
17804         more than 88 colors.  Use green for light backgrounds with
17805         8 colors, and yellow for dark backgrounds with 8 colors.
17807         * font-lock.el (font-lock-regexp-grouping-backslash):
17808         Don't inherit from escape-glyph (use bold for all cases).
17810         * info.el (info-xref-visited): Use light foreground color `violet'
17811         for dark backgrounds instead of dark color `magenta3'.
17812         (info-title-1): Use `yellow' color for dark backgrounds.
17814         * isearch.el (isearch): Use not-too-dark magenta3 instead of
17815         too-light magenta2.
17817         * replace.el (match): Use slightly more light RoyalBlue3 instead
17818         of dark RoyalBlue4.
17820         * wid-edit.el (widget-inactive): Inherit from `shadow'.
17822 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
17824         * novice.el (disabled-command-hook): Declare it with
17825         `define-obsolete-variable-alias'.
17827         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17828         (desktop-buffer-misc-functions, desktop-buffer-handlers)
17829         (desktop-load-default): Add release to obsolescence info.
17830         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17831         (desktop-append-buffer-args, desktop-read):
17832         Fix typos in docstrings.
17833         (desktop-kill): Fix typo in message.
17834         (desktop-save): Doc fix.
17836 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17838         * viper-cmd.el (viper-escape-to-state): Bug fix.
17839         (viper-envelop-ESC-key): Change the definition of fast
17840         keysequence so it'll work with keyboard macros.
17842         * ediff.el (ediff-patch-buffer): Change the docstring.
17844 2005-07-19  Kenichi Handa  <handa@m17n.org>
17846         * international/mule-cmds.el (select-safe-coding-system): Try to
17847         use an auto-coding (if any) before anything else.  If the found
17848         auto-coding is invalid, show a warning message.
17850         * international/mule.el (find-auto-coding): New function created
17851         by modifying the body of set-auto-coding.
17852         (set-auto-coding): Use find-auto-coding to find a coding.
17854 2005-07-18  Richard M. Stallman  <rms@gnu.org>
17856         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17857         not isearch-mode-end-hook-error.
17858         (allout-before-change-protect): Fix error message.
17860 2005-07-18  Juri Linkov  <juri@jurta.org>
17862         * allout.el (allout-mode):
17863         * calculator.el (calculator-copy):
17864         * custom.el (custom-known-themes):
17865         * dired.el (dired-desktop-buffer-misc-data)
17866         (dired-restore-desktop-buffer):
17867         * dired-x.el (dired-omit-marker-char):
17868         * files.el (basic-save-buffer):
17869         * font-core.el (font-lock-mode):
17870         * calendar/calendar.el (calendar-goto-hebrew-date)
17871         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17872         (calendar-goto-persian-date):
17873         * language/ethio-util.el (ethio-sera-to-fidel-region):
17874         * textmodes/picture.el (picture-mode):
17875         Delete duplicate duplicate words.
17877 2005-07-18  Juri Linkov  <juri@jurta.org>
17879         * isearch.el (isearch-mode-map): Remove key bindings for regexp
17880         chars * ? } |.
17881         (isearch-fallback): Don't call `isearch-process-search-char'.
17882         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17883         (isearch-process-search-char): Call `isearch-fallback' for regexp
17884         chars * ? } |.
17885         (isearch-return-char): Make obsolete with `make-obsolete' instead
17886         of simply documenting it as obsolete in the docstring.
17887         (isearch-fallback): Refill docstring.
17889         * international/isearch-x.el
17890         (isearch-process-search-multibyte-characters): Remove unneeded
17891         `concat'.  Add intermediate values to `junk-hist' instead of
17892         `minibuffer-history'.  Test the length of `str'.
17894 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
17896         * allout.el (allout-resolve-xref): Fix typos in error strings.
17897         (allout-before-change-protect): Remove unneeded `concat'.
17899         * array.el (array-mode, array-reconfigure-rows)
17900         (untabify-backward): Fix typos in docstrings.
17901         (array-reconfigure-rows): Use `insert-buffer-substring', not
17902         `insert-buffer'.
17904         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17905         * progmodes/ada-mode.el (ada-make-body):
17906         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17908         * dired.el (dired-log):
17909         * tar-mode.el (tar-subfile-save-buffer):
17910         * play/zone.el (zone-pgm-stress-destress):
17911         Use `insert-buffer-substring', not `insert-buffer'.
17913 2005-07-17  Simon Josefsson  <jas@extundo.com>
17915         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17917 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
17919         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17920         Add plain auth method.
17921         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17923 2005-07-17  Kim F. Storm  <storm@cua.dk>
17925         * ido.el (dired-other-window): Add ido property.
17927 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
17929         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17930         Fix typo in docstring.
17931         (byte-compile-interactive-only-functions): Add `insert-buffer' and
17932         `insert-file-literally'.
17934         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17935         info and delete redundant message.  Doc fix.
17936         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17937         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17939 2005-07-16  Richard M. Stallman  <rms@gnu.org>
17941         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17942         (byte-compile-and): Use byte-compile-and-recursion.
17943         (byte-compile-or-recursion): New function.
17944         (byte-compile-or): Use that.
17945         (byte-compile-if): Guard the else-clause too.
17946         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17948         * isearch.el (isearch-mode-end-hook-quit): New variable.
17949         (isearch-done): Bind it.
17950         (isearch-mode-end-hook): Doc fix.
17952         * allout.el (allout-isearch-did-quit): Variable deleted.
17953         (allout-real-isearch-abort): Function name no longer used.
17954         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17955         (allout-isearch-rectification): isearch-mode always exists.
17956         Don't set allout-isearch-did-quit.
17957         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17958         allout-isearch-did-quit.
17959         (allout-enwrap-isearch): Just add the hook.
17960         (allout-isearch-abort): Function deleted.
17961         (allout-pre-command-business): Avoid warning.
17963         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17964         Correctly avoid warnings.
17965         (pascal-outline): Likewise.
17967         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17969         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17971         * play/tetris.el (tetris-mode): Avoid warning.
17973         * play/snake.el (snake-mode): Avoid warning.
17975         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17976         (gamegrid-set-display-table): Avoid warning.
17977         (gamegrid-set-timer): Likewise.
17978         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17979         (gamegrid-add-score-with-update-game-score-1): Take FILE
17980         as argument.
17981         (gamegrid-add-score-with-update-game-score): Pass that argument.
17982         Rename have-shared-game-dir to gamegrid-shared-game-dir.
17984         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17986         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17987         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17989         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17990         and insert-file.
17992         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17993         (sc-ask): Avoid warnings.
17995         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17996         (eshell-hist-initialize): Use that var the natural way.
17998         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18000         * emacs-lisp/re-builder.el (reb-cook-regexp):
18001         Avoid warning calling lre-compile-string.
18002         (reb-color-display-p): Avoid warning.
18004         * calculator.el (calculator-last-input): Guard uses
18005         of event-key and key-press-event-p.
18006         (event-key, key-press-event-p): Delete definitions.
18008         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18009         (find-gc-source-directory, find-gc-subrs-callers)
18010         (find-gc-noreturn-list, find-gc-source-files)
18011         (find-gc-subrs-called): Vars renamed and defvar'd.
18013         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18014         (checkdoc-overlay-put, checkdoc-delete-overlay)
18015         (checkdoc-overlay-start, checkdoc-overlay-end)
18016         (checkdoc-mode-line-update, checkdoc-char=):
18017         Define such that compiler knows they are defined.
18018         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
18019         (checkdoc-read-event): Delete.  Use read-event directly.
18021         * whitespace.el (whitespace-make-overlay)
18022         (whitespace-overlay-put, whitespace-delete-overlay)
18023         (whitespace-overlay-start, whitespace-overlay-end):
18024         Define such that compiler knows they are defined.
18025         (whitespace): Move conditional inside.
18027         * tempo.el (tempo-insert-template): Suppress warning.
18029         * ediff-diff.el (longlines-mode): Add defvar.
18031 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
18033         * server.el: Bind "C-x #" in a way that works even if C-x is
18034         redefined to a command key, not a prefix key.
18036 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
18038         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18039         cl-make-type-test till execution time.
18041 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
18043         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18044         arg ARG and use it.
18046 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
18048         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18050 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
18052         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18053         a defcustom with two :set or :type keywords.
18055 2005-07-15  Richard M. Stallman  <rms@gnu.org>
18057         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18058         Don't give ^M comment-end syntax.
18060 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
18062         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18063         Don't consider gdbmi (gdb-mi.el has its own update functions).
18064         (gdb-var-delete): Make it work for gdbmi as well.
18065         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18067         * progmodes/gud.el (etags, sdb): Only require etags when needed.
18068         (gud-speedbar-menu-items): Correct logic for enabling items.
18070 2005-07-15  Kim F. Storm  <storm@cua.dk>
18072         * ido.el: Fix commentary.
18073         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18074         Use with-no-warnings around ffap-guesser.
18075         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18076         Let bind minibuffer-completing-file-name to t.
18078 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
18080         * startup.el (site-run-file, keyboard-type): Doc fixes.
18081         (command-line): Check for "--basic-display" argument; also for
18082         "--quick", not "--bare-bones" (which was renamed).
18083         (fancy-splash-text): Add missing item "Getting New Versions".
18084         (normal-splash-screen): Fix typos and improve consistency with
18085         `fancy-splash-text'.  Update copyright year.
18087         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18088         valid binding for `help-char'.
18090         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18092 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
18094         * term.el (term-mode): Disable cua-mode for term buffers.
18096 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
18098         * add-log.el (add-log-mailing-address, change-log-merge):
18099         Doc fixes.
18100         (change-log-get-method-definition): Fix typo in docstring.
18102 2005-07-14  Kim F. Storm  <storm@cua.dk>
18104         * emulation/cua-base.el:
18105         (cua--pre-command-handler-1, cua--pre-command-handler)
18106         (cua--post-command-handler-1, cua--post-command-handler):
18107         Split in two.  Check (buffer local) value of cua-mode.
18108         (cua-selection-mode): New command.
18110 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
18112         * custom.el (custom-initialize-safe-set)
18113         (custom-initialize-safe-default): Doc fixes.
18115         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18116         and simplify :init-value again.
18118         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18119         and simplify :init-value again.  Delete autoload.
18121         * startup.el (command-line): Use `custom-reevaluate-setting' again
18122         for tooltip-mode.
18124         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18125         a defcustom with two :initialize keywords.
18127 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
18129         * allout.el (my-mark-marker, allout-isearch-prior-pos)
18130         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18131         (allout-post-command-business, allout-flag-region)
18132         (isearch-reenable-font-lock, allout-yank)
18133         (allout-insert-latex-header, allout-insert-latex-trailer)
18134         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18135         (allout-latex-verb-quote): Fix typos in docstrings.
18136         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18137         (allout-unprotected, allout-prefix-data):
18138         Improve argument/docstring consistency.
18139         (allout-chart-subtree): Fix argument spec.
18140         (allout-open-topic): Rename `use_sib_bullet' argument to
18141         `use-sib-bullet'.  Doc fix.
18143         * whitespace.el (whitespace-check-buffer-leading)
18144         (whitespace-check-buffer-trailing)
18145         (whitespace-check-buffer-indent)
18146         (whitespace-check-buffer-spacetab)
18147         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18148         (whitespace-check-leading-whitespace)
18149         (whitespace-check-trailing-whitespace)
18150         (whitespace-check-spacetab-whitespace)
18151         (whitespace-check-indent-whitespace)
18152         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18153         (whitespace-modes): Fix typos in docstrings.
18154         (defgroup, defcustom): Doc fixes.
18156         * winner.el (winner-mode, winner-boring-buffers)
18157         (winner-pending-undo-ring): Doc fixes.
18158         (winner-ring): Remove unneeded `progn'.
18159         (winner-equal): `defsubst' it.
18160         (winner-redo): Fix message.
18162 2005-07-13  Kim F. Storm  <storm@cua.dk>
18164         * simple.el (line-move-1): Always use vertical-motion to
18165         do the last (or only) line move to ensure some movement.
18166         Undo 2005-06-23 change--don't check for overlays.
18168 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18170         * term/mac-win.el (ccl-encode-mac-roman-font)
18171         (ccl-encode-mac-centraleurroman-font)
18172         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18173         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18174         Change charset-id boundary of dimension to ?\xef.
18175         (mac-char-fontspec-list): New constant.
18176         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
18177         argument.  Nil uses itself as family in font-spec.  Previous
18178         behavior for nil is now provided by non-nil non-string argument.
18179         All callers changed.  Add font-specs for Mac fonts to
18180         "fontset-default" unless iso8859-1 fonts are installed.
18182 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18184         * progmodes/sh-script.el (sh-get-indent-info): Only indent
18185         a continuation line if the \ is preceded by SPC or TAB.
18186         (sh-get-indent-info): Simplify.
18187         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18188         Use with-current-buffer.
18190         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18191         when the matched text is empty.
18193 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
18195         * startup.el (command-line): Revert to previous handling of
18196         tooltip-mode.  Explain in comment why the complexity is needed.
18198         * tooltip.el (tooltip-mode): Revert to previous implementation of
18199         its defcustom.
18201         * frame.el (blink-cursor-mode): Revert to previous implementation
18202         of its defcustom.  Update comment.
18204 2005-07-12  Lars Hansen  <larsh@soem.dk>
18206         * desktop.el: Update e-mail address.
18208 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18210         * term/mac-win.el (mac-services-mail-selection)
18211         (mac-services-mail-to): New functions.
18212         (mac-application-menu-map): Bind them.
18214 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
18216         * progmodes/gdb-ui.el: Add note about buffering with Windows.
18218 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
18220         * custom.el (custom-reevaluate-setting): Doc fix.
18222 2005-07-11  Jay Belanger  <belanger@truman.edu>
18224         * calc/calc.el (calc-embedded-announce-formula-alist)
18225         (calc-embedded-open-close-plain-alist)
18226         (calc-embedded-open-close-mode-alist): Add checks for additional
18227         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18229 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
18231         * custom.el (custom-enable-theme): Don't add theme to
18232         `custom-enabled-themes' with `push' because there is no
18233         setf-method for `delq'.
18235 2005-07-11  Richard M. Stallman  <rms@gnu.org>
18237         * custom.el (custom-declare-variable): Doc fix.
18239         * dired-aux.el (dired-compare-directories): Remove "." and ".."
18240         from the alists.
18242         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18243         Do nothing if edebug-active.
18245         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18246         (edebug-display): Do it here instead.
18248 2005-07-10  Richard M. Stallman  <rms@gnu.org>
18250         * cus-face.el (custom-theme-set-faces): Make it work.
18251         (custom-reset-faces): Doc fix.
18252         (custom-theme-reset-internal-face, custom-theme-face-value):
18253         Functions deleted.
18255         * custom.el (custom-push-theme): Maintain list of the settings
18256         of a given theme in its theme-settings property.
18257         Maintain position of old settings in the theme-value
18258         or theme-face property.
18259         (custom-enabled-themes): New variable.
18260         (custom-theme-enabled-p): New function.
18261         (provide-theme): Update custom-enabled-themes.
18262         Disable and reenable the `user' theme.
18263         (require-theme): Doc fix.
18264         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18265         (custom-theme-value, custom-theme-variable-value): Likewise.
18266         (custom-theme-reset-internal): Likewise.
18267         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18268         (custom-enable-theme, custom-disable-theme): New functions.
18269         (custom-variable-theme-value, custom-face-theme-value): Likewise.
18270         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18271         (custom-theme-reset-variables): Simplify.
18272         (deftheme, custom-declare-theme, custom-make-theme-feature):
18273         Definitions moved.
18275 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
18277         * longlines.el (longlines-show-region)
18278         (longlines-unshow-hard-newlines): Recognize hard newlines by
18279         non-nil hard property, instead of t.
18281 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
18283         * viper-cmd.el (viper--key-maps): New variable.
18284         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18285         emulation-mode-map-alists.
18286         (viper-envelop-ESC-key): Use viper-subseq.
18287         (viper-search-forward/backward/next): Disable debug-on-error.
18289         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18290         (viper-ESC-key): New defcustoms.
18292         * viper-macs.el (ex-map-read-args): Use viper-subseq.
18294         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18295         (viper-subseq): Copy of subseq from cl.el.
18297         * viper.el (viper-go-away, viper-set-hooks): Use
18298         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18300         * viper-mous.el (viper-current-frame-saved): Use defvar.
18302         * viper-init.el: Get rid of -face in face names.
18304         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18305         Make it work with longlines mode
18307         * ediff-mult.el (ediff-meta-mode-hook): New variable.
18309         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18311         * ediff-init.el: Get rid of -face in face names.
18313 2005-07-10  Richard M. Stallman  <rms@gnu.org>
18315         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18316         and with-timeout-unsuspend.
18318         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18319         and with-timeout-unsuspend.
18321         * emacs-lisp/timer.el (with-timeout-timers): New variable.
18322         (with-timeout): Bind that variable to record timers.
18323         (with-timeout-suspend, with-timeout-unsuspend): New functions.
18325         * emacs-lisp/debug.el (debug-help-follow): New function.
18326         (debugger-mode-map): Use that instead of help-follow.
18327         (debugger-setup-buffer): Use eval-buffer-list
18328         to handle eval-buffer frames.
18330 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
18332         * timezone.el (timezone-parse-date): Change first regexp
18333         so it will not mistakenly match dates with no time zone.
18335 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
18337         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18339 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
18341         * custom.el (custom-initialize-safe-set)
18342         (custom-initialize-safe-default): New functions.
18344         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18345         and simplify :init-value.
18347         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18348         and simplify :init-value.  Delete obsolete comment.
18350         * startup.el (command-line): Use `custom-reevaluate-setting' to
18351         handle `tooltip-mode'.  Delete obsolete comment.
18353         * files.el (set-visited-file-name): Avoid calling
18354         `file-name-nondirectory' with a nil argument.
18356 2005-07-09  Richard M. Stallman  <rms@gnu.org>
18358         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18359         was called with nil for the buffer, handle the read position right.
18360         Handle read position for eval-region, too.
18362 2005-07-09  Juri Linkov  <juri@jurta.org>
18364         * fringe.el (fringe-mode): Add period in docstring.
18365         (fringe-query-style): Build prompt depending on `all-frames' arg.
18367         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18368         to not create links to unrelated functions in the Help buffer.
18370         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18371         Doc fix.
18373         * simple.el (next-error-hook): New variable.
18374         (next-error): Use it.  Doc fix.
18376         * textmodes/ispell.el (ispell-command-loop): Add current
18377         dictionary name and program name to mode-line-format.
18378         (ispell-region, ispell-process-line): Add current dictionary name
18379         and program name to messages.
18381 2005-07-08  Jay Belanger  <belanger@truman.edu>
18383         * calc/calc.el (calc-embedded-announce-formula-alist)
18384         (calc-embedded-open-close-formula-alist)
18385         (calc-embedded-open-close-word-alist)
18386         (calc-embedded-open-close-plain-alist)
18387         (calc-embedded-open-close-new-formula-alist)
18388         (calc-embedded-open-close-mode-alist)
18389         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18390         (calc-embedded-mode-hook): New variables.
18392         * calc/calc-embed.el (calc-embedded-firsttime)
18393         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18394         New variables.
18395         (calc-do-embedded): Use calc-embedded-firsttime,
18396         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18397         determine whether or not to run hooks.
18398         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18399         calc-embedded-firsttime-formula appropriately.
18400         Set calc-embedded delimiter variables according to mode.
18402 2005-07-08  Richard M. Stallman  <rms@gnu.org>
18404         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18405         Check for "emacs", etc., as entire symbol, not just as word.
18406         (checkdoc-file-comments-engine): Use regexp-quote on FN.
18408         * files.el (set-visited-file-name): Report the error
18409         for "empty filename" earlier.
18410         (kill-some-buffers): Ignore buffers already dead.
18412         * fringe.el (fringe-mode): Doc fix.
18414         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18415         Check for (featurep 'xemacs) and turn off warnings in what it guards.
18416         Use unwind-protect to ensure byte-compile-unresolved-functions
18417         is updated.
18419         * whitespace.el (whitespace-buffer-leading-cleanup):
18420         Simplify w/ skip-chars-forward.
18421         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18423         * mail/rmail.el (rmail-only-expunge): Fix paren error.
18424         Unconditionally try to leave point at the same old place.
18426 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
18428         * comint.el (comint-postoutput-scroll-to-bottom)
18429         (comint-show-maximum-output): Take scroll-margin into consideration.
18431 2005-07-08  Kim F. Storm  <storm@cua.dk>
18433         * ido.el (ido-use-filename-at-point): New choice `guess'.
18434         (ido-file-internal): Try ffap-guesser if selected.
18436         * ido.el (ido-before-fallback-functions): New hook.
18437         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18438         (ido-read-file-name): Run it.
18440 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18442         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18443         strings rather than a list of symbols to the completion function.
18445 2005-07-07  Jay Belanger  <belanger@truman.edu>
18447         * calc/calc-units.el (math-apply-units): Change the places in
18448         which units are simplified.
18450 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
18452         * cus-edit.el (customize-option, customize-option-other-window):
18453         Make them handle aliases.
18455         * custom.el (custom-variable-p): Make it recursively follow
18456         aliases.  Mention that in the docstring.
18458 2005-07-07  Richard M. Stallman  <rms@gnu.org>
18460         * cus-start.el (exec-path): Use `directory' instead of `file'.
18461         Fix tag for nil.
18463 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18465         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18466         when called non-interactively.  Doc fix.
18468 2005-07-07  Lute Kamstra  <lute@gnu.org>
18470         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18471         new address as well.
18473 2005-07-07  Kenichi Handa  <handa@m17n.org>
18475         * international/mule.el (make-coding-system):
18476         Describe `ascii-incompatible' property in the docstring.
18477         (set-file-name-coding-system): Signal an error if coding-system is
18478         ascii-incompatible.
18479         (set-keyboard-coding-system): Likewise.
18481         * international/mule-cmds.el (set-default-coding-systems):
18482         Don't set default-file-name-coding-system and
18483         default-keyboard-coding-system if coding-system is ASCII-incompatible.
18485         * international/utf-16.el: Declare that all UTF-16-based coding
18486         systems are ASCII-incompatible.
18488 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
18490         * progmodes/gud.el: Require font-lock for displaying errors.
18491         Used by gdb-ui.el.
18493 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18495         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18496         values for the pattern lists which are `read'able but not
18497         `append'able (like symbols).
18499 2005-07-06  Richard M. Stallman  <rms@gnu.org>
18501         * progmodes/flymake.el (flymake-float-time): Instead of
18502         with-no-warnings, test for xemacs.
18503         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18504         to avoid warning.
18506 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
18508         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18510 2005-07-05  Lute Kamstra  <lute@gnu.org>
18512         * battery.el: Add support for Darwin (with much debugging help
18513         from Samuel Lauber <sam124@operamail.com>).
18514         (battery-status-function, battery-echo-area-format)
18515         (battery-mode-line-format): Add support for pmset on Darwin.
18516         (battery-load-low, battery-load-critical): New user options.
18517         (battery-pmset): New function.
18519 2005-07-05  Lute Kamstra  <lute@gnu.org>
18521         Update FSF's address in GPL notices.
18523         * textmodes/page-ext.el: Update FSF's address.
18525 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18527         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18528         filling from using prefix when filling a single-line docstring.
18530         * progmodes/flymake.el: Remove useless eval-when-compile.
18532         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18534 2005-07-04  Richard M. Stallman  <rms@gnu.org>
18536         * textmodes/org.el (org-file-apps-defaults-gnu):
18537         Rename from org-file-apps-defaults-linux.
18538         (org-default-apps): Don't test system-type for `linux'.
18539         (org-file-apps): Doc fix.
18541 2005-07-04  David Ponce  <david@dponce.com>
18543         * tree-widget.el: Improve header Commentary section.
18544         (tree-widget) [defgroup]
18545         (tree-widget-image-enable, tree-widget-themes-directory)
18546         (tree-widget-theme, tree-widget-image-properties-emacs)
18547         (tree-widget-image-properties-xemacs, tree-widget-create-image)
18548         (tree-widget-image-formats, tree-widget-control)
18549         (tree-widget-empty-control, tree-widget-leaf-control
18550         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18551         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18552         (tree-widget-keep, tree-widget-after-toggle-functions)
18553         (tree-widget-open-node, tree-widget-close-node): Doc fix.
18554         (tree-widget-open-control, tree-widget-close-control): Fix doc and
18555         :help-echo message.
18556         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
18557         (tree-widget-image-properties): Doc fix.  Clearer implementation.
18558         (tree-widget--cursors): New constant.
18559         (tree-widget-lookup-image): New function split from
18560         `tree-widget-find-image'.  Clearer implementation.
18561         (tree-widget-find-image): Use it.
18562         (tree-widget-button-keymap): Use `set-keymap-parent'.
18563         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18564         Define the sub-widgets here.
18565         (tree-widget-node): Check that :node is not a tree-widget.
18566         (tree-widget-get-super, tree-widget-open-control)
18567         (tree-widget-close-control, tree-widget-empty-control)
18568         (tree-widget-leaf-control, tree-widget-guide)
18569         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18570         (tree-widget-no-handle, tree-widget-value-delete)
18571         (tree-widget-map): Remove.
18572         (tree-widget-children-value-save): Doc fix.  Simplified.
18573         (tree-widget-value-create): Update according to previous changes.
18575 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
18577         * textmodes/org.el: Leading space replaced by TABS.
18578         (org-recalc-marks, org-table-rotate-recalc-marks)
18579         (org-table-get-specials): Treat "^" and "_" marks.
18580         (org-table-justify-field-maybe): Optional argument NEW.
18581         (org-table-eval-formula): Parsing of the format simplified.
18582         New modes C,I.  Honor the %= parameter in the current table.
18583         Avoid unnecessary re-align by using the NEW argument to
18584         `org-table-justify-field-maybe'.
18585         (org-calc-default-modes): Default for date-format mimicks org-mode.
18586         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18588 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
18590         * cus-face.el (custom-theme-set-faces): Make it handle face
18591         aliases whose alias declarations are pre- or autoloaded.
18593 2005-07-04  Juri Linkov  <juri@jurta.org>
18595         * faces.el (read-face-name): Put the code for getting a face name
18596         from the buffer before adding the faces from the `face' property.
18597         Use `completing-read-multiple' instead of `completing-read'.
18598         Require `crm'.  Add default value and post-process the returned
18599         list of faces.
18601         * emacs-lisp/crm.el (crm-find-current-element)
18602         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18604         * emacs-lisp/lisp-mode.el (eval-defun-1):
18605         * emacs-lisp/edebug.el (edebug-eval-defun):
18606         Remove unnecessary quotes.
18608 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18610         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18611         (prolog-indent-level): Fix typo in docstring.
18613         * info.el (Info-history, Info-history-forward)
18614         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18616         * add-log.el (add-change-log-entry):
18617         * comint.el (comint-dynamic-list-input-ring)
18618         (comint-dynamic-list-completions):
18619         * dabbrev.el (dabbrev-expand):
18620         * delim-col.el (delimit-columns-rectangle-line):
18621         * diff-mode.el (diff-context->unified, diff-reverse-direction)
18622         (diff-unified->context):
18623         * ediff-init.el (ediff-abbrev-jobname):
18624         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18625         (ediff-replace-session-activity-marker-in-meta-buffer):
18626         * info.el (Info-summary):
18627         * lpr.el (printify-region):
18628         * printing.el (pr-create-interface):
18629         * ps-print.el (ps-print-quote):
18630         * ses.el (ses-column-widths, ses-print-cell)
18631         (ses-adjust-print-width, ses-center):
18632         * shell.el (shell-file-name-quote-list):
18633         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18634         (strokes-fill-current-buffer-with-whitespace)
18635         (strokes-xpm-for-stroke, strokes-list-strokes)
18636         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18637         * term.el (term-dynamic-list-input-ring)
18638         (term-dynamic-list-completions):
18639         * calc/calc.el (math-format-stack-value):
18640         * emacs-lisp/edebug.el (edebug-display-freq-count):
18641         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18642         (delphi-new-comment-line):
18643         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18644         * progmodes/executable.el (executable-set-magic):
18645         * progmodes/python.el (inferior-python-mode):
18646         * progmodes/scheme.el (scheme-mode-syntax-table):
18647         * progmodes/sh-script.el (sh-maybe-here-document):
18648         * progmodes/sql.el (sql-copy-column):
18649         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18650         * textmodes/bibtex.el (bibtex-mode):
18651         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18652         (sgml-auto-attributes):
18653         * textmodes/table.el (table-insert, table-shorten-cell)
18654         (table--generate-source-scan-lines, table-delete-row)
18655         (*table--cell-delete-char, table--spacify-frame)
18656         (table--horizontally-shift-above-and-below)
18657         (table--cell-insert-char, table--cell-blank-str)
18658         (table--fill-region-strictly):
18659         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18660         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18662         * add-log.el (change-log):
18663         * apropos.el (apropos):
18664         * comint.el (comint-completion, comint-source):
18665         * dabbrev.el (dabbrev):
18666         * delim-col.el (columns):
18667         * diff-mode.el (diff-mode):
18668         * ediff.el (ediff):
18669         * ediff-diff.el (ediff-diff):
18670         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18671         * ediff-mult.el (ediff-mult):
18672         * ediff-ptch.el (ediff-ptch):
18673         * ediff-wind.el (ediff-window):
18674         * facemenu.el (facemenu):
18675         * indent.el (indent):
18676         * info.el (info):
18677         * jka-cmpr-hook.el (compression, jka-compr):
18678         * lpr.el (lpr):
18679         * outline.el (outlines):
18680         * pcmpl-cvs.el (pcmpl-cvs):
18681         * pcmpl-rpm.el (pcmpl-rpm):
18682         * printing.el (printing):
18683         * ps-print.el (postscript, ps-print, ps-print-horizontal)
18684         (ps-print-vertical, ps-print-headers, ps-print-font)
18685         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18686         (ps-print-background, ps-print-printer, ps-print-page)
18687         (ps-print-miscellany):
18688         * ses.el (ses):
18689         * shell.el (shell, shell-directories, shell-faces):
18690         * startup.el (initialization):
18691         * strokes.el (strokes):
18692         * term.el (term):
18693         * uniquify.el (uniquify):
18694         * w32-vars.el (w32):
18695         * calc/calc.el (calc):
18696         * emacs-lisp/bytecomp.el (bytecomp):
18697         * emacs-lisp/cl-indent.el (lisp-indent):
18698         * emacs-lisp/edebug.el (edebug):
18699         * emacs-lisp/elp.el (elp):
18700         * emacs-lisp/testcover.el (testcover):
18701         * emacs-lisp/trace.el (trace):
18702         * emulation/viper-ex.el (viper-ex):
18703         * emulation/viper-mous.el (viper-mouse):
18704         * mail/mailalias.el (mailalias):
18705         * mail/supercite.el (supercite, supercite-frames)
18706         (supercite-attr, supercite-cite, supercite-hooks):
18707         * net/rcompile.el (remote-compile):
18708         * net/rlogin.el (rlogin):
18709         * obsolete/ooutline.el (outlines):
18710         * progmodes/delphi.el (delphi):
18711         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18712         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18713         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18714         (ebnf-optimization):
18715         * progmodes/etags.el (etags):
18716         * progmodes/executable.el (executable):
18717         * progmodes/idlwave.el (idlwave):
18718         * progmodes/pascal.el (pascal):
18719         * progmodes/prolog.el (prolog):
18720         * progmodes/python.el (python):
18721         * progmodes/scheme.el (scheme):
18722         * progmodes/sh-script.el (sh, sh-script):
18723         * progmodes/sql.el (SQL):
18724         * progmodes/tcl.el (tcl):
18725         * textmodes/bibtex.el (bibtex, bibtex-autokey):
18726         * textmodes/enriched.el (enriched):
18727         * textmodes/makeinfo.el (makeinfo):
18728         * textmodes/sgml-mode.el (sgml):
18729         * textmodes/table.el (table-hooks):
18730         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18731         * textmodes/texinfo.el (texinfo):
18732         * textmodes/two-column.el (two-column):
18733         Finish `defgroup' description with period.
18735         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18736         * eshell/esh-var.el (eshell-var):
18737         * progmodes/vhdl-mode.el (vhdl-testbench):
18738         * textmodes/org.el (org): Fix typos in docstrings.
18740         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18741         consistency.
18743         * progmodes/flymake.el (flymake-find-file): Remove.
18744         (flymake-float-time): Use `with-no-warnings'.
18745         (flymake-check-start-time, flymake-check-was-interrupted)
18746         (flymake-err-info, flymake-is-running, flymake-last-change-time)
18747         (flymake-new-err-info): `defvar' at compile time.
18749 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
18751         * replace.el (occur-hook): Doc fix.
18752         (occur-1): Don't call `occur-hook' if there are no matches.
18754 2005-07-03  Richard M. Stallman  <rms@gnu.org>
18756         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18757         global-map, save the same map.
18758         (global-map): Don't alter it at top level.
18759         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18760         Then alter it here instead.
18761         (tpu-edt-off): Set global-map to the saved one.
18763         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18764         All references simplified.
18765         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
18766         (zmacs-regions): Add defvar.
18767         (repeat-complex-command-map): Everything about that deleted.
18769         * textmodes/artist.el (artist-key-is-drawing)
18770         (artist-key-endpoint1, artist-key-poly-point-list)
18771         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18772         (artist-key-compl-table, artist-rb-save-data)
18773         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18774         Don't put them in eval-when-compile.
18775         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18777         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18778         Use with-no-warnings.
18780         * net/browse-url.el (dos-windows-version): Add defvar.
18782         * mail/supercite.el (filladapt-prefix-table): Add defvar.
18784         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18785         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18786         (rmail-new-summary-line-count): Rename from new-summary-line-count.
18787         Add defvar.
18788         (rmail-summary-beginning-of-message): Use with-no-warnings.
18789         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18791         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18792         Use with-no-warnings.
18794         * emulation/vi.el (vi-mark-region): Use c-mark-function.
18795         (c-mark-function): Add point-moving-unit property.
18796         (vi-goto-line): Use with-no-warnings.
18798         * emulation/edt.el (edt-last-copied-word): Add defvar.
18799         (zmacs-region-stays): Likewise.
18800         (edt-mark-section-wisely): Use c-mark-function for C.
18801         Use makr-defun for Fortran.
18802         (time-string): defvar deleted.
18803         (edt-display-the-time): Don't set time-string.
18805         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18807         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18808         Don't warn when name is not constant
18809         or for defining the group `emacs'.
18811         * tooltip.el (gud-tooltip-mode): Add defvar.
18813         * startup.el (default-frame-background-mode): Add defvar.
18815         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18817         * info.el (tool-bar-map): Add defvar.
18819         * dired.el (dnd-protocol-alist): Add defvar.
18821         * dired-aux.el (dired-query): Display question with answer, when
18822         the user answers.
18824         * custom.el (custom-add-option): Doc fix.
18826         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18828 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
18830         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18831         bogus name from the last change.
18833 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
18835         * custom.el (custom-declare-variable): Fix typos in comment.
18836         (custom-known-themes): Doc fix.
18837         (custom-theme-directory): New defcustom.
18838         (require-theme): Make it check `custom-theme-directory'.
18840         * cus-theme.el (custom-new-theme-mode): New function.
18841         (custom-theme-name, custom-theme-variables, custom-theme-faces)
18842         (custom-theme-description): Add compiler defvars.
18843         (customize-create-theme): Add doc to the "*New Custom Theme*"
18844         buffer.  Use `custom-new-theme-mode'.
18845         (custom-theme-write): Put the created buffer in emacs-lisp-mode
18846         and save it to the `custom-theme-directory'.  Make this the
18847         default directory of the buffer.
18849 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
18851         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18852         Fix unbalanced parentheses.
18854 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18857         into flymake-mode and delegate to flymake-mode.
18859         * find-file.el (ff-which-function-are-we-in): Clean up.
18861 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
18863         * replace.el (occur-rename-buffer): Fix docstring.
18865         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18866         (edt-last-copied-word, edt-learn-macro-count)
18867         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18868         (edt-rect-start-point, edt-user-global-map, rect-start-point)
18869         (time-string, zmacs-region-stays):
18870         * emulation/edt-mapper.el (edt-save-function-key-map)
18871         (EDT-key-name): `defvar' to silence the byte-compiler.
18873 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
18875         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18876         font-lock-regexp-backslash.  Doc fix.
18877         (font-lock-regexp-backslash-grouping-construct): Rename from
18878         font-lock-regexp-backslash-construct.  Doc fix.
18879         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18880         grouping constructs.
18882 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
18884         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18885         updating all the prerequisites.
18887 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
18889         * textmodes/org.el (org-agenda-start-on-weekday)
18890         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18891         (org-agenda-use-time-grid, org-archive-location)
18892         (org-allow-space-in-links, org-usenet-links-prefer-google)
18893         (org-enable-table-editor, org-export-default-language)
18894         (org-export-html-show-new-buffer, org-fill-paragraph)
18895         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18896         (org-goto-quit, org-occur, org-eval-in-calendar)
18897         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18898         (org-agenda-diary-entry, org-remember-help)
18899         (org-table-convert-region, org-at-table-p)
18900         (org-table-move-row-down, org-table-move-row-up)
18901         (org-table-copy-region, org-table-toggle-vline-visibility)
18902         (org-table-get-stored-formulas, org-table-get-specials)
18903         (org-recalc-commands, org-table-eval-formula)
18904         (org-table-formula-substitute-names, orgtbl-make-binding)
18905         (org-format-org-table-html, org-format-table-table-html)
18906         (org-format-table-table-html-using-table-generate-source)
18907         (org-customize): Fix typos in docstrings.
18908         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18909         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18910         (org-back-to-heading): Doc fixes.
18911         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18912         (org-agenda-change-all-lines, org-get-header):
18913         Improve argument/docstring consistency.
18914         (orgtbl-error): Fix error message.
18916         * progmodes/flymake.el (flymake-find-possible-master-files)
18917         (flymake-master-file-compare, flymake-get-line-err-count)
18918         (flymake-highlight-line, flymake-gui-warnings-enabled):
18919         Fix typos in docstrings.
18920         (flymake-parse-line, flymake-get-project-include-dirs-function)
18921         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18922         Doc fixes.
18923         (flymake-get-project-include-dirs-function)
18924         (flymake-make-err-menu-data):
18925         Improve argument/docstring consistency.
18927 2005-07-01  Lute Kamstra  <lute@gnu.org>
18929         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18930         Catch errors with ignore-errors.  Use temporary buffer.
18931         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
18933         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18934         background color faces.
18935         (facemenu-set-foreground, facemenu-set-background):
18936         Use facemenu-set-face-from-menu.
18937         (facemenu-set-face-from-menu): Treat face names that start with
18938         "fg:" or "bg:" as special.
18939         (facemenu-add-new-color): Don't create faces.  Simplify.
18941 2005-06-30  Richard M. Stallman  <rms@gnu.org>
18943         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18944         (crm-find-current-element): Likewise.
18946 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18948         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18950 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18952         * arc-mode.el (archive-extract): Make it work as a mouse binding.
18953         (archive-mouse-extract): Make it an obsolete alias.
18954         (archive-mode-map): Don't use archive-mouse-extract any more.
18955         (archive-mode, archive-extract): write-contents-hooks ->
18956         write-contents-functions.
18957         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18958         first arg.
18959         (archive-rename-entry): Update the call.
18960         (archive-zip-summarize): Remove unused var `method'.
18961         (archive-lzh-summarize): Remove unused var `creator'.
18963         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18964         dedicated frame upon exit.
18966         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18967         (archive-zip-extract, archive-zip-expunge)
18968         (archive-zip-update, archive-zip-update-case): Use executable-find.
18969         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18970         Use restore-buffer-modified-p.
18971         (archive-extract, archive-add-new-member, archive-write-file-member):
18972         Use with-current-buffer.
18973         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18975 2005-06-30  Andreas Schwab  <schwab@suse.de>
18977         * progmodes/gud.el (gud-filter): Remove unneeded progn.
18979 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18981         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18983 2005-06-30  Juri Linkov  <juri@jurta.org>
18985         * faces.el (vertical-border): Inherit from mode-line-inactive
18986         only on tty.
18988 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
18990         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18991         example, -NLINES in the `occur' docstring).
18993         * replace.el (occur-1): When no matches are found, do not set the
18994         `buffer-read-only' and modified flags for the occur buffer,
18995         because it is deleted.
18997         * emulation/cua-base.el (cua-check-pending-input)
18998         (cua-repeat-replace-region, cua-mode, cua-debug)
18999         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19000         Fix typos in docstrings.
19002         * emulation/cua-gmrk.el (cua-toggle-global-mark)
19003         (cua-cut-region-to-global-mark)
19004         (cua--cut-rectangle-to-global-mark):
19005         Remove period from end of messages.
19007         * emulation/cua-rect.el (cua-do-rectangle-padding):
19008         Remove period from end of messages.
19009         (cua--rectangle-seq-format): Fix typo in docstring.
19010         (cua-sequence-rectangle, cua-fill-char-rectangle):
19011         Improve argument/docstring consistency.
19013 2005-06-29  Juri Linkov  <juri@jurta.org>
19015         * faces.el (default-frame-background-mode): New internal variable.
19016         (frame-set-background-mode): Use it.
19018         * startup.el (normal-top-level): Set default-frame-background-mode
19019         instead of frame-background-mode.  Before setting it, test for its
19020         nil value.  Remove tests for frame-background-mode and frame
19021         parameter `reverse'.  Add test for "unspecified-fg".
19023         * term/xterm.el (xterm-rxvt-set-background-mode):
19024         * term/rxvt.el (rxvt-set-background-mode):
19025         Set default-frame-background-mode instead of frame-background-mode.
19027 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
19029         * simple.el (set-variable): Warn about obsolete user variables.
19031         * imenu.el (imenu--completion-buffer):
19032         * mouse.el (mouse-buffer-menu-alist):
19033         * msb.el (msb-invisible-buffer-p):
19034         * calendar/diary-lib.el (diary-header-line-format):
19035         * emacs-lisp/pp.el (pp-buffer):
19036         * progmodes/cperl-mode.el (cperl-do-auto-fill):
19037         * textmodes/picture.el (picture-replace-match):
19038         Change space constants followed by a sexp to "?\s ".
19040         * play/decipher.el (decipher-loop-with-breaks):
19041         * textmodes/texinfo.el (texinfo-insert-@item): Change space
19042         constants "protected" from end of line by a comment to "?\s".
19044 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19046         * font-lock.el (save-buffer-state): Use `declare'.
19048         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19049         reset the syntax-table to cperl-mode-syntax-table.
19050         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19051         "foo_print_bar" is not matched as a reserved keyword.
19053 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
19055         * textmodes/org.el (orgtbl-setup): New function, for delayed
19056         setup for the orgtbl commands.
19057         (org-calc-default-modes): New option.
19058         (orgtbl-make-binding): Use `defun' to get better help display.
19059         (org-diary): Call `org-compile-prefix-format'.
19060         (org-table-formula-substitute-names): New function.
19061         (org-agenda-day-view, org-agenda-week-view): New commands.
19062         (org-agenda-toggle-week-view): Command removed.
19063         (org-tbl-menu): Split off from org-org-menu.
19064         (org-mode): Move removal of outline-mode menus to here.
19065         (org-table-formula-debug): New option.
19066         (org-table-insert-row): Keep first field if just "#" or "*".
19067         (org-mode): Paragraph regexps fixed.
19068         (org-table-recalculate-regexp): New constant.
19069         (org-table-justify-field-maybe): Avoid replace if not necessary.
19070         (org-copy-special, org-cut-special): Use `call-interactively'.
19071         (org-table-copy-region): Take region from `interactive' call.
19072         (org-trim): Return string even if no match.
19073         (org-formula): New face.
19074         (org-set-font-lock-defaults): No longer highlight "FIXME".
19075         But highlight formula-related fields in table.
19076         (org-table-p): Use regexp, not fontification.
19077         (org-table-align): Handle white space at end of line.
19078         (org-table-formula-evaluate-inline): New option.
19079         (org-mode): Auto-wrapping in comment lines turned off.
19080         (org-table-copy-down): Evaluate only in copied field, not in
19081         destination.
19082         (org-table-current-formula): Variable removed.
19083         (org-table-store-formulas, org-table-get-stored-formulas)
19084         (org-table-modify-formulas, org-table-replace-in-formulas)
19085         (org-table-maybe-eval-formula): New functions.
19086         (org-table-get-formula): Modify to use stored formulas.
19087         (org-table-insert-column, org-table-delete-column)
19088         (org-table-move-column): Call `org-table-modify-formulas'.
19089         (org-complete): Add completion for keyword formulas.
19090         (orgtbl-mode): Pull orgtbl-mode-map to start of
19091         minor-mode-map-alist.
19093 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19095         * progmodes/python.el (python-check): Require `compile' before
19096         modifying its variables.
19098         * newcomment.el (comment-indent-default): Don't get fooled by an early
19099         end of buffer.
19101 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19103         * ps-print.el (ps-print-version): Fix version number.
19105 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
19107         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19109 2005-06-28  Richard M. Stallman  <rms@gnu.org>
19111         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19112         (flyspell-local-mouse-map): Declaration deleted.
19113         (flyspell-mouse-map): Bind only mouse-2.
19114         (flyspell-mode-map): Don't test flyspell-use-local-map.
19115         (flyspell-overlay-keymap-property-name): Var deleted.
19116         (flyspell-mode-on): Don't make local bindings for
19117         flyspell-mouse-map and flyspell-mode-map.
19118         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19120         * textmodes/ispell.el (ispell-word): Do not ignore short words.
19122         * progmodes/compile.el (compilation-next-error-function):
19123         Don't switch buffers; operate on the current buffer.
19125         * progmodes/compile.el (compilation-error-file-name)
19126         (compilation-warning-file-name, compilation-info-file-name)
19127         (compilation-line-number, compilation-column-number): New faces.
19128         (compilation-error-face, compilation-warning-face)
19129         (compilation-info-face, compilation-line-face)
19130         (compilation-column-face): Use them.
19132         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19134         * comint.el (comint-password-prompt-regexp): Accept ", try again".
19136         * bindings.el (global-map): Bind insertchar and its variants.
19138 2005-06-27  Richard M. Stallman  <rms@gnu.org>
19140         * textmodes/artist.el (artist-text-overwrite)
19141         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19143 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19145         * ps-print.el: It was not working the page selection for printing.
19146         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19147         (ps-print-version): New version 6.6.7.
19148         (ps-end-sheet): New fun.
19149         (ps-header-sheet, ps-end-job): Call it.
19151 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
19153         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19155 2005-06-27  Lute Kamstra  <lute@gnu.org>
19157         * facemenu.el (facemenu-unlisted-faces): Add foreground and
19158         background color faces.
19159         (facemenu-get-face): Delete function.
19160         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19161         (facemenu-add-new-color): Make second argument mandatory.
19162         Create the appropriate face and return it.  Simplify.
19163         (facemenu-set-foreground, facemenu-set-background): Don't check if
19164         color is defined.  Use return value of facemenu-add-new-color.
19166 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
19168         * progmodes/gud.el (gud-filter): Add missing argument to
19169         with-selected-window.
19171 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19173         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19174         a :require to the defcustom.
19176         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19177         defcustoms corresponding to minor modes.
19179 2005-06-26  David Ponce  <david@dponce.com>
19181         * recentf.el: Require tree-widget instead of wid-edit.
19182         (recentf-filename-handler): Fix widget :type.
19183         (recentf-cancel-dialog, recentf-open-more-files)
19184         (recentf-open-files-action): Doc fix.
19185         (recentf-dialog-goto-first): New function.
19186         (recentf-dialog-mode-map): Set parent keymap first.
19187         (recentf-dialog-mode): Define with define-derived-mode.
19188         Don't display continuation lines in dialogs.
19189         (recentf-edit-list): Rename from recentf-edit-selected-items.
19190         (recentf-edit-list-select): Rename from recentf-edit-list-action.
19191         Simplify.
19192         (recentf-edit-list-validate): New function.
19193         (recentf-edit-list): Update accordingly.
19194         (recentf-open-files-item-shift): Remove.
19195         (recentf-open-files-item): Convert menu elements into tree and
19196         link widgets.  Don't create the widgets.
19197         (recentf-open-files): Update accordingly.
19198         (recentf-save-list): Untabify.
19200 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
19202         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19203         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
19204         partially contained in the active region.  Do not take active
19205         region into account when called from Lisp, unless INTERACTIVE arg
19206         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
19207         avoid trouble with fields.  Make marker point nowhere when no
19208         longer used.  Always return nil.  Doc fix.
19209         (flush-lines): Add INTERACTIVE arg.  Do not take active region
19210         into account when called from Lisp, unless INTERACTIVE arg is
19211         non-nil.  Use `forward-line' instead of `beginning-of-line' to
19212         avoid trouble with fields.  Make marker point nowhere when no
19213         longer used.  Always return nil.  Doc fix.
19214         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
19215         interchangeable.  Do not take active region into account when
19216         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
19217         message in echo area when called from Lisp, unless INTERACTIVE arg
19218         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
19219         Return the number of matches.  Doc fix.
19220         (occur): Doc fix.
19221         (perform-replace): Make comment follow double space convention for
19222         the sake of `outline-minor-mode'.
19224         * faces.el (facep): Doc fix.
19226 2005-06-25  Richard M. Stallman  <rms@gnu.org>
19228         * facemenu.el (facemenu-enable-faces-p): New function.
19229         (facemenu-background-menu, facemenu-foreground-menu)
19230         (facemenu-face-menu): Add menu-enable property.
19232         * jka-compr.el (jka-compr-insert-file-contents):
19233         Special handling if cannot find the uncompression program.
19235         * cus-face.el (custom-face-attributes): Add autoload.
19237         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19238         Bind comment-indent-function locally.
19240         * window.el (save-selected-window): Use save-current-buffer.
19242         * subr.el (with-selected-window): Use save-current-buffer.
19244         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19245         and with-current-buffer.
19247 2005-06-24  Richard M. Stallman  <rms@gnu.org>
19249         * simple.el (line-move-1): Fix previous change.
19251 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19253         * replace.el (occur-1): Set `buffer-read-only' and the
19254         buffer-modified flag before running `occur-hook' to protect
19255         against unintentional buffer switches that can lead to data loss.
19257 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
19259         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19260         (gud-gdb-marker-filter): Use font-lock-warning-face for any
19261         initial error.
19263         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19264         after fresh input.
19265         (gdb-var-create-handler): Put name of expression in quotes.
19267 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
19269         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19270         elements of RING in order, and without bogus nil elements.
19272 2005-06-23  Richard M. Stallman  <rms@gnu.org>
19274         * simple.el (set-variable): Args renamed; doc fix.
19275         (line-move-1): When there are overlays around, use vertical-motion.
19277         * faces.el (escape-glyph): Use brown against light background.
19278         (nobreak-space): Rename from no-break-space.
19279         Fix previous change.
19281         * dired-aux.el (dired-do-copy): Fix arg prompt.
19283         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19285 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19287         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19288         rather than "Distributor".
19290 2005-06-23  Lute Kamstra  <lute@gnu.org>
19292         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19293         (debug-on-entry): Use it.  New interactive declaration that uses
19294         function-called-at-point.
19296 2005-06-23  Kim F. Storm  <storm@cua.dk>
19298         * subr.el (save-match-data): Add comment about using evaporate arg
19299         to set-match-data.
19301 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
19303         * cus-edit.el (customize-face)
19304         (customize-face-other-window): Handle face aliases.
19306         * faces.el (face-documentation, set-face-attribute)
19307         (face-spec-set): Handle face aliases.
19309 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
19311         * help-mode.el (help-make-xrefs): If a symbol representing a face
19312         name is not followed by the word "face", it could still be a
19313         function or variable name, so don't bypass other checks.
19315 2005-06-22  Juri Linkov  <juri@jurta.org>
19317         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19318         Replace aliased functions with calls where second arg `inherit' is t.
19320 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
19322         * progmodes/gdb-ui.el (gdb-error): New variable.
19323         (gdb-error): New function.
19324         (gdb-annotation-rules): Act on error-begin and error annotations.
19325         (gdb-concat-output): Use font-lock-warning-face for errors.
19327 2005-06-22  Miles Bader  <miles@gnu.org>
19329         * bindings.el (propertized-buffer-identification): Use renamed
19330         `Buffer-menu-buffer' face.
19332         * faces.el (vertical-border): Rename from `vertical-divider'.
19333         (escape-glyph): Change dark-background color back to `cyan'.
19335 2005-06-21  Juri Linkov  <juri@jurta.org>
19337         * faces.el (face-user-default-spec): Try getting `customized-face'
19338         prior to `saved-face'.
19339         (frame-background-mode): Refill docstring.
19341         * emacs-lisp/lisp-mode.el (eval-defun-1):
19342         * emacs-lisp/edebug.el (edebug-eval-defun):
19343         Set `saved-face' temporarily to nil before calling form.
19344         Set `customized-face' to the new spec after that.
19346 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19348         * subr.el (1value, lambda, key-substitution-in-progress):
19349         Doc fixes.
19351         * autoinsert.el (auto-insert-alist):
19352         * ses.el (ses-call-printer):
19353         * subr.el (noreturn):
19354         * emacs-lisp/lisp.el (check-parens):
19355         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19356         * net/browse-url.el (browse-url-mosaic):
19357         * progmodes/cc-defs.el (c-safe-scan-lists):
19358         * progmodes/ebnf-abn.el (ebnf-abn-lex):
19359         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19360         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19361         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19362         * progmodes/ebnf-iso.el (ebnf-iso-lex):
19363         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19365 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19367         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19369 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
19371         * calendar/appt.el (appt-make-list): Activate the package, if
19372         not already active (for backwards compatibility).
19374 2005-06-20  Kim F. Storm  <storm@cua.dk>
19376         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
19378 2005-06-20  Miles Bader  <miles@gnu.org>
19380         * faces.el (vertical-divider): New face.
19382 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
19384         * simple.el (kill-whole-line): Doc fix.
19385         (next-error-buffer-p, next-error-find-buffer)
19386         (clone-indirect-buffer): Fix typos in docstrings.
19387         (comment-line-break-function): Doc fix: don't say variable
19388         is automatically buffer-local (it isn't).
19390 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
19392         * net/tramp-ftp.el (top):
19393         * net/tramp-smb.el (top):
19394         * net/tramp-util.el (top):
19395         * net/tramp-uu.el (top):
19396         * net/tramp-vc.el (top):
19397         * net/tramp.el (top): Revert copyright years back to original
19398         ones.  Tramp has a life outside GNU Emacs.
19400 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
19402         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19404 2005-06-18  Juri Linkov  <juri@jurta.org>
19406         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19407         end of first regexp to limit the match to the position between
19408         line number and source line with same separator character as used
19409         between file name and line number.  In the second regexp limit
19410         mouse-face area to file name and line number by adding new group
19411         for them and referring it in HYPERLINK arg.
19412         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19413         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19414         previous line where grep markers may be already removed.
19416 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
19418         * progmodes/ps-mode.el: Update version and maintainer's email address.
19420 2005-06-18  Steve Youngs  <steve@xemacs.org>
19422         * net/browse-url.el (browse-url-browser-function)
19423         (browse-url-default-browser): Add firefox.
19424         (browse-url-firefox-program, browse-url-firefox-arguments)
19425         (browse-url-firefox-startup-arguments)
19426         (browse-url-firefox-new-window-is-tab): New defcustoms.
19427         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19429 2005-06-17  Richard M. Stallman  <rms@gnu.org>
19431         * startup.el (command-line): Warn if specified user name has
19432         no home directory.
19434         * term.el (term-get-old-input, term-input-filter, term-input-sender)
19435         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19437         * longlines.el (longlines-mode, longlines-show-hard-newlines):
19438         Doc fixes.
19440         * faces.el (underline): Try bold if terminal doesn't support underline.
19442         * mail/sendmail.el (mail-setup-with-from): New variable.
19443         (mail-insert-from-field): New function.
19444         (sendmail-send-it): Call it.
19445         (mail-setup): Optionally call it here.
19447         * term/linux.el: Call tty-no-underline.
19449 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
19451         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19453 2005-06-17  Miles Bader  <miles@gnu.org>
19455         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19456         (ediff-current-diff-C, ediff-current-diff-Ancestor)
19457         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19458         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19459         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19460         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19461         Remove "-face" suffix from face names.
19462         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19463         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19464         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19465         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19466         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19467         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19468         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19469         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19470         New backward-compatibility aliases for renamed faces.
19471         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19472         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19473         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19474         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19475         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19476         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19477         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19478         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19479         Use renamed ediff faces.
19481         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19482         Remove "-face" suffix from face names.
19483         (eshell-test-ok-face, eshell-test-failed-face):
19484         New backward-compatibility aliases for renamed faces.
19485         (eshell-run-test): Use renamed eshell-test faces.
19487         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19488         face name.
19489         (eshell-prompt-face): New backward-compatibility alias for renamed
19490         face.
19491         (eshell-emit-prompt): Use renamed eshell-prompt face.
19493         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19494         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19495         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19496         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19497         Remove "-face" suffix from face names.
19498         (eshell-ls-directory-face, eshell-ls-symlink-face)
19499         (eshell-ls-executable-face, eshell-ls-readonly-face)
19500         (eshell-ls-unreadable-face, eshell-ls-special-face)
19501         (eshell-ls-missing-face, eshell-ls-archive-face)
19502         (eshell-ls-backup-face, eshell-ls-product-face)
19503         (eshell-ls-clutter-face):
19504         New backward-compatibility aliases for renamed faces.
19505         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19507         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19508         Remove "-face" suffix from face name.
19509         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19510         instead of literal face.
19512 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
19514         * emacs-lisp/warnings.el (display-warning, lwarn)
19515         (warning-minimum-log-level): Doc fixes.
19516         (warning-minimum-level, warning-minimum-log-level):
19517         Add :debug to :type choices.
19519         * progmodes/ada-mode.el (ada-format-paramlist)
19520         (ada-get-indent-case, ada-check-matching-start)
19521         (ada-check-defun-name, ada-goto-matching-decl-start)
19522         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19523         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19524         (ada-make-subprogram-body): Follow error conventions.
19525         (ada-case-exception-file, ada-indent-comment-as-code)
19526         (ada-indent-handle-comment-special, ada-indent-renames)
19527         (ada-indent-return, ada-search-directories-internal)
19528         (ada-tab-policy, ada-case-exception-substring)
19529         (ada-other-file-alist, ada-matching-start-re)
19530         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19531         (ada-imenu-generic-expression, ada-compile-goto-error)
19532         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19533         (ada-popup-menu, ada-add-extensions, ada-mode)
19534         (ada-region-selected, ada-create-case-exception)
19535         (ada-create-case-exception-substring, ada-after-keyword-p)
19536         (ada-activate-keys-for-case, ada-adjust-case-region)
19537         (ada-adjust-case-buffer, ada-format-paramlist)
19538         (ada-scan-paramlist, ada-insert-paramlist)
19539         (ada-indent-newline-indent)
19540         (ada-indent-newline-indent-conditional)
19541         (ada-justified-indent-current, ada-goto-previous-word)
19542         (ada-indent-current, ada-get-indent-open-paren)
19543         (ada-get-indent-paramlist, ada-get-indent-end)
19544         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19545         (ada-get-indent-block-start, ada-get-indent-subprog)
19546         (ada-get-indent-noindent, ada-get-indent-label)
19547         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19548         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19549         (ada-goto-stmt-end, ada-goto-next-word)
19550         (ada-check-matching-start, ada-check-defun-name)
19551         (ada-goto-matching-decl-start, ada-goto-matching-start)
19552         (ada-goto-matching-end, ada-search-ignore-string-comment)
19553         (ada-in-decl-p, ada-looking-at-semi-or)
19554         (ada-looking-at-semi-private, ada-in-paramlist-p)
19555         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19556         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19557         (ada-next-procedure, ada-previous-procedure, ada-next-package)
19558         (ada-previous-package, ada-create-menu)
19559         (ada-fill-comment-paragraph-justify)
19560         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19561         (ada-other-file-name, ada-last-which-function-line)
19562         (ada-last-which-function-subprog, ada-which-function)
19563         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19564         (ada-gen-treat-proc, ada-check-emacs-version)
19565         (ada-continuation-indent, ada-align-region-separate):
19566         Fix typos in docstrings.
19567         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19569 2005-06-16  Lute Kamstra  <lute@gnu.org>
19571         * simple.el (fundamental-mode): Run after-change-major-mode-hook
19572         conditionally.
19574 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19576         * comint.el (comint-replace-by-expanded-filename)
19577         (comint-prompt-regexp, comint-delimiter-argument-list)
19578         (comint-preinput-scroll-to-bottom):
19579         * info.el (Info-hide-cookies-node):
19580         * ls-lisp.el (ls-lisp-classify):
19581         * find-file.el (ff-search-directories, ff-special-constructs)
19582         (ff-find-other-file):
19583         * font-lock.el (font-lock-keywords):
19584         * shell.el (shell-prompt-pattern)
19585         (shell-dynamic-complete-functions, shell-mode)
19586         (shell-delimiter-argument-list):
19587         * term.el (term-replace-by-expanded-filename)
19588         (term-prompt-regexp, term-delimiter-argument-list):
19589         * woman.el (woman-ignore, woman0-if):
19590         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19591         * emacs-lisp/elint.el (elint-init-env):
19592         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19593         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19594         * language/ethio-util.el (ethio-tilde-escape)
19595         (ethio-use-three-dot-question):
19596         * net/zone-mode.el (zone-mode-load-time-setup):
19597         * progmodes/cc-align.el (c-lineup-argcont):
19598         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19599         * progmodes/cperl-mode.el (cperl-set-style-back):
19600         * progmodes/inf-lisp.el (inferior-lisp-prompt):
19601         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19602         Fix spellings in docstrings.
19604         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19605         * progmodes/modula2.el (m2-for): Fix spellings.
19607         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19609         * simple.el (undo-more): Don't use `format' on `error' arguments.
19610         Improve argument/docstring consistency.
19611         (pending-undo-list): Doc fix.
19613         * smerge-mode.el (smerge-ensure-match):
19614         * emulation/vip.el (vip-ex):
19615         * net/zone-mode.el (zone-mode-update-serial):
19616         * progmodes/idlwave.el (idlwave-complete):
19617         * progmodes/vhdl-mode.el (vhdl-visit-file)
19618         (vhdl-compose-wire-components):
19619         Don't use `format' on `error' arguments.
19621         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19622         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19623         (tooltip-help-tips): Fix typos in docstrings.
19625 2005-06-16  David Ponce  <david@dponce.com>
19627         * tree-widget.el (tree-widget-value-create): Simplify last change.
19629 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
19631         * ido.el (ido-incomplete-regexp): New variable.
19632         (ido-set-matches-1): Handle invalid-regexp error and set
19633         ido-incomplete-regexp.
19634         (ido-incomplete-regexp): New face.
19635         (ido-completions): Use it.
19636         (ido-complete, ido-exit-minibuffer, ido-completions):
19637         Handle incomplete regexps.
19638         (ido-completions): Add check for complete match when entering a regexp.
19640 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19642         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19644 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19646         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19647         by field delimiters.
19649 2005-06-15  David Ponce  <david@dponce.com>
19651         * tree-widget.el: eval-and-compile inlined functions so they will
19652         be available at run-time too.
19653         (tree-widget-super-format-handler)
19654         (tree-widget-format-handler): Remove.
19655         (tree-widget-value-create): Handle the :indent property.
19657 2005-06-15  Miles Bader  <miles@gnu.org>
19659         * progmodes/which-func.el (which-func): Only inherit
19660         `font-lock-function-name-face' when that makes sense against the
19661         default mode-line face, otherwise set the face color explicitly.
19663         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19664         faces instead of (non-existent) variables.
19666 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19668         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19669         (iswitchb-get-matched-buffers): Likewise.  Simplify.
19671 2005-06-14  Miles Bader  <miles@gnu.org>
19673         * progmodes/ld-script.el (ld-script-location-counter):
19674         Remove "-face" suffix from face name.
19675         (ld-script-location-counter-face):
19676         New backward-compatibility alias for renamed face.
19677         (ld-script-location-counter-face): Use renamed face.
19679         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19680         (cperl-hash): Remove "-face" suffix from face names.
19681         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19682         New backward-compatibility aliases for renamed faces.
19683         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19684         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19686         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19687         name.
19688         (which-func-face): New backward-compatibility alias for renamed face.
19689         (which-func-format): Use renamed which-func face.
19691         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19692         (vhdl-function, vhdl-directive, vhdl-reserved-word)
19693         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19694         names.
19695         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19696         (vhdl-speedbar-configuration, vhdl-speedbar-package)
19697         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19698         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19699         (vhdl-speedbar-architecture-selected)
19700         (vhdl-speedbar-configuration-selected)
19701         (vhdl-speedbar-package-selected)
19702         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19703         names.
19704         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19705         Use renamed faces.
19706         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19707         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19708         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19709         Use renamed faces.
19710         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19711         names.
19712         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19713         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19714         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19715         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19716         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19717         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19719         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19720         face name.
19721         (sh-heredoc-face): New backward-compatibility alias for renamed face.
19722         (sh-heredoc-face): Use renamed sh-heredoc face.
19724         * progmodes/idlw-help.el (idlwave-help-link):
19725         Remove "-face" suffix from face name.
19726         (idlwave-help-link-face):
19727         New backward-compatibility alias for renamed face.
19728         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19730         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19731         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19732         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19733         New backward-compatibility aliases for renamed faces.
19734         (idlwave-shell-disabled-breakpoint-face)
19735         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19737         * progmodes/flymake.el (flymake-errline, flymake-warnline):
19738         Remove "-face" suffix from face names.
19739         (flymake-errline-face, flymake-warnline-face):
19740         New backward-compatibility aliases for renamed faces.
19741         (flymake-highlight-line): Use renamed flymake faces.
19743         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19744         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19745         (ebrowse-member-class, ebrowse-progress):
19746         Remove "-face" suffix from face names.
19747         (ebrowse-tree-mark-face, ebrowse-root-class-face)
19748         (ebrowse-file-name-face, ebrowse-default-face)
19749         (ebrowse-member-attribute-face, ebrowse-member-class-face)
19750         (ebrowse-progress-face):
19751         New backward-compatibility aliases for renamed faces.
19752         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19753         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19754         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19755         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19757         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19758         antlr-syntax)
19759         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19760         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19761         names.
19762         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19763         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19764         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19765         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19766         backward-compatibility aliases for renamed faces.
19767         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19768         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19769         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19770         remove "font-lock-".  Use renamed antlr-mode faces.
19771         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
19772         literal face-names with face variable references.
19774         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19775         face name.
19776         (Buffer-menu-buffer-face): New backward-compatibility alias for
19777         renamed face.
19778         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19780 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
19782         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19783         Eliminate "-face" suffix.
19784         (makefile-targets): Inherit from font-lock-function-name-face and
19785         eliminate "-face" suffix.
19786         (makefile-shell): Remove attributes and eliminate "-face" suffix.
19787         (makefile-*-font-lock-keywords): Append makefile-targets in rule
19788         actions, instead of prepending, to make it less visible.
19789         (makefile-previous-dependency, makefile-match-dependency):
19790         Don't match a target on a continuation line.
19792         * files.el (auto-mode-alist): Put Makefile in gmake mode.
19794 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
19796         * progmodes/gdb-ui.el (menu): Re-order menu items.
19797         (gdb-tooltip-print): Respect tooltip-use-echo-area.
19799         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19800         Define in tooltip.el.
19801         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19802         (gud-tooltip-tips): Respect tooltip-use-echo-area and
19803         gud-tooltip-echo-area.
19805         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19806         backward compatibility and make obsolete.
19807         (tooltip-help-tips): Use tooltip-use-echo-area.
19808         (tooltip-show-help-function): Rename to...
19809         (tooltip-show-help): ...this, because it is a function.
19810         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19812 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
19814         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19815         (edebug-print-length, edebug-print-level, edebug-print-circle)
19816         (edebug-modify-breakpoint, edebug-eval-last-sexp)
19817         (edebug-eval-print-last-sexp): Doc fixes.
19819 2005-06-14  Kim F. Storm  <storm@cua.dk>
19821         * ido.el (ido-mode): Make a new keymap every time we enable ido,
19822         as the coverage buffer/file/both may change.
19824 2005-06-14  Lute Kamstra  <lute@gnu.org>
19826         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19827         and run-mode-hooks.  Simplify.
19829         * mail/rmailedit.el (rmail-edit-mode):
19830         * progmodes/octave-inf.el (inferior-octave-mode):
19831         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19833         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19834         and run-mode-hooks.
19835         (recentf-edit-list, recentf-open-files): Don't call
19836         kill-all-local-variables directly.
19838         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19840 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19842         * emacs-lisp/byte-run.el (make-obsolete)
19843         (define-obsolete-function-alias): Rename arguments FUNCTION and
19844         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19845         (make-obsolete-variable, define-obsolete-variable-alias):
19846         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19847         respectively.
19849         * isearchb.el (isearchb-activate):
19850         * pcvs.el (cvs-mode):
19851         * ses.el (ses-load):
19852         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19853         * net/tramp.el (tramp-find-file-exists-command)
19854         (tramp-find-shell):
19855         * progmodes/ada-mode.el (ada-create-case-exception)
19856         (ada-create-case-exception-substring, ada-make-subprogram-body):
19857         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19858         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19859         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19860         * textmodes/org.el (org-promote, org-evaluate-time-range)
19861         (org-agenda-next-date-line, org-agenda-previous-date-line)
19862         (org-agenda-error, org-open-at-point, org-table-move-row)
19863         (org-format-table-table-html-using-table-generate-source)
19864         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19865         * textmodes/reftex.el (reftex-access-scan-info):
19866         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19867         (reftex-toc-promote-prepare): Follow error conventions.
19869         * diff-mode.el (diff-mode): Fix typo in docstring.
19871         * forms.el (forms--intuit-from-file): Fix reference to
19872         `forms-number-of-fields' in error message.
19873         (forms-print): Fix quoting in error message.
19875         * forms.el (forms-mode):
19876         * emulation/vi.el (vi-goto-insert-state):
19877         * progmodes/flymake.el (flymake-new-err-info)
19878         (flymake-start-syntax-check-for-current-buffer)
19879         (flymake-simple-cleanup):
19880         * eshell/esh-var.el (eshell/export):
19881         * progmodes/gud.el (xdb):
19882         * textmodes/flyspell.el (flyspell-incorrect-hook)
19883         (flyspell-maybe-correct-transposition)
19884         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19886 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
19888         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19889         minibuffer prompt.
19891 2005-06-13  Kim F. Storm  <storm@cua.dk>
19893         * subr.el (add-to-ordered-list): New defun.
19895         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19896         add cua--keymap-alist to emulation-mode-map-alists.
19898 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19900         * subr.el (complete-in-turn): New macro.
19901         (dynamic-completion-table, lazy-completion-table): Add debug info.
19903         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19904         in preference to face aliases.
19906         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19907         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19908         Remove unused vars `start' and `firstline'.
19909         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19910         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19912 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
19914         * cus-start.el (all): Don't complain about missing GTK-related
19915         variables, unless either `gtk' is boundp or this isn't a
19916         `windows-nt' build.
19918 2005-06-13  Lute Kamstra  <lute@gnu.org>
19920         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19921         run-mode-hooks.
19923         * ediff-mult.el (ediff-meta-mode):
19924         * ediff-util.el (ediff-mode): Use run-mode-hooks.
19926         * ledit.el (ledit-mode): Use delay-mode-hooks.
19928         * woman.el (woman-mode-line-format): Delete constant.
19929         (woman-mode-map): Initialize it properly.
19930         (woman-mode): Set mode-class property to special.
19931         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
19932         Set major-mode and mode-name.  Don't set mode-line-format directly.
19933         (Man-getpage-in-background): Don't reference woman-mode-line-format.
19935         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19936         string argument obsolete.
19938 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
19940         * textmodes/org.el (org-CUA-compatible): New option.
19941         (org-disputed-keys): New variable.
19942         (org-key): New function.
19943         (orgtbl-make-binding): Add docstring to the created function.
19944         (org-mode): Set paragraph start/separate regexps.
19945         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19946         (org-archive-location, org-archive-mark-done)
19947         (org-archive-stamp-time): New options.
19948         (org-archive-subtree): New command.
19949         (org-fill-paragraph): New function.
19950         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19951         (org-fake-empty-table-line): Function removed.
19952         (org-format-org-table-html): Do not create empty table lines at
19953         separator lines.  Improved table header treatment.
19954         (org-link-format): New option.
19955         (org-make-link): New function.
19956         (org-insert-link, org-store-link): Use org-make-link.
19957         (org-open-file): Quote file name for shell command, to allow
19958         spaces in file names.
19959         (org-link-regexp): Fix bug with mailto link.
19960         (org-link-maybe-angles-regexp, org-protected-link-regexp):
19961         New constants.
19962         (org-export-as-html): Deal with the optional angles around a link.
19963         Better treatment of file: links.
19964         (org-open-at-point): Replace @{ and @} with < and >.
19965         (org-run-mode-hooks): Function removed.
19966         (org-agenda-mode): No longer use `org-run-mode-hooks'.
19968 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
19970         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19971         MI command -data-list-register-values.
19972         (gdb-post-prompt): Indent properly.
19974 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
19976         * hilit-chg.el (highlight-changes-colors): Rename from
19977         `highlight-changes-colours'.
19978         (highlight-changes-colours): Keep as obsolete alias.
19979         (highlight-changes-face-list): Doc fix.
19980         (hilit-chg-make-list): Use `highlight-changes-colors'.
19982 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
19984         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19985         defun-prompt-regexp.
19987 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
19989         * loadup.el: Don't say we are dumping under 2 names on windows-nt
19990         and cygwin.
19992         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19993         Don't use an old loaddefs.el, as in Makefile.in.
19995 2005-06-12  Lute Kamstra  <lute@gnu.org>
19997         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19999         * man.el (Man-mode-map): Initialize it properly.
20000         (Man-mode): Set mode-class property to special.
20002         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20004 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
20006         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20007         A newline is needed in the docstring there.
20009         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20010         Doc fixes.
20012 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20014         * printing.el: Doc fix.  The menubar is no more changed when printing
20015         is loaded, it only changes when pr-menu-bind or pr-update-menus is
20016         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
20017         (pr-version): New version number (6.8.4).
20018         (pr-menu-bind): New command.
20019         (pr-update-menus): Docstring and code fix.
20020         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20021         Docstring fix.
20022         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20023         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20025 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
20027         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20028         "Returns" to "return", document useful return values, etc.
20030 2005-06-11  Alan Mackenzie  <acm@muc.de>
20032         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20033         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20034         (adaptive-file-function): Minor amendment to doc-string.
20036 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20038         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20039         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20040         Fix :type--it is `integer', not `string'.
20042         * faces.el (modeline-highlight): Rename from (the erroneous)
20043         `modeline-higilight'.
20045 2005-06-11  Lute Kamstra  <lute@gnu.org>
20047         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20048         lisp-interaction-mode-map but make it the parent.
20049         (edebug-eval-mode): Use define-derived-mode.
20051 2005-06-11  Andreas Schwab  <schwab@suse.de>
20053         * bindings.el: Add binding of `ESC functionkey' for every
20054         `M-functionkey'.
20055         * hexl.el (hexl-mode-map): Likewise.
20057 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
20059         * progmodes/compile.el (compilation-error-regexp-alist-alist)
20060         [msft]: update regexp for newer msft compilers.
20062 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
20064         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20065         ATTLIST portions of included DTDs.
20066         (xml-parse-dtd): Eliminate use of inefficient match-data.
20068 2005-06-10  Miles Bader  <miles@gnu.org>
20070         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20071         (mpuz-text): Remove "-face" suffix from face names.
20072         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20073         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20074         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20076         * play/gomoku.el (gomoku-O, gomoku-X):
20077         Remove "-face" suffix from face names.
20078         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20079         New backward-compatibility aliases for renamed faces.
20080         (gomoku-font-lock-keywords): Use renamed gomoku faces.
20082 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
20084         * thumbs.el: Fixes for changes of 2005-06-09.
20085         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20086         as a directory.
20087         (thumbs-thumbname): Remove directory separator from format string;
20088         `thumbs-thumbsdir' now returns a valid directory name.
20089         (thumbs-temp-dir): New defsubst.
20090         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20091         Use it.
20093         * cus-edit.el (minibuffer):
20094         * files.el (make-backup-file-name-function):
20095         * filesets.el (filesets-external-viewers):
20096         * hilit-chg.el (highlight-changes-colours)
20097         (highlight-changes-face-list, highlight-changes-rotate-faces):
20098         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20099         * kmacro.el (kmacro-call-macro):
20100         * log-edit.el (log-edit-changelog-full-paragraphs):
20101         * mouse.el (mouse-1-click-follows-link):
20102         * skeleton.el (skeleton-autowrap):
20103         * subr.el (insert-for-yank-1):
20104         * tempo.el (tempo-insert-region):
20105         * terminal.el (terminal-emulator):
20106         * time.el (display-time-mail-face):
20107         * vc.el (vc-annotate):
20108         * vcursor.el (vcursor-copy-line):
20109         * woman.el (woman-bold-headings, woman-ignore)
20110         (woman-default-faces, woman-monochrome-faces):
20111         * calendar/todo-mode.el (todo-insert-threshold):
20112         * emulation/pc-select.el (pc-select-selection-keys-only)
20113         (pc-selection-mode):
20114         * emulation/vip.el (vip-find-char-forward):
20115         * emulation/viper-cmd.el (viper-find-char-forward):
20116         * international/mule-cmds.el
20117         (select-safe-coding-system-accept-default-p)
20118         (input-method-exit-on-invalid-key):
20119         * international/mule-diag.el (describe-coding-system):
20120         * international/ucs-tables.el (unify-8859-on-encoding-mode):
20121         * net/browse-url.el (browse-url-xterm-program):
20122         * obsolete/lazy-lock.el (lazy-lock-mode):
20123         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20124         (cperl-mode):
20125         * progmodes/cpp.el (cpp-face-light-name-list)
20126         (cpp-face-dark-name-list):
20127         * progmodes/delphi.el (delphi-newline-always-indents):
20128         Fix spellings in docstrings.
20130         * ido.el (ido-mode, ido-file-extensions-order)
20131         (ido-default-file-method, ido-default-buffer-method)
20132         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20133         (ido-decorations, ido-read-file-name-as-directory-commands)
20134         (ido-read-file-name-non-ido, ido-work-directory-list)
20135         (ido-ignore-item-temp-list, ido-current-directory)
20136         (ido-magic-forward-char, ido-enter-find-file)
20137         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20138         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20140 2005-06-10  Lute Kamstra  <lute@gnu.org>
20142         * play/dunnet.el (dun-mode): Use define-derived-mode.
20143         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
20144         obsolete alias.
20146         * play/doctor.el (doctor-mode-map): Remove defvar.
20147         (doctor-mode): Use define-derived-mode.
20149         * mail/mspools.el (mspools-mode):
20150         * net/eudc-hotlist.el (eudc-hotlist-mode):
20151         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20153 2005-06-10  Miles Bader  <miles@gnu.org>
20155         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20156         Remove "-face" suffix from face names.
20157         (flyspell-incorrect-face, flyspell-duplicate-face):
20158         New backward-compatibility aliases for renamed faces.
20159         (flyspell-mode-on, make-flyspell-overlay)
20160         (flyspell-highlight-incorrect-region)
20161         (flyspell-highlight-duplicate-region)
20162         (flyspell-display-next-corrections)
20163         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20165         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20166         from face name.
20167         (texinfo-heading-face): New backward-compatibility alias for
20168         renamed face.
20169         (texinfo-heading-face): Use renamed texinfo-heading face.
20171         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20172         suffix from face names.
20173         (tex-math-face, tex-verbatim-face):
20174         New backward-compatibility aliases for renamed faces.
20175         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20176         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20177         literal face name.
20179         * textmodes/table.el (table-cell): Remove "-face" suffix from face
20180         name.
20181         (table-cell-face): New backward-compatibility alias for renamed face.
20182         (table--put-cell-face-property, table--update-cell-face):
20183         Use renamed table-cell face.
20185         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20186         from face name.
20187         (sgml-namespace-face): New backward-compatibility alias for
20188         renamed face.
20189         (sgml-namespace-face): Use renamed sgml-namespace face.
20191         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20192         (org-level-4, org-level-5, org-level-6, org-level-7)
20193         (org-level-8, org-warning, org-headline-done)
20194         (org-deadline-announce, org-scheduled-today)
20195         (org-scheduled-previously, org-link, org-done, org-table)
20196         (org-time-grid): Remove "-face" suffix from face names.
20197         (org-level-1-face, org-level-2-face, org-level-3-face)
20198         (org-level-4-face, org-level-5-face, org-level-6-face)
20199         (org-level-7-face, org-level-8-face, org-warning-face)
20200         (org-headline-done-face, org-deadline-announce-face)
20201         (org-scheduled-today-face, org-scheduled-previously-face)
20202         (org-link-face, org-done-face, org-table-face)
20203         (org-time-grid-face):
20204         New backward-compatibility aliases for renamed faces.
20205         (org-level-faces, org-set-font-lock-defaults, org-timeline)
20206         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20207         (org-agenda-get-timestamps, org-agenda-get-scheduled)
20208         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20210         * emulation/viper-init.el (viper-search, viper-replace-overlay)
20211         (viper-minibuffer-emacs, viper-minibuffer-insert)
20212         (viper-minibuffer-vi): Remove "-face" suffix from face names.
20213         (viper-search-face, viper-replace-overlay-face)
20214         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20215         (viper-minibuffer-vi-face):
20216         New backward-compatibility aliases for renamed faces.
20217         (viper-search-face, viper-replace-overlay-face)
20218         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20219         (viper-minibuffer-vi-face): Use renamed viper faces.
20221         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20222         Remove "-face" suffix from face names.
20223         (testcover-nohits-face, testcover-1value-face):
20224         New backward-compatibility aliases for renamed faces.
20225         (testcover-mark): Use renamed testcover faces.
20227         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20228         face name.
20229         (diary-button-face): New backward-compatibility alias for renamed face.
20230         (diary-entry): Use renamed diary-button face.
20232         * calendar/calendar.el (diary, calendar-today, holiday)
20233         (mark-visible-calendar-date): Remove "-face" suffix from face names.
20234         (diary-face, calendar-today-face, holiday-face):
20235         New backward-compatibility aliases for renamed faces.
20236         (eval-after-load "facemenu", diary-entry-marker)
20237         (calendar-today-marker, calendar-holiday-marker, diary-face):
20238         Use renamed calendar faces.
20240         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20241         (compare-windows-face): New backward-compatibility alias for
20242         renamed face.
20243         (compare-windows-highlight): Use renamed compare-windows face.
20245         * strokes.el (strokes-char): Remove "-face" suffix from face name.
20246         (strokes-char-face): New backward-compatibility alias for renamed face.
20247         (strokes-encode-buffer): Use renamed strokes-char face.
20249         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20250         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20251         Remove "-face" suffix from face names.
20252         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20253         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20254         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20255         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20256         Use renamed pcvs faces.
20257         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20258         * pcvs-defs.el (cvs-mode-map): Likewise.
20259         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20261         * info.el (info-title-1, info-title-2, info-title-3)
20262         (info-title-4): Remove "-face" suffix from and downcase face names.
20263         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20264         (Info-title-4-face):
20265         New backward-compatibility aliases for renamed faces.
20266         (Info-fontify-node): Use renamed info faces.
20268         * hilit-chg.el (highlight-changes, highlight-changes-delete):
20269         Remove "-face" suffix from face names.
20270         (highlight-changes-face, highlight-changes-delete-face):
20271         New backward-compatibility aliases for renamed faces.
20272         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20273         (hilit-chg-make-list): Use renamed highlight-changes faces.
20275         * generic-x.el (show-tabs-tab, show-tabs-space):
20276         Remove "-face" suffix from face names.
20277         (show-tabs-tab-face, show-tabs-space-face):
20278         New backward-compatibility aliases for renamed faces.
20279         (show-tabs-generic-mode-font-lock-defaults-1)
20280         (show-tabs-generic-mode-font-lock-defaults-2):
20281         Use renamed show-tabs faces.
20283         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20284         (smerge-markers): Remove "-face" suffix from face names.
20285         (smerge-mine-face, smerge-other-face, smerge-base-face)
20286         (smerge-markers-face):
20287         New backward-compatibility aliases for renamed faces.
20288         (smerge-mine-face, smerge-other-face, smerge-base-face)
20289         (smerge-markers-face): Use renamed smerge faces.
20291         * log-view.el (log-view-file, log-view-message): Remove "-face"
20292         suffix from face names.
20293         (log-view-file-face, log-view-message-face):
20294         New backward-compatibility aliases for renamed faces.
20295         (log-view-file-face, log-view-message-face): Use renamed log-view
20296         faces.
20298         * paren.el (show-paren-match, show-paren-mismatch):
20299         Remove "-face" suffix from face names.
20300         (show-paren-match-face, show-paren-mismatch-face):
20301         New backward-compatibility aliases for renamed faces.
20302         (show-paren-function): Use renamed show-paren faces.
20304         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20305         (ruler-mode-margins, ruler-mode-fringes)
20306         (ruler-mode-column-number, ruler-mode-fill-column)
20307         (ruler-mode-comment-column, ruler-mode-goal-column)
20308         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20309         suffix from face names.
20310         (ruler-mode-default-face, ruler-mode-pad-face)
20311         (ruler-mode-margins-face, ruler-mode-fringes-face)
20312         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20313         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20314         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20315         New backward-compatibility aliases for renamed faces.
20316         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20317         (ruler-mode-column-number, ruler-mode-fill-column)
20318         (ruler-mode-comment-column, ruler-mode-goal-column)
20319         (ruler-mode-tab-stop, ruler-mode-current-column)
20320         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20321         faces.
20323         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20324         face name.
20325         (whitespace-highlight-the-space): Use renamed face.
20326         (whitespace-highlight-face): New backward-compatibility alias for
20327         renamed face.
20329         * woman.el (woman-italic, woman-bold, woman-unknown)
20330         (woman-addition, woman-symbol-face):
20331         Remove "-face" suffix from face names.
20332         (woman-italic-face, woman-bold-face, woman-unknown-face)
20333         (woman-addition-face):
20334         New backward-compatibility aliases for renamed faces.
20335         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20336         (woman-decode-region, woman-replace-match)
20337         (woman-display-extended-fonts, woman-special-characters)
20338         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20339         Use renamed woman faces.
20341         * longlines.el (longlines-visible-face): Face removed.
20343         * diff-mode.el (diff-header, diff-file-header, diff-index)
20344         (diff-hunk-header, diff-removed, diff-added, diff-changed)
20345         (diff-function, diff-context, diff-nonexistent): Remove "-face"
20346         suffix from face names.
20347         (diff-header-face, diff-file-header-face, diff-index-face)
20348         (diff-hunk-header-face, diff-removed-face, diff-added-face)
20349         (diff-changed-face, diff-function-face, diff-context-face)
20350         (diff-nonexistent-face): New backward-compatibility aliases for
20351         renamed faces.
20352         (diff-header-face, diff-file-header-face)
20353         (diff-index, diff-index-face, diff-hunk-header)
20354         (diff-hunk-header-face, diff-removed, diff-removed-face)
20355         (diff-added, diff-added-face, diff-changed-face, diff-function)
20356         (diff-function-face, diff-context-face, diff-nonexistent)
20357         (diff-nonexistent-face): Use renamed diff-mode faces.
20359         * progmodes/compile.el (compilation-warning-face)
20360         (compilation-info-face): Remove "-face" suffix from face names.
20361         (compilation-warning-face, compilation-info-face):
20362         New backward-compatibility aliases for renamed faces.
20363         (compilation-warning-face, compilation-info-face):
20364         Use renamed compilation faces.
20366         * add-log.el (change-log-date, change-log-name)
20367         (change-log-email, change-log-file, change-log-list)
20368         (change-log-conditionals, change-log-function)
20369         (change-log-acknowledgement): Remove "-face" suffix from face names.
20370         (change-log-date-face, change-log-name-face)
20371         (change-log-email-face, change-log-file-face)
20372         (change-log-list-face, change-log-conditionals-face)
20373         (change-log-function-face, change-log-acknowledgement-face):
20374         New backward-compatibility aliases for renamed faces.
20375         (change-log-font-lock-keywords): Use renamed change-log faces.
20377         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20378         (custom-set, custom-changed, custom-saved, custom-button)
20379         (custom-button-pressed, custom-documentation, custom-state)
20380         (custom-comment, custom-comment-tag, custom-variable-tag)
20381         (custom-variable-button, custom-face-tag, custom-group-tag-1)
20382         (custom-group-tag): Remove "-face" suffix from face names.
20383         (custom-magic-alist, custom-magic-value-create)
20384         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20385         (custom-invalid-face, custom-rogue-face, custom-modified-face)
20386         (custom-set-face, custom-changed-face, custom-saved-face)
20387         (custom-button-face, custom-button-pressed-face)
20388         (custom-documentation-face, custom-state-face)
20389         (custom-comment-face, custom-comment-tag-face)
20390         (custom-variable-tag-face, custom-variable-button-face)
20391         (custom-face-tag-face, custom-group-tag-face-1)
20392         (custom-group-tag-face):
20393         New backward-compatibility aliases for renamed faces.
20395         * wid-edit.el (widget-documentation, widget-button)
20396         (widget-field, widget-single-line-field, widget-inactive)
20397         (widget-button-pressed): "-face" suffix removed from face names.
20398         (widget-documentation-face, widget-button-face)
20399         (widget-field-face, widget-single-line-field-face)
20400         (widget-inactive-face, widget-button-pressed-face):
20401         New backward-compatibility aliases for renamed faces.
20402         (widget-documentation-face, widget-button-face)
20403         (widget-button-pressed-face, widget-specify-field)
20404         (widget-specify-inactive): Use renamed widget faces.
20406 2005-06-10  Kenichi Handa  <handa@m17n.org>
20408         * term/x-win.el (x-clipboard-yank): Remove condition-case
20409         wrapping.
20411 2005-06-11  Kenichi Handa  <handa@m17n.org>
20413         * add-log.el (change-log-font-lock-keywords): Make the regexp for
20414         date lines stricter.
20416 2005-06-10  Zhang Wei  <id.brep@gmail.com>
20418         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20419         of x-get-selection.
20421 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
20423         * comint.el (comint-mode, comint-snapshot-last-prompt):
20424         * frame.el (frame-current-scroll-bars):
20425         * term.el (term-mode, term-check-proc, term-input-sender)
20426         (term-simple-send, term-extract-string, term-word)
20427         (term-match-partial-filename):
20428         * window.el (window-current-scroll-bars):
20429         * emulation/cua-base.el (cua-normal-cursor-color)
20430         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20431         (cua-global-mark-cursor-color):
20432         * mail/undigest.el (rmail-forward-separator-regex):
20433         Fix typos in docstrings.
20435         * comint.el (comint-check-proc, make-comint-in-buffer)
20436         (comint-source-default): Doc fixes.
20438         * term.el (term-send-string): Improve argument/docstring consistency.
20440 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
20442         * comint.el (comint-send-input): Bind `inhibit-read-only' around
20443         call to `delete-region'.
20444         (comint-mode-hook): Do not enable Font Lock by default.
20446 2005-06-09  Lute Kamstra  <lute@gnu.org>
20448         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20449         could be void.
20451 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20453         * emacs-lisp/debug.el (debugger-will-be-back): New var.
20454         (debug): Use it.
20455         (debugger-step-through, debugger-continue, debugger-jump)
20456         (debugger-return-value): Set it when needed.
20457         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20458         Use inhibit-read-only.
20460 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
20462         * window.el (shrink-window-if-larger-than-buffer)
20463         (window-size-fixed): Fix typo in docstring.
20465         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
20466         thumbnails directory on loading.
20467         (thumbs-conversion-program): Use `eq' to check the system type,
20468         not `equal'.
20469         (thumbs-temp-dir): Initialize to `temporary-file-directory',
20470         not "/tmp".  Fix docstring.
20471         (thumbs-thumbsdir): New function to return the thumbnails
20472         directory, creating it if needed.
20473         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20474         (thumbs-temp-file): Delete variable and make it into a function.
20475         (thumbs-resize-image, thumbs-modify-image): Use it.
20476         (thumbs-kill-buffer): Simplify.
20477         (thumbs-gensym): Defalias or duplicate CL `gensym'.
20478         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20479         docstrings.
20481 2005-06-09  Kim F. Storm  <storm@cua.dk>
20483         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20484         set-match-data to free markers in match-data.
20486         * replace.el (replace-match-data): Pass RESEAT arg `t' to
20487         match-data to unchain markers in match-data.
20489 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20491         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20492         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
20493         unnecessary now.
20495 2005-06-08  Richard M. Stallman  <rms@gnu.org>
20497         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20498         give the variable a doc string that doesn't say don't set it directly.
20500         * textmodes/ispell.el (ispell-check-version):
20501         Use match-string-no-properties.
20502         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20503         (ispell-buffer-local-words): Likewise.
20505         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20506         except on terminals with enough colors to really display it.
20507         (makefile-dependency-regex): Delete spurious `bb'.
20509         * faces.el (escape-glyph): Use blue once again in last case.
20510         (no-break-space): Redefine so that it isn't invisible on a tty.
20512 2005-06-08  Kim F. Storm  <storm@cua.dk>
20514         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20515         also when reading directory name.
20517 2005-06-08  Lute Kamstra  <lute@gnu.org>
20519         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20520         (flyspell-mode-line-string): Remove autoload cookie.
20521         (flyspell-mode): Remove defvar.
20523 2005-06-07  Lute Kamstra  <lute@gnu.org>
20525         * textmodes/org.el (org-run-mode-hooks): New function.
20526         (org-agenda-mode): Use it.
20528 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
20530         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20532 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20534         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20536 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
20538         * font-lock.el (font-lock-add-keywords): Doc fix.
20540 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20542         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20543         (tex-compile-default): In the absence of any history, use the order in
20544         tex-compile-alist to choose the preferred command.
20545         (tex-compile-commands): Reorder a bit.
20547         * textmodes/flyspell.el (flyspell-auto-correct-binding)
20548         (flyspell-incorrect-face, flyspell-duplicate-face):
20549         Use (X)Emacs-agnostic code.
20550         (flyspell-mode-map): Don't overwrite at each load.  Remove code
20551         redundant with the subsequent add-minor-mode.  Merge Emacs and
20552         XEmacs code.
20553         (flyspell-word): Minor simplification.
20554         (flyspell-math-tex-command-p): Quieten the byte-compiler.
20555         (flyspell-external-point-words): Remove unused vars `size' and `start'.
20556         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20557         Merge the corresponding Emacs code.
20558         (flyspell-correct-word, flyspell-xemacs-popup):
20559         Use flyspell-do-correct.
20561         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20562         a dedicated window.
20564         * international/latexenc.el (latexenc-find-file-coding-system):
20565         Undo part of last patch, to turn off a compiler warning.
20567 2005-06-06  Juri Linkov  <juri@jurta.org>
20569         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20570         Rename `tmm-inactive-face' to `tmm-inactive'.
20572 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
20574         * iswitchb.el: Rename faces.
20576 2005-06-06  Kim F. Storm  <storm@cua.dk>
20578         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20579         (cua-global-mark): Remove -face suffix from face names.
20581         * emulation/cua-gmrk.el (cua--init-global-mark):
20582         Remove cua-global-mark face setup.
20584 2005-06-06  Richard M. Stallman  <rms@gnu.org>
20586         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20587         just like other allowed characters.
20588         (makefile-match-dependency): Exclude leading and training whitespace
20589         from the range of regexp subexp 1.
20590         (makefile-macroassign-regex): Don't try to match the body,
20591         just the name of the macro being defined.
20593         * info.el (Info-read-node-name-2): New function.
20594         (Info-read-node-name-1): Use that.
20595         Add a completion-base-size-function property.
20597         * simple.el (completion-setup-function): Look for
20598         completion-base-size-function property of minibuffer-completion-table.
20600         * files.el (locate-file-completion): Doc fix.
20602         * printing.el: Don't call pr-update-menus; user must do that.
20604         * emacs-lisp/debug.el (debugger-window): New variable.
20605         (debug): Use debugger-window if it is set and still alive.
20606         Record debugger-window for next entry.
20608         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20610 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
20612         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20613         (hack-one-local-variable, hack-local-variables)
20614         (hack-local-variables-prop-line): Pass that arg.
20616 2005-06-06  Kim F. Storm  <storm@cua.dk>
20618         * ido.el (ido-first-match, ido-only-match, ido-subdir)
20619         (ido-indicator): Remove -face suffix from face names.
20621 2005-06-06  Juri Linkov  <juri@jurta.org>
20623         * font-lock.el (font-lock-regexp-backslash)
20624         (font-lock-regexp-backslash-construct): New faces.
20625         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
20626         after `('.  Add `while-no-input' to control structures.
20628         * faces.el (no-break-space, shadow): New faces.
20629         (escape-glyph): Use less loud colors pink2 and red4.
20631         * diff-mode.el (diff-context-face)
20632         * dired.el (dired-ignored)
20633         * rfn-eshadow.el (file-name-shadow)
20634         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20636         * info.el (Info-title-1-face): Use green instead of yellow because
20637         bold yellow is not readable on light backgrounds.
20639         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20640         before selecting the desired mode to not spend time fontifying
20641         old contents.
20643 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
20645         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20646         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20648         * ps-print.el (ps-default-fg, ps-default-bg):
20649         Fix typos in docstrings.
20651         * isearchb.el (isearchb): Don't pass a spurious second argument to
20652         `iswitchb-completions'.
20654 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
20656         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20657         to preserve point.
20658         (gdb-find-file-hook): Add doc string.
20660         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20661         C dereferenced pointer expression.
20662         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
20664         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20666         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20667         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20668         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20669         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20670         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20671         Make background transparent.
20673 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20675         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
20676         (font-lock-remove-keywords): Doc fix.
20677         (font-lock-mode-major-mode): Compiler defvar.
20678         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20680         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20681         (font-lock-mode): Update `font-lock-mode-major-mode'.
20682         (font-lock-set-defaults): Compiler defvar.
20683         (font-lock-default-function): Take `font-lock-mode-major-mode'
20684         into account.
20686         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20687         keep track of which major mode it enabled the minor mode for.
20688         Use find-file-hook again.  Update docstring.
20690         * simple.el (eval-expression-print-level)
20691         (eval-expression-print-length, eval-expression-debug-on-error):
20692         Doc fixes.
20694 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
20696         * iswitchb.el (iswitchb-single-match-face)
20697         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20698         (iswitchb-invalid-regexp-face): New faces.
20699         (iswitchb-completions): Use them.
20700         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20701         now marked as an obsolete alias.
20702         (iswitchb-read-buffer): Remove check for bound font variables.
20703         (iswitchb-invalid-regexp): New free variable.
20704         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20705         set iswitchb-invalid-regexp.
20706         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20707         invalid regexps.
20708         (iswitchb-completions): Add check for complete match when entering
20709         a regexp.
20710         (iswitchb-completions): Remove require-match argument.
20711         (iswitchb-exhibit): Fix caller.
20712         (iswitchb-common-match-inserted): New variable.
20713         (iswitchb-complete, iswitchb-completion-help): Use it.
20715 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
20717         * url-http.el (url-http-chunked-encoding-after-change-function):
20718         Use `url-http-debug' instead of `message'.
20720 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
20722         * url-http.el (url-http-parse-headers): Pass redirected URL as a
20723         callback argument.
20725 2005-06-04  Kim F. Storm  <storm@cua.dk>
20727         * simple.el (line-move): Only call sit-for when moving backwards.
20729         * ido.el (ido-make-merged-file-list-1): New defun split from
20730         ido-make-merged-file-list.
20731         (ido-make-merged-file-list): Bind throw-on-input around call to
20732         ido-make-merged-file-list-1.  Return input-pending-p if
20733         interrupted by more input available.
20734         (ido-read-internal): Handle input-pending-p return value from
20735         ido-make-merged-file-list.
20737 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20739         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20740         compatibility code.
20742         * international/latexenc.el (latexenc-find-file-coding-system):
20743         Don't inherit the EOL part of the coding-system from the
20744         tex-main buffer.  Fit within 80 columns.
20746 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
20748         * tmm.el (tmm-inactive-face): New face.
20749         (tmm-remove-inactive-mouse-face): New function.
20750         (tmm-prompt, tmm-add-one-shortcut)
20751         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20752         but not selectable.
20754 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
20756         * faces.el (face-equal): Improve argument/docstring consistency.
20758 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
20760         * progmodes/make-mode.el (makefile-targets-face)
20761         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20762         (makefile-bsdmake-dependency-regex)
20763         (makefile-makepp-rule-action-regex)
20764         (makefile-bsdmake-rule-action-regex): New constants.
20765         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20767         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20768         Allow (...) within `...' for makepp messages.
20770 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
20772         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20774         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20775         "." files are deleted from all file lists before comparison.
20777         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20778         (viper-ESC-key): Made them customizable.
20780         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20782 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
20784         * autorevert.el (auto-revert-buffers): Use save-match-data.
20786 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20788         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20789         menu items with a nil command binding.
20791 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
20793         * emacs-lisp/cl-macs.el (defsetf):
20794         Improve argument/docstring consistency.
20796         * faces.el (list-faces-display): Improve the formatting by
20797         computing the maximum length required for any face-name (reworked
20798         patch of 1999-01-11, accidentally deleted on 1999-07-21).
20799         (internal-find-face): Remove redundant info in docstring.
20801 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
20803         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20804         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20805         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20806         (gdb-assembler-custom): Improve regexps.
20807         (def-gdb-auto-update-handler): Use window point to preserve point.
20809 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20811         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20813 2005-05-31  Jay Belanger  <belanger@truman.edu>
20815         * calc/calc-embed.el (calc-embedded-word): Change argument passed
20816         to calc-embedded.
20817         (calc-embedded-make-info): Have plain prefix argument select
20818         entire line.
20820 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
20822         * faces.el (list-faces-display): Signal error if passed a regexp
20823         that matches no face name.
20825         * simple.el (filter-buffer-substring): Fix typo in docstring.
20827 2005-05-31  Richard M. Stallman  <rms@gnu.org>
20829         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20830         (vhdl-emacs-21): Doc fix.
20831         (vhdl-mode): Unconditionally set comment-padding.
20832         (vhdl-fixup-whitespace-region): Insert spaces only where
20833         there are none.
20834         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20836 2005-05-30  John Wiegley  <johnw@newartisans.com>
20838         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20839         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20840         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20841         `directory-sep-char' to ?/, and all uses of `string-to-int' to
20842         `string-to-number'.
20844 2005-05-30  Jay Belanger  <belanger@truman.edu>
20846         * calc/calc.el (calc-bug-address): Fix docstring.
20847         (calc-window-hook, calc-trail-window-hook): New variables.
20848         (calc-trail-display): Restore use of calc-trail-window-hook.
20849         (calc): Restore use of calc-window-hook.
20851 2005-05-31  Masatake YAMATO  <jet@gyve.org>
20853         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20855         * help-fns.el (help-C-file-name): Add autoload mark for
20856         `find-function-noselect'.
20858 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20860         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20861         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20863 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20865         * calendar/diary-lib.el (mark-included-diary-files): Only kill
20866         included diary buffer if it was not already being visited.
20867         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20869         * calendar/icalendar.el (top-level): Do not require appt.
20871         * mail/supercite.el (sc-select-attribution): Only use a list
20872         element from sc-attrib-selection-list if it returns a string.
20873         Reported by Davide G. M. Salvetti <salve@debian.org>.
20875 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
20877         * thumbs.el (thumbs-thumbname): The resulting thumbname now
20878         includes a hash value to improve its uniqueness, and has a ".jpg"
20879         extension.  Also, it is now a valid filename on all systems.
20880         (thumbs-make-thumb): Use `let', not `let*'.
20881         (thumbs-show-thumbs-list): Check for JPEG availability.
20883 2005-05-30  Richard M. Stallman  <rms@gnu.org>
20885         * filesets.el (filesets-menu-ensure-use-cached):
20886         Prevent warning when emacs-version>= is undefined.
20888         * printing.el (pr-interactive-n-up): Use string-to-number.
20890         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20892         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20893         Warn only when name to be defined is quoted.
20895 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
20897         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20898         Make regexp more robust.
20899         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20900         Force regeneration of disassembly.
20902 2005-05-29  Jay Belanger  <belanger@truman.edu>
20904         * calc/calc.el (calc-user-invocation): Check if
20905         calc-invocation-macro is non-nil.
20907 2005-05-29  Juri Linkov  <juri@jurta.org>
20909         * add-log.el (change-log-font-lock-keywords):
20910         Add `+' to e-mail regexp to accept mail address with keywords.
20912         * man.el (Man-name-regexp): Add `:' to accept qualified names.
20914 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
20916         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20918         * ielm.el (inferior-emacs-lisp-mode): Ditto.
20920 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20922         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20923         Undo the change that moves to end of the current word.
20925 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20927         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20928         Throw error when count <= 0 to ensure input is a number.
20929         (gdb-read-memory-custom): Pick up address from buffer.
20930         (gdb-memory-mode): Allow user to increment and decrement
20931         memory address from header line.
20933 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20935         * flyspell.el (flyspell-version): Function deleted.
20936         (flyspell-auto-correct-previous-hook): Doc fix.
20938         * jit-lock.el (jit-lock-function, jit-lock-after-change):
20939         Do nothing if memory is full.
20941         * font-lock.el (font-lock-fontify-syntactically-region):
20942         Pass t for GREEDY to looking-back.
20944         * saveplace.el (save-place-alist-to-file): Write the file
20945         using write-region.
20947         * subr.el (looking-back): New argument GREEDY.
20949         * progmodes/compile.el (compilation-start): Set the mode
20950         before inserting the initial text.
20952         * progmodes/which-func.el (which-func-update-1): Turn the mode
20953         off in case of error by setting which-func-mode.
20955 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
20957         * flyspell.el (flyspell-auto-correct-previous-word):
20958         Narrow down to what's on the screen, and recenter overlays
20959         at the end of the next word.
20961 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
20963         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20964         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20965         (flyspell-abbrev-p): Default to nil.
20966         (flyspell-use-global-abbrev-table-p): Doc fix.
20967         (flyspell-large-region): Allow nil as value.
20968         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20970         (mail-mode-flyspell-verify): More robust handling
20971         of `mail-header-separator'.  More efficient signature detection.
20972         Allow for regexp metacharacters in message-header-separator.
20973         Adding `To' not to be checked in mail-mode-flyspell-verify.
20975         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20976         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20977         Bind flyspell-auto-correct-binding.
20978         Bind C-. and C-, .
20979         (flyspell-mode-map): Likewise.
20980         (flyspell-mode): Doc fix.
20981         (flyspell-accept-buffer-local-defs): Preserve current buffer.
20982         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20983         (flyspell-word-cache-result): New var, always local.
20984         (flyspell-check-pre-word-p): Doc fix.
20985         (flyspell-check-changed-word-p): Handle spc like newline.
20986         (flyspell-post-command-hook): Set flyspell-word-cache-result.
20987         (flyspell-word-search-backward, flyspell-word-search-forward):
20988         New functions.
20989         (flyspell-word): Return t if nothing to check.
20990         When parsing TeX code, check for after } or \.
20991         Use flyspell-word-search-backward to find previous word.
20992         Return nil if duplicated word.
20993         For word already checked, return same value as last time.
20994         Set flyspell-word-cache-result after checking.
20995         Don't clobber the return value.
20996         (flyspell-get-word): Major rewrite.
20997         (flyspell-external-point-words): New locals pword, pcount.
20998         Fix size used in progress message.
20999         Find the proper corresponding word in flyspell-large-region-buffer.
21000         (flyspell-region): Check for flyspell-large-region = nil.
21001         (flyspell-highlight-incorrect-region): Clean up overlays in region.
21002         (flyspell-auto-correct-word): Check that WORD is a cons.
21003         (flyspell-correct-word): Likewise.
21005 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
21007         * progmodes/make-mode.el (makefile-rule-action-regex)
21008         (makefile-macroassign-regex, makefile-makepp-mode)
21009         (makefile-bsdmake-mode): Continuation lines may be empty.
21010         Reported by Joshua Varner.
21011         (makefile-makepp-font-lock-keywords): Add $(stem).
21013 2005-05-28  Karl Berry  <karl@gnu.org>
21015         * textmodes/tex-mode.el: Now that tex-send-command calls
21016         shell-quote-argument (2005-03-31 change), remove all calls to
21017         shell-quote-argument; they all end up invoking tex-send-command.
21018         The double quoting loses on filenames with non-safe characters,
21019         such as "@".  Reported by Frederik Fouvry.
21021 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
21023         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21024         about preserving point.
21026 2005-05-27  Jay Belanger  <belanger@truman.edu>
21028         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21029         Info-goto-node.
21031         * calc/calc-embed.el (calc-embed-arg): New variable.
21032         (calc-do-embedded-activate, calc-embedded-activate-formula)
21033         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21034         variable by new variable.
21035         (calc-embedded-make-info): Replace undeclared variable by new
21036         variable.  When selecting region with positive prefix
21037         argument, use end of previous line instead of beginning of line.
21039         * calc/calc-aent.el (calc-arg-values): Declare it.
21041         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21042         Declare them.
21044         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21046         * calc/calc.el (calc-alg-map): Declare it.
21048         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21050 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
21052         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21053         (gdb-registers-buffer, toggle-gdb-all-registers):
21054         Toggle display of floating point registers.
21055         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21057         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
21058         (toggle-gud-tooltip-dereference):
21059         Rename from gud-toggle-tooltip-dereference.
21061 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21063         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21065 2005-05-27  Jay Belanger  <belanger@truman.edu>
21067         * calc/calc-prog.el (calc-kbd-report): Remove.
21068         (calc-kbd-query): Rewrite.
21070 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
21072         * image.el (image-library-alist): Move to image.c.
21073         (image-type-available-p): Doc fix.
21075 2005-05-27  Lute Kamstra  <lute@gnu.org>
21077         * calc/calc.el (calc):
21078         * outline.el (outline-1, outline-2, outline-3, outline-4)
21079         (outline-5, outline-6, outline-7, outline-8):
21080         * textmodes/dns-mode.el (dns-mode):
21081         * textmodes/sgml-mode.el (sgml-namespace-face):
21082         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21083         (tex-verbatim-face, tex-use-reftex):
21084         * textmodes/texinfo.el (texinfo-heading-face):
21085         Specify customization group.
21087         * longlines.el: Don't require easy-mmode.
21088         (longlines-visible-face): Specify customization group.
21090 2005-05-27  Kenichi Handa  <handa@m17n.org>
21092         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21093         encoding table of windows-1251.
21095         * international/ucs-tables.el (ucs-set-table-for-input):
21096         If translation-table-for-input of a coding system is a symbol, get
21097         its translation-table property.
21099         * international/code-pages.el: Don't register a coding system into
21100         non-iso-charset-alist more than once.
21101         (cp-make-coding-system): Likewise.
21103 2005-05-26  John Wiegley  <johnw@newartisans.com>
21105         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21106         `eshell-resume-eval' is wrapped in a list, it indicates that the
21107         command was run asynchronously.  In that case, unwrap the value
21108         before checking the delimiter value.
21110         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21111         character before a space at the end of a line is \, assume the space
21112         is part of the last argument rather than a final argument separator.
21114         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21115         is in use, and the target is `t' or `nil' (which are the most common
21116         values), don't assume that the symbol target is a buffer.
21118 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21120         * calendar/calendar.el (calendar-mode-line-format):
21121         Use mode-line-highlight as mouse-face.
21123         * time.el (display-time-string-forms, display-time-update):
21124         Use mode-line-highlight as mouse-face.
21126 2005-05-26  Jay Belanger  <belanger@truman.edu>
21128         * calc/calc.el (calc-language-alist): Remove extra defvar.
21130 2005-05-26  Lute Kamstra  <lute@gnu.org>
21132         * arc-mode.el (archive-mode):
21133         * bookmark.el (bookmark-read-annotation-mode)
21134         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21135         * bs.el (bs-mode):
21136         * calc/calc-yank.el (calc-edit-mode):
21137         * calc/calc.el (calc-mode, calc-trail-mode):
21138         * calculator.el (calculator-mode):
21139         * chistory.el (command-history-mode):
21140         * comint.el:
21141         * cus-edit.el (custom-mode):
21142         * descr-text.el (describe-text-mode):
21143         * ebuff-menu.el (Electric-buffer-menu-mode):
21144         * ediff-util.el (ediff-mode):
21145         * emacs-lisp/re-builder.el (reb-mode):
21146         * emulation/vi.el (vi-mode-setup):
21147         * emulation/ws-mode.el (wordstar-mode):
21148         * eshell/esh-mode.el (eshell-mode):
21149         * forms.el (forms-mode):
21150         * help-mode.el (help-mode):
21151         * hexl.el (hexl-mode):
21152         * ibuffer.el (ibuffer-mode):
21153         * ielm.el (inferior-emacs-lisp-mode):
21154         * info.el (Info-mode, Info-edit-mode):
21155         * international/swedish.el:
21156         * ledit.el (ledit-from-lisp-mode):
21157         * locate.el (locate-mode):
21158         * mail/rmail.el (rmail-mode):
21159         * mail/rmailedit.el (rmail-edit-mode):
21160         * mail/rmailsum.el (rmail-summary-mode):
21161         * mail/supercite.el (sc-electric-mode):
21162         * net/eudc.el (eudc-mode):
21163         * net/quickurl.el (quickurl-list-mode):
21164         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21165         * obsolete/ooutline.el (outline-mode):
21166         * obsolete/options.el (Edit-options-mode):
21167         * obsolete/rnews.el (news-mode):
21168         * obsolete/rnewspost.el (news-reply-mode):
21169         * play/5x5.el (5x5-mode):
21170         * play/decipher.el (decipher-mode, decipher-stats-mode):
21171         * play/gomoku.el (gomoku-mode):
21172         * play/snake.el (snake-mode):
21173         * play/solitaire.el (solitaire-mode):
21174         * play/tetris.el (tetris-mode):
21175         * progmodes/ada-mode.el (ada-mode):
21176         * progmodes/antlr-mode.el (antlr-mode):
21177         * progmodes/autoconf.el (autoconf-mode):
21178         * progmodes/dcl-mode.el (dcl-mode):
21179         * progmodes/delphi.el (delphi-mode):
21180         * progmodes/ebrowse.el (ebrowse-tree-mode)
21181         (ebrowse-electric-list-mode, ebrowse-member-mode)
21182         (ebrowse-electric-position-mode):
21183         * progmodes/f90.el (f90-mode):
21184         * progmodes/fortran.el (fortran-mode):
21185         * progmodes/icon.el (icon-mode):
21186         * progmodes/idlw-help.el (idlwave-help-mode):
21187         * progmodes/idlw-shell.el (idlwave-shell-mode):
21188         * progmodes/idlwave.el (idlwave-mode):
21189         * progmodes/inf-lisp.el (inferior-lisp-mode):
21190         * progmodes/m4-mode.el (m4-mode):
21191         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21192         * progmodes/modula2.el (modula-2-mode):
21193         * progmodes/octave-inf.el (inferior-octave-mode):
21194         * progmodes/octave-mod.el (octave-mode):
21195         * progmodes/pascal.el (pascal-mode):
21196         * progmodes/sh-script.el (sh-mode):
21197         * progmodes/sql.el (sql-mode, sql-interactive-mode):
21198         * progmodes/vhdl-mode.el (vhdl-mode):
21199         * progmodes/xscheme.el (scheme-interaction-mode):
21200         * replace.el (occur-mode):
21201         * ses.el (ses-mode):
21202         * simple.el (completion-list-mode):
21203         * skeleton.el:
21204         * speedbar.el (speedbar-mode):
21205         * term.el (term-mode):
21206         * terminal.el (terminal-edit-mode):
21207         * textmodes/reftex-index.el (reftex-index-mode)
21208         (reftex-index-phrases-mode):
21209         * textmodes/reftex-sel.el (reftex-select-label-mode)
21210         (reftex-select-bib-mode):
21211         * textmodes/reftex-toc.el (reftex-toc-mode):
21212         * wdired.el (wdired-change-to-wdired-mode):
21213         * wid-browse.el (widget-browse-mode):
21214         Use run-mode-hooks.
21216         * array.el (array-mode):
21217         * calendar/todo-mode.el (todo-mode):
21218         * man.el (Man-mode):
21219         * play/landmark.el (lm-mode):
21220         * play/mpuz.el (mpuz-mode):
21221         Use kill-all-local-variables and run-mode-hooks.
21223         * subr.el (delay-mode-hooks): Specify indentation.
21225 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
21227         * xml.el (xml-substitute-special): Don't die for undefined xml
21228         entities.
21230 2005-05-26  Jay Belanger  <belanger@truman.edu>
21232         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21233         of nil.
21235 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
21237         * progmodes/gdb-ui.el (gdb-frame-address):
21238         Rename from gdb-current-address.
21239         (gdb-previous-frame-address): Rename from gdb-previous-address.
21240         (gdb-selected-frame): Rename from gdb-current-frame.
21241         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21242         (gdb-frame-number): Rename from gdb-current-stack-level.
21243         (gdb-ann3): Match new mode-name for disassembly buffer.
21244         Extend initialization of variables.
21245         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21246         (gdb-memory-mode): Use mouse-face in header line.
21247         (gdb-assembler-buffer-name): Call it disassembly and give frame
21248         in mode line.
21249         (gdb-source-spec-regexp, gdb-assembler-custom)
21250         (gdb-invalidate-assembler, gdb-frame-handler):
21251         Make robust to leading zeroes in address format.
21253 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
21255         * textmodes/org.el (org-mode): Use `define-derived-mode' to
21256         define `org-mode'.
21257         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21259 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21261         * log-edit.el (log-edit-changelog-entries): Distinguish between
21262         filenames like xfns.c and fns.c.
21264 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
21266         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21267         point after reverting.
21268         (Buffer-menu-make-sort-button): Handle the case where
21269         `Buffer-menu-use-header-line' is nil.
21271 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
21273         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21274         New funcs.  In minibuffer-local-completion-map bind `]', `/'
21275         and `:' to them.
21277 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21279         * startup.el (normal-top-level): Allow modification of load-path while
21280         we're iterating over it.
21282 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
21284         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21285         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21286         (thumbs-resize-interactive, thumbs-insert-image)
21287         (thumbs-insert-thumb, thumbs-dired-show-marked)
21288         (thumbs-find-image-at-point, thumbs-delete-images)
21289         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21290         (thumbs-increment-image-size, thumbs-decrement-image-size):
21291         Fix typos in docstrings.
21293 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
21295         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21296         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21297         (cperl-mode): Use them.
21299 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
21301         * window.el (quit-window, shrink-window-if-larger-than-buffer):
21302         Doc fixes.
21304 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
21306         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21307         Bind C-d to gdb-inferior-io-eof.
21309         * dired.el (dired-dnd-popup-notice): Use message-box.
21311 2005-05-23  Masatake YAMATO  <jet@gyve.org>
21313         * bindings.el (mode-line-major-mode-keymap):
21314         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21316         * faces.el (mode-line-highlight): New face.
21318         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21319         as mouse-face.
21321         * bindings.el (top-level, help-echo, mode-line-modified)
21322         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21323         as mouse-face.
21325 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
21327         * progmodes/cc-engine.el (c-guess-basic-syntax):
21328         Remove spurious call to `zerop'.
21330         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21332 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
21334         CC Mode update to 5.30.10:
21336         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21337         could go past the limit in decoration level 2, thereby causing
21338         errors during interactive fontification.
21340         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21341         the file is evaluated interactively.
21343         * cc-engine.el (c-guess-basic-syntax): Handle operator
21344         declarations somewhat better in C++.
21346         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21347         make use of `run-mode-hooks' which has been added in Emacs 21.1.
21348         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21349         (awk-mode): Use it.
21350         (make-local-hook): Suppress warning about obsoleteness.
21352         * cc-engine.el, cc-align.el, cc-cmds.el
21353         (c-append-backslashes-forward, c-delete-backslashes-forward)
21354         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21355         Compensate for return value from `forward-line' when it has moved
21356         but not to a different line due to eob.
21358         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21359         `objc-method-intro' and `objc-method-args-cont'.
21361 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
21363         CC Mode update to 5.30.10:
21365         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21366         in the copyright statement.  Incidentally, change "along with GNU
21367         Emacs" to "along with this program" where it occurs.
21369         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21370         so that it is interactive, hence can be found by M-x awk-mode
21371         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
21372         <gmorris+emacs@ast.cam.ac.uk>.
21374         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21375         Mode's regexps.
21377 2005-05-23  Kevin Ryde  <user42@zip.com.au>
21379         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21380         c-parse-state, to avoid a lisp error (on bad code).
21382 2005-05-23  Lute Kamstra  <lute@gnu.org>
21384         * subr.el (font-lock-defaults): Remove defvar as it's already
21385         defined in font-core.el.
21387         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21389 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
21391         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21392         more general and work when GDB variable "print pretty" is on,
21393         as with Emacs, for example.
21395 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
21397         * font-core.el: Update comment.
21399         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21400         Use `after-change-major-mode-hook' instead of `find-file-hook'.
21402         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21404 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
21406         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21407         and `yank-handler' in the doc strings.
21409 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21411         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
21413 2005-05-22  Richard M. Stallman  <rms@gnu.org>
21415         * help.el (describe-key): Move print-help-return-message call
21416         out of conditional.
21418         * progmodes/etags.el (list-tags): Use with-no-warnings.
21420         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21421         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21422         (starttls-extra-args, starttls-extra-arguments): Add defvars.
21424         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21426         * language/viet-util.el (viet-viscii-nonascii-translation-table):
21427         Add defvar.
21429         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21430         Use defvar, not defconst.
21432         * hexl.el (hexl-follow-line): Use with-no-warnings.
21434         * emulation/tpu-extras.el: Use write-file-functions instead of
21435         write-file-hooks.
21437         * dired.el (dired-font-lock-keywords): Fontify files with junk
21438         extensions even if marked by -F.
21440 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
21442         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21443         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21444         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21445         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21446         (concatenate, list-length, get*, getf, cl-remprop):
21447         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21448         (etypecase, progv, lexical-let, lexical-let*)
21449         (multiple-value-bind, multiple-value-setq, shiftf):
21450         Improve argument/docstring consistency.
21452         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21454 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
21456         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21457         doesn't exist.
21459         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
21460         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21462 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
21464         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21465         already deleted variables: auto-fill-hook, blink-paren-hook,
21466         lisp-indent-hook, inhibit-local-variables, unread-command-event,
21467         suspend-hooks, comment-indent-hook, meta-flag,
21468         before-change-function, after-change-function,
21469         font-lock-doc-string-face.
21471 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
21473         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21475 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
21477         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21478         rmail-dont-reply-to.
21480 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21482         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21483         literal blank when splitting new-header-values.
21485 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
21487         * calendar/cal-menu.el (cal-menu-update): Add separator as a
21488         string so that tmm doesn't create a completion entry for it.
21490         * textmodes/table.el (table-disable-menu): Ditto.
21492 2005-05-21  Richard M. Stallman  <rms@gnu.org>
21494         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21496         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21498         * net/rcompile.el (remote-compile): Use compilation-start.
21500         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21502 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
21504         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21505         Default to makefile-bsdmake-mode on BSD systems.
21507         * imenu.el (imenu-generic-expression, imenu--generic-function'):
21508         REGEXP may also be a search function now.  The part of doc-string
21509         for describing the structure was 95% identical to that of
21510         `imenu--generic-function'.  Unify it there.
21512         * progmodes/make-mode.el (makefile-imenu-generic-expression):
21513         Use function to find dependencies, because regexp alone is so complex,
21514         it easily goes into an endless loop.
21515         (makefile-makepp-mode): Also add submenu for Perl functions
21516         defined in the makefile.
21517         (makefile-bsdmake-mode): Special imenu-generic-expression no
21518         longer needed, due to function call.
21519         (makefile-match-dependency): Take BOUND into account when checking
21520         if we're through.
21522 2005-05-20  Jay Belanger  <belanger@truman.edu>
21524         * calc/calc-units.el (calc-invalidate-units-table):
21525         Use inhibit-read-only.
21526         (math-build-units-table-buffer): Use view-mode.
21528 2005-05-20  David Kastrup  <dak@gnu.org>
21530         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21531         easy-menu-add is not a nop on Emacs; and clarify when to call it.
21533 2005-05-20  Lute Kamstra  <lute@gnu.org>
21535         * diff-mode.el (diff-header-face, diff-file-header-face)
21536         (diff-index-face, diff-hunk-header-face, diff-removed-face)
21537         (diff-added-face, diff-changed-face, diff-function-face)
21538         (diff-context-face, diff-nonexistent-face): Put them in the
21539         diff-mode customization group.
21541 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21543         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21545         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21547         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21548         Minor regexp-optimization.
21550 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
21552         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21553         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21554         (org-agenda-add-time-grid-maybe): New function.
21555         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21556         (org-table-create): `dotimes' instead of `mapcar'.
21557         (org-xor): Simplify implementation.
21558         (org-agenda): `inhibit-redisplay' turned on.
21559         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21560         a consistent line after a state change.
21561         (org-agenda-remove-times-when-in-prefix): New option.
21562         (org-prefix-has-time): New variable.
21563         (org-parse-time-string): Optional argument NODEFAULT.
21564         (org-format-agenda-item): Parse items for time-of-day
21565         specifications and move these into the prefix if possible.
21566         (org-agenda-priority): Get current heading, not previous heading
21567         during agenda remote editing.
21569 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
21571         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21572         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21573         (remove-duplicates, delete-duplicates, substitute)
21574         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21575         (nsubstitute-if-not, find, find-if, find-if-not, position)
21576         (position-if, position-if-not, count, count-if, count-if-not)
21577         (mismatch, search, sort*, stable-sort, merge, member*)
21578         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21579         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21580         (intersection, nintersection, set-difference, nset-difference)
21581         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21582         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21583         (nsublis, tree-equal): Improve argument/docstring consistency.
21585         * subr.el (send-string, send-region): Remove obsolescence declaration.
21586         (window-dot, set-window-dot, read-input, show-buffer)
21587         (eval-current-buffer, string-to-int):
21588         Add release number to obsolescence declarations.
21590 2005-05-19  Kim F. Storm  <storm@cua.dk>
21592         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21593         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21595 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
21597         * faces.el (list-faces-display): Make back button respect optional
21598         regexp arg.
21600 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
21602         * calculator.el (calculator-radix-grouping-mode)
21603         (calculator-radix-grouping-digits, calculator-displayer)
21604         (calculator-radix-grouping-separator, calculator-copy-displayer):
21605         * dabbrev.el (dabbrev-search-these-buffers-only):
21606         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21607         (diff-advance-after-apply-hunk, diff-mode-hook)
21608         (diff-minor-mode-prefix):
21609         * imenu.el (imenu-use-popup-menu):
21610         * jit-lock.el (jit-lock-context-time):
21611         * newcomment.el (comment-fill-column, comment-column)
21612         (comment-style, comment-padding, comment-multi-line)
21613         (comment-empty-lines, comment-auto-fill-only-comments):
21614         * reveal.el (reveal-around-mark):
21615         * uniquify.el (uniquify-buffer-name-style)
21616         (uniquify-after-kill-buffer-p)
21617         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21618         (uniquify-min-dir-content, uniquify-separator)
21619         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21620         * w32-vars.el (w32-fixed-font-alist):
21621         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21622         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21623         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21624         * progmodes/perl-mode.el (perl-indent-level)
21625         (perl-continued-statement-offset, perl-continued-brace-offset)
21626         (perl-brace-offset, perl-brace-imaginary-offset)
21627         (perl-label-offset, perl-indent-continued-arguments)
21628         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21629         * progmodes/tcl.el (tcl-indent-level)
21630         (tcl-continued-indent-level, tcl-auto-newline)
21631         (tcl-tab-always-indent, tcl-electric-hash-style)
21632         (tcl-help-directory-list, tcl-use-smart-word-finder)
21633         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21634         (inferior-tcl-source-command):
21635         * textmodes/fill.el (enable-kinsoku):
21636         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21637         * textmodes/table.el (table-yank-handler):
21638         Specify missing group (and type, if simple) in defcustom.
21640 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
21642         * progmodes/compile.el (compilation-finish-function): Fix defvar.
21644 2005-05-19  Richard M. Stallman  <rms@gnu.org>
21646         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21648         * subr.el (event-basic-type): Don't get an error.
21649         (left-fringe-p): Function deleted.
21651         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21652         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21654         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21655         in recursive copy.
21657         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21659         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21661         * emacs-lisp/bytecomp.el
21662         (byte-compile-file-form-custom-declare-variable):
21663         Call byte-compile-nogroup-warn if appropriate.
21665         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21666         (compilation-set-window): Don't call left-fringe-p; do it directly.
21668 2005-05-19  Jay Belanger  <belanger@truman.edu>
21670         * calc/calc-graph.el (calc-graph-format-data): Make sure
21671         var-PlotRejects is bound before trying to check its value.
21673 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
21675         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21676         definition of this variable from reftex-global.el to reftex.el,
21677         because it is needed in the menu.
21679 2005-05-19  Lute Kamstra  <lute@gnu.org>
21681         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21682         years are fixed.  Don't insert a space after a dash.
21684 2005-05-19  Kim F. Storm  <storm@cua.dk>
21686         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21688 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
21690         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21691         strings, because (eq ... ?\\) is fairly frequent.
21693         * progmodes/make-mode.el (makefile-add-this-line-targets):
21694         Simplify and integrate into `makefile-pickup-targets'.
21695         (makefile-add-this-line-macro): Simplify and integrate into
21696         `makefile-pickup-macros.
21697         (makefile-pickup-filenames-as-targets): Simplify.
21698         (makefile-previous-dependency, makefile-match-dependency):
21699         Don't stumble over `::'.
21701 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
21703         * subr.el (post-command-idle-hook, post-command-idle-delay):
21704         Remove obsoletion of post-command-idle-hook and
21705         post-command-idle-delay.
21707         * faces.el (list-faces-display): Provide button when describe-face
21708         is called to take user back to the list of faces.
21710         * help-fns.el (describe-variable): Remove hyperlinks in a
21711         variable's value as these are quite frequently inappropriate.
21713         * follow.el (follow-submit-feedback, follow-mode):
21714         Remove references to post-command-idle-hook.
21716 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
21718         * progmodes/make-mode.el (makefile-previous-dependency)
21719         (makefile-match-dependency): Check for := (and in bsd mode also
21720         !=) to give a better result, even when font-lock is not on.
21722 2005-05-18  Jay Belanger  <belanger@truman.edu>
21724         * calc/calc-help.el (calc-s-prefix-help):
21725         Add `calc-copy-special-constant' to help string.
21727 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
21729         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21731 2005-05-18  Jay Belanger  <belanger@truman.edu>
21733         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21734         in linear factors are in proper order.
21736 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
21738         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21739         Support for jurabib.
21741         * textmodes/reftex.el (featurep): Define aliases for overlay
21742         commands, for XEmacs compatibility, and use these aliases in
21743         overlay initializations.
21744         (reftex-highlight): Use `reftex-move-overlay'.
21745         (reftex-unhighlight): Use `reftex-delete-overlay'.
21746         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
21747         (reftex-access-search-path): Use `reftex-uniquify' instead of
21748         `reftex-uniq'
21750         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21751         `before-string' property modification enables for Emacs as well.
21752         (reftex-select-item): Use `reftex-delete-overlay'.
21753         (reftex-select-mark): Use `reftex-make-overlay' and
21754         `reftex-overlay-put'.
21755         (reftex-select-unmark): Use `reftex-delete-overlay' and
21756         `reftex-overlay-put'.
21758 2005-05-18  Lute Kamstra  <lute@gnu.org>
21760         * emacs-lisp/lisp.el (check-parens): Fix docstring.
21762 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
21764         * add-log.el (add-change-log-entry):
21765         * array.el (array-make-template, array-reconfigure-rows)
21766         (array-init-max-row, array-init-max-column)
21767         (array-init-columns-per-line, array-init-field-width):
21768         * replace.el (replace-match-maybe-edit, perform-replace):
21769         * textmodes/spell.el (spell-region):
21770         Replace `read-input' by `read-string'.
21772         * forms.el (forms-mode):
21773         * finder.el (finder-compile-keywords):
21774         * shadowfile.el (shadow-read-files):
21775         Replace `eval-current-buffer' by `eval-buffer'.
21777         * terminal.el (te-pass-through):
21778         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21779         (ange-ftp-raw-send-cmd):
21780         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21781         (send-process-next-char, telnet-initial-filter, telnet):
21782         Replace `send-string' by `process-send-string'.
21784         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21785         (prolog-consult-region): Replace `send-string' by
21786         `process-send-string'; replace `send-region' by `process-send-region'.
21788         * progmodes/delphi.el (delphi-log-msg):
21789         Replace `set-window-dot' by `set-window-point'.
21791         * subr.el (window-dot, set-window-dot, read-input, send-string)
21792         (send-region, show-buffer, eval-current-buffer):
21793         Make really obsolete, as the comment says.
21795 2005-05-17  Kim F. Storm  <storm@cua.dk>
21797         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21798         (cua--init-keymaps): Bind C-return instead of S-return to set
21799         rectangle mark.
21801         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21802         instead of S-return to toggle/clear rectangle mark.
21804 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
21806         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21807         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21808         Also fontify plain strings assigned to variables, mostly so that a
21809         colon has a face and is thus not taken as a dependency separator.
21810         (makefile-previous-dependency): Inline the new matcher, because it
21811         is too complex to work in both directions.
21812         (makefile-match-dependency): Eliminate `backward' arg (see above).
21813         Completely reimplemented so as to not sometimes go into an endless
21814         loop.  It should also be more efficient, because first it only
21815         searches for `:', instead of applying the very complex regexp.
21816         (makefile-mode): Cancel `font-lock-support-mode', because blocks
21817         to be fontified in one piece can be too long for JIT.
21818         Makefiles are never *that* big.
21820 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
21822         * dired.el (dired-mode): Simplify.
21824 2005-05-17  Lute Kamstra  <lute@gnu.org>
21826         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21827         defcustom for the mode hook variable.
21829         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21830         Emacs Lisp Reference Manual.
21832 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
21834         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21835         (evenp, list*):
21836         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21837         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21839         * net/tramp-smb.el (tramp-smb-open-connection):
21840         Pass `tramp-chunksize' as fifth (required) argument.
21842 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
21844         * font-lock.el (lisp-font-lock-keywords-1):
21845         Set `font-lock-negation-char-face' for [^...] char group.
21846         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21848         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21849         a var, and refine it to mask one more level of nested vars.
21850         (makefile-rule-action-regex): Turn it into a var, and refine it so
21851         it recognizes backslashed continuation lines as belonging to the
21852         same command.
21853         (makefile-macroassign-regex): Refine it so it recognizes
21854         backslashed continuation lines as belonging to the same command.
21855         (makefile-var-use-regex): Don't look at the next char, because it
21856         might be the same one to be skipped by the initial [^$], leading
21857         to an overlooked variable use.
21858         (makefile-make-font-lock-keywords): Remove two parameters, which
21859         are now variables that some of the modes set locally.
21860         Handle dependency and rule action matching through functions, because
21861         regexps alone match too often.  Dependency matching now comes
21862         last, so it can check, whether a colon already matched something else.
21863         (makefile-mode): Inform that font-lock improves makefile parsing
21864         capabilities.
21865         (makefile-match-dependency, makefile-match-action): New functions.
21867 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
21869         * emacs-lisp/cl-extra.el (equalp): Doc fix.
21871         * align.el (align-regexp):
21872         * ansi-color.el (ansi-color-get-face):
21873         * array.el (array-reconfigure-rows, array-init-max-row)
21874         (array-init-max-column, array-init-columns-per-line)
21875         (array-init-field-width):
21876         * dired-aux.el (dired-trample-file-versions):
21877         * dired-x.el (dired-mark-sexp):
21878         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21879         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21880         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21881         * faces.el (face-read-integer):
21882         * files.el (backup-extract-version, insert-directory):
21883         * hexl.el (hexl-insert-decimal-char):
21884         * server.el (server-process-filter):
21885         * shell.el (shell-extract-num):
21886         * startup.el (command-line-1):
21887         * term.el (term-command-hook):
21888         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21889         (time-stamp-do-number):
21890         * time.el (display-time-update):
21891         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21892         (timezone-fix-time):
21893         * vms-patch.el (vms-suspend-resume-hook):
21894         * calendar/appt.el (appt-convert-time):
21895         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21896         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21897         * calendar/cal-islam.el (mark-islamic-diary-entries):
21898         * calendar/calendar.el (calendar-cursor-to-date)
21899         (calendar-star-date):
21900         * calendar/diary-lib.el (diary-attrtype-convert)
21901         (mark-diary-entries, diary-entry-time):
21902         * calendar/solar.el (solar-get-number):
21903         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21904         * emacs-lisp/re-builder.el (reb-display-subexp):
21905         * emulation/edt.el (edt-set-scroll-margins):
21906         * emulation/tpu-extras.el (tpu-set-scroll-margins):
21907         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21908         (vip-get-ex-count):
21909         * emulation/viper-ex.el (viper-get-ex-token)
21910         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21911         * international/fontset.el (fontset-plain-name):
21912         * mail/feedmail.el (feedmail-look-at-queue-directory):
21913         * mail/mailalias.el (mail-get-names):
21914         * mail/rmail.el (rmail-convert-to-babyl-format):
21915         * mail/rmailsum.el (rmail-make-basic-summary-line)
21916         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21917         (rmail-summary-goto-msg):
21918         * mail/smtpmail.el (smtpmail-read-response):
21919         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21920         (ange-ftp-vms-add-file-entry):
21921         * play/gametree.el (gametree-looking-at-ply)
21922         (gametree-current-branch-score):
21923         * progmodes/ada-xref.el (ada-prj-find-prj-file)
21924         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21925         * progmodes/cperl-mode.el (condition-case):
21926         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21927         (ebrowse-set-member-buffer-column-width)
21928         (ebrowse-select-1st-to-9nth):
21929         * progmodes/etags.el (etags-snarf-tag):
21930         * progmodes/flymake.el (flymake-parse-line):
21931         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21932         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21933         (idlwave-shell-menu-def):
21934         * progmodes/ps-mode.el (ps-run-goto-error):
21935         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21936         (vhdl-speedbar-contract-level):
21937         * term/mac-win.el (x-handle-numeric-switch):
21938         * term/sun-mouse.el (sun-get-frame-data):
21939         * term/w32-win.el (x-handle-numeric-switch):
21940         * term/x-win.el (x-handle-numeric-switch):
21941         * textmodes/ispell.el (ispell-parse-output):
21942         * textmodes/nroff-mode.el (nroff-outline-level):
21943         * textmodes/reftex-cite.el (reftex-bib-sort-year)
21944         (reftex-bib-sort-year-reverse, reftex-format-citation):
21945         * textmodes/reftex-parse.el (reftex-init-section-numbers)
21946         (reftex-section-number):
21947         * textmodes/texinfmt.el (texinfo-paragraphindent):
21948         Replace `string-to-int' by `string-to-number'.
21950         * international/latexenc.el: Add page marker to force the "Local
21951         Variables:" string out of the last page.
21953 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21955         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21956         tooltip-change-major-mode.
21957         (gud-tooltip-print-command): Remove case where gud-minor-mode
21958         is gdb ("--fullname").
21959         (gud-tooltip-tips): Turn GUD tooltips off for this case and
21960         explain to user.
21962 2005-05-16  Jay Belanger  <belanger@truman.edu>
21964         * calc/calc-store.el (calc-copy-special-constant): New function.
21966         * calc/calc-ext.el (calc-init-extensions): Add binding for
21967         `calc-copy-special-constant'.
21969         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21970         for the `calc-copy-special-constant' command.
21972 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21974         * subr.el (left-fringe-p): New function.
21976         * progmodes/compile.el (compilation-setup): Set local value of
21977         overlay-arrow-string to "" always.
21978         (compilation-set-window): Left fringe then don't scroll.
21979         No left fringe then no arrow and scroll message to top.
21980         (compilation-context-lines): Adjust doc string accordingly.
21982 2005-05-16  Kim F. Storm  <storm@cua.dk>
21984         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21985         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21986         (ido-wide-find-dir-or-delete-dir): New command for M-d.
21987         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
21988         (ido-read-file-name): Handle commands with ido property value
21989         equal to find-file as reading a file name, to allow C-d to enter dired.
21990         (ibuffer-find-file): Add ido property with value find-file.
21992 2005-05-15  Kim F. Storm  <storm@cua.dk>
21994         * subr.el (open-network-stream-nowait): Remove.
21995         (open-network-stream-server): Remove.
21997 2005-05-15  Richard M. Stallman  <rms@gnu.org>
21999         * faces.el (describe-face): Output a definition link button.
22001         * help-mode.el (help-face-def): New button type.
22003         * emacs-lisp/copyright.el (copyright-fix-years):
22004         Match properly if the first year is 2-digit.
22005         Don't mess up the whitespace after the years by filling.
22007         * dired-aux.el (dired-mark-confirm):
22008         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22010         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22011         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22012         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22014         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22015         Set font-lock-comment-start-skip.
22017         * font-lock.el (font-lock-comment-start-skip): New variable.
22018         (font-lock-comment-end-skip): New variable.
22019         (font-lock-fontify-syntactically-region): Use them if non-nil.
22021 2005-05-15  Jay Belanger  <belanger@truman.edu>
22023         * calc/calc-store.el (calc-store-value): Return a string rather
22024         than display it as a message.
22025         Use calc-var-name for variable name.
22026         (calc-store-into): Add the result of calc-store-value to message.
22027         (calc-copy-variable): Add a message.
22028         (calc-store-exchange): Improve error messages.
22029         (calc-store-binary, calc-store-map): Don't reset the values of
22030         special constants.
22032 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
22034         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22035         manual to docstring.
22037         * files.el (hack-local-variables-confirm): Add STRING argument.
22038         Make the function handle non file visiting buffers correctly.
22039         (hack-local-variables-prop-line, hack-local-variables)
22040         (hack-one-local-variable): Use STRING arg of
22041         `hack-local-variables-confirm'.
22043 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
22045         Sync with Tramp 2.0.49.
22047         * net/tramp.el (tramp-handle-dired-call-process)
22048         (tramp-handle-insert-directory):`insert-buffer' cannot be used
22049         because the contents of the Tramp buffer is changed before
22050         insertion (`expand-file' and alike).
22051         (tramp-handle-insert-directory): If `localname' has an empty
22052         nondirectory name, it must not be quoted.
22053         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
22054         variable `tramp-chunksize'.  Change callees.
22055         (tramp-open-connection-setup-interactive-shell): Check remote host
22056         for buggy `send-process-string' implementation.
22057         Set `tramp-chunksize' if found.  Reported by Michael Kifer
22058         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22059         (tramp-handle-shell-command): `insert-buffer' cannot be used
22060         because the contents of the Tramp buffer is changed before
22061         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22062         <frederic.bothamy@free.fr>.
22063         (tramp-set-auto-save): Actions should be done for Tramp file name
22064         handler only.  Ange-FTP has its own auto-save mechanism.
22065         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22066         (tramp-set-auto-save-file-modes): Set file modes of
22067         `buffer-auto-save-file-name' to ?\600 as fallback solution.
22068         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22069         (tramp-bug): Remove obsolete variable.
22070         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
22071         for presence of `mml-mode'.  Make it running for older Emacsen as well.
22073 2005-05-14  John Paul Wallington  <jpw@pobox.com>
22075         * ibuf-ext.el (define-ibuffer-filter filename):
22076         If `dired-directory' is a list, use its car.
22078 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
22080         * ibuffer.el (define-ibuffer-column filename):
22081         If `dired-directory' is a list, use its car.
22083 2005-05-14  Richard M. Stallman  <rms@gnu.org>
22085         * subr.el (symbol-file): Doc fix.
22087         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22088         (byte-compile-form): Call byte-compile-nogroup-warn.
22089         (byte-compile-warning-types): Doc fix.
22091         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22093         * progmodes/cc-engine.el (c-literal-faces):
22094         Add font-lock-comment-delimiter-face.
22096         * net/net-utils.el (dig): Use with-no-warnings.
22098         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22099         (sc-recite-frame-alist, sc-default-cite-frame)
22100         (sc-default-uncite-frame, sc-default-recite-frame)
22101         (sc-attrib-selection-list, sc-rewrite-header-list):
22102         Mark as risky-local-variable.
22104         * international/ogonek.el (ogonek-jak, ogonek-how):
22105         Don't use beginning-of-buffer.
22107         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22109         * calendar/solar.el (solar-data-list): Move definition up.
22111         * dnd.el (dnd-protocol-alist): Add autoload.
22113         * progmodes/sh-script.el: Many doc usage fixes.
22114         (sh-indent-after-do): Change default to match common styles.
22116 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
22118         * files.el (interpreter-mode-alist)
22119         (auto-mode-interpreter-regexp): Doc fixes.
22121 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
22123         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22125         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22127 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22129         * dired.el (dired-mode): make-variable-buffer-local =>
22130         make-local-variable.
22132 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22134         * term/mac-win.el (mac-select-convert-to-string): Try coding
22135         systems in mac-script-code-coding-systems if specified one cannot
22136         encode string for `com.apple.traditional-mac-plain-text'.
22138 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
22140         * progmodes/make-mode.el (makefile-targets-face)
22141         (makefile-shell-face, makefile-makepp-perl-face): New faces.
22142         (makefile-dependency-regex): Fix it to not make the colon in
22143         $(var:a=b) special.
22144         (makefile-rule-action-regex): New regexp for highlighting embedded
22145         Shell strings.
22146         (makefile-macroassign-regex): Handle != for highlighting as
22147         embedded Shell strings.
22148         (makefile-var-use-regex): New const.
22149         (makefile-statements, makefile-automake-statements)
22150         (makefile-gmake-statements, makefile-makepp-statements)
22151         (makefile-bsdmake-statements): New consts.
22152         (makefile-make-font-lock-keywords): New function.
22153         (makefile-automake-font-lock-keywords)
22154         (makefile-gmake-font-lock-keywords)
22155         (makefile-makepp-font-lock-keywords)
22156         (makefile-bsdmake-font-lock-keywords): New consts.
22157         (makefile-mode-map): Add switchers between the various submodes.
22158         (makefile-mode): Document the availability of the variants.
22159         (makefile-automake-mode, makefile-gmake-mode)
22160         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22162         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22163         new variants of makefile-mode.
22165 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22167         * font-lock.el (font-lock-comment-delimiter-face): Fix up
22168         the inheritance.
22170 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
22172         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22173         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22175         * files.el (normal-mode): Extend the scope of the
22176         `enable-local-variables' binding to include the `set-auto-mode' call.
22177         (magic-mode-alist): Doc fix.
22179 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22181         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22182         font-lock-comment-face rather than copying its setting.
22184 2005-05-12  Andreas Schwab  <schwab@suse.de>
22186         * eshell/esh-mode.el (eshell-send-input): Doc fix.
22188 2005-05-12  Lute Kamstra  <lute@gnu.org>
22190         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22191         defcustom for the mode hook variable.  Delete the last argument.
22192         * generic-x.el: Fix callers of define-generic-mode.
22193         (generic-x-modes): Delete group.
22194         (show-tabs-tab-face, show-tabs-space-face): Put them in the
22195         generic-x customization group.
22197 2005-05-12  Kim F. Storm  <storm@cua.dk>
22199         * font-lock.el (font-lock-negation-char-face): Default to "off".
22201         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22202         font-lock-negation-char-face to ! in !=.
22204 2005-05-12  Masatake YAMATO  <jet@gyve.org>
22206         * add-log.el (find-change-log): Fix typos in the docstring
22207         of function.
22209 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22211         * international/latexenc.el (latexenc-find-file-coding-system):
22212         Avoid `re-search-forward' when looking for input encoding because
22213         of speed and safety.  Better regular expressions for recognizing
22214         input encoding.  Limit a search for TeX-master/tex-main-file to
22215         the local variable section.
22217 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
22219         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22220         syntax of $ to "'" (quote).
22222 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
22224         * dnd.el (dnd-protocol-alist): Improve custom type.
22226         * dired.el (dired-dnd-protocol-alist): New variable.
22227         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
22228         `dired-mode-hook' to the end.
22230 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22232         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22233         comment-end if comment-start-skip is not set.
22234         Obey the font-lock-comment-delimiter-face variables.
22236 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22238         * files.el (executable-find): Move from executable.el.  Use
22239         locate-file.
22240         * progmodes/executable.el (executable-find): Move to files.el.
22242         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22243         when trying to ensure forward progress.
22245 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
22247         * mouse-sel.el (mouse-sel-follow-link-p): New function.
22248         (mouse-select, mouse-select-internal, mouse-extend-internal):
22249         Use it to implement mouse-1-click-follows-link functionality.
22251 2005-05-11  Richard M. Stallman  <rms@gnu.org>
22253         * font-lock.el (font-lock-fontify-syntactically-region):
22254         Use font-lock-comment-delimiter-face for comment delimiters.
22256 2005-05-10  Jay Belanger  <belanger@truman.edu>
22258         * calc/calc-help.el (calc-m-prefix-help): Add mention of
22259         preserving embedded modes.
22261 2005-05-10  Richard M. Stallman  <rms@gnu.org>
22263         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22265         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22266         Move from ada-stmt.el.
22267         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22269         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22270         Move to ada-mode.el.
22271         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22273         * cus-edit.el (custom-file): Call file-chase-links.
22275         * files.el (read-directory-name): Fix previous change.
22276         (hack-local-variables-confirm): New function.
22277         (hack-local-variables-prop-line, hack-local-variables)
22278         (hack-one-local-variable): Use it.
22280 2005-05-10  Lute Kamstra  <lute@gnu.org>
22282         * font-lock.el (font-lock-keywords-alist)
22283         (font-lock-removed-keywords-alist): Clarify docstrings.
22285 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
22287         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22288         (gdb-source-info): Check for preprocessor info.
22289         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
22290         a macro for a function.
22291         (gdb-info-breakpoints-custom): Try to find file again if not already
22292         found (user might have used GDB dir command).
22293         (gdb-get-location): Update gdb-location-alist correctly for change
22294         to gdb-info-breakpoints-custom.
22296         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22297         (gud-tooltip-print-command): Add gdbmi case.
22298         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22299         preprocessor info.
22301 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
22303         * startup.el (fancy-splash-insert): Fix typo in doc string.
22305 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
22307         * obsolete/float.el (string-to-float):
22308         * obsolete/hilit19.el (hilit-add-pattern):
22309         * obsolete/rnews.el (news-parse-range, news-select-message)
22310         (news-get-pruned-list-of-files): Replace `string-to-int' by
22311         `string-to-number'.
22313         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22314         `find-file-not-found-hooks'; use `add-hook'.
22315         (uncompress-while-visiting): Set `write-file-functions', not
22316         `write-file-hooks'; use `add-hook'.
22318 2005-05-09  Kim F. Storm  <storm@cua.dk>
22320         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22321         (cua-paste): Handle clipboard action.
22322         (cua--init-keymaps): Remap clipboard-kill-region and
22323         clipboard-kill-ring-save.
22325 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
22327         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22328         Improve commentary.
22330         * simple.el (next-error-overlay-arrow-position): Revert the change
22331         made on 2005-04-30.
22333 2005-05-07  Jay Belanger  <belanger@truman.edu>
22335         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22336         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22337         `calc-sel-reselect'.
22339         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22340         Calc is in embedded mode.
22342 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
22344         * progmodes/compile.el (compilation-setup):
22345         Set overlay-arrow-string to an empty string on text terminals.
22347         * textmodes/ispell.el (ispell-program-name): Try looking for
22348         "aspell" along exec-path, and if found, use it as the default
22349         speller program.
22351 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
22353         * international/mule.el (sgml-xml-auto-coding-function):
22354         Recognize encoding='FOO' in single quotes as well as in double quotes.
22356 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22358         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22359         as well as `interactive', so that defmacro* would recognize
22360         `declare' forms.
22362 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
22364         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22365         Explain more about the LIGHTER arg's usage in the doc string.
22366         Add commentary to clarify what the code does.  Fix the regexp that
22367         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
22368         since it could have characters special to regular expressions.
22370 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22372         * replace.el (occur-1): Bind inhibit-read-only so that
22373         erase-buffer doesn't barf on read-only text properties (likewise
22374         for add-text-properties in occur-engine).  Mark buffer as unmodified.
22375         (occur-engine): Don't set buffer-read-only here.
22377 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22379         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22380         list-buffers-directory.  This caused the *cvs-commit* buffer to be
22381         sometimes mistakenly reused as a *cvs* buffer.
22383 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
22385         * tooltip.el: Move code for GUD tooltips into gud.el.
22386         (require): CL no longer needed to compile case.
22387         (tooltip-mode): Do not toggle functions for GUD tooltips.
22388         (tooltip-gud-tips-p): Remove.  Replace with minor mode
22389         gud-tooltip-mode in gud.el.
22390         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22391         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22392         tooltip-gud prefix with gud-tooltip and obsolete.
22393         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22394         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22395         (tooltip-mouse-motion): Mouse movement functions/variable.
22396         Rename in gud.el by adding gud prefix.
22397         (tooltip-gud-original-filter, tooltip-gud-dereference)
22398         (tooltip-gud-event, tooltip-toggle-gud-tips)
22399         (tooltip-gud-process-output, tooltip-gud-print-command)
22400         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
22401         gud.el by replacing tooltip-gud prefix with gud-tooltip.
22402         (gdb-tooltip-print): Move to gdb-ui.el.
22404         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22405         (require): CL needed to compile case.
22406         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22407         tooltip-gud-tips-p.  Make it a minor-mode.
22408         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22409         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22410         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22411         (gud-tooltip-change-major-mode)
22412         (gud-tooltip-activate-mouse-motions-if-enabled)
22413         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22414         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22415         (gud-tooltip-original-filter, gud-tooltip-dereference)
22416         (gud-tooltip-event, tooltip-toggle-gud-tips)
22417         (gud-tooltip-process-output, gud-tooltip-print-command)
22418         (gud-tooltip-tips): Move from tooltip.el.
22420         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22421         (gdb-cpp-define-alist-flags): Doc fix.
22422         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22423         gud-tooltip-mode is t.
22425 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22427         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22428         evaporate if their text is deleted.
22429         (goto-address-at-point): Make it work as a mouse binding as well.
22430         (goto-address-at-mouse): Obsolete it.  Update users.
22432 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22434         * calendar/appt.el (top-level): No longer activate on load.
22436 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
22438         * calendar/cal-bahai.el (mark-bahai-diary-entries):
22439         * net/webjump.el (webjump):
22440         * progmodes/idlw-help.el (idlwave-do-context-help1)
22441         (idlwave-highlight-linked-completions):
22442         * textmodes/po.el (po-find-file-coding-system-guts):
22443         Replace `assoc-ignore-case' by `assoc-string'.
22445 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
22447         * files.el (locate-file): Doc fix.
22449         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22450         Remove the redundant test for ms-dos.
22452         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22453         look for the preprocessor with exec-suffixes.  If not found in
22454         standard places, look in exec-path.  Remove most of the tests that
22455         used system-type.
22457         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22459         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22461         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22462         file-name clash with jka-compr.el on 8+3 filesystems.
22464 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22466         * term/mac-win.el: Don't define or bind scroll bar functions if
22467         x-toolkit-scroll-bars is t.
22468         (x-select-text, x-get-selection-value): Clear
22469         x-last-selected-text-clipboard if x-select-enable-clipboard is
22470         nil.
22471         (PRIMARY): Put mac-scrap-name property.
22472         (mac-select-convert-to-file-url): New function.
22473         (public.file-url): New selection target type.  Add to
22474         selection-converter-alist.
22475         (x-get-selection, x-selection-value): Handle it.
22476         (x-cut-buffer-or-selection-value): New alias.
22478 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22480         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22481         entry to avoid calling bibtex-find-entry with arg global
22482         being t.  Remove arg key.
22483         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22484         (bibtex-copy-summary-as-kill): Change accordingly.
22486 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22488         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22489         (org-agenda-date-later): Use with-current-buffer.
22491 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
22493         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22494         (define-obsolete-variable-alias): Doc Fixes.
22496 2005-05-06  Kim F. Storm  <storm@cua.dk>
22498         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
22499         vertical-motion when selective-display is active.
22501         * ido.el (ido-setup-hook): New hook.
22502         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22503         (ido-input-stack): New var.
22504         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
22505         ido-next-work-file binding to M-O.
22506         Bind M-f to ido-wide-find-file-or-pop-dir.
22507         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22508         (ido-read-internal): Run ido-setup-hook.
22509         Catch quit in read-file-name and read-string to cancel edit.
22510         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22511         Automatically pop-all when completing a directory name (RET).
22512         (ido-file-internal): Add with-no-warnings around ffap and dired code.
22513         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22514         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22515         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22516         New functions for M-b/M-f to move among the directory components.
22517         (ido-make-merged-file-list): Catch quit to cancel merge.
22518         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22519         (ido-completion-help): No warnings for ido-completion-buffer-full.
22521 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
22523         * font-lock.el (font-lock-negation-char-face): New face and variable.
22524         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22525         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22526         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22527         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22529 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
22531         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22532         Fix typo in docstring.
22534         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22535         (ebrowse-print-statistics-line)
22536         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22538         * term/w32-win.el (image-library-alist): Add additional name for
22539         Xpm library.
22541 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
22543         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22544         use gcc instead of cpp.
22546         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22547         (gdb-create-define-alist): Use it.
22548         (gdb-cpp-define-alist-program): Update for MS-DOS.
22550 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
22552         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22554 2005-05-04  Richard M. Stallman  <rms@gnu.org>
22556         * help.el (describe-key): No error when UNTRANSLATED is nil.
22558         * simple.el (line-move-1): Fix previous change to signal errors
22559         appropriately.
22561 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
22563         * calendar/icalendar.el (icalendar-version): Now at 0.12.
22564         (icalendar-duration-correction): Remove.
22565         (icalendar--get-event-properties): Split result at commas.
22566         (icalendar--decode-isoduration): New optional argument
22567         DURATION-CORRECTION.
22568         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22569         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22570         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22571         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22572         (icalendar--convert-anniversary-to-ical): New functions, extracted
22573         from icalendar-export-region, with bug fixes.
22574         (icalendar-export-region): Use the above functions.
22575         (icalendar-import-buffer): Check before saving diary file.
22576         (icalendar--convert-recurring-to-diary)
22577         (icalendar--convert-non-recurring-all-day-to-diary)
22578         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22579         extracted from icalendar--convert-ical-to-diary, with bug fixes.
22580         (icalendar--convert-ical-to-diary): Use the above functions.
22582 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
22584         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22585         Remove these recent additions.
22586         (c-mode): Restore to before 2005-04-28.
22588         * progmodes/cc-vars.el (cc-define-list-program): Remove this
22589         recent addition.
22591         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22592         (gdb-define-alist): New variables.
22593         (gdb-create-define-alist): New function.
22594         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22595         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22596         with string-to-number.
22597         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
22599         * progmodes/gud.el: Replace string-to-int with string-to-number.
22600         (gud-find-file): Handle gdb-define-alist.
22602         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22604 2005-05-02  Jay Belanger  <belanger@truman.edu>
22606         * calc/calc-aent.el (math-read-token):
22607         * calc/calc-bin.el (calc-word-size):
22608         * calc/calc-ext.el (calc-read-number-fancy):
22609         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22610         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22611         * calc/calc-frac.el (calc-over-notation):
22612         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22613         (calc-graph-num-points, calc-graph-init):
22614         * calc/calc-prog.el (calc-read-parse-table-part)
22615         (calc-edit-macro-repeats):
22616         * calc/calc-yank.el (calc-do-grab-rectangle):
22617         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22618         Replace `string-to-int' by `string-to-number'.
22620 2005-05-02  Kim F. Storm  <storm@cua.dk>
22622         * kmacro.el: Use executing-kbd-macro-index variable.
22624 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
22626         * net/rlogin.el (rlogin-parse-words): Delete func.
22627         (rlogin): Use split-string, not rlogin-parse-words.
22628         Also, if there are option-like elements in the parsed args,
22629         take the host to be the first arg immediately following them.
22630         Suggested by Michael Mauger.
22632 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22634         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22636 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22638         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22639         (cc-mode-cpp-program): Rename to cc-define-list-program and
22640         move to cc-vars.el.
22642         * progmodes/cc-vars.el (cc-define-list-program):
22643         Change to "gcc -E -dM -".  Make customizable.
22645 2005-05-02  Kim F. Storm  <storm@cua.dk>
22647         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22649 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22651         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22653         * international/mule-util.el (truncate-string): Remove alias and
22654         obsolete declaration.
22656         * international/mule-cmds.el (update-iso-coding-systems):
22657         Remove alias and obsolete declaration.
22659         * international/mule.el (coding-system-parent): Remove alias and
22660         obsolete declaration.
22662         * subr.el (define-function, sref): Remove aliases and obsolete
22663         declarations.
22664         (chars-in-region): Remove obsolete declaration.
22666 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22668         * info.el (Info-mode): Set widen-automatically to nil, locally.
22670         * simple.el (widen-automatically): New variable.
22671         (pop-global-mark): Obey widen-automatically.
22673 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
22675         * term/xterm.el (function-key-map): Call substitute-key-definition
22676         before the keymap size is increased by a lot of define-key calls.
22678 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22680         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22681         Rename ARG to ELEMENT.  Doc fix.
22683 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22685         * allout.el (allout-exposure): Remove macro and obsolete declaration.
22686         Remove references to allout-exposure/change to allout-new-exposure.
22688         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22689         bytecode symbols.
22691         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22692         (compiled-function-p, focus-frame, unfocus-frame):
22693         Remove aliases and obsolete declarations.
22694         Back out inadvertent changes from previous commit.
22696 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22698         * files.el (require-final-newline): Make Custom tags consistent
22699         with mode-require-final-newline.
22700         (mode-require-final-newline): Doc fix.
22702 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22704         * international/latexenc.el (latexenc-find-file-coding-system):
22705         Fix regular expressions.
22707 2005-05-01  David Kastrup  <dak@gnu.org>
22709         * international/latexenc.el (latexenc-find-file-coding-system):
22710         Fix regular expressions.
22712 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22714         * subr.el (string-to-int): Make obsolete.
22716 2005-04-30  Richard M. Stallman  <rms@gnu.org>
22718         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22720         * loadup.el: load jka-comp-hook.
22722         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22723         (jka-compr-handler): Add autoload.  `put' calls moved
22724         to jka-comp-hook.el.
22725         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22726         (jka-compr-inhibit): Autoload.
22728         * jka-comp-hook.el: New file.
22729         Enable the mode by default.
22731         * files.el (backup-buffer-copy): Use copy-file instead
22732         of write-region, and put back the 'excl.
22734 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
22736         * progmodes/flymake.el (flymake-split-string)
22737         (flymake-split-string, flymake-log, flymake-pid-to-names)
22738         (flymake-reg-names, flymake-get-source-buffer-name)
22739         (flymake-unreg-names, flymake-add-line-err-info)
22740         (flymake-add-err-info): Clarify docstrings.
22741         (flymake-popup-menu, flymake-make-emacs-menu)
22742         (flymake-make-xemacs-menu): Add docstrings.
22743         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22744         Set variables directly throughout.
22746 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
22748         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22749         exists.  Initialize cc-define-alist.
22750         (c-mode): Add cc-create-define-alist locally to after-save-hook.
22751         If there is no file (Macroexpansion) don't create an alist.
22753 2005-04-29  Sam Steingold  <sds@gnu.org>
22755         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22756         (cc-create-define-alist): Use it instead of the hard-coded string.
22758 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22760         * international/mule-conf.el (file-coding-system-alist): Fix regexp
22761         for latexenc.
22763 2005-04-29  Lute Kamstra  <lute@gnu.org>
22765         * emacs-lisp/generic.el: Improve commentary section.
22766         (define-generic-mode): Improve docstring.
22768 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
22770         * textmodes/org.el (many places): Change to quiet the byte compiler.
22771         (org-prefix-format-compiled): New variable.
22772         (org-compile-prefix-format): New function.
22773         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22774         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22775         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22776         (org-get-entries-from-diary): Use `org-get-time-of-day' for
22777         consistency with entries from `org-mode' files.
22778         (org-get-time-of-day): Fix bug with partial matches early in a line.
22779         (org-non-link-chars): New constant.
22780         (org-link-regexp): Respect `org-non-link-chars'.
22781         (org-agenda-day-view): Remove command.
22782         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22783         (org-follow-bbdb-link, org-store-link): Search also company field.
22784         (org-highlight-overlay): New variable.
22785         (org-highlight, org-unhighlight): New functions.
22786         (org-agenda-mode): Add pre-command-hook to remove highlight.
22787         (org-evaluate-time-range): Behavior depends upon whether time stamp
22788         contains a time or not.
22789         (org-show-subtree, org-show-entry): New functions.
22790         (org-agenda-cleanup-fancy-diary): Remove empty lines.
22792 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
22794         * comint.el (comint-output-filter-functions): Add autoload cookie.
22796 2005-04-28  Kim F. Storm  <storm@cua.dk>
22798         * ido.el (ido-everywhere): Fix last change.
22800 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22802         * international/latexenc.el: New file.
22803         * international/mule-conf.el (file-coding-system-alist): For .tex,
22804         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22806 2005-04-28  Lute Kamstra  <lute@gnu.org>
22808         * font-lock.el (font-lock-add-keywords)
22809         (font-lock-remove-keywords): Clarify docstring.
22810         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22811         Don't start docstrings with a `*'.
22812         (font-lock-update-removed-keyword-alist): Give it a docstring.
22814         * generic-x.el: Update commentary section.
22815         Only require font-lock when compiling.
22816         Define all modes conditionally.
22817         Place all generic modes in the generic-x-modes customization group.
22818         (generic-x-modes): New customization group.
22819         (generic-default-modes, generic-mswindows-modes)
22820         (generic-unix-modes, generic-other-modes): New constants.
22821         (generic-define-mswindows-modes, generic-define-unix-modes):
22822         Update docstrings.  Make them obsolete.
22823         (generic-extras-enable-list): New default value.  Update docstring.
22824         Improve :type.  Change :set function.
22825         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22826         Fix docstring.
22828         * emacs-lisp/generic.el (generic-mode-internal):
22829         Simplify font-lock-defaults.
22830         (define-generic-mode): Fix docstring.
22832 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22834         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22835         font-lock-face property to highlight matches.
22837 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
22839         * progmodes/cc-mode.el (cc-create-define-alist): New function.
22840         (cc-define-alist): New variable.
22841         (c-mode): Make it local and initialize it.
22843         * progmodes/gdb-ui.el (gdb-active-process): New variable.
22844         (gdb-exited): New function.
22845         (gdb-annotation-rules): Use it.
22846         (gdb-starting): Set gdb-active-process to t.
22847         (gdb-stopping): Amend doc string.
22848         (gdb-reset): Set gdb-active-process to nil.
22850         * tooltip.el (tooltip-gud-tips): Show the associated #define
22851         directives when a C program under GDB is not executing.
22853 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22855         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22856         font-lock-fontify-syntactic-keywords.
22858         * font-lock.el (font-lock-default-fontify-region): Don't force
22859         parse-sexp-lookup-properties to nil.
22861 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22863         * man.el (man-mode-syntax-table): Set up `:' to have
22864         word-constituent syntax.
22866 2005-04-27  Lute Kamstra  <lute@gnu.org>
22868         * novice.el (disable-command): Don't add spurious newlines to the
22869         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
22871 2005-04-26  Jay Belanger  <belanger@truman.edu>
22873         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22874         than one window before deleting window.
22876 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
22878         * shell.el (shell-prompt-pattern): Doc fix.
22879         (shell-mode): Set paragraph-separate buffer locally to "\\'".
22881         * comint.el (comint-prompt-regexp, comint-get-old-input)
22882         (comint-use-prompt-regexp)
22883         (comint-use-prompt-regexp-instead-of-fields)
22884         (comint-replace-by-expanded-history, comint-send-input)
22885         (comint-output-filter, comint-get-old-input-default)
22886         (comint-line-beginning-position, comint-bol, comint-show-output)
22887         (comint-backward-matching-input, comint-forward-matching-input)
22888         (comint-next-prompt, comint-previous-prompt):
22889         Rename `comint-use-prompt-regexp-instead-of-fields' to
22890         `comint-use-prompt-regexp'.  Keep old name as alias and declare
22891         obsolete.
22892         (comint-use-prompt-regexp): Shorten first line of doc string.
22894         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22895         Set paragraph-separate buffer locally to "\\'".
22897         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22898         Adapt to above name change.
22900         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22901         (smbclient-prompt-regexp): Ditto.
22903         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22905 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
22907         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22908         gdb-location-list.
22909         Break lines that are over 80 characters wide.
22911 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22913         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22914         New fun and var, to preserve compatibility.
22916         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22918 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
22920         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22921         name to file-newer-than-file-p.
22923 2005-04-26  Richard M. Stallman  <rms@gnu.org>
22925         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22927         * progmodes/python.el (python-mode):
22928         Use new name eldoc-documentation-function.
22930         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22932         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22933         (eldoc-documentation-function):
22934         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
22936 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
22938         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22940 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22942         * term/xterm.el (function-key-map): Fix strings for
22943         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
22944         {C,S,A,C-S}-{f1-f12}.
22946 2005-04-26  Kenichi Handa  <handa@m17n.org>
22948         * international/mule-cmds.el (select-safe-coding-system):
22949         Fix previous change.
22951 2005-04-26  Lute Kamstra  <lute@gnu.org>
22953         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22955         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22956         (font-lock-comment-delimiter-face): Ditto.
22958         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22960 2005-04-25  Jay Belanger  <belanger@truman.edu>
22962         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22963         to t while inserting information; use help-mode.
22965 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22967         * term.el (ansi-term-color-vector): Use the xterm colors.
22968         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
22970 2005-04-25  Lute Kamstra  <lute@gnu.org>
22972         * font-core.el (font-lock-defaults): Fix docstring.
22974         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22976 2005-04-25  Kenichi Handa  <handa@m17n.org>
22978         * international/mule-cmds.el (select-safe-coding-system):
22979         Don't check consistency with coding: spec, etc if raw-text or
22980         no-conversion was found to be safe.
22982 2005-04-24  Richard M. Stallman  <rms@gnu.org>
22984         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22985         citation markers at start of each line.
22987         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22988         citation markers at start of each line.
22990         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22992         * files.el (mode-require-final-newline): Fix previous change.
22993         (require-final-newline): Fix type label.
22995 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22997         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22998         statement in buffer (broken by 2004-11-24 change).
23000 2005-04-24  Kim F. Storm  <storm@cua.dk>
23002         * ido.el (ido-everywhere): Save and restore old read-buffer-function
23003         and read-file-name-function values.  Don't overwrite existing
23004         non-nil values if ido-mode is enabled without ido-everywhere.
23006 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
23008         * files.el (mode-require-final-newline): Minor doc fix.
23010 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
23012         * subr.el (syntax-after): Doc fix.
23013         (syntax-class): If argument is nil, return nil.  Mask off upper 16
23014         bits, not 8 bits.
23016         * files.el (mode-require-final-newline): Doc fix.
23017         (backup-buffer-copy): Fix last change.
23019 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23021         * term/mac-win.el: Require select.  Set selection-coding-system to
23022         mac-system-coding-system.  Call menu-bar-enable-clipboard.
23023         (x-last-selected-text-clipboard, x-last-selected-text-primary)
23024         (x-select-enable-clipboard): New variables.
23025         (x-select-text, x-get-selection, x-selection-value)
23026         (x-get-selection-value, mac-select-convert-to-string)
23027         (mac-services-open-file, mac-services-open-selection)
23028         (mac-services-insert-text): New functions.
23029         (CLIPBOARD, FIND): Put mac-scrap-name property.
23030         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23031         (public.tiff): Put mac-ostype property.
23032         (selection-converter-alist): Add entries for them.
23033         (mac-application-menu-map): New keymap.
23034         (interprogram-cut-function, interprogram-paste-function): Set to
23035         x-select-text and x-get-selection-value, respectively.
23036         (split-window-keep-point): Set to t.
23038 2005-04-23  Richard M. Stallman  <rms@gnu.org>
23040         * files.el (read-directory-name): Always pass non-nil
23041         DEFAULT-FILENAME arg to read-file-name.
23042         (backup-buffer-copy, basic-save-buffer-2): Take care against
23043         writing thru an unexpected existing symlink.
23044         (revert-buffer): In indirect buffer, revert the base buffer.
23045         (magic-mode-alist): Doc fix.
23046         (buffer-stale-function): Doc fix.
23047         (minibuffer-with-setup-hook): Avoid warning.
23048         (mode-require-final-newline): Doc and custom fix.
23050         * follow.el (follow-end-of-buffer): Use with-no-warnings.
23052         * font-lock.el (font-lock-comment-face): On terminals with few colors,
23053         use the default appearance.
23054         (font-lock-comment-delimiter-face): New face, new variable.
23056         * imenu.el (imenu--generic-function): The official position of a
23057         definition is the start of the line that BEG is in.
23059         * midnight.el (midnight-timer): Move defvar up.
23061         * mouse.el (mouse-drag-region-1): Delete some debugging code.
23063         * saveplace.el (save-place-to-alist): Use with-no-warnings.
23065         * startup.el (command-line): Use with-no-warnings.
23067         * window.el (window-size-fixed): New defvar.
23069         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23071         * mail/rmail.el (rmail-font-lock-keywords):
23072         Use font-lock-comment-delimiter-face.
23074         * mail/sendmail.el (mail-font-lock-keywords):
23075         Use font-lock-comment-delimiter-face.
23077         * progmodes/compile.el (next-error-highlight-timer): New defvar.
23079 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
23081         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23082         Specify t for LAXMATCH when matching directories.
23083         Save match data around compilation-compat-error-properties form.
23085 2005-04-23  David Kastrup  <dak@gnu.org>
23087         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23088         Mention that the autoloaded aliases should be kept for AUCTeX.
23090 2005-04-23  Andreas Schwab  <schwab@suse.de>
23092         * isearch.el (isearch-forward): Doc fix.
23094 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
23096         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23097         (jit-lock-stealth-nice): Change default value to 0.5.
23099 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23101         * abbrev.el (write-abbrev-file): Write table entries in
23102         alphabetical order by table name.
23104 2005-04-22  Kim F. Storm  <storm@cua.dk>
23106         * ido.el (ido-read-internal): Fix `list' completion.
23108 2005-04-22  Kenichi Handa  <handa@m17n.org>
23110         * recentf.el (recentf-save-file-coding-system): New variable.
23111         (recentf-save-list): Encode the file by
23112         recentf-save-file-coding-system and add coding: tag.
23114 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
23116         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23118 2005-04-21  Lute Kamstra  <lute@gnu.org>
23120         * loadhist.el (unload-feature): Don't remove a function from hooks
23121         if it is about to be restored to an autoload .  Remove functions
23122         that will become unbound from auto-mode-alist.  Simplify the code.
23124         * subr.el (assq-delete-all): New implementation that is linear,
23125         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
23126         (rassq-delete-all): New function.
23128         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23129         Add size-indication-mode.
23131 2005-04-21  Kenichi Handa  <handa@m17n.org>
23133         * international/mule-cmds.el: Add autoload for widget-value in
23134         eval-when-compile.
23136 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
23138         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23139         Add tooltip-mode.
23141         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23143 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
23145         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23146         (inferior-lisp-filter-regexp, inferior-lisp-program)
23147         (inferior-lisp-load-command, inferior-lisp-prompt)
23148         (inferior-lisp-mode-hook, lisp-source-modes)
23149         (inferior-lisp-load-hook): defvar->defcustom.
23150         (inferior-lisp-program, inferior-lisp-prompt)
23151         (inferior-lisp-load-hook): Doc fixes.
23152         (inferior-lisp-install-letter-bindings): Small change in
23153         introductory comment.
23155 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
23157         * vc.el (vc-annotate-color-map): Change some colors so that text
23158         using them as foreground is readable on both white and black
23159         backgrounds.
23161 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23163         * international/mule-conf.el (translation-table-for-input):
23164         Remove redundant declaration.
23166 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
23168         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23170         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23171         (tooltip-toggle-gud-tips): New function.
23173 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23175         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23176         right angle brackets.
23178 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
23180         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23182 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23184         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23185         Remove.  Update callers to use expand-file-name instead.
23187         * subr.el (syntax-class): New function.
23189         * simple.el (blink-matching-open): Use it.
23191         * paren.el (show-paren-function): Use it to recognize parens that are
23192         also used in 2-char comment markers.
23194 2005-04-19  Lute Kamstra  <lute@gnu.org>
23196         * loadhist.el (unload-feature): Update for new format of
23197         load-history.  Simplify the code.
23199 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23201         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23202         (mac-add-charset-info): New function.  Initialize variable
23203         mac-charset-info-alist using it.
23204         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23205         for translation.
23206         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23207         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23208         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23209         New CCL programs.
23211 2005-04-19  Kim F. Storm  <storm@cua.dk>
23213         * simple.el (next-buffer, prev-buffer, next-error)
23214         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23215         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23217         * bindings.el (next-buffer, prev-buffer, next-error)
23218         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23219         (clone-indirect-buffer-other-window): Move bindings from simple.el.
23220         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23221         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23223 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23225         * isearch.el (isearch-edit-string): Make the search-ring available for
23226         minibuffer history commands.
23227         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23228         the default history commands now work just as well.
23229         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23231 2005-04-18  Kim F. Storm  <storm@cua.dk>
23233         * emulation/cua-base.el (cua--pre-command-handler): Add more
23234         elaborate check for shift modifier on non-window systems.
23236 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
23238         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23240 2005-04-18  Kim F. Storm  <storm@cua.dk>
23242         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23243         and make it optional.  Don't test tooltip-gud-echo-area here.
23244         (tooltip-gud-process-output, gdb-tooltip-print):
23245         Pass tooltip-gud-echo-area to tooltip-show.
23246         (tooltip-help-tips): Remove second optional arg to tooltip-show.
23248 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23250         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23251         `display-graphic-p' may not be bound yet.
23253 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
23255         * startup.el (command-line): No longer enable Xterm Mouse mode by
23256         default in terminals compatible with xterm.
23258         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23260 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
23262         * tooltip.el (tooltip-gud-echo-area): Rename from
23263         tooltip-use-echo-area.
23264         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23265         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23266         area independently of where help tooltips are displayed.
23268 2005-04-17  David Kastrup  <dak@gnu.org>
23270         * cus-theme.el (custom-theme-write-variables): Quote variables
23271         where necessary.
23273 2005-04-17  Richard M. Stallman  <rms@gnu.org>
23275         * simple.el (yank-excluded-properties): Add follow-link to value.
23277         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23279         * startup.el (fancy-splash-max-time): Just 30 seconds.
23280         (fancy-splash-delay): Just 7.
23281         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23283         * loadhist.el (unload-feature): Update for new format of load-history.
23284         Simplify the code.
23286         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23287         (rmail-font-lock-keywords): Don't fontify the text of a citation.
23289         * mail/sendmail.el (mail-font-lock-keywords):
23290         Don't fontify subject text.
23291         Don't fontify the text of a citation.
23293 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
23295         * comint.el (comint-output-filter): Run comint-output-filter-functions
23296         with point where the user had it.
23298 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23300         * international/ucs-tables.el (ucs-set-table-for-input):
23301         Disable when using unify-on-decoding.
23303 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
23305         * emulation/cua-base.el (cua-global-mark-face): Add special case
23306         for displays supporting a high number of colors.
23308 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
23310         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23312 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
23314         * filesets.el (filesets-add-buffer): If user supplies a name of a
23315         non-existing fileset, create a new fileset.
23317 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
23319         * textmodes/org.el (org-up-heading-all): Fix bug with
23320         `outline-up-heading-all'.
23322 2005-04-16  Andreas Schwab  <schwab@suse.de>
23324         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23325         /etc/permissions.d/* and /etc/aliases.d/*.
23327 2005-04-16  Kenichi Handa  <handa@m17n.org>
23329         * international/code-pages.el (cp-make-coding-system):
23330         Set `translation-table-for-input' property value to the symbol
23331         ucs-mule-to-mule-unicode, not to that value.
23332         (pt154): Escape guillemet by `\'.
23334 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
23336         * loadup.el: Load tooltip if x-show-tip is fboundp.
23338         * startup.el (command-line): Add comment.
23340         * tooltip.el (tooltip-mode): Specify correct standard value for
23341         Custom in init-value.
23343 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
23345         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23346         possible.
23348 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
23350         * textmodes/org.el (org-agenda-date-prompt): Rename from
23351         `org-agenda-date-today'.
23352         (org-evaluate-time-range): Insert at point instead of directly
23353         after time range.
23354         (org-first-headline-recenter, org-subtree-end-visible-p)
23355         (org-optimize-window-after-visibility-change): New functions
23356         (org-agenda-post-command-hook): Don't allow point at end of line,
23357         to make sure it always hits the text properties.
23358         (org-agenda-next-date-line, org-agenda-previous-date-line):
23359         New commands.
23360         (org-set-regexps-and-options): Category may contain white space.
23361         (org-agenda-get-deadlines, org-agenda-get-scheduled):
23362         Improve marker positions.
23363         (org-agenda-new-marker): Argument POS made optional.
23364         (org-agenda-get-timestamps): Deadlines which are done are listed
23365         in org-done-face now.
23366         (org-agenda-get-todos, org-agenda-get-timestamps)
23367         (org-agenda-get-deadlines, org-agenda-get-scheduled):
23368         Set `undone-face' and `done-face' properties.
23369         (org-last-todo-state-is-todo): New variable.
23370         (org-todo): Set `org-last-todo-state-is-todo'.
23371         (org-agenda-todo): Change face according to
23372         `org-last-todo-state-is-todo'.  And change other lines referring to
23373         the same entry.
23374         (org-calendar-goto-agenda): New command.
23375         (org-calendar-to-agenda-key): New option.
23376         (org-startup-folded): New allowed value `content'.
23377         (org-set-regexps-and-options): Accept new value `content' for
23378         `org-startup-folded'.
23379         (org-get-current-options): Handle new value `content' for
23380         `org-startup-folded'.
23381         (org-insert-todo-heading): New command.
23382         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23383         interactively in empty file and option
23384         `org-insert-mode-line-in-empty-file' has been set.
23385         (org-agenda-todo, org-agenda-priority): Modify to use
23386         `org-agenda-change-all-lines'.
23387         (org-warning-face): Change color on dark background
23389 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23391         * international/mule-cmds.el (set-locale-environment): On Mac OS,
23392         use preferences AppleLocale and AppleLanguages, and variable
23393         mac-system-locale for default locale.  On Mac OS Classic, use
23394         mac-system-coding-system for default coding systems.
23396         * term/mac-win.el: Don't set file-name-coding-system.
23397         Decode variables system-name, emacs-build-system, user-login-name, and
23398         user-full-name by mac-system-coding-system on Mac OS Classic.
23399         (mac-system-coding-system): New variable.
23401 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
23403         * startup.el (command-line): Handle `xterm-mouse-mode' before
23404         reading init file.
23406         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23408 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
23410         * progmodes/sh-script.el (sh-here-document-word): Make it a
23411         defcustom.  Doc fix.
23412         (sh-add): Bash uses $(( )) for arithmetic.
23413         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23414         (sh-maybe-here-document): Remove quotes and leading whitespace
23415         from heredoc word when closing.  Indent heredoc with tabs if word
23416         starts with "-".
23418 2005-04-13  Richard M. Stallman  <rms@gnu.org>
23420         * simple.el (undo): Fix previous change.
23422         * custom.el (defface): Doc fix.
23424 2005-04-13  Lute Kamstra  <lute@gnu.org>
23426         * Makefile.in (DONTCOMPILE): Remove list.
23427         (compile, compile-always): Don't use DONTCOMPILE.
23428         (update-authors): Load the library in which batch-update-authors
23429         is defined.
23430         * makefile.w32-in (DONTCOMPILE): Remove list.
23431         (compile, compile-always): Fix comments.
23432         (update-authors): Load the library in which batch-update-authors
23433         is defined.
23435         * generic-x.el (generic-mode-ini-file-find-file-hook):
23436         Rename to ini-generic-mode-find-file-hook.
23437         Keep generic-mode-ini-file-find-file-hook as an alias.
23438         (ini-generic-mode-find-file-hook): Rename from
23439         generic-mode-ini-file-find-file-hook.  Fix docstring.
23440         (ini-generic-mode): Docstring change.
23441         (bat-generic-mode-run-as-comint): Silence the byte compiler.
23443         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23444         called from lisp.
23446         * generic.el: Move to the emacs-lisp subdir.
23448 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
23450         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23451         and C-S- function and cursor motion keys.
23453 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
23455         * startup.el (command-line): Enable Xterm Mouse mode by default.
23456         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23457         for Custom.  No longer show "Mouse" in mode line when enabled.
23458         Doc fix.
23460 2005-04-12  Kim F. Storm  <storm@cua.dk>
23462         * emulation/cua-base.el (cua-rectangle-face)
23463         (cua-rectangle-noselect-face): Define face attributes here.
23465         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23467 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23469         * startup.el (command-line): Turn off blinking cursor if
23470         cursorBlink in resources is off or false.
23472 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23474         * term/mac-win.el (dnd): Require dnd.
23475         (mac-drag-n-drop): Call dnd-handle-one-url.
23476         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23477         (kTextEncodingISOLatin2): Remove constants.
23478         (mac-script-code-coding-systems): New constant.
23479         (mac-handle-language-change): New function.
23480         (special-event-map): Bind it to `language-change' event.
23481         (mac-centraleurroman, mac-cyrillic): New coding systems.
23482         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23483         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23484         and mac-cyrillic-encoder to encode-mac-centraleurroman and
23485         encode-mac-cyrillic, respectively.
23487 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23489         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23490         Don't set overlay-arrow-string to "=>" as this is done
23491         globally in C now.
23493 2005-04-12  Lute Kamstra  <lute@gnu.org>
23495         * generic-x.el (rc-generic-mode, rul-generic-mode):
23496         Fix auto-mode-alist entries.
23497         (etc-fstab-generic-mode): Tweak fontification.
23499         * generic.el (generic-make-keywords-list): Fix docstring.
23500         (generic-mode-internal): Simplify generic-font-lock-keywords.
23502 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23504         * whitespace.el (whitespace-buffer-leading)
23505         (whitespace-buffer-trailing): Revert the incorrect test inversion.
23506         However, fix the highlight area for the leading and
23507         trailing whitespaces to show space.
23509 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23511         * whitespace.el (whitespace-version): Bump to 3.5
23513         (whitespace-buffer-leading, whitespace-buffer-trailing):
23514         Invert sense of the test to highlight the whitespace.
23516 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23518         * progmodes/gud.el (gud-display-line): GUD uses its own
23519         overlay arrow now so don't set overlay-arrow-string.
23520         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23522 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
23524         * term.el (term-ansi-current-bold, term-ansi-current-underline)
23525         (term-ansi-current-reverse, term-ansi-current-invisible)
23526         (term-ansi-face-already-done): Change to boolean.
23527         (term-reset-terminal, term-handle-colors-array): Handle the above
23528         vars accordingly.
23529         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23530         (term-emulate-terminal): Use the new name.
23532         * faces.el (secondary-selection): Use yellow1, not yellow.
23533         (trailing-whitespace): Use red1, not red.
23535 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23537         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23538         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23539         (dired-dnd-handle-file): Call dnd-get-local-file-uri
23541         * cus-edit.el (dnd): New group.
23543         * term/w32-win.el (dnd): Require dnd
23544         (w32-drag-n-drop): Call dnd-handle-one-url.
23546         * x-dnd.el: Require dnd.
23547         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23548         Call dnd-handle-one-url.
23549         (x-dnd-types-alist, x-dnd-insert-utf8-text)
23550         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23551         to dnd-insert-text.
23552         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23553         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23554         (x-dnd-get-local-file-name, x-dnd-open-local-file)
23555         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23557         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23559 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23561         * wdired.el: Doc fixes.
23562         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23563         (wdired-use-dired-vertical-movement): Rename from
23564         wdired-always-move-to-filename-beginning.
23565         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23566         (wdired-change-to-wdired-mode): Change mode name.
23567         (wdired-newline): Delete.
23569 2005-04-11  Richard M. Stallman  <rms@gnu.org>
23571         * whitespace.el (whitespace-highlight-the-space):
23572         Don't call whitespace-unhighlight-the-space here.
23574         * simple.el (undo): Record t in undo-equiv-table
23575         for the redo record made by an undo-in-region.
23577 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23579         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23580         (gdb-frame-inferior-io-buffer): New Functions to control
23581         display of separate IO buffer.
23582         (menu): Add them to menu-bar.
23583         (gdb-display-buffer): Check for buffer another frame.
23584         Protect GUD buffer.
23585         (gdb-setup-windows): Create IO buffer if not already there.
23586         (gdb-memory-mode): Remove purecopy noops.
23588 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23590         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23591         and pass to self-insert-command.
23593 2005-04-11  Lute Kamstra  <lute@gnu.org>
23595         * generic.el: Commentary section cleanup.
23596         (generic): Delete.
23597         (generic-use-find-file-hook, generic-lines-to-scan)
23598         (generic-find-file-regexp, generic-ignore-files-regexp)
23599         (default-generic-mode, generic-mode-find-file-hook)
23600         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23601         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
23602         (generic-use-find-file-hook, generic-lines-to-scan)
23603         (generic-find-file-regexp, generic-ignore-files-regexp)
23604         (default-generic-mode, generic-mode-find-file-hook)
23605         (generic-mode-ini-file-find-file-hook): Move from generic.el.
23607 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
23609         * bookmark.el (bookmark-write-file): Catch errors writing file.
23610         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23612 2005-04-10  Richard M. Stallman  <rms@gnu.org>
23614         * startup.el (fancy-splash-tail): Update copyright year.
23615         (command-line): Split part of -Q into -D.
23616         (emacs-basic-display): New defvar.
23617         (fancy-splash-text): Correct name of menu item.
23619         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23621         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23622         lines in one node.
23624         * comint.el (comint-send-input): New arg ARTIFICIAL.
23625         Callers in this file changed.
23627         * abbrev.el (define-abbrevs): Read system abbrevs properly.
23629         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23631 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
23633         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
23634         `ldap-search-internal'.
23636 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23638         * files.el (set-auto-mode-1): Use line-end-position.
23640         * international/latin-1.el:
23641         * international/latin-2.el:
23642         * international/latin-3.el:
23643         * international/latin-4.el:
23644         * international/latin-5.el:
23645         * international/latin-8.el:
23646         * international/latin-9.el: Give punctuation syntax to NBSP.
23648         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23649         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23650         Use char-classes to accept non-ascii letters, accepted in some recent
23651         bibtex implementations.
23653 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
23655         * custom.el (custom-set-minor-mode): Any non-nil value for the
23656         variable should enable the mode when set through Custom.
23658 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23660         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23661         TAB binding so tab-always-indent is obeyed.
23662         (vhdl-minibuffer-local-map): Move initialization into declaration.
23663         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23664         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23665         (vhdl-hooked-abbrev): Avoid test for XEmacs.
23666         (vhdl-current-line): Use line-beginning-position.
23667         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23668         with-output-to-temp-buffer, so the current position can be recorded.
23670 2005-04-10  Masatake YAMATO  <jet@gyve.org>
23672         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23673         Add regexp for gcov.
23675 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23677         * calendar/time-date.el (time-to-seconds, seconds-to-time)
23678         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23679         syntax which Emacs 20 doesn't support.
23681 2005-04-09  Richard M. Stallman  <rms@gnu.org>
23683         * help.el (describe-key-briefly, describe-key):
23684         Replace strings as event types with "(any string)".
23686 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23688         * arc-mode.el (archive-mode-map): Move initialization into
23689         the declaration.  Override *all* bindings of `undo'.
23690         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23692 2005-04-09  Jay Belanger  <belanger@truman.edu>
23694         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23696 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
23698         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23699         (xterm-register-default-colors): Update color values computation
23700         to match xterm-200.
23702 2005-04-09  Kenichi Handa  <handa@m17n.org>
23704         * international/code-pages.el (iso-latin-7): Fix the map.
23706 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
23708         * emacs-lisp/lisp.el (defun-prompt-regexp)
23709         (parens-require-spaces, buffer-end, end-of-defun)
23710         (insert-parentheses): Doc fixes.
23712 2005-04-08  Kim F. Storm  <storm@cua.dk>
23714         * comint.el (comint-highlight-prompt): Fix face spec.
23715         * hi-lock.el (hi-green): Likewise.
23717 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23719         * cus-edit.el (custom-modified-face):
23720         * comint.el (comint-highlight-input): Fix previous changes.
23721         * term.el (term-handle-ansi-escape): Add a comment.
23723 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23725         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23726         in the buffer and in whitespace-highlighted-space.
23727         (whitespace-unhighlight-the-space): Simplify.
23728         (whitespace-buffer): Simplify.
23730 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23732         * textmodes/table.el (table-cell-face): Add special case for
23733         displays supporting a high number of colors.
23734         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23735         (vhdl-font-lock-reserved-words-face)
23736         (vhdl-speedbar-architecture-face)
23737         (vhdl-speedbar-instantiation-face)
23738         (vhdl-speedbar-architecture-selected-face)
23739         (vhdl-speedbar-instantiation-selected-face): Likewise.
23740         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23741         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23742         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23743         (ebrowse-root-class-face, ebrowse-member-attribute-face)
23744         (ebrowse-progress-face): Likewise.
23745         * progmodes/compile.el (compilation-info-face): Likewise.
23746         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23747         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23748         * calendar/calendar.el (diary-face): Likewise.
23749         * woman.el (woman-italic-face, woman-bold-face)
23750         (woman-unknown-face): Likewise.
23751         * wid-edit.el (widget-button-pressed-face): Likewise.
23752         * whitespace.el (whitespace-highlight-face): Likewise.
23753         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23754         * pcvs-info.el (cvs-marked-face): Likewise.
23755         * info.el (info-xref): Likewise.
23756         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23757         * hilit-chg.el (highlight-changes-face)
23758         (highlight-changes-delete-face): Likewise.
23759         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23760         (hi-red-b): Likewise.
23761         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23762         * font-lock.el (font-lock-keyword-face)
23763         (font-lock-function-name-face, font-lock-warning-face): Likewise.
23764         * cus-edit.el (custom-invalid-face, custom-modified-face)
23765         (custom-set-face, custom-changed-face, custom-variable-tag-face)
23766         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23767         * comint.el (comint-highlight-prompt): Likewise.
23769 2005-04-08  Lute Kamstra  <lute@gnu.org>
23771         * font-lock.el (font-lock-keywords): Docstring fixes.
23773 2005-04-08  Kenichi Handa  <handa@m17n.org>
23775         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23776         chars are more than a limit, print " and more..." at the tail.
23778 2005-04-08  Kim F. Storm  <storm@cua.dk>
23780         * emacs-lisp/authors.el (authors-aliases): Update list.
23781         (authors-ignored-files): New list.
23782         (authors-fixed-entries): Fix typo.
23783         (authors-renamed-files-alist): Update list.
23784         (authors-add): Check authors-ignored-files.
23786 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
23788         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23789         optional, to ensure backward compatibility.
23791 2005-04-08  Stephen Eglen  <stephen@gnu.org>
23793         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23795 2005-04-08  Kim F. Storm  <storm@cua.dk>
23797         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23799         * mouse.el (mouse-on-link-p): Doc fix.
23801 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
23803         * ielm.el (ielm-prompt-read-only): Doc fix.
23805         * comint.el (comint-prompt-read-only): Doc fix.
23807 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
23809         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23810         ensure dired always handles wildcards passed to ffap.
23811         (find-file-at-point): Use it.
23812         (ffap-dired-wildcards): Doc fix.
23814 2005-04-07  Juri Linkov  <juri@jurta.org>
23816         * simple.el (next-error-overlay-arrow-position): New defvar.
23817         Put "=>" on its property `overlay-arrow-string'.  Add it to
23818         `overlay-arrow-variable-list'.
23820         * progmodes/compile.el (compilation-setup):
23821         Set `next-error-overlay-arrow-position' to nil.  Also set it to
23822         nil in the local hook `kill-buffer-hook'.  Make local variable
23823         `overlay-arrow-string' and set it to "=>".
23824         (compilation-goto-locus): Set BOL position to
23825         `next-error-overlay-arrow-position' instead of
23826         `overlay-arrow-position'.
23828         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23829         locally instead of adding it to the global hook.
23830         (Info-kill-buffer): Move up.
23832 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
23834         * term/xterm.el (xterm-standard-colors): Update color values from
23835         xterm-200.
23837 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23839         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23841         * fast-lock.el:
23842         * lazy-lock.el: Move them to the obsolete subdir.
23844 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23846         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23847         (wdired-add-replace-advice): Remove.
23848         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23850 2005-04-06  Kim F. Storm  <storm@cua.dk>
23852         * startup.el (command-line): Add --bare-bones alias for -Q.
23854 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23856         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23857         create the startup fontset if a font specification ends with
23858         `mac-roman'.
23860 2005-04-06  Lute Kamstra  <lute@gnu.org>
23862         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23863         change.
23865         * emacs-lisp/copyright.el (copyright-update-year): Replace the
23866         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
23868 2005-04-05  Lute Kamstra  <lute@gnu.org>
23870         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23871         (define-generic-mode): Ditto.  Fix debug declaration.
23873         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23874         Put them in the generic-x group.
23876         * calendar/timeclock.el (timeclock): Doc fix.
23878         * generic.el (define-generic-mode): Don't use custom-current-group.
23879         Document default :group value.
23880         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23881         (define-global-minor-mode): Don't use custom-current-group.
23883 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
23885         * startup.el (command-line-1): Display startup-echo-area-message
23886         when fancy splash screen is in use.
23888         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23889         (sh-escaped-newline): New face.
23890         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23891         newline, and use sh-escaped-newline face.
23893         * progmodes/tcl.el (tcl-escaped-newline): New face.
23894         (tcl-builtin-list): New variable.
23895         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23896         newlines.  Fix keywords subexpression number.
23898 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
23900         * textmodes/org.el (org-diary-default-entry): Fix call to
23901         `add-to-diary-entry'.
23903 2005-04-05  Kim F. Storm  <storm@cua.dk>
23905         * ediff-init.el: Use (featurep 'xemacs).
23907 2005-04-05  David Ponce  <david@dponce.com>
23909         * cus-edit.el (face): Derive from symbol widget.  Display sample
23910         of the current face on the fly.
23911         (widget-face-sample-face-get, widget-face-notify): New functions.
23912         (widget-face-value-create): Remove.
23914         * wid-edit.el (widget-field-end): Temporarily remove field
23915         narrowing before to call `get-char-property'.
23917 2005-04-04  Jay Belanger  <belanger@truman.edu>
23919         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23920         (math-read-subscripts): New variable.
23921         (math-read-preprocess-string): Process subscripts.
23923 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
23925         * comint.el (comint-prompt-read-only): Doc fix.
23927         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23928         `-1'.  Doc fix.
23930 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
23932         * textmodes/org.el (org-insert-mode-line-in-empty-file):
23933         Change default value to nil.
23935 2005-04-04  Lute Kamstra  <lute@gnu.org>
23937         * autorevert.el (auto-revert-mode): Specify :group.
23938         * battery.el (display-battery-mode): Specify :group.
23939         * diff-mode.el (diff-minor-mode): Specify :group.
23940         * font-core.el (font-lock-mode): Specify :group.
23941         * hl-line.el (hl-line-mode): Specify :group.
23942         * iimage.el (iimage): New customization group.
23943         (iimage-mode): Specify :group.
23944         * longlines.el (longlines-mode): Specify :group.
23945         * master.el: Don't require easy-mmode.
23946         (master): New customization group.
23947         (master-mode): Specify :group.
23948         * msb.el (msb-mode): Specify :group.
23949         * reveal.el (reveal-mode): Specify :group.
23950         * simple.el (next-error-follow-minor-mode): Specify :group.
23951         * smerge-mode.el (smerge-mode): Specify :group.
23952         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23953         * emulation/cua-base.el (cua-mode): Specify :group.
23954         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23955         * language/thai-util.el (thai-auto-composition-mode)
23956         (thai-word-mode): Specify :group.
23957         * mail/supercite.el (sc-minor-mode): Specify :group.
23958         * progmodes/cwarn.el (cwarn-mode): Specify :group.
23959         * progmodes/flymake.el (flymake-mode): Specify :group.
23960         * progmodes/glasses.el (glasses-mode): Specify :group.
23961         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23962         * textmodes/enriched.el (enriched-mode): Specify :group.
23963         * textmodes/refill.el (refill-mode): Specify :group.
23965         * add-log.el (change-log-font-lock-keywords): Names in
23966         parenthesized lists can contain spaces.
23968 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
23970         * startup.el (fancy-splash-text): Shorten default text of
23971         "Emacs Tutorial" line.  Also, if the current language env
23972         indicates an available tutorial file other than TUTORIAL,
23973         extract its title and append it to the line in parentheses.
23974         (fancy-splash-insert): If arg is a thunk, funcall it.
23976 2005-04-04  Jay Belanger  <belanger@truman.edu>
23978         * calc.el (calc-language-alist): Add tags to customization type.
23980 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
23982         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23983         Doc fix.
23985 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
23987         * add-log.el (change-log-font-lock-keywords): The manual
23988         describing a Change Log entry, says: (...) "Aside from these
23989         header lines, every line in the change log starts with a space or
23990         a tab.".  The font-lock was not highlighting lines started with
23991         spaces, added support for it.
23993 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23995         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23996         (bibtex-generate-url-list): Update docstring accordingly.  Put the
23997         complex example in the docstring.
23998         (bibtex-font-lock-url): Use pop.
24000 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24002         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24004         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24006 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
24008         * filesets.el (filesets-set-default): Doc fix.
24010 2005-04-03  Lute Kamstra  <lute@gnu.org>
24012         * generic.el (define-generic-mode): Add argument to specify
24013         keywords for defcustom.
24014         (default-generic-mode): Specify :group.
24016         * generic-x.el: Specify :group for all generic modes.
24018         * desktop.el (desktop-no-desktop-file-hook)
24019         (desktop-after-read-hook): Doc fix.
24021 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
24023         * simple.el (visible-mode): Use explicit :group keyword.
24024         This changes the group of `visible-mode-hook' from paren-blinking
24025         to editing-basics.
24027 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
24029         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
24030         mailbox specifications as well as URLs.
24031         (rmail-insert-inbox-text): Remove unused conditional branches.
24033 2005-04-01  Jay Belanger  <belanger@truman.edu>
24035         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24036         (calc-gnuplot-print-command): Move definitions to calc.el.
24038         * calc/calc-embed.el (calc-embedded-announce-formula)
24039         (calc-embedded-open-formula, calc-embedded-close-formula)
24040         (calc-embedded-open-word, calc-embedded-close-word)
24041         (calc-embedded-open-plain, calc-embedded-close-plain)
24042         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24043         (calc-embedded-open-mode, calc-embedded-close-mode):
24044         Move definitions to calc.el.
24046         * calc/calc.el (calc-settings-file, calc-language-alist):
24047         Make customizable.
24048         (calc-embedded-announce-formula, calc-embedded-open-formula)
24049         (calc-embedded-close-formula, calc-embedded-open-word)
24050         (calc-embedded-close-word, calc-embedded-open-plain)
24051         (calc-embedded-close-plain, calc-embedded-open-new-formula)
24052         (calc-embedded-close-new-formula, calc-embedded-open-mode)
24053         (calc-embedded-close-mode, calc-gnuplot-name)
24054         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24055         from other files and make customizable.
24057 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24059         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24060         Use buffer-live-p.
24061         (cvs-mode-run): Don't call cvs-update-header here.
24062         (cvs-run-process): Call cvs-update-header.
24063         Use process properties for cvs-postprocess and cvs-buffer so that
24064         the sentinel can behave better if the temp buffer is killed.
24065         Use a pipe rather than a tty, to better handle unexpected prompts.
24066         (cvs-sentinel): Rewrite.  Call cvs-update-header.
24068 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
24070         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24071         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
24073 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24075         * generic.el (define-generic-mode): Add indentation rule.
24077 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
24079         * files.el (mode-require-final-newline): Make Custom correctly
24080         report a nil value and allow to set it to nil via Custom.
24081         Doc fix.
24083 2005-04-01  Kenichi Handa  <handa@m17n.org>
24085         * international/characters.el: Enable the correct case setting for
24086         dotless-i and dotted-I.
24088 2005-04-01  Kim F. Storm  <storm@cua.dk>
24090         * ido.el (ido-file-internal): Fall back to non-ido command if
24091         initial directory is on slow ftp (or tramp) host.
24093 2005-03-31  Richard M. Stallman  <rms@gnu.org>
24095         * emacs-lisp/autoload.el (make-autoload):
24096         Handle define-global-minor-mode.
24098         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24099         Rename from easy-mmode-define-global-mode.
24100         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24102         * progmodes/scheme.el (scheme-mode-syntax-table):
24103         Update syntax of | and # for two-character comment syntax.
24105 2005-03-31  Lute Kamstra  <lute@gnu.org>
24107         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24108         (define-minor-mode): Call custom-current-group at load-time.
24110         * generic.el (define-generic-mode): Add debug declaration.
24111         Add defcustom for the mode hook.
24112         (generic-mode-internal): Use run-mode-hooks.
24114 2005-03-31  Kim F. Storm  <storm@cua.dk>
24116         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24117         (mouse-fixup-help-message): New defun called by show_help_echo
24118         to fixup mouse-2 prefix in help messages when applicable.
24120         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24122 2005-03-31  Kenichi Handa  <handa@m17n.org>
24124         * language/thai-word.el (thai-find-word-ends): Pay attention to
24125         the case that we reach the end of buffer.
24127         * textmodes/fill.el (fill-text-properties-at): New function.
24128         (fill-newline): Use fill-text-properties-at instead of
24129         text-properties-at.
24131 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
24133         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24134         not comint-quote-filename.
24136 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
24138         * help-fns.el (help-with-tutorial): Revert last change.
24140 2005-03-31  Kim F. Storm  <storm@cua.dk>
24142         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24144 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24146         * calendar/cal-china.el: Update reference to "Calendrical
24147         Calculations" book; there's a new edition.
24148         * calendar/cal-coptic.el: Likewise.
24149         * calendar/cal-french.el: Likewise.
24150         * calendar/cal-hebrew.el: Likewise.
24151         * calendar/cal-islam.el: Likewise.
24152         * calendar/cal-iso.el: Likewise.
24153         * calendar/cal-julian.el: Likewise.
24154         * calendar/cal-mayan.el: Likewise.
24155         * calendar/cal-persia.el: Likewise.
24156         * calendar/calendar.el: Likewise.
24157         * calendar/holidays.el: Likewise.
24158         * calendar/lunar.el: Likewise.
24159         * calendar/solar.el: Likewise.
24161         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24162         white space from doc string.
24164 2005-03-30  Jay Belanger  <belanger@truman.edu>
24166         * calc/calc-help.el (calc-full-help): Remove email address.
24168 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
24170         * help-fns.el (help-with-tutorial): Delete title line.
24172 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24174         * calendar/cal-x.el (calendar-one-frame-setup)
24175         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24176         rather than `symbol' for set-window-dedicated-p.
24178         * calendar/appt.el (appt-buffer-name): Make it a constant.
24179         (appt-add): Doc fix.
24181         * filesets.el (filesets-menu-path, filesets-menu-before)
24182         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
24183         (filesets-menu-cache-file): Use directory ~/.emacs.d.
24184         (filesets-add-submenu): Delete and use add-submenu instead.
24186 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
24188         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24189         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24190         (org-diary-default-entry): New function.
24191         (org-get-entries-from-diary): Better parsing of diary entries.
24192         (org-agenda-check-no-diary): New function.
24193         ("diary-lib"): Advice to function `add-to-diary-list', to allow
24194         linking to diary entries.
24195         (org-agenda-execute-calendar-command): New function.
24196         (org-agenda): Improve visible section in window.
24197         Use `org-fit-agenda-window'.
24198         (org-fit-agenda-window): New option.
24199         (org-move-subtree-down): Better handling of empty lines
24200         at end of subtree.
24201         (org-cycle): Numeric prefix is interpreted now as show-subtree N
24202         levels up.
24203         (org-fontify-done-headline): New option.
24204         (org-headline-done-face): New face.
24205         (org-set-font-lock-defaults): Use `org-headline-done-face'.
24206         (org-table-copy-down): Rename from `org-table-copy-from-above'.
24207         When current field is non-empty, it is copied to next row.
24208         (org-table-copy-from-above): Fix bug which made it
24209         impossible to copy fields containing only a single non-white character.
24211 2005-03-30  Kim F. Storm  <storm@cua.dk>
24213         * kmacro.el (kmacro-end-macro): Isearch may store this command
24214         into the macro -- so ignore it when executing keyboard macro.
24216 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
24218         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24220 2005-03-29  Kenichi Handa  <handa@m17n.org>
24222         * language/thai.el ("Thai"): Set setup-function and exit-function
24223         for Thai language environment.
24225         * language/thai-util.el: Require thai-word.
24226         (thai-word-mode-map): New variable.
24227         (thai-word-mode): New minor mode.
24228         (setup-thai-language-environment-internal): New function.
24229         (exit-thai-language-environment-internal): New function.
24231         * language/thai-word.el (thai-word-table): Declare it by defvar,
24232         use dolist to initialize it.
24233         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24234         (thai-fill-find-break-point): New functions.
24236 2005-03-29  Richard M. Stallman  <rms@gnu.org>
24238         * simple.el (idle-update-delay): Move definition up.
24239         (set-mark): Doc fix.
24241 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
24243         * longlines.el: New file.
24245         * simple.el (buffer-substring-filters): New variable.
24246         (filter-buffer-substring): New function.
24247         (kill-region, copy-region-as-kill): Use it.
24249         * register.el (copy-to-register, append-to-register)
24250         (prepend-to-register): Use filter-buffer-substring.
24252 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
24254         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24255         (gud-filter-pending-text): Move in front of gdb.
24256         (gud-overlay-arrow-position): New variable.
24257         (gud-sentinel, gud-display-line): Use it in place of
24258         overlay-arrow-position.
24260 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
24262         * progmodes/fortran.el (fortran-if-indent): Doc fix.
24263         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24264         (fortran-font-lock-keywords-4): New variable.
24265         (fortran-blocks-re, fortran-end-block-re)
24266         (fortran-start-block-re): New constants, for hideshow.
24267         (hs-special-modes-alist): Add a Fortran entry.
24268         (fortran-mode-map): Bind fortran-end-of-block,
24269         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24270         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
24271         (fortran-looking-at-if-then, fortran-end-of-block)
24272         (fortran-beginning-of-block): New functions, for hideshow.
24274         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24275         Doc fix.  Tweak regexp.
24276         (f90-beginning-of-block): Push mark first.
24278 2005-03-29  Jay Belanger  <belanger@truman.edu>
24280         * calc/calc.el: Update copyright date.
24281         (calc-version): Increase to 2.1.
24282         (calc-version-date): Remove.
24284         * calc/calc-help.el: Update copyright date.
24285         (calc-full-help): Remove reference to calc-version-date.
24286         Update copyright date.
24288 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24290         * vc.el (vc-do-command): Use a pipe for async processes, so password
24291         prompts don't show up at places where the user can't reply.
24293 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
24295         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24296         on the file name we pass to the inferior shell.
24298 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24300         * progmodes/which-func.el (which-function): Be robust in the face of an
24301         imenu--make-index-alist failure.
24303 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24305         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24307         * progmodes/python.el (python-preoutput-filter): Fix last change.
24309 2005-03-29  Lute Kamstra  <lute@gnu.org>
24311         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24312         functions and compiled macros.
24313         (debug-convert-byte-code): Handle macros too.
24314         (debug-on-entry-1): Don't signal an error when trying to clear a
24315         function that is not set to debug on entry.
24317 2005-03-29  Jay Belanger  <belanger@truman.edu>
24319         * calc/calc-lang.el: Add functions to math-function-table
24320         properties of tex and math.
24322 2005-03-29  Kenichi Handa  <handa@m17n.org>
24324         * ps-mule.el (ps-mule-plot-string): Translate characters by
24325         ps-print-translation-table.
24326         (ps-mule-begin-job): Call find-charset-region/string with
24327         ps-print-translation-table.
24328         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24330         * ps-print.el (ps-print-translation-table): New variable.
24331         (ps-plot-region): Translate characters by ps-print-translation-table.
24333 2005-03-29  Juri Linkov  <juri@jurta.org>
24335         * simple.el (next-error-highlight-timer): New variable.
24337         * progmodes/compile.el (compilation-goto-locus):
24338         Use `next-error-highlight-timer' instead of `sit-for'.
24340 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24342         * mail/supercite.el (sc-mail-field): Use assoc-string.
24343         (sc-get-address): Simplify regexps.
24345         * files.el (minibuffer-with-setup-hook): New macro.
24346         (find-file-read-args): Use it to avoid let-binding
24347         minibuffer-with-setup-hook (which breaks turning on/off
24348         file-name-shadow-mode while in the prompt).
24350         * complete.el (PC-read-include-file-name-internal):
24351         Use test-completion.
24353 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
24355         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24357 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24359         * window.el (window-buffer-height): Use count-screen-lines.
24361         * progmodes/python.el (python-preoutput-leftover): New var.
24362         (python-preoutput-filter): Use it.
24363         (python-send-receive): Loop until all the result has been received.
24365 2005-03-28  Juri Linkov  <juri@jurta.org>
24367         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24369         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24370         "Recover Crashed Session".
24371         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24372         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24373         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24374         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24375         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24376         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24377         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24378         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24380         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24381         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24382         Ediff Sessions", "Toggle use of separate control buffer frame",
24383         "Use separate frame for Ediff control buffer".
24385         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24386         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24387         "Rename Bookmark", "Delete Bookmark".
24389         * info.el (Info-mode-menu): Remove ellipsis from "Index".
24390         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24391         Add `:active Info-index-alternatives' to "Next Matching Item".
24393         * wdired.el (wdired-change-to-wdired-mode):
24394         Mention `wdired-abort-changes' key in the initial message.
24396         * international/mule.el (auto-coding-alist): Associate non-ascii
24397         image filename extensions with `no-conversion'.
24399 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24401         * international/iso-acc.el:
24402         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24404 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
24406         * textmodes/sgml-mode.el (html-mode): Doc update.
24408         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24410 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
24412         * term.el (term-move-columns): Fix face after extending a line.
24413         (term-insert-spaces): Likewise.
24414         (term-reset-terminal): Fix off by one error.
24416 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24418         * international/mule.el (auto-coding-alist): Add .xpi files.
24420         * files.el (auto-mode-alist): Add .xpi files.
24422 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
24424         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24426 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24428         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24430 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
24432         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24433         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
24435         * calendar/cal-move.el (calendar-beginning-of-year): Move the
24436         cursor to Jan 1 when needed.
24437         (calendar-end-of-year): Fix -/+ typo.
24438         Reported by Chong Yidong <cyd@stupidchicken.com>.
24440 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24442         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24444         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24445         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
24447 2005-03-25  Richard M. Stallman  <rms@gnu.org>
24449         * filesets.el (filesets-init): Add autoload.
24451         * mail/mailalias.el (mail-directory): Doc fix.
24453 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24455         * mail/mailalias.el (mail-directory-process): Do nothing if
24456         mail-directory-process is an atom.
24457         (mail-get-names): Ignore mail-directory-names if it is an atom.
24458         (mail-directory-process defvar): Doc fix.
24459         (mail-names): Doc fix.
24461 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
24463         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24465 2005-03-26  Kenichi Handa  <handa@m17n.org>
24467         * international/mule-util.el (detect-coding-with-priority):
24468         Call update-coding-systems-internal before detect-coding-region.
24470 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
24472         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24473         (gdb-frames-mode-map): Add follow-link property.
24475 2005-03-25  Jay Belanger  <belanger@truman.edu>
24477         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24478         for variables.
24480 2005-03-25  Juri Linkov  <juri@jurta.org>
24482         * image-mode.el: Optimize image filename extension regexps in
24483         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
24484         in `auto-mode-alist'.
24485         (image-mode): Add `image-toggle-display-text' to local hook
24486         `change-major-mode-hook'.  Display the image as an image by
24487         default.  Set `cursor-type' and `truncate-lines' if the image
24488         is already displayed.  Take into account the current mode (image
24489         or text) in message.
24490         (image-minor-mode): New minor mode.
24491         (image-mode-maybe, image-toggle-display-text): New functions.
24492         (image-toggle-display): Use called-interactively-p.
24493         Let-bind `inhibit-read-only' to t.
24495         * image-mode.el (image-minor-mode): Set `cursor-type' and
24496         `truncate-lines' if the image is already displayed.  Add turning
24497         image-minor-mode off to `change-major-mode-hook'.  Add message.
24498         Call `image-toggle-display-text' after turning image-minor-mode off.
24500 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24502         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24503         Terminal.app, use utf-8.
24504         (set-display-table-and-terminal-coding-system): Add coding-system arg.
24505         (set-locale-environment): Use it.
24507         * term/xterm.el: Undo last change, better done in mule-cmds.el.
24509         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24511         * progmodes/python.el (python-close-block-statement-p)
24512         (python-outdent-p, python-current-defun): Use symbol-end.
24514 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
24516         * files.el (save-some-buffers): Doc fix.
24518 2005-03-25  Werner Lemberg  <wl@gnu.org>
24520         * complete.el, thumbs.el: Replace `legal' with `valid'.
24521         * calendar/calendar.el: Replace `legal' with `valid'.
24522         * emacs-lisp/advice.el: Replace `legal' with `valid'.
24523         * mail/supercite.el: Replace `legal' with `valid'.
24524         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24525         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24526         Replace `legal' with `valid'.
24527         * textmodes/reftex-vars.el, textmodes/reftex.el:
24528         Replace `legal' with `valid'.
24530 2005-03-25  Werner Lemberg  <wl@gnu.org>
24532         * calc/calc-forms.el, calc/calc-sel.el
24533         * midnight.el, vc-cvs.el
24534         * emacs-lisp/cl-macs.el
24535         * emulation/vip.el
24536         * eshell/esh-io.el, eshell/esh-var.el
24537         * mail/supercite.el
24538         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24539         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24540         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24541         * progmodes/sh-script.el, progmodes/xscheme.el
24542         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24543         * textmodes/reftex-index.el, textmodes/reftex-parse.el
24544         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24545         * textmodes/reftex.el, textmodes/org.el:
24546         Replace `illegal' with `invalid'.
24548 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24550         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24551         (flymake-find-buildfile, flymake-find-possible-master-files)
24552         (flymake-check-include, flymake-parse-line): Replace loops over the
24553         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24555         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24556         Substitute file-name-as-directory in the rest of the file.
24557         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24558         (flymake-replace-region): Remove unused arg `buffer'.
24559         (flymake-check-patch-master-file-buffer): Update calls to it.
24560         (flymake-add-err-info): Remove unused var `count'.
24561         (flymake-mode): Use define-minor-mode.
24563         * progmodes/flymake.el: Use with-current-buffer.
24564         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24565         flymake-replace-regexp-in-string, flymake-line-beginning-position)
24566         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24567         Avoid testing for `xemacs'.
24568         (flymake-nop): Move.
24569         (flymake-region-has-flymake-overlays): Return the computed value.
24570         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24571         Remove unused var `endline'.
24572         (flymake-get-line-count): Remove unused function.
24573         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24575         * emulation/vi.el:
24576         * generic.el:
24577         * hilit-chg.el (global-highlight-changes):
24578         * hi-lock.el (hi-lock-mode):
24579         * follow.el: find-file-hooks -> find-file-hook.
24581         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24583 2005-03-24  Juri Linkov  <juri@jurta.org>
24585         * dired.el (dired-mode-map): Add menu item "Compare directories"
24586         for dired-compare-directories.
24588         * dired-aux.el (dired-compare-directories): Add autoload cookie.
24589         Doc fix.  Replace `read-file-name' with `read-directory-name'.
24591 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24593         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24595 2005-03-24  Jay Belanger  <belanger@truman.edu>
24597         * calc/calc-embed.el (calc-embedded-mode-change): Save all
24598         relevant mode settings in calc-embedded-original-modes when modes
24599         are permanently changed.
24601 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24603         * autoinsert.el: find-file-hooks -> find-file-hook.
24605 2005-03-24  Lute Kamstra  <lute@gnu.org>
24607         * generic.el (generic-font-lock-defaults): Make it obsolete.
24608         (generic-font-lock-keywords): New variable to replace
24609         generic-font-lock-defaults.
24610         (generic-mode-set-font-lock): Delete it.
24611         (generic-mode-internal): Don't call generic-mode-set-font-lock.
24612         (generic-bracket-support): Add docstring.
24614         * generic-x.el: Rename generic-font-lock-defaults to
24615         generic-font-lock-keywords throughout.
24616         (mailagent-rules-setup-function): Delete it.
24617         (mailagent-rules-generic-mode): Use anonymous function instead.
24618         (show-tabs-generic-mode-font-lock-defaults-1)
24619         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24620         Quote faces.
24621         (show-tabs-tab-face, show-tabs-space-face): Specify background,
24622         not foreground.
24624         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24625         Recognize define-generic-mode.
24627 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24629         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24630         if there's no completion table.
24632 2005-03-23  Miles Bader  <miles@gnu.org>
24634         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24635         Remove tty-specific variants, as they're no longer needed.
24637 2005-03-23  Lute Kamstra  <lute@gnu.org>
24639         * generic-x.el: Code cleanup: make args constant whenever possible.
24640         (installshield-statement-keyword-list)
24641         (installshield-system-functions-list)
24642         (installshield-system-variables-list, installshield-types-list)
24643         (installshield-funarg-constants-list): Make them constants.
24645         * generic.el (generic-make-keywords-list): Add autoload cookie.
24647         * calendar/time-date.el: Add comment on time value formats.
24648         Don't require parse-time.
24649         (with-decoded-time-value): New macro.
24650         (encode-time-value): New function.
24651         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24652         (days-to-time): Return a valid time value when arg is huge.
24653         (time-since): Use time-subtract.
24654         (time-to-number-of-days): Use time-to-seconds.
24656 2005-03-23  David Ponce  <david@dponce.com>
24658         * recentf.el (recentf-keep): New option.
24659         (recentf-menu-action): Default to `find-file'.
24660         (recentf-keep-non-readable-files-flag)
24661         (recentf-keep-non-readable-files-p)
24662         (recentf-file-readable-p, recentf-find-file)
24663         (recentf-cleanup-remote): Remove.
24664         (recentf-include-p): More robust.
24665         (recentf-keep-p): New function.
24666         (recentf-remove-if-non-kept): Rename from
24667         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
24668         All callers updated.
24669         (recentf-menu-items-for-commands): Fix help string.
24670         (recentf-track-closed-file): Update.  Doc fix.
24671         (recentf-cleanup): Update.  Count removed files.  Doc fix.
24673 2005-03-23  Kim F. Storm  <storm@cua.dk>
24675         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24676         Don't inherit from fringe face (now happens automatically).
24678 2005-03-22  Kim F. Storm  <storm@cua.dk>
24680         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24681         position values.
24683 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24685         * menu-bar.el (showhide-date-time): Remove.
24686         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24687         (menu-bar-make-mm-toggle): Simplify.
24689 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24691         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24692         Accept qualified variable and function names.
24694 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
24696         * bindings.el (completion-ignored-extensions):
24697         Remove ".lis" for `vax-vms'.
24699 2005-03-22  Andreas Schwab  <schwab@suse.de>
24701         * generic-x.el: Revert last change.
24702         * ldefs-boot.el: Update.
24704 2005-03-22  Jay Belanger  <belanger@truman.edu>
24706         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24707         (calc-embedded-save-original-modes)
24708         (calc-embedded-restore-original-modes): New functions.
24709         (calc-do-embedded): Save original modes when entering embedded mode
24710         and restore when leaving embedded mode.
24711         (calc-embedded-modes-change): Change the value of
24712         calc-embedded-original-modes to reflect permanent changes.
24714 2005-03-22  Lute Kamstra  <lute@gnu.org>
24716         * generic-x.el: Require generic again.
24718 2005-03-22  Miles Bader  <miles@gnu.org>
24720         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24721         Tweak details to look good on both ttys and bitmap displays, light
24722         or dark background, etc.
24724 2005-03-21  Kim F. Storm  <storm@cua.dk>
24726         * tooltip.el (tooltip-show-help-function): Check car and cdr of
24727         mouse position.
24729 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24731         * icomplete.el: Don't forcibly turn on the mode upon load.
24732         (icomplete-mode): Use define-minor-mode.
24733         (icomplete-eoinput): Default to nil.
24734         (icomplete-minibuffer-setup): Remove autoload.
24735         (icomplete-tidy): Simplify.
24736         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24737         in the initial state or if the user has modified the field.
24738         Fix handling of icomplete-max-delay-chars.
24739         Remove code that handles the oddball case where
24740         minibuffer-completion-table is an integer.
24741         Wrap icomplete-completions in while-no-input in case building
24742         completions takes more time than expected.
24743         (icomplete-completions): Simplify.
24745 2005-03-21  Richard M. Stallman  <rms@gnu.org>
24747         * jka-compr.el (jka-compr-really-do-compress):
24748         Make variable buffer-local.
24750         * image-mode.el: Handle .xpm files too.
24751         (image-toggle-display): Preserve modification flag.
24753         * help.el (where-is): Don't mention aliases with no key bindings.
24755 2005-03-21  Lute Kamstra  <lute@gnu.org>
24757         * generic.el: Fix commentary section.  Don't require cl for
24758         compilation.
24759         (generic-mode-list): Add autoload cookie.
24760         (generic-use-find-file-hook, generic-lines-to-scan)
24761         (generic-find-file-regexp, generic-ignore-files-regexp)
24762         (generic-mode, generic-mode-find-file-hook)
24763         (generic-mode-ini-file-find-file-hook): Fix docstrings.
24764         (define-generic-mode): Make it a defmacro.  Fix docstring.
24765         (generic-mode-internal): Code cleanup.  Add autoload cookie.
24766         (generic-mode-set-comments): Code cleanup.
24767         * generic-x.el: Don't prevent compilation.  Don't require generic.
24768         Follow coding conventions.  Minor code cleanup.
24769         (etc-fstab-generic-mode): Add some keywords.
24770         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24771         define-generic-mode like a function declaration.
24773 2005-03-21  Jay Belanger  <belanger@truman.edu>
24775         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24776         changing modes.
24778 2005-03-21  Sam Steingold  <sds@gnu.org>
24780         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24782 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
24784         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24785         Add underscore to "f$ lexicals" regexp.
24787 2005-03-20  Juri Linkov  <juri@jurta.org>
24789         * subr.el (progress-reporter-do-update): When `min-value' is equal
24790         to `max-value', set `percentage' to 0 and prevent division by zero.
24792 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
24794         Sync with Tramp 2.0.48.
24796         * net/tramp.el (all): Change all addresses to .gnu.org.
24797         (tramp-append-tramp-buffers): New defun.
24798         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24799         Catch `dont-send' signal.
24800         (tramp-set-auto-save-file-modes): Set always permissions, because
24801         there might be an old auto-saved file belonging to another
24802         original file.  This could be a security threat.  Reported by
24803         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24804         Check for Emacs 21.3.50 removed.
24806         * net/tramp-smb.el (all): Remove debug construct for
24807         `with-parsed-tramp-file-name'.
24808         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24809         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24810         No error message if DIRECTORY or FILENAME doesn't exist.
24811         (tramp-smb-open-connection): Check existence of
24812         `tramp-smb-program'.
24814 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24816         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24817         Properly handle the case where the `m' or `s' command's argument is not
24818         yet terminated.
24819         (perl-indent-new-calculate): New function.
24820         (perl-indent-line): Use it.
24822 2005-03-20  Miles Bader  <miles@gnu.org>
24824         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24825         in text-mode too.  Change to new face names.
24826         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24827         Add `:weight bold' attribute.
24828         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24830 2005-03-19  Juri Linkov  <juri@jurta.org>
24832         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
24834         * international/mule.el (auto-coding-alist): Sync with
24835         `auto-mode-alist' by adding upper case archive file extensions
24836         and adding ear/war to jar extension.
24838 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
24840         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24841         running, restart it.
24843 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
24845         * finder.el (finder-current-item): Throw an error on an empty line.
24847         * man.el (Man-follow-manual-reference): If current-word returns
24848         nil, use "".
24850 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
24852         * simple.el (goto-line): Doc fix.
24854 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
24856         * files.el (save-buffer): Doc fix.
24858 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
24860         * recentf.el (recentf-cleanup-remote): New variable.
24861         (recentf-cleanup): Use it to conditionally check availability of
24862         remote files.
24864 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
24866         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24867         function names.
24869 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24871         * language/thai-word.el: New file.
24873 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24875         * files.el (backup-buffer): If the file's directory is not
24876         writable, use copy instead of move to backup the file.
24878 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24880         * obsolete/keyswap.el: Moved to obsolete/ from term/.
24882 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24884         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24885         Use functionp instead of symbolp and fboundp.  Reported by Drkm
24886         <darkman_spam@yahoo.fr>.
24887         (ps-print-version): New version 6.6.6.
24889 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
24891         * textmodes/table.el (table--line-column-position): New idiom.
24892         (table--row-column-insertion-point-p): New function to test
24893         validity of row and column insertion operation at a location.
24894         (table-global-menu, table-cell-menu): Use above functions for
24895         deterministic test operation.
24896         (table--editable-cell-p): Behave in deterministic fashion.
24898 2005-03-18  Juri Linkov  <juri@jurta.org>
24900         * isearch.el (isearch-lazy-highlight-new-loop):
24901         Make arguments beg and end optional.
24902         (isearch-update): Remove optional arguments nil from
24903         isearch-lazy-highlight-new-loop.
24904         (isearch-lazy-highlight-search): Let-bind case-fold-search to
24905         isearch-lazy-highlight-case-fold-search instead of
24906         isearch-case-fold-search, and let-bind isearch-regexp to
24907         isearch-lazy-highlight-regexp.
24908         Use isearch-lazy-highlight-last-string instead of isearch-string.
24910         * replace.el (perform-replace): Remove bindings of global
24911         variables isearch-string, isearch-regexp, isearch-case-fold-search.
24912         Add three new arguments to `replace-highlight'.
24913         (replace-highlight): Add arguments string, regexp, case-fold.
24914         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24915         to allow isearch-lazy-highlight-new-loop to use these values
24916         to set corresponding isearch-lazy-highlight-* internal
24917         variables whose values lazy highlighting will use regardless of
24918         changes to global variables isearch-string, isearch-regexp,
24919         isearch-case-fold-search during lazy highlighting loop.
24920         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24921         to `lazy-highlight-cleanup'.
24923         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24924         (ispell-highlight-face): Set default face to `isearch' when
24925         lazy highlighting is enabled.
24926         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24927         priority to 1.  Add lazy highlighting.
24928         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24929         from `isearch-dehighlight'.
24931 2005-03-18  David Ponce  <david@dponce.com>
24933         * files.el (hack-local-variables): Do a case-insensitive search
24934         for End.
24936 2005-03-18  Juri Linkov  <juri@jurta.org>
24938         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24939         `isearch-lazy-highlight-cleanup', add alias to old name and
24940         declare obsolete.  Add release numbers to other obsolete vars.
24941         (isearch-done, isearch-lazy-highlight-new-loop):
24942         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24943         (lazy-highlight-cleanup) <variable>: Doc fix.
24944         (isearch-lazy-highlight-update): Rename obsolete
24945         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24947 2005-03-18  Kenichi Handa  <handa@m17n.org>
24949         * language/thai-util.el: Fix categorization of Thai characters in
24950         thai-category-table.
24951         (thai-composition-pattern): Adjust it for the above change.
24952         (thai-self-insert-command, thai-compose-syllable): New functions.
24953         (thai-compose-region): Use thai-compose-syllable.
24954         (thai-compose-string): Likewise.
24955         (thai-composition-function): Likewise.
24956         (thai-auto-composition): New function.
24957         (thai-auto-composition-mode): New minor mode.
24959         * language/thai.el: Fix patterns to be registered in
24960         composition-function-table.
24962         * international/quail.el (quail-input-method): Locally bind
24963         inhibit-modification-hooks to t.
24965 2005-03-17  Richard M. Stallman  <rms@gnu.org>
24967         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24968         (perl-mode): Use run-mode-hooks.
24970         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24971         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24972         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24974         * mail/sendmail.el (sendmail-send-it): Reenable the code
24975         to compute resend-to-address and use it.
24977         * tar-mode.el (tar-mode): Turn off undo unconditionally.
24979         * image-mode.el: New file.
24981         * image.el (insert-sliced-image): Add autoload cookie.
24983         * font-lock.el (font-lock-lines-before): New user option.
24984         (font-lock-after-change-function): Obey it.
24986         * bindings.el (esc-map): Make M-g a prefix.
24987         Bind M-g g and M-g M-g to goto-line.
24989         * faces.el (face-id): Doc fix.
24991 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24993         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24994         (rmail-show-message): Use rmail-unknown-mail-followup-to.
24995         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24997         * mail/sendmail.el (mail-yank-ignored-headers)
24998         (mail-font-lock-keywords, mail-mode-fill-paragraph):
24999         Add Mail-Followup-To and Mail-Reply-To headers.
25000         (mail-citation-hook): Add autoload cookie.
25001         (mail-mode): Doc fix.
25002         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25003         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25004         (mail-mode-fill-paragraph): Handle those headers.
25005         (mail-mailing-lists): New variable.
25006         (mail-mail-reply-to, mail-mail-followup-to): New functions.
25008 2005-03-17  Juri Linkov  <juri@jurta.org>
25010         * isearch.el (isearch-fallback): Check for `(car previous)'
25011         before calling `isearch-other-end-state'.
25013 2005-03-17  Kim F. Storm  <storm@cua.dk>
25015         * simple.el (move-beginning-of-line): Move to beginning of buffer
25016         line, as well as beginning of screen line.
25018 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
25020         * calendar/diary-lib.el (mark-diary-entries): Use new optional
25021         argument REDRAW rather than calendar-redrawing variable.
25022         * calendar/calendar.el (calendar-redrawing): Delete.
25023         (redraw-calendar): Do not bind calendar-redrawing.
25025 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
25027         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25028         diary-file buffer.
25030 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25032         * help.el (describe-mode): Allow a :minor-mode-function property to
25033         specify a different minor mode toggle function than the variable.
25034         * simple.el (auto-fill-function):
25035         * subr.el (add-minor-mode): Use it.
25037 2005-03-16  Kenichi Handa  <handa@m17n.org>
25039         * language/ethio-util.el (sera-being-called-by-w3): New variable.
25040         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25041         (ethio-fidel-to-sera-buffer): Likewise.
25043 2005-03-16  Juri Linkov  <juri@jurta.org>
25045         * emacs-lisp/find-func.el (find-function-regexp):
25046         Add defun-emitting macro `menu-bar-make-toggle'.
25048         * isearch.el: Put `isearch-scroll' property to
25049         `split-window-horizontally'.
25051         * info.el: Update error messages for `debug-ignored-errors'.
25052         (Info-isearch-search): Doc fix.
25053         (Info-find-node): Move up code to go into info buffer before
25054         recording the node to the history.
25055         (Info-fontify-node): Fontify titles only if the next line
25056         has two or more `*', `=', `-', `.'.
25057         Display "go to this node" for empty (match-string 3).
25059 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25061         * term/mac-win.el: Add mouse pointer shape constants.
25063 2005-03-15  Kim F. Storm  <storm@cua.dk>
25065         * simple.el (move-beginning-of-line): Use vertical-motion.
25067 2005-03-15  Juri Linkov  <juri@jurta.org>
25069         * isearch.el (isearch-error): New variable.
25070         (isearch-invalid-regexp, isearch-within-brackets): Remove.
25071         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25072         (isearch-within-brackets-state): Remove.
25073         (isearch-case-fold-search-state, isearch-pop-fun-state):
25074         Decrease frame index.
25075         (isearch-mode, isearch-top-state, isearch-push-state)
25076         (isearch-edit-string, isearch-abort, isearch-search-and-update)
25077         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25078         (isearch-search, isearch-lazy-highlight-new-loop):
25079         Replace `isearch-invalid-regexp' with `isearch-error'.
25080         Remove `isearch-within-brackets'.
25081         (isearch-search): Add `search-failed' handler to `condition-case'.
25082         (isearch-lazy-highlight-search): Add `condition-case' to catch
25083         errors and allow `isearch-lazy-highlight-update' to try
25084         highlighting from the beginning of the window.
25085         (isearch-repeat): Move up code to set isearch-wrapped to t
25086         before calling isearch-wrap-function.
25088         * info.el (Info-isearch-initial-node): New internal variable.
25089         (Info-search): Signal an error in isearch mode when search leaves
25090         the initial node.  Signal an error when `bound' is non-nil and
25091         nothing was found in the current subfile.
25092         (Info-isearch-search): Remove `condition-case'.
25093         (Info-isearch-wrap): Don't wrap when search failed during leaving
25094         the initial node.  If `Info-isearch-search' is nil, wrap around
25095         the current node.
25096         (Info-isearch-start): New fun.
25097         (Info-mode): Add buffer-local hook `Info-isearch-start' to
25098         `isearch-mode-hook'.
25100 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25102         * simple.el (normal-erase-is-backspace): Set default to t if
25103         running on Mac.
25105         * term/mac-win.el (function-key-map): Sync with x-win.el.
25107 2005-03-15  Kenichi Handa  <handa@m17n.org>
25109         * international/mule-cmds.el (locale-language-names): Modify the
25110         format of elements and add more entries.
25111         (locale-preferred-coding-systems): Add more entries.
25112         (set-locale-environment): Adjust for the change of
25113         locale-language-names.
25115 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25117         * pcvs.el (smerge-ediff): Remove bogus autoload.
25119 2005-03-14  Lute Kamstra  <lute@gnu.org>
25121         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25122         Ignore a `*' at the beginning of a line.
25124         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25125         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25126         subr.el.
25127         (dont-compile, eval-when-compile, eval-and-compile): Use declare
25128         to specify indentation.
25130         * generic.el (define-generic-mode): Let generic-mode-list be a
25131         list of strings; test membership with equal.
25133 2005-03-14  Kim F. Storm  <storm@cua.dk>
25135         * simple.el (next-line, previous-line): Add optional try-vscroll
25136         arg to recognize interactive use.  Pass it on to line-move.
25137         (line-move): Don't perform auto-window-vscroll when defining or
25138         executing keyboard macro to ensure consistent behavior.
25140 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25142         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25144 2005-03-13  Lute Kamstra  <lute@gnu.org>
25146         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25147         debugger-setup-buffer so that backtrace marks the frames set to
25148         debug-on-exit and we don't have to do it manually.  Set an extra
25149         debug-on-exit for macro's.
25150         (debugger-setup-buffer): Don't mark the top frame manually.
25152 2005-03-12  Lute Kamstra  <lute@gnu.org>
25154         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25155         lisp-indent-function throughout.
25156         (with-no-warnings): Set lisp-indent-function property.
25158 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
25160         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25161         Add entry for backslash.
25163 2005-03-12  Juri Linkov  <juri@jurta.org>
25165         * info.el (Info-search): Four fixes for backward search.
25167 2005-03-11  Jay Belanger  <belanger@truman.edu>
25169         * calc/calc.el (calc-language-alist): New variable.
25170         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25171         (calc-embedded-find-modes): Use calc-language-alist instead of
25172         calc-embedded-language-alist.
25174 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25176         * calendar/calendar.el (calendar-redrawing): New internal
25177         variable.
25178         (redraw-calendar): Remove bogus save-excursion from previous
25179         change.  Bind calendar-redrawing to t for mark-diary-entries.
25180         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25181         calendar if that is why we were called.
25183 2005-03-11  Kenichi Handa  <handa@m17n.org>
25185         * international/mule.el (make-coding-system): Set property
25186         coding-system-define-form to nil.
25187         (define-coding-system-alias): Likewise.
25189 2005-03-11  Kenichi Handa  <handa@m17n.org>
25191         These changes are suggested by Dave Love <fx@gnu.org>.
25193         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25194         coding: tag.
25195         (adaptive-fill-regexp): Add more bullets.
25196         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25197         regexps.
25199 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25201         * help.el (describe-mode): Properly handle non-trivial lighters.
25202         Don't ignore minor modes that are not listed in minor-mode-list.
25204         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25205         feature ON when the user requests to turn it OFF.
25207 2005-03-10  Lute Kamstra  <lute@gnu.org>
25209         * emacs-lisp/debug.el (debug-entry-code): Delete it.
25210         (implement-debug-on-entry): New function to replace debug-entry-code.
25211         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
25212         second argument as the 2005-03-07 change makes it obsolete.
25213         (debug-on-entry, cancel-debug-on-entry): Update call to
25214         debug-on-entry-1.
25215         (debug, debugger-setup-buffer): Comment update.
25216         (debugger-frame-number): Update to work with implement-debug-on-entry.
25218 2005-03-10  Jay Belanger  <belanger@truman.edu>
25220         * calc/calc-embed.el (math-ms-args): Declare it.
25221         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25222         math-ms-args.
25223         (calc-embedded-subst): Use math-multi-subst-rec to substitute
25224         variables.
25226 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
25228         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25229         Use message-box.
25231         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25232         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25233         (tooltip-gud-tips): Simplify.
25234         (tooltip-gud-tips-p): Remove superfluous :set.
25235         (tooltip-gud-modes): Add fortran-mode.
25236         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25238         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25240 2005-03-09  Kim F. Storm  <storm@cua.dk>
25242         * play/animate.el (animate-place-char): Use forward-line instead
25243         of next-line to improve performance.
25245 2005-03-09  Simon Josefsson  <jas@extundo.com>
25247         * net/browse-url.el (browse-url-default-browser): Doc fix.
25249 2005-03-09  Miles Bader  <miles@gnu.org>
25251         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25252         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25254 2005-03-09  Kenichi Handa  <handa@m17n.org>
25256         * international/latin-1.el: Set case and syntax for 255 only if
25257         set-case-syntax-set-multibyte is nil.
25259         * textmodes/ispell.el (ispell-insert-word): New function.
25260         (ispell-word): Use ispell-insert-word to insert a new word.
25261         (ispell-process-line): Likewise.
25262         (ispell-complete-word): Likewise.
25264 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
25266         * calendar/calendar.el (redraw-calendar): Preserve point.
25267         Reported by Matt Hodges <MPHodges@member.fsf.org>.
25268         (calendar-week-start-day): Move after definition of
25269         redraw-calendar.  Delete buffer test, since redraw-calendar has
25270         that now.
25272         * calendar/diary-lib.el (mark-diary-entries): Only call
25273         redraw-calendar in the first of any recursive calls.
25274         Reported by Alan Shutko <ats@acm.org>.
25276 2005-03-08  Juri Linkov  <juri@jurta.org>
25278         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25279         (html-horizontal-rule, html-line, html-image, html-checkboxes)
25280         (html-radio-buttons): Add a space before the trailing `/>' where
25281         sgml-xml-mode is non-nil.
25282         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25283         the subsequent tag of the empty XML tag.
25284         (html-href-anchor): Don't set initial input to "http:".
25285         (html-image): Ask for the image URL and set point inside alt="".
25286         (html-name-anchor): Duplicate the name in the `id' attribute when
25287         sgml-xml-mode is non-nil.
25288         (html-paragraph): Remove \n before <p>.
25289         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25290         instead of `checked' when sgml-xml-mode is non-nil.
25292         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25293         Remove 1 space before #RRGGBB to not truncate it on terminal
25294         windows w/o fringes.  Remove 1 space between bg and fg examples
25295         to get more space.
25296         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25297         avoid byte-compile warnings.
25299         * image-file.el (image-file-handler): Put `safe-magic' property to
25300         `image-file-handler'.
25302         * info.el (Info-isearch-search): Emulate word search in
25303         isearching through multiple Info nodes with Info-search.
25304         (Info-isearch-wrap): Allow isearch-word.
25306 2005-03-08  Lute Kamstra  <lute@gnu.org>
25308         * emacs-lisp/debug.el (debugger-step-through): Make sure that
25309         stepping into the debugger's code is not possible.
25310         (debugger-jumping-flag): Docstring update.
25312 2005-03-08  Jay Belanger  <belanger@truman.edu>
25314         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25315         embedded mode begins.
25316         (calc-embedded-language-alist): New variable.
25317         (calc-embedded-find-modes): Use calc-embedded-language-alist to
25318         set default language mode.
25320 2005-03-08  Kenichi Handa  <handa@m17n.org>
25322         * international/ccl.el (define-ccl-program): Fix docstring about
25323         extra 256 bytes assured for the output buffer.
25325         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25326         Fix BUFFER_MAGNIFICATION to 2.
25327         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25329 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
25331         * align.el (align-rules-list): Added an alignment rule for CSS
25332         declarations (applies to css-mode and html-mode buffers).
25334 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25336         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25338 2005-03-07  Kim F. Storm  <storm@cua.dk>
25340         * simple.el (move-beginning-of-line): New command.
25342         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25344         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25346         * emulation/cua-base.el: Put CUA move property on move-end-of-line
25347         and move-beginning-of-line.
25349         * apropos.el (apropos-print): Omit command from M-x ... RET.
25351 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
25353         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25354         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25356 2005-03-06  Richard M. Stallman  <rms@gnu.org>
25358         * bindings.el (esc-map): Bind M-g to goto-line.
25360         * facemenu.el (global-map): Bind M-o, not M-g.
25362 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25364         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25365         "Open Directory" as for "Open File".
25367 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
25369         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25370         (push-mark-command): Run activate-mark-hook.
25372 2005-03-06  Richard M. Stallman  <rms@gnu.org>
25374         * help-mode.el (help-mode-finish): Don't alter the element
25375         in view-return-to-alist if there already is one.
25377         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25378         make sure the current buffer is the expected one.
25380         * novice.el (disabled-command-function): Output in *Disabled Command*.
25381         Explicitly ignore non-keyboard events, and explicitly handle C-g.
25383         * textmodes/flyspell.el (flyspell-large-region):
25384         Pass args differently for aspell.
25386         * files.el (mode-require-final-newline): Doc fix.
25388 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
25390         * progmodes/which-func.el (which-function):
25391         Specify NOERROR when calling imenu--make-index-alist.
25393 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25395         * simple.el (normal-erase-is-backspace): Define default value.
25397         * custom.el (custom-theme-set-variables): Remove unused var
25398         `immediate'.
25399         (custom-reevaluate-setting): Simple function to handle variables
25400         that are defined before their default value can really be
25401         computed.
25403         * startup.el (command-line): Use it for temporary-file-directory,
25404         small-emporary-file-directory, auto-save-file-name-transforms,
25405         blink-cursor-mode, and normal-erase-is-backspace.
25407         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25408         progress, even with buggy anchored keywords.
25410 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
25412         * simple.el (goto-line): Remove unbalanced final parenthesis.
25414 2005-03-05  Richard M. Stallman  <rms@gnu.org>
25416         * simple.el (goto-line): Use a number at point as the default.
25417         With C-u as arg, switch buffers.
25419 2005-03-05  Juri Linkov  <juri@jurta.org>
25421         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25422         with `no-blinking-cursor'.
25424         * startup.el (no-blinking-cursor): New defvar.
25425         (command-line): Add `--no-blinking-cursor' to longopts.
25426         Set `no-blinking-cursor' to t for command line arguments
25427         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
25428         with `no-blinking-cursor' in the condition for calling
25429         `blink-cursor-mode'.
25431 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
25433         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25434         (menu-bar-options-save): Add blink-cursor-mode.
25435         (menu-bar-options-menu): Add blink-cursor-mode.
25437 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
25439         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25440         (icalendar-export-file, icalendar-export-region)
25441         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25442         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25444 2005-03-04  Lute Kamstra  <lute@gnu.org>
25446         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25447         (debug-function-list): Ditto.
25449 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
25451         * textmodes/texinfmt.el (texinfo-append-refill):
25452         Redefine the types of line to which @refill
25453         is not appended by replacing a search for `@refill\\|@bye' with
25454         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
25455         itemize@refill' bug and the unfilled long lines bug.
25456         (texinfmt-version): Update number and date.
25458 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
25460         * international/code-pages.el (windows-1250, windows-125[2-8])
25461         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25463 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25465         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25466         bound yet.
25468 2005-03-02  Romain Francoise  <romain@orebokech.com>
25470         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25471         buffer after removing limits.
25472         (ibuffer-pop-filter): Ditto.
25473         Update copyright.
25475 2005-03-02  Miles Bader  <miles@gnu.org>
25477         * button.el (make-text-button): If the user doesn't specify a
25478         type, use the default.  Rewrite to use `add-text-properties' and
25479         plist functions.
25481 2005-03-01  Lute Kamstra  <lute@gnu.org>
25483         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25484         (debugger-jumping-flag): New var.
25485         (debug-entry-code): Use it.
25486         (debugger-jump): Use debugger-jumping-flag and add
25487         debugger-reenable to post-command-hook.
25488         (debugger-reenable): Use debugger-jumping-flag and remove itself
25489         from post-command-hook.
25490         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25491         debugger-reenable.
25493 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
25495         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25496         inclusion of "itemize\\|", which may be unnecessary, is certainly
25497         inelegant, and stops refilling in itemize lists when formatting
25498         Japanese Texinfo files to Info.
25499         Update copyright to 2005.
25501 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
25503         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25504         of an error if GDB can't find the source file.
25506 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
25508         * calendar/calendar.el (redraw-calendar): Work from any buffer,
25509         not just the calendar.
25511         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25512         first.
25513         (diary-redraw-calendar): New function.
25514         (make-diary-entry): Add diary-redraw-calendar to local
25515         write-contents-functions.  Turn off selective display before
25516         inserting in diary.
25518 2005-03-01  Kim F. Storm  <storm@cua.dk>
25520         * emacs-lisp/copyright.el (copyright-fix-years): New command.
25522 2005-03-01  Lute Kamstra  <lute@gnu.org>
25524         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25525         that debug-entry-code can be safely removed from a function while
25526         this code is being evaluated.  Revert the 2005-02-27 change as the
25527         new implementation no longer requires it.  Make sure that a
25528         function body containing just a string is not mistaken for a docstring.
25529         (debug): Skip one more frame in case of debug on entry.
25530         (debugger-setup-buffer): Delete one more frame line in case of
25531         debug on entry.
25532         (debugger-frame-number): Update to use the new text introduced by
25533         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
25535 2005-02-28  Kim F. Storm  <storm@cua.dk>
25537         * double.el (double-translate-key): Call force-window-update after
25538         read-event to avoid crash in redisplay.
25540 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25542         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25543         (debug): Use it.  Move the inhibit-trace earlier.
25544         (debug-entry-code): New const.
25545         (debug-on-entry-1): Use it.
25547 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
25549         * international/utf-16.el (ccl-encode-mule-utf-16le):
25550         Fix BUFFER_MAGNIFICATION to 2.
25551         (ccl-encode-mule-utf-16be): Likewise.
25553 2005-02-28  Kenichi Handa  <handa@m17n.org>
25555         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25556         Fix BUFFER_MAGNIFICATION to 4.
25557         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25559 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
25561         * speedbar.el (speedbar-update-flag): Doc fix.
25562         (speedbar-show-info-under-mouse): Give set-mouse-position the right
25563         argument.
25565 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25567         * reveal.el (reveal-post-command): Don't try to reveal overlays which
25568         have a non-nil `invisible' property but are actually visible.
25570         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25571         for perldoc sections.
25572         (perl-outline-regexp, perl-outline-level): New var and function.
25573         (perl-mode): Use them.
25575 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
25577         * calendar/diary-lib.el (diary-remind): Discard any mark portion
25578         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25580 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
25582         * cus-edit.el: Comment change.
25583         (custom-buffer-create-internal): Slightly reword text at top of
25584         Custom buffers.  Mention there that saving an option edits the
25585         init file.  Add link to Emacs manual node on `custom-file'.
25586         (custom-magic-alist): Rewrite individual State messages to use
25587         capitalized keywords.  Doc fix.
25589 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
25591         * calendar/calendar.el (calendar-buffer): Move above
25592         calendar-week-start-day.
25593         (calendar-week-start-day): Doc fix.  Add :set function.
25594         (calendar-minimum-window-height): New variable.
25595         (generate-calendar-window): Only resize window if selected-window
25596         is displaying the calendar buffer.  Use new variable
25597         calendar-minimum-window-height.
25598         (generate-calendar): Reword error message.
25599         (calendar-mode-map): Bind DEL to scroll-other-window-down.
25601 2005-02-27  Andreas Schwab  <schwab@suse.de>
25603         * vc.el (vc-do-command): Don't run command asynchronously when
25604         operating in a remote directory.
25606         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25607         change from sync with Tramp 2.0.47.
25609 2005-02-27  Richard M. Stallman  <rms@gnu.org>
25611         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25613         * textmodes/flyspell.el (flyspell-mode-on):
25614         Call ispell-change-dictionary only if necessary.
25616         * emacs-lisp/re-builder.el (regexp-builder): New function.
25618         * register.el (describe-register-1): Explicitly handle
25619         yank-excluded-properties = t.
25621         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25622         (custom-magic-alist): Change the status descriptions again.
25623         (face widget-type): Total rewrite based on `restricted-sexp'
25624         to eliminate the confusing double hiding levels.
25626         * emacs-lisp/debug.el (debug-on-entry-1):
25627         If function body is empty, add nil as body form.
25629 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25631         * emacs-lisp/trace.el (inhibit-trace): New var.
25632         (trace-make-advice): Use it.
25634         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25636 2005-02-26  Kim F. Storm  <storm@cua.dk>
25638         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25639         (mouse-on-link-p, mouse-drag-region-1): Use it.
25641 2005-02-25  Lute Kamstra  <lute@gnu.org>
25643         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25645 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
25647         * frame.el (blink-cursor-mode): Add :group keyword.
25649 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
25651         * calendar/icalendar.el (icalendar--decode-isodatetime):
25652         New optional argument DAY-SHIFT.
25653         (icalendar-export-region): Fix coding-system-for-write.
25654         (icalendar--convert-ical-to-diary): Shift end-day of all-day
25655         events by one.
25657 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25659         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25661 2005-02-24  Kim F. Storm  <storm@cua.dk>
25663         * international/iso-acc.el (iso-accents-compose): Fix crash
25664         during redisplay.  Call force-window-update after read-event
25665         and delete-region to signal that window is not accurate.
25667 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25669         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25670         Remove unused and inexistent var `inhibit-trace'.
25671         (debugger-mode): Use run-mode-hooks.
25672         (debugger-list-functions): Add buttons; setup xref stack.
25674 2005-02-23  Richard M. Stallman  <rms@gnu.org>
25676         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25677         appointment says it was explicitly made.
25678         (appt-add): Set the 3rd element.
25679         (appt-make-list): Preserve explicit appointments.
25681         * subr.el (find-tag-default): Catch errors in forward-sexp.
25683 2005-02-23  Juri Linkov  <juri@jurta.org>
25685         * info.el (Info-isearch-search): New defcustom.
25686         (Info-isearch-search): Call the default isearch function
25687         when Info-isearch-search is nil.
25688         (Info-isearch-wrap): Use variable Info-isearch-search.
25690 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
25692         * cus-edit.el: Comment change.
25694 2005-02-22  Kim F. Storm  <storm@cua.dk>
25696         * progmodes/hideif.el (hide-ifdef-use-define-alist):
25697         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
25699 2005-02-22  Simon Josefsson  <jas@extundo.com>
25701         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25702         New variable.
25703         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
25704         Oskarsson" <myrkraverk@users.sourceforget.net>.
25706 2005-02-22  Kim F. Storm  <storm@cua.dk>
25708         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25709         check that window of that event is the selected window.
25710         (mouse-drag-region-1): Compare mouse event window to selected
25711         window before setting point.
25713         * tooltip.el (tooltip-show-help-function): Pass event to
25714         mouse-on-link-p so it can check selected window.
25716 2005-02-22  Kenichi Handa  <handa@m17n.org>
25718         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25719         (ps-mule-show-warning): New function.
25720         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25721         characters are found.
25723         * ps-print.el (ps-header-footer-string): Return a list of header
25724         and footer strings.
25726 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
25728         * pcvs.el (cvs-retrieve-revision): Fix thinko.
25730 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25732         * frame.el (blink-cursor-mode): Use define-minor-mode.
25734         * term/mac-win.el (function-key-map): Use char-names more consistently.
25735         (file-name-coding-system): Only set it for MacOS-9.  The other case is
25736         already handled in mule-cmds.el (where it also works when mac-win.el
25737         is not used).
25739 2005-02-21  Kenichi Handa  <handa@m17n.org>
25741         * international/mule.el (ctext-pre-write-conversion): Always use
25742         " *code-converting-work*" buffer for work.
25744         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25746 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
25748         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25750 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
25752         * ses.el (undo-more): Restore defadvice, but only the part that
25753         allows changes outside the restricted area of the buffer.
25755 2005-02-20  Kim F. Storm  <storm@cua.dk>
25757         * simple.el (line-move): Add fourth optional arg try-vscroll which
25758         must be set to perform auto-window-vscroll.
25759         When moving backwards and doing auto-window-vscroll, automatically
25760         vscroll to the last part of lines which are taller than the window.
25761         (next-line, previous-line): Set try-vscroll arg on line-move.
25763 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
25765         * replace.el (query-replace, query-replace-regexp)
25766         (replace-string, replace-regexp): When operating on region, make
25767         the minibuffer prompt say so.
25769         * isearch.el (isearch-forward): Document isearch-query-replace and
25770         isearch-query-replace-regexp keybindings.
25772 2005-02-19  Jay Belanger  <belanger@truman.edu>
25774         * calc/calc-aent.el (math-read-token): Add local variable.
25776         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25777         (calc-edit-top): Move declaration to earlier in file.
25778         (calc-edit-macro-repeats): Add local variables.
25780         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25781         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25782         calcFunc-tanh.
25783         Adjust integration rule for calcFunc-tan.
25785 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25787         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25788         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25789         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25790         (viper-skip-separators): Bug fix.
25791         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25792         particular major mode.
25793         (viper-del-backward-char-in-replace): Don't put deleted char on the
25794         kill ring.
25796         * viper-ex.el (viper-color-display-p): New function.
25797         (viper-has-face-support-p): Use viper-color-display-p.
25799         * viper-keym.el (viper-gnus-modifier-map): New keymap.
25801         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25803         * viper-util.el (viper-glob-unix-files): Fix shell status check.
25804         (viper-file-remote-p): Make equivalent to file-remote-p.
25806         * viper.el (viper-major-mode-modifier-list):
25807         Use viper-gnus-modifier-map.
25809 2005-02-19  David Kastrup  <dak@gnu.org>
25811         * subr.el (subregexp-context-p): Fix garbled doc string by adding
25812         quoting.
25814 2005-02-19  Jay Belanger  <belanger@truman.edu>
25816         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25817         Remove extra definitions.
25818         (calc-coth): New function.
25819         (calcFunc-cot): Fix `let'.
25821 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
25823         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25824         the reasons we use "type pc" in these faces.
25826         * button.el (button): Ditto.
25828 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
25830         * replace.el (query-replace-read-from): Set the value of
25831         query-replace-from-history-variable to handle the case of an empty
25832         string entered to accept the suggested default.
25834         * net/tramp.el (tramp-file-name-for-operation):
25835         Use dired-call-process instead of dired-call-process-command.
25837 2005-02-19  Jay Belanger  <belanger@truman.edu>
25839         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25840         (math-div-non-trig): New variables.
25841         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25842         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25843         (math-combine-prod, math-div-symb-fancy): Add simplifications for
25844         trig expressions.
25846 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
25848         * progmodes/gdb-ui.el (gdb-var-update-handler)
25849         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25850         for watch expressions,
25851         (gdb-var-create-handler): Don't set speedbar-update-flag.
25852         (gdb-post-prompt): Simplify test for speedbar.
25854 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25856         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25857         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25858         we use the syntax table of the correct buffer.
25859         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25860         Felix Gatzemeier.
25862         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25863         (ediff-file-remote-p): Make synonymous with file-remote-p.
25864         In all deffaces ediff-*-face-*, use min-colors.
25866         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25867         ediff-recurse-to-subdirectories.
25868         (ediff-mark-if-equal): Check that the arguments are strings, use
25869         ediff-same-contents (after to Felix Gatzemeier).
25871         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25872         nil.
25874 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25876         * log-view.el (log-view-message-re): Fix up Subversion regexp.
25878 2005-02-18  David Kastrup  <dak@gnu.org>
25880         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25881         use `mark-active' when defined.
25883 2005-02-18  Kenichi Handa  <handa@m17n.org>
25885         * ps-print.el (ps-font-info-database): New entry
25886         ZapfChancery-MediumItalic with correct font name.  Fix font name
25887         of the entry Zapf-Chancery-MediumItalic.
25889 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
25891         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25893 2005-02-16  Kim F. Storm  <storm@cua.dk>
25895         * ido.el (ido-fallback-command): Pass user input to fallback command.
25897 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
25899         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25900         (gdb-find-file-hook): Add server prefix.
25902 2005-02-16  Richard M. Stallman  <rms@gnu.org>
25904         * replace.el (perform-replace): Pass new args to replace-highlight.
25905         (replace-highlight): Take region args,
25906         and pass them to isearch-lazy-highlight-new-loop.
25908         * novice.el (disabled-command-hook): Autoload the defalias
25909         and the make-obsolete-variable call.
25911         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25913         * isearch.el (isearch-lazy-highlight-start-limit)
25914         (isearch-lazy-highlight-end-limit): New variables limit
25915         the region for highlighting.
25916         (isearch-lazy-highlight-new-loop): New args BEG and END.
25917         (isearch-lazy-highlight-search): Use the new vars.
25918         (isearch-lazy-highlight-update): Likewise.
25920         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25922         * cus-start.el (all): Use default-boundp.
25924 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
25926         * menu-bar.el (menu-bar-select-frame): Handle current frame.
25928 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
25930         * autorevert.el (auto-revert-stop-on-user-input)
25931         (auto-revert-verbose): Doc fixes.
25933 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
25935         * international/mule-cmds.el (set-locale-environment): Remove call
25936         to set-selection-coding-system on Windows.
25938 2005-02-15  Jay Belanger  <belanger@truman.edu>
25940         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25941         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25942         calcFunc-coth.
25943         (math-simplify-sqrt): Add simplifications.
25945         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25946         to list.
25948         * calc/calc-ext.el: Add functions to autoloads.
25950         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25951         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25952         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25953         (math-csc-raw, math-cot-raw): New functions.
25955         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25957         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25958         the variable name in a message.
25960         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25961         calcFunc-csc, calcFunc-cot.
25963         * calc/calcalg2.el: Add derivative and integration rules for
25964         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25965         calcFunc-csch, calcFunc-coth.
25966         (math-do-integral-methods): Add to checks for when to use
25967         substitutions.
25969         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25971 2005-02-15  Lute Kamstra  <lute@gnu.org>
25973         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25974         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
25975         <monnier@iro.umontreal.ca>
25976         (lisp-outline-level): Improve efficiency.  Suggested by David
25977         Kastrup <dak@gnu.org>.
25979 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
25981         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25982         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25983         (gdb-set-gud-minor-mode-existing-buffers): New functions.
25984         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
25985         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25987 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
25989         * cus-start.el (all): Comment change.
25991 2005-02-14  Lute Kamstra  <lute@gnu.org>
25993         * cus-start.el (all): Check if symbol is void.
25995 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
25997         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25998         optional argument to \cite.
26000 2005-02-14  Richard M. Stallman  <rms@gnu.org>
26002         * cus-edit.el (custom-buffer-create-internal): Update help message.
26003         (custom-magic-alist): Update help messages.
26005         * cus-start.el (all): Allow a var to specify a standard value.
26007 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
26009         * custom.el (custom-theme-set-variables): Handle variable aliases.
26011         * frame.el (blink-cursor-timer): Doc fix.
26012         (blink-cursor): Make it an alias for `blink-cursor-mode' and
26013         declare obsolete.
26014         (blink-cursor-mode): Define with defcustom and use correct
26015         standard expression in that defcustom.
26016         * startup.el (command-line): Adapt to above changes in frame.el.
26018 2005-02-11  Lute Kamstra  <lute@gnu.org>
26020         * apropos.el (apropos-score-doc): Prevent division by zero.
26022 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
26024         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26025         (icalendar--get-event-property-attributes)
26026         (icalendar--get-event-properties)
26027         (icalendar--datetime-to-diary-date): New functions.
26028         (icalendar--split-value): Doc fix.
26029         (icalendar--datetime-to-noneuropean-date)
26030         (icalendar--datetime-to-european-date): New optional argument
26031         SEPARATOR.  Return result as a string instead of a list.
26032         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26033         (icalendar--convert-string-for-export): Rename arg S to STRING.
26034         (icalendar-export-region): Doc fix.  Change name of error buffer.
26035         Save output buffer.
26036         (icalendar-import-file): Add blank at end of prompt.
26037         (icalendar-import-buffer): Doc fix.  Do not switch to error
26038         buffer.  Indicate status in return value.
26039         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
26040         buffer.  Save output buffer.  Handle exception from recurrence
26041         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
26042         events.  Fix problems with weekly all-day events.
26044 2005-02-10  Richard M. Stallman  <rms@gnu.org>
26046         * simple.el (eval-expression-print-format):
26047         Avoid warning about edebug-active.
26049         * help.el (help-for-help-internal): Rename from help-for-help.
26050         (help-for-help): Define with defalias.
26052         * font-core.el (font-lock-default-function): Use with-no-warnings.
26054         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26056         * custom.el (defface): Doc fix.
26058 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
26060         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26061         width 0" to prevent word wrapping problems.
26063 2005-02-09  Kim F. Storm  <storm@cua.dk>
26065         * ido.el (ido-file-extensions-order): New defcustom.
26066         (ido-file-extension-lessp, ido-file-extension-aux)
26067         (ido-file-extension-order): New advanced file ordering.
26068         (ido-file-lessp): New simple file ordering.
26069         (ido-sort-list): Remove.
26070         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26071         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26073 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
26075         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26076         that some versions of grep produce.
26077         (grep-mode-font-lock-keywords): Likewise.
26079 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
26081         * progmodes/gdb-ui.el (gdb-location-list): New variable.
26082         (gdb-cdir): Delete.
26083         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26084         (gdb-source-info): Treat case when source file is in another
26085         directory properly.
26086         (gdb-get-location): New function.
26088 2005-02-07  Jay Belanger  <belanger@truman.edu>
26090         * calc/calc-prog.el (calc-write-parse-table-part)
26091         (calc-fix-token-name): Fix a check for language type.
26093         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26095 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
26097         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26098         as directory not writable.
26100 2005-02-07  Kim F. Storm  <storm@cua.dk>
26102         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26103         (cua--standard-movement-commands): Remove list.
26104         Instead, set CUA property value to move for movement commands.
26105         (cua-movement-commands): Remove.  Users must set CUA prop instead.
26106         (cua--pre-command-handler): Check CUA property.
26107         (cua--init-keymaps): Don't remap undo commands.
26108         (cua-mode): Don't call cua--rectangle-on-off.
26110         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26111         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26112         (cua--rect-undo-set-point): New var.
26113         (cua--rectangle-undo-boundary): Setup undo apply entry.
26114         (cua--rect-undo-handler): New function for rectangle undo.
26115         (cua--rect-start-position, cua--rect-end-position): Add.
26116         (cua--rectangle-post-command): Call cua--rectangle-set-corners
26117         for restored rectangle.  Set point if cua--rect-undo-set-point.
26119 2005-02-06  Jay Belanger  <belanger@truman.edu>
26121         * calc/calc-lang.el (calc-tex-language): Display more information
26122         in messages.
26124         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26125         in TeX mode.
26127 2005-02-06  Richard M. Stallman  <rms@gnu.org>
26129         * emacs-lisp/lisp.el (buffer-end): Doc fix.
26131 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
26133         * net/ldap.el (ldap-search-internal): Support attributes with
26134         optional descriptions separated by a semi-colon, as in
26135         "userCertificate;binary".
26137 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26139         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26140         isn't a cons (i.e. the version is 0).
26142 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
26144         * help.el (help-for-help): Doc fix.
26146 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
26148         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
26149         GDB-Windows on the menu-bar as this works better.
26151 2005-02-04  Jay Belanger  <belanger@truman.edu>
26153         * calc/calc-embed.el (calc-embedded-update): Don't put in
26154         unnecessary newlines.  Adjust the end of formula marker.
26156         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26157         (math-latex-parse-two-args): New function.
26159 2005-02-03  Lute Kamstra  <lute@gnu.org>
26161         * help-fns.el (help-with-tutorial): Make sure that users cannot
26162         remove the entire text of the tutorial by means of `undo'.
26164 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26166         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26167         in recent changes, where the ispell process was repeatedly
26168         killed & restarted.
26170         * international/mule-cmds.el (set-locale-environment): Set file-name
26171         coding system to utf-8 on Darwin systems.
26172         (set-default-coding-systems): Don't set default-file-name-coding-system
26173         on Darwin systems.
26175 2005-02-03  Richard M. Stallman  <rms@gnu.org>
26177         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26179 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
26181         * faces.el (list-faces-display): Add optional argument.
26183 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26185         * font-core.el (font-lock-default-function): Handle the rare case where
26186         only font-lock-keywords is set.
26188 2005-02-02  Kenichi Handa  <handa@m17n.org>
26190         * international/characters.el: Cancel previous change for
26191         I-WITH-DOT-ABOVE and DOTLESS-i.
26193         * international/latin-5.el: Cancel previous change.
26195 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
26197         * progmodes/gud.el: Correction to syntax in gud-menu-map.
26199 2005-02-02  Kenichi Handa  <handa@m17n.org>
26201         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26202         DOTLESS-i.
26204         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26205         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26207         * case-table.el (get-upcase-table): New function.
26208         (copy-case-table): Copy upcaes table too if non-nil.
26209         (set-case-syntax-delims): Maintain upcase table too.
26210         (set-case-syntax-pair): Likewise.
26211         (set-upcase-syntax, set-downcase-syntax): New functions.
26212         (set-case-syntax): Maintain upcase table too.
26214 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
26216         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26218         * progmodes/gud.el (gud-goto-info): New function.
26219         (gud-tool-bar-map): Use correct icon.
26221 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
26223         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26224         When delegating, order args in the funcall correctly.
26226 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
26228         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26230 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
26232         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26233         buffer not visiting a file.
26235 2005-01-31  Jay Belanger  <belanger@truman.edu>
26237         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26238         bound on the line with the formula.
26240 2005-01-31  Kim F. Storm  <storm@cua.dk>
26242         * ses.el (ses-create-cell-variable-range)
26243         (ses-destroy-cell-variable-range, ses-reset-header-string)
26244         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26245         (ses-insert-row): Fix format of apply undo entries.
26247 2005-01-31  Jay Belanger  <belanger@truman.edu>
26249         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26250         parts.
26252         * calc/calc-embed.el (calc-embedded-open-formula)
26253         (calc-embedded-close-formula): Ignore matrix environments.
26255         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26256         TeX mode.
26258         * calc/calc-lang.el (math-function-table, math-oper-table)
26259         (math-variable-table): Adjust the LaTeX portions.
26261         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26262         (math-latex-ignore-words): New constant.
26264 2005-01-31  Richard M. Stallman  <rms@gnu.org>
26266         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26267         (ispell-local-dictionary): Doc fix.
26268         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26269         Don't reinitialize at run time.  Don't defcustom.
26270         All uses changed to append ispell-local-dictionary-alist,
26271         or check it first.
26272         (ispell-current-dictionary): New variable for dictionary in use.
26273         (ispell-dictionary): Now used only for global default.
26274         (ispell-start-process): Set ispell-current-dictionary,
26275         not ispell-dictionary.
26276         (ispell-change-dictionary): Use this only for setting
26277         user preferences.
26278         (ispell-internal-change-dictionary): New function
26279         to change the current dictionary in use.
26280         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26281         Use ispell-current-dictionary.
26282         Handle ispell-local-dictionary-overridden.
26283         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26285 2005-01-31  Jay Belanger  <belanger@truman.edu>
26287         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26289         * calc/calc-ext.el: Add calc-latex-language to autoloads.
26290         (calc-mode-map): Add calc-latex-language.
26292         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26293         (math-latex-print-frac): New functions.
26294         (math-oper-table, math-function-table, math-variable-table)
26295         (math-complex-format, math-input-filter): Add latex properties.
26296         (calc-set-language): Set math-expr-special-function-mapping.
26298         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26299         (calc-write-parse-table-part): Add LaTeX support.
26301         * calc/calc.el (calc-language): Adjust docstring.
26302         (calc-set-mode-line): Add LaTeX support.
26303         (math-expr-special-function-mapping): New variable.
26304         (math-tex-ignore-words): Add to list.
26306         * calc/calccomp.el (math-compose-expr, math-compose-rows):
26307         Add LaTeX support.
26308         (math-compose-expr): Add support for special functions.
26310         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26312 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
26314         * progmodes/gdb-ui.el (gdb-memory-address)
26315         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26316         (gdb-memory-mode-map, gdb-memory-format-keymap)
26317         (gdb-memory-format-menu, gdb-memory-unit-keymap)
26318         (gdb-memory-unit-menu): New variables for a buffer
26319         that lets the user examine program memory.
26320         (gdb-memory-set-address, gdb-memory-set-repeat-count)
26321         (gdb-memory-format-binary, gdb-memory-format-octal)
26322         (gdb-memory-format-unsigned, gdb-memory-format-signed)
26323         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26324         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26325         (gdb-memory-unit-word, gdb-memory-unit-halfword)
26326         (gdb-memory-unit-byte, gdb-memory-unit-menu)
26327         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26328         (gdb-memory-mode, gdb-memory-buffer-name)
26329         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26330         New functions for above buffer.
26332 2005-01-30  Richard M. Stallman  <rms@gnu.org>
26334         * cus-edit.el (custom-bury-buffer): Function deleted.
26335         (custom-buffer-done-function): Option deleted.
26336         (custom-buffer-done-kill): New replacement option.
26337         (Custom-buffer-done): Call quit-window.
26338         (custom-buffer-create-internal): Update for above changes.
26340 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
26342         * simple.el (undo-ask-before-discard): New var.
26343         (undo-outer-limit-truncate): Implement it.
26344         (undo-extra-outer-limit): Doc update.
26346 2005-01-29  Richard M. Stallman  <rms@gnu.org>
26348         * ses.el (undo-more): Delete defadvice.
26349         (ses-begin-change): Doc fix.
26351         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26352         instead of rebinding C-x u and C-_.
26354         * files.el (normal-backup-enable-predicate): Return nil for files
26355         in /tmp, regardless of temporary-file-directory.
26357         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26359         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26360         (open-rectangle, delete-whitespace-rectangle-line)
26361         (clear-rectangle-line): If FILL, pass t instead of FILL
26362         for move-to-column's 2nd arg.
26364         * simple.el (undo): Fix the test for continuing a series of undos.
26365         (undo-more): Set pending-undo-list to t when we reach end.
26366         (pending-undo-list): Move up defvar.
26368         * wid-edit.el (widget-button-click):
26369         Shorten the range of the track-mouse binding.
26371         * comint.el (comint-insert-input): Undo previous changes;
26372         use last-input-event in interactive spec.
26374 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
26376         * progmodes/compile.el (compilation-start): Bind buffer-read-only
26377         to nil before invoking call-process.  Reset buffer's modified flag
26378         after fontifying it in the no-async branch.
26380         * wid-edit.el (widget-specify-button): If mouse pointer shape
26381         cannot be changed, use mouse face instead.
26383 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
26385         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26386         (gdb-goto-breakpoint): Make breakpoint handling work on template
26387         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
26388         (gdb-assembler-custom): Update to recognize breakpoint information
26389         added on 2005-01-19.
26391 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26393         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26394         (dsssl-mode): Use define-derived-mode.
26395         (scheme-mode-initialize): Remove.
26396         (scheme-mode): Use run-mode-hooks.
26398         * cus-edit.el (customize-group-other-window)
26399         (custom-buffer-create-other-window): Don't override special-display-*.
26400         (custom-mode-map): Make it dense.
26402         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26403         sets the default value.
26405 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
26407         * descr-text.el: Add more keywords.
26409 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26411         * speedbar.el: Avoid unnecessary use of locate-library.
26413         * international/mule-cmds.el (standard-display-european-internal):
26414         Don't fiddle with latin-1 non-break space any more since it's now
26415         special cased in the C code.
26416         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26418 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
26420         * cus-start.el (all): Add `undo-outer-limit'.
26422 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26424         * textmodes/bibtex.el (bibtex-format-entry):
26425         Use `bibtex-empty-field-re' only on the text of fields, not on entire
26426         field lines.
26427         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26428         not on part of a buffer.
26430 2005-01-25  Lute Kamstra  <lute@gnu.org>
26432         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26433         nonempty field text strings like "{letters\\macro{}more letters}".
26434         Clarify docstring.
26435         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26436         (bibtex-entry-offset, bibtex-parse-association)
26437         (bibtex-parse-field-name): Fix typos in docstrings.
26438         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26440 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
26442         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26443         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26444         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26445         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26447         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26448         isearch minor mode.
26450 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
26452         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26454 2005-01-24  Lute Kamstra  <lute@gnu.org>
26456         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26457         CASECHARS and NOT-CASECHARS regular expressions of the
26458         "nederlands" and "nederlands8" dictionaries to prevent a "Range
26459         striding over charsets" error.
26461 2005-01-24  Jay Belanger  <belanger@truman.edu>
26463         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26464         display variable name.
26466 2005-01-24  Kenichi Handa  <handa@m17n.org>
26468         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26469         Fix setting of the element of encoded-kbd-iso2022-invocations.
26471 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
26473         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26474         (gdb-threads-select): Change to also accept mouse events.
26475         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26476         (gdb-threads-mouse-select): Delete.
26478 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
26480         * files.el (insert-directory): Take care of empty directory,
26481         listed without -a switch.
26483 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26485         * textmodes/refill.el (refill-post-command-function):
26486         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26487         to the list of functions that we should be careful not to undo.
26488         (refill-late-fill-paragraph-function): Remove.
26489         (refill-saved-state): New var.
26490         (refill-mode): Use it to save fill-paragraph-function.
26491         Save also the value of auto-fill-function.
26493         * term/w32-win.el: Simplify code.
26495 2005-01-23  Kim F. Storm  <storm@cua.dk>
26497         * simple.el (line-move): Adapt to new return value from
26498         pos-visible-in-window-p.
26500         * simple.el (line-move): Fix last change.  Check partial
26501         visibility at point rather than at window-start.
26503 2005-01-22  Jason Rumney  <jasonr@gnu.org>
26505         * term/w32-win.el (xw-defined-colors): Remove debug-message.
26507 2005-01-22  David Kastrup  <dak@gnu.org>
26509         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26511 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
26513         * type-break.el (type-break-mode): Add a test for
26514         type-break-file-name being non-nil.
26516 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
26518         * net/eudc.el (top level): Call (message "") via progn, so that
26519         eudc-options-file is loaded.
26521 2005-01-22  Kim F. Storm  <storm@cua.dk>
26523         * simple.el (line-move-1): Rename from line-move.
26524         (line-move): New function that adjusts vscroll for partially
26525         visible rows, and calls line-move-1 otherwise.
26527 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
26529         * pcomplete.el: Define pcomplete-read-event instead of read-event,
26530         since it's not a complete read-event implementation
26532 2005-01-20  Jay Belanger  <belanger@truman.edu>
26534         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26535         for called function.
26537 2005-01-20  Steven Tamm  <steventamm@mac.com>
26539         * term/mac-win.el (process-connection-type): Remove.
26540         Controlled now by s/darwin.h:PTY_ITERATION.
26542 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26544         * window.el (handle-select-window): Don't switch window when we're
26545         in the minibuffer.
26547 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
26549         * subr.el (dotimes-with-progress-reporter): New macro.
26551         * ses.el (ses-dotimes-msg): Remove macro.
26552         Use `dotimes-with-progress-reporter' instead.
26554 2005-01-19  Steven Tamm  <steventamm@mac.com>
26556         * term/mac-win.el (process-connection-type): Use new
26557         operating-system-release variable to use ptys on Darwin 7 (OS X
26558         10.3) when using carbon build.
26560 2005-01-19  Jay Belanger  <belanger@truman.edu>
26562         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26563         flags if the last command was a tab or M-tab.
26565         * calc/calc-prog.el (calc-user-define-edit): Put original formula
26566         in formula editing buffer.
26568 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26570         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26571         breakpoint image symbol in margin.
26573 2005-01-19  Jay Belanger  <belanger@truman.edu>
26575         * calc/calc-prog.el (calc-execute-kbd-macro):
26576         Ignore calc-keep-arg-flag.
26578 2005-01-19  Kenichi Handa  <handa@m17n.org>
26580         * textmodes/ispell.el (ispell-looking-at): New function.
26581         (ispell-process-line): Use ispell-looking-at to compare the ispell
26582         output and the buffer contents.
26584 2005-01-18  Jay Belanger  <belanger@truman.edu>
26586         * calc/calc.el (calc-display-raw): Fix docstring.
26588 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26590         * simple.el (blink-matching-open): Strip extra info from syntax.
26592         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26593         funny chars in the end-of-here-doc marker.
26595 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26597         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26598         that enable/disabled state of breakpoints is shown correctly in
26599         fringe and on ttys.
26600         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26601         Add breakpoint information as text properties.
26602         (gdb-mouse-toggle-breakpoint):
26603         Rename to gdb-mouse-set-clear-breakpoint.
26604         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
26605         breakpoints in the margin.
26606         (gdb-remove-strings): Simplify.
26608 2005-01-17  Jay Belanger  <belanger@truman.edu>
26610         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26611         erasing buffer.
26613 2005-01-17  Richard M. Stallman  <rms@gnu.org>
26615         * progmodes/grep.el (grep-find): Copy from `grep' the condition
26616         for calling grep-compute-defaults.
26618         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26619         if buffer is empty.
26621         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26623 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26625         * hilit-chg.el (highlight-changes-mode): Don't autoload.
26627         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26628         non-preloaded variables.
26630 2005-01-17  Steven Tamm  <steventamm@mac.com>
26632         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26633         tex-shell cause to force interactivity when using pipes.
26635 2005-01-17  Kim F. Storm  <storm@cua.dk>
26637         * simple.el (just-one-space): Make arg optional.
26639 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
26641         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26642         posn-at-x-y to t to access left-margin.
26644 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
26646         Sync with Tramp 2.0.47.
26648         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26649         catching keep-date problems in cp/scp operations.
26650         (tramp-handle-copy-file): Don't call `set-file-modes'
26651         unconditionally.  Specialized functions should know better what is
26652         necessary.  This improves performance a little bit, and the
26653         functions could catch errors with `cp -p' and `scp -p'.
26654         (tramp-do-copy-or-rename-file-via-buffer)
26655         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26656         when appropriate.
26657         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26658         Call `set-file-modes' when appropriate.
26659         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
26660         Johnsson <isak@hypergene.com>
26661         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26662         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
26663         <joakim@verona.se>
26664         (tramp-file-name-for-operation): Mark `shell-command' as magic for
26665         Emacs only.
26667         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
26668         `find-file-hooks' and `dired-mode-hook'.
26669         (tramp-minor-mode-map): Respective map.  Add remapping for
26670         `compile' and `recompile'.
26671         (tramp-remap-command, tramp-recompile): New defuns.
26672         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26673         in buffer "*Compilation*".  Call the commands asynchronously.
26675         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26676         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26677         `shell-command', because it isn't magic in XEmacs.  Reported by
26678         Adrian Aichner <adrian@xemacs.org>.
26680         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26681         `substitute-in-file-name.
26682         (tramp-smb-handle-substitute-in-file-name): New defun.
26683         (tramp-smb-advice-PC-do-completion): Delete advice.
26685 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
26687         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26688         Fix error in deleting region.
26690 2005-01-15  Richard M. Stallman  <rms@gnu.org>
26692         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26693         In non-temp buffer, switch syntax table temporarily.
26695         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26697         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26699         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26701         * imenu.el (imenu--split-menu): Copy menulist before sorting.
26702         (imenu--generic-function): Use START, not BEG, as pos of definition.
26704         * simple.el (just-one-space): Argument specifies number of spaces.
26706         * simple.el (eval-expression-print-format): Avoid warning
26707         about edebug-active.
26709 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
26711         * progmodes/sh-script.el: Code copied from make-mode.el
26712         with small changes,
26713         (sh-mode-map): Bind C-c C-\.
26714         (sh-backslash-column, sh-backslash-align): New variables.
26715         (sh-backslash-region, sh-append-backslash): New functions.
26717 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26719         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26720         (rmail-pop-password, rmail-pop-password-required): Move to
26721         rmail-obsolete group.
26722         (rmail-set-pop-password): Rename to rmail-set-remote-password.
26723         All callers updated.
26724         (rmail-get-pop-password): Rename to rmail-get-remote-password.
26725         Take an argument specifying whether it is POP or IMAP mailbox we
26726         are using.  All callers updated.
26727         (rmail-pop-password-error): Rename to
26728         rmail-remote-password-error.  Added mailutils-specific error message.
26729         (rmail-movemail-search-path)
26730         (rmail-movemail-variant-in-use): New variables.
26731         (rmail-remote-password, rmail-remote-password-required):
26732         New customization variables.
26733         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26734         (rmail-parse-url): New function.
26735         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26736         with GNU mailutils movemail.
26738 2005-01-15  Kevin Ryde  <user42@zip.com.au>
26740         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26741         suffix to space, $ or '$, to correctly position point when going
26742         to @table style constants like DBL_MAX.
26744 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
26746         * type-break.el (type-break-mode, type-break-file-time)
26747         (type-break-file-keystroke-count, type-break-choose-file):
26748         Don't store data in or load data from the file if type-break-file-name
26749         is nil.
26750         (type-break-file-name): Doc update as per the above.
26752 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
26754         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26755         lookup-key might return nil; handle that.
26757 2005-01-15  Alan Mackenzie  <acm@muc.de>
26759         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26760         rather than the element found, thus enabling the tree to be setcar'd.
26762 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26764         * textmodes/org.el (org-show-following-heading): New option.
26765         (org-show-hierarchy-above): Use `org-show-following-heading'.
26766         (org-cycle): Documentation fix.
26768         * textmodes/org.el (orgtbl-optimized): New option
26769         (orgtbl-mode): New command, a minor mode.
26770         (orgtbl-mode-map): New variable.
26771         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26772         (orgtbl-error, orgtbl-self-insert-command)
26773         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26775         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26776         a local variable in each org-mode buffer.
26778         * textmodes/org.el (org-set-regexps-and-options): Rename from
26779         `org-set-regexps'.  Added checking for STARTUP keyword.
26780         (org-get-current-options): Add STARTUP options.
26781         (org-table-insert-row): Make mode intelligent about when
26782         realignment is needed.
26783         (org-self-insert-command, org-delete-backward-char, org-delete-char):
26784         New commands.
26785         (org-enable-table-editor): New default value `optimized'.
26786         (org-table-blank-field): Support blanking regions if active.
26788 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26790         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26791         if the year is not given.
26793         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26794         Add new escapes %m and %M, fixed bug with %F by adding
26795         save-match-data.
26796         (reftex-reference): Remove ?. from list of spaces.
26797         (reftex-label-info): Add automatic label prefix recognition.
26799         * textmodes/reftex-index.el (reftex-index-next-phrase):
26800         Add slave parameter to call of `reftex-index-this-phrase'.
26801         (reftex-index-this-phrase): New optional argument.
26802         (reftex-index-region-phrases): Add slave parameter to call of
26803         `reftex-index-this-phrase'.
26804         (reftex-display-index): New argument redo.
26805         (reftex-index-rescan): Add `redo' to arguments of
26806         `reftex-display-index'.
26807         (reftex-index-Rescan, reftex-index-revert)
26808         (reftex-index-switch-index-tag): Add `redo' to arguments of
26809         `reftex-display-index'.
26810         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26811         indexing.  Fix bug with matching is there is a quote before or
26812         after the word.
26814         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26815         Fix bug when collecting citation keys in lines with comments.
26816         (reftex-citation): Prefix argument no longer rescans the document,
26817         but forces prompting for optional arguments of cite macros.
26818         (reftex-do-citation): Prompting for optional arguments implemented.
26820         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26821         Add optional arguments to most cite commands.
26822         (reftex-cite-cleanup-optional-args): New option
26823         (reftex-cite-prompt-optional-args): New option.
26824         (reftex-trust-label-prefix): New option.
26826         * textmodes/reftex-toc.el (reftex-toc-find-section):
26827         Add push-mark before changing the position in the buffer.
26829         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26830         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26832 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
26834         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26835         more carefully.
26837 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26839         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26840         (sgml-mode): Use it.
26841         (sgml-get-context): Better keep track of implicitly closed tags.
26843 2005-01-13  Kenichi Handa  <handa@m17n.org>
26845         * textmodes/ispell.el: These changes are to fix misalignment error
26846         caused by equivalent characters of different Emacs charsets.
26847         (ispell-unified-chars-table): New variable.
26848         (ispell-get-decoded-string): New function.
26849         (ispell-get-casechars, ispell-get-not-casechars)
26850         (ispell-get-otherchars): Call ispell-get-decoded-string.
26852 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26854         * custom.el (custom-declare-variable): Just put symbol instead
26855         of (defvar . symbol) in `current-load-list'.
26857 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
26859         * emacs-lisp/elint.el: Fixed typo in Commentary section.
26861 2005-01-12  Jay Belanger  <belanger@truman.edu>
26863         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26864         to create a Calc summary.
26866 2005-01-12  Kim F. Storm  <storm@cua.dk>
26868         * mouse.el (mouse-on-link-p): Change functionality and doc
26869         string to comply with latest description in lisp ref.
26871 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
26873         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26874         Enable mouse clicks on mode-line, header-line and margin.
26875         (event-type): Give mouse event symbols an `event-kind' property
26876         with value `mouse-click'.
26878 2005-01-12  Juri Linkov  <juri@jurta.org>
26880         * facemenu.el (list-colors-display): Add new arg buffer-name.
26881         Use it.  Fix docstring.  Replace code for identifying duplicate
26882         colors by the name with call to `list-colors-duplicates' which
26883         identifies duplicate colors by the value unless the color
26884         is one of special Windows colors.  Set truncate-lines to t.
26885         Print sorted duplicate color names on each line.  Indent to 22
26886         \(the longest color name in rgb.txt) instead of 20.  Optimize.
26887         (list-colors-duplicates): New function.
26888         (facemenu-color-name-equal): Delete function.
26890         * facemenu.el (list-colors-print): New function created from code
26891         in list-colors-display.  Print #RRGGBB at the window right edge.
26892         (list-colors-display): When temp-buffer-show-function is not
26893         defined, call list-colors-print from temp-buffer-show-hook
26894         to get the right value of window-width in list-colors-print
26895         after the buffer is displayed.
26897         * simple.el (pop-mark): Move deactivate-mark out of conditional
26898         part to deactivate the active mark regardless of the state of the
26899         mark ring.
26901         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26902         variables line in desktop files.
26904 2005-01-12  Juri Linkov  <juri@jurta.org>
26906         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26907         Bring together isearch highlight related options.
26908         (lazy-highlight): Replace group `replace' by `matching'.
26909         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26910         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26911         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26912         and declare them obsolete.
26913         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26914         (isearch-faces): Remove defgroup.
26915         (isearch-overlay, isearch-highlight, isearch-dehighlight):
26916         Move isearch highlighting code closer to lazy highlighting code.
26918         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26919         (query-replace-highlight, query-replace-lazy-highlight)
26920         (query-replace): Move definitions to the beginning of the file.
26922 2005-01-11  Juri Linkov  <juri@jurta.org>
26924         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26925         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26926         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26928         * info.el (Info-history-forward): New variable.
26929         (Info-select-node): Reset Info-history-forward to nil.
26930         (Info-last): Turn into defalias.
26931         (Info-history-back): Rename from Info-last.
26932         Add current node to Info-history-forward.
26933         (Info-history-forward): New fun.
26934         (Info-mode-map): Replace Info-last by Info-history-back.
26935         Bind Info-history-forward to "r".
26936         (Info-mode-menu): Replace Info-last by Info-history-back.
26937         Fix menu item text.  Add menu item for Info-history-forward.
26938         (info-tool-bar-map): Replace Info-last by Info-history-back.
26939         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
26940         for Info-history-forward.
26941         (Info-mode): Replace Info-last by Info-history-back in docstring.
26942         Add local variable Info-history-forward.
26943         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26945 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26947         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26948         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26949         Ignore select-window events rather than fiddle with
26950         mouse-autoselect-window.
26952 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
26954         * type-break.el (type-break-mode): Fix previous change.
26956 2005-01-10  Jay Belanger  <belanger@truman.edu>
26958         * calc/calc-ext.el (calc-reset): Reset when inside embedded
26959         calculator; only reset when point is inside a calculator.
26960         Don't adjust the window height if the window takes up the whole height
26961         of the frame.
26963 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
26965         * ebuff-menu.el (Electric-buffer-menu-mode):
26966         Preserve value of buffer-local var header-line-format.
26968 2005-01-09  Jay Belanger  <belanger@truman.edu>
26970         * calc/calc.el (calc-mode-var-list-restore-saved-values):
26971         Make sure settings file exists before accessing it.
26973         * calc/calc-embed.el (calc-embedded-subst):
26974         Replace math-multi-subst-rec, which is only supposed to be called
26975         by math-multi-subst, by math-multi-subst.
26977 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
26979         * vc.el (vc-allow-async-revert): New user option.
26980         (vc-disable-async-diff): New internal variable.
26981         (vc-revert-buffer): Use them to disable asynchronous diff.
26983         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26984         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26985         asynchronously if vc-disable-async-diff is t.
26987 2005-01-09  Jay Belanger  <belanger@truman.edu>
26989         * calc/calc.el (defcalcmodevar): New macro.
26990         (calc-mode-var-list-restore-default-values)
26991         (calc-mode-var-list-restore-saved-values): New functions.
26992         (calc-mode-var-list): Use defcalcmodevar to define it.
26993         (calc-always-load-extensions, calc-line-numbering)
26994         (calc-line-breaking, calc-display-just, calc-display-origin)
26995         (calc-number-radix, calc-leading-zeros, calc-group-digits)
26996         (calc-group-char, calc-point-char, calc-frac-format)
26997         (calc-prefer-frac, calc-hms-format, calc-date-format)
26998         (calc-float-format, calc-full-float-format, calc-complex-format)
26999         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27000         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27001         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27002         (calc-matrix-brackets, calc-language, calc-language-option)
27003         (calc-left-label, calc-right-label, calc-word-size)
27004         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27005         (calc-display-raw, calc-internal-prec, calc-angle-mode)
27006         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27007         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27008         (calc-window-height, calc-display-trail, calc-show-selections)
27009         (calc-use-selections, calc-assoc-selections)
27010         (calc-display-working-message, calc-auto-why, calc-timing)
27011         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27012         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27013         (calc-gnuplot-default-device, calc-gnuplot-default-output)
27014         (calc-gnuplot-print-device, calc-gnuplot-print-output)
27015         (calc-gnuplot-geometry, calc-graph-default-resolution)
27016         (calc-graph-default-resolution-3d, calc-invocation-macro)
27017         (calc-show-banner): Use defcalcmodevar to declare them and set
27018         their default values.
27020         * calc/calc-ext.el (calc-reset): Restore saved values of variables
27021         instead of default values (but restore default values if there is
27022         an argument of 0).
27024 2005-01-09  David Kastrup  <dak@gnu.org>
27026         * desktop.el (desktop-restore-eager): Fix typo in type.
27028 2005-01-08  Richard M. Stallman  <rms@gnu.org>
27030         * cus-edit.el (customize): Delete :link.
27032 2005-01-08  Jay Belanger  <belanger@truman.edu>
27034         * calc/calc.el (calc-mode): Remove the extension from the
27035         `calc-settings-file' file name when loading it.
27037 2005-01-08  Kim F. Storm  <storm@cua.dk>
27039         * info.el (Info-mode-map, Info-next-link-keymap)
27040         (Info-prev-link-keymap, Info-up-link-keymap):
27041         Map follow-link to mouse-face.
27042         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27044 2005-01-08  Jay Belanger  <belanger@truman.edu>
27046         * calc/calc.el (calc-settings-file): Change default value.
27047         Suggested by cgw in a comment in calc-mode.el.
27049         * calc/calc-mode.el (calc-settings-file-name):
27050         Compare calc-settings-file to user-init-file instead of ~/.emacs.
27051         Replace ~/.emacs in a prompt by calc-settings-file.
27053 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
27055         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27056         (desktop-lazy-idle-delay): New customizable variables.
27057         (desktop-buffer-args-list): New variable.
27058         (desktop-append-buffer-args): New function.
27059         (desktop-save): Call desktop-append-buffer-args for some buffers.
27060         (desktop-lazy-create-buffer): New function.
27061         (desktop-idle-create-buffers): New function.
27062         (desktop-read): Add message about buffers to restore lazily.
27063         (desktop-lazy-abort): New command.
27064         (desktop-clear): Call desktop-lazy-abort.
27065         (desktop-lazy-complete): New command.
27067 2005-01-06  Richard M. Stallman  <rms@gnu.org>
27069         * emacs-lisp/find-func.el (find-face-definition):
27070         Rename from find-face.
27072 2005-01-06  Kim F. Storm  <storm@cua.dk>
27074         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27076         * man.el (Man-xref-man-page, Man-xref-header-file)
27077         (Man-xref-normal-file): Add follow-link property.
27079 2005-01-06  Jay Belanger  <belanger@truman.edu>
27081         * calc/calc-units.el: Make sure the proper macro definitions are
27082         available when compiling.
27084 2005-01-06  Juri Linkov  <juri@jurta.org>
27086         * isearch.el (isearch-lazy-highlight-update):
27087         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27089 2005-01-06  Miles Bader  <miles@gnu.org>
27091         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27092         (isearch-lazy-highlight-face): Use new name.
27094 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27096         * uniquify.el (uniquify-rationalize-file-buffer-names):
27097         Re-add an interactive spec.
27098         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27099         to the same name.
27101         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27102         (isearch-update, isearch-done): Adjust calls accordingly.
27104 2005-01-05  Richard M. Stallman  <rms@gnu.org>
27106         * custom.el (custom-set-variables, custom-theme-set-variables):
27107         Clarify documentation.
27109         * emacs-lisp/find-func.el (find-variable)
27110         (find-variable-other-window, find-variable-other-frame):
27111         Fix the TYPE args to find-function-read and find-function-do-it.
27112         (find-function): Doc fix.
27113         (find-function-at-point): Replace function-at-point alias.
27115 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27117         * cus-face.el (custom-declare-face):
27118         Record defface in current-load-list.
27120         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27122         * emacs-lisp/find-func.el: Doc fixes.
27123         (find-face-regexp): New variable.
27124         (find-function-regexp-alist): New variable.
27125         (find-function-C-source): Third arg is now TYPE.
27126         (find-function-search-for-symbol): Handle general TYPE.
27127         (find-function-read, find-function-do-it): Handle general TYPE.
27128         (find-definition-noselect, find-face): New functions.
27129         (function-at-point): Alias deleted.
27131 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27133         * battery.el (display-battery-mode): Rename from display-battery.
27134         Handle the case where it gets turned off.
27136 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27138         * cus-edit.el (customize): Make :link point to user doc.
27140         * man.el (Man-fontify-manpage): Turn off undo generation.
27142         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27144 2005-01-04  Andreas Schwab  <schwab@suse.de>
27146         * files.el (insert-directory): Only look for error lines in
27147         inserted text.  Don't move too far after processing --dired markers.
27149 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27151         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27152         Don't expand if the character is @, period, dash, etc.
27153         (define-mail-abbrev): Quote names that contain problem characters.
27155 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
27157         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27159 2005-01-03  Richard M. Stallman  <rms@gnu.org>
27161         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27162         (query-replace-highlight, query-replace-lazy-highlight)
27163         (query-replace): Definitions moved up.  Doc fix.
27165 2005-01-03  Richard M. Stallman  <rms@gnu.org>
27167         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27168         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27169         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27170         (lazy-highlight-face): Rename from isearch-lazy-...
27171         Change all references to them.
27173 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
27175         * cus-edit.el (custom-file): Doc fix for defcustom.
27176         (custom-file): The function no longer sets the variable
27177         `custom-file' to its return value.
27179         * startup.el (command-line): No longer load `custom-file'.
27181 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
27183         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27185         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27186         Don't confuse module-prefixed identifiers for labels.
27187         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27189 2005-01-02  Richard M. Stallman  <rms@gnu.org>
27191         * files.el (basic-save-buffer-1): Fix previous change.
27193         * loadhist.el (file-loadhist-lookup): New function.
27194         (file-provides, file-requires): Use it.
27196         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27197         instead of calculating the right size.
27199 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
27201         * vc-svn.el (vc-svn-diff): Stay local if possible.
27203 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27205         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27207         * files.el (hack-local-variables): Fix last change.
27209 2005-01-02  Jay Belanger  <belanger@truman.edu>
27211         * calc/calc-yank.el (calc-edit-top): New variable.
27212         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27213         object.  Change header properties.
27214         (calc-edit-finish, calc-edit-finish-stack-object)
27215         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27216         edited object.
27217         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27218         for the beginning of the edited object.
27219         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27220         for the beginning of the edited object.
27221         * calc/calc-prog.el (calc-edit-macro-finish-edit)
27222         (calc-finish-formula-edit, calc-macro-repeats)
27223         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27224         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27225         beginning of the edited object.
27226         (calc-user-define-edit): Change the header for editing macros.
27227         Remove unnecessary variable.
27229 2005-01-01  Jay Belanger  <belanger@truman.edu>
27231         * calc/calc-yank.el (calc-edit-mode): Change default header.
27232         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27233         * calc/calc-store.el (calc-edit-variable): Change title to match new
27234         header.
27235         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27236         mode to match new header.
27237         (calc-user-define-edit): Change titles to include names of commands.
27238         (calc-finish-formula-edit): Adjust to handle new header.
27239         (calc-finish-macro-edit): Remove.
27240         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27241         (calc-edit-macro-command, calc-edit-macro-command-type)
27242         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27243         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27244         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27245         (calc-edit-macro-finish-edit): New functions.
27246         (calc-user-define-edit): Use new functions to edit named calc macros.
27248 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
27250         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27252         * ses.el (copy-region-as-kill): Deactivate mark.
27254 2005-01-01  Richard M. Stallman  <rms@gnu.org>
27256         * replace.el (occur-1): If the output buffer is also an input,
27257         don't kill it, rename it.
27259         * faces.el (set-face-background, set-face-foreground): Doc fix.
27261         * cus-face.el (custom-face-attributes): Fix :help-echo strings
27262         for :foreground and :background.
27264         * dired.el (dired-view-command-alist): Variable deleted.
27265         (dired-view-file, dired-mouse-find-file-other-window):
27266         Delete the code to use it.
27268 2005-01-01  Kim F. Storm  <storm@cua.dk>
27270         * image.el (insert-sliced-image): Use t for line-height property.
27272 See ChangeLog.11 for earlier changes.
27274 ;; Local Variables:
27275 ;; coding: iso-2022-7bit
27276 ;; End:
27278     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27279   Copying and distribution of this file, with or without modification,
27280   are permitted provided the copyright notice and this notice are preserved.
27282 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1