(url-http-head-file-attributes): Add device "info".
[emacs.git] / lisp / ChangeLog
blobc20774d995d3cc32400d3dc7db37da5d15bcd7f3
1 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5 2006-09-20  Kim F. Storm  <storm@cua.dk>
7         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8         position t instead of trying both window-end and window-end - 1.
10 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
12         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
13         hidden trees.
15 2006-09-20  David Kastrup  <dak@gnu.org>
17         * mouse.el (mouse-posn-property): Improve doc string.
18         (mouse-on-link-p): Change buffers for function calls on links.
20         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
21         buffer is read-only.
23 2006-09-18  Ken Manheimer  <ken.manheimer@gmail.com>
25         * allout.el (allout-unprotected): Let inhibit-read-only only when
26         buffer-read-only isn't set.
27         (allout-annotate-hidden): Enable topic annotation during copies even
28         when the buffer is read-only, eg for topic copies.  Ensure that the loop
29         advances, even when the span extends beyond the deletion region.
30         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
31         rather than allout-exposure-changed-hook, as a stronger assertion.
32         (allout-keybindings-list): Add bindings for
33         allout-copy-line-as-kill and allout-copy-topic-as-kill.
34         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
35         Copy wrappers for allout-kill-line and allout-kill-topic.
36         (allout-listify-exposed): Position correctly to accumulate lines.
38 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
40         * simple.el (line-move-1): Escape field boundaries occurring
41         exactly at point.  Update goal column if constrained to a field.
42         (line-move-finish): Escape field boundaries occurring exactly at point.
44 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * mouse.el (mouse-on-link-p): Tentatively fix last change.
47         (mouse-drag-vertical-line): Remove unused var `wconfig'.
49 2006-09-19  Kim F. Storm  <storm@cua.dk>
51         * help.el (describe-key-briefly, describe-key): Simplify printing
52         of descriptions by using format and %S.  Fix "is undefined"
53         messages to say "at that spot" for mouse events.
55         * simple.el (line-move-partial): Optimize.  Try window-line-height
56         before posn-at-point to get vpos of current line.
58 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
60         * viper.el: Bump up version/date of update to reflect the substantial
61         changes done in August 2006.
63         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
64         are defined.
66         * ediff-util.el (ediff-add-to-history): New function.
68         * ediff.el: Use ediff-add-to-history instead of add-to-history.
70 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
72         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
73         Delete duplicate make-local-variable form.
74         (conf-space-keywords): Add autoload cookie.
75         Fix typo (`keywords', not `keyword').
77 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
79         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
80         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
81         to x-gtk-use-old-file-dialog
83 2006-09-18  Richard Stallman  <rms@gnu.org>
85         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
86         that might come in during mouse tracking.
88 2006-09-18  Kim F. Storm  <storm@cua.dk>
90         * simple.el (line-move-partial): Rework 2006-09-15 change to use
91         new window-line-height function.  Further optimize by not calling
92         pos-visible-in-window-p for window-end when window-line-height
93         returns useful information.
95 2006-09-16  Richard Stallman  <rms@gnu.org>
97         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
98         (conf-space-mode): Don't handle prefix arg.
99         Delete conf-space-keywords-override code.
100         Use add-hook.
101         (conf-space-keywords): New command.
102         (conf-space-mode-internal): Be careful with imenu-generic-expression.
103         Delete conf-space-keywords-override code.
104         (conf-space-keywords-alist): Doc fix.
105         (conf-space-font-lock-keywords): Doc fix.
106         (conf-space-keywords-override): Var deleted.
108 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
110         * startup.el (fancy-splash-screens): Don't switch to the scratch
111         buffer; it may not be the next buffer.
113 2006-09-16  Romain Francoise  <romain@orebokech.com>
115         * saveplace.el (load-save-place-alist-from-file): Use expanded name
116         in both messages.
118 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
120         * progmodes/python.el (python-preoutput-filter):
121         Fix arg order to string-match.
123 2006-09-16  Richard Stallman  <rms@gnu.org>
125         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
126         font-lock-compile-keywords.
128         * font-lock.el (font-lock-compile-keywords): Rename optional arg
129         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
131 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
133         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
135         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
136         and the data doesn't look like UTF8, send STRING instead.
138 2006-09-16  Agustin Martin <agustin.martin@hispalinux.es>
140         * textmodes/flyspell.el (flyspell-check-region-doublons):
141         New function to detect duplicated words.
142         (flyspell-large-region): Use it.
144 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
146         * simple.el (line-move-to-column): Revert 2006-08-03 change.
148 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
150         * help.el (describe-prefix-bindings): Use let, not let*.
152 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
154         * allout.el (allout-regexp, allout-line-boundary-regexp)
155         (allout-bob-regexp): Correct grouping and boundaries to fix
156         backwards traversal.
157         (allout-depth-specific-regexp, allout-depth-one-regexp):
158         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
159         worse time in allout-ascend.
160         (allout-doublecheck-at-and-shallower): Identify depth threshold
161         below which topics are checked for and disqualified by containment
162         discontinuities.
163         (allout-hotspot-key-handler): Correctly handle multiple-key
164         strokes.  Remove some unused variables.
165         (allout-mode-leaders): Clarify that mode-specific comment-start
166         will be used.
167         (set-allout-regexp): Correctly regexp-quote allout regexps to
168         properly accept alternative header-leads and primary bullets with
169         regexp-specific characters (eg, C "/*", mathematica "(*").
170         Include new regular expressions among those configured.
171         (allout-infer-header-lead-and-primary-bullet):
172         Rename allout-infer-header-lead.
173         (allout-recent-depth): Manifest as a variable as well as a function.
174         (allout-prefix-data): Simplify into an inline instead of a macro,
175         assuming current match data rather than being explicitly passed
176         it.  Establish allout-recent-depth value as well as
177         allout-recent-prefix-beginning and allout-recent-prefix-end.
178         (allout-aberrant-container-p): True when an item's immediate
179         offspring discontinuously contained.  Useful for disqualifying
180         unintended topic prefixes, likely at low depths.
181         (allout-goto-prefix-doublechecked): Elaborate version of
182         allout-goto-prefix which disqualifies aberrant pseudo-items.
183         (allout-pre-next-prefix): Layer on top of lower-level routines, to
184         get disqualification of aberrant containers.
185         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
186         containers.
187         (allout-beginning-of-current-entry): Position at start of buffer
188         when in container (depth 0) entry.
189         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
190         (allout-current-bullet): Strip text properties.
191         (allout-get-prefix-bullet): Use right match groups.
192         (allout-beginning-of-line, allout-next-heading):
193         Disqualify aberrant containers.
194         (allout-previous-heading): Disqualify aberrant containers, and
195         change to regular (rather than inline) function, to allow
196         self-recursion.
197         (allout-get-invisibility-overlay): Increment so progress is made
198         when the first overlay is not the sought one.
199         (allout-end-of-prefix): Disqualify aberrant containers.
200         (allout-end-of-line): Cycle something like allout-beginning-of-line.
201         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
202         outline.el outlines) functional again.  Change the primary bullet
203         along with the header-lead - level 1 new-style bullets now work.
204         Engage allout-before-change-handler in mainline emacs, not just
205         xemacs, to do undo handling.
206         (allout-before-change-handler): Expose undo changes occurring in
207         hidden regions.  Use allout-get-invisibility-overlay instead of
208         reimplementing it inline.
209         (allout-chart-subtree): Use start rather than end of prefix in
210         charts.  Use allout-recent-depth variable.
211         (allout-chart-siblings): Disqualify aberrant topics.
212         (allout-beginning-of-current-entry): Position correctly.
213         (allout-ascend): Use new allout-depth-specific-regexp and
214         allout-depth-one-regexp for linear instead of O(N^2) or worse
215         behavior.
216         (allout-ascend-to-depth): Depend on allout-ascend, rather than
217         reimplementing an algorithm.
218         (allout-up-current-level): Depend on allout-ascend, rather than
219         reimplementing an algorithm.  Return to start-point if we fail.
220         (allout-descend-to-depth): Use allout-recent-depth variable
221         instead of function.
222         (allout-next-sibling): On traversal of numerous intervening
223         topics, resort to economical allout-next-sibling-leap.
224         (allout-next-sibling-leap): Specialized version of
225         allout-next-sibling that uses allout-ascend cleverly, to depend on
226         a regexp search to leap large numbers of contained topics, rather
227         than arbitrarily many one-by-one traversals.
228         (allout-next-visible-heading): Disqualify aberrant topics.
229         (allout-previous-visible-heading): Position consistently when
230         interactive.
231         (allout-forward-current-level): Base on allout-previous-sibling
232         rather than (differently) reimplmenting the algorithm.  Remove some
233         unused variables.
234         (allout-solicit-alternate-bullet): Present default choice stripped
235         of text properties.
236         (allout-rebullet-heading): Use bullet stripped of text properties.
237         Register changes using allout-exposure-change-hook.
238         Disregard aberrant topics.
239         (allout-shift-in): With universal-argument, make topic a peer of
240         it's former offspring.  Simplify the code by separating out
241         allout-shift-out functionality.
242         (allout-shift-out): With universal-argument, make offspring peers
243         of their former container, and its siblings.  Implement the
244         functionality here, rather than inappropriately muddling the
245         implementation of allout-shift-in.
246         (allout-rebullet-topic): Respect additional argument for new
247         parent-child separation function.
248         (allout-yank-processing): Use allout-ascend directly.
249         (allout-show-entry): Disqualify aberrant topics.
250         (allout-show-children): Handle discontinuous children gracefully,
251         extending the depth being revealed to expose them and posting a
252         message indicating the situation.
253         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
254         Leave cursor in correct position.
255         (allout-hide-current-subtree): Use allout-ascend directly.
256         Disqualify aberrant topics.
257         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
258         a way that the yanks can restore it, as used to happen.
259         (allout-yank-processing): Restore exposure layout as recorded by
260         allout-kill-*, as used to happen.
261         (allout-annotate-hidden, allout-hide-by-annotation): New routines
262         for preseving and restoring exposure layout across kills.
263         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
264         (allout-encrypt-string): Strip text properties.
265         Rearranged order and outline-headings for some of the
266         miscellaneous functions.
267         (allout-resolve-xref): No need to quote the error name in the
268         condition-case handler section.
269         (allout-flatten): Classic recursive (and recursively intensive,
270         without tail-recursion) list-flattener, needed by allout-shift-out
271         when confronted with discontinuous children.
273 2006-09-16  Jason Rumney  <jasonr@gnu.org>
275         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
276         on ms-windows.
277         (dnd-open-unc-file): Remove.
278         (dnd-open-local-file): Mention in doc string that it also handles
279         remote files if the system natively supports unc file-names.
281 2006-09-15  Kim F. Storm  <storm@cua.dk>
283         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
284         all necessary information about the event before erasing *Help*.
286         * simple.el (line-move-partial): Use window-line-visiblity to
287         quickly check whether last line is partially visible, and only do
288         the hard (and slow) part in that case.
290 2006-09-15  Jay Belanger  <belanger@truman.edu>
292         * COPYING: Replace "Library Public License" by "Lesser Public
293         License" throughout.
295 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
297         * term/x-win.el (x-menu-bar-open): New function for F10.
299 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
301         * progmodes/compile.el (compilation-error-regexp-alist-alist):
302         Disallow filenames containing " -" to avoid confusion with libtool
303         compilation messages.  Suggested by Stefan Monnier.
305 2006-09-15  David Kastrup  <dak@gnu.org>
307         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
308         instead of buffer position for `mouse-on-link-p'.
310         * mouse.el (mouse-posn-property): New function looking up the
311         properties at a click position in overlays and text properties in
312         either buffer or strings.
313         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
314         of both `follow-link' as well as `mouse-face' properties.
315         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
316         buffer position.
318         * help.el (describe-key-briefly): When reading a down-event on
319         mode lines or scroll bar, swallow the following up event, too.
320         Use the new mouse sensitity of `key-binding' for lookup.
321         (describe-key): The same here.
323 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
325         * play/life.el (life-patterns): Add a few more interesting patterns.
326         (life-setup): Force `show-trailing-whitespace' to nil.
328 2006-09-14  Richard Stallman  <rms@gnu.org>
330         * startup.el (fancy-splash-text): Change text to improve alignment.
331         (fancy-splash-screens): Don't set non-standard tab width.
332         Bind cursor-type temporarily, and make it easy to patch to
333         preserve the splash buffer.
334         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
335         (fancy-splash-screens): Display echo-area message explicitly.
336         Don't set fancy-splash-help-echo.
338         * simple.el (line-number-mode): Group mode-line instead of
339         editing-basics.
340         (column-number-mode, size-indication-mode): Likewise.
342         * faces.el (mode-line-faces): Group mode-line instead of modeline.
344         * time.el (display-time): Group mode-line instead of modeline.
346         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
348 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
350         * startup.el (fancy-splash-text): Move editing instructions to
351         fancy-splash-head.
352         (fancy-splash-head): Issue editing instructions.
353         (fancy-splash-screens): Fixup whitespace.
355 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * bindings.el (mode-line-buffer-identification-keymap):
358         Remove duplicate line.
360 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
362         * ido.el (ido-ignore-item-p): Allow any kind of functions in
363         ignore lists.
365 2006-09-14  Kim F. Storm  <storm@cua.dk>
367         * jit-lock.el (jit-lock-fontify-again): New function.
368         (jit-lock-fontify-now): Use it instead of lambda form.
370 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
372         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
373         (flyspell-auto-correct-word): Make ispell-filter local to these
374         functions.  Check that ispell-filter has new stuff before calling
375         ispell-parse-output.
377 2006-09-13  Kim F. Storm  <storm@cua.dk>
379         * simple.el (line-move-partial): Optimize.
381 2006-09-13  Richard Stallman  <rms@gnu.org>
383         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
384         Delete spurious backquote.
386 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
388         * net/rcirc.el (rcirc-print): Fix last change.
390 2006-09-12  Jay Belanger  <belanger@truman.edu>
392         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
394 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
396         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
397         rcirc-show-maximum-output.
398         (rcirc-mode): Remove window-scroll-function hook.
399         (rcirc-scroll-to-bottom): Remove function.
400         (rcirc-print): Recenter so point stays at the bottom of the window
401         if point was already there.
403 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
405         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
406         not to "t".
407         * progmodes/compile.el (compilation-start): Likewise.
408         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
409         Don't use expand-file-name on invocation-directory, since this
410         might mishandle special characters in invocation-directory.
412 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * pcvs-defs.el: Remove * in defcustom's docstrings.
416 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
418         * progmodes/compile.el (compilation-directory-properties):
419         Doc fix for help-echo.
421 2006-09-12  Lars Hansen  <larsh@soem.dk>
423         * desktop.el (desktop-read): Add comment.
425 2006-09-12  Kim F. Storm  <storm@cua.dk>
427         * simple.el (next-error-highlight, next-error-highlight-no-select):
428         Fix spelling error.
430         * subr.el (sit-for): Rework to use input-pending-p and cond.
431         Return nil input is pending on entry also for SECONDS <= 0.
432         (while-no-input): Use input-pending-p instead of sit-for.
434 2006-09-11  Richard Stallman  <rms@gnu.org>
436         * simple.el (next-error-highlight, next-error-highlight-no-select):
437         Fix custom type and doc strings.
439 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
442         (diff-apply-hunk): Use it to ask for confirmation.
444 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
446         * emacs-lisp/cl.el (pushnew): Add missing `,'.
448 2006-09-11  David Kastrup  <dak@gnu.org>
450         * help.el (string-key-binding, describe-key-briefly)
451         (describe-key): Remove `string-key-binding' and its callers since
452         `key-binding' already caters for the proper lookup now.
454 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
457         (cfengine-mode): Use it.  Fix \ syntax to be like /.
459         * bindings.el (mode-line-buffer-identification-keymap):
460         Move initialization into declaration.
462 2006-09-10  Kim F. Storm  <storm@cua.dk>
464         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
465         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
466         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
467         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
469 2006-09-10  Richard Stallman  <rms@gnu.org>
471         * dired-aux.el: Handle errors in recursive copy usefully.
472         (dired-create-files-failures): New variable.
473         (dired-copy-file): Remove condition-case.
474         (dired-copy-file-recursive): Check for errors on all file
475         operations, and add them to dired-create-files-failures.
476         Check file file-date-erorr here too.
477         (dired-create-files): Check dired-create-files-failures
478         and report those errors too.
480         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
482         * subr.el (add-to-list): New argument COMPARE-FN.
484 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
486         * filecache.el (file-cache-add-directory)
487         (file-cache-add-directory-list, file-cache-add-file)
488         (file-cache-add-directory-using-find)
489         (file-cache-add-directory-using-locate)
490         (file-cache-add-directory-recursively): Add autoloads.
492 2006-09-09  Richard Stallman  <rms@gnu.org>
494         * textmodes/conf-mode.el (conf-space-mode):
495         Use hack-local-variables-hook instead of calling hack-local-variables.
496         (conf-space-keywords-override): New variable.
497         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
498         (conf-space-mode): Always make conf-space-keywords and
499         conf-space-keywords-override local.
500         Call conf-space-mode-internal directly as well as via hook.
502 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
504         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
505         quasi-keywords.
507 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
510         (python-send-string): Be slightly more careful about adding \n.
512         * startup.el (normal-splash-screen): Don't display the buffer if we'll
513         kill it right away anyway.
515 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
517         * international/codepage.el (cp850-decode-table): Fix a few codes.
518         (cp858-decode-table): New variable.
520 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
522         * net/ldap.el (ldap-search-internal): Doc fix.
524 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
526         * play/life.el (life-display-generation): Test for input manually if
527         `sleeptime' is negative or null.
529         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
530         (print-region-1): Substitute `%s' with the page title.
532 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
534         * locate.el (locate-current-search): New variable.
535         (locate): Set buffer local value.  Use current buffer if it is
536         in Locate mode.
537         (locate-mode): Disable undo here.
538         (locate-do-setup): Use locate-current-filter from buffer to be killed.
539         (locate-update): Use locate-current-search and locate-current-filter.
541 2006-09-08  David Kastrup  <dak@gnu.org>
543         * desktop.el (desktop-read): When loading a desktop, disable
544         saving it while the load progresses, and switch off a pending lazy
545         load by calling `desktop-lazy-abort'.
547 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
549         * window.el (mouse-autoselect-window-timer)
550         (mouse-autoselect-window-position)
551         (mouse-autoselect-window-window)
552         (mouse-autoselect-window-now): New vars.
553         (mouse-autoselect-window-cancel)
554         (mouse-autoselect-window-select)
555         (mouse-autoselect-window-start): New functions.
556         (handle-select-window): Call `mouse-autoselect-window-start' when
557         delayed window autoselection is enabled.
559         * cus-start.el (mouse-autoselect-window): Handle delayed window
560         autoselection.
562         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
563         commands after which it is allowed to print in the echo area.
565 2006-09-08  Richard Stallman  <rms@gnu.org>
567         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
569         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
570         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
572         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
573         (cancel-timer-internal): Add doc string.
574         (cancel-function-timers): Doc fix.
575         (with-timeout-handler, timer-event-last*): Add doc strings.
577         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
579         * files.el (risky-local-variable-p): Match ...-bindat-spec.
581         * dired.el (dired-log-summary): Add doc string.
583         * cus-edit.el (custom-menu-create): Bind deactivate-mark here
584         (custom-group-menu-create): Not here.
586 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
588         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
590 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
592         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
593         (mac-apple-event-map): Define its handler.
595 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
597         * net/ldap.el (ldap-search-internal): Handle `auth' key.
599 2006-09-07  Magnus Henoch <mange@freemail.hu>
601         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
602         clause.
604 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
606         * info.el (Info-index): Bind completion-ignore-case.
608 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
611         previous commit.
612         (inferior-prolog-guess-flavor): New fun left out of previous commit.
613         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
614         burp in dedicated windows.
615         (inferior-prolog-self-insert-command): New command.
616         (inferior-prolog-mode-map): Use it.
618 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
620         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
622         * international/code-pages.el: Add cp858.
624 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
626         * dnd.el: Fix bootstrapping.
628 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
630         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
631         (dnd-open-remote-url): New function.
632         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
633         not windows-nt.
635 2006-09-07  Jason Rumney  <jasonr@gnu.org>
637         * dnd.el (dnd-open-remote-file-function): New variable.
638         (dnd-open-unc-file): New function.
639         (dnd-open-file): Call dnd-open-remote-file-function if set.
641 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
643         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
644         pgg-passphrase-coding-system rather than locale-coding-system.
645         * pgg-def.el (pgg-passphrase-coding-system): New user option.
647 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * progmodes/prolog.el: Remove * in docstrings.
650         (prolog-program-name): Add SWI prolog.
651         (prolog-mode-menu): New menu.
652         (prolog-mode): Set comment-add.
653         (prolog-indent-line): Simplify.  Use indent-line-to.
654         (inferior-prolog-buffer): New var.
655         (inferior-prolog-run, inferior-prolog-process): New funs.
656         (run-prolog, switch-to-prolog): Rewrite, using them.
657         (prolog-consult-region): Use inferior-prolog-buffer.
658         (inferior-prolog-load-file): New function.
659         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
661         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
662         last word, if it's not the end of the paragraph.
664         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
665         file name.
667 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
669         * frame.el (display-mm-dimensions-alist): New defcustom.
670         (display-mm-height, display-mm-width): Use it.
672 2006-09-06  Simon Josefsson  <jas@extundo.com>
674         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
676 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
678         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
679         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
680         string values.
682 2006-09-06  Kim F. Storm  <storm@cua.dk>
684         * simple.el (line-move-partial): New function to do vscrolling for
685         partially visible images / tall lines.  Rewrite based on code
686         previously in line-move.  Simplify backwards vscrolling.
687         (line-move): Use it.  Simplify.
689 2006-09-05  Kim F. Storm  <storm@cua.dk>
691         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
693 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
695         * progmodes/compile.el (compilation-error-regexp-alist-alist):
696         Process the `gcc-include' after the `gnu' rule.
698 2006-09-05  Kim F. Storm  <storm@cua.dk>
700         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
702 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
704         * pgg.el (pgg-clear-string): Alias to clear-string for backward
705         compatibility.
707         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
708         inhibit-redisplay; encode passphrase with locale-coding-system.
710 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
712         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
714 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
716         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
717         (gdb-var-list-children-regexp): Make type field optional.
719         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
720         e.g public, protected in C++.
722 2006-09-04  John Paul Wallington  <jpw@pobox.com>
724         * simple.el (completion-show-help): New defcustom.
725         (completion-setup-function): Heed it.
727 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
729         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
731 2006-09-04  Richard Stallman  <rms@gnu.org>
733         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
734         (rsf-min-region-to-spam-list): Doc fix.
735         (rsf-add-content-type-field): Doc fix.
737         * simple.el (kill-region): Explicitly test there is a region.
739 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
741         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
742         sendmail in several common directories.
744         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
746         * paths.el (sendmail-program): Removed.
748 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
750         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
751         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
752         http://article.gmane.org/gmane.emacs.gnus.general/50457
754 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
756         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
757         mark after running the menu filter.
759 2006-09-03  Juri Linkov  <juri@jurta.org>
761         * international/quail.el (quail-defrule-internal): Add a check
762         if a key is a vector.
764 2006-09-02  Juri Linkov  <juri@jurta.org>
766         * man.el (Man-topic-history): New variable.
767         (man): Use it.
769         * woman.el (woman-topic-history): Change defvar to defvaralias
770         for symbol `Man-topic-history'.
772         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
773         `comint-last-output-start' is a marker by using `markerp' and
774         check if it has a position by using `marker-position', and use
775         this position for `goto-char'.
777         * international/quail.el (quail-defrule-internal): Add missing
778         `error' call for null key.
780 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
782         * rcirc.el (rcirc-keywords): New variable.
783         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
784         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
785         variables.
786         (rcirc-responses-no-activity): New function.
787         (rcirc-handler-generic): Check for responses in above.
788         (rcirc-process-command): Add ?: character to arguments of raw
789         server commands.
790         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
791         `rcirc-dim-nicks'.
792         (rcirc-gray-toggle): Remove unused variable.
793         (rcirc-print): Remove some tracking logic, which is moved into
794         markup functions.
795         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
796         types.
797         (rcirc-activity-string): Look for 'keyword in activity-types.
798         (rcirc-window-configuration-change): Don't erase overlay-arrow
799         unnecessarily.
800         (rcirc-add-or-remove): New function.
801         (rcirc-cmd-ignore): Use it.
802         (rcirc-message-leader): Remove unused function.
803         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
804         (rcirc-add-face): New function.
805         (rcirc-facify): Use rcirc-add-face.
806         (rcirc-url-regexp): Add parens.
807         (rcirc-map-regexp): Remove function.
808         (rcirc-mangle-regexp): Remove function.
809         (rcirc-markup-text-functions): New variable.
810         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
811         (rcirc-markup-body-text, rcirc-markup-attributes)
812         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
813         (rcirc-markup-bright-nicks): New markup handler functions.
814         (rcirc-nick-in-message-full-line): New face.
815         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
816         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
818 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
820         * cus-start.el (hscroll-margin, hscroll-step)
821         (mode-line-in-non-selected-windows, mouse-autoselect-window)
822         (x-use-underline-position-properties): Change version to "22.1"
823         since they will appear there for the first time.
825 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
827         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
829 2006-08-31  Richard Stallman  <rms@gnu.org>
831         * cus-edit.el (custom-save-variables): Slight cleanup.
832         (Custom-no-edit): Renamed from custom-no-edit.
833         (Custom-newline): Renamed from custom-newline.
834         (custom-mode-map): Use new names.
836         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
837         about customization, rather than M-x customize, in the doc string
838         made for the defcustom.
840         * emacs-lisp/trace.el (trace-function-background): Doc fix.
842 2006-08-31  Romain Francoise  <romain@orebokech.com>
844         * dired-x.el (dired-guess-shell-alist-default): Update.
846 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
848         * custom.el (custom-theme-set-variables): Autoload packages before
849         sorting the variables.
851 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
853         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
854         chars if XEmacs.
855         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
857 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * progmodes/python.el (python-eldoc-function): Re-enable quit while
860         waiting for process.
862 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
864         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
865         results in ASCII-only string, encode original one directly.
867 2006-08-29  Romain Francoise  <romain@orebokech.com>
869         * startup.el (normal-splash-screen, fancy-splash-screens):
870         Make buffer read-only and arrange to enter view mode if necessary.
872 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
874         * hl-line.el (hl-line): New face.
875         (hl-line-face): Use it.
877         * image-mode.el (image-mode): Fix last fix.
878         Suggested by Kim F. Storm.
880 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
882         Sync with Tramp 2.0.54.
884         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
885         of `=', because `tramp-get-remote-gid' might not always return an
886         integer when expected.
887         (tramp-register-file-name-handlers): `partial-completion-mode' is
888         unknown to XEmacs.
889         (tramp-time-diff): Don't use `floor', it might fail for large
890         differences.
891         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
892         `tramp-auto-save-directory' if unset in order to guarantee unique
893         auto-save file names.
895 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
897         * image-mode.el (image-mode): Display image as text on a terminal.
899 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * progmodes/python.el (python-send-command): Simplify.
902         (run-python): Don't generate a new buffer unless `new' was specified.
903         Make sure we send `import emacs' to the proper process.
905         * progmodes/python.el (python-send-command): Don't wait for the command
906         to terminate.  Don't fiddle with compilation-parsing-end.
908 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
910         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
911         Insert commentary after first line summary.
913         * woman.el (woman-follow): New function, based on `man-follow'.
914         (woman-mode-map): Use it.
916         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
917         since ibuffer-do-sort-by-recency does not define a sorter.
919 2006-08-28  Kim F. Storm  <storm@cua.dk>
921         * find-dired.el (find-dired): Use shell-quote-argument to properly
922         escape ( and ) args.  Also use it on {} and ; args in default
923         value of find-ls-option string.
924         (find-grep-dired): Use shell-quote-argument on {} and ; args.
926 2006-08-27  Michael Olson  <mwolson@gnu.org>
928         * emacs-lisp/tq.el: Small grammar fix in comments.
929         (tq-enqueue): Check for existence of queue rather than the
930         head queue item's question, which was a no-op.
931         (tq-filter, tq-process-buffer): Make sure the process buffer
932         exists before making it the current buffer.
934 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
936         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
937         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
938         (special-event-map): Apply 2006-08-16 change for x-win.el.
940 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
942         * progmodes/python.el (python-send-receive): Wait in the
943         process's buffer so as to check the right buffer-local variables.
945 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
947         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
948         (defgroup checkdoc): Move to beginning.
950         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
951         (python-preoutput-continuation): Remove.
952         (python-preoutput-filter): Simplify correspondingly.
953         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
954         Loop around to catch embedded _emacs_out output.
955         (run-python): Send the import&print command on a single line.
956         (python-send-command): Send command&print on a single line.
957         (python-send-string): Only add double \n if needed.
958         (python-send-receive): Loop until the result comes.
959         (python-mode-running): Defvar it.
960         (python-setup-brm): Remove unused var `menu'.
961         Only bind py-mode-map and `features' around brm-init.
962         (python-calculate-indentation): Remove unused var `point'.
963         (python-beginning-of-defun): Remove unused var `def-line'.
965 2006-08-25  Richard Stallman  <rms@gnu.org>
967         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
969 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
971         * viper.el (viper-set-hooks): Use frame bindings for
972         viper-vi-state-cursor-color.
973         (viper-non-hook-settings): Don't set default
974         mode-line-buffer-identification.
976         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
977         (viper-set-cursor-color-according-to-state)
978         (viper-get-saved-cursor-color-in-replace-mode)
979         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
980         viper-emacs-state-cursor-color.
982         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
983         (viper-undo): Use point if undo-beg-posn is nil.
984         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
985         (viper-after-change-undo-hook): Don't use
986         viper-emacs-state-cursor-color by default.
987         (viper-undo): More sensible positioning after undo.
989         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
990         (viper-emacs-state-cursor-color): Default to nil, since this feature
991         doesn't work well yet.
993         * ediff-mult.el (ediff-intersect-directories)
994         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
995         always expand filenames.
997 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
999         * tumme.el: Remove * in defcustoms's docstrings.
1001 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
1003         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1004         Accept internal time format for SECS arg.
1005         (timer-relative-time): Doc fix.
1007         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1008         adapted from Martin Rudalics.
1009         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1010         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1011         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1012         using sit-for.
1014 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
1016         * cus-start.el (all): Add `overline-margin' and
1017         `x-underline-at-descent-line'.
1019 2006-08-24  Kim F. Storm  <storm@cua.dk>
1021         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1022         to mean "use find -exec"; nil now unambiguously means auto-detect.
1023         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1024         Use shell-quote-argument to build grep-find-command and
1025         grep-find-template.
1026         (rgrep): Use shell-quote-argument to properly quote arguments to find.
1027         Reported by Tom Seddon.
1029 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
1031         * startup.el (fancy-splash-head): Give instructions for dismissing
1032         the splash screen for default startup too.
1033         (display-startup-echo-area-message, fancy-splash-screens)
1034         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
1035         all splash text at once and keep the splash buffer around.
1036         (command-line-1): Give display-startup-echo-area-message a t arg.
1038 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
1040         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1041         gnus frame is selected.
1043 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
1045         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1047 2006-08-22  Kim F. Storm  <storm@cua.dk>
1049         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1050         Add suffix matching for subdirs.
1052 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
1054         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1055         mouse-yank-at-point is non-nil.
1057 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
1059         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1060         a bit wider and remove fringes to fit initial output on line.
1062 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1064         * frame.el (blink-cursor-end): Only ignore the error we care about.
1065         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1067 2006-08-21  Richard Stallman  <rms@gnu.org>
1069         * whitespace.el (whitespace-cleanup): Doc fix.
1071 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
1073         * net/rcirc.el (rcirc-show-maximum-output): New var.
1074         (rcirc-buffer-process): If no buffer argument is supplied, use
1075         current-buffer.
1076         (rcirc-complete-nick): Complete to the last completed nick first.
1077         (rcirc-mode): Preserve the value of `rcirc-urls' across
1078         connections.  Setup scroll function.
1079         (rcirc-scroll-to-bottom): New function.
1080         (rcirc-print): Use nick syntax around regexp work.
1081         Notice dim-nicks speaking only if they say our nick.
1082         (rcirc-update-activity-string): Do not show the modeline indicator
1083         if there are no live rcirc processes.
1084         (rcirc-cmd-ignore): Ignore case.
1085         (rcirc-browse-url-at-point): Fix off-by-one error.
1087 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1089         * progmodes/python.el: Remove * in defcustom docstrings.
1090         (run-python, python-proc, python-try-complete): Use derived-mode-p.
1091         (python-mode): Set tab-width and indent-tabs-mode.
1093 2006-08-20  Dave Love  <fx@gnu.org>
1095         * progmodes/python.el: Update to Dave Love's latest version.
1096         (python-font-lock-keywords, python-mode): Don't use
1097         font-lock-syntax-table, but match symbol elements explicitly instead.
1098         (python-mode-map): Add help, and a few more key bindings.
1099         (python-skip-comments/blanks): Move out of comments as well.
1100         (python-continuation-line-p): Behave better with unbalanced parens.
1101         (python-blank-line-p): New fun.
1102         (python-open-block-statement-p): Don't use a heuristic.
1103         (python-outdent-p): Better handle blocks-in-the-same-line.
1104         (python-calculate-indentation): Misc improvements.
1105         (python-comment-indent): Remove.
1106         (python-block-pairs): New var.
1107         (python-first-word): New fun.
1108         (python-indentation-levels): Handle more common cases.
1109         (python-indent-line-1): Add `leave' argument.
1110         (python-indent-region): New fun.
1111         (python-skip-out): New fun.
1112         (python-beginning-of-statement, python-end-of-statement): Use it.
1113         (python-next-statement): Return correct count even at eob.
1114         (python-end-of-block): Fix paren-typo.
1115         (python-imenu-create-index): Add module variables.
1116         (run-python): Add `new' arg.
1117         Check we're at a prompt before returning.
1118         (python-send-command): Move to end of buffer.
1119         Wait for prompt to return.
1120         (python-set-proc): New fun.
1121         (python-imports): New var.
1122         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
1123         (python-eldoc-function): Try to move out of arg list.
1124         (python-outline-level): Offset by 1.
1125         (python-find-imports): New fun.
1126         (python-symbol-completions): Use python-imports.
1127         (python-module-path, ffap-alist): Add support for ffap.
1128         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1129         (pythin-insert-*, python-default-template, python-expand-template):
1130         Add templates/skeletons.
1131         (python-setup-brm): Support for Bicycle Repair Man.
1132         (python-abbrev-syntax-table): New var.
1133         (python-abbrev-pc-hook, python-pea-hook): New funs.
1135 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
1137         * frame.el (blink-cursor-start): Set timer first.
1138         (blink-cursor-end): Ignore timer cancelling errors.
1139         Suggested by Ken Manheimer.
1141 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
1143         * newcomment.el (comment-box): Call `comment-normalize-vars'.
1144         Add autoload cookie.
1146 2006-08-20  Richard Stallman  <rms@gnu.org>
1148         * simple.el (line-number-at-pos): Doc fix.
1150         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1151         timer-activate-when-idle, so timer can run before Emacs becomes
1152         non-idle again.
1154 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1156         * whitespace.el (whitespace-cleanup-internal): New optional arg
1157         REGION-ONLY.  If it's non-nil, modify the message to the user
1158         accordingly.
1159         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1160         a non-nil argument.
1162 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
1164         * rect.el (spaces-string): Simplify and add doc string.
1166 2006-08-17  Romain Francoise  <romain@orebokech.com>
1168         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1170 2006-08-17  Richard Stallman  <rms@gnu.org>
1172         * compare-w.el (compare-windows): lambda's take an arg and pass
1173         it to compare-windows-skip-whitespace.
1175 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
1177         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1178         the right buffer.
1180 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1183         removed files.
1185 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
1187         * progmodes/gdb-ui.el (gdb-locals-watch-map)
1188         (gdb-locals-watch-map-1): Suppress keymap first.
1189         (gdb-edit-locals-map-1): New variable.
1190         (gdb-edit-locals-value): New function.
1191         (gdb-stack-list-locals-handler): Use them.
1193 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1196         cursor would normally be drawn in the fringe.
1198         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1199         Reported by Martin Rudalics <rudalics@gmx.at>.
1201 2006-08-16  Richard Stallman  <rms@gnu.org>
1203         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1204         (special-event-map): Process drag-n-drop events this way.
1206         * simple.el (move-beginning-of-line): Test whether fields
1207         would prevent motion back to line's first visible character.
1208         If so, stop where the fields would stop the motion.
1210         * newcomment.el (comment-indent): Fully update INDENT
1211         before checking to see if it will change the text.
1213         * cus-edit.el (custom-newline): New function.
1214         (custom-mode-map): Bind newline to custom-newline.
1216         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1217         into ignore-whitespace.
1218         Check each buffer for its skip-function.
1219         Handle compare-windows-skip-whitespace special-case test
1220         by returning t from default skip function.
1222 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
1224         * textmodes/org.el (org-clock-special-range)
1225         (org-clock-update-time-maybe): New functions.
1226         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1227         not only a-z.
1228         (org-agenda-get-blocks): Allow multiple blocks per headline.
1229         (org-timestamp-change): Call `org-clock-update-time-maybe'.
1230         (org-export-html-title-format)
1231         (org-export-html-toplevel-hlevel): New options.
1232         (org-export-language-setup): Add support for Czech.
1233         (org-mode, org-insert-todo-heading, org-find-visible)
1234         (org-find-invisible, org-invisible-p, org-invisible-p2)
1235         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1236         (org-show-subtree, org-show-entry, org-make-options-regexp):
1237         Remove compatibility support for old outline-mode.
1238         (org-check-occur-regexp): Funtion removed.
1239         (org-on-heading-p, org-back-to-heading): Made defalias.
1240         (org-set-local): New defsubst.
1241         (org-set-regexps-and-options, org-mode)
1242         (org-set-font-lock-defaults, org-edit-agenda-file-list)
1243         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1244         (org-remember-apply-template, org-table-edit-field)
1245         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1246         (org-set-autofill-regexps): Use `org-set-local'.
1247         (org-table-eval-formula): Fix bug with parsing of display flags.
1249 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
1251         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1252         frame with fringe arrow.  Suggested by Simon Marshall
1253         <simon.marshall@misys.com>.
1254         (gdb-stack-position): New variable.
1255         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1256         (gdb-frames-mode): Set gdb-stack-position to nil.
1257         Add to overlay-arrow-variable-list
1258         (gdb-reset): Delete gdb-stack-position from above list.
1260 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1262         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1263         read only.
1265 2006-08-13  Romain Francoise  <romain@orebokech.com>
1267         * cus-theme.el (customize-create-theme)
1268         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1270         * filesets.el (filesets-add-buffer): Ditto.
1272         * pcvs.el (cvs-change-cvsroot): Ditto.
1274 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
1276         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1277         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1278         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1279         expressions.
1280         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1281         Only search till end of line.
1282         Add face to function names in case of no filename.
1283         Add face to variable names of watchpoints.
1285 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1287         * cus-start.el <indent-tabs-mode>: Move to the `indent'
1288         customization group.
1290 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
1292         * allout.el (allout-prior-bindings, allout-added-bindings):
1293         Remove, after long deprecation.
1294         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1295         Add customization vars controlling allout-beginning-of-line and
1296         allout-end-of-line conveniences.
1297         (allout-header-prefix, allout-use-mode-specific-leader)
1298         (allout-use-mode-specific-leader, allout-mode-leaders):
1299         Revise docstrings.
1300         (allout-infer-header-lead): Change to be an alias for
1301         allout-infer-header-lead-and-primary-bullet.
1302         (allout-infer-header-lead-and-primary-bullet): New version of
1303         allout-infer-header-lead which assigns the primary bullet to the
1304         same as the header lead, when its being changed.
1305         (allout-infer-body-reindent): Apply regexp-quote instead of
1306         unconditionally prepending "\\", so that all literal
1307         allout-header-prefix and allout-primary-bullet strings are
1308         properly handled.
1309         (allout-add-resumptions): Add optional qualifier for extending or
1310         appending to existing values, rather than replacing them.
1311         (allout-view-change-hook): Clarify docstring.
1312         (allout-exposure-change-hook): Take explicit arguments, via
1313         run-hook-with-args.
1314         (allout-structure-added-hook)
1315         (allout-structure-deleted-hook)
1316         (allout-structure-shifted-hook): New hooks analogous to
1317         allout-exposure-change-hook for other kinds of structural outline
1318         edits.
1319         (allout-encryption-plaintext-sanitization-regexps): New encryption
1320         customization variable, by which cooperating modes can provde
1321         massage of the plaintext without actually being passed it.
1322         (allout-encryption-ciphertext-rejection-regexps)
1323         (allout-encryption-ciphertext-rejection-ceiling): New encryption
1324         customization variables, by which cooperating modes can prohibit
1325         rare but possible ciphertext patterns from fouling their
1326         operation, with actually being passed the ciphertext.
1327         (allout-mode): Run activation and deactivation hooks after the
1328         minor-mode variable has been toggled, to clarify the mode
1329         disposition.  The new encryption ciphertext rejection variable is
1330         used to ensure that the ciphertext does not contain text that
1331         would be recognized as outline structural elements by allout.
1332         Substite allout-beginning-of-line and allout-end-of-line for
1333         conventionall beginning-of-line and end-of-line bindings.
1334         If allout-old-style-prefixes is non-nil, don't nullify it on mode
1335         activation!
1336         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1337         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1338         (allout-chart-subtree): Implement new mode, charting only the
1339         visible items in the subtree, when new 'visible' parameter is non-nil.
1340         (allout-end-of-subtree): Properly handle the last item in the buffer.
1341         (allout-pre-command-business, allout-command-counter):
1342         Increment an advertised counter so that cooperating enhancements can
1343         track revisions of items.
1344         (allout-open-topic): Run allout-structure-added-hook with suitable
1345         arguments.
1346         (allout-shift-in): Run allout-structure-shifted-hook with suitable
1347         arguments.
1348         (allout-shift-out): Fix doubling for negative args and ensure call
1349         of allout-structure-shifted-hook by solely using allout-shift-in.
1350         (allout-kill-line, allout-kill-topic):
1351         Run allout-structure-deleted-hook with suitable arguments.
1352         (allout-yank-processing): Run allout-structure-added-hook with
1353         proper arguments.
1354         (allout-yank): Enclose activity in allout-unprotected.
1355         (allout-flag-region): Run allout-exposure-change-hook with
1356         suitable arguments, instead of making the callee infer the arguments.
1357         (allout-encrypt-string):
1358         Support allout-encryption-plaintext-sanitization-regexps,
1359         allout-encryption-ciphertext-rejection-regexps, and
1360         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
1361         en/de cryption mode in symmetric encryption failure message.
1362         (allout-obtain-passphrase): Use copy-sequence to get a distinct
1363         copy of the passphrase, and don't zero it or we'll corrupt the
1364         stashed copy.
1365         (allout-create-encryption-passphrase-verifier)
1366         (allout-verify-passphrase): Respect the new signature for
1367         allout-encrypt-string.
1368         (allout-get-configvar-values): Convenience for getting a
1369         configuration variable value and handling its absence gracefully.
1371 2006-08-11  Romain Francoise  <romain@orebokech.com>
1373         * obsolete/zone-mode.el: Delete.
1375 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1377         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1379 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
1381         * emacs-lisp/bindat.el (bindat-ip-to-string):
1382         Use `format-network-address' if possible.
1384 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1386         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1388 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
1390         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1391         restore unread-command-events here.
1392         (edebug-display): Do it here, to detect sit-for interruptions.
1394 2006-08-10  Romain Francoise  <romain@orebokech.com>
1396         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1397         (dns-mode-soa-auto-increment-serial): New user option.
1398         (dns-mode-soa-maybe-increment-serial): New function.
1399         (dns-mode): Add the latter to `write-contents-functions'.
1401         * obsolete/zone-mode.el: Move to obsolete/ from net/.
1402         Delete autoload cookies.
1404 2006-08-10  John Wiegley  <johnw@newartisans.com>
1406         * eshell/em-glob.el (eshell-glob-chars-list)
1407         (eshell-glob-translate-alist): Add support for [^g] in character globs.
1409 2006-08-10  Richard Stallman  <rms@gnu.org>
1411         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1412         (facemenu-set-face): Doc fix.
1413         (facemenu-listed-faces): Doc fix.
1415 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
1417         * avoid.el (mouse-avoidance-animating-pointer): New var.
1418         (mouse-avoidance-nudge-mouse): Use it.
1419         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1420         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1421         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1422         Don't activate if currently animating.  All callers changed.
1424 2006-08-09  John Wiegley  <johnw@newartisans.com>
1426         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1427         variable, which causes timeclock to report elapsed time worked,
1428         instead of just work remaining.
1430 2006-08-09  Kenichi Handa  <handa@m17n.org>
1432         * international/latexenc.el (latexenc-find-file-coding-system):
1433         Fix for the case that the 2nd element of arg-list is a cons.
1435 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
1437         * info.el (Info-fontify-node): Handle preceding `in' for note
1438         reference hiding rules.
1440 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1443         mistake a closing " for an opening one.
1445 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1447         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1449 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * complete.el (PC-do-completion): Filter out completions matching
1452         completion-ignored-extensions before checking whether there are
1453         multiple completions.
1454         Don't use `list' unnecessarily when building completion tables.
1456 2006-08-06  Richard Stallman  <rms@gnu.org>
1458         * help.el (describe-mode): Make minor mode list more concise.
1460 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
1462         * bindings.el: Give mode-line-format, mode-line-modes, and
1463         mode-line-position `standard-value' properties.
1465 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
1467         * buff-menu.el (list-buffers-noselect): For Info buffers, use
1468         "(file)node" instead of the file name.
1470 2006-08-05  Richard Stallman  <rms@gnu.org>
1472         * faces.el (escape-glyph): Doc fix.
1474 2006-08-04  Kenichi Handa  <handa@m17n.org>
1476         * international/mule-diag.el (describe-font): Improve docstring
1477         and error message.  Use frame-parameter (not frame-parameters).
1479 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1482         Correctly mark the end-of-docstring char.
1484 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
1486         * simple.el (line-move-to-column): Constrain move-to-column to
1487         current field.
1489 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * font-lock.el (font-lock-beg, font-lock-end)
1492         (font-lock-extend-region-functions): New vars.
1493         (font-lock-extend-region-multiline)
1494         (font-lock-extend-region-wholelines): New functions.
1495         (font-lock-default-fontify-region): Use them.
1496         (font-lock-extend-jit-lock-region-after-change): Only round up
1497         if font-lock-default-fontify-region will do it as well.
1499         * font-lock.el (font-lock-extend-after-change-region-function):
1500         Rename from font-lock-extend-region-function.
1501         (font-lock-extend-region): Remove by inlining at call sites.
1502         (font-lock-after-change-function): Don't needlessly round up to a whole
1503         number of lines.
1504         (font-lock-extend-jit-lock-region-after-change): Be more careful about
1505         the boundary conditions and the interactions between the various ways
1506         to extend the region.
1508 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1511         modification status when forcing the second redisplay.
1513 2006-08-03  Kim F. Storm  <storm@cua.dk>
1515         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1517 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1519         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1520         doesn't look like a file name.
1522         * complete.el (PC-expand-many-files): Avoid signalling an error when
1523         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
1525 2006-08-02  Andreas Schwab  <schwab@suse.de>
1527         * bindings.el (mode-line-format): Simplify reference to vc-mode.
1529 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1531         * bindings.el (map): Make mode-line-buffer-identification-keymap
1532         before defining propertized-buffer-identification.
1534 2006-08-01  Richard Stallman  <rms@gnu.org>
1536         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1538 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
1540         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1541         default value.
1542         (gdb-find-source-frame): New function.
1543         (menu): Add to menu bar.
1545 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1547         * font-core.el (font-lock-extend-region-function)
1548         (font-lock-extend-region): Move to font-lock.el.
1550         * font-lock.el (font-lock-extend-region-function)
1551         (font-lock-extend-region): Move from font-core.el.  Simplify.
1553         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1554         if needed.
1555         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1556         (jit-lock-after-change-extend-region-functions): New hook.
1557         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1559         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1560         (font-lock-turn-on-thing-lock): Use it.
1562         * longlines.el (longlines-show-region): Make it work on read-only
1563         buffers as well.
1565 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
1567         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1569 2006-07-31  Richard Stallman  <rms@gnu.org>
1571         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1572         (vhdl-speedbar-display-projects): Update old obsolete
1573         speedbar variable names.
1575 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
1577         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1578         (gdb-stopped): Use it.
1580         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1582 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
1584         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1585         for load-history elements.
1587 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
1589         * files.el (convert-standard-filename): For Cygwin, replace
1590         characters not allowed in Windows file names.
1591         (make-auto-save-file-name): Add Cygwin to the list of systems
1592         where the auto-save file name needs to be run through
1593         convert-standard-filename.
1595 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1597         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1599 2006-07-28  Richard Stallman  <rms@gnu.org>
1601         * bindings.el (mode-line-frame-identification)
1602         (propertized-buffer-identification): Centralize the code
1603         to initialize the variable.
1605         * progmodes/grep.el (grep-default-command): Catch errors from
1606         wildcard-to-regexp.
1608 2006-07-29  Kim F. Storm  <storm@cua.dk>
1610         * progmodes/grep.el (grep-tag-default): New function.
1611         (grep-default-command, grep-read-regexp): Use it.
1612         (grep-read-files): Use car of grep-files-history or grep-files-aliases
1613         as default if nothing else applies.
1615 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
1617         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1618         Throw error if buffer is not in Dired and Wdired mode, respectively.
1620 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
1622         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1623         self-insert-command keys don't activate buttons.
1624         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1626 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
1628         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1629         faces for enable character.
1631 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1633         * Makefile.in (recompile): Update comment to reflect change
1634         on 2004-04-21.
1636 2006-07-27  Richard Stallman  <rms@gnu.org>
1638         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1639         (customize-package-emacs-version): Change msg when pkg has no entry.
1640         (custom-no-edit): On a button, do like widget-button-press.
1642 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1644         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1645         S-tab and C-S-tab.
1647 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
1649         * progmodes/which-func.el (which-function): Fix documentation/
1650         comment typo.
1652 2006-07-26  Richard Stallman  <rms@gnu.org>
1654         * textmodes/ispell.el (ispell-word): If we replace the word,
1655         move point to the end.  Insert before deleting.
1657 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
1659         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1660         a timer.
1662 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
1664         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
1665         when at first image.
1666         (tumme-forward-image): Add prefix argument.  Add error when at last
1667         image.
1669 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         * tabify.el (tabify-regexp): Use more specific regexps.
1672         (tabify): Avoid modifying the buffer unnecessarily.
1674 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
1676         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1677         (tumme-format-properties-string): Handle empty `buf'.
1678         (tumme-get-comment): Change variable names inside `let'.
1679         Add missing `let' variable that cause font-lock problems.
1680         (tumme-write-comments): Change variable names inside `let'.
1681         Add missing `let' variable that cause font-lock problems.
1682         (tumme-forward-image): Rename from `tumme-forward-char'.
1683         (tumme-backward-image): Rename from `tumme-backward-char'.
1685 2006-07-25  Masatake YAMATO  <jet@gyve.org>
1687         * progmodes/ld-script.el (ld-script-keywords)
1688         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1689         and add comments.
1691 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
1693         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1694         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1695         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1696         for status indicator.
1698 2006-07-24  Richard Stallman  <rms@gnu.org>
1700         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1702         * subr.el (dolist, dotimes): Use interned symbols for locals.
1703         (--dotimes-limit--, --dolist-tail--): New defvars.
1704         (looking-back): Doc fix.
1706         * replace.el (replace-match-string-symbols): Handle dotted lists.
1708 2006-07-24  mathias  <mathias@mattis>
1710         * tumme.el (tumme-write-tags): Add.
1711         (tumme-write-comments): Add.
1712         (tumme-tag-files): Change to use `tumme-write-tags'.
1713         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1714         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1715         (tumme-save-information-from-widgets): Change to use
1716         `tumme-write-comments' and `tumme-write-tags'.
1717         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1718         (tumme-write-tag): Remove.
1719         (tumme-write-comment): Remove.
1720         (tumme-display-previous-thumbnail-original): Remove empty line.
1721         (tumme-widget-list): Add punctuation.
1723 2006-07-24  mathias  <mathias.dahl@gmail.com>
1725         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1727 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1729         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1730         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
1731         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1733 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
1735         * mouse.el (mouse-on-link-p): Doc fix.
1737 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
1739         * emacs-lisp/find-func.el (find-function-search-for-symbol):
1740         Handle "C-h f `".
1742 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1744         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
1745         column.
1747 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
1749         * textmodes/table.el: Add move-beginning-of-line and
1750         move-end-of-line to Point Motion Only Group.
1752 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
1754         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
1756 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1758         * startup.el (user-mail-address): Initialize from the `EMAIL'
1759         environment variable first.  Document this.
1760         (command-line): Ditto.
1762 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
1764         * help-mode.el (help-function-def, help-variable-def)
1765         (help-face-def): Print a message in the minibuffer.
1767 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1769         * term/xterm.el (terminal-init-xterm): Fix key bindings
1770         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
1772 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1774         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
1775         where `(nth 1 command)' is a cons cell.  Doc fix.
1777         * textmodes/po.el (po-find-charset): Doc fix.
1779 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
1781         * allout.el (allout-unprotected, allout-e-o-prefix-p)
1782         (allout-beginning-of-current-line, allout-end-of-current-line)
1783         (allout-next-visible-heading, allout-open-topic)
1784         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1785         (allout-flag-current-subtree, allout-show-to-offshoot)
1786         (allout-hide-current-entry, allout-show-current-branches)
1787         (allout-hide-region-body, allout-old-expose-topic)
1788         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1789         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1790         containing `beginning-of-line' and `end-of-line' with
1791         `inhibit-field-text-motion' t.
1793 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
1795         * frame.el (focus-follows-mouse): Document that it doesn't have
1796         any effect on MS-Windows.
1798 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1800         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1802 2006-07-20  Jay Belanger  <belanger@truman.edu>
1804         * calc.el (calc-previous-alg-entry):  Remove variable.
1806         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1807         New variables.
1808         (calc-alg-entry): Use `calc-alg-entry-history'.
1809         (calc-do-quick-calc): Use `calc-quick-calc-history'.
1810         Remove reference to `calc-previous-alg-entry'.
1811         (calcAlg-edit, calcAlg-enter): Remove reference to
1812         `calc-previous-alg-entry'.
1813         (calcAlg-previous): Use `previous-history-element' instead of
1814         `calc-previous-alg-entry'.
1815         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1816         Change keybinding for `calcAlg-plus-minus', add keybindings for
1817         `previous-history-element' and `next-history-element'.
1819         * calc-rewr.el (calc-match): Remove reference to
1820         `calc-previous-alg-entry'.
1822         * calc-sel.el (calc-selection-history): New variable.
1823         (calc-enter-selection, calc-sel-mult-both-sides)
1824         (calc-sel-add-both-sides): Use `calc-selection-history'.
1826         * calc-map.el (calc-get-operator-history): New variable.
1827         (calc-get-operator): Use `calc-get-operator-history'.
1829         * calcalg3.el (calc-curve-fit-history): New variable.
1830         (calc-curve-fit): Use `calc-curve-fit-history'.
1832 2006-07-20  Kenichi Handa  <handa@m17n.org>
1834         * international/mule-cmds.el (select-safe-coding-system): Fix the
1835         way of deciding eol-type of the coding system.
1837 2006-07-20  Alan Mackenzie  <acm@muc.de>
1839         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1840         (c-lang-setvar): New macro.
1841         (c-make-init-lang-vars-fun): Use the initialization forms in
1842         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1843         (comment-start, comment-end, comment-start-skip): Change these from
1844         c-lang-defvar's to c-lang-setvar's.
1846         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1847         which calls make-local-variable on the elements of
1848         c-emacs-variable-inits.
1849         (c-init-language-vars-for): Call this new macro.
1851 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1854         Try to rule out false positives due to time stamps.
1855         (compilation-mode-font-lock-keywords): Remove rules made redundant
1856         because of the above change.  Add `segmentation fault' to the known and
1857         highlighted compilation termination messages.
1859 2006-07-19  Kim F. Storm  <storm@cua.dk>
1861         * progmodes/grep.el (grep-find-ignored-directories):
1862         Add .svn and _darcs to list.
1864 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
1866         * dired.el (dired-mode-map): Add key binding `C-te' for
1867         `tumme-dired-edit-comment-and-tags'.
1869         * tumme.el (tumme-display-thumbnail-original-image): Make sure
1870         image display buffer is displayed before call to
1871         `tumme-display-image.
1872         (tumme-dired-display-image): Make sure image display buffer is
1873         displayed before call to `tumme-display-image.
1874         (tumme-mouse-display-image): Make sure image display buffer is
1875         displayed before call to `tumme-display-image.
1876         (tumme-widget-list): Add.
1877         (tumme-dired-edit-comment-and-tags): Add.
1878         (tumme-save-information-from-widgets): Add.
1880 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1884 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * progmodes/sh-script.el (sh-font-lock-keywords-1):
1887         Revert inadvertently installed patch hunk.
1889         * progmodes/compile.el (compilation-find-file): Handle the
1890         cases where the user selects a non-existent file.
1892 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1896 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1898         * subr.el (sit-for): Just sleep-for if noninteractive.
1900 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * emacs-lisp/autoload.el (make-autoload): Use new arg.
1904         * custom.el (custom-autoload): Add `noset' argument.
1905         (custom-push-theme): Don't autoload the variable, let callers do it.
1906         (custom-theme-set-variables): Autoload the variable if necessary.
1908         * cus-edit.el (custom-variable-state-set): If the variable was
1909         originally set outside custom, but to the same value as the default,
1910         consider it to be standard.
1912         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1913         file *before* telling Emacs to add the autoloads, in case it fails.
1915         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1916         Use `cond', push', and `dolist'.
1918 2006-07-17  Richard Stallman  <rms@gnu.org>
1920         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1921         Add defvars to silence warnings.
1923 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
1925         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1926         Don't highlight "Compiling file" messages as error.
1928         * dired-aux.el (dired-compress-file): Confirm again if gzipped
1929         file already exists.
1931 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
1933         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
1934         entry, don't assign to free var; simply return the extracted filename.
1935         (ff-treat-as-special): Incorporate common preamble from callers.
1936         (ff-other-file-name, ff-find-the-other-file):
1937         Update call to ff-treat-as-special.
1939         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1941 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
1943         * tumme.el (tumme-get-comment): Fix bug.
1945 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1947         * files.el: Remove spurious * in docstrings.
1949 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1951         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1952         grammar.
1953         (allout-beginning-of-current-line): Beware beginning of buffer.
1954         Also, a comment is simplified.
1955         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1956         when appropriate.  (This fix enables use for other than
1957         bullet-hotspot operation.)
1958         (allout-hide-current-subtree): While escalating to sibling-close,
1959         make sure to situate on a topic.
1961 2006-07-14  Kim F. Storm  <storm@cua.dk>
1963         * emulation/cua-base.el (cua-delete-selection)
1964         (cua-toggle-set-mark): New defcustoms.
1965         (cua-rectangle-modifier-key): Add `alt' modifier.
1966         (cua-replace-region): Don't delete if cua-delete-selection is nil.
1967         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1968         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1970         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1972 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
1974         * allout.el: Require 'cl during byte-compilation/interactive load,
1975         for the `assert' macro.
1976         (allout-mode-deactivate-hook): New hook, run when allout mode
1977         deactivates.
1978         (allout-developer): New allout customization subgroup.
1979         (allout-run-unit-tests-on-load): New allout-developer
1980         customization variable, when true allout unit tests are run towards
1981         end of file load/eval.
1982         (allout-inhibit-auto-fill): Disable auto-fill activity even during
1983         auto-fill-mode.
1984         (allout-resumptions): Remove, to be replaced by...
1985         (allout-add-resumptions): Register variable settings to be
1986         reinstated by `allout-do-resumptions'.  The settings are made
1987         buffer-local, but the locality/globality of the suspended setting
1988         is restored on resumption.
1989         (allout-do-resumptions): Reinstate all settings suspended using
1990         `allout-add-resumptions'.
1991         (allout-test-resumptions): Unit tests (and intermediate variables)
1992         for resumptions.
1993         (allout-tests-globally-unbound, allout-tests-globally-true)
1994         (allout-tests-locally-true): Intermediate variables for
1995         resumptions unit tests.
1996         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1997         (allout-exposure-category): Replaces 'allout-overlay-category variable.
1998         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1999         instead of retired `allout-resumptions'.  For hook functions, use
2000         `local' parameter so hook settings are created and removed as
2001         buffer-local settings.  Revise (resumptions) setting
2002         auto-fill-function so it is set only if already active.  (The
2003         related fill-function settings are all made in either case, so
2004         that activating auto-fill-mode activity will have the custom
2005         allout-mode behaviors (hanging indent on topics, if configured for it).
2006         Remove all allout-exposure-category overlays on mode deactivation.
2007         (allout-hotspot-key-handler): New function extracted from
2008         `allout-pre-command-business', so the functionality can be used
2009         for other purposes, eg as a binding in an overlay.
2010         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2011         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2012         customization variable.
2013         (allout-run-unit-tests): Run the (currently quite small)
2014         repertoire of unit tests.  Called just before the provide iff user
2015         has customized `allout-run-unit-tests-on-load' non-nil.
2017 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
2019         * emacs-lisp/authors.el (authors-aliases): Update.
2021 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
2023         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2024         gdb-source-window.  Add dedicated argument.
2025         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2026         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2027         (gdb-display-threads-buffer, gdb-display-memory-buffer)
2028         (gdb-display-locals-buffer): Use it.
2030         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2031         Set gdb-source-window.
2033 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2036         minor modes, redundant with the custom-autoload line above.
2038 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
2040         * longlines.el (longlines-post-command-function): Handle open-line too.
2042 2006-07-12  Richard Stallman  <rms@gnu.org>
2044         * progmodes/grep.el (grep-last-buffer): Doc fix.
2046         * info.el (Info-try-follow-nearest-node): Doc fix.
2048         * emacs-lisp/edebug.el (edebug-instrument-function):
2049         Err if find-function-noselect gives no position.
2051         * emacs-lisp/find-func.el (find-function-search-for-symbol):
2052         If can't find definition, return nil for position.
2053         (find-function-do-it): Handle new return value
2054         of find-definition-noselect.
2055         (find-definition-noselect, find-variable-noselect): Doc fix.
2056         (find-function-noselect): Doc fix.
2058         * help-mode.el (help-variable-def): Handle find-variable-noselect
2059         returning no position.
2060         (help-function-def): Likewise for find-function-search-for-symbol.
2061         (help-face-def): Likewise.
2063         * help-fns.el (describe-variable): Handle find-variable-noselect
2064         returning no position.
2066         * files.el (locate-file-completion): Avoid duplicates in result.
2068         * cus-edit.el (custom-no-edit): New command.
2069         (custom-mode-map): Remap to custom-no-edit instead of
2070         using suppress-keymap.
2072 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
2074         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2075         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2076         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2078         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2080 2006-07-11  Kim F. Storm  <storm@cua.dk>
2082         * ido.el (ido-copy-current-file-name): Use buffer-name if
2083         buffer-file-name is nil.
2085 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
2087         * simple.el (undo-ask-before-discard): Set to nil.
2089         * vc.el (vc-exec-after): Don't delete process manually.
2090         (vc-print-log): Run log-view-mode in process sentinel inside
2091         inhibit-read-only.  Don't shrink window due to timing issues.
2093         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2094         Avoid using with-output-to-temp-buffer, which clobbers local vars.
2096 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2099         Fix ambiguity introduced by last change.
2100         (compilation-find-file): Move save-excursion to where it may
2101         make sense.  Fix a left over `find-file'.
2103 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
2105         * textmodes/texinfmt.el (texinfo-format-separate-node):
2106         Insert a string before point, which fits documentation, not after.
2107         (texinfo-multitable-item): In a multitable row, insert any
2108         additional needed @tabs and spaces.
2110 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
2112         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2113         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2114         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2115         instead of shell-command.
2116         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2117         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2118         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2119         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2120         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2121         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2123 2006-07-11  Kim F. Storm  <storm@cua.dk>
2125         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
2126         Remove special case for seconds < 0.  Use (redisplay t) instead.
2128 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
2130         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2131         avoid compilation error.
2133         * subr.el (sit-for): New function.
2135         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2137 2006-07-10  Richard Stallman  <rms@gnu.org>
2139         * ldefs-boot.el (edebug): Update page.
2141 2006-07-10  Kim F. Storm  <storm@cua.dk>
2143         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2144         to FOR-RELEASE and TODO.
2146 2006-07-10  Romain Francoise  <romain@orebokech.com>
2148         * emacs-lisp/authors.el (authors-aliases): Update.
2150 2006-07-10  Alan Mackenzie  <acm@muc.de>
2152         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2153         * cc-mode.el: Changes to eradicate eval-after-load.
2155 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
2157         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2158         on non-char events.
2160 2006-07-09  Romain Francoise  <romain@orebokech.com>
2162         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2163         Don't highlight start/end markers as compilation messages.
2165         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2166         to t.
2168 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2172 2006-07-08  Richard Stallman  <rms@gnu.org>
2174         * term/x-win.el (x-handle-display): Add doc string.
2176         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2178         * subr.el (def-edebug-spec): Move here.
2179         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2181         * imenu.el (imenu-choose-buffer-index): Doc fix.
2183 2006-07-08  Romain Francoise  <romain@orebokech.com>
2185         * term/x-win.el (x-display-name): Fix typo.
2187 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
2189         * hexl.el (hexl-find-file): Doc fix.
2191         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2193 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
2195         * term/x-win.el (x-display-name): Doc fix.
2197 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2199         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2200         long prefixes.
2201         (fill-region-as-paragraph): Don't round up to a whole line.
2202         (fill-comment-paragraph): Don't include the code-before-the-comment
2203         when calling fill-region-as-paragraph.
2205         * international/mule.el (make-char): Remove redundancy.
2207         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2208         property may contain an anonymous function rather than a symbol.
2210         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2212         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2213         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
2215         * dirtrack.el (dirtrack-default-directory-function): Remove.
2216         (dirtrack-directory-function): Use file-name-as-directory.
2217         (dirtrack-windows-directory-function): Simplify.
2218         (dirtrack-forward-slash, dirtrack-backward-slash)
2219         (dirtrack-replace-slash): Remove.
2220         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2221         (dirtrack): Fix wrong parenthesizing; use match-string.
2223         * progmodes/octave-inf.el: Remove spurious * in docstrings.
2224         (inferior-octave-mode): Only change the buffer-local value of
2225         comint-dynamic-complete-functions.
2226         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2227         Move the initialization to the declaration.
2228         (inferior-octave-complete): Remove unused var `filter'.
2230         * shell.el (shell-mode): Only change the buffer-local value of
2231         comint-dynamic-complete-functions.
2233 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
2235         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2236         entry is skipped because it has been scheduled.
2237         (org-prepare-agenda-buffers): Don't mark buffers as modified when
2238         changing `:org-archived' and `:org-comment' properties.
2240 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
2242         * server.el (server-select-display): Don't make the temp frame
2243         minibuffer-only, in case it's not a temp frame.
2244         (server-process-filter): Don't delete the temp frame if it's the
2245         only one we have on that display.
2247         * files.el (find-alternate-file): Doc fix.
2249 2006-07-05  Richard Stallman  <rms@gnu.org>
2251         * files.el (abbreviate-file-name): Add save-match-data.
2253 2006-07-03  Richard Stallman  <rms@gnu.org>
2255         * faces.el (read-face-name): Doc fix.
2257 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
2259         * net/goto-addr.el (goto-address): Mark as safe for local evals.
2261 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
2263         * vc.el (vc-diff-internal): Fix prev change.
2265 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
2267         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2268         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2270 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2272         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2273         fails if the symbol contains chars like ( or '.
2274         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2275         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2276         `short'.
2278 2006-07-04  Kenichi Handa  <handa@m17n.org>
2280         * international/mule-cmds.el (set-language-info): If LANG-ENV is
2281         the current one, don't call set-language-environment, but call one
2282         of set-language-environment-XXX to make INFO effective now.
2283         (set-language-environment): Call set-language-environment-XXX
2284         functions instead of doing the various setups directly.
2285         (set-language-environment-coding-systems): Delete argument eol-type.
2286         (set-language-environment-input-method)
2287         (set-language-environment-nonascii-translation)
2288         (set-language-environment-charset)
2289         (set-language-environment-fontset)
2290         (set-language-environment-unibyte): New functions.
2292 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
2294         * locate.el (locate-update-when-revert): New option.
2295         (locate-update-path): New option (suggested by Michael Albinus).
2296         (locate-prompt-for-command): Whitespace change.
2297         (locate-update): No longer offer to update the locate database by
2298         default.  Implement the two new options.
2300 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
2302         * tooltip.el: Move comment about track-mouse...
2304         * progmodes/gud.el: ...to here.
2306 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
2308         * facemenu.el (facemenu-listed-faces): New var.
2309         (facemenu-unlisted-faces): Variable deleted.
2310         (facemenu-add-new-face): Use facemenu-listed-faces.
2312         * emulation/viper-init.el, calendar/calendar.el:
2313         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2315 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
2317         * textmodes/org.el (org-mode): Remove no invalid settings for
2318         calc embedded mode.
2319         (org-mode-p): New defsubst.
2320         (org-save-all-org-buffers): New function.
2321         (org-first-headline-recenter): Enclose outline-regexp in group
2322         delimiters.
2323         (org-set-tags): Keep single space after stars.
2325 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * window.el (set-window-text-height): Only set window-min-height to
2328         1 if that's the requested size.
2330         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2331         (diff-unified->context, diff-context->unified)
2332         (diff-reverse-direction): Make sure the end marker stays at the end.
2333         (diff-mode): Add the keymap table at the end of docstring.
2334         Use lexical-let rather than constructing a closure manually.
2336         * files.el (find-file-noselect-1): Remove unused var assignment.
2337         (hack-local-variables-confirm): Print lists of strings as lists of
2338         strings rather than lists of symbols.
2339         (abbreviate-file-name, hack-local-variables-prop-line):
2340         Use match-string.
2341         (hack-one-local-variable): Move `make-local-variable' nearer its use.
2342         (recover-session-finish): Use line-end-position.
2344 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
2346         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2348 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
2350         * progmodes/make-mode.el (makefile-macroassign-regex):
2351         Accept preceding keyword.
2352         (makefile-gmake-statements): Reorganize, now that makepp has
2353         "override" and also handle forgotten "override define".
2354         (makefile-makepp-statements): Add new "global", "override export"
2355         and "override global".
2357 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
2359         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2360         (ada-compile-mouse-goto-error, ada-deactivate-properties)
2361         (ada-no-auto-case): Fix typos in docstrings.
2363 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
2365         * info.el (Info-find-node-2): Search for makeinfo version more
2366         carefully.
2368 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
2370         * textmodes/org.el (org-prepare-agenda-buffers):
2371         Use `invisible-OK' argument for `org-end-of-subtree'.
2372         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2373         (org-beginning-of-item): Fix bug in regular expression for white line.
2374         (org-export-as-html): Enforce space after bullet in plain list items.
2375         (org-set-autofill-regexps): Require space after plain list bullet
2376         for paragraph-start.
2377         (org-ts-regexp3): New constant.
2378         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2379         (org-timestamp-up-day, org-timestamp-down-day)
2380         (org-timestamp-change): Work with inactive timestamps.
2381         (org-ts-regexp1): Don't allow brackets in time stamps.
2383 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
2385         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2386         for ignoring links.
2388         * faces.el (read-face-name): Use it.
2390 2006-06-28  Juri Linkov  <juri@jurta.org>
2392         * buff-menu.el (list-buffers-noselect): Compare Info file
2393         with the string "dir" to detect Info directory.
2395         * complete.el (partial-completion-mode): In lambda for
2396         `choose-completion-string-functions' use full function signature
2397         with 4 args, and move point to the end of the minibuffer only if arg
2398         `mini-p' is non-nil.
2400 2006-06-28  John Paul Wallington  <jpw@pobox.com>
2402         * ibuffer.el (ibuffer-mode): Doc fix.
2404 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
2406         * textmodes/org.el (org-context): New contexts :item-bullet,
2407         :latex-fragment, :latex-preview.
2408         (org-overlays-at, org-overlay-start, org-overlay-end):
2409         New compatibility functions.
2410         (org-inside-LaTeX-fragment-p): More accurate matching, using the
2411         exact regexp that will be used during export.
2412         (org-latex-regexps): New variable.
2413         (org-cdlatex-mode): Improve advice for `texmathp'.
2414         (turn-on-org-cdlatex): New function.
2416 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2418         * term/mac-win.el (mac-handle-font-selection): Change keys of
2419         mac-atsu-font-table from strings to numbers.
2420         (mac-ts-caret-position): Use also when cursor-type is nil.
2421         (mac-ts-update-active-input-area): Add Mac OS Classic support.
2422         Relax condition for using overlay strings.
2423         Use mac-ts-caret-position face when cursor-type is nil.
2425 2006-06-26  Kim F. Storm  <storm@cua.dk>
2427         * help.el (view-emacs-news): Declare `res' in the right let* form.
2429 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
2431         * net/rcompile.el (remote-compile): Replace ange-ftp based
2432         implementation by Tramp functions.
2433         Suggested by Marc Abramowitz <msabramo@gmail.com>.
2435         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2437 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
2439         * international/fontset.el (setup-default-fontset): Fix a typo in
2440         the "Oriya-Akruti" registry name.
2442 2006-06-23  Lars Hansen  <larsh@soem.dk>
2444         * desktop.el (desktop-full-file-name): New function.
2445         (desktop-kill, desktop-save, desktop-remove, desktop-read)
2446         (desktop-revert): Use it.
2447         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2448         (desktop-after-read-hook): Add option list-buffers.
2449         (desktop-locals-to-save): Add tab-width.
2450         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2451         Fix docstring.
2453 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
2455         * textmodes/org.el (org-cdlatex-mode-map)
2456         (org-cdlatex-texmathp-advice-is-done): New variables.
2457         (org-cdlatex-mode): New minor mode.
2458         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2459         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2460         (org-export-with-archived-trees): New option.
2461         (org-open-file): Remove the call to `convert-standard-filename'.
2462         (org-archive-tag, org-agenda-skip-archived-trees)
2463         (org-cycle-open-archived-trees)
2464         (org-sparse-tree-open-archived-trees): New options.
2465         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2466         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2467         New functions.
2468         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2469         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2470         (org-mode-map): Add binding for `org-toggle-archive-tag'.
2471         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2472         Call `org-prepare-agenda-buffers'.
2473         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2474         (org-file-apps, org-file-apps-defaults-gnu)
2475         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2476         Handle remote files by forcing them to be opened in Emacs.
2478 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
2480         * vc.el (vc-diff-knows-L): New variable.
2481         (vc-diff-internal): Use it to handle "diff" programs that don't
2482         understand -L.  This works automatically, no user action is necessary.
2484 2006-06-23  Daniel Brockman  <daniel@brockman.se>
2486         * net/rcirc.el (rcirc-default-user-full-name): Default to
2487         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2488         longer exists).
2489         (rcirc-process-list): Check `buffer-live-p' before attempting to
2490         switch to a buffer.
2492 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
2494         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2495         based on rcirc-coding-system-alist.
2497 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
2499         * cus-edit.el (customize-apropos): A better error message.
2500         (top level) <debug-ignored-errors>: Extend and update the list of
2501         ignored error messages.
2503 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
2505         * complete.el (PC-do-completion): Retain capitalization of user
2506         input, when possible, even if completion-ignore-case is set.
2508 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
2510         * generic-x.el (bat-generic-mode): Support .cmd files.
2512         * dos-w32.el (top level): Use find-file-not-found-functions
2513         instead of the obsolete find-file-not-found-hooks.
2515 2006-06-22  Kim F. Storm  <storm@cua.dk>
2517         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2518         to recognize mode name containing submodes, such as Grep/lw.
2520 2006-06-21  Kim F. Storm  <storm@cua.dk>
2522         * simple.el (line-move-1): Check for move-end-of-line instead of
2523         end-of-line when setting temporary-goal-column.
2525 2006-06-21  Miles Bader  <miles@gnu.org>
2527         * play/cookie1.el (cookie): Work properly when there's only one entry.
2529 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
2531         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2532         (gdb-frame-handler): Generalize frame regexp for templates.
2534 2006-06-20  Glenn Morris  <rgm@gnu.org>
2536         * calendar/appt.el (appt-display-format): Default value must be
2537         one of the customize options.
2539 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
2541         * term/xterm.el (terminal-init-xterm): Update key availability info.
2542         Bind C-return.
2544         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2546 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
2548         * files.el (hack-local-variables): Run `hack-local-variables-hook'
2549         whether or not a local variables list is defined.
2551         * msb.el (msb): Move `sit-for' hack here to handle both
2552         "mouse-down and drag" and "mouse-up and select" situations.
2553         (mouse-select-buffer): Move `sit-for' hack to `msb'.
2555 2006-06-20  Kenichi Handa  <handa@m17n.org>
2557         * international/characters.el (word-combining-categories):
2558         Add entries for 2-byte Han characters.
2560 2006-06-19  Richard Stallman  <rms@gnu.org>
2562         * bindings.el (mode-line-format): Save some mode line space.
2564         * files.el (find-file-noselect): Improve the question wording.
2565         (basic-save-buffer-2): Mask UMASK against 666.
2567         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2568         (mouse-drag-vertical-line): Call it.
2570         * cus-edit.el (customize-option, customize-option-other-window):
2571         Error if SYMBOL is nil.
2573 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
2575         * textmodes/org.el: Require noutline, also on XEmacs.
2576         (org-end-of-subtree): Return point.
2577         (org-dblock-start-re, org-dblock-end-re): New constants.
2578         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2579         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2580         (org-update-all-dblocks, org-find-dblock): New functions.
2581         (org-collect-clock-time-entries): New function.
2582         (org-html-handle-time-stamps): Never export CLOCK timeranges.
2583         (org-fixup-indentation): Modify to deal correctly with lines
2584         starting with TAB.  Only one argument DIFF now.
2585         (org-demote, org-promote): Call `org-fixup-indentation' with just
2586         one argument, DIFF.
2587         (org-mode): Don't mark buffer as modified when aligning tables.
2588         (org-clock-sum): Don't mark buffer modified when adding time sum
2589         properties.
2590         (org-export-as-html): Add support for a link validation function.
2591         (org-archive-all-done): New function.
2592         (org-archive-subtree): New prefix argument.  When set, archive all
2593         done subtrees in this buffer.
2594         (org-remove-clock-overlays)
2595         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2596         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2597         (org-put-clock-overlay): Don't swallow last headline character
2598         when displaying overlay.
2599         (org-store-link): Link to `image-mode' with just the file name.
2601 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
2603         * viper-cmd.el (viper-special-read-and-insert-char):
2604         Use read-key-sequence.
2605         (viper-after-change-undo-hook): Misc enhancements.
2606         (viper-after-change-undo-hook): New hook.
2607         (viper-undo): Use viper-after-change-undo-hook.
2608         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2609         (viper-next-line-at-bol): If point is on a widget or a button, simulate
2610         clicking on that widget/button.
2612         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2614         * ediff-diff (ediff-test-patch-utility): Catch errors.
2615         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2616         (ediff-set-actual-diff-options): New function.
2617         (ediff-reset-diff-options, ediff-toggle-ignore-case):
2618         Use ediff-set-actual-diff-options.
2619         (ediff-extract-diffs): Catch errors.
2620         (ediff-whitespace): Add non-breakable space.
2621         (ediff-same-file-contents): Catch errors.
2623         * ediff-mult.el (ediff-collect-custom-diffs):
2624         Save coding-system-for-read.
2626         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2627         (ediff-vc-internal, ediff-vc-merge-internal):
2628         Use ediff-delete-version-file.
2629         (ediff-delete-version-file): New function.
2631         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2633         * ediff.el (ediff-directories, ediff-directory-revisions)
2634         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2635         (ediff-directories-internal, ediff-merge-directory-revisions)
2636         (ediff-merge-directory-revisions-with-ancestor)
2637         (ediff-directories3): Use read-directory-name.
2639 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
2641         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2642         Remove superfluous part of regexp for brace matching which is handled
2643         by `scan-lists' call.
2645 2006-06-16  Richard Stallman  <rms@gnu.org>
2647         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2649         * files.el (basic-save-buffer-2): For a new precious file,
2650         use the default modes in the return value.
2652         * facemenu.el (facemenu-color-alist): Doc fix.
2654         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2656 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2658         * cus-start.el (all): Add mac-ts-script-language-on-focus.
2660         * term/mac-win.el (mac-text-encoding-ascii): New constant.
2661         (mac-utxt-to-string): Use it.
2662         (mac-ts-update-active-input-area): Use mac-ae-number.
2664 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
2666         * term.el (term-handle-scroll, term-delete-lines)
2667         (term-insert-lines): Fix off by one errors.
2669 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2671         * net/tramp.el (tramp-touch): Use UTC to express time.
2673 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
2675         * mail/sendmail.el (mail-send): Search explicitly for
2676         mail-header-separator when checking for corrupted header lines.
2678 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
2680         * progmodes/gdb-ui.el (gdb-same-frame): New option.
2681         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2682         (gdb-init-1): Initialise them.
2683         (gdb-starting): Reset gdb-printing
2684         (gdb-starting): Save value of gud-overlay-arrow-position.
2685         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2686         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2687         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2688         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2690 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2692         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2694 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
2696         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2697         (ldap-search-internal): Keep error messages, and a regexp fix.
2699 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
2701         * files.el (hack-local-variables-confirm):
2702         Display string value using its printed representation.
2704 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
2706         * server.el (server-edit): No-op if no server buffers exist.
2708 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
2710         * textmodes/page-ext.el (pages-directory-for-addresses):
2711         Including `pages-directory-address-mode' in the function results
2712         in the message "Buffer in which pages were found is deleted".
2714 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
2716         * textmodes/org.el (org-agenda-mode-map): Add bindings for
2717         clocking functions.
2719         (org-agenda-clock-in, org-check-running-clock)
2720         (org-clock-out-if-current, org-remove-clock-overlays)
2721         (org-put-clock-overlay): New functions.
2722         (org-clock-marker, org-clock-file-total-minutes)
2723         (org-clock-overlays): New variables.
2724         (org-clock-display, org-clock-sum, org-clock-cancel)
2725         (org-clock-out, org-clock-in): New commands.
2726         (org-export): New function.
2727         (org-emph-re): New constant.
2728         (org-set-emph-re, org-do-emphasis-faces): New functions.
2729         (org-emphasis-regexp-components, org-emphasis-alist): New options.
2730         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2731         (org-export-html-convert-emphasize): Use the configurable emphasis.
2732         (org-cleaned-string-for-export): Make multiline emphasis visible
2733         to the exporter.  New optional argument PARAMETERS.
2734         (org-export-as-html): Specify :emph-multiline parameter to
2735         `org-cleaned-string-for-export'.
2737 2006-06-10  Richard Stallman  <rms@gnu.org>
2739         * help.el (help-for-help-internal): Clean up help text.
2741 2006-06-10  Andreas Schwab  <schwab@suse.de>
2743         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2744         in doc string.
2746         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
2748 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
2750         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
2751         spaces after the comment start.
2753 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2755         * play/pong.el (pong-init-buffer):
2756         Fill buffer with spaces instead of ^A.
2758         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
2759         launched asynchronously, delete its process instead of being cool.
2760         (ispell-async-processp): Check for `delete-process' existence
2761         instead of `kill-process' one for consistency.
2763 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
2765         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
2766         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
2767         in mode line at startup.
2769 2006-06-08  Kim F. Storm  <storm@cua.dk>
2771         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
2772         (ido-init-completion-maps): Bind them to M-SPC and M-v.
2773         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
2774         (ido-file-internal): Pass full file name to write-file.
2775         (ido-read-internal): Only pop stack elements automatically if they
2776         actually match an existing directory or file name.
2778 2006-06-07  Kenichi Handa  <handa@m17n.org>
2780         * international/mule.el (find-auto-coding): Don't handle the short
2781         name `char-trans'.
2783         * files.el (hack-local-variables-prop-line)
2784         (hack-local-variables): Cancel the previous change.
2786 2006-06-06  Jesper Harder  <harder@phys.au.dk>
2788         * ediff-diff.el (ediff-test-utility): Protect against file-error.
2790 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
2792         * diff-mode.el (diff-mode): Set buffer-read-only to t when
2793         diff-default-read-only is non-nil.
2794         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2795         (diff-refine-hunk): Set inhibit-read-only to t.
2797         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2798         modifying the *Diff* buffer.
2799         (diff-process-filter): New filter function for diff process that
2800         sets inhibit-read-only to t when modifying the *Diff* buffer.
2802 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
2804         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2805         insertion point and control the number of empty lines.
2806         (org-paste-subtree): Limit the number of empty lines at the end of
2807         the inserted tree.
2808         (org-agenda): Use buffer name of current file for narrowing.
2809         (org-export-as-xml): Command removed.
2810         (org-export-xml-type): Option removed.
2811         (org-mode-map): Call `org-export-as-xoxo' directly.
2812         (org-get-indentation): New optional argument LINE.
2813         (org-fix-indentation, org-remove-tabs): New functions.
2814         (org-export-as-ascii, org-ascii-level-start): Determine and apply
2815         correct indentation for headlines that are converted it items.
2816         (org-skip-comments): Remove table lines that contain narrowing
2817         cookies but no other non-empty fields.
2818         (org-set-tags): Allow groups of mutually exclusive tags.
2819         (org-cmp-time): Sort 24:21 before items without time.
2820         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2821         (org-open-at-point): Require double colon also for numbers.
2823 2006-06-06  Kim F. Storm  <storm@cua.dk>
2825         * ido.el (ido-default-file-method, ido-default-buffer-method):
2826         Make choice values consistent with corresponding command names.
2827         (ido-visit-buffer): Update accordingly.  Default to selected-window.
2829 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
2831         * progmodes/gud.el (gud-running): Fix doc string.
2832         (gud-menu-map): Use :visible instead fo :enable for debugger test.
2833         (gud-tooltip-modes): Add python-mode.
2834         (gud-tooltip-print-command): Add pdb.  Remove perldb.
2836 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
2838         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2839         Quote $(EMACS).
2841 2006-06-05  Richard Stallman  <rms@gnu.org>
2843         * faces.el (defined-colors): Doc fix.
2845 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
2847         * vc.el (vc-process-filter): Inhibit undo info collection around
2848         call to insert.
2849         (vc-setup-buffer): Likewise for call to erase-buffer.
2850         (vc-do-command): Likewise for call to process-file.
2852 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
2854         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2855         for gud-go.
2856         (gud-common-init): Other debuggers may trigger error.
2858 2006-06-05  Kenichi Handa  <handa@m17n.org>
2860         * international/mule.el (find-auto-coding):
2861         Handle enable-character-translation in file header.
2863 2006-06-04  Kim F. Storm  <storm@cua.dk>
2865         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2866         (authors-fixed-entries): Fix spelling.
2867         (authors-canonical-file-name): Don't report error for wildcards.
2869         * help.el (view-emacs-news): Rewrite to support new NEWS,
2870         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
2871         e.g. version 10 matches 1.10, and don't be confused by version 1.1
2872         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
2874 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
2876         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2877         exec constructs like `foo bar`.
2878         (sh-quoted-subshell): New helper function to search for a possibly
2879         nested subshell (like `` or $()) within a "" quoted string.
2880         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2881         (sh-apply-quoted-subshell): Flag quote characters inside a
2882         subshell, which is itself already in a quoted region, as
2883         punctuation, since this is the closest to what they actually are.
2884         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2885         sh-apply-quoted-subshell.
2886         (sh-font-lock-syntactic-face-function): Apply the new face for
2887         text inside `` instead of the old font-lock-string-face.
2889 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2891         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2892         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2893         (mac-bytes-to-text-range, mac-ae-text-range-array)
2894         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2895         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2896         (mac-ts-unicode-for-key-event): New functions.
2897         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2898         (mac-handle-font-selection): Use mac-ae-number.
2899         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2900         New variables.
2901         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2902         (mac-ts-converted-text, mac-ts-selected-converted-text)
2903         (mac-ts-block-fill-text, mac-ts-outline-text)
2904         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2905         (mac-ts-hilite-style-faces): New constant.
2906         (mac-apple-event-map): Bind text input events.
2907         (mac-dispatch-apple-event): Use command-execute instead of
2908         call-interactively.
2909         (global-map): Don't bind mac-apple-event.
2910         (special-event-map): Bind mac-apple-event.
2912 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
2914         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2915         file name.
2916         (emacs): Enclose the value of $(EMACS) in quotes.
2918 2006-06-02  Juri Linkov  <juri@jurta.org>
2920         * international/mule.el (sgml-html-meta-auto-coding-function):
2921         Remove the condition `(search-forward "<html" size t)'.
2922         Replace `\"' with `[\"']?' in `re-search-forward'.
2924 2006-06-02  Kenichi Handa  <handa@m17n.org>
2926         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2927         as well as `coding'.
2928         (hack-local-variables): Likewise.
2930         * international/mule.el (enable-character-translation):
2931         Put permanent-local and safe-local-variable properties.
2932         (find-auto-coding): Handle char-trans: tag.
2934 2006-06-02  Juri Linkov  <juri@jurta.org>
2936         * international/mule.el (sgml-html-meta-auto-coding-function):
2937         Limit the search by the end of the HTML header (if any).
2939 2006-06-01  Richard Stallman  <rms@gnu.org>
2941         * subr.el (with-current-buffer): Doc fix.
2943 2006-06-02  Masatake YAMATO  <jet@gyve.org>
2945         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2946         Almost rewrite.  Underlines over all lines of gcov output are too
2947         uncomfortable to read.  Suggested by Dan Nicolaescu.
2949 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2951         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2953         * shell.el (shell-mode): Use shell-mode-map in docstring.
2955         * comint.el (comint-send-input): Do not add help-echo and
2956         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2958 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2960         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2962 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
2964         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2965         (gdb-stopped, gdb-info-stack-custom): If there is no source info
2966         look up the stack and pop up GUD buffer if necessary.
2967         (gdb-frames-select): Remove redundant call to gud-display-frame.
2968         (gdb-info-threads-custom): Keep point at start of buffer.
2969         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2971 2006-05-31  Juri Linkov  <juri@jurta.org>
2973         * replace.el (query-replace-read-from, query-replace-read-to):
2974         Bind `history-add-new-input' to nil.  Call `add-to-history'.
2976 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2978         * textmodes/table.el: Convert all HTML tags to lower case for
2979         XHTML compatibility.
2981 2006-05-31  Masatake YAMATO  <jet@gyve.org>
2983         * progmodes/compile.el:
2984         (compilation-error-regexp-alist-alist::gcov-called-line):
2985         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
2987 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
2989         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2990         Revert inadvertent changes made with last commit.
2992 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2994         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2995         New functions.
2997         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2999 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
3001         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3002         only matches in the right place.
3003         (org-upcoming-deadline): New face.
3004         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3005         (org-export-ascii-underline): Rename constant `org-ascii-underline'
3006         and make it an option.
3007         (org-export-ascii-bullets): New option.
3008         (org-export-as-html): Many changes to emit valid XHTML.
3009         (org-par-open): New variable.
3010         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3011         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3012         (org-timeline): Pass `org-timeline-show-empty-dates' to
3013         `org-get-all-dates'.  Interpret empty dates returned by
3014         `org-get-all-dates'.
3015         (org-get-all-dates): New argument EMPTY.  Add dates without
3016         entries to the list, mark large ranges of empty dates.
3017         (org-point-in-group, org-context): New functions.
3019 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
3021         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3023         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3024         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3025         to C-mouse-3 (for 2 button mice).
3026         (gdb-send): Do the right thing for C-d.
3028         * speedbar.el (speedbar-detach): Delete.
3029         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3030         it breaks things.
3031         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3033 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
3035         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3036         Makeppfile.
3038         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3039         Add makepp diagnostic.
3041 2006-05-29  Richard Stallman  <rms@gnu.org>
3043         * window.el (fit-window-to-buffer): Doc fix.
3045         * help.el (temp-buffer-max-height): Doc fix.
3047         * subr.el (with-current-buffer): Doc fix.
3049 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3051         * term/x-win.el: Bind F10 to menu-bar-start if available.
3053 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
3055         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3056         uses with a simple test.
3057         (term-set-escape-char, term-mode, term-check-kill-echo-list)
3058         (term-send-raw-string, term-send-raw, term-mouse-paste)
3059         (term-char-mode, term-line-mode, term-exec, term-sentinel)
3060         (term-handle-exit, term-read-input-ring)
3061         (term-previous-matching-input-string)
3062         (term-previous-matching-input-string-position)
3063         (term-previous-matching-input-from-input)
3064         (term-replace-by-expanded-history, term-send-input)
3065         (term-skip-prompt, term-bol, term-send-invisible)
3066         (term-kill-input, term-delchar-or-maybe-eof)
3067         (term-backward-matching-input, term-check-source)
3068         (term-proc-query, term-emulate-terminal)
3069         (term-handle-colors-array, term-process-pager, term-pager-line)
3070         (term-pager-bob, term-unwrap-line, term-word)
3071         (term-dynamic-complete-filename)
3072         (term-dynamic-complete-as-filename)
3073         (term-dynamic-simple-complete): Replace one arm ifs with whens or
3074         unlesses.
3076 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3079         during bootstrapping.
3081         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3082         Basically undo the change of 2006-05-26: use extra arguments instead of
3083         dynamic scoping.
3084         (ewoc-locate): Remove unused var `footer'.
3086 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3088         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3090         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3091         (generate-file-autoloads): Obey it.  Return whether autoloads were
3092         added at point or not.
3093         (update-file-autoloads): Use this new return value.
3094         Remove redundant test for the presence of an autoload cookie.
3096         * emacs-lisp/autoload.el (autoload-find-file): New fun.
3097         This one calls hack-local-variables.
3098         (generate-file-autoloads, update-file-autoloads): Use it.
3100         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3101         (bibtex-sort-entry-class): Add safe-local-variable predicate.
3102         (bibtex-sort-entry-class-alist): Don't set the global value.
3103         (bibtex-init-sort-entry-class-alist): New fun.
3104         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3105         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3106         of bibtex-init-sort-entry-class.
3108 2006-05-28  Richard Stallman  <rms@gnu.org>
3110         * subr.el (load-history-regexp): If FILE is relative, insist
3111         entire last name component must match it.
3112         (load-history-filename-element, load-history-regexp): Doc fixes.
3114 2006-05-29  Kim F. Storm  <storm@cua.dk>
3116         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3117         `pos' and `raw-data' for clarity, as eval forms may access these.
3119 2006-05-28  Kim F. Storm  <storm@cua.dk>
3121         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3123 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3125         * progmodes/make-mode.el (makefile-browser-map)
3126         (makefile-mode-syntax-table): Move initialization inside declaration.
3127         (makefile-fill-paragraph): Use the default comment-filling code.
3129 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
3131         * replace.el (query-replace-defaults): New variable.
3132         (query-replace-read-from): Use `query-replace-defaults' for
3133         default value, instead of history list.
3134         (query-replace-read-to): Update `query-replace-defaults'.
3136 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
3138         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3139         with no X toolkit.
3141 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
3143         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3144         (tumme-show-all-from-dir): Add autoload.
3146 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
3148         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3149         (tumme-remove-tag): Fix bug.
3151 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
3153         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3154         FOOTER args.  Update unique caller.
3155         (ewoc-delete): Compute last node once before looping.
3156         (ewoc--node-branch): Merge into unique caller.
3157         (ewoc--node): Don't define constructor make-ewoc--node for this
3158         structure.
3159         (ewoc): Add member `hf-pp' to this structure.
3160         (ewoc--wrap): New func.
3161         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
3162         header/footer pretty-printers.  Save header/footer pretty-printer.
3163         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
3165         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3167 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
3169         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3170         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
3171         Tag'.  Change "Compare directories..." to "Change Directories...".
3172         Move tumme commands to Operate, Regexp and Immediate menus.
3173         Change "Add Comment" to "Add Image Comment".  Change "Add Image
3174         Tag" to "Add Image Tags".
3176         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3177         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3178         `tumme-delete-tag'.
3180 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3182         * shell.el (shell-mode): Call shell-dirtrack-mode after
3183         list-buffers-directory is made a local variable, to avoid setting
3184         the default value.
3186 2006-05-26  Kevin Ryde  <user42@zip.com.au>
3188         * info.el (Info-index-next): Use where-is-internal to report
3189         actual binding of Info-index-next, rather than hard-coded `,'.
3191 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
3193         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3194         and "Find Command in Manual" to here.
3196         * buff-menu.el (list-buffers-noselect): For Info buffers, use
3197         Info-current-file as the file name.
3199 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
3201         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
3202         overrides will now be done a different way.
3203         (ses-set-parameter): Reapply this function for undo.
3204         (ses-set-header-row): Reconstruct header row during undo.
3205         (ses-widen): New function.
3206         (ses-goto-data, ses-reconstruct-all): Use new function.
3207         (ses-command-hook): Widen buffer during undo, before unupdating
3208         the cells.
3209         (ses-insert-row, ses-delete-row): Widen buffer during undo.
3210         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3211         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3212         formula hasn't been executed yet.
3214 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3216         * comint.el (comint-kill-whole-line): Rename arg to count.
3217         Fix doc string.
3219 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
3221         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3222         to copy-file.
3224 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3226         * simple.el (toggle-truncate-lines): Make arg optional for
3227         backward compatibility.
3229 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
3231         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3232         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3233         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
3234         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3235         (ewoc--adjust): Use ewoc--current-dll.
3236         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3238 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
3240         * textmodes/org.el (org-next-item, org-previous-item): Emit more
3241         compact error message.
3242         (org-tags-view): Refresh category table in each file.
3243         (org-table-justify-field-maybe): Remove superfluous arguments to
3244         `format'.
3245         (org-export-as-html): Insert "<p>" before postamble.
3246         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3248 2006-05-26  Kenichi Handa  <handa@m17n.org>
3250         * textmodes/po.el (po-find-charset): Pay attention to the case
3251         FILENAME is a cons (NAME . BUFFER).
3252         (po-find-file-coding-system-guts): Likewise.
3254         * arc-mode.el (archive-set-buffer-as-visiting-file):
3255         Call find-operation-coding-system with (FILENAME . BUFFER).
3257         * tar-mode.el (tar-extract): Call find-operation-coding-system
3258         with (FILENAME . BUFFER).
3260         * international/mule.el (decode-coding-inserted-region):
3261         Call find-operation-coding-system with (FILENAME . BUFFER).
3263 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
3265         * image-mode.el (image-toggle-display): Use buffer contents to
3266         generate image for a remote file.
3268 2006-05-25  Juri Linkov  <juri@jurta.org>
3270         * replace.el (query-replace-read-from, query-replace-read-to):
3271         Remove 8th arg KEEP-ALL in read-from-minibuffer.
3273 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
3275         * whitespace.el (whitespace-cleanup): Change to cleanup
3276         region if one is active.
3277         * whitespace.el (whitespace-cleanup-internal): New internal method.
3279 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3281         * dired.el (dired-mode-map): Add help-echo strings to tumme
3282         commands.  Bind `tumme-dired-display-image' to C-t i.
3284         * tumme.el (tumme-display-image): Change documentation string slightly.
3285         (tumme-dired-display-image): Add call to `display-buffer'.
3287 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3289         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3290         Signal error if RAW-DATA is a multibyte string.
3292 2006-05-24  Richard Stallman  <rms@gnu.org>
3294         * subr.el (with-local-quit): When handling `quit' signal,
3295         make a chance for quit-flag to cause a quit.
3297         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3298         (ad-disable-advice): Add autoloads.
3300         * subr.el (read-passwd): Copy PROMPT before changing its properties.
3302 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3304         * dired.el (dired-mode-map): Change menu items for tumme as per
3305         suggestions in emacs-devel.
3307 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
3309         * dired.el (dired-mode-map): Fix breakage.
3311 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
3313         * tumme.el (tumme-display-dired-image): Rename to...
3314         (tumme-dired-display-image): ...this.
3315         (tumme-track-movement): Change default value to t.
3316         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3317         used from `tumme-next-line-and-display' and similar commands.
3319         * dired.el (dired-mode-map): Add Thumbnail submenu under the
3320         Immediate menu.  Add some tumme commands there.
3322 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
3324         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3326 2006-05-24  Chong Yidong  <cyd@mit.edu>
3328         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3329         menu entries that open submenus.
3331 2006-05-24  Alan Mackenzie  <acm@muc.de>
3333         * startup.el (command-line): For names of preloaded files, don't
3334         append ".elc" (now done in Fload), and call file-truename on the
3335         lisp directory.
3337         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
3338         match ANY loaded file with the right name, not just those in
3339         load-path.  Put a regexp matching the file name into
3340         after-load-alist, rather than the name itself.
3342         * subr.el: New functions load-history-regexp,
3343         load-history-filename-element, do-after-load-evaluation.
3345         * international/mule.el (load-with-code-conversion): Do the
3346         eval-after-load stuff by calling do-after-load-evaluation.
3348 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
3350         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3351         has not been killed.
3353 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3355         * term/mac-win.el: Set idle timer to clean up expired Apple events.
3356         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3357         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3358         Optionally set error message in reply.
3360 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
3362         * textmodes/org.el (org-open-at-point): Use renamed variable
3363         `org-confirm-shell-link-function'.
3364         (org-confirm-shell-link-function): Rename from
3365         `org-confirm-shell-links'.
3366         (org-export-directory): New function.
3367         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3368         (org-export-icalendar): Use `org-export-directory'.
3369         (org-indent-item): Keep cursor position.
3370         (org-link-file-path-type): New option.
3371         (org-export-as-html): Fix bug with plain lists starting in
3372         column 0.
3373         (org-export-as-html): Remove deadline formatting, this happens
3374         now already in `org-html-handle-time-stamps'.
3375         (org-export-html-style): Deadline class removed.
3376         (org-insert-labeled-timestamps-at-point): New option.
3377         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3378         of `hide-sublevels 1', in case the first headline is not level 1.
3379         (org-overview, org-content): New fuction.
3380         (org-cycle-global-status, org-cycle-subtree-status): Make these
3381         variables buffer-local.
3382         (org-global-cycle): New command.
3383         (org-shifttab): Use `org-global-cycle'.
3384         (org-insert-heading, org-insert-item): Go to end of new
3385         headline/item after creating it.
3386         (org-export-visible): Rename from `org-export-copy-visible'.
3387         Now creates a temporary org-file and applies an exporting command
3388         to it.
3389         (org-table-eval-formula): Support for lisp forms.
3390         (org-agenda-todo-ignore-scheduled): New option.
3391         (org-agenda-get-todos): Use new option
3392         `org-agenda-todo-ignore-scheduled'.
3393         (org-export-html-inline-images): New value `maybe'.
3394         (org-export-as-html): Inlining of images dependent on link description.
3395         (org-archive-subtree): Check for end-of-buffer before trying
3396         `kill-line'.
3397         (org-agenda-follow-mode): New option.
3398         (org-export-with-tags, org-export-with-timestamps): New options.
3399         (org-html-handle-time-stamps): New function.
3400         (org-keyword-time-regexp): New variable.
3401         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3402         (org-agenda-todo-list-sublevels): New option.
3403         (org-html-level-start): When TITLE is nil, just close all levels.
3404         (org-parse-key-lines, org-parse-export-options): Remove functions,
3405         replaced by `org-infile-export-plist'.
3406         (org-combine-plists, org-infile-export-plist)
3407         (org-default-export-plist): New functions.
3408         (org-export-html-preamble, org-export-html-postamble)
3409         (org-export-html-auto-preamble, org-export-html-auto-postamble):
3410         New variables.
3411         (org-export-publishing-directory): New option.
3412         (org-export-as-html, org-export-as-ascii): Use the new property
3413         lists for settings.
3414         (org-export-copy-visible, org-export-as-xoxo):
3415         Respect `org-export-publishing-directory'.
3416         (org-link-search, org-store-link, org-file-apps): Support for
3417         links to BibTeX database entries..
3418         (org-get-current-options, org-set-regexps-and-options):
3419         Implement logging as a startup option.
3420         (org-store-link): Make sure context string is never empty
3421         (org-insert-link): Use relative path when possible.
3422         (org-at-item-checklet-p): New function.
3423         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3424         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3425         (org-metaright, org-metaup, org-metadown, org-shiftup)
3426         (org-shiftdown, org-shiftright, org-shiftleft)
3427         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3428         Dispatch using `call-interactively'.
3429         (org-call-with-arg): New defsubst.
3430         (org-tag-alist, org-use-fast-tag-selection): New options.
3431         (org-complete): Use `org-tag-alist'.
3432         (org-fast-tag-insert, org-fast-tag-selection): New functions.
3433         (org-next-item, org-previous-item): New commands.
3434         (org-beginning-of-item, org-end-of-item): Add (interactive) to
3435         make command.
3436         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3438 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
3440         * emacs-lisp/ewoc.el (ewoc-delete): New function.
3441         (ewoc-filter): Use `ewoc-delete'.
3443         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3445 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3447         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3448         Signal more user-friendly error messages.
3450         * complete.el (PC-do-completion): Undo the addition of implicit
3451         wildcards if they did not lead to finding any match.
3452         (read-file-name-internal): Don't add the final > if the completion is
3453         not finished.
3455 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3457         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3458         Quote safe-local-variable predicate.
3460 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3462         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3464 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3466         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3468         * progmodes/make-mode.el (makefile-special-targets-list)
3469         (makefile-macro-table, makefile-target-table): Mark as risky.
3470         (makefile-query-one-target-method): Make this the alias for the
3471         following variable.
3472         (makefile-query-one-target-method-function): Make this the real name.
3474         * textmodes/artist.el (artist-text-renderer): Make this the alias
3475         for the following variable.
3476         (artist-text-renderer-function): Make this the real name.
3478         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3479         the alias for the following variable.
3480         (flyspell-generic-check-word-predicate): Make this the real name.
3482         * textmodes/ispell.el (ispell-format-word): Make this the alias
3483         for the following variable.
3484         (ispell-format-word-function): Make this the real name.
3485         (ispell-message-text-end): Mark as risky.
3487         * skeleton.el (skeleton-transformation, skeleton-filter)
3488         (skeleton-pair-filter): Make these the aliases for the following
3489         variables.
3490         (skeleton-transformation-function, skeleton-filter-function)
3491         (skeleton-pair-filter-function): Make these the real names.
3493         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3494         and skeleton-pair-filter-function.
3496         * textmodes/sgml-mode.el (sgml-transformation): Make this the
3497         alias for the following variable.
3498         (sgml-transformation-function): Make this the real name.
3499         (sgml-tag-alist): Mark as risky.
3501 2006-05-21  Richard Stallman  <rms@gnu.org>
3503         * simple.el (kill-region): Interactively, pass point, then mark.
3505 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
3507         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3509 2006-05-21  Romain Francoise  <romain@orebokech.com>
3511         * dired-x.el (dired-mode-map): Don't bind M-g.
3513 2006-05-20  Richard Stallman  <rms@gnu.org>
3515         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3516         (dired-goto-file): Doc fix.
3518 2006-05-21  Kim F. Storm  <storm@cua.dk>
3520         * emulation/cua-base.el: Mention customizing cua-mode as alternative
3521         way to enable built-in cua-mode if user loads older CUA-mode package.
3523         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3524         if default-filename is specified.
3526 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3528         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3530         * info.el (info-apropos): Make sure current-file and current-node
3531         have non-nil values.  Speed up by using add-to-list instead of
3532         manual consing.
3534 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3536         * progmodes/make-mode.el (makefile-mode): Doc fix.
3538 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3540         * dired-aux.el (dired-do-shell-command): Doc fix.
3542 2006-05-20  Kevin Ryde  <user42@zip.com.au>
3544         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3545         ``(custom-manual :tag "Foo" "(foo)Node")''.
3547 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
3549         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3550         value is an integer.
3552 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
3554         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3555         "format".
3556         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3558 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
3560         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3561         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3563 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3565         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3566         regexp for keywords.
3568 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
3570         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3571         replace-regexp-in-string.
3573         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3574         encode, and escape file name on conversion to URL.
3576 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3578         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3579         Don't unescape URL.
3580         (dnd-get-local-file-name): Unescape URL on conversion to file name.
3582         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3583         on conversion to URLs.
3585         * net/browse-url.el (browse-url-file-url): Encode file name on
3586         conversion to URL.
3588         * term/mac-win.el (mac-ae-open-documents): Escape file name on
3589         conversion to URL.
3591 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
3593         * progmodes/cc-styles.el (c-style-alist): Doc fix.
3595 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3597         * term/mac-win.el (mac-bytes-to-digits): Remove function.
3598         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3600 2006-05-19  Glenn Morris  <rgm@gnu.org>
3602         * calendar/diary-lib.el (diary-bahai-date)
3603         (list-bahai-diary-entries, mark-bahai-diary-entries)
3604         (mark-bahai-calendar-date-pattern): Not interactive.
3605         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
3606         (diary-entries-list): Change format of 4th element in each entry.
3607         (diary-list-entries): Use add-to-diary-list.
3608         (diary-goto-entry): Handle the case where the buffer visiting the
3609         diary has been killed.
3610         (fancy-diary-display): Add 'locator to button rather than 'marker.
3611         Only generate temp-face when there are marks to apply.
3612         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3613         (diary-fancy-date-pattern): New variable.
3614         (diary-time-regexp): Doc fix.
3615         (diary-anniversary, diary-time): New faces.
3616         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3617         diary-time-regexp.  Add font-lock-multiline property where needed.
3618         Use new faces diary-anniversary and diary-time.
3619         (diary-fancy-font-lock-fontify-region-function): New function, to
3620         handle multiline font-lock pattern in fancy diary.
3621         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3622         (diary-font-lock-keywords): Tweak time regexp.  Use new face
3623         diary-time.
3625 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
3627         * international/code-pages.el (mik): Table corrected.
3629 2006-05-18  Kim F. Storm  <storm@cua.dk>
3631         * progmodes/grep.el (grep-find): Don't check grep-find-command
3632         before running command (breaks non-interactive usage).
3634 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
3636         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3637         (ewoc--insert-new-node): Don't insert trailing newline.
3638         Instead, adjust successor nodes's start markers.
3639         (ewoc--refresh-node): Delete all text from current node's start
3640         marker to the next one's; adjust successor nodes's start markers.
3641         (ewoc--create): Doc fixes.
3642         (ewoc--refresh): Don't insert newline.
3643         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3644         * pcvs.el (cvs-make-cvs-buffer):
3645         Specify extra newline for ewoc's header and footer.
3646         (cvs-update-header): Update initial header recognition.
3647         Append newline to final header and footer values.
3648         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3650 2006-05-17  Richard Stallman  <rms@gnu.org>
3652         * files.el (file-name-extension): Doc fix.
3654 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3657         we can explicitly enable/disable rather than toggle.
3658         (shell-mode): Use it.
3659         (shell-cd): Don't try to reproduce what `cd' does.
3661 2006-05-17  Kim F. Storm  <storm@cua.dk>
3663         * ido.el (ido-read-internal): Use only nondirectory part of
3664         default item.
3666 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
3668         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3669         (ewoc-nth): Doc fix.
3671         (ewoc-map, ewoc-invalidate): Compute PP before looping.
3673 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
3675         * international/mule.el (auto-coding-alist): Add .lha to files
3676         read with no-conversion.
3678         * files.el (auto-mode-alist): Add .lha files to archive file
3679         extensions.
3681         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3682         Convert csize to integer when computing offsets within the
3683         compressed archive file.
3685 2006-05-16  Kim F. Storm  <storm@cua.dk>
3687         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3688         with read-from-minibuffer.
3690 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3692         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3693         (byte-compile-warnings): Fix safe-local-variable property.
3695 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
3697         * allout.el (allout-show-bodies, allout-old-style-prefixes)
3698         (allout-stylish-prefixes, allout-numbered-bullet)
3699         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3700         predicates to qualify `safe-local-variable' property, when
3701         available, else use equivalent lambda.
3702         (allout-current-topic-collapsed-p): Do the right thing regarding
3703         trailing blank lines.
3705 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * server.el (server-start): Only create a directory if needed.
3708         (server-edit, server-unload-hook): server-start => server-mode.
3709         (kill-emacs-hook): Cleanup upon exit.
3711 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3713         * hexl.el (hexlify-buffer): Encode process arguments manually.
3715 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
3717         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3718         call to gdb-tooltip-print.
3720 2006-05-15  Romain Francoise  <romain@orebokech.com>
3722         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3723         systems, default to "tar" since those systems probably have GNU tar.
3725 2006-05-14  Lars Hansen  <larsh@soem.dk>
3727         * desktop.el (desktop-missing-file-warning): Fix docstring.
3728         (desktop-restore-file-buffer): Correct question asked on missing file.
3730 2006-05-14  Kim F. Storm  <storm@cua.dk>
3732         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3733         Add CUA move property.
3735 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
3737         * custom.el (custom-push-theme): Load the variable before checking
3738         its `standard-value'.
3740 2006-05-13  Lars Hansen  <larsh@soem.dk>
3742         * desktop.el (desktop-save): Use with-temp-buffer.
3744 2006-05-12  Glenn Morris  <rgm@gnu.org>
3746         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
3747         * calendar/calendar.el (calendar-mode-map):
3748         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
3749         * calendar/appt.el (appt-check, appt-make-list): Refer to
3750         diary-view-entries, diary-list-entries, diary-show-all-entries
3751         rather than obsolete aliases.
3753 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
3755         * simple.el (line-move-finish): Avoid calling point motion hooks
3756         while processing intangibility.
3758 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
3760         * term/xterm.el (terminal-init-xterm): Fix typo.
3762 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
3764         * allout.el (allout-view-change-hook): Mark as being deprecated,
3765         to be replaced by `allout-exposure-change-hook'.
3766         (allout-exposure-change-hook): New, replacing
3767         `allout-view-change-hook'.
3768         (allout-flag-region): Run new hook `allout-exposure-change-hook',
3769         in addition to `allout-view-change-hook'.
3770         (allout-show-bodies, allout-old-style-prefixes)
3771         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
3772         lambda forms to prevent their showing up in variable help
3773         presentations as inscrutable byte-compiled code.
3774         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
3775         Use string-or-null-p to qualify safe-local-variable values.
3776         (allout-reindent-bodies): Use memq to qualify matches against
3777         valid safe-local-variable values.  Also, quote the lambda as above.
3778         (allout-use-mode-specific-leader): Add missing candidate-value
3779         symbols, use memq, and quote the lambda.
3780         (allout-overlay-interior-modification-handler): Remove unused
3781         variables `msg' and 'opened'.
3782         (allout-hidden-p): Constrain invisibility consideration to allout's
3783         invisibility spec, disregarding invisibility for other reasons.
3785 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
3787         * files.el (version-control): Correct safe values.
3789 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
3791         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3793         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3794         (ewoc--insert-new-node): New func.
3795         Update callers of deleted funcs to use it, instead.
3797 2006-05-11  Glenn Morris  <rgm@gnu.org>
3799         * calendar/calendar.el (diary-show-all-entries): Do not refer to
3800         obsolete alias `show-all-diary-entries'.
3801         (make-diary-entry): Not interactive.
3802         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3803         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3804         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3805         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3806         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3807         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3809 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3811         * calendar/calendar.el (calendar-french-date-string)
3812         (calendar-mayan-date-string, calendar-chinese-date-string)
3813         (calendar-astro-date-string, calendar-iso-date-string)
3814         (calendar-islamic-date-string, calendar-bahai-date-string)
3815         (calendar-hebrew-date-string, calendar-coptic-date-string)
3816         (calendar-ethiopic-date-string, calendar-persian-date-string):
3817         These functions are not interactive.
3819 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
3821         * files.el: Balance parentheses.
3823 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3825         * files.el, newcomment.el, outline.el, simple.el,
3826         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3827         progmodes/cc-vars.el, progmodes/compile.el:
3828         Move `safe-local-variable' declarations to the respective files.
3830         * help-fns.el (describe-variable): Don't print safe-var if it is
3831         byte-code.  Improve wording as suggested by Luc Teirlinck.
3833 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3835         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3836         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3837         Use a token for pending-triggers to ensure gdb-var-update
3838         gets called once per user input again for pre-GDB 6.4.
3839         (gdb-var-delete): Match on more complex expressions.
3840         (gdb-var-list-children-handler, gdb-var-create-handler):
3841         Use a token for consistency.
3843 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
3845         * textmodes/org.el (org-read-date, org-goto-calendar)
3846         (org-agenda-goto-calendar):
3847         Bind `view-calendar-holidays-initially' to nil.
3849 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
3851         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3852         Update all callers to do it there, instead.
3854 2006-05-10  Glenn Morris  <rgm@gnu.org>
3856         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3857         prefix arg case, to avoid view-diary-entries-initially error.
3858         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3859         (calendar-date-is-legal-p): Handle dates with no day part.
3861 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
3863         * comint.el (comint-insert-input): Just make it when
3864         comint-use-prompt regexp is nil (default) and with the mouse.
3865         (comint-copy-old-input): Reinstate from 2004-06-23.
3866         (comint-mode-map): Bind C-c C-m to it.
3868 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
3870         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3871         Remove spurious move to point-max (new comint behavior fixes).
3873         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3874         compatibility function (Emacs 18/19).
3875         (idlwave-is-continuation-line): Always return point at start of
3876         previous non-blank continuation line.
3877         `keyword-parameters': Fix continued comment font-lock matcher.
3878         (idlwave-font-lock-fontify-region): Written, use as
3879         font-lock-fontify-region-function, to fix continued keyword
3880         fontification issues.
3882 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3884         * term/mac-win.el (mac-font-panel-mode): Doc fix.
3885         (mac-service-selection, mac-service-open-file)
3886         (mac-service-open-selection, mac-service-mail-selection)
3887         (mac-service-mail-to, mac-service-insert-text): Rename from
3888         mac-services-*.  All uses changed.
3889         (mac-apple-event-map): Rename event symbol `services' to `service'.
3891 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
3893         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3894         (ewoc--node-enter-first, ewoc--node-enter-last)
3895         (ewoc--delete-node-internal): Merge funcs into unique callers.
3897 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
3899         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3900         return value of read-from-minibuffer for empty input.
3902 2006-05-09  Miles Bader  <miles@gnu.org>
3904         * comint.el (comint-insert-input): Remove redundant calls to setq
3905         and goto-char.
3907 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
3909         * comint.el (comint-insert-input): Make it work when
3910         comint-use-prompt-regexp is t.
3912 2006-05-10  Miles Bader  <miles@gnu.org>
3914         * subr.el (field-at-pos): New function.
3916         * comint.el (comint-insert-input): Use it.
3918 2006-05-09  Juri Linkov  <juri@jurta.org>
3920         * battery.el (battery-linux-proc-acpi): Also try
3921         `/proc/acpi/thermal_zone/THR2/temperature'.
3923         * files.el <safe-local-variable>: Remove `eval' and `let' binding
3924         for now unused lambda `string-or-null'.
3926         * add-log.el (change-log-default-name): Put `string-or-null-p'
3927         instead of lambda on `safe-local-variable' property.
3929         * diff-mode.el (diff-context->unified): Use `region-beginning' and
3930         `region-end' instead of `mark' and `point'.
3931         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3932         Operate on region in Transient Mark mode when the mark is active.
3933         Use `region-beginning' and `region-end' instead of `mark' and
3934         `point'.
3935         (diff-hunk-text, diff-goto-source): Doc fix.
3937         * startup.el (fancy-splash-screens, normal-splash-screen): Use
3938         face `mode-line-buffer-id' for mode-line buffer face instead of
3939         hard-coded `(:weight bold)'.
3941         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3942         buffer-undo-list to t (undo-ask is reproducible by visiting
3943         nested archives).
3945 2006-05-09  Kim F. Storm  <storm@cua.dk>
3947         * progmodes/grep.el (rgrep): Set default directory of *grep*
3948         buffer if we start M-x rgrep in the *grep* buffer and choose
3949         a different base directory.
3951 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
3953         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3954         completion also when ido is loaded.
3956 2006-05-09  Masatake YAMATO  <jet@gyve.org>
3958         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3959         "warning" and "import".
3960         (cpp-font-lock-keywords): Added "warning".
3962 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
3964         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3966 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3968         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3969         pages at a time, if we signal the end, we should indeed reach that end.
3971 2006-05-08  David Reitter  <david.reitter@gmail.com>
3973         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3974         output during execution of the body.
3976 2006-05-08  Kim F. Storm  <storm@cua.dk>
3978         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3980 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
3982         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3983         Use with-current-buffer.
3985 2006-05-07  Kim F. Storm  <storm@cua.dk>
3987         * subr.el (add-to-history): Remove keep-dups arg.
3989         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3990         to nil around call to add-to-history.
3992 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3995         than after a buffer modification.
3997 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
3999         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4000         call to...
4001         (gud-watch): ...here so speedbar is raised for already watched
4002         expressions.
4003         (gdb-speedbar-refresh): Delete function.
4004         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4005         Use speedbar-timer-fn instead of speedbar-refresh (reverting
4006         earlier change).
4007         (gdb-var-evaluate-expression-handler)
4008         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4010         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4011         Update localized contents for all buffers except ignored modes.
4013 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4015         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4016         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4017         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4018         (mac-handle-font-panel-closed, mac-handle-font-selection):
4019         New functions.
4020         (mac-font-panel-mode): New minor mode.
4021         (mac-apple-event-map): Add bindings for toolbar toggle button and
4022         font panel.
4023         (menu-bar-showhide-menu): Add mac-font-panel-mode.
4025 2006-05-07  John Paul Wallington  <jpw@pobox.com>
4027         * ibuffer.el (ibuffer-compressed-file-name-regexp):
4028         Avoid `regexp-opt'; simplify regexp for readability.
4030 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
4032         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4033         * files.el (buffer-stale-function):
4034         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4035         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4036         links to the main manual, not to emacs-xtra.
4038 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4040         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4041         MacJapanese if text is ASCII-only.
4043 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
4045         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4046         unless so nil isn't returned.
4047         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4049 2006-05-06  Kim F. Storm  <storm@cua.dk>
4051         * subr.el (add-to-history): New function.
4053         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4054         (ediff-merge-files-with-ancestor):
4055         * env.el (setenv):
4056         * isearch.el (isearch-update-ring):
4057         * server.el (server-visit-files):
4058         * progmodes/grep.el (lgrep, rgrep):
4059         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4060         * progmodes/xscheme.el (xscheme-insert-expression):
4061         Use add-to-history.
4063         * kmacro.el (kmacro-push-ring): Use add-to-history.
4064         (kmacro-ring-length): Remove unused defun.
4065         (kmacro-start-macro): Use kmacro-push-ring.
4067 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
4069         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4070         directly instead of a lambda expression that calls it.
4072 2006-05-06  Kim F. Storm  <storm@cua.dk>
4074         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4075         instead of compute-motion.
4077 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
4079         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4080         change.
4082 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
4084         * startup.el (command-line-1): Refer to "Pure Storage" on
4085         pure-space-overflow.
4087 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
4089         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4090         provided faces once they all have been used up.
4092 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4094         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4095         reference to the Lisp manual to the warning about pure space
4096         overflow.
4098 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4100         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4101         argument to avoid the call to `ispell-internal-change-dictionary'
4102         when not needed.
4103         (ispell-change-dictionary): Use this argument and call
4104         `ispell-internal-change-dictionary' after the possible change
4105         to `ispell-local-dictionary'.
4106         (ispell-internal-change-dictionary): Check for a change in
4107         personal dictionary use too.
4109 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
4111         * startup.el (command-line): On MS-Windows, probe "~", not
4112         "~USER", for warning about non-existent home directory
4114         * arc-mode.el (archive-l-e): New optional argument `float' means
4115         generate a float value.
4116         (archive-arc-summarize, archive-lzh-summarize)
4117         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4118         with 3rd argument non-nil when file's size is being computed.
4119         Format the file sizes with %8.0f instead of %8d.
4121 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4123         * cus-start.el (all): Add mac-dnd-known-types.
4125         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4126         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4127         (mac-TIFF-to-string): New functions.
4128         (x-get-selection, x-selection-value)
4129         (mac-select-convert-to-string): Use them.
4130         (mac-text-encoding-mac-japanese-basic-variant): New constant.
4131         (mac-dnd-types-alist): New customization variable.
4132         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4133         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4134         (mac-dnd-handle-drag-n-drop-event): New functions.
4135         (mac-drag-n-drop): Remove function.
4136         (global-map): Bind drag-n-drop and M-drag-n-drop to
4137         mac-dnd-handle-drag-n-drop-event.
4139 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
4141         * progmodes/perl-mode.el (perl-beginning-of-function):
4142         Skip anonymous subs.
4144 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
4146         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4147         regexp-opt at run time.
4149         * term.el (term-handle-ansi-escape): Fix off by one error.
4151 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
4153         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4154         (gdb-init-1, gdb-post-prompt): ...and references to it.
4155         (gdb-frame-handler): Strip directory name from filename if present.
4157         * progmodes/gud.el (gdb-force-update): Delete defvar
4158         (gud-speedbar-buttons): ...and references to it.  Use window-start
4159         to try to keep positon in watch expression.
4161 2006-05-03  Richard Stallman  <rms@gnu.org>
4163         * simple.el (next-history-element, previous-history-element): Doc fix.
4165         * isearch.el (isearch-update-ring): Doc fix.
4167 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
4169         * isearch.el (isearch-update-ring): Take history-delete-duplicates
4170         into consideration.  Replace one arm ifs with whens.
4172 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
4174         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4175         (menu): Fix typo.
4177 2006-05-02  Miles Bader  <miles@gnu.org>
4179         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4181 2006-05-02  Jay Belanger  <belanger@truman.edu>
4183         * calc/calc-embed.el (calc-override-minor-modes-map)
4184         (calc-override-minor-modes): New variables.
4185         (calc-do-embedded): Make sure that Calc keystrokes aren't
4186         overwritten by minor modes.
4188 2006-05-02  Chong Yidong  <cyd@mit.edu>
4190         * msb.el (msb): If EVENT is a down event, read and discard the up event.
4192 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4194         * startup.el (command-line-1): Refer to Lisp manual when
4195         pure-space-overflow occurs.
4197         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4198         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4199         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4200         (version-control): Don't use `t' for safe-local-variable declarations.
4202 2006-05-01  Richard Stallman  <rms@gnu.org>
4204         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4205         M-r, M-R, M-A, M-SPC or M-DEL.
4206         (diff-mode-map): diff-refine-hunk now on C-c C-w
4207         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4209         * help-mode.el (help-mode): view-exit-action calls delete-window
4210         only when it is safe and possible.
4212         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4213         in messages.
4215         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4217         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4218         in the default tool-bar-map.
4220 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
4222         * net/tramp.el (tramp-completion-file-name-handler-alist)
4223         (tramp-run-real-handler, tramp-completion-run-real-handler)
4224         (tramp-completion-handle-file-name-all-completions)
4225         (tramp-completion-handle-file-name-completion): Autoload them.
4226         (tramp-completion-handle-file-exists-p)
4227         (tramp-completion-handle-file-name-directory)
4228         (tramp-completion-handle-file-name-nondirectory)
4229         (tramp-completion-handle-expand-file-name): Remove them.
4230         (tramp-handle-file-name-directory): Return the real directory name.
4231         Returning "/" only doesn't need to be necessary any longer.
4232         (tramp-file-name-handler): Make special attention when in hostname
4233         completion mode.
4234         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4235         (tramp-register-file-name-handlers):
4236         Register `tramp-completion-file-name-handler' only when
4237         `partial-completion-mode' is enabled.
4238         (tramp-completion-handle-file-name-all-completions):
4239         Delete directory part from results.
4240         (tramp-get-completion-methods, tramp-get-completion-user-host):
4241         Discard deleting "/", it doesn't work after the change of
4242         `tramp-handle-file-name-directory' above.
4244 2006-05-01  Kim F. Storm  <storm@cua.dk>
4246         * progmodes/grep.el (grep-expand-template): Use save-match-data
4247         and symbol-value.
4249 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4251         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4252         Use select-frame-set-input-focus instead of raise-frame.
4253         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4255 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
4257         * progmodes/gud.el (gud-def): Add %c case.
4258         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4259         (gud-format-command): Make match case sensitive.  Match on %F.
4261 2006-04-30  Glenn Morris  <rgm@gnu.org>
4263         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4264         (cal-tex-preamble): Use cal-tex-preamble-extra.
4265         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4266         than alias `list-diary-entries'.
4268 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
4270         * help-fns.el (describe-variable): Add info about safe local variables.
4272 2006-04-29  Richard Stallman  <rms@gnu.org>
4274         * bindings.el (mode-line-format): help-echo doc fixes.
4276         * net/tramp.el (tramp-file-name-handler-alist): Delete
4277         expand-file-name and other operations that can cause spurious loading.
4279 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4281         * files.el (safe-local-variable-p): Remove support for the special
4282         value t.
4284         * textmodes/paragraphs.el (sentence-end-without-space):
4285         Fix safety predicate.
4286         (sentence-end-double-space, sentence-end-without-period)
4287         (paragraph-ignore-fill-prefix):
4288         * textmodes/fill.el (colon-double-space):
4289         * abbrev.el (abbrev-mode): Tighten the safety predicate.
4291         * subr.el (booleanp): New fun.
4293         * textmodes/reftex-vars.el (reftex-guess-label-type):
4294         Tighten the safety predicate.
4296 2006-04-28  Kim F. Storm  <storm@cua.dk>
4298         * progmodes/grep.el (defgroup grep): Doc fix.
4299         (grep-auto-highlight): Remove.
4300         (grep-template): New defcustom.
4301         (grep-find-template): Rename from grep-tree-template.
4302         (grep-files-aliases): Rename from grep-tree-files-aliases.
4303         Remove "all" alias, add "l" alias.
4304         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4305         (grep-find-ignored-directories): New defcustom to replace
4306         grep-tree-ignore-CVS-directories, to facilitate ignoring
4307         subdirectories for multiple version control systems.
4308         (grep-mode-map): Add Recursive grep item to GREP menu.
4309         (grep-regexp-history, grep-files-history): New defvars.
4310         (grep-probe): New helper function.
4311         (grep-compute-defaults): Use it to simplify code.
4312         Adapt to name changes.
4313         Use `.' as base in grep-find-template rather than <D>.
4314         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
4315         Call grep-compute-defaults unconditionally.
4316         (grep-expand-keywords): New defconst.
4317         (grep-expand-template): Rename from grep-expand-command-macros.
4318         Simplify via grep-expand-keywords.  Look at case-fold-search instead
4319         of grep-tree-ignore-case to add -i option.
4320         Bind case-fold-search to nil while matching keywords.
4321         (grep-tree-last-regexp, grep-tree-last-files): Remove.
4322         (grep-read-regexp, grep-read-files): New helper functions.
4323         (rgrep): Rename from grep-tree.  Rework to use proper histories.
4324         Adapt to changes in defcustoms and functions above.
4325         (lgrep): New command, as grep, but using same interactive UI as rgrep.
4327 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
4329         * net/tramp.el (tramp-completion-file-name-handler):
4330         Disable Tramp's functionality while loading Tramp itself.
4331         (tramp-register-file-name-handlers): That's a defsubst now.
4332         Code from `tramp-repair-jka-compr' moved here.  Apply it via
4333         `after-init-hook'.
4334         (tramp-repair-jka-compr): Remove.
4336 2006-04-27  Jay Belanger  <belanger@truman.edu>
4338         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4339         read expression when `math-read-big-expr' doesn't work.
4341 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
4343         * startup.el (command-line-1): Display warning when
4344         pure-space-overflow is non-nil.
4346 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4348         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4349         risky.
4351 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4353         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4354         Return the URL or nil if none can be generated.
4356 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
4358         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4359         byte compiler warnings.
4360         (gud-basic-call, gud-find-expr): Let user select an expression
4361         for printing.  Print expression as well as value in GUD buffer.
4363 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
4365         * allout.el: Remove local autoload declaration for
4366         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4367         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4368         (allout-plain-bullets-string, allout-distinctive-bullets-string)
4369         (allout-use-mode-specific-leader, allout-old-style-prefixes)
4370         (allout-stylish-prefixes, allout-numbered-bullet)
4371         (allout-file-xref-bullet, allout-presentation-padding)
4372         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4373         safe-local-variable with suitable value spec, and add autoload
4374         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
4375         (move-beginning-of-line, move-end-of-line): Repair so these compat
4376         functions now actually resituate the point, when appropriate.
4378 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4380         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4382         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4383         (add-log-iso8601-time-string): Fix call to format-time-string.
4385 2006-04-26  Kim F. Storm  <storm@cua.dk>
4387         * subr.el (posn-string, posn-image, posn-object): Doc fix.
4389 2006-04-26  Masatake YAMATO  <jet@gyve.org>
4391         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4392         Add support for "//" style comments.  Remove `b' flag
4393         from ?* in `asm-mode-syntax-table'.
4395 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4397         * follow.el: Use (featurep 'xemacs) everywhere.
4398         (follow-mode): Use define-minor-mode.
4399         (follow-mode-map): Move initialization into the declaration.
4400         Use command remapping.
4401         (follow-emacs-version-xemacs-p): Remove.
4402         (follow-submit-feedback): Remove.
4404         * allout.el (allout-layout, allout-passphrase-verifier-string)
4405         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4407         * textmodes/reftex-vars.el (reftex-vref-is-default)
4408         (reftex-fref-is-default, reftex-guess-label-type):
4409         Tighten up a bit the safety predicate.
4411         * textmodes/paragraphs.el (sentence-end-double-space)
4412         (sentence-end-without-period, sentence-end-without-space)
4413         (page-delimiter, paragraph-ignore-fill-prefix):
4414         Tighten up a bit the safety predicate.
4416         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4418         * progmodes/python.el (python-continuation-line-p)
4419         (python-beginning-of-statement): syntax-ppss may return
4420         a negative depth.
4421         (python-mode): Don't forcefully enable font-lock.
4423         * time-stamp.el (time-stamp-start, time-stamp-end)
4424         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4426         * add-log.el: Remove spurious * in docstrings.
4427         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4428         (add-change-log-entry): Use it here, since it's not specific
4429         to iso8601.
4430         (add-log-iso8601-time-string): Don't use it here any more.
4431         (change-log-indent-text, change-log-indent): Rename from add-log-*.
4433         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4435 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
4437         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4438         (rcirc-toggle-low-priority): Doc fix.
4439         (rcirc-handler-NOTICE): Remove beginning of line anchor in
4440         ChanServ regexp.
4441         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4442         #emacs.
4443         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4444         (rcirc-decode-coding-system): Use utf-8 as the default.
4445         (rcirc-multiline-minor-mode): Set the fill-column.
4446         (rcirc-format-response-string): Display bright and dim nicks.
4447         (rcirc-browse-url): Update interactive spec to fill ARG.
4448         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4449         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4451 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
4453         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4454         case for @Article, etc.
4456 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
4458         * net/tramp.el (tramp-register-file-name-handlers): New defun.
4459         Added with autoload cookie.
4460         (tramp-unload-file-name-handlers): Rename from
4461         `tramp-unload-file-name-handler-alist'.
4463 2006-04-23  Romain Francoise  <romain@orebokech.com>
4465         * comint.el (comint-match-partial-filename): Doc fix.
4467 2006-04-21  Glenn Morris  <rgm@gnu.org>
4469         * calendar/cal-menu.el (calendar-mode-map): Refer to
4470         `diary-view-entries' rather than alias `view-diary-entries'.
4471         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4473 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
4475         * progmodes/antlr-mode.el (antlr-default):
4476         * cus-edit.el (custom-documentation):
4477         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4478         in defface.
4480 2006-04-21  Kim F. Storm  <storm@cua.dk>
4482         * image.el (image-type): New defun split out of create-image.
4483         (create-image): Use it.
4485 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
4487         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4488         (org-open-at-point): Remove the "...done" message to keep output
4489         in the echo area visible.
4490         (org-export-as-xoxo): Fix call to `indent-region'.
4492 2006-04-21  Kevin Ryde  <user42@zip.com.au>
4494         * international/mule.el (keyboard-coding-system): defcustom
4495         info-link fixes: "Specify Coding" has been split, keyboard now in
4496         "Terminal Coding", and "Single-Byte Character Support" is now
4497         "Unibyte Mode".
4499 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
4501         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4502         Use font-lock-warning-face for any errors e.g. no stack.
4503         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4505 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
4507         * progmodes/sh-script.el (sh-shell): Mark as safe.
4509         * newcomment.el (comment-start, comment-start-skip)
4510         (comment-end-skip, comment-end): Mark as safe.
4512 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
4514         * textmodes/org.el (org-deadline-announce): Face removed.
4515         (org-level-faces, org-n-levels): Convert to constant.
4516         (org-compatible-face): New function.
4517         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4518         (org-level-5, org-level-6, org-level-7, org-level-8)
4519         (org-special-keyword, org-warning, org-headline-done, org-link)
4520         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4521         (org-scheduled-today, org-scheduled-previously, org-time-grid):
4522         Face definition revised for better color tty support.
4523         (org-bold-re, org-italic-re, org-underline-re): New constants.
4524         (org-set-font-lock-defaults): Use the new constants.
4525         (org-agenda-highlight-todo): New function.
4526         (org-agenda-todo): Fix bug with point at end of line.
4527         (org-agenda-change-all-lines, org-finalize-agenda-entries):
4528         Fontify TODO keywords.
4529         (org-insert-link): Preserve relative path in ../ links.
4530         (org-export-as-html): Convert links pointing to .org files into
4531         links that will work beteen the exported HTML files.
4532         (org-todo-list): Fix bug when arg=0.
4533         (org-insert-heading): More fine-tuning.
4535 2006-04-19  Romain Francoise  <romain@orebokech.com>
4537         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4538         from `rmail-mime-charset-pattern'.
4540 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4542         * progmodes/python.el (python-mode): Fix typo.
4544 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
4546         * comint.el (comint-previous-input): Don't clobber input line
4547         when moving off either end of the input history ring.
4548         (comint-delete-input): New function, used by
4549         `comint-previous-input' and others.
4550         (comint-previous-matching-input):
4551         Use `coming-delete-input'.  Save the partial input if leaving the
4552         edit line.  Goto point-max before deleting input to avoid
4553         partial input fragments hanging around.
4554         (comint-restore-input): New function, used by `comint-previous-input'.
4556 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
4558         * imenu.el (imenu--index-alist): Balance parentheses.
4560 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
4562         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4564 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
4566         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4567         file is nil.
4569 2006-04-18  Richard Stallman  <rms@gnu.org>
4571         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4573         * imenu.el (imenu-create-index-function, imenu--index-alist)
4574         (imenu--last-menubar-index-alist, imenu--make-index-alist)
4575         (imenu-default-create-index-function, imenu--generic-function):
4576         Doc fixes.
4578         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4580         * help-mode.el (help-mode): Set view-exit-action to delete window.
4582         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
4583         now works by passing nil as arg.
4585         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4587         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4588         (read-abbrev-file): Provide default when reading filename.
4590         * files.el (enable-local-variables): Allow :all as value.
4591         (hack-local-variables): Implement that value.
4592         (safe-local-variable-values, safe-local-eval-forms)
4593         (enable-local-variables): Mark as risky.
4594         (find-file-visit-truename, kept-old-versions): Mark safe.
4596         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4597         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4598         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4600 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4602         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4603         Use forward-line so as to get to BOL even in the presence of fields.
4604         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4605         in return.
4606         (inferior-tcl): Tell tclsh to work in interactive mode.
4608         * complete.el (partial-completion-mode):
4609         Use 'choose-completion-string-functions to make sure that
4610         choose-completion fills the minibuffer properly.
4612         * complete.el (PC-old-read-file-name-internal): Remove.
4613         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
4614         of read-file-name-internal.
4615         (partial-completion-mode): Enable/disable this advice.
4617 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
4619         * net/tramp.el (tramp-completion-file-name-handler): Revert change
4620         of 2006-04-17.
4622 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
4624         * textmodes/org.el (org-insert-heading): Insert heading before
4625         current if at beginning of line.
4626         (org-todo, org-date): New faces.
4627         (org-table-align): Make sure tooltip window contains full text.
4628         (org-no-properties): New defsubst.
4629         (org-set-font-lock-defaults): Use new faces.
4631 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
4633         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4634         for root variables.
4636         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4637         (gdb-frame-address): Re-use to identify frame for watch expression.
4638         (gdb-var-list, gdb-var-create-handler): Add frame address for root
4639         variables.
4640         (gdb-init-1, gdb-source, gdb-post-prompt)
4641         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4642         (gdb-frame-handler): Get gdb-frame-address.
4644 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
4646         Sync with Tramp 2.0.53.
4648         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4649         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4650         (tramp-completion-file-name-handler): Add autoload cookie for
4651         adding to `file-name-handler-alist'.
4653         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4654         the prompt.  If it returns earlier (when detecting an error
4655         message), the rest of the output will merge accidently with the
4656         output of the next command.  Reported by M Jared Finder
4657         <jared@hpalace.com>.
4659         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4660         for `process-file', in order to let it work for older Emacsen too.
4662 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
4664         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4665         (tex-font-lock-keywords-3): Use it.
4667 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * newcomment.el (comment-add): New function.
4670         (comment-region-default, comment-dwim): Use it.
4672 2006-04-15  Michael Olson  <mwolson@gnu.org>
4674         * emacs-lisp/tq.el: Improve comments.
4675         (tq-queue-head-question): New accessor function.
4676         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4677         Update for modified queue structure.
4678         (tq-queue-add): Accept `question' argument.
4679         (tq-queue-pop): If a question is pending, send it.
4680         (tq-enqueue): Accept new optional argument `delay-question'.
4681         If this is non-nil, and at least one other question is pending a
4682         response, queue the question rather than sending it immediately.
4684 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4686         * calendar/appt.el (appt-add): Check whether an appointment is
4687         already present in appt-time-msg-list.  Simplify code.
4689 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4691         * progmodes/cc-langs.el (c-mode-menu):
4692         Don't presume c-subword-mode is bound.
4694 2006-04-13  Bill Wohler  <wohler@newt.com>
4696         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4697         (customize-package-emacs-version): Use cdr instead of cadr now
4698         that alists use dotted pairs.
4700         * custom.el (defcustom): Fix docstring for :package-version.
4702 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
4704         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4705         (tramp-handle-shell-command): Display output buffer only when
4706         `tramp-display-shell-command-buffer' is true.
4707         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4709 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4711         * textmodes/org.el (org-set-autofill-regexps): Set only the local
4712         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4714 2006-04-13  Romain Francoise  <romain@orebokech.com>
4716         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4717         leaving temporary .cvsignore buffers behind.
4719 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4721         * textmodes/org.el (org-set-regexps-and-options)
4722         (org-get-current-options): Better names for the startup folding
4723         options.
4725 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
4727         * vc.el (vc-annotate): Arrange for point to end up at the same
4728         line number as in the original, but only when using a new buffer.
4730 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
4732         * files.el (hack-one-local-variable-eval-safep):
4733         Recognize `edebug-form-spec' for `put', but only if it passes
4734         `edebug-basic-spec'.  Generalize `put' handling.
4736         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4737         vetting file-local form specs.
4739         * allout.el (allout-layout): Autoload its `safe-local-variable'
4740         property.
4742 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
4744         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
4745         (org-agenda-mouse-1-follows-link)
4746         (org-mouse-1-follows-link): New options.
4747         (org-format-agenda-item): Fix bug if TAGS is nil.
4748         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
4750 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
4752         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
4753         GDB 6.1+ gives full filename for "info sources" so use
4754         file-name-nondirectory.
4756 2006-04-12  Romain Francoise  <romain@orebokech.com>
4758         * subr.el (read-passwd): Bind `message-log-max' to nil.
4760 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4762         * progmodes/perl-mode.el (perl-indent-new-calculate):
4763         Recompute parse-start after jumping backward by a whole sexp.
4765 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4767         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
4768         window configuration.
4769         (vc-annotate-display-select): Select the buffer so that current-buffer
4770         (and selected-window) is the output buffer at the end of vc-annotate.
4772 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
4774         * vc.el (vc-annotate-color-map): Add custom TTY color map for
4775         8-color terminals, to use all of the colors in a sensible order.
4776         256-color terminals work well with the standard map.
4777         (vc-annotate-lines): Only strip the first color character if it
4778         is "#", to allow for terminal-style named colors.
4779         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4780         the correct buffer is scrolled.
4782 2006-04-11  Richard Stallman  <rms@gnu.org>
4784         * emacs-lisp/bytecomp.el (byte-compile-file):
4785         Bind enable-local-variables to :safe, and make normal-mode obey it.
4787         * files.el (enable-local-variables): Allow value :safe.
4788         (normal-mode): Doc fix.
4789         (hack-local-variables): Implement enable-local-variables = :safe.
4790         (hack-local-variables-confirm): Don't prevent quitting.
4792 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4794         * loadhist.el (unload-feature): A bit of sanity check of
4795         load-history entries.  Cancel timer-vars before unbinding them.
4797         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4798         quote special chars, and make the trick work on the hex part of the
4799         buffer as well.
4800         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4801         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4803         * startup.el (normal-splash-screen): Fix last change so we don't wait
4804         2 minutes if we don't show the splash screen.
4806 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
4808         * textmodes/org.el (org-export-plain-list-max-depth)
4809         (org-table-spaces-around-separators)
4810         (org-radio-targets, org-activate-camels)
4811         (org-table-spaces-around-invisible-separators): Options removed.
4812         (org-time-stamp-rounding-minutes, org-remember-templates)
4813         (org-ellipsis, org-activate-links, org-descriptive-links):
4814         New options.
4815         (org-remember-apply-template, org-current-time)
4816         (org-finish-edit-table-field)
4817         (org-link-unescape, org-link-escape)
4818         (org-string-width, org-table-clean-line, org-html-do-expand)
4819         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4820         (org-read-agenda-file-list): New functions.
4821         (org-table-edit-field)
4822         (org-table-create-or-convert-from-region): New commands
4823         (org-table-toggle-vline-visibility): Command removed.
4824         (org-table-convert-region): Made a command.
4825         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4826         Replace with the normal org- functions.
4827         (org-self-insert-command): Don't trigger realign unnecessarily
4828         when blanking a field that is not full.
4829         (org-mode): `Set buffer-invisibility-spec' for links.
4830         (org-activate-links2): Hide link part and only show descriptive
4831         part of the link.
4832         (org-insert-link): Modify for new linking system.
4833         (org-store-link): Store description separately, for use by
4834         `org-insert-link'.
4835         (org-table-align): Use `org-string-width'.
4836         (defgroup): Completely new group structure for custom variables.
4837         (org-agenda-files): Option: Single file name allowed.  Function:
4838         Optional argument unrestrited means ignore any restricitons.
4839         (org-install-agenda-files-menu): Find a buffer in Org-mode before
4840         trying to modify the menu.  Use generalized access to
4841         `org-agenda-files.'
4842         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4843         (org-agenda-file-to-front, org-remove-file, org-diary)
4844         (org-tags-view, org-export-icalendar-all-agenda-files)
4845         (org-export-icalendar-combine-agenda-files): Use generalized
4846         access to `org-agenda-files'.
4847         (org-remember-handler): Correctly preserve heading if present.
4848         (org-table-insert-row, org-table-insert-hline): Deal with
4849         invisible characters.
4851 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
4853         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4854         (vc-annotate-color-map): New 18 element constant
4855         value/saturation, rotating hue colormap, from red->blue.
4856         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4857         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4858         (vc-annotate): To avoid killing the required local variables,
4859         set them before the end of `with-output-to-temp-buffer', and
4860         after first switching to annotate-mode.
4861         (vc-annotate-warp-version): Add buffer argument in goto-line to
4862         ensure annotation, not source, is scrolled.
4864 2006-04-10  Bill Wohler  <wohler@newt.com>
4866         * custom.el (defcustom, custom-handle-keyword):
4867         Add :package-version keyword.
4868         (custom-add-package-version): New function.  Sets value of new
4869         property 'custom-package-version from :package-version keyword.
4870         (defcustom): Create Common Keywords section in docstring.
4871         (defface, defgroup): Replace definitions of a select few keywords
4872         with a reference to the Common Keywords in defcustom.
4873         (defcustom, defface, defgroup): Replace reference to Customization
4874         chapter in manual with hyperlink.
4876         * cus-edit.el (customize-package-emacs-version-alist):
4877         New variable.
4878         (customize-changed-options): Add check for custom-package-version.
4879         (customize-package-emacs-version): New function to look up Emacs
4880         version corresponding to the given package version.
4882         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4883         defun name, in similar fashion to find-variable-regexp.
4885 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
4887         * international/mule-cmds.el (set-locale-environment): Fix last
4888         change for when the locale's preferences don't specify any encoding.
4890 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4892         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4893         so the defined var/fun doesn't need to be quoted.
4895 2006-04-10  Richard Stallman  <rms@gnu.org>
4897         * finder.el (finder-mode-map): Add n and p bindings.
4899 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
4901         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4902         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4903         (gdb-setup-windows): Put something in source window if we can't find
4904         the source file.
4905         (gdb-frame-handler): Make it work again with just assembly.
4906         (gdb-data-list-register-values-handler): Make it work when there is
4907         no stack.
4909 2006-04-09  Richard Stallman  <rms@gnu.org>
4911         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4912         specs while looking for charset.
4914         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4916         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4917         Make them faces.
4918         (lm-font-lock-keywords): Update appropriately.
4920 2006-04-10  Kim F. Storm  <storm@cua.dk>
4922         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4923         it can also replace buffer-substring-no-properties.
4925         * emulation/cua-base.el (cua-delete-region, cua-paste)
4926         (cua-repeat-replace-region): Use filter-buffer-substring.
4928         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4929         (cua-cut-region-to-global-mark): Likewise.
4931         * emulation/cua-rect.el (cua--extract-rectangle)
4932         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4934 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4936         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4937         entry-type.  Add field delimiters to numerical fields if they are
4938         not present.
4940 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4942         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4943         string-const to return value.
4944         (bibtex-remove-delimiters): Use it.
4946 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4948         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4949         cl-byte-compile-compiler-macro unless it exists.
4951 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
4953         * files.el (hack-local-variables-confirm) <offer-save>:
4954         Clarify message text.  Suggested by Ralf Angeli.
4956 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
4958         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4959         (delete-extract-rectangle-line): Use `filter-buffer-substring'
4960         instead of `buffer-substring' and `delete-region'.  (Most of the
4961         code actually copied from `kill-region'.)
4963 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
4965         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4966         (rcirc-default-port): Rename from rcirc-port.
4967         (rcirc-default-nick): Rename from rcirc-nick.
4968         (rcirc-default-user-name): Rename from rcirc-user-name.
4969         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4970         (rcirc-low-priority-flag): New variable.
4971         (rcirc-decode-coding-system): New defcustom.
4972         (rcirc-encode-coding-system): New defcustom.
4973         (rcirc-coding-system-alist): New defcustom.
4974         (rcirc-multiline-major-mode): New defcustom.
4975         (rcirc-nick): New internal variable.
4976         (rcirc-process): Remove variable.
4977         (rcirc-server-buffer): New variable.
4978         (rcirc): Update to use rcirc-default-* variables above.
4979         (rcirc-connect): Do not add window-configuration-hook-here.
4980         (rcirc-server): New internal variable.
4981         (rcirc-connect): Do not send keepalive pings if
4982         rcirc-keepalive-seconds is nil.
4983         (with-rcirc-server-buffer): New macro.
4984         (rcirc-send-string): Encode with rcirc-encode-coding-system.
4985         (rcirc-server-name): Rename from rcirc-server.
4986         (rcirc-buffer-process): New function.
4987         (rcirc-buffer-nick): New function.
4988         (rcirc-buffer-target): Remove function.
4989         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4990         New commands.
4991         (rcirc-mode-map): Change binding of C-c C-l to
4992         rcirc-toggle-low-priority.
4993         (rcirc-mode): Initialize coding system based on
4994         rcirc-coding-system-alist.  New change-major-mode-hook to part the
4995         channel on a mode change.  Make kill-buffer-hook buffer-local.
4996         (rcirc-change-major-mode-hook): New function.
4997         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4998         (rcirc-last-post-time): New variable.
4999         (rcirc-process-message): Store the last time user posted a message
5000         to this target.
5001         (rcirc-multiline-minor-mode): New mode.
5002         (rcirc-multiline-minor-mode-map): New mode map.
5003         (rcirc-edit-multiline): Put multiline-edit buffer in
5004         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5005         (rcirc-print): Ignore any line starting with an ignored nick.
5006         (rcirc-print): Decode using rcirc-decode-coding-system.
5007         (rcirc-track-minor-mode): Update global-mode-string when disabling
5008         this mode.
5009         (minor-mode-alist): Add LowPri indicator.
5010         (rcirc-toggle-low-priority): New function.
5011         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5012         next lowpriority buffer with activity.
5013         (rcirc-record-activity): Sort buffers in rcirc-activity by the
5014         last time the user posted a message in to the target.
5015         (rcirc-update-activity-string): New formatting for low priority
5016         buffers.
5017         (rcirc-split-activity): New function.
5018         (rcirc-handler-PART, rcirc-handler-KICK)
5019         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5020         (rcirc-nick-away-alist): New variable.
5021         (rcirc-handler-301): New handler.  Away messages are printed once
5022         per change.
5024 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
5026         * info.el (Info-follow-nearest-node): Doc fix.
5028         * international/mule-cmds.el (set-locale-environment): Make sure
5029         the coding-system preferred by the locale's language has the same
5030         EOL conversion type as the original buffer-file-coding-system.
5031         (locale-language-names): Add a few MS Windows language codes.
5033 2006-04-07  Richard Stallman  <rms@gnu.org>
5035         * simple.el (eval-expression): Doc fix.
5037         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5038         (eval-defun): Doc fixes.
5040 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5042         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5044 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
5046         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5047         GDB list command without argument for greater generality.
5049 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5051         * subr.el (string-or-null-p): New function.
5053         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5055         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5057         * files.el: Update comment about safe-local-variable declarations.
5059 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
5061         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5062         See idlwave.org.
5064         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5065         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
5067         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5068         See idlwave.org.
5070         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5071         version 6.0 (minimal changes).  See idlwave.org.
5073         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5074         6.0 (minimal changes).  See idlwave.org.
5076         * progmodes/idlw-rinfo.el: File obsoleted and removed.
5078 2006-04-06  Romain Francoise  <romain@orebokech.com>
5080         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5081         symmetric encryption features and a new asynchronous interface to
5082         GnuPG.  This new version is version 1.4, plus whitespace changes.
5084 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5086         * files.el: Move some `safe-local-variable' declarations to the
5087         respective files.
5089         * textmodes/ispell.el (ispell-check-comments)
5090         (ispell-local-dictionary): Mark as safe.
5092         * abbrev.el (abbrev-mode): Mark as safe.
5094         * add-log.el (change-log-default-name): Mark as safe.
5096         * textmodes/reftex-vars.el (reftex-vref-is-default)
5097         (reftex-fref-is-default, reftex-level-indent)
5098         (reftex-guess-label-type): Mark as safe.
5100         * textmodes/fill.el (colon-double-space): Mark as safe.
5102         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5103         (sentence-end-double-space, sentence-end-without-period)
5104         (sentence-end-without-space, sentence-end, sentence-end-base)
5105         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5107 2006-04-06  Kim F. Storm  <storm@cua.dk>
5109         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5110         the :set-after list.
5111         (ido-downcase-unc-hosts): New user option.  Default on.
5112         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5113         when it is set, as regexps are now applied on the fly.
5114         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5115         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5116         on the fly, but only when ido-process-ignore-lists is set.
5117         Do case insensitive filtering if ido-downcase-unc-hosts is set.
5118         Only downcase names if ido-downcase-unc-hosts is set.
5120 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
5122         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5124         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5126 2006-04-05  Kim F. Storm  <storm@cua.dk>
5128         * ido.el (ido-mode): Set after ido-unc-hosts and
5129         ido-ignore-unc-host-regexps.
5130         (ido-save-history): Save ido-unc-hosts-cache.
5131         (ido-load-history): Load ido-unc-hosts-cache.
5132         (ido-reread-directory): Refresh unc hosts cache in // dir.
5134         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5135         to nil while displaying slash screen.
5137 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5139         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5140         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5142 2006-04-05  Kenichi Handa  <handa@m17n.org>
5144         * international/characters.el: Setup cases of Latin, Greek, and
5145         Cyrillic characters in CJK charsets.
5147 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5149         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5150         default-enable-multibyte-characters.  This reverts the change from
5151         revision 6.17 which is no longer necessary because the passphrase
5152         is sent separately now.  GnuPG messages are unreadable under
5153         multibyte locales with default-enable-multibyte-characters set to nil.
5155 2006-04-04  Andreas Schwab  <schwab@suse.de>
5157         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5158         and `byte-compile-warnings' as `safe-local-variable'.
5160 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
5162         * man.el (Man-mode-map): Restore the \r binding.
5163         (Man-abstract-xref-man-page): If Man-target-string is a function,
5164         call it.
5165         (Man-highlight-references): Use Man-default-man-entry to get the
5166         target.  Deal with xrefs too.
5167         (Man-highlight-references0): Don't call the target function.
5169         * woman.el (WoMan-xref-man-page): Strip the section number, woman
5170         cannot deal with it.
5172 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5174         * pgg-gpg.el: Clean up process buffers every time gpg processes
5175         complete.
5177 2006-04-04  Kenichi Handa  <handa@m17n.org>
5179         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5180         here.
5181         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5182         Temporarily bind inhibit-field-text-motion to t.
5184 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5186         * startup.el (normal-splash-screen): Only set mode-line-format in the
5187         splash buffer, so as not to interfere when debugging the code.
5188         Ignore errors when switching buffer.
5190 2006-04-03  Romain Francoise  <romain@orebokech.com>
5192         * dired.el (dired-dnd-protocol-alist): Fix typo.
5194 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5196         * savehist.el (savehist): Add :version.
5197         (savehist-ignored-variables): New variable.
5198         (savehist-minibuffer-hook): Don't save variables listed in
5199         `savehist-ignored-variables'.
5201         * dired.el (dired-dnd-protocol-alist): Mention that change does
5202         only apply to new buffers in doc string.
5204 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
5206         * recentf.el (recentf-open-files-item): Include newline in button
5207         field, so opening a file will work, when the point is at the end
5208         of the file name.  Allow, for example, to [i]search a file by
5209         extension and just push RET to open it.
5211 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5213         * pgg-gpg.el (pgg-gpg-process-filter)
5214         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5216         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5217         lines, temporary fix.
5219 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5221         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5223 2006-04-02  Richard Stallman  <rms@gnu.org>
5225         * progmodes/compile.el (compilation-message-face): Make it defcustom.
5227 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5229         * ibuf-macs.el (define-ibuffer-column): Add a new key:
5230         header-mouse-map.
5232         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5233         (ibuffer-mode-header-map): New keymaps.
5234         (ibuffer-update-title-and-summary): Enable mouse face highlighting
5235         and keybindings for column headers.
5236         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5237         property.
5239 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
5241         * speedbar.el (speedbar-after-create-hook): Doc fix.
5243 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
5245         * shell.el (shell-directory-tracker)
5246         (shell-dynamic-complete-command): Doc fixes.
5248 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
5250         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5251         terminals.
5253 2006-04-01  Kim F. Storm  <storm@cua.dk>
5255         * ido.el (ido-unc-hosts-cache): New defvar.
5256         (ido-unc-hosts): If value of defcustom is a function, call it to
5257         get list of UNC hosts.  Add function-item choices to specify
5258         ido-unc-hosts-net-view or user function.
5259         (ido-ignore-unc-host-regexps): New defcustom.
5260         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5261         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5262         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5264 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5267         wwidth.
5269 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
5271         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5272         (ido-max-work-file-list, ido-switch-buffer)
5273         (ido-read-file-name-as-directory-commands):
5274         Fix typos in docstrings.
5276 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5278         * term/mac-win.el (mac-system-coding-system): Define and use after
5279         Mac-specific coding systems are ready.
5281 2006-03-27  Romain Francoise  <romain@orebokech.com>
5283         * net/rcirc.el (rcirc-connect): Add autoload cookie.
5285         * ldefs-boot.el: Update.
5287 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5289         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5290         passphrases when it is not needed.
5291         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5292         passphrase stuff from gpg, should only be necessary when you use
5293         gpg with a smartcard.
5295 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
5297         * comint.el (comint-dynamic-list-completions): Allow user to
5298         select *Completions* buffer.
5300 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
5302         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5304 2006-03-26  Andreas Schwab  <schwab@suse.de>
5306         * progmodes/gud.el (gdb): Only complain about multiple debugging
5307         when the gdb process is still running.
5309 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
5311         * mail/rmail.el (tool-bar-map): Defvar it.
5312         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5313         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5315 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5317         * help.el (print-help-return-message): Suggest to use
5318         display-buffer instead of switch-to-buffer-other-window to restore
5319         the previous window without selecting it.
5321 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5323         * frame.el (select-frame-by-name): Call x-focus-frame also when
5324         window-system is mac.
5326         * term/mac-win.el: Adjust Courier font specifications in
5327         x-fixed-font-alist.
5328         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5329         when directly encoding to UTF-16 in native byte order, no BOM.
5331 2006-03-25  Kim F. Storm  <storm@cua.dk>
5333         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5334         (cua--init-keymaps): Use it instead of fixed C-return.
5335         (cua-mode): Set after it.
5337         * emulation/cua-rect.el (cua--init-rectangles):
5338         Use cua-rectangle-mark-key instead of fixed C-return.
5340 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
5342         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5343         "run" in .gdbinit.
5344         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5346 2006-03-24  Romain Francoise  <romain@orebokech.com>
5348         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5349         `display-buffer-other-frame'.
5351 2006-03-24  Kim F. Storm  <storm@cua.dk>
5353         * apropos.el (apropos-synonyms): Add selection => region.
5355 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
5357         * progmodes/gdb-ui.el (gdb-var-create-regexp)
5358         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5359         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5360         (gdb-data-list-register-values-regexp)
5361         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5362         Future proof against new fields being added to MI output.
5363         (gdb-send): Don't treat backslashes for program input as
5364         continuations.
5365         (gdb-assembler-handler): Don't use window-start for this handler.
5366         (gdb-frame-handler): Don't change to hollow arrow if overlay
5367         arrow doesn't move to new frame.
5369 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
5371         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5372         prevent compiler warnings.
5373         (gdb-stopped): Check for gud-last-last-frame (case: signal).
5374         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5375         (gdb-assembler-custom): Use hollow-right-triangle for assembler
5376         buffer too.
5378 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
5380         * pgg-gpg.el (pgg-gpg-update-agent): Check for
5381         make-network-process, so we can use the same code in Gnus v5-10
5382         too and have this file fully synchronized with that release.
5384 2006-03-23  Romain Francoise  <romain@orebokech.com>
5386         * ibuf-ext.el (ibuffer-read-filter-group-name):
5387         Use `ibuffer-generate-filter-groups' to make completion list match
5388         the filter groups that are really displayed in the Ibuffer buffer.
5389         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5391 2006-03-23  Kenichi Handa  <handa@m17n.org>
5393         * international/mule-cmds.el (sort-coding-systems): Describe that
5394         the argument is modified in docstring.
5396 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5398         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5399         (pgg-gpg-update-agent): New function.
5400         (pgg-gpg-use-agent-p): New function.
5401         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5402         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5403         (pgg-gpg-sign-region): Use it.
5405 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
5407         * cus-edit.el (custom-face-set): Call custom-push-theme before
5408         face-spec set so that `changed' theme is correctly saved.
5409         (custom-face-reset-standard): Reset to recalculated face rather
5410         than defface spec.
5412         * custom.el (custom-push-theme): Only save `changed' theme if the
5413         current face does not match the defface specs.
5415 2006-03-21  Simon Josefsson  <jas@extundo.com>
5417         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5418         <wilde@sha-bang.de>.
5419         (pgg-gpg-use-agent): New variable.
5420         (pgg-gpg-process-region): Use it.
5421         (pgg-gpg-encrypt-region): Likewise.
5422         (pgg-gpg-encrypt-symmetric-region): Likewise.
5423         (pgg-gpg-decrypt-region): Likewise.
5424         (pgg-gpg-sign-region): Likewise.
5425         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5427 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
5429         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5430         bracket links.
5432 2006-03-21  Kim F. Storm  <storm@cua.dk>
5434         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5435         fringe-indicator-alist instead of modifying global value.
5436         (gdb-frame-handler): Likewise.
5438 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5440         * diff-mode.el (diff-function): Make it inherit from diff-header
5441         instead of diff-context.
5443         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5444         bitmap.
5445         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5446         change names in macro above for consistency.
5447         (gdb-frame-handler): Use hollow-right-triangle for all selected
5448         frames which except the innermost (where execution has stopped).
5449         (gdb-reset): Reset buffer-local values of overlay-arrow.
5451 2006-03-20  Richard Stallman  <rms@gnu.org>
5453         * simple.el (set-mark-command): Doc fix.
5455         * files.el (display-buffer-other-frame): New command.
5456         (ctl-x-4-map): Bind C-x 5 C-o to it.
5458 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5460         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5461         rather than just defer-time, in case defer-time has been changed but
5462         the timer isn't running yet.
5463         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5465 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5467         * help-mode.el (help-follow-symbol): New function.
5468         Essentially identical to the old `help-follow', but do not let
5469         `push-button' do the work when on an xref.
5470         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5472 2006-03-19  Richard Stallman  <rms@gnu.org>
5474         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5475         preceded by the word `program'.
5476         (help-follow-mouse, help-follow): Throw error if not on xref.
5477         Delete no longer used args.
5479 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
5481         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5482         annotation ensure gud-overlay-arrow-position is redisplayed.
5484 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5486         * textmodes/bibtex.el (bibtex-include-OPTkey)
5487         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5488         (bibtex-autokey-name-case-convert)
5489         (bibtex-autokey-titleword-case-convert): Make these the aliases
5490         for the following two variables.
5491         (bibtex-autokey-name-case-convert-function)
5492         (bibtex-autokey-titleword-case-convert-function): Make these the
5493         real names.
5494         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5495         bibtex-font-lock-crossref sublists.
5496         (bibtex-mode): Revert 2005-12-30 change (which made
5497         completion-ignore-case buffer-local).
5498         (bibtex-url): Simplify.
5500 2006-03-19  Kim F. Storm  <storm@cua.dk>
5502         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5503         cursor property value to 2 (to align with C level change).
5505 2006-03-19  Bill Wohler  <wohler@newt.com>
5507         * image.el (image-load-path-for-library): Shorten first line in
5508         docstring.
5510 2006-03-18  Richard Stallman  <rms@gnu.org>
5512         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5514 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
5516         * isearch.el (isearch-other-meta-char): Handle user bindings for
5517         shifted control characters.
5519 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
5521         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5522         part that matches email addresses, file names, etc.
5524 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
5526         * term/w32-win.el (mouse-set-font):
5527         Mention w32-list-proportional-fonts in the doc string.
5529 2006-03-18  Kim F. Storm  <storm@cua.dk>
5531         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5532         (ido-unc-hosts): New user option to explicitly define list of know
5533         UNC-style hosts for completion.
5534         (ido-cache-unc-host-shares-time): New user option.
5535         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5536         New helper functions for UNC file-name support.
5537         (ido-may-cache-directory): Check for UNC host.  Simplify.
5538         (ido-wash-history): Clean out old UNC hosts.
5539         (ido-nonreadable-directory-p): UNC hosts are always readable.
5540         (ido-directory-too-big-p): UNC hosts are never too big.
5541         (ido-set-current-directory): Handle UNC root path.
5542         (ido-file-name-all-completions): Complete UNC host names from
5543         ido-unc-hosts list.  Cache UNC host shares.
5544         (ido-make-file-list-1): Don't filter UNC root.
5545         (ido-exhibit): Check for // in root directory, and switch to UNC
5546         mode by setting ido-current-directory to //.
5548 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
5550         * cus-edit.el (customize-changed-options): Mention explicit
5551         version number as default in prompt.
5553 2006-03-17  Bill Wohler  <wohler@newt.com>
5555         * image.el (image-load-path-for-library): Minor docstring fix.
5557 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
5559         * textmodes/org.el (org-read-date): Include subgroup 5 into
5560         replacement text.
5561         (org-popup-calendar-for-date-prompt): Fix customization type.
5563 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
5565         * progmodes/gdb-ui.el (gud-watch): Provide completion.
5566         (gdb-continuation): New variable.
5567         (gdb-send): Deal with continuation lines.
5569         * progmodes/gud.el (gud-gdb-complete-command)
5570         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5571         expressions.
5572         (gud-tooltip-mode): Use buffer-local value.
5574 2006-03-16  Kim F. Storm  <storm@cua.dk>
5576         * ido.el (ido-edit-input): Use selected match, if any.
5578 2006-03-16  Bill Wohler  <wohler@newt.com>
5580         * image.el (image-load-path-for-library): Prefer user's images in
5581         image-load-path.
5583 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
5585         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5586         when checking for attempt to drag leftmost or rightmost scrollbar.
5588 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
5590         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5591         (gdb-force-mode-line-update): New function.
5592         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5593         (gdb-exited): Use them.
5594         (gdb-signal): New function.
5595         (gdb-annotation-rules): Provide a rule for it.
5597 2006-03-16  Kenichi Handa  <handa@m17n.org>
5599         * international/mule.el (auto-coding-regexp-alist): Add entries
5600         for Unicode BOM.
5602         * sort.el (sort-build-lists): Temporarily bind
5603         inhibit-field-text-motion to t.
5605 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
5607         * locate.el (locate-command, locate-make-command-line)
5608         (locate-fcodes-file, locate-update-command)
5609         (locate-prompt-for-command, locate, locate-with-filter)
5610         (locate-get-file-positions): Doc fixes.
5611         (locate-buffer-name, locate-header-face): Remove leading `*' in
5612         defcustom.
5613         (locate-filter-output): Use `keep-lines' instead of its alias
5614         `delete-non-matching-lines'.
5615         (locate-get-filename, locate-get-dirname): Add introductory comment.
5616         (locate-find-directory-other-window): Give appropriate error
5617         message if used outside main listing.
5619 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5622         the new extend-region feature.
5623         (font-lock-after-change-function): Update correspondingly.
5624         * jit-lock.el (jit-lock-after-change): Update correspondingly.
5625         * progmodes/grep.el (font-lock-lines-before): Don't disable.
5627 2006-03-15  Bill Wohler  <wohler@newt.com>
5629         * image.el (image-load-path-for-library): Fix example by not
5630         recommending that one binds image-load-path.  Just defvar it to
5631         placate compiler and only use it if previously defined.
5633 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
5635         * textmodes/org.el (org-insert-centered): Use `string-width' to
5636         make underlining work for wide characters.
5637         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5638         TAB to `org-cycle', to make sure that no binding in
5639         `outline-mode-map' can supercede it.
5641 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
5643         * allout.el: Increment version to 2.2.1 in file commentary.
5645         (allout-version): Increment to 2.2.1.
5647         (allout-default-layout): New customization variable, used when the
5648         file lacks a specific allout-layout.  Uses allout-layout-type for
5649         recursively nested definition.
5651         (allout-layout-type): Widget defining allout layouts, necessary for
5652         self-recursive definition.
5654         (allout-mode): Incorporate allout-default-layout as fallback for
5655         allout-layout.
5657         (allout-layout): Mark as 'safe-local-variable', and refer mention
5658         fallback to `allout-default-layout' in absence of a specified value.
5659         (allout-passphrase-verifier-string)
5660         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5662         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5664         (allout-get-encryption-passphrase-verifier): Use correct name of
5665         passphrase verifier in docstring.
5667 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
5669         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5670         elements.
5671         (gdb-find-watch-expression): Make it work for arrays too.
5672         Follow change to gdb-var-list.
5673         (gud-watch): Allow the user to enter variable name with a prexix
5674         arg.  Create keybindings.
5675         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5676         (gdb-var-list-children-handler, gdb-var-update-handler)
5677         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5678         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5679         Follow change to gdb-var-list.
5680         (gdb-starting): Don't show the overlay arrows when program is running.
5682         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5683         gdb-var-list.
5685 2006-03-14  Bill Wohler  <wohler@newt.com>
5687         * image.el (image-load-path-for-library): Pass value of path
5688         rather than symbol.  Always return list of directories.
5689         Guarantee that image directory comes first.
5691 2006-03-14  Alan Mackenzie  <acm@muc.de>
5693         * font-core.el (font-lock-extend-region\(-function\)?.):
5694         New function/variable.
5696         * font-lock.el (font-lock-after-change-function):
5697         Call font-lock-extend-region.  Obey font-lock-lines-before.
5698         (font-lock-default-fontify-region): Remove reference to
5699         font-lock-lines-before.
5701         * jit-lock.el (jit-lock-after-change):
5702         Call font-lock-extend-region.  Obey font-lock-lines-before.
5704 2006-03-14  David Ponce  <david@dponce.com>
5706         * tree-widget.el (tree-widget-themes-load-path)
5707         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5709 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
5711         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5712         (rcirc-print): Mark the start of text at the end of the prompt.
5713         (rcirc-track-minor-mode): Add autoload cookie.
5714         (rcirc-update-activity-string): Add space to front of mode-line
5715         indicator.
5717 2006-03-13  Miles Bader  <miles@gnu.org>
5719         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5720         (rcirc-abbrev-nick): Remove function.
5721         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5723 2006-03-13  David Ponce  <david@dponce.com>
5725         * tree-widget.el: Handle themes across all occurrences of the main
5726         themes sub-directory found in tree-widget-themes-load-path.
5727         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5728         (tree-widget--locate-sub-directory): Return all occurrences.
5729         (tree-widget-themes-path): New function.
5730         Replace tree-widget-themes-directory, and return a list of directories.
5731         (tree-widget-set-parent-theme)
5732         (tree-widget-lookup-image): Use it.
5734 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
5736         * textmodes/org.el (org-link-search): Avoid self-matching of
5737         links, allow target text to be distributed over several lines.
5738         (org-search-not-link): New function.
5739         (org-set-regexps-and-options, org-get-current-options):
5740         New startup options.
5741         (org-export-as-html): Take odd-level setting from local variable.
5742         (org-fontify-emphasized-text): New option.
5743         (org-set-font-lock-defaults): Include emphasized text.
5744         (org-follow-mhe-link): Allow folder-only links, fix folder name.
5745         (org-font-lock): Customize group renamed from `org-faces'.
5747 2006-03-13  John Paul Wallington  <jpw@pobox.com>
5749         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
5750         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
5752 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
5754         * cus-start.el (all): Delete :version keyword for members of the
5755         fringe group, since the entire group is new in 22.1.
5757 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
5759         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
5760         map if value is hexadecimal (an address).
5761         (gud-watch): Only search roots for existing watch expressions.
5762         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
5763         prevent caching problems with speedbar-update-directory-contents.
5765 2006-03-12  Juri Linkov  <juri@jurta.org>
5767         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
5768         before comparing with `low' and `warn'.
5770         * info.el (Info-dir-remove-duplicates): Move point to the
5771         beginning of the current line after deleting the entries from
5772         redundant heading.  Use marker for `limit' and compare it with
5773         point before calling `re-search-forward'.
5775 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5777         * simple.el (yank): Fix typo in docstring.
5779 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
5781         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5782         messages, where "D" is the 6th character.
5784 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5786         * simple.el (yank): Fix last change.
5788 2006-03-11  David Ponce  <david@dponce.com>
5790         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5791         merging elements from the standard ispell-dictionary-alist.
5792         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5793         alist, and return the new alist.
5795 2006-03-11  Richard Stallman  <rms@gnu.org>
5797         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5799         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5800         the way it is implemented is too unclean.
5802         * simple.el (kill-region, yank): Doc fix.
5804         * battery.el (battery-echo-area-format): Doc fix.
5805         (battery-mode-line-format): Likewise.
5806         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5807         (battery-linux-proc-acpi): Ignore batteries that say "charged".
5809 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5811         * progmodes/octave-mod.el (octave-indent-for-comment):
5812         Behave according to do string.
5814 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
5816         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5817         Be visible only if major mode is Mail Mode.
5819         * textmodes/flyspell.el (flyspell-external-point-words)
5820         (flyspell-process-localwords): Fix last changes.
5822 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
5824         * calendar/holidays.el (list-holidays): Doc fix.
5826         * international/mule.el (auto-coding-alist): Add .odt
5827         (OpenOffice's open document) files.
5829         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5830         document) files.  Mention in the doc string the need to sync with
5831         auto-coding-alist.
5833 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
5835         * files.el (hack-local-variables-confirm): Don't prompt for ! if
5836         enable-local-variables is set to always query, or there is no
5837         savable variable.
5839 2006-03-10  Bill Wohler  <wohler@newt.com>
5841         * image.el (image-load-path-for-library): Merge at least three
5842         functions from Gnus and MH-E into this one function that can now
5843         be shared.
5845 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
5847         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5848         gdb-remove-mouse-face and remove help-echo too.
5849         (gdb-enqueue-input): Correct conditional clause.
5851 2006-03-10  Glenn Morris  <rgm@gnu.org>
5853         * calendar/calendar.el (calendar-holidays): Doc fix.
5854         * calendar/holidays.el (list-holidays): Doc fix.
5856 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
5858         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5859         it gets called in gdb-prompt anyway.
5860         (gdb-use-separate-io-buffer): Only restore window arrangement for
5861         gdb-many-windows.
5862         (gdb-enqueue-input): Make it harder to send GDB input when program
5863         is running.
5864         (gdb-buffer-list): New variable.
5865         (gdb-remove-mouse-face): New function.
5866         (gdb-starting): Use it when GDB input won't get sent.
5868 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
5870         * help.el (view-lossage): Remove trailing whitespace before
5871         inserting "\n".
5873 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
5875         * files.el (hack-local-variables-confirm):
5876         Set coding-system-for-read to nil before writing to .emacs.
5878         * arc-mode.el (archive-extract): Check if an existing buffer name
5879         comes from a different archive.
5881         * help.el (describe-key-briefly): If KEY is a down event, read and
5882         discard the up event.
5884 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
5886         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5887         be edited and use font-lock-warning-face for any changes.
5889         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5890         (gdb-edit-value): Use it to report any errors.
5892 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
5894         * help.el (describe-key): Remove leftover test code.
5896 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
5898         * textmodes/org.el: Move defvars out of eval-when-compile.
5899         Use buffer-file-name variable.
5900         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5901         arg `file'.
5902         (org-level-faces): Remove startup dependency.
5903         (org-cycle, org-map-tree, org-scan-tags)
5904         (org-remember-handler): Don't call `outline-level' directly.
5905         (org-mhe-search-all-folders): New option.
5906         (org-mhe-get-message-folder-from-index)
5907         (org-mhe-get-message-folder): Fix indexing search.
5908         (org-format-agenda-item): Handle nil TAGS argument.
5909         (org-cleaned-string-for-export, org-activate-target-links)
5910         (org-make-target-link-regexp): Deal with empty radio target list.
5911         (org-tag): New face.
5912         (org-get-level-face): New function.
5913         (org-set-font-lock-defaults): Simplify setup for headlines.
5914         (org-complete): Pass common substring to `display-completion-list'.
5916 2006-03-06  David Ponce  <david@dponce.com>
5918         * tree-widget.el: Update Commentary header.
5919         (tree-widget-theme-name): Ignore parent themes.
5920         (tree-widget-set-parent-theme): New function.
5921         (tree-widget-set-theme): Use it.
5922         (tree-widget-set-image-properties): Move definition.  Does nothing
5923         if image properties have already been set.
5924         (tree-widget-image-properties): Move definition.  Receive an image
5925         name.  Set the :pointer property.
5926         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
5927         Don't set the :pointer image property.
5928         (tree-widget-convert-widget): New function.  Handle :dynargs
5929         compatibility here.
5930         (tree-widget): Use it to :convert-widget.  Add the :expander-p
5931         predicate to control when the :expander function is entered.
5932         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5933         (tree-widget-value-create): Handle :expander-p.  widget-apply
5934         :expander.
5935         (tree-widget-expander-p): New function.  Default value of the
5936         :expander-p property.
5938 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
5940         * help.el (describe-key): Properly handle the return value of
5941         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
5942         remaps.  Handle string and vector `follow-link' values.
5944 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * complete.el (PC-expand-many-files): Try be more careful when parsing
5947         the shell's output.
5949 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * outline.el (hide-sublevels): Provide better interactive default.
5953 2006-03-06  Kenichi Handa  <handa@m17n.org>
5955         * international/fontset.el (create-fontset-from-fontset-spec):
5956         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5958 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
5960         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5961         backslashes instead of one in regexp.
5962         (gud-tooltip-dereference): Add missing optional argument.
5964 2006-03-04  John Paul Wallington  <jpw@pobox.com>
5966         * wdired.el (toplevel): Require `cl' at compile-time.
5968 2006-03-04  Andreas Schwab  <schwab@suse.de>
5970         * server.el (server-process-filter): Handle errors during
5971         evaluation of the argument.
5973 2006-03-03  John Paul Wallington  <jpw@pobox.com>
5975         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5976         escape parentheses at beginning of line.
5977         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5978         (t-mouse-mode): Remove period from end of error message.
5980 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
5982         * textmodes/flyspell.el (flyspell-process-localwords):
5983         Be case-sensitive.
5985 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
5987         * cus-edit.el (custom-quote): Remove function, since it has been
5988         moved to custom.el.
5990         * font-lock.el (lisp-font-lock-keywords-2)
5991         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5992         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5993         they have no special meaning.
5995         * midnight.el (clean-buffer-list): Handle case where base-buffer of
5996         indirect buffer gets killed before indirect buffer.  Use dolist.
5998 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
6000         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6001         value instead of a literal constant (1) on more pauses.
6003 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6005         * textmodes/flyspell.el (flyspell-external-point-words):
6006         Be case-sensitive.
6008 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
6010         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6011         with "www".
6013 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
6015         * allout.el: Restablish intermediate missing comment header to
6016         preserve outline structure.
6017         (allout-beginning-of-current-entry): Skip invisible text.
6018         (allout-open-topic): Fix opening a topic at end-of-buffer.
6019         (allout-minor-mode): Move nearer to allout-mode function.
6021 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
6023         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6025 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
6027         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6028         is nil.
6030         * progmodes/gud.el (gud-speedbar-menu-items):
6031         Use buffer-local-value and add missing :visible keyword.
6033         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6035 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
6037         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6038         must be `follow-link'.
6040         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6042         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6043         formatting: No nested anchors.
6044         (org-all-targets): Fix bug with XEmacs compatibility.
6045         (org-read-date): Add (require 'parse-time).
6046         (org-set-tags): Fix bug with extra inserted space.
6047         (org-export-html-style): Define a style class for targets.
6048         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6049         (org-hide-leading-stars): New option.
6050         (org-hide): New face.
6051         (org-set-font-lock-defaults): Allow to hide leading stars.
6052         (org-get-legal-level, org-tr-level): New functions.
6053         (org-odd-levels-only): New option.
6054         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6055         (org-demote, org-promote): Deal with double-star levels.
6056         (org-convert-to-odd-levels): New command.
6058 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
6060         * speedbar.el (speedbar-update-localized-contents): Try to
6061         preserve window-start.
6062         (speedbar-update-directory-contents): Try to preserve window-start
6063         and window-point.
6064         (speedbar-update-special-contents): Don't move back to start of window.
6066         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6067         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
6068         speedbar-timer-fn.
6069         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6070         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6071         instead of gdb-speedbar-timer-fn.
6073 2006-02-28  Jay Belanger  <belanger@truman.edu>
6075         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6076         (math-compose-expr): Use latex option when calling
6077         `math-compose-tex-matrix' for latex mode.
6079 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
6081         * speedbar.el: Re-instate comments about developing for speedbar
6082         [this is what info and gdb-ui use even if better methods exist now].
6084         * t-mouse.el: New file.
6085         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
6086         (t-mouse-lispy-buffer-posn-from-coords): Remove.
6087         (t-mouse-make-event-element): Use posn-at-x-y instead.
6088         (t-mouse-make-event): Deal with Fedora Core 3.
6089         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6090         (t-mouse-mouse-position-function): New function.  Use it instead
6091         of advising mouse-position.
6092         (t-mouse-mode): New minor mode.
6093         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
6095 2006-02-27  Glenn Morris  <rgm@gnu.org>
6097         * calendar/calendar.el (calendar-holidays): Doc fix.
6099 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
6101         * progmodes/gdb-ui.el (gdb-source-window): New variable.
6102         Re-introduce the concept of a source window.
6103         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6104         consistency with get-buffer-create.
6105         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6106         (gdb-data-list-register-values-handler)
6107         (gdb-stack-list-locals-handler): Try to preserve window-start as
6108         well as window-point.
6109         (gdb-display-source-buffer): New function (old concept).
6110         (gdb-goto-breakpoint): Use it.
6112         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6113         for gdb-ui/gdb-mi (old concept).
6115 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
6117         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6118         binding.
6120         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6122         * textmodes/reftex-sel.el (reftex-select-label-map)
6123         (reftex-select-bib-map): Add `follow-mouse' binding.
6125 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
6127         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6128         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6129         Give :set functions to provide automatic updating.
6130         Update docstring.  Give compiler defvars early in the file
6131         and move the defcustoms to a later spot where all called functions
6132         are defined.
6133         (jka-compr-file-name-handler-entry): Doc fix.
6134         (jka-compr-compression-info-list--internal)
6135         (jka-compr-mode-alist-additions--internal)
6136         (jka-compr-load-suffixes--internal): New variables.
6137         (jka-compr-install): Set the three above variables.
6138         Update `load-file-rep-suffixes' instead of `load-suffixes'.
6139         (jka-compr-update, jka-compr-set): New functions.
6140         (auto-compression-mode): Doc fix.
6142         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6143         Update `load-file-rep-suffixes' instead of `load-suffixes'.
6144         Use jka-compr-compression-info-list--internal,
6145         jka-compr-mode-alist-additions--internal and
6146         jka-compr-load-suffixes--internal.
6148         * files.el (load-library):
6149         * loadhist.el (file-loadhist-lookup):
6150         * startup.el (command-line):
6151         * subr.el (locate-library):
6152         * emacs-lisp/autoload.el (update-directory-autoloads):
6153         * emacs-lisp/find-func.el (find-library-suffixes):
6154         Use `get-load-suffixes' instead of `load-suffixes'.
6156         * subr.el (locate-library):
6157         * emacs-lisp/find-func.el (find-library-name):
6158         Use `load-file-rep-suffixes' instead of '("").
6160 2006-02-26  Kim F. Storm  <storm@cua.dk>
6162         * ido.el (ido-save-history, ido-load-history): Simplify.
6163         Don't use find-file-noselect to avoid interference from other modes.
6165 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
6167         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6168         to use the default shell if filename is not available.
6169         Reported by Giorgos Keramidas.
6171 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
6173         * progmodes/etags.el (tags-completion-table): Do completion from
6174         all the tables in the current list, as documented in the manual.
6176 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6178         * CC Mode Update to 5.31.3.
6180 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6182         * progmodes/cc-mode.el (c-postprocess-file-styles):
6183         Bind inhibit-read-only to t, around the call to
6184         c-remove-any-local-eval-or-mode-variables, so that it works on a
6185         RO file.
6187 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6189         * progmodes/cc-awk.el: Correct a typo.
6191 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6193         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6194         c-hungry-delete-backwards, at the request of RMS.  Leave the old
6195         name as an alias.
6197 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6199         * progmodes/cc-mode.el: Correct a typo.
6201 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6203         * progmodes/cc-defs.el: Update the version number to 5.31.3.
6205 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6207         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6208         brace-else-brace (error due to mbeg, mend being undefined).
6210 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6212         * progmodes/cc-mode.el: File Local variables: Solve the problem
6213         where both `mode' and c-file-offsets are specified: `mode' will
6214         overwrite c-f-o's settings:
6215         (c-remove-any-local-eval-or-mode-variables): New function.
6216         (c-postprocess-file-styles): Call the above new function, within
6217         c-tentative-buffer-change, to splat `mode' and `eval' before the
6218         second hack-local-variables.
6220 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6222         * progmodes/cc-mode.el:
6223         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6224         (c-after-change): Protect the match data with save-match-data.
6225         It was getting corrupted by c-after-change-check-<>-operators.
6227         * cc-defs.el: [Supersedes patch V1.38]:
6228         (top level): Check for a buggy font-lock-compile-keywords ONLY in
6229         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
6231         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6232         with save-match-data.  It was being corrupted when Font Lock was
6233         not enabled.
6235 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6237         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6238         Mode and Subword Mode.
6240         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6241         real labels ("case 1:" or "foo:") from non-labels ("public:").
6242         (c-forward-objc-directive): Replace c-forward-token-2 with crude
6243         coding; c-f-t-2 doesn't move over a token at EOB.
6245         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6247         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6248         (c-update-modeline): Concatenate the minor mode indicators
6249         directly onto mode-name, removing c-submode-indicators.
6250         Sometimes, c-s-i got separated from the mode name on the mode line.
6252         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6253         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6255 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6257         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6258         error message when there's an evaluation error to show whether
6259         it's loaded from source or not.
6260         (c-filter-ops): Make it available at runtime too to work when
6261         `c-make-init-lang-vars-fun' needs to evaluate from source.
6263 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
6265         * help.el (help): Revert last part of 2006-02-23 change (deletion
6266         of the `provide' call).
6268 2006-02-23  Juri Linkov  <juri@jurta.org>
6270         * compare-w.el (compare-windows-highlight): Add new value
6271         `persistent' and change :type from `boolean' to `choice'.
6272         (compare-windows-overlays1, compare-windows-overlays2):
6273         New internal variables.
6274         (compare-windows-highlight): If compare-windows-highlight is
6275         `persistent', add current overlays to compare-windows-overlays[12]
6276         instead of adding compare-windows-dehighlight to pre-command-hook.
6277         (compare-windows-dehighlight): Delete all overlays from
6278         compare-windows-overlays[12].
6280         * info.el (Info-search): Don't bind search-spaces-regexp to
6281         Info-search-whitespace-regexp in non-regexp isearch mode.
6283 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6287 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
6289         * textmodes/org.el (org-xemacs-p)
6290         (org-export-html-show-new-buffer, org-table-may-need-update)
6291         (org-insert-item, org-mhe-get-message-real-folder)
6292         (org-mhe-get-message-folder-from-index)
6293         (org-mhe-get-message-folder, org-mhe-get-message-num)
6294         (org-mhe-get-header, org-make-org-heading-search-string)
6295         (org-make-org-heading-camel, org-table-sort-lines)
6296         (org-format-org-table-html, org-format-table-table-html):
6297         Fix typos in docstrings.
6299 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
6301         * textmodes/org.el (org-cleaned-string-for-export)
6302         (org-solidify-link-text): New function.
6303         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6304         XEmacs, just to silence the compiler.
6305         (org-export-as-ascii, org-export-as-html-and-open):
6306         Use `org-cleaned-string-for-export' and create internal links.
6307         (org-follow-mhe-link): Require mh-e, use folder.
6309 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
6311         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6313         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6314         gdb-debug-log-length.
6315         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
6316         it a real ring but...
6317         (gud-gdba-marker-filter): ...make it work like mark-ring.
6318         (gdb-enable-debug): Rename from gdb-enable-debug-log.
6319         (gdb-mouse-jump): New function.  Add bindings.
6321 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
6323         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6324         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6325         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6326         (gdb-debug-log-length): Customize it's length.
6327         (gud-watch, gdb-var-create-handler): Display function::var format
6328         but don't use to create variable object.
6329         (gdb-var-create-handler): Use message-box in place of message.
6330         (gdb-stopped): Call gdb-exited if signalled.
6332 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
6334         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6336         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6338         * textmodes/reftex.el (reftex-locate-file): Search all extensions
6339         if `reftex-try-all-extensions' is set.
6341         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6342         fail silently when there is no valid argument at point.
6343         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6344         `fail-silently' argument.  From a patch by David Reiter.
6346         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6347         New commands.
6348         (org-mark-ring): New variable.
6349         (org-mark-ring-length): New option.
6350         (org-open-at-point, org-goto, org-open-file): Push old position
6351         onto the mark ring.
6352         (org-add-hook): New function.
6353         (org-export-table-remove-special-lines): New option.
6354         (org-skip-comments, org-format-org-table-html): Respect new
6355         option `org-export-table-remove-special-lines'.
6356         (org-open-file): Allow special command configuration for
6357         directory link.
6358         (org-file-apps): Fix bugs in customize type, added setting
6359         for directories.
6360         (org-activate-tags, org-format-agenda-item, org-complete)
6361         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6362         (org-get-tags, org-get-buffer-tags, org-open-at-point)
6363         (org-link-search, org-make-org-heading-search-string)
6364         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6365         (org-radio-targets, org-file-link-context-use-camel-case)
6366         (org-activate-camels): New options.
6367         (org-update-radio-target-regexp, org-all-targets)
6368         (org-make-target-link-regexp, org-activate-target-links):
6369         New functions.
6370         (org-make-org-heading-search-string): New function.
6371         (org-store-link, org-insert-link): Use new option
6372         `org-file-link-context-use-camel-case'.
6373         (org-activate-camels): Use new option `org-activate-camels'.
6374         (org-link-regexp): Add mhe prefix.
6375         (org-open-at-point, org-store-link): Support for mhe links.
6376         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6377         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6378         (org-mhe-get-header, org-follow-mhe-link): New functions.
6379         (org-remove-angle-brackets, org-add-angle-brackets):
6380         New functions.
6381         (org-bracket-link-regexp): New constant.
6382         (org-read-date): Fix bug that was rejecting all typed dates.
6383         (org-link-search): Make hierarchy above visible after a match.
6384         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6385         (org-store-link): Fix bug with link creation when cursor is in
6386         an empty line.
6387         (org-open-at-point): Fix bug with matching a link.
6388         Fixed buggy argument sequence in call to `org-view-tags'.
6389         (org-compile-prefix-format): Set `org-prefix-has-tag'.
6390         (org-prefix-has-tag): New variable.
6391         (org-format-agenda-item): Remove tags from headline
6392         if appropriate.
6393         (org-agenda-remove-tags-when-in-prefix): New option.
6395 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
6397         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6398         Fix the regular expressions.
6400 2006-02-21  Richard M. Stallman  <rms@gnu.org>
6402         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6403         if there's no other specific basis.
6405         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6406         as variables at all.
6407         (unsafep-variable): Rename arg; doc fix.
6409         * abbrevlist.el (list-one-abbrev-table): Add autoload.
6411         * calendar/appt.el (diary-selective-display): Add defvar.
6413         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6415         * isearch.el (search-whitespace-regexp): Fix custom type.
6417         * help.el (describe-key-briefly): Compute interactive args
6418         in same was as before previous change.
6420         * files.el (enable-local-variables): Doc fix.
6422 2006-02-21  Kim F. Storm  <storm@cua.dk>
6424         * fringe.el: Cleanup as file is now pre-loaded.
6425         (fringe-bitmaps): Initialize unconditionally.
6426         (fringe-mode, set-fringe-style): Remove autoload cookies.
6428 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6430         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6431         `horizontal-bar'.
6432         (fringe-cursor-alist): Use `horizontal-bar'.
6434 2006-02-20  Kim F. Storm  <storm@cua.dk>
6436         * fringe.el (fringe-bitmaps): Update to new bitmap names.
6437         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6439         * loadup.el: Load "fringe" on window systems.
6441 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
6443         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6444         out of scope components.
6446         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6447         default.
6449 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
6451         * custom.el (customize-mark-to-save, customize-mark-as-set):
6452         Load the symbol first.
6454 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6456         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6457         strech spec so it doesn't display as "^J" on the header line
6458         when `Buffer-menu-use-header-line' is t.
6460 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
6462         * speedbar.el (speedbar-make-button): Keep text properties
6463         of string arguments if desired.
6465         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6466         expessions.
6468         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6469         of speedbar.
6471 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
6473         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6474         to value of `read-file-name-completion-ignore-case'.
6476 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
6478         * custom.el (customize-mark-as-set): Push to `user' theme.
6480         * cus-edit.el (custom-save-variables): Allow unthemed values.
6481         (customize-set-variable): Push setting to `user' theme.
6483 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6485         * progmodes/gud.el: Don't require font-lock as it's now
6486         automatically loaded.
6487         (gud-speedbar-buttons): Replace gdb-var-changed with
6488         gdb-force-update.
6490         * progmodes/gdb-ui.el (gdb-force-update): Rename from
6491         gdb-var-changed.
6492         (gdb-post-prompt): Use it.
6493         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6494         (gdb-var-update-handler, gdb-var-delete)
6495         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6496         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6497         gdb-force-update in gdb-post-prompt.
6498         (gdb-reset): Clear watch expressions from speedbar when quitting.
6500 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
6502         * viper-cmd.el (viper-insert-state-post-command-sentinel)
6503         (viper-change-state-to-vi, viper-change-state-to-emacs):
6504         Make aware of cursor coloring in the Emacs state.
6505         (viper-special-read-and-insert-char): Use read-char-exclusive.
6506         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6508         * viper-init.el (viper-emacs-state-cursor-color): New variable.
6510         * viper-util.el (viper-save-cursor-color)
6511         (viper-get-saved-cursor-color-in-replace-mode)
6512         (viper-get-saved-cursor-color-in-insert-mode)
6513         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6514         state.
6515         (viper-get-saved-cursor-color-in-emacs-mode): New function.
6517         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6518         (ediff-ignore-case-option3, ediff-actual-diff-options)
6519         (ediff-actual-diff3-options): New variables to control case sensitivity.
6520         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6521         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6522         (ediff-toggle-ignore-case): New function.
6523         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6525         * ediff-help.el (ediff-long-help-message-narrow2)
6526         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6527         (ediff-long-help-message-word-mode): Add ignore-case command.
6528         (ediff-help-for-quick-help): Add ignore-case command.
6530         * ediff-merg.el: Move provide to the end.
6532         * ediff-ptch.el: Move provide to the end.
6534         * ediff-wind.el: Move provide to the end.
6536         * ediff-mult.el: Move provide to the end.
6537         (ediff-set-meta-overlay): Enable follow-link.
6539         * ediff.el: Move provide to the end.
6540         Break recursive load cycle in eval-when-compile.
6541         (ediff-patch-buffer): Better heuristics.
6543         * ediff-util.el: Move provide to the end.
6544         Break recursive load cycle in eval-when-compile.
6545         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
6546         defuns.
6547         (ediff-submit-report): Pass the values of ediff-diff3-program,
6548         ediff-diff3-options.
6550 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
6552         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6553         the opening bracket of the following bracketing pairs: {}, [], (), <>,
6554         `' (for example, in the docstring of `windmove-default-keybindings').
6556 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
6558         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6559         shadow face.  Don't provide binding to edit variable when it is
6560         out of scope.
6562         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6563         (gdb-var-update-handler): Detect out of scope variables with pre
6564         GDB 6.4 too.
6565         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6566         Reset status of variable objects to nil in update handlers.
6567         (gdb-var-update-handler-1): Detect when a variable object comes
6568         in scope.  setcar on var changes gdb-var-list directly.
6570 2006-02-17  Juri Linkov  <juri@jurta.org>
6572         * ffap.el (ffap) <defface>: Add explicit face declaration.
6573         (ffap-highlight): Use face `ffap' directly instead of checking
6574         for its existence.
6576         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6577         `visible-ok' of `other-buffer' to find the right original buffer.
6579         * info.el (Info-search): Skip `Local Variables' node.
6581 2006-02-17  Juri Linkov  <juri@jurta.org>
6583         * info.el (Info-find-file): Check for symbols `apropos', `history',
6584         `toc' in the input filename, and return these symbols as is.
6585         (Info-find-node-2): Set Info-current-file to symbols `apropos',
6586         `history', `toc' instead of strings.
6587         (Info-set-mode-line): For non-string Info-current-file use the
6588         symbol's name inside **.
6589         (Info-isearch-push-state): Add quote before Info-current-file and
6590         Info-current-node.
6591         (Info-isearch-pop-state): Use `equal' instead of `string='.
6592         (Info-extract-pointer, Info-following-node-name): Use
6593         `match-string-no-properties' instead of `match-string'.
6594         (Info-up): Check `old-file' for `stringp'.
6595         (Info-history): Use `equal' instead of `string-equal'.
6596         Check `file' for `stringp'.
6597         (Info-history): Use symbol `history' instead of string as first arg
6598         of `Info-find-node'.
6599         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
6600         `toc' instead of string.
6601         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6602         instead of `buffer-substring', and `match-string-no-properties'
6603         instead of `match-string'.
6604         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6605         instead of strings.
6606         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6607         Use symbol `apropos' instead of string.
6608         (Info-copy-current-node-name): Check `Info-current-file' for
6609         `stringp' and construct a command with `Info-find-node' from it.
6610         (Info-fontify-node): Use `match-string-no-properties' instead of
6611         `match-string' and check file names for `stringp'.
6612         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6613         `history', `toc' instead of strings.
6615 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
6617         * files.el: Rearrange functions and variables in the file local
6618         variables section.
6620 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
6622         * files.el: Add truncate-lines, ispell-check-comments and
6623         ispell-local-dictionary as safe local variables.
6625 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
6627         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6628         out of scope variables.
6629         (gud-speedbar-buttons): Use unless.
6631         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6632         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6633         (gdb-show-changed-values): Also use for out of scope variables.
6634         (gdb-var-update-handler-1): Note if variable goes out of scope.
6636 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
6638         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6639         default to global variable values for unsupplied args.
6640         (rcirc-get-buffer-create): Fix bug with setting the target.
6641         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6642         test for rcirc-always-use-server-buffer-flag here.
6643         (rcirc-response-formats): Add %N, which is a facified nick.  %n
6644         uses the default face.  Change the ACTION format string.  If the
6645         "nick" is the server, don't print anything for that field.
6646         Comment fixes.
6647         (rcirc-target-buffer): Don't test
6648         rcirc-always-use-server-buffer-flag here.
6649         (rcirc-print): Squeeze extra spaces out of the text before message.
6650         (rcirc-put-nick-channel): Strip potential "@" char from nick
6651         before adding them to nick table.
6652         (rcirc-url-regexp): Improve to match address like "foo.com".
6654 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6656         * allout.el (allout-hidden-p): Move this defsubst before
6657         allout-overlay-interior-modification-handler, where it is first
6658         used.
6660 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
6662         * allout.el: Use allout invisible-text overlays instead of
6663         selective display for concealed text.  Also, lots of general
6664         cleanup, and improved compatibility code.
6666         (allout-version) Incremented, corrected, revised, and refined
6667         module commentary.
6669         (provide 'allout): Moved to the bottom, added a require of overlay.
6671         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6672         `except-current'.
6673         (allout-write-file-hook-handler): Minimize delay.
6674         (count-trailing-whitespace-region): New function so
6675         auto-encryption of current topic can resituate cursor exactly.
6676         PGP/GPG encryption trims trailing whitespace from lines, which
6677         must be accounted for across encryption then decryption.
6679         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6680         just plain "\C-c", to avoid intruding on user's keybinding space.
6682         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6683         parameter, so user request to provide a new password is done.
6685         (allout-outside-normal-auto-fill-function, allout-auto-fill):
6686         Refined mechanism for auto-filling behavior while in allout mode.
6688         (allout-mode): Explicitly specify the mode map in the docstring.
6689         Clarify provision for various write-file hook var names.
6690         Adjusted for invisible-text overlays instead of selective-display.
6692         (allout-depth): Really return 0 if not within any topic.  This
6693         rectifies `allout-beginning-of-level' and sequence numbering
6694         errors that occur when cutting and pasting numbered topics.
6695         Changed from a in-line subst to a regular function, as well.
6697         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6699         (allout-end-of-subtree, allout-end-of-subtree)
6700         (allout-end-of-entry, allout-end-of-current-heading)
6701         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6702         (allout-show-children, allout-show-to-offshoot)
6703         (allout-hide-current-entry, allout-show-current-entry): Rectified
6704         handling of trailing blank lines between items.
6706         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6707         (allout-current-depth, allout-unprotected, allout-hidden-p)
6708         (allout-on-current-heading-p, allout-listify-exposed)
6709         (allout-chart-subtree, allout-goto-prefix)
6710         (allout-back-to-current-heading, allout-get-body-text)
6711         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6712         (allout-hide-region-body, allout-toggle-subtree-encryption)
6713         (allout-encrypt-string, allout-encrypted-key-info)
6714         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6715         (allout-file-vars-section-data): Adjusted for use with
6716         invisible-text overlays instead of selective-display.
6718         (allout-kill-line, allout-kill-topic, allout-yank-processing):
6719         Reworked for use with invisible text overlays.
6721         (allout-current-topic-collapsed-p): New function.
6723         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6724         to know when to close the containing topic.
6726         (allout-pre-command-business, allout-post-command-business):
6727         Simplify undo-batching and dynamic isearch exposure.
6729         (allout-set-overlay-category): New for invisible-text overlays.
6730         Sets properties of allout-overlay-category, used by
6731         allout-flag-region to set invisible-text overlay properties.
6732         (allout-get-invisibility-overlay): Get the first qualifying
6733         invisibility overlay, so we can find the extent of it.
6734         (allout-back-to-visible-text): Get to just before the beginnining
6735         of the current invisibility overlay, if any.
6737         (allout-overlay-insert-in-front-handler)
6738         (allout-overlay-interior-modification-handler)
6739         (allout-before-change-handler, allout-isearch-end-handler): New
6740         functions to handle extraordinary actions affecting concealed
6741         text.
6743         (allout-flag-region): Use overlays instead of selective-display
6744         for invisible text - by inheritence from the properties of
6745         allout-overlay-category in mainline Emacs, and applied
6746         property-by-property in XEmacs, some recent versions of which
6747         don't inherit the properties from the category.  Provisions to
6748         respond to concealed-text edits simplified drastically.
6750         (allout-isearch-rectification, allout-isearch-was-font-lock)
6751         (allout-isearch-expose, allout-enwrap-isearch)
6752         (allout-isearch-abort, allout-pre-was-isearching)
6753         (allout-isearch-prior-pos, allout-isearch-did-quit)
6754         (allout-isearch-dynamic-expose)
6755         (allout-hide-current-entry-completely): Functions deleted.
6757         (allout-undo-aggregation): Explicit undo aggregation no longer
6758         necessary due to transition away from selective-display.
6760         (set-allout-regexp, allout-up-current-level)
6761         (allout-next-visible-heading, allout-forward-current-level)
6762         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
6763         (allout-kill-line, allout-yank-processing, allout-show-children)
6764         (allout-expose-topic, allout-old-expose-topic)
6765         (allout-listify-exposed, allout-insert-latex-header)
6766         (allout-toggle-subtree-encryption, allout-encrypt-string)
6767         (remove-from-invisibility-spec, allout-hide-current-subtree):
6768         Ditched unused variables.
6770 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
6772         * textmodes/ispell.el (ispell-change-dictionary): Call
6773         ispell-buffer-local-dict instead of
6774         ispell-accept-buffer-local-defs.
6775         (ispell-local-dictionary-alist): Accept as valid any coding-system
6776         supported by Emacs.
6777         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
6778         changed to iso-8859-3.
6780 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
6782         * speedbar.el (speedbar-frame-width): Make an inline function
6783         instead of a macro.  Use frame-width.
6784         (speedbar-try-completion, speedbar-update-contents)
6785         (speedbar-timer-fn): Use consp.
6786         (speedbar-update-localized-contents): Try to preserve point.
6788         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6789         (menu): Re-order menu items.
6790         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6791         field.
6792         (gdb-var-update-handler-1): Use it for GDB 6.4+.
6793         (gdb-post-prompt): Speed things by not forcing update.
6795 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
6797         * wid-edit.el (widget-button-click): For mouse-1, cancel button
6798         press and perform default action if we get a mouse movement event.
6800 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6802         * calendar/icalendar.el (icalendar--get-event-property)
6803         (icalendar--get-event-property-attributes): Fix typos in
6804         docstrings.
6806         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6807         docstring.
6809 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
6811         * bs.el (bs-mode): Use `buffer-disable-undo'.
6812         (bs--get-file-name): Simplify.
6813         (bs-show-in-buffer): Mark the buffer as not modified.
6815 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6817         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6818         widget-button-click.
6820         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6821         (custom-mode): Update docstring.
6823         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6824         binding.
6826         * files.el (hack-local-variables-confirm): Allow scrolling if the
6827         file variable list is too long.  Kill temp buffer after use.
6829 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
6831         * progmodes/gud.el (gdb): Improve doc string.
6832         (gdb-script-font-lock-keywords): Expand allowed character set.
6834         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6835         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6836         (gdb-separate-io-interrupt, gdb-separate-io-quit)
6837         (gdb-separate-io-stop, gdb-separate-io-eof):
6838         Rename from gdb-inferior-* to gdb-separate-*.
6839         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6841 2006-02-14  Jay Belanger  <belanger@truman.edu>
6843         * calc/calc-arith.el (math-check-known-scalarp): Make sure
6844         expression is a symbol before checking that it is bound.
6846         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6847         test to see if equation can be solved.
6849 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6851         * wid-edit.el (widget-button-click): Use :pressed-face property
6852         for overlay face, if it exists.
6854         * cus-edit.el (custom-manual, custom-add-see-also)
6855         (custom-add-parent-links, custom-group-link): Add :pressed-face
6856         property to links.
6858         * files.el (hack-local-variables): Remove ignored variables before
6859         checking if any variables need setting.
6861 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6863         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6865 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6867         * help.el (where-is): Fix message for remapped commands.
6869         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6870         Fix typos in docstrings.
6872 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6874         * files.el (safe-local-variable-values): New option.
6875         (hack-local-variables-prop-line): Return a list of variable-value
6876         pairs if MODE-ONLY is non-nil.
6877         (hack-local-variables): Construct list of variable-value pairs,
6878         and apply or reject them in one go.  Ask for confirmation if
6879         variables are not known safe.
6880         (hack-local-variables-confirm): Complete rewrite.  Support
6881         `safe-local-variable-values'.
6882         (enable-local-variables): Update docstring to reflect new
6883         behavior.
6884         (ignored-local-variables): Ignore ignored-local-variables and
6885         safe-local-variable-values.
6886         (safe-local-variable-p): New function.
6887         (risky-local-variable-p): `safe-local-variable' property check
6888         moved to safe-local-variable-p.
6889         (hack-one-local-variable): Checks moved to hack-local-variables.
6891         (byte-compile-dynamic, c-basic-offset, c-file-style)
6892         (c-indent-level, comment-column, fill-column, fill-prefix)
6893         (indent-tabs-mode, kept-new-versions, no-byte-compile)
6894         (no-update-autoloads, outline-regexp, page-delimiter)
6895         (paragraph-start, paragraph-separate, sentence-end)
6896         (sentence-end-double-space tab-width, version-control):
6897         Add `safe-local-variable' property.
6899         * find-lisp.el: Delete nonexistent `autocompile' file variable.
6901         * icomplete.el, play/landmark.el: Change nonexistent
6902         `outline-layout' file variable to `allout-layout'.
6904 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
6906         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6907         (gdb-get-changed-registers): Test value of gud-minor-mode relative
6908         to gud-comint-buffer.
6909         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6910         gdb-ui.el for gdb-mi.el.
6911         (gdb-post-prompt, gdb-get-changed-registers): Move test for
6912         registers buffer to gdb-get-changed-registers.
6913         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
6914         deletion of catchpoints (throw and catch).
6915         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6916         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6917         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6918         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6919         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6921 2006-02-13  Jay Belanger  <belanger@truman.edu>
6923         * calc/calc-arith.el (math-check-known-matrixp): Make sure
6924         expression is a symbol before checking that it is bound.
6926 2006-02-13  Richard M. Stallman  <rms@gnu.org>
6928         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6929         for the minibuffer too, but not if resize-mini-windows will interfere.
6931         * help.el (describe-key-briefly, describe-key): Do all arg-reading
6932         inside `interactive' spec.
6933         (describe-key-briefly-internal, describe-key-internal):
6934         Functions merged back into their callers.
6936 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
6938         * info.el (info-xref-visited): Inherit from info-xref too.
6939         (Info-set-mode-line): Replace occurrences of `%' by `%%'
6940         when propertizing Info-current-file and Info-current-node.
6942 2006-02-13  Juri Linkov  <juri@jurta.org>
6944         * tumme.el (tumme-thumbnail-storage): Fix docstring.
6945         (tumme-thumb-name): Fix per-directory format.
6947 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
6949         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6951 2006-02-12  Miles Bader  <miles@gnu.org>
6953         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6955 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
6957         * tumme.el: Remove history section.  If someone needs the it, it
6958         can always be found in CVS.
6960 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
6962         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
6963         about the Thumbnail Managing Standard option.
6965 2006-02-12  Richard M. Stallman  <rms@gnu.org>
6967         * subr.el (substitute-key-definition): Doc fix.
6969         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6971         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6973         * info.el (Info-mode): Doc fix.
6975         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6977 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
6979         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6980         because on Solaris a POSIX compatible "id" is needed.  Reported by
6981         Magnus Henoch <mange@freemail.hu>.
6983 2006-02-12  Juri Linkov  <juri@jurta.org>
6985         * tumme.el: Remove todo item about Thumbnail Managing Standard.
6986         (tumme) <defgroup>: Change :group to `multimedia'.
6987         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6988         Managing Standard.
6989         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6990         Fix dostring.
6991         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6992         and %y.  Fix docstring.
6993         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6994         (tumme-cmd-create-standard-thumbnail-command): New user options.
6995         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6996         is `standard'.  Fix docstring.
6997         (tumme-thumb-width, tumme-thumb-height): New user options.
6998         (tumme-external-viewer): Try to find various viewers.
6999         (tumme-get-thumbnail-image): Use `create-image' instead of
7000         constructing the `image' structure.
7001         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7002         `standard'.
7003         (tumme-thumb-name): Add file name generation for standard storage.
7004         Simplify code for other storages.
7005         (tumme-thumb-name): Use width %w and height %h instead of size %s.
7006         Add modification time %m and thumbnail-nq8 %q.
7007         Use `tumme-cmd-create-standard-thumbnail-command' if
7008         tumme-thumbnail-storage is `standard'.
7009         (tumme-dired-insert-marked-thumbs): New autoload command.
7010         (tumme-dired-after-readin-hook): New function.
7011         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7012         `tumme-thumb-size'.
7013         (tumme-display-image): Replace size-x %x and size-y %y with
7014         width %w and height %h.
7016         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7017         `tumme-dired-insert-marked-thumbs'.
7019 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
7021         * tumme.el (tumme-write-tag): Fix small bug (file name did not
7022         include path).
7023         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7024         matching tag.
7026 2006-02-12  Miles Bader  <miles@gnu.org>
7028         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7029         New variables.
7030         (rcirc-abbrev-nick): New function.
7031         (rcirc-format-response-string): Rewrite to use the formats in
7032         `rcirc-response-formats' and expand escape sequences therein.
7033         A text-property `rcirc-text' is added over the actual response
7034         text to make easy to find inside the returned string.
7035         (rcirc-print): When filling, just look for the `rcirc-text'
7036         text-property to find the appropriate fill prefix, instead of
7037         using hardwired patterns.
7039 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
7041         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
7042         Managing Standard.
7044 2006-02-11  Kim F. Storm  <storm@cua.dk>
7046         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7047         Don't use insert-buffer; do insert-buffer-substring directly.
7048         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
7050 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
7052         * files.el (revert-buffer, recover-file): Replace buffer-read-only
7053         with inhibit-read-only.  Suggested by Stefan Monnier.
7054         (revert-buffer): Let insert-file-contents discard
7055         buffer-undo-list.  Simplify code.
7056         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7058 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
7060         * menu-bar.el (menu-bar-select-yank): Add a doc string.
7062         * help.el (describe-key-briefly): Now a wrapper for
7063         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
7064         to t.  Populate yank-menu if empty.
7065         (describe-key-briefly-internal): Renamed from describe-key-briefly.
7066         (describe-key): Now a wrapper for describe-key-internal.  Bind
7067         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
7068         (describe-key-internal): Renamed from describe-key.
7070 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
7072         * progmodes/glasses.el (glasses-separator): Doc fix.
7073         (glasses-original-separator): New defcustom.
7074         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7076 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
7078         * mwheel.el (mouse-wheel-up-event): Doc fix.
7080 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
7082         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7083         (tumme-dir): New function.  Copied from thumbs.el.
7085 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
7087         * desktop.el (desktop-outvar): Fix typo.
7088         (desktop-save-buffer-p): Doc fix.
7090         * subr.el (substitute-key-definition): Fix typo.
7092 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7094         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7095         when window-system is mac.
7097         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7099 2006-02-10  Kim F. Storm  <storm@cua.dk>
7101         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7102         indirect-function instead of using condition-case.
7104 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
7106         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7107         less `colloquial'...
7109 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
7111         * tumme.el: Add a couple of todo items.
7113 2006-02-09  Lars Hansen  <larsh@soem.dk>
7115         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7116         (highlight-changes-mode): Don't change desktop-locals-to-save.
7118 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
7120         * image-mode.el (image-toggle-display): Clear image cache if using
7121         filename.
7123 2006-02-09  Masatake YAMATO  <jet@gyve.org>
7125         * dired-x.el (dired-guess-shell-alist-default): Add .man as
7126         a `dired-man' target.
7128         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7129         boundary of symbols.
7131 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
7133         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7135 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
7137         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7138         `mapcar'; return nil.
7140 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
7142         * mouse.el (mouse-drag-track): Don't change window if we rebind to
7143         some other event.
7145 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
7147         * net/rcirc.el (rcirc-startup-channels-alist):
7148         Add irc.freenode.net and #emacs as defaults.
7149         (rcirc-ignore-all-activity-flag): Remove variable.
7150         (rcirc-authinfo): New variable.
7151         (rcirc-authinfo-filename): Remove variable.
7152         (rcirc-always-use-server-buffer-flag): New flag.
7153         (rcirc): M-x rcirc will automatically connect without prompting.
7154         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
7155         connection in lisp.
7156         (rcirc-process-server-response-1): Remove everything but the nick
7157         portion of the sender so it doesn't need to be done everywhere
7158         else.  Update related code.
7159         (global-map): Remove global keybindings.
7160         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7161         (rcirc-send-input): Split into several functions.
7162         (rcirc-process-input-line, rcirc-process-message)
7163         (rcirc-process-command): New functions.
7164         (rcirc-target-buffer): New function to determine where to route
7165         messages.
7166         (rcirc-user-nick): Save match data.
7167         (rcirc-toggle-ignore-buffer-activity)
7168         (rcirc-update-activity-string): Remove global ignore functionality,
7169         which can be done now by toggling rcirc-track-minor-mode.
7170         (rcirc-track-minor-mode-map): New keymap.
7171         (rcirc-track-minor-mode): New minor-mode.
7172         (ignore): Make the ignore output nicer.  Always print it when
7173         adding or removing nicks.
7174         (rcirc-url-regexp): Improve.
7175         (rcirc-mangle-text): Remove properties before using text in the
7176         modeline.
7177         (rcirc-authenticate): Authentication data comes from
7178         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7179         (rcirc-server-prefix): Inherit from rcirc-server.
7181 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
7183         * Makefile.in (compile): Append "|| true" to the end of the `find'
7184         command, like compile-always does.
7186 2006-02-08  Sam Steingold  <sds@gnu.org>
7188         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7189         output from a dead connection.
7191 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
7193         * dired.el (dired-mode-map): Add more bindings for tumme.
7195 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7197         * wdired.el (wdired-mode-map): Use remap.
7198         (wdired-get-filename): Massage.
7199         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7200         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7201         `keymap' property rather than `local-map'.
7203 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
7205         * tumme.el (tumme-get-thumbnail-image): New utility function.
7206         Suggested by from Chong Yidong.
7207         (tumme-dired-with-window-configuration): Rename from
7208         `tumme-dired'.  Add code to save window configuration.
7209         (tumme-restore-window-configuration): New command to restore the
7210         window configuration that `tumme-dired-with-window-configuration'
7211         saves before it changes the window configuration.
7212         (tumme-show-all-from-dir): New command to display thumbnails for
7213         all files in a directory entered by the user, like M-x thumbs.
7214         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7215         have been created.
7216         (tumme-display-thumbnail-original-image): Call `display-buffer'.
7217         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7218         Remove obsolete test function.
7220 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
7222         * vc.el (small-temporary-file-directory): Remove defvar; there's
7223         a defcustom for it in files.el.
7225         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7226         Fix typo in message.
7227         (tumme-gallery-generate): Fix typo in `error' message.
7228         (tumme-display-window-height-correction)
7229         (tumme-display-window-width-correction, tumme-line-up-dynamic)
7230         (tumme-line-up-interactive): Dox fixes.
7231         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7232         (tumme-restore-window-configuration, tumme-format-properties-string)
7233         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7234         Fix typos in docstrings.
7236 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
7238         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7240 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
7242         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7243         User should use hook if desired.
7245         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7246         buffer if necessary.
7247         (gdb-delete-frame-or-window): New function.
7248         (gdb-breakpoints-mode-map): Bind "q" to it.
7250 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7252         * textmodes/nroff-mode.el: Clean up name space.
7253         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7254         (nroff-mode): Obey the global setting of nroff-electric-mode.
7255         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7257         * calendar/calendar.el (calendar-increment-month): Typo in last change.
7259 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
7261         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7263 2006-02-06  Lars Hansen  <larsh@soem.dk>
7265         * generic-x.el (etc-fstab-generic-mode): Add file system types
7266         cifs and usbdevfs.  Allow special chars in file names.
7268 2006-02-05  Jay Belanger  <belanger@truman.edu>
7270         Update copyright notices of the files in lisp/calc.
7272 2006-02-05  Romain Francoise  <romain@orebokech.com>
7274         Update copyright notices of all files in the lisp/play directory.
7276 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
7278         * ldefs-boot.el: Regenerate.
7280         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7282 2006-02-05  Kim F. Storm  <storm@cua.dk>
7284         * files.el (magic-mode-regexp-match-limit): New defvar.
7285         (set-auto-mode): Use it to limit magic-mode-alist matching.
7287 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
7289         * simple.el (display-message-or-buffer): Compare the number of
7290         characters to the frame width when determining whether a 1-line
7291         message string will fit in the echo area.  Count screen lines
7292         instead of buffer lines when determining whether a multi-line
7293         message will fit in the echo area/minibuffer window.
7295 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
7297         * info.el (Info-index, Info-mode): Improve the description of the
7298         `i' command.
7300         * ldefs-boot.el: Regenerate.
7302 2006-02-03  Werner Lemberg  <wl@gnu.org>
7304         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7305         greedy to find the closing bracket in \*[...] and similar
7306         expressions.  This is a first rough fix -- many additional
7307         refinements are necessary to make nroff mode really usable with groff.
7309 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
7311         * international/mule-cmds.el (set-locale-environment):
7312         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7313         libX11.
7315 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
7317         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7318         archive are created in archive-tmpdir.
7320 2006-02-02  John Paul Wallington  <jpw@pobox.com>
7322         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7323         (ibuffer-fontification-alist): Use it.
7324         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7325         to "* z" and the Ibuffer Mark menu.
7327         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7329 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * textmodes/table.el (*table--cell-describe-mode)
7332         (*table--cell-describe-bindings): Undo last change since
7333         print-help-return-message is not obsoleted by anything at all.
7335 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7337         * emulation/cua-base.el (cua-mode): Doc fix.
7339 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
7341         * dframe.el (dframe-handle-make-frame-visible)
7342         (dframe-handle-iconify-frame, dframe-get-focus)
7343         (dframe-select-attached-frame, dframe-power-click)
7344         (dframe-frame-mode): Fix typos in docstrings.
7346         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7347         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7348         Fix typos in docstrings.
7350         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7351         (hi-lock-face-buffer, hi-lock-font-lock-hook)
7352         (hi-lock-archaic-interface-message-used)
7353         (hi-lock-file-patterns-range): Fix typos in docstrings.
7355         * savehist.el (savehist-loaded, savehist-load, savehist-install)
7356         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7358         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7359         Fix typo in docstring.
7361         * net/newsticker.el (newsticker--decode-iso8601-date)
7362         (newsticker--set-customvar, newsticker--buffer-insert-item)
7363         (newsticker--do-run-auto-mark-filter)
7364         (newsticker--parse-generic-feed): Doc fixes.
7365         (newsticker--retrieval-timer-list, newsticker-url-list)
7366         (newsticker-hide-immortal-items-in-echo-area)
7367         (newsticker-hide-obsolete-items-in-echo-area)
7368         (newsticker-new-item-face, newsticker--enclosure)
7369         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7370         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7371         (newsticker--parse-generic-feed, newsticker--cache-contains)
7372         (newsticker--stat-num-items, newsticker-download-enclosures):
7373         Fix typos in docstrings.
7375         * net/rcirc.el (rcirc-debug): Doc fix.
7376         (rcirc-fill-column, rcirc-receive-message-hooks)
7377         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7378         (rcirc-mode, rcirc-generate-new-buffer-name)
7379         (rcirc-startup-channels, rcirc-ignore-update-automatic)
7380         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7381         Fix typos in docstrings.
7382         (rcirc-print): "?\ " -> "?\s".
7383         (rcirc-cmd-join): Improve argument/docstring consistency.
7385 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
7387         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7388         before narrow-to-region.
7390 2006-02-01  Richard M. Stallman  <rms@gnu.org>
7392         * simple.el (move-beginning-of-line): Scan properly for invis change.
7394         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7396 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
7398         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7399         change bit only when id-format is 'integer.  Reported by Matt
7400         Hodges <M.P.Hodges@rl.ac.uk>.
7402 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
7404         * hilit-chg.el (highlight-changes-initial-state)
7405         (highlight-changes-global-initial-state): Doc fixes.
7406         (highlight-changes-global-modes, global-highlight-changes):
7407         Fix typos in docstrings.
7409 2006-02-01  Kim F. Storm  <storm@cua.dk>
7411         * emulation/cua-base.el (cua-mode): Mention that CUA enables
7412         transient-mark-mode in doc string.
7414 2006-01-31  Richard M. Stallman  <rms@gnu.org>
7416         * replace.el (multi-occur): Doc fix.
7417         (multi-occur-in-matching-buffers): Rename from
7418         multi-occur-by-filename-regexp.  Prefix arg says match
7419         buffer names instead of file names.
7421 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
7423         * bs.el: Allow non-default values of `bs-header-lines-length'.
7424         (bs--running-in-xemacs): Remove (not needed anymore).
7425         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7426         instead of `shrink-window', thus avoiding having to compute the
7427         height of the window.
7428         (bs--up): Wrap around even when there's no header.
7429         (bs--down): Use `forward-line' instead of `next-line'.
7431 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
7433         * image-mode.el (image-toggle-display): Use file name if possible,
7434         instead of unnecessarily allocating a (possibly huge) lisp string.
7436 2006-01-30  John Paul Wallington  <jpw@pobox.com>
7438         * subr.el (toplevel): Define `cl-assertion-failed' condition here
7439         because the `assert' macro signals it at runtime.
7441         * emacs-lisp/cl.el (toplevel): Remove definition of
7442         `cl-assertion-failed' condition.
7444 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
7446         * thumbs.el (thumbs-marked-list): Make buffer-local and
7447         permanent-local.
7448         (thumbs-insert-thumb): Make help-echo non-sticky.
7449         (thumbs-file-alist): Use eolp as check for (non)-image.
7451 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7453         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7454         (ediff-before-session-group-setup-hooks)
7455         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7456         Fix typos in docstrings.
7458         * window.el (bw-dir, bw-eqdir, balance-windows)
7459         (split-window-keep-point): Fix typos in docstrings.
7461         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7462         (org-quote-string, org-calendar-to-agenda-key)
7463         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7464         (org-show-following-heading, org-tags-column)
7465         (org-use-tag-inheritance, org, org-allow-space-in-links)
7466         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7467         (org-enable-table-editor, org-calc-default-modes)
7468         (org-table-allow-automatic-line-recalculation)
7469         (org-export-html-style, org-export-with-fixed-width)
7470         (org-export-with-sub-superscripts, org-special-keyword)
7471         (org-formula, org-time-grid, org-table-may-need-update)
7472         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7473         (org-goto-quit, org-get-indentation, org-end-of-item)
7474         (org-move-item-down, org-move-item-up)
7475         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7476         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7477         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7478         (org-agenda-log-mode, org-agenda-toggle-diary)
7479         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7480         (org-agenda-file-to-end, org-agenda-no-heading-message)
7481         (org-agenda-get-closed, org-format-agenda-item)
7482         (org-cmp-priority, org-cmp-category, org-cmp-time)
7483         (org-agenda-change-all-lines, org-agenda-diary-entry)
7484         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7485         (org-link-search, org-camel-to-words, org-open-file)
7486         (org-remember-handler, org-table-convert-region)
7487         (org-table-move-row-down, org-table-move-row-up)
7488         (org-table-copy-region, org-table-wrap-region)
7489         (org-table-toggle-vline-visibility)
7490         (org-table-get-vertical-vector, org-table-modify-formulas)
7491         (org-table-get-specials, org-recalc-commands)
7492         (org-table-rotate-recalc-marks, org-table-eval-formula)
7493         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7494         (org-level-color-stars-only, org-insert-heading):
7495         Fix typos in docstrings.
7496         (last-arg): Add defvar.
7498         * makefile.w32-in (WINS): Add erc.
7499         (MH_E_SRC): Update (copied from lisp/Makefile.in).
7501 2006-01-29  Bill Wohler  <wohler@newt.com>
7503         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7504         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7505         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
7506         (mh-autoloads): Don't use comments on otherwise empty lines.
7508 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
7510         * emulation/viper.el (viper-major-mode-modifier-list): Add
7511         insert-state and vi-state entries for erc-mode.
7512         (viper-go-away, viper-set-hooks): Add and remove
7513         viper-comint-mode-hook from erc-mode-hook as appropriate.
7515         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7517 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
7519         * bs.el (bs--format-aux): Implement `middle' alignment as
7520         described in the docstring for `bs-attributes-list'.
7521         (bs--get-name): Simplify.  Don't pad the buffer name.
7523 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
7525         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7526         English aspell dictionary is installed, use the first entry of
7527         ispell-dictionary-alist-1.
7529 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
7531         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7532         Doc fix.
7534 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
7536         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7537         for `process-file', in order to let it work for older Emacsen too.
7539 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7541         * international/latexenc.el: Add a suitable `coding:' tag.
7542         (latexenc-find-file-coding-system): Undo last change.
7544 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7546         * international/latexenc.el (latexenc-find-file-coding-system):
7547         Make sure latexenc-main-file is a regular file and is readable.
7549 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
7551         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7552         Pass FILE to vc-user-login-name.
7554         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7556 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
7558         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7559         there are no more images to display.
7560         (thumbs-mark, thumbs-unmark): Revert change so that they move to
7561         the next image.
7563 2006-01-26  Richard M. Stallman  <rms@gnu.org>
7565         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7567         * wid-edit.el (advertised-widget-backward): New alias.
7568         (widget-keymap): Use advertised-widget-backward for S-TAB.
7570         * tumme.el: Correct the keywords.
7571         (tumme-dir-max-size): Use defvar.
7572         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7574         * simple.el (move-beginning-of-line): Take account of fields.
7575         (clone-indirect-buffer-other-window): Take args like
7576         clone-indirect-buffer, and work like it.
7578         * help-fns.el (describe-function): Don't pass `nil' as default.
7580         * files.el (risky-local-variable-p): Follow var aliases.
7582         * subr.el (lazy-completion-table): Doc fix.
7584         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7585         global binding of `line'.
7587 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
7589         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7590         Tramp.
7592         * vc.el (vc-default-dired-state-info): Pass FILE to
7593         vc-user-login-name.
7594         (vc-default-update-changelog): Don't use vc-user-login-name, we
7595         don't need it here.
7597         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7598         no longer necessary.
7600 2006-01-25  Kenichi Handa  <handa@m17n.org>
7602         * international/mule.el (decode-char): Avoid the overhead of
7603         calling utf-lookup-subst-table-for-decode if
7604         utf-translate-cjk-mode is nil.
7605         (encode-char): Avoid the overhead of calling
7606         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7607         nil.
7609 2006-01-22  Kenichi Handa  <handa@m17n.org>
7611         * international/mule.el (make-subsidiary-coding-system): Reset
7612         `coding-system-define-form' property of subsidiaries to nil.
7613         Avoid duplicated entry in coding-system-alist.
7614         (make-coding-system): Avoid duplicated entry in
7615         coding-system-alist.
7616         (define-coding-system-alias): Likewise.
7618 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
7620         * completion.el: Minor fixes in introductory comment.
7621         (completion-def-wrapper): Fix alist.
7623 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
7625         * thumbs.el (thumbs-new-image-size): New function.
7626         (thumbs-increment-image-size-element)
7627         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7628         (thumbs-decrement-image-size): Delete.
7629         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
7630         temp files and use to resize.
7631         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7632         Use increment argument to enlarge/shrink.  Preserve point.
7633         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7634         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7635         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7636         (thumbs-mark, thumbs-unmark): Preserve point.
7637         (thumbs-modify-image): Keep old temp files and use to modify.
7638         Cleanup old temp files at load time.  Preserve point.
7639         (thumbs-view-image-mode-map): Use new command names.
7641 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7643         * log-view.el (log-view-minor-wrap): First rev is the one at point.
7645         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7646         the nastiest part of the cyclic dependency.
7647         (cal-menu-update): Use dotimes and calendar-increment-month.
7649         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7650         (calendar-week-start-day): Add an :initializer.
7651         (calendar-mode-map): Use suppress-keymap, and command remapping.
7652         (describe-calendar-mode): Setup xref-stack info for the back button.
7653         (calendar-star-date): Insert before delete.
7654         (calendar-set-mode-line): Add file-modified info if applicable.
7655         (calendar-increment-month): New function.
7657 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
7659         * font-lock.el (lisp-font-lock-keywords-2):
7660         Recognize "& keywords" only at word boundaries.
7662 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
7664         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
7665         and permanent-local.
7666         (thumbs-max-image-number): New variable.
7667         (thumbs-do-thumbs-insertion): Use them.
7668         (thumbs-per-line): Change default to 4.
7669         (thumbs-marked-list): Rename from thumbs-markedL.
7670         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7671         (thumbs-rename-images): Use -list instead of L for internal variables.
7672         (thumbs-call-convert): Use call-process instead of shell-command.
7673         (thumbs-insert-thumb): Add filename as help-echo to each image.
7674         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7675         Give dir to thumbs-show-thumbs-list.
7676         (thumbs-show-thumbs-list): Set default-directory to that of images.
7677         (thumbs-dired-show): Rename from thumbs-dired-show-all.
7678         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7679         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7680         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7682 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * ses.el (ses-read-cell): Provide a default value.
7686 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
7688         * term/w32-win.el (image-library-alist): Add additional names for
7689         GIF library.
7691 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7693         * international/latexenc.el (latexenc-find-file-coding-system):
7694         Add file-regular-p check.
7696 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7698         * simple.el (clone-buffer): Don't show the new buffer in the same
7699         window.
7701 2006-01-23  Juri Linkov  <juri@jurta.org>
7703         * faces.el (link, link-visited): New faces based on default values
7704         of `info-xref' and `info-xref-visited'.
7706         * info.el (info-xref): Inherit from `link'.
7707         (info-xref-visited): Inherit from `link-visited'.
7709         * cus-edit.el (custom-buffer-create-internal): Use widget type
7710         `custom-manual' instead of `info-link' and don't set properties
7711         `button-face' and `mouse-face' explicitly.
7712         (custom-browse-group-tag, custom-browse-variable-tag)
7713         (custom-browse-face-tag): Inherit from widget class
7714         `custom-group-link' instead of `push-button'.
7715         (custom-button-unraised): Inherit from `underline' face.
7716         (custom-link): Inherit from `link' face.  Fix doc and group.
7717         (custom-add-parent-links, custom-group-value-create): Don't set
7718         properties `button-face' and `mouse-face' explicitly for
7719         `custom-group-link' widget.
7720         (custom-group-link): Add properties `button-face' and `mouse-face'
7721         to widget definition.
7722         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
7723         editable-field's :keymap property.
7724         (custom-mode): Fix docstring: substitute keybindings for
7725         `widget-forward' and `widget-backward' from `widget-keymap',
7726         `widget-complete' from `custom-field-keymap', replace old
7727         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
7729         * desktop.el (desktop-load-file): Check for `fboundp' before
7730         calling `symbol-function'.
7732         * simple.el (clone-buffer, clone-indirect-buffer)
7733         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7734         `read-string'.  Fix prompts.
7736         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7738 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
7740         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7742 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
7744         * startup.el (inhibit-splash-screen, initial-scratch-message):
7745         Doc fixes.
7747 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7749         Sync with Tramp 2.0.52.
7751         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
7752         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
7753         `tramp-unload-tramp' for checklist.
7755         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
7756         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
7757         (tramp-unload-file-name-handler-alist)
7758         (tramp-unload-tramp): New defuns.
7759         (tramp-advice-PC-expand-many-files): New defadvice.
7760         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
7761         removed.
7762         (tramp-handle-expand-file-name): Remove double slash.
7763         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
7764         It doesn't matter, because it will be converted later on.
7765         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
7766         implementation was just heuristic.
7767         (tramp-post-connection): Set uid and gid properties.
7768         (tramp-convert-file-attributes): Set file's gid change bit.
7769         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
7770         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
7771         in case of su(do)? methods.  The home directory of the local user
7772         will be taken else.
7773         (tramp-open-connection-telnet)
7774         (tramp-open-connection-rsh, tramp-open-connection-su)
7775         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
7776         local shell prompt could hurt.  Reported by Romain Francoise
7777         <romain@orebokech.com>.
7778         (tramp-let-maybe): Add `edebug-form-spec' property.
7779         (tramp-handle-expand-file-name): Bind `default-directory' locally
7780         to "/" in order to avoid problems with UNC shares or Cygwin
7781         mounts.
7782         (tramp-md5-function): Fix typo in error message.
7784         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7786         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7787         for byte-compiler pacification.
7789 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
7791         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7792         ID-FORMAT `string'.  This allows us to get rid of
7793         `vc-user-login-name UID'.
7795         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7797 2006-01-22  John Paul Wallington  <jpw@pobox.com>
7799         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7801 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
7803         * emacs-lisp/find-func.el (find-definition-noselect)
7804         (find-variable-noselect): Search variables in C source code too.
7805         (find-function-C-source, find-function-noselect, find-function)
7806         (find-function-other-frame, find-variable-noselect, find-variable)
7807         (find-variable-other-frame, find-variable-at-point):
7808         Fix docstrings.
7810 2006-01-21  Francesco Potorti`  <pot@gnu.org>
7812         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7814 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
7816         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7817         Default to disabling the "Save affix" question.
7819 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
7821         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7822         the first arg to run-python.
7824 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7826         * startup.el (command-line-1): Handle --no-desktop if desktop.el
7827         is not loaded.
7829 2006-01-20  Jay Belanger  <belanger@truman.edu>
7831         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7832         limit is 0.
7834         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7835         the correct variable.
7837 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
7839         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7840         link.  Fixed buggy argument sequence in call to `org-view-tags'.
7841         (org-compile-prefix-format): Set `org-prefix-has-tag'.
7842         (org-prefix-has-tag): New variable.
7843         (org-format-agenda-item): Remove tags from headline if
7844         appropriate.
7845         (org-agenda-remove-tags-when-in-prefix): New option.
7846         (org-get-tags-at): New function.
7848 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
7850         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
7851         (thumbs-find-image): Move image name and number from buffer name
7852         to mode name.  Set thumbs-buffer.  Preserve point so that large
7853         images remain visible.
7854         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7855         order.
7856         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
7857         mode name.
7858         (thumbs-next-image, thumbs-previous-image): Make them work.
7860 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
7862         * cus-edit.el (custom-buffer-create-internal): State in the text above
7863         the whole buffer buttons that they do not operate on hidden items.
7864         (custom-face-menu): Use `custom-face-save' instead of
7865         `custom-face-save-command'.
7866         (custom-face-save-command): Make it an alias for `custom-face-save'
7867         and declare it obsolete.
7868         (custom-face-save): Doc fix.
7870         * dired.el (dired-no-confirm): Add quote.
7871         (dired-subdir-alist-pre-R): Add quote in
7872         `make-variable-buffer-local' form and remove unbalanced parenthesis.
7874 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7876         * textmodes/table.el (table-mode-indicator): Typo in last change.
7878 2006-01-19  Richard M. Stallman  <rms@gnu.org>
7880         * outline.el (hide-leaves): Don't call outline-end-of-heading.
7881         Fixes bug reported in Nov 2005.
7883         * isearch.el (isearch-forward): Doc fix.
7885         * dired.el (dired-move-to-filename-regexp): Define as alias.
7886         (dired-no-confirm): Use defcustom.
7887         (dired-subdir-alist-pre-R): Put defvar at top level.
7889         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7891         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7892         Mark as risky.
7894         * simple.el (set-mark-command): Doc fix.
7895         (clone-indirect-buffer-other-window):
7896         Read arg like clone-indirect-buffer.
7897         (move-beginning-of-line): Skip invisible newlines.
7899 2006-01-19  Masatake YAMATO  <jet@gyve.org>
7901         * progmodes/cpp.el (cpp-edit-load): Make the order of
7902         listed conditions in a base C code buffer and its associate
7903         CPP Edit buffer the same.
7905 2006-01-19  Kenichi Handa  <handa@m17n.org>
7907         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7908         (rmail-mime-feature): Likewise.
7909         (rmail-require-mime-maybe): Use display-warning to show a warning
7910         message.
7912         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7913         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7915 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7917         * array.el: Move defvars out of eval-when-compile.
7918         (array-make-template): Replace undeclared global var with a local one.
7919         (array-mode): Inline initialization functions.
7920         (array-init-local-variables, array-init-max-row)
7921         (array-init-max-column, array-init-columns-per-line)
7922         (array-init-field-width, array-init-rows-numbered)
7923         (array-init-line-length, array-init-lines-per-row): Remove.
7925         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
7926         (doc-mode-map): Define explicitly.
7927         (doctor-txtype): Use mapc.
7929         * textmodes/table.el: Move defvars out of eval-when-compile.
7930         Remove harmful code meant to avoid byte-compiler warnings.
7931         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
7932         specification that checks table-fixed-width-mode directly.
7933         (table-recognize-region, table-recognize-cell):
7934         Use restore-buffer-modified-p.
7935         (table-fixed-width-mode): Remove code that refreshes
7936         table-fixed-mode-indicator.
7937         (*table--cell-describe-bindings, *table--cell-describe-mode):
7938         Avoid obsolete name print-help-return-message.
7939         (table--test-cell-list): Don't use replace-regexp from elisp.
7940         (table--point-entered-cell-function, table--point-left-cell-function):
7941         Don't set table-fixed-mode-indicator, use force-mode-line-update.
7943         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
7944         that was after the end of file.  Use buffer-file-name variable.
7945         (org-timestamp-change): Use with-current-buffer.
7946         (org-todo-list): Don't unnecessarily define a new buffer-local var.
7947         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7948         `file'.
7950         * progmodes/fortran.el: Move defvars out of eval-when-compile.
7951         (fortran-break-line): Remove unused var `opoint'.
7952         (fortran-abbrev-start): Obey help-event-list.
7954 2006-01-18  Jesper Harder  <harder@phys.au.dk>
7956         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7958 2006-01-18  Masatake YAMATO  <jet@gyve.org>
7960         * progmodes/make-mode.el (makefile-imake-mode): New mode
7961         derived from makefile-mode.
7962         (makefile-imake-mode-syntax-table): New syntax table
7963         derived from makefile-mode-syntax-table.
7964         (makefile-mode): Write about makefile-imake-mode in doc string.
7965         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7966         (makefile-imake-font-lock-keywords): New font lock keywords.
7968         * files.el (auto-mode-alist): Add Imakefile.
7970 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
7972         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7973         loading the file rather than when turning on flyspell-mode.
7975 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7977         * cus-edit.el (customize-rogue): Minor doc fix.
7979 2006-01-17  Juri Linkov  <juri@jurta.org>
7981         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7982         instead of the file at the mark as default if the file at the mark
7983         is the same as the file at point or if dired-dwim-target-directory
7984         is not the same as the current directory and the mark is not active.
7986         * log-view.el (log-view-minor-wrap): Use the same logic to get
7987         revisions as `log-view-diff'.
7989         * info.el (Info-revert-find-node): Check for Info-current-file
7990         before preserving new-history.
7992         * man.el (Man-heading-regexp): Add `/'.
7994         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7995         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7997 2006-01-16  Juri Linkov  <juri@jurta.org>
7999         * faces.el (mode-line-faces): New defgroup.
8000         (mode-line-highlight): Move definition after new defgroup.
8001         (mode-line, mode-line-inactive, mode-line-highlight):
8002         Replace :group `modeline' with `mode-line-faces'.
8003         (mode-line-buffer-id): New face.
8004         (modeline-buffer-id): New face alias.
8005         (vertical-border): Remove :group `modeline'.
8007         * bindings.el (propertized-buffer-identification): Use face
8008         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8009         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8010         (mode-line-buffer-identification-keymap): For mouse-1 replace
8011         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8012         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8013         mouse-3.
8015         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8016         Buffer-menu-buffer.  Doc fix.
8017         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8018         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8019         `Buffer-menu-buffer'.
8021         * info.el (Info-mode-line-node-keymap): New defvar.
8022         (Info-set-mode-line): Use `stringp' to check Info-current-file.
8023         Propertize Info-current-node with `mode-line-buffer-id' and
8024         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8026         * time.el (display-time-mail-face): Replace :group `faces' with
8027         `mode-line-faces'.
8029 2006-01-16  Kenichi Handa  <handa@m17n.org>
8031         * international/code-pages.el: Add autoload cookies for cp125[0345678].
8033         * language/european.el (cp1252): New alias for windows-1252.
8035         * international/mule.el (autoload-coding-system): Prepare for EOL
8036         variants.
8038 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
8040         * term.el (term-raw-map): Add mapping for insert.
8041         (term-send-insert): New.
8042         (term-mode): Make variables local here instead of doing it in
8043         `term-emulate-terminal'.
8044         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8045         Scroll reverse needs to take into account the scroll region.
8046         Saving and restoring the cursor should save the color attributes too.
8047         (term-reset-terminal): Reset the scroll region.
8048         (term-handle-ansi-escape): Cursor up and down should take into
8049         account the scroll region.
8050         (term-set-scroll-region): Rename from `term-scroll-region'.
8051         Move to 0,0 after setting the region.
8052         (term-handle-scroll): Handle scroll up.
8053         (term-down): Fix off by one error.
8054         (term-delete-lines): Do not delete outside the scroll region.
8055         (term-insert-lines): Take into account the scroll region.
8057 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8059         * textmodes/ispell.el (ispell-internal-change-dictionary)
8060         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8061         (start, end): Move declaration outside of eval-when-compile.
8063         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8064         (flyspell-mode-on): Use it.
8066         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8067         ispell-kill-ispell-hook.
8069 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8071         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8072         (Custom-reset-saved): Do not ask for confirmation in single option
8073         buffers.
8075 2006-01-13  Richard M. Stallman  <rms@gnu.org>
8077         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8079 2006-01-13  Romain Francoise  <romain@orebokech.com>
8081         * add-log.el (add-change-log-entry, change-log-merge):
8082         Conditionally use `hard-newline'.
8084 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
8086         * wid-edit.el (widget-field-end): If the overlay is no longer
8087         associated with a buffer, behave as if the overlay didn't exist.
8089         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8090         Make sure the links use the `custom-link' face.
8092 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8094         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8095         (ld-script-mode): Don't set indent-line-function since we don't
8096         have one.
8098 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
8100         * textmodes/org.el (org-open-file): Use mailcap for selecting an
8101         application.
8102         (org-file-apps-defaults-gnu): Use mailcap as the default for
8103         selecting an application on a UNIX system.
8104         (org-agenda-show-tags): New command.
8105         (org-table-insert-hline): Keep cursor in current table line.
8106         (org-table-convert): Offset effect of modifying
8107         `org-table-insert-hline'.
8108         (org-format-agenda-item): New optional argument TAG.
8109         (org-compile-prefix-format): Handle %T format for the tag.
8110         (org-expand-wide-chars): New function.
8111         (org-table-insert-row, org-table-insert-hline):
8112         Use `org-expand-wide-chars'.
8113         (org-open-file): Fix bug in program launch.
8114         (org-get-time-of-day): Fix bug with times before 1am.
8115         (org-agenda-menu): Add tags commands.
8117 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
8119         * textmodes/ispell.el (ispell-init-process): Include the used
8120         dictionary in ispell process start message.
8121         (ispell-internal-change-dictionary): When flyspell-mode is active
8122         and dictionary is changed, make sure ispell process is restarted
8123         and flyspell word cache cleared out for the current buffer.
8124         (ispell-change-dictionary): Make sure flyspell word cache is
8125         cleared out in all buffers with active flyspell mode when
8126         dictionary is globally changed.
8127         Call ispell-internal-change-dictionary after dictionary change.
8129 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
8131         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8133         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8134         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8135         years.  Fix small differences wrt Makefile.in.
8136         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8137         Makefile.in does.
8139 2006-01-12  Bill Wohler  <wohler@newt.com>
8141         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8142         mh-search.el.
8144 2006-01-12  Masatake YAMATO  <jet@gyve.org>
8146         * progmodes/ld-script.el: Update copyright year.
8148 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
8150         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8151         Don't add widget if setting undefined.
8153 2006-01-12  John Paul Wallington  <jpw@pobox.com>
8155         * help-fns.el (describe-variable): Remove newlines from void
8156         variable output.
8158 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
8160         * wdired.el (wdired-mode-map): Add help echo for
8161         wdired-abort-changes.
8163         * man.el (Man-file-name-regexp): Adjust for a list of files.
8165 2006-01-12  Masatake YAMATO  <jet@gyve.org>
8167         * progmodes/ld-script.el (auto-mode-alist): Support
8168         suffix conventions used in netbsd and eCos.
8170 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8172         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8173         (custom-variable-menu, custom-face-menu, custom-group-menu)
8174         (Custom-mode-menu): Change names of menu items.  (As discussed on
8175         emacs-devel.)
8176         (custom-face-menu): Add "Undo Edits" item.
8178         * startup.el (init-file-user): defcustom -> defvar.
8180         * tooltip.el (tooltip-mode): Doc fix.
8182 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * reveal.el (reveal-post-command): window-buffer signals an error on
8185         dead windows rather than returning nil.
8186         (reveal-open-new-overlays): An overlay might die while we open others.
8188 2006-01-11  Bill Wohler  <wohler@newt.com>
8190         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8191         phrasing in docstring.
8193         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8194         can give some systems gas.  Add new file mh-buffers.el.
8196 2006-01-06  Masatake YAMATO  <jet@gyve.org>
8198         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8199         C preprocessor forward ported from GNU Emacs 21.2.
8201         * progmodes/asm-mode.el (asm-font-lock-keywords):
8202         Use `cpp-font-lock-keywords'.
8204         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8206         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8207         of $ for "\\.ld[s]?".
8209 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8212         (tcl-indent-line): Return `noindent' if inside a string.
8214         * progmodes/flymake.el (flymake-split-string): Remove more than one
8215         empty string at beg/end of the result.
8216         (flymake-find-buildfile, flymake-find-possible-master-files):
8217         Use expand-file-name.
8218         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8219         since expand-file-name does it for us.  Use directory-file-name.
8220         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8221         (flymake-ler-get-type, flymake-ler-get-text)
8222         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
8223         (flymake-current-line-no): Remove spurious interactive spec.
8224         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8225         (flymake-check-include): Remove arg inc-path merged into inc-name.
8226         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8227         Arg regexp-list replaced by a simple regexp.
8228         (flymake-master-make-header-init, flymake-master-tex-init):
8229         Correspondingly replace regexp-list with a regexp.  Fix regexp.
8231 2006-01-10  Simon Josefsson  <jas@extundo.com>
8233         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8234         describing AUTH PLAIN fix.
8236 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
8238         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8239         (report-emacs-bug): Don't record initial prompt text.
8240         Instead, add text properties to prompting text.
8241         (report-emacs-bug-hook): Delete prompting text.
8243 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8245         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8246         `dirs'.  Adjust callers.
8248 2006-01-09  John Paul Wallington  <jpw@gnu.org>
8250         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8252 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8254         * reveal.el (reveal-open-new-overlays): New extracted fun.
8255         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
8256         using them.  Simplify the code.
8257         (reveal-post-command): Use them.  Fix up obsolete windows in
8258         reveal-open-spots.
8260         * progmodes/flymake.el: Use `require' rather than autoload for
8261         XEmacs's overlays.
8262         (flymake-get-common-file-prefix, flymake-build-relative-filename):
8263         Delete.  Use file-relative-name instead.
8264         (flymake-get-syntax-check-program-args, flymake-perl-init):
8265         Simplify the resulting code.
8267         * log-view.el (log-view-file-re, log-view-message-re): Add support
8268         for DaRCS output.
8270 2006-01-09  Alex Schroeder  <alex@gnu.org>
8272         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8273         identifiers sometimes added in square brackets at the beginning of
8274         subject lines.
8276 2006-01-07  Richard M. Stallman  <rms@gnu.org>
8278         * cus-edit.el (Custom-set, Custom-save): Doc fix.
8279         (Custom-reset-current, Custom-reset-saved): Change question text.
8280         (Custom-reset-standard): Likewise.
8281         (custom-variable-reset-saved): Doc fix.
8283 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
8285         * startup.el (init-file-user): Doc fix.
8287 2006-01-07  Alex Schroeder  <alex@gnu.org>
8289         * mail/rmail.el (rmail-current-subject): New function.
8290         (rmail-current-subject-regexp): New function.
8291         (rmail-next-same-subject): Use it.
8293         * mail/rmailsum.el (rmail-summary-by-topic):
8294         Use rmail-current-subject and rmail-current-subject-regexp.
8295         (rmail-summary-next-same-subject): Ditto.
8297         * net/rcirc.el (rcirc-send-input): No longer check whether the
8298         process is open, since not all commands need an open process.
8299         (rcirc-send-string): Check whether the process is open before
8300         sending anything.
8301         (rcirc-ignore-list): New option.
8302         (rcirc-ignore-list-automatic): New variable.
8303         (rcirc-print): Take rcirc-ignore-list into account.
8304         (rcirc-cmd-ignore): New command.
8305         (rcirc-ignore-update-automatic): New function.
8306         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8307         list if ignored nicks.
8308         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8310 2006-01-06  David Reitter  <david.reitter@gmail.com>
8312         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8313         reflect the address to which the report will be sent.
8315 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
8317         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8318         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8320 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
8322         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8324         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8325         the doc string: "functoin" => "function".
8326         * ldefs-boot.el: Likewise.
8328         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8329         message text: "Duplicat" => "Duplicate".
8331 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8333         * files.el (basic-save-buffer-2): If backing-up failed, reset
8334         buffer-backed-up to nil.
8336 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
8338         * progmodes/gud.el (gdb-script-skip-to-head)
8339         (gdb-script-calculate-indentation): Indent for breakpoint command
8340         lists also.
8342 2006-01-05  Bill Wohler  <wohler@newt.com>
8344         * Makefile.in (compile-always): Add mh-autoloads dependency.
8345         (bootstrap): Remove mh-autoloads dependency, as compile dependency
8346         provides it.
8347         (updates): Remove mh-autoloads dependency, since it probably has
8348         already run recently (via recompile).
8350 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8352         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8353         argument `force' to disable the flyspell-last-buffer optimization.
8354         (flyspell-mode-on): Use it.
8356         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8357         flymake-simple-cleanup.
8358         (flymake-allowed-file-name-masks): Use this new default.
8359         All the functions are now called in the right buffer rather than
8360         passing the buffer as argument.
8361         (flymake-process-sentinel): Switch to buffer before calling cleanup.
8362         (flymake-parse-err-lines): Remove redundant buffer arg.
8363         (flymake-get-program-dir): Comment out unused function.
8364         (flymake-start-syntax-check, flymake-start-syntax-check-process):
8365         Remove redundant buffer argument.
8366         (flymake-get-real-file-name, flymake-simple-java-cleanup)
8367         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8369 2006-01-05  Richard M. Stallman  <rms@gnu.org>
8371         * info.el (Info-find-node): Don't record previous node if have none.
8372         (info): Go to directory only if history is empty.
8374         * simple.el (mark): Doc fix.
8376 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8378         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8379         already of desired type.
8380         (mac-ae-list): Coerce parameter to "list" type.
8381         (mac-dispatch-apple-event): Replace cadr part of event with a
8382         dummy position so that event-start returns it.
8384 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
8386         * textmodes/org.el (org-end-of-subtree): New function.
8387         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8388         Use `org-end-of-subtree'.
8389         (org-agenda, org-agenda-convert-date): Protect calls to
8390         `fit-window-to-buffer'.
8391         (org-tags-view): Force matching of sublevels when doing a
8392         todo-only search.  Define the correct redo command, including the
8393         arguments.
8394         (org-agenda-redo): Display message.
8395         (org-check-for-org-mode): New function.
8396         (org-agenda-type): New variable.
8397         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8398         Set `org-agenda-type'.
8399         (org-agenda-check-type): New function.
8400         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8401         (org-agenda-week-view, org-agenda-day-view)
8402         (org-agenda-next-date-line, org-agenda-previous-date-line)
8403         (org-agenda-log-mode, org-agenda-toggle-diary)
8404         (org-agenda-toggle-time-grid, org-agenda-date-later)
8405         (org-agenda-date-prompt, org-agenda-diary-entry)
8406         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8407         (org-agenda-convert-date, org-agenda-menu):
8408         Use `org-agenda-check-type'.
8409         (org-make-overlay, org-delete-overlay)
8410         (org-detatch-overlay, org-move-overlay, org-overlay-put):
8411         New compatibility functions.
8412         (org-calendar-select-mouse): New command.
8414 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
8416         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8417         (Custom-reset-standard): Fix y-or-n-p messages.
8418         (custom-link): New face for links.
8419         (custom-buffer-create-internal, custom-manual): Use it.
8420         (custom-face-save): Push to theme-face before setting face spec.
8422         * wid-edit.el (widget-default-mouse-face-get): New function.
8423         (widget-specify-button): Handle mouse-face like button-face.
8425         * custom.el (load-theme): Clear old theme settings if reloading.
8427 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8429         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8430         "Erase Customization" button back to same position it occupies in
8431         the individual State menus.
8433 2006-01-04  Kim F. Storm  <storm@cua.dk>
8435         * wid-edit.el (key-sequence): Rework widget to read key binding
8436         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
8437         (widget-key-sequence-default-value): Default value for empty sequence.
8438         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
8439         (widget-key-sequence-read-event): New command for C-q.
8440         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8441         (widget-key-sequence-value-to-external): New functions.
8443 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8445         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8446         Use expand-file-name.
8447         (flymake-delete-temp-directory): Use expand-file-name,
8448         file-name-directory, and directory-file-name.
8449         (flymake-strrchr): Delete.
8450         (flymake-start-syntax-check): Don't pass the redundant buffer argument
8451         to the init-f function.
8452         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8453         (flymake-init-find-buildfile-dir)
8454         (flymake-init-create-temp-source-and-master-buffer-copy)
8455         (flymake-simple-make-init-impl, flymake-simple-make-init)
8456         (flymake-master-make-init, flymake-master-make-header-init)
8457         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8458         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8459         (flymake-xml-init): Remove corresponding redundant buffer argument.
8460         (flymake-allowed-file-name-masks): Remove last elems that are equal to
8461         the default anyway.  Clean up regexps.
8463         * progmodes/flymake.el (flymake-temp-source-file-name)
8464         (flymake-master-file-name, flymake-temp-master-file-name)
8465         (flymake-base-dir): New buffer-local vars.
8466         (flymake-buffer-data, flymake-get-buffer-value)
8467         (flymake-set-buffer-value): Replace those hash-tables by the new
8468         buffer-local vars.  Update callers.
8470         * progmodes/flymake.el (flymake-check-start-time)
8471         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8472         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8473         Move definition, so we can remove redundant earlier declaration.
8474         (flymake-replace-regexp-in-string, flymake-split-string)
8475         (flymake-get-temp-dir): Use defalias.
8476         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
8477         (flymake-xemacs-window-edges): Remove unused function.
8478         (flymake-get-point-pixel-pos): Move.
8479         (flymake-pid-to-names, flymake-reg-names)
8480         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8481         Replace by a simple list flymake-processes and by process-buffer.
8482         Update callers.  Other than simplify the code, it uses buffers rather
8483         than buffer-names so it doesn't get confused by uniquify.
8484         (flymake-buffer-data): The global value should just be nil.
8486         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8487         Optimize the body of a defalias like any other code.
8489         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8490         Make sure we've setup font-lock's vars.  It may influence which
8491         function we then call.
8492         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8493         here since it's too late anyway.
8495 2006-01-03  Romain Francoise  <romain@orebokech.com>
8497         * startup.el (fancy-splash-tail, normal-splash-screen):
8498         Update copyright year.
8500 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
8502         * mouse.el (mouse-drag-track): Rename, from
8503         `mouse-drag-region-1'.  Includes optional argument required to
8504         enable post-drag event processing (e.g. delete region keys).
8505         Can be used without this argument to track a mouse region and operate
8506         on it as soon as the drag completes.
8507         (mouse-drag-region): Use `mouse-drag-track'.
8509 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
8511         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8512         Move to `custom-buffer' group.
8514         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8515         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8516         (custom-theme-insert-face-marker, custom-theme-variable-menu)
8517         (custom-theme-face-menu): New variables.
8518         (custom-theme-add-variable, custom-theme-variable-action)
8519         (custom-variable-reset-theme, custom-theme-delete-variable)
8520         (custom-face-reset-theme, custom-theme-face-action)
8521         (custom-theme-delete-face, custom-theme-merge-theme)
8522         (custom-theme-add-face, custom-theme-visit-theme): New functions.
8524 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
8526         * custom.el: Move Custom Themes commentary to start of theme code.
8527         (custom-known-themes): Rename `standard' theme to `changed'.
8528         (custom-push-theme): Caller no longer specifies what theme to use
8529         when doing `reset'---the setting is simply removed from the theme.
8530         Delete MODE from `theme-value' and `theme-settings' properties.
8531         (custom-declare-theme): Ignore &rest args since we don't use them.
8533         (custom-loaded-themes): Delete variable.
8534         (custom-theme-load-themes, custom-theme-loaded-p)
8535         (custom-theme-value): Delete functions.
8537         (custom-declare-theme): Signal error on invalid theme names.
8538         (provide-theme): custom-loaded-themes was deleted.
8539         (load-theme): Load the file unconditionally.
8540         (enable-theme): Call `load-theme' if theme is undefined.
8541         (custom-enabled-themes): Only update value for successful loads.
8542         (disable-theme): Complete from enabled themes when interactive.
8543         (custom-variable-theme-value): Calculate theme value directly.
8545         (custom-theme-reset-variables, custom-reset-variables): Mark as
8546         XEmacs compatibility functions.  We don't actually use these.
8548         * cus-edit.el (custom-variable-state-set):
8549         Use custom-variable-theme-value instead of custom-theme-value.
8550         (custom-face-state-set): Rename `standard' theme to `changed'.
8551         (custom-save-variables, custom-save-faces): Delete unneeded
8552         references to custom-reset-variables.
8553         (custom-save-resets): Delete function.
8554         (custom-save-variables, custom-save-faces): MODE argument deleted.
8555         (custom-save-variables, custom-save-faces): Ignore theme values.
8557         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8558         compatibility function.
8560 2006-01-01  Richard M. Stallman  <rms@gnu.org>
8562         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8563         (Custom-reset-current, Custom-reset-saved): Likewise.
8564         (Custom-reset-standard): Show message if aborted.
8565         (custom-mode): Doc fix, describing those commands.
8567         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8568         put on event-kind property.
8570 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
8572         * custom.el (provide-theme): Ban `user' theme name.
8573         (custom-enabling-themes): New variable.
8574         (enable-theme): Don't enable user if custom-enabling-themes is t.
8575         (custom-enabled-themes): Make it a defcustom.
8576         (custom-theme-recalc-face): No-op if face is undefined.
8578         * cus-edit.el (custom-button-mouse): New variable.
8579         (custom-button-mouse): New face.
8580         (custom-raised-buttons, custom-mode): Use it.
8582         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8584 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8586         * progmodes/gud.el (gud-display-line): Support hl-line in the
8587         source buffer.
8589 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
8591         * mouse.el (mouse-drag-window-above): Verify that the found window
8592         overlaps with the given window in the horizontal dimension.
8594 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
8596         * Makefile.in (cvs-update): New target.
8598         * makefile.w32-in (cvs-update): Ditto.
8600 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
8602         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8603         (custom-new-theme-mode-map): New variable.
8605 2005-12-30  Richard M. Stallman  <rms@gnu.org>
8607         * custom.el (custom-load-themes): Function deleted.
8609         * cus-edit.el (custom-save-loaded-themes): Function deleted.
8610         (custom-save-variables): Don't delete or add custom-load-themes call.
8612 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8614         * cus-start.el: Add `visible-cursor'.
8616         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8617         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8618         (flymake-process-filter): Switch to buffer before calling it instead.
8619         (flymake-post-syntax-check, flymake-highlight-err-lines)
8620         (flymake-delete-own-overlays, flymake-parse-err-lines)
8621         (flymake-start-syntax-check, flymake-start-syntax-check-process)
8622         (flymake-count-lines, flymake-parse-residual):
8623         Remove constant buffer argument.
8624         (flymake-start-syntax-check-for-current-buffer): Remove.
8625         Update callers to use flymake-start-syntax-check instead.
8626         (flymake-display-err-menu-for-current-line):
8627         Remove unused var `mouse-pos'.
8628         (flymake-restore-formatting): Comment out unused function.
8629         (flymake-report-status, flymake-report-fatal-status): Remove buffer
8630         argument, use current-buffer instead.  Update callers.
8632 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8634         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8635         buffer-local because choose-completion-delete-max-match requires
8636         that we set completion-ignore-case (i.e., binding via let is not
8637         sufficient).
8638         (bibtex-complete): Always set completion-ignore-case and
8639         choose-completion-string-functions.  The latter is needed because
8640         choose-completion-string-functions keeps its value if we quit the
8641         *Completions* buffer without requesting a completion.
8643 2005-12-30  Andreas Schwab  <schwab@suse.de>
8645         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8647 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
8649         * jit-lock.el (jit-lock-chunk-size): Doc fix.
8651 2005-12-30  Juri Linkov  <juri@jurta.org>
8653         * locate.el (locate-fcodes-file, locate-header-face)
8654         * progmodes/delphi.el (delphi-other-face)
8655         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8657         * paren.el (show-paren-match, show-paren-mismatch): Use existing
8658         group `paren-showing-faces'.
8660         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8661         (goto-address): Fix docstring.
8663         * net/webjump.el (webjump-sample-sites): Update URLs.
8665         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8667         * subr.el (cancel-change-group): Add listp around pending-undo-list.
8669 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * font-lock.el (font-lock-compile-keywords): Signal an error when
8672         font-lock-set-defaults hasn't been called.
8674 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
8676         * subr.el (noreturn, 1value): Doc fixes.
8678 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8680         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8681         that assoc-string returns nil.
8683 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8685         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8686         (bibtex-entry-type-str, bibtex-empty-field-re)
8687         (bibtex-search-backward-string, bibtex-preamble-prefix)
8688         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8689         (bibtex-any-valid-entry-type): New variable.
8690         (bibtex-parse-field-name): Simplify.
8691         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8692         (bibtex-preamble-prefix): Include left delimiter.
8693         (bibtex-search-forward-field, bibtex-search-backward-field):
8694         Allow unbounded search past entry boundaries (required by bibtex-pop).
8695         (bibtex-text-in-field-bounds): Use push.
8696         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8697         (bibtex-parse-preamble, bibtex-valid-entry)
8698         (bibtex-beginning-first-field): New functions.
8699         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
8700         (bibtex-map-entries): Fix docstring.
8701         (bibtex-flash-head): New arg prompt.  Simplify.
8702         (bibtex-enclosing-field): Include code of bibtex-inside-field.
8703         (bibtex-insert-kill): Simplify.  Always insert text past the
8704         current field or entry.
8705         (bibtex-format-entry): Use bibtex-parse-field.
8706         (bibtex-pop): Use bibtex-beginning-of-entry and
8707         bibtex-end-of-entry to initiate the search.  Insert empty field if
8708         we found ourselves.
8709         (bibtex-print-help-message): New args field and comma.
8710         Handle entry keys.
8711         (bibtex-make-field): Use bibtex-beginning-of-entry.
8712         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
8713         invalid entry.
8714         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8715         Handle preambles.  Simplify code for thorough test.
8716         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8717         New arg comma.  Handle entry heads.
8718         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8719         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8720         New arg comma.
8721         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8722         (bibtex-fill-field): Simplify.
8723         (bibtex-fill-entry): Use bibtex-beginning-first-field and
8724         bibtex-parse-field.
8725         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8726         (bibtex-complete): Use bibtex-parse-preamble.
8728 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
8730         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8731         Display name of expression instead of convenience variable.
8732         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8734         * progmodes/gud.el (gud-tooltip-dereference): Rename from
8735         toggle-gud-tooltip-dereference.
8736         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8737         (gud-tooltip-tips): ...here when dereferencing.
8739 2005-12-28  Bill Wohler  <wohler@newt.com>
8741         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8743 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8745         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
8746         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
8747         (vc-annotate-display-autoscale): Adjust call.
8748         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
8749         Fix interactive spec.
8750         (vc-annotate-time-span): Remove.
8751         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
8752         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
8753         (vc-annotate-display-select): Use new name.
8755         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
8756         (vc-annotate-mode-menu): Remove left-over redundant declaration.
8757         Correct the construction of span entries.  Simplify.
8758         (vc-annotate-display-select): Fix the nil case.
8759         (vc-annotate): Remove obsolete (and now broken) code.
8760         (vc-annotate-extract-revision-at-line): Remove obsolete code.
8761         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
8763 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8765         * subr.el (lazy-completion-table): Correct typo in docstring.
8767         * startup.el (command-line): Use `custom-reevaluate-setting' for
8768         `send-mail-function'.
8770         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
8772 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
8774         * mail/smtpmail.el (smtpmail-try-auth-methods):
8775         Send credentials together with "AUTH PLAIN" command.
8777 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8779         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8780         mouse-2, go back to previously selected window, so it's selected
8781         when mouse-2 command runs.
8783 2005-12-27  Juri Linkov  <juri@jurta.org>
8785         * descr-text.el (describe-text-sexp): Use square brackets for
8786         button [Show] to distinguish it from the property value `show'.
8787         (describe-property-list): Use `insert-text-button' with
8788         `help-face' type instead of putting face in quotes, because button
8789         is not created automatically for a list of faces.
8790         (describe-text-properties-1): Put button-type value in quotes to
8791         distinguish from plain text "button".
8792         (describe-char): Display code point values in hex.  Don't use
8793         `symbol-name' for `current-input-method' because it is a string.
8794         Use `insert-text-button' with `help-face' type instead of putting
8795         hardcoded face in quotes, because button is not created automatically.
8797 2005-12-27  Richard M. Stallman  <rms@gnu.org>
8799         * progmodes/glasses.el (glasses-face): More specific custom type.
8801         * files.el (set-visited-file-name): Doc fix.
8803         * textmodes/flyspell.el (flyspell-external-point-words):
8804         Use local var buffer-scan-pos to advance scan for next misspelling.
8805         Advance it only after we find the misspelling.
8807 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
8809         * textmodes/flyspell.el (flyspell-external-point-words):
8810         New criteria for finding the misspelling in the buffer.
8812 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
8814         * help-mode.el (help-insert-string): Set help-xref-stack-item
8815         rather than call help-setup-xref.
8817         * descr-text.el (describe-char): Revert previous changes for
8818         optional buffer argument.
8820 2005-12-27  Juri Linkov  <juri@jurta.org>
8822         * help-mode.el (help-insert-string): New function.  Save buffer
8823         contents in cases where it is impossible to recompute the old contents.
8825         * descr-text.el (describe-char): Set help-xref-stack-item
8826         explicitly after buffer has been generated.
8828 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8830         * cus-start.el (all): Add x-gtk-show-hidden-files.
8832 2005-12-26  Richard M. Stallman  <rms@gnu.org>
8834         * replace.el (perform-replace): Calculate match-again
8835         before skipping read-only matches.
8837         * paren.el (paren-showing-faces): New group.
8838         (show-paren-match, show-paren-mismatch): Move to that group.
8840         * button.el (button): Put into group `basic-faces'.
8842         * progmodes/make-mode.el: Remove faces from group `faces'.
8844         * apropos.el (apropos, apropos-value): Doc fix.
8845         (apropos-documentation): Doc fix.
8847 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8849         * subr.el (lazy-completion-table): Remove argument `args'.
8851         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8852         Don't use the `args' argument of lazy-completion-table.
8854 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
8856         * descr-text.el (describe-char): Add optional argument for buffer.
8857         Set buffer appropriately.  Call help-setup-xref.
8858         Suggested by Stefan Monnier.
8860 2005-12-26  Juri Linkov  <juri@jurta.org>
8862         * descr-text.el: Require `help-fns' at runtime.  Don't require
8863         `button' for byte compilation.
8864         (describe-text-widget): Add `help-echo' for first button.
8865         Use `help-info' for second.
8866         (describe-property-list): Use `help-argument-name' instead of `italic'.
8867         (describe-text-category): Add prompt to interactive spec.
8868         Call `help-setup-xref'.
8869         (describe-char): Use `help-character-set'.  Add `help-echo' for
8870         code point.  Use `help-input-method'.  Remove superfluous insert.
8872 2005-12-25  Richard M. Stallman  <rms@gnu.org>
8874         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8875         at point, in case of narrowing.
8877         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8879         * locate.el (locate-header-face): Allow nil in type.
8881         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8883 2005-12-25  Romain Francoise  <romain@orebokech.com>
8885         * battery.el (battery-linux-proc-acpi): Also try
8886         `/proc/acpi/thermal_zone/THM0/temperature'.
8888 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
8890         * custom.el (custom-push-theme): Fix docstring.
8892         * cus-edit.el (custom-variable-set, custom-variable-save)
8893         (custom-variable-save): Custom-quote widget values.
8894         (customize-save-variable): Fix custom-push-theme call.
8896 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
8898         * w32-fns.el (w32-batch-update-autoloads): New function.
8900         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8901         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8902         from the command line.
8904 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
8906         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
8907         reset means to remove setting from theme entirely.  Don't keep
8908         expanding theme-settings list; delete old entries if necessary.
8910         * cus-edit.el (custom-buffer-create-internal): Move "Erase
8911         customization" button one line up.
8912         (custom-themed): New face.
8913         (custom-magic-alist): New value, THEMED, for theme settings.
8914         (custom-variable-state-set, custom-face-state-set):
8915         Check theme-value instead of saved-value.
8916         (custom-variable-reset-standard, custom-face-reset-standard):
8917         Remove theme setting entirely.  Recalculate new values.
8918         (custom-variable-set, custom-variable-set)
8919         (custom-variable-reset-saved, custom-variable-reset-backup)
8920         (custom-face-set, custom-face-reset-saved): Update `user' theme.
8921         (custom-variable-save): Fix typos.
8923 2005-12-23  Juri Linkov  <juri@jurta.org>
8925         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8926         Add autoload cookies.
8927         (edebug-outside-d-c-i-n-s-w): New variable.
8928         (edebug-display, edebug-outside-excursion): Use it to save the
8929         original value of default-cursor-in-non-selected-windows.
8930         Set default-cursor-in-non-selected-windows to t while Edebug
8931         is active.
8932         (edebug-mode, edebug-eval-mode): Doc fix.
8934         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8935         with `buffer-substring-no-properties' to remove common substring
8936         highlighting.
8938         * info.el (info-other-window, info): Rename function argument
8939         `file' to `file-or-node'.
8940         (Info-complete-menu-item): Use local variable `complete-nodes' to
8941         keep the global value of `Info-complete-nodes' unchanged for
8942         subsequent completions.
8943         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8945         * simple.el (get-next-valid-buffer, last-buffer)
8946         (next-error-buffer-p, next-error-find-buffer)
8947         (minibuffer-history-sexp-flag): Doc fix.
8949         * savehist.el (savehist-mode-hook): Add `:group'.
8951         * log-view.el: Call autoload for vc-find-version.
8952         (log-view-current-file): Adjust subgroup numbers.
8953         (log-view-current-tag): Add `length'.
8955 2005-12-23  Richard M. Stallman  <rms@gnu.org>
8957         * vc.el (vc-annotate-car-last-cons): Defn moved up.
8959 2005-12-23  Juri Linkov  <juri@jurta.org>
8961         * hi-lock.el (hi-lock-archaic-interface-message-used)
8962         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8963         (hi-lock-mode): Display "Hi" in the mode line only when
8964         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8965         (hi-lock-write-interactive-patterns):
8966         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8967         (hi-lock-set-pattern, hi-lock-set-file-patterns)
8968         (hi-lock-font-lock-hook): Set 3rd arg `how' of
8969         font-lock-add-keywords to t.
8971 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
8973         * hi-lock.el (hi-lock-highlight-range): New variable.
8974         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8975         only if font-lock-fontified is non-nil.  Remove overlays.
8976         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8977         font-lock-fontified is non-nil, otherwise use overlays (instead of
8978         text properties).
8979         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8980         New variables.
8981         (hi-lock-string-serialize) New function.
8983 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8985         * menu-bar.el (menu-find-file-existing): New function.
8986         (menu-bar-file-menu): Use menu-find-file-existing for Open.
8988         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8990 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8992         * vc.el: Remove unnecessary leading * in docstrings.
8993         (vc-annotate-mode-map): Move initialization into declaration.
8994         (vc-static-header-alist): Nitpick on the regexp.
8995         (vc-default-init-version): New fun.
8996         (vc-register): Use it.
8997         (vc-insert-headers): Use dolist.
8998         (vc-annotate-get-backend): Remove unused function.
8999         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
9000         (vc-annotate-mode): Remove corresponding call.
9001         (vc-annotate-car-last-cons): Simplify.
9002         (vc-annotate-buffers): Remove var.
9003         (vc-annotate-backend): Make it buffer-local.
9004         (vc-annotate): Move the interaction to the interactive spec.
9005         Add a `buf' argument.
9006         (vc-annotate-warp-version): Use this new `buf' argument to avoid
9007         killing&creating a vc-annotate buffer, which is very disruptive when
9008         the buffers are shown in dedicated frames.
9010 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
9012         * descr-text.el: Add FSF as maintainer.
9013         (describe-text-mode, describe-text-mode-map)
9014         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
9015         help-mode.
9016         (describe-text-widget, describe-text-sexp)
9017         (describe-property-list, describe-text-category)
9018         (describe-text-properties, describe-text-properties-1)
9019         (describe-char): Use help buttons instead of widgets.
9020         (describe-char-unicodedata-file): Make URL link in doc string.
9022 2005-12-22  Richard M. Stallman  <rms@gnu.org>
9024         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9025         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9026         Don't include buttons that write a file when there's no file.
9027         (custom-variable-menu, custom-face-menu, custom-group-menu):
9028         Don't include commands that write a file when there's no file.
9029         (customize-browse): Reword the top-of-buffer help intro.
9030         (custom-buffer-create-internal): Fix previous change.
9031         (customize-changed-options-previous-release): Prev release is 21.1.
9032         (customize-changed-options): Doc fix.
9033         (customize-changed): New alias.
9034         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9035         Say "standard values".
9036         (Custom-reset-standard): Doc fix.
9037         (custom-face-reset-standard): Doc fix.
9039 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9041         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9042         even if font-lock-mode is non-nil since it may be t without having
9043         turned on font-lock-mode-internal.
9044         (font-lock-choose-keywords): Minor optimization.
9045         (font-lock-add-keywords, font-lock-remove-keywords)
9046         (font-lock-set-defaults): Don't call make-local-variable on a variable
9047         that we know to already be local.
9049 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9051         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9052         messages if in the minibuffer.
9054 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9056         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9057         (tex-mode-flyspell-verify, flyspell-get-word)
9058         (flyspell-external-point-words): Don't use point-min/max uselessly.
9060         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9061         by Kevin Rodgers.  Instead, just hide the completions buffer if we
9062         don't need to show it.
9064 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
9066         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9068 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9070         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9071         delete-windows-on with an inexistent buffer.
9073 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
9075         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9076         Delete defcustom variable :tag names.
9078 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9080         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9081         (log-view-font-lock-keywords): Ajust subgroup numbers.
9082         (log-view-current-tag): Don't hard code the number of subgroups.
9084 2005-12-20  Juri Linkov  <juri@jurta.org>
9086         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9087         (tooltip-x-offset, tooltip-y-offset): Doc fix.
9089         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9090         (menu-bar-non-minibuffer-window-p): Instead of checking
9091         display-multi-frame-p, use selected-frame when menu-updating-frame
9092         is nil.
9094 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
9096         * align.el (align-rules-list): Use [ \t] instead of \s-
9097         for column separators in text mode.
9099 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
9101         * help-mode.el (help-customize-variable, help-customize-face):
9102         Don't pop help-xref-stack as help-follow no longer pushes
9103         anything on to it.
9105 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
9107         * textmodes/org.el (org-agenda-custom-commands): New option.
9108         (org-agenda): Offer custom commands on splash screen.
9109         (org-make-tags-matcher): Parser for Boolean logic added.
9110         (org-agenda-set-tags): New command.
9111         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9112         (org-set-tags): Efficiency improvements.
9113         (org-auto-align-tags): New option.
9114         (org-todo, org-demote, org-promote): Realign tags.
9115         (org-tags-completion-function): Use also "&" and "|" as separators.
9116         (org-org-menu): Agenda commands simplified.
9118 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
9120         * cus-edit.el (customize-apropos, customize-apropos-options):
9121         Docstring changes.
9123         * font-lock.el (font-lock): Add tags to the links in the defgroup.
9125 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
9127         * longlines.el (longlines-mode): Wrap while widened.
9128         (longlines-decode-region, longlines-encode-region): Compute max
9129         just once.
9131 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9133         * cus-edit.el (mac): New group.
9135         * cus-start.el (all): Add user options in macterm.c.  Add test for
9136         Mac-related built-ins.  Fix test for GTK-related built-ins.
9138         * term/mac-win.el (mac-handle-language-change)
9139         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9140         (mac-services-open-selection, mac-services-mail-selection)
9141         (mac-services-mail-to, mac-services-insert-text)
9142         (mac-dispatch-apple-event): Add docstrings.
9143         (x-get-selection, mac-select-convert-to-string): Select coding
9144         system from `utf-16be' and `utf-16le' using `byteorder'.
9146 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9148         * subr.el (lazy-completion-table): Don't be fooled if the var holds
9149         a "list" (lambda ...) rather than a real completion list.
9151         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9152         lexical-let when encountering ((lambda (...) ...) ...).
9154 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
9156         * progmodes/sh-script.el (sh-mode):
9157         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9158         * textmodes/picture.el (picture-mode): Update docstrings.
9160 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
9162         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9163         commands enclosed in $(ARGQUOTE)s should not be split between two
9164         lines, as that will break with GNU Make >3.80, when sh.exe is used
9165         and arg quoting is with '..'.
9166         (autoloads): Don't break the quoted --eval expression between
9167         several lines.
9169 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
9171         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9172         Capture error from printing circular structures.
9174 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
9176         * wid-edit.el (widget-checkbox-action): Clear undo info.
9178 2005-12-16  Bill Wohler  <wohler@newt.com>
9180         * menu-bar.el (kill-this-buffer): Set a good example by using menu
9181         bar, not menubar in comment.
9183 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9185         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9186         After-change-functions should not clobber the match data.
9188 2005-12-16  Juri Linkov  <juri@jurta.org>
9190         * simple.el (choose-completion): Use `buffer-substring-no-properties'
9191         instead of `buffer-substring'.
9192         (completion-common-substring): Doc fix.
9193         (completion-setup-function): Use minibuffer-completion-contents
9194         instead of minibuffer-contents.  Don't set common-string-length
9195         initially.  Remove special handling of partial-completion-mode.
9196         Move computation of completion-base-size into one cond.
9197         Call completion-base-size-function in mainbuf.  In computation of
9198         completion-base-size for file name completion don't move point to
9199         the end of the minibuffer.  Move computation of common-string-length
9200         into one cond.  Start putting faces only when common-string-length>=0.
9201         Add condition to put completions-common-part when
9202         common-string-length>0.
9204         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9205         place point at the first different character in the minibuffer
9206         even if this position is at the beginning of the minibuffer.
9208         * info.el (Info-read-node-name-1): In completion-base-size-function's
9209         lambda return 1 if common-substring or minibuffer-completion-contents
9210         starts with (, and 0 otherwise.
9212         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9213         Use `crm-current-element' for second arg of `display-completion-list'.
9215 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
9217         * files.el (set-auto-mode): Look for an interpreter specified on
9218         the first line also if search for mode specification succeeded,
9219         but the mode is not known.
9221 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
9223         * textmodes/org.el (org-tags-match-list-sublevels): New option.
9224         (org-open-at-point): Implement tag searches as links.
9225         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9226         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9227         (org-tags-sparse-tree, org-tags-view, org-set-tags)
9228         (org-agenda-dispatch): New commands.
9229         (org-use-tag-inheritance, org-tags-column): New options.
9230         (org-tab-follows-link, org-return-follows-link): New options.
9231         (org-tags): New customize group.
9232         (org-start-icalendar-file): Get local time zone.
9233         (org-tags-completion-function): New function.
9234         (org-set-font-lock-defaults): Make sure links will also be
9235         highlighted inside headlines.
9237 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
9239         * term.el (term-emulate-terminal):
9240         Let term-handle-ansi-terminal-messages override what Bash says about
9241         its current directory.
9243 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9245         * bindings.el (last-buffer): Move to simple.el.
9246         * simple.el (last-buffer): Move here.
9247         (get-next-valid-buffer): New function.
9248         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9249         (prev-buffer): Ditto.  Rename to `previous-buffer'.
9251         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9252         * bindings.el (global-map): Ditto.
9254 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
9256         * cus-edit.el: Introductory comment change.
9257         (custom-magic-alist): Change message string for the `rogue' state.
9259 2005-12-15  Richard M. Stallman  <rms@gnu.org>
9261         * tooltip.el: Delete defcustom variable :tag names.
9263         * complete.el (partial-completion-mode): Doc fix.
9265         * textmodes/flyspell.el (flyspell-external-point-words):
9266         Use save-excursion to ensure we don't move backward in the
9267         search loop, not even one character.
9268         (flyspell-delete-all-overlays): Use remove-overlays directly.
9270         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9271         (ispell-start-process): Set that variable.
9272         Clear ispell-buffer-local-name.
9273         (ispell-internal-change-dictionary):
9274         Set ispell-current-dictionary after killing process.
9275         (ispell-buffer-local-dict):
9276         Don't set spell-personal-dictionary after killing process.
9277         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9278         (ispell-tex-skip-alists, ispell-html-skip-alists)
9279         (ispell-skip-region-alist): Mark as risky.
9281         * net/newsticker.el (newsticker--retrieval-timer-list)
9282         (newsticker--display-timer, newsticker-running-p)
9283         (newsticker-ticker-running-p): Definitions moved up.
9285 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
9287         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9289 2005-12-15  David Ponce  <david@dponce.com>
9291         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9292         (recentf-edit-list, recentf-open-files): Signal an error when
9293         there is no recent file.
9295 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9297         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9298         read-only except for texinfo-format-region evaluation.
9300 2005-12-14  Richard M. Stallman  <rms@gnu.org>
9302         * vc.el (vc-default-previous-version, vc-default-next-version)
9303         (vc-do-command): Doc fixes.
9305 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9307         * textmodes/bibtex.el (bibtex-expand-strings)
9308         (bibtex-autokey-expand-string, bibtex-name-part)
9309         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9310         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9311         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9312         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9313         (bibtex-entry-postfix, bibtex-known-entry-type-re)
9314         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9315         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9316         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9317         (bibtex-beginning-of-last-entry): Remove.
9318         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
9319         message if comma is missing but buffer is read-only.
9320         (bibtex-parse-field-text): Handle whitespaces at the end of field
9321         text.  Return 3-element list with beginning and end of field text
9322         and end of field.
9323         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9324         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
9325         (bibtex-search-forward-field, bibtex-search-backward-field):
9326         Search always delimited by limits of entry.  Use more efficient
9327         search algorithms.
9328         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9329         bibtex-end-of-name-in-field.
9330         (bibtex-text-in-field-bounds): Handle BibTeX strings when
9331         extracting the content of a field.
9332         (bibtex-text-in-field): Use search limits.
9333         (bibtex-parse-string-prefix): Handle empty string keys based on
9334         bibtex-string-empty-key.
9335         (bibtex-parse-string): Fix docstring.
9336         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9337         (bibtex-preamble-prefix, bibtex-strings): New functions.
9338         (bibtex-skip-to-valid-entry): Include preceding whitespace in
9339         BibTeX entries (consistent with other BibTeX functions).
9340         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9341         (bibtex-search-entry): Fix docstring.  Simplify.
9342         (bibtex-flash-head, bibtex-complete-string-cleanup)
9343         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9344         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9345         (bibtex-parse-entry): New optional arg content.
9346         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9347         Use bibtex-text-in-field-bounds.
9348         (bibtex-print-help-message): Handle BibTeX strings and preambles.
9349         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9350         bibtex-parse-string-postfix.
9351         (bibtex-find-text-internal): New function.
9352         (bibtex-remove-delimiters): Use it.
9353         (bibtex-find-text): Use it.  New optional arg help.
9354         (bibtex-complete): Handle BibTeX string and preamble entries.
9355         (bibtex-Preamble): Fix order of closing delimiters.
9357 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9359         * vc.el (vc-default-revert): New fun.
9361         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9363 2005-12-14  Romain Francoise  <romain@orebokech.com>
9365         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9366         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9367         (font-lock-remove-keywords): Likewise.
9369 2005-12-14  Juri Linkov  <juri@jurta.org>
9371         * log-view.el (log-view-diff): Doc fix.
9373         * isearch.el (isearch-query-replace): Use (mark) instead of
9374         isearch-opoint if mark is active in transient-mark-mode.
9376 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
9378         * isearch.el (isearch-query-replace): Check for isearch-other-end.
9380 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
9382         * progmodes/cpp.el (cpp-face): New widget.
9383         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9385 2005-12-14  Juri Linkov  <juri@jurta.org>
9387         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9388         around `erase-buffer' and `insert'.
9390         * descr-text.el (describe-text-properties): Replace buffer name
9391         "*Help-2*" with "*Help*<2>".
9392         (describe-char): Add functions print-help-return-message,
9393         toggle-read-only.  Use help-setup-xref with nil to not store
9394         describe-char in help-xref-stack.  Use help-make-xrefs to
9395         make [back] button.
9397         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9399         * wdired.el (wdired-old-point): New internal variable.
9400         (wdired-change-to-wdired-mode): Set it buffer-locally.
9401         (wdired-abort-changes): Restore point after aborting changes.
9403 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9405         * vc.el (vc-do-command): Add a new value t for okstatus.
9407         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9408         frame in case of errors.
9410 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9412         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9413         so it comes after "On the Left" in the menu.
9415 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
9417         * cus-edit.el (customize-apropos, customize-apropos-options)
9418         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9420 2005-12-12  Bill Wohler  <wohler@newt.com>
9422         * vc-svn.el (vc-svn-registered): Fix problem of visiting
9423         non-writable Subversion-controlled files by saving window
9424         configuration before calling vc-do-command.  vc-do-command calls
9425         pop-to-buffer on error which is unexpected during registration.
9427 2005-12-12  Jay Belanger  <belanger@truman.edu>
9429         * calc/README: Update the summary of changes.
9431 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9433         * descr-text.el (describe-char): Rework last fix to solve the problem
9434         is the same way it's solved for everything else in that function
9435         (i.e. by extracting the info before setting up the *Help* buffer).
9437 2005-12-12  Kim F. Storm  <storm@cua.dk>
9439         * subr.el (version-regexp-alist): Allow space as separator before
9440         non-numeric part, e.g. "1.0 alpha".
9441         (version-to-list): Interpret .X.Y version as 0.X.Y version.
9443 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
9445         * textmodes/org.el (org-agenda, org-timeline, org-todo):
9446         Implement Logging and the keep-modes setting.
9447         (org-get-category): Make sure a string is returned.
9448         (org-log-done): New function.
9449         (org-log-done, org-closed-string): New options.
9451 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9453         * tooltip.el (tooltip-y-offset): Change default to 20.
9455 2005-12-12  Richard M. Stallman  <rms@gnu.org>
9457         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9459         * frame.el (display-hourglass): Doc fix.
9461         * help.el (help-for-help-internal): Simplify entry for `a'.
9463         * info.el (Info-on-current-buffer): Doc fix.
9464         (info-insert-file-contents): Don't test (featurep 'jka-compr).
9466         * startup.el (inhibit-splash-screen): Make this the real name.
9467         (inhibit-startup-message): Make this the alias.
9468         (command-line): Find only simple.el, and use its directory
9469         to fill in other preloaded files' names.
9470         (command-line): Deactivate the mark if deactivate-mark is set.
9472         * international/mule.el (load-with-code-conversion):
9473         Bind deactivate-mark.
9475         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9477 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
9479         * cus-edit.el (customize-apropos): Avoid listing an option more
9480         than once under different aliases.  No longer list user options
9481         that are not defined with defcustom (unless a prefix arg is given).
9482         Doc fix.
9483         (customize-apropos-options): Doc fix.
9485 2005-12-11  Juri Linkov  <juri@jurta.org>
9487         * frame.el (set-background-color, set-foreground-color)
9488         (set-cursor-color, set-mouse-color, set-border-color):
9489         Add explicit prompts to read colors by `facemenu-read-color'.
9490         (show-trailing-whitespace, blink-cursor-delay)
9491         (blink-cursor-interval, display-hourglass, hourglass-delay):
9492         Remove tags.
9493         (display-hourglass, hourglass-delay): Doc fix.
9494         (cursor-in-non-selected-windows): Capitalize words in tag.
9496         * faces.el (frame-background-mode): Replace `choice-item' keywords
9497         with `const' to not make [default] button.  Change default value tag
9498         from `default' to `automatic'.  Doc fix.
9499         (trailing-whitespace) <defface>: Change group `whitespace' to
9500         `whitespace-faces'.
9502 2005-12-11  Richard M. Stallman  <rms@gnu.org>
9504         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9506 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9508         * term/mac-win.el: Create keymap for mac-apple-event-map.
9510 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
9512         * tooltip.el (tooltip-mode): Move to start of file so that it
9513         appears at top of customize buffer.
9515         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9516         Add the gud groupname.
9517         (gud-tooltip-mode): Add the tooltip groupname.
9518         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
9519         avoid conflict with tooltip-use-echo-area.
9521 2005-12-10  Romain Francoise  <romain@orebokech.com>
9523         * help.el (help-for-help-internal): Add `r' in doc string.
9525 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9527         * align.el (align-regexp, align-highlight-rule):
9528         Use region-beginning and region-end instead of point and mark, so that
9529         repetition (with `repeat-complex-command') recomputes the region
9530         bounds.
9532 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9534         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9535         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9536         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9537         (balance-windows): Rewrite using the above new functions.
9539 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
9541         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9542         react if global-hi-lock-mode seems intended.
9543         (global-hi-lock-mode) Renamed from hi-lock-mode.
9544         (hi-lock-archaic-interface-message-used)
9545         (hi-lock-archaic-interface-deduce): New variables.
9546         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9547         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9548         (hi-lock-find-patterns, hi-lock-font-lock-hook):
9549         Replace hi-lock-buffer-mode with hi-lock-mode.
9551 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
9553         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9554         completion list, even after a partial completion has been
9555         inserted in the current buffer.  If there are more than 1
9556         completion, redisplay the *Completions* buffer; if the
9557         completion is unique, delete the *Completions* window.
9559 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
9561         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9562         strings and long subject lines that were broken into multiple
9563         lines at arbitrary places.  Handle subjects that have "Re: " in
9564         the middle.
9566 2005-12-10  John W. Eaton  <jwe@octave.org>
9568         * emacs/octave-mod.el (octave-electric-space): Don't indent
9569         comments or strings if octave-auto-indent is nil.
9571 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9573         * term/mac-win.el: Require url when compiling.
9574         Call mac-process-deferred-apple-events after loading init files.
9575         (mac-apple-event-map): New defvar.  Define event handlers in it.
9576         (core-event, internet-event): New Apple event class symbols.
9577         (open-application, reopen-application, open-documents)
9578         (print-documents, open-contents, quit-application)
9579         (application-died, show-preferences, autosave-now, get-url):
9580         New Apple event ID symbols.
9581         (about): New HICommand ID symbol.
9582         (mac-event-spec, mac-event-ae): New macros.
9583         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9584         (mac-ae-selection-range, mac-ae-text-for-search)
9585         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9586         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
9587         and Services menu events are now defined in mac-apple-event-map.
9588         (mac-drag-n-drop): Remove selection range handling.
9590 2005-12-10  Kenichi Handa  <handa@m17n.org>
9592         * simple.el (zap-to-char):
9593         * isearch.el (isearch-process-search-char): Translate CHAR by
9594         translation-table-for-input.
9596 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
9598         * foldout.el (foldout-exit-fold): Properly hide subtree.
9600 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9602         * files.el (save-buffer):
9603         * international/ucs-tables.el (ucs-set-table-for-input):
9604         * mail/mail-extr.el (mail-extract-address-components):
9605         * mail/sendmail.el (mail-mode): Reformat doc string.
9607 2005-12-09  Juri Linkov  <juri@jurta.org>
9609         * isearch.el (isearch-highlight): Change main overlay priority
9610         from 1 to 1001.  Simplify.
9611         (isearch-lazy-highlight-update): Change lazy overlay priority
9612         from 0 to 1000.
9614         * replace.el (replace-highlight): Change overlay priority from
9615         1 to 1001.
9617         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9618         Change overlay priority from 1 to 1001.  Reuse existing overlay.
9620         * compare-w.el (compare-windows-highlight): Change overlay
9621         priority from 1 to 1000.
9623         * menu-bar.el (menu-bar-edit-menu): Add listp around
9624         pending-undo-list to disable menu item "undo" when pending
9625         undo list is empty.
9627         * locate.el (locate): Disable undo in *Locate* buffer.
9629 2005-12-09  Kim F. Storm  <storm@cua.dk>
9631         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9633 2005-12-09  David Ponce  <david@dponce.com>
9635         * recentf.el: Improvement of the menu code.
9636         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
9637         instead of menu hook.
9638         (recentf-show-menu, recentf-hide-menu): New functions.
9639         (recentf-menu-customization-changed, recentf-mode): Use them.
9640         (recentf-menu-action, recentf-max-menu-items)
9641         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9642         (recentf-arrange-by-rule-others)
9643         (recentf-arrange-by-rules-min-items)
9644         (recentf-arrange-by-rule-subfilter) : Don't use
9645         `recentf-menu-customization-changed'.
9646         (recentf-arrange-rules): Likewise.  Accept functions to compute
9647         sub-menu titles.
9648         (recentf-menu-filter): Likewise.  Doc fix.
9649         (recentf-menu-value-shortcut): Doc fix.
9650         (recentf-dump-variable): Quote atom value.
9651         (recentf-make-menu-items): Update to use it as a menu filter.
9652         (recentf-match-rule): New function.
9653         (recentf-arrange-by-rule): Use it.
9654         (recentf-indirect-mode-rule): New function.
9655         (recentf-build-mode-rules): Use it.
9656         (recentf-dir-rule): New function.
9657         (recentf-arrange-by-dir): Use it.
9658         (recentf-filter-changer-current): Rename from
9659         `recentf-filter-changer-state'.  All references updated.
9660         (recentf-filter-changer-alist): Update filter names.
9661         (recentf-filter-changer-select): New function.
9662         (recentf-filter-changer): Use it.  Make a sub-menu from filters
9663         available in `recentf-filter-changer-alist'.
9664         (recentf-data-cache, recentf-clear-data)
9665         (recentf-update-menu): Remove.  All references updated.
9666         (recentf-match-rule-p, recentf-build-dir-rules)
9667         (recentf-filter-changer-goto-next)
9668         (recentf-filter-changer-get-current)
9669         (recentf-filter-changer-get-next): Remove.
9671 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9673         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9674         buffer "Reset" button to "Reset to Current" for consistency with
9675         the State buttons.
9677 2005-12-08  John Paul Wallington  <jpw@pobox.com>
9679         * ibuf-ext.el (define-ibuffer-filter filename):
9680         If `dired-directory' is a list then really use its car.
9682 2005-12-08  Kim F. Storm  <storm@cua.dk>
9684         * emulation/cua-rect.el (cua--rectangle-aux-replace):
9685         Fix indention of text on right side of replaced rectangle.
9687 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
9689         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9690         No need to check gud-comint-buffer is bound.
9691         (gdb): Prevent multiple debugging when first session uses gdba.
9693 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9695         CC Mode update to 5.31.
9697         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9698         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
9699         We might do this function properly in the future).
9701         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9702         New macros c-sentence-end and c-default-value-sentence end, to cope
9703         with Emacs 22's new function `sentence-end'.
9705 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9707         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9708         compat issue using `c-put-overlay' and `c-delete-overlay'.
9710         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9711         New compat macros to handle overlays/extents.
9713 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9715         * progmodes/cc-fix.el: Add definitions of the macros push and pop
9716         (for GNU Emacs 20.4)
9718         * progmodes/cc-defs.el:
9719         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9721         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9722         highlighting mechanism so it will work in XEmacs too.
9724         * progmodes/cc-defs.el: Insert c-int-to-char.
9726         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9727         call to the new macro c-int-to-char.  This solves XEmacs's
9728         regarding characters as different from integers.
9730 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9732         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9733         New internal helper.
9735         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9736         construct to make the indirect face lookup work in XEmacs.
9738         (c-cpp-matchers): Append the negation char face to the existing
9739         fontification, so that the cpp face doesn't disappear.
9740         Use `c-make-syntactic-matcher' to avoid negation chars in comments
9741         and strings.
9743         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9744         to map to `font-lock-negation-char-face' in emacsen where it exists.
9746 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9748         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
9750         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
9751         Rename "c-subword-move-mode" as "c-subword-mode".
9753         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
9754         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
9756 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9758         * progmodes/cc-mode.el: Added autoload directive for
9759         `c-subword-move-mode' for use in older emacsen.
9761 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9763         * progmodes/cc-mode.el:
9764         (i) Insert a binding for C-c C-backspace into
9765         c-bind-special-erase-keys which works in TTYs.
9766         (ii) Make sure that when file styles are used, any explicitly
9767         given style variables take priority over those in the style.
9768         Do this by calling `hack-local-variables' a second time.
9770         * progmodes/cc-vars.el: Add language specific customization
9771         widgets for AWK to c-doc-comment-style, c-require-final-newline
9772         and c-default-style.  Add a defcustom for awk-mode-hook.
9773         Give c-syntactic-element and c-syntactic-context doc-strings by
9774         directly setting their `variable-documentation' propery.
9775         This allows Emacs 22.1 to read these with C-h v.
9777         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
9779 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9781         * progmodes/cc-fonts.el, cc-vars.el
9782         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9783         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9784         Masatake YAMATO.
9786         (c-doc-comment-style): Made GtkDoc default in C mode.
9788         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9789         and C-c C-<delete>.
9791         (c-bind-special-erase-keys): New function for use on
9792         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9794         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9795         <delete> key behavior in XEmacs according to `delete-forward-p'.
9796         C.f. `c-electric-delete'.
9798 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9800         * progmodes/cc-mode.el: Give c-hungry-backspace and
9801         c-hungry-delete-forward permanent key bindings.
9803         * progmodes/cc-cmds.el (c-electric-semi&comma):
9804         Bind c-syntactic-context for calls to "criteria functions", for
9805         consistency with other calls to user functions.
9807         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9808         `current-prefix-arg', since this might be the prefix arg to a
9809         command which calls c-indent-command as a function.  Change the
9810         interactive spec from "p" to "P".
9812         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9813         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9814         was difficult to understand.
9816 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9818         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9819         first char of an identifier.
9821         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9822         +" syntax in C++.
9824 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9826         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9827         auto-fill doesn't split a c-comment's last word from a hanging
9828         "*/" when a space is typed between them after fill-column.
9830         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9832         * progmodes/cc-styles.el (c-set-style)
9833         (c-setup-paragraph-variables): Abort the command if we're not in a
9834         CC Mode buffer.
9836         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9837         with blank comment-prefix, and a blank line as the comment's
9838         second line.
9840 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9842         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9843         Incorporate the patterns added in the Emacs development branch
9844         for the new Emacs 22 face `font-lock-negation-char-face'.
9846         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9847         of "red" since it stands out better in xterms and DOS terminals.
9849         * progmodes/cc-engine.el (c-literal-faces):
9850         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9852 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9854         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9855         forcibly enable c-electric-flag.
9857         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9858         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9859         after the comment-prefix of a C-style comment will close that comment.
9861 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9863         * progmodes/cc-fonts.el (c-basic-matchers-before)
9864         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9865         in Pike.
9867         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9868         digraphs.
9870         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9871         (c-cpp-message-directives, c-cpp-include-directives)
9872         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9873         (c-cpp-expr-directives): Introduce new language constants to
9874         control cpp syntax in a cleaner way.
9876         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9878         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9880         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9881         (c-multiline-string-start-char): New language constants and
9882         variables to specify how newlines in string literals work.
9884         (c-font-lock-invalid-string): Use them.
9886         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9887         unbalanced close brace is entered.  Optimization by avoiding going
9888         back over arbitrarily large blocks.  Removed hints that this
9889         function only would be relevant/useful in AWK.
9891         (c-electric-brace): Indent syntactically after the cleanups since
9892         lineup functions might do it differently then.
9894         * progmodes/cc-engine.el, cc-langs.el
9895         (c-opt-op-identifier-prefix): New language constant and variable.
9897         (c-just-after-func-arglist-p, c-after-special-operator-id)
9898         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9900         * progmodes/cc-align.el, cc-engine.el
9901         (c-after-special-operator-id): New helper to handle C++ operator
9902         identifiers.
9904         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9905         (c-guess-basic-syntax): Handle C++ operator identifiers in
9906         declarations.
9908         * progmodes/cc-langs.el (c-assignment-operators): Add the
9909         trigraph version of ^= too.
9911         * progmodes/cc-langs.el (c-assignment-operators): Add the
9912         trigraph version of |= in C++.
9914         * progmodes/cc-fonts.el (c-font-lock-declarators):
9915         Handle `c-decl-hangon-kwds' after the identifier name.
9917         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9918         whether an arglist is "nonempty", ignore a comment after the open
9919         paren if it isn't followed by a non-comment token on the same line.
9921         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9922         Enable heuristics below the point to cope with classes inside special
9923         brace lists in Pike.
9925 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9927         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9929 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9931         * progmodes/cc-guess.el (cc-guess-install): New function to
9932         install an already guessed style in another buffer.
9934         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9935         sets `inhibit-read-only' - `c-save-buffer-state' should be used
9936         anyway if the change always is undone.
9938 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9940         Implement togglable electricity:
9942         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9943         saying when it should be used.
9945         * progmodes/cc-engine.el: Add the new buffer-local variable,
9946         c-electric-flag.
9948         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9949         c-toggle-auto-newline.
9951         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9952         c-toggle-auto-newline.  Remove the binding for
9953         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
9954         c-toggle-electric-state.
9956         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9958         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9959         c-\(forward\|backward\)-subword.
9960         (c-update-modeline): Add the new modeline flag `l' for
9961         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
9962         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9963         Make the old name an alias of the new name.
9964         (c-toggle-electric-state): New function.
9965         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9966         Adapt these functions to do electric things only when
9967         c-electric-flag is non-nil.
9968         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9969         new functions from c-electric-brace.
9970         (c-point-syntax): Add a check for "virtual semicolons" in AWK
9971         mode, so that the tentative extra newline doesn't change the
9972         syntax of the following brace.
9973         (c-electric-brace): Restructure by extracting the above functions.
9974         Tidy up the coding somewhat.
9975         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9976         restructure a bit.
9978 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9980         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9981         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
9983         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9984         (c-submode-indicators): Change name from `c-auto-hungry-string'
9985         since it's now used to track another submode.
9987         (c-update-modeline): Convert to function and extended to check
9988         `c-subword-move-mode'.
9990         (c-forward-into-nomenclature, c-backward-into-nomenclature):
9991         Convert to compat aliases for `c-forward-subword' and
9992         `c-backward-subword'.
9994         * progmodes/cc-subword.el: New functions and minor mode to handle
9995         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9997         (c-forward-subword, c-backward-subword, c-mark-subword)
9998         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9999         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10000         Functions corresponding to the standard word handling functions.
10002         (c-subword-move-mode): Minor mode that replaces all the standard
10003         word handling functions with their subword equivalences.
10005 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10007         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10008         entry for one-liner-defun.
10010         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10011         name in its def-edebug-spec.
10013         * progmodes/cc-cmds.el (c-electric-brace): Make the
10014         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
10015         compacts space before a comment, if this will make things fit on
10016         one line.
10018         Introduce an "awk" style, mainly for auto-newline and clean-ups.
10020         * progmodes/cc-align.el: New function c-snug-1line-defun-close
10022         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10023         clean-up one-liner-defun.
10025         * progmodes/cc-styles.el: Add the new "awk" style.
10027         * progmodes/cc-vars.el: Add description of one-liner-defun to
10028         c-cleanup-list's doc-string.  New user options,
10029         c-max-one-liner-length.  In c-default-style, set the default style
10030         for AWK to "awk".
10032 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10034         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10035         macros inside labels.
10037         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10038         `c-at-statement-start-p' and `c-at-expression-start-p'.
10040         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10041         error if the mark isn't set.
10043         * progmodes/cc-engine.el (c-guess-continued-construct)
10044         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10045         accurately detect functions inside functions.
10047         * progmodes/cc-engine.el (c-at-expression-start-p): New function
10048         like `c-at-statement-start-p' that additionally recognizes commas
10049         and expression parentheses as delimiters.
10051         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10052         to avoid heuristics that doesn't work for unclosed blocks.
10053         (c-at-statement-start-p): New function.
10055         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10056         Objective-C directives, e.g. directives spanning lines should work
10057         reasonably well now.
10059         (c-put-c-type-property, c-clear-c-type-property): New helpers.
10061         (c-forward-objc-directive): New function to move over any ObjC
10062         directive.
10064         (c-just-after-func-arglist-p, c-guess-basic-syntax)
10065         (c-basic-matchers-before): Use it.
10067         (c-font-lock-objc-iip-decl): Remove.
10069         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10070         in the template arglist recognition.
10072         * progmodes/cc-styles.el (c-style-alist): Fix several
10073         inconsistencies in the Whitesmith style.
10075         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10076         New lineup function to get lines after Whitesmith style blocks
10077         correctly indented.
10079         (c-lineup-whitesmith-in-block): Back out the compensation for
10080         opening parens since it's done using `add' lists in the style
10081         definition instead.  Don't use the anchor position since it varies
10082         too much between the syntactic symbols. :P
10084         * progmodes/cc-vars.el (c-valid-offset): Update.
10086         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10087         lists where the offsets are combined according to several
10088         different methods: `first', `min', `max', and `add'.
10089         Report offset evaluation errors with `c-benign-error' so that some kind
10090         of reindentation still is done.
10092         * progmodes/cc-engine.el (c-guess-basic-syntax):
10093         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10094         `arglist-close'.
10096         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10097         situations for `arglist-cont-nonempty' and `arglist-close'.
10099         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10101         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10102         cc-bytecomp-boundp' in a number of places.
10104         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10105         macro related issue.
10107 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10109         * progmodes/cc-awk.el: Change the terminology of regexps: A char
10110         list is now [asdf], a char class [:alpha:].
10111         Include code for char classes.
10112         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
10113         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10115         Remove (nearly all of) the cruft associated with AWK Mode's former
10116         concept of "virtual semicolons":
10118         Adapt c-beginning-of-statement, c-end-of-statement (together with
10119         subfunctions) to use the new notion of "virtual semicolon" in
10120         place of the old awkward special handling for AWK.  There remains
10121         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10122         * progmodes/cc-cmds.el:
10123         (c-ascertain-adjacent-literal): In the backwards direction, now
10124         recognises AWK regexp delimiters as string delimiters.
10125         (c-after-statement-terminator-p): Adapt for virtual semicolons;
10126         check more rigorously for "end of macro".
10127         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10128         virtual semicolons;
10129         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10130         out the code for forward movement into ...
10131         (c-end-of-statement): Now contains the code for forward movement,
10132         adapted for virtual semicolons.
10134         * progmodes/cc-engine.el:
10135         (c-ws*-string-limit-regexp): New regexp.
10136         (c-forward-single-comment, c-backward-single-comment): Comment out
10137         the (now redundant) "special" AWK stuff.
10139         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10140         c-string-par-start, c-string-par-separate to be more like Text
10141         Mode than Fundamental Mode.
10143 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10145         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10146         to the fontified region so that fontification doesn't occur
10147         outside it (could happen e.g. when fontifying a line with an
10148         unfinished declaration).
10150 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10152         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10153         start of the file.  ^L now separate sections of the file.
10154         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
10155         (c-awk-one-line-possibly-open-string-re)
10156         (c-awk-regexp-one-line-possibly-open-char-class-re)
10157         (c-awk-one-line-possibly-open-regexp-re)
10158         (c-awk-one-line-non-syn-ws*-re): New defonsts.
10159         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10161         Amend the concept of "virtual semicolons" (in the indentation
10162         engine) for languages like AWK, such that they are now
10163         conceptually attached to end of the last token of a statement, not
10164         the end of the line.  (In AWK Mode, however, the pertinent text
10165         property is still physically set on the EOL.)  Remove the specific
10166         tests for awk-mode, thus facilitating the introduction of other
10167         language modes where EOLs can end statements.
10168         (Note: The funtionality in cc-cmds.el, specifically
10169         c-beginning/end-of-statement has yet to be amended.)
10171         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10172         New macros.
10174         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10175         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
10176         c-vsemi-status-unknown-p-fn (in a new page).
10178         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10179         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10180         numerous awkward forms like
10181         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10182         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
10183         variable before-ws-ip, the place just after char-before-ip appears.
10185         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10186         a comment.
10188 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10190         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10191         `c-tentative-buffer-changes'.
10193         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10194         convert to macro to choose between Emacs and XEmacs at compile time.
10196         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10198         (c-tentative-buffer-changes): New macro to handle temporary buffer
10199         changes in a convenient way.
10201         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10202         for `c-tentative-buffer-changes'.
10204         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10205         the checks for paren sexps between the point and the keyword, to
10206         avoid some false alarms.
10208         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10209         Fixed a situation where an error could be thrown for unbalanced
10210         parens.  Changed to make use of c-keyword-member' to avoid some
10211         repeated regexp matches.
10213         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10214         These language variable are no longer necessary.
10216         (c-block-stmt-kwds): New language constant used by
10217         c-looking-at-inexpr-block'.
10219         (c-guess-basic-syntax): Remove an optional check that looked at
10220         the existence of the now removed language variables.
10222         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10223         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10224         object instantiation expressions as declarations in some contexts.
10225         This bug only affected languages where the declarator can't be
10226         enclosed in parentheses.
10228         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10229         insert newlines before and after substatement braces.
10231         * progmodes/cc-engine.el: Improved the heuristics for recognizing
10232         function declaration headers and the handling of C++ style member
10233         init lists.
10235         (c-just-after-func-arglist-p): Rewritten to use
10236         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
10238         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10240         (c-guess-basic-syntax): Adapt case 5B for the new
10241         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
10242         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10243         covers all cases now).
10245         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10247 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10249         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10250         c-string-par-start/separate c-sentence-end-with-esc-eol,
10251         initialised in c-setup-paragraph-variables, used in string
10252         scanning subroutines of c-beginning-of-statement.
10254         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10255         which precedes the newly inserted `{'.
10257 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10259         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10260         function for declaration level blocks.  It should now cope with
10261         templates better and also be a lot more comprehensible.
10263         (c-looking-at-decl-block): The new function.
10265         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
10266         for compatibility.
10268         (c-add-class-syntax, c-guess-continued-construct)
10269         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10271         (c-decl-block-key): Change to tell apart ambiguous and
10272         unambiguous keywords.  Pike specials are now handled directly in
10273         the code instead.
10275         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10276         New language constants and variables to make the backward skip in
10277         `c-looking-at-decl-block' as tight as possible.
10279         (c-nonsymbol-token-char-list): New language constant.
10281         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10282         find balanced template arglists backwards.
10284         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10285         making char classes for `c-syntactic-skip-backward'.
10287         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10288         16D - can't be a class-close at that point.
10290         * progmodes/cc-engine.el (c-guess-basic-syntax)
10291         (c-add-class-syntax): Don't narrow out the enclosing declaration
10292         level.  This makes everything a lot easier, and it was actually
10293         only four small places that needed it to work.  Some places that
10294         previously did `widen' are removed now, which has the effect that
10295         `c-guess-basic-syntax' never will look at things outside the
10296         current narrowment now.  The anchor position for `topmost-intro'
10297         is affected by this, but it was so bogus it was basically useless
10298         before, and now it's equally bogus but in a slightly different way.
10300         (c-narrow-out-enclosing-class): Gone.
10302         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10303         the narrowed region.
10305         (c-least-enclosing-brace): Remove silly optional argument.
10307         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10308         the point could be left directly after an open paren when finding
10309         the beginning of the first decl in the block.
10311         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10312         Specify which submatch to use.
10314         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10316         (c-decl-start-re): No longer any need for special treatment of
10317         ObjC due to the above.
10319         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10320         presumably follows C in that regard.
10322         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10323         New language constants to specify operator tokens inside
10324         identifiers in a more high level way.
10326         (c-opt-identifier-prefix-key): New internal language constant.
10328         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10329         (c-identifier-start, c-identifier-key): Now completely calculated
10330         from other constants.
10332         (c-identifier-last-sym-match): Decommission since it's no longer used.
10334         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
10336         * progmodes/cc-engine.el (c-forward-name): Remove the
10337         optimization when c-identifier-key is equal to c-symbol-key since
10338         it doesn't work in byte compiled files.  Don't record empty
10339         regions as identifiers.
10341         * progmodes/cc-langs.el (c-filter-ops): New helper function to
10342         simplify access to `c-operators' and its likes.
10344         (c-operator-list, c-all-op-syntax-tokens)
10345         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10346         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10347         (c-primary-expr-regexp, c-cast-parens): Use it.
10349         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10350         an explicit language in functions.
10352         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10353         variant of adornment.
10355         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10356         variable.
10358         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10359         the Pike value.
10361         * progmodes/cc-engine.el (c-on-identifier)
10362         (c-simple-skip-symbol-backward): Small fix for handling "-"
10363         correctly in `skip-chars-backward'.  Affected the operator lfun
10364         syntax in Pike.
10366         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10367         diagnostic message about precompiled language vars not being used.
10369         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10370         "__attribute__" is followed by a parenthesis.
10372         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10373         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10374         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10376         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10377         Internal cleanups to properly detect the declared identifiers in
10378         various declarations.
10380         (c-decl-start-kwds): New language constant to recognize
10381         declarations that can start anywhere.  Used for class declarations
10382         in Pike.
10384         (c-specifier-key, c-not-decl-init-keywords)
10385         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10386         (c-find-decl-spots): Implement `c-decl-start-kwds'.
10388         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10389         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10390         handling of the compiler specific extension keywords into a new
10391         language constant `c-decl-hangon-kwds' that defines keyword
10392         clauses to be ignored in declarations.
10394         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10395         past unrecognized tokens when handling `c-colon-type-list-kwds'.
10396         Necessary to stop at the declared identifier in e.g. IDL valuetype
10397         declarations.
10399         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10400         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10401         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10402         (c-forward-decl-or-cast-1): Recognize the declared identifier in
10403         class and enum declarations as such and not as part of the type.
10405         (c-forward-decl-or-cast-1, c-forward-label): Relax the
10406         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10408         (c-forward-decl-or-cast-1): Don't disregard sure signs of
10409         declarations when there's some syntax error later on.
10411         (c-complex-decl-matchers): Did away with a reference to
10412         `c-specifier-key'.
10414         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10415         value - this variable is always dynamically bound.
10417         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10418         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10419         * cc-cmds.el, cc-defs.el: Change the policy for marking up
10420         functions that might do hidden buffer changes: All such internal
10421         functions are now marked instead of those that don't.
10423         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10424         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10425         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10426         (c-literal-type): Allow these functions to make hidden buffer changes,
10427         so that they are free to use text property caching later on.
10429         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10430         (c-electric-brace, c-electric-slash, c-electric-star)
10431         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10432         (c-electric-paren, c-electric-continued-statement, c-indent-command)
10433         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10434         (c-context-line-break): Add `c-save-buffer-state' calls to comply
10435         with the changed semantics of the functions above.
10437         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10438         when macros occur in obscure places.  Optimized the sexp movement
10439         a bit.
10441 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10443         Enhancements for c-beginning-of-statement to work in AWK Mode:
10445         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10446         (completed statement) with `}' (statement completed by closing
10447         brace or semicolon) and `$' (statement completed by EOL).
10449         (c-awk-virtual-semicolon-ends-prev-line-p)
10450         (c-awk-virtual-semicolon-ends-line-p)
10451         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10452         (c-awk-at-statement-end-p): New functions.
10454         * progmodes/cc-cmds.el: Simplify the structure of functions
10455         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
10456         two functions and c-beginning-of-statement to handle AWK Mode.
10458         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10459         c-backward-single-comment for AWK mode.  Attempt to clarify their
10460         doc-strings.
10462         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10464 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10466         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10467         label handling.  Labels are now recognized in a uniform and more
10468         robust way, regardless of context.  Text properties are put on all
10469         labels to recognize the following declarations better.
10470         Multiword labels are handled both in indentation and fontification for
10471         the benefit of language extensions like Qt.  For consistency, keywords
10472         in labels are now fontified with the label face instead.
10473         That also applies to "case" and "default".
10475         (c-beginning-of-statement-1): Fix some bugs in the label
10476         handling.  Disregard `c-nonlabel-token-key' in labels that begin
10477         with `c-label-kwds'.
10479         (c-find-decl-spots): Support that the callback adds more
10480         `c-decl-end' spots to find.
10482         (c-forward-decl-or-cast-1): Don't treat a list of plain
10483         identifiers followed by a colon as a declaration.
10485         (c-forward-label): New function to recognize labels.
10487         (c-guess-basic-syntax): Replace uses of `c-label-key' with
10488         `c-forward-label'.  Moved the label recognition cases (14 and 15)
10489         earlier since they aren't so context sensitive now.  Handle labels
10490         on the top level gracefully.  Moved access label recognition to
10491         the generic label case (CASE 15) - removed CASE 5E.
10493         (c-font-lock-declarations): Add recognition of labels in the
10494         same round since we need to handle labels in parallell with other
10495         declarations to recognize both accurately.  It should also improve
10496         speed.
10498         (c-simple-decl-matchers, c-basic-matchers-after):
10499         Move `c-font-lock-labels' so that it only is used on decoration level 2
10500         since `c-font-lock-declarations' handles it otherwise.
10502         (c-complex-decl-matchers): Remove the simplistic recognition of
10503         access labels.
10505         (c-decl-prefix-re): Remove the kludges that was necessary to cope
10506         with labels earlier.
10508         (c-decl-start-re): New language variable to make
10509         `c-font-lock-declarations' stop for the special protection labels
10510         in Objective-C that start with `@'.
10512         (c-label-key): Remove since it's no longer used.
10514         (c-recognize-colon-labels, c-label-prefix-re): New language
10515         constants to support recognition of generic colon-terminated labels.
10517         (c-type-decl-end-used): `c-decl-end' is now used whenever there
10518         are colon terminated labels.
10520         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10521         first argument starts with a special brace list.
10523         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10524         (c-font-lock-declarations): Break out the declaration and cast
10525         recognition from `c-font-lock-declarations' to a new function, so
10526         that it can be used in the indentation engine.
10528         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10529         up to the start of the literal.  Fixed bug with the point on the
10530         wrong side of the search limit that could happen when the start
10531         position is inside a literal.
10533         * progmodes/cc-engine.el (c-parse-state)
10534         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10535         so that it's kept a little bit back to increase the hit rate.
10537         (c-parse-state): Change the macro handling and fixed some
10538         glitches.  Macro context is checked more often than necessary now,
10539         but otoh less garbage conses are generated.
10541         * progmodes/cc-engine.el (c-parse-state)
10542         (c-invalidate-state-cache): Cache the last position where
10543         `c-state-cache' applies.  This can speed up refontification quite
10544         a bit in blocks where there are many non-brace parens before the point.
10546         (c-state-cache-end): New variable for this.
10548         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10549         cache variable.
10551         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10552         get close initial continue positions when the start position is
10553         inside a literal or macro.  Do not call the callback for spots
10554         before the start position (which can happen e.g. for `c-decl-end'
10555         spots inside comments).  Optimize better in special cases when the
10556         region is a single line inside a literal or macro (typically when
10557         the current line is refontified).
10559         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10560         to `c-add-stmt-syntax' - there's no need to explicitly whack off
10561         entries from the paren state.
10563         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10564         special case for "else if" clauses.
10566         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10567         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10569         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10570         New language variable to recognize the gcc extension with statement
10571         blocks inside expressions.
10573         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10574         it somewhat more comprehensible.  The argument AT-BLOCK-START is
10575         no longer used and hence removed.
10577         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10578         to `c-add-stmt-syntax'.
10580         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10581         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10582         This fixes bogus label recognition.
10584         * progmodes/cc-engine.el (c-add-type, c-check-type)
10585         (c-forward-name, c-forward-type): Improve storage of template
10586         types in `c-found-types' so that they can be recognized better.
10588         (c-syntactic-content): Add option to skip past nested parens.
10590         * progmodes/cc-engine.el (c-forward-name):
10591         Set `c-last-identifier-range' all the time.  It's less work that way.
10592         Handle that there might not be an identifier to store in
10593         `c-last-identifier-range'.
10595         (c-forward-type): Handle that `c-last-identifier-range' might be
10596         nil from `c-forward-name'.
10598         * progmodes/cc-defs.el (c-safe-scan-lists)
10599         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10601         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10602         to work even if the form fails.
10604         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10605         down in a large file in one go.
10607         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10609         * progmodes/cc-align.el (c-lineup-assignments): New lineup
10610         function which is like `c-lineup-math' but returns nil instead of
10611         `c-basic-offset' when it doesn't match.
10613         (c-lineup-math): Change to use `c-lineup-assignments'.
10615 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10617         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10618         c-beginning-of-statement.  New subfunctions
10619         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10621 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10623         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10624         hardcoded char classes whereever possible.  Changed a couple of
10625         places to use skip by syntax instead of skip by char class.
10627         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10628         Fix a bug in the regexp that caused extreme backtracking.
10630         * progmodes/cc-langs.el (c-block-comment-starter)
10631         (c-block-comment-ender): New language constants to specify in a
10632         single place how block comments look.
10634         (c-comment-start-regexp, c-block-comment-start-regexp)
10635         (comment-start, comment-end, comment-start-skip)
10636         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10637         (c-syntactic-ws, c-nonempty-syntactic-ws)
10638         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10639         `c-line-comment-starter', `c-block-comment-starter' and
10640         `c-block-comment-ender'.
10642         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10643         New language constants to break up things a bit.
10645         (c-simple-ws): New language constant for simple whitespace.
10647         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10649         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10650         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10651         newlines.  Allow and ignore nil elements in the list.
10653 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10655         * progmodes/cc-cmds.el: Comment out a (n almost certainly
10656         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10658         * progmodes/cc-cmds.el: Tidy up the comments in
10659         c-beginning-of-statement and subfunctions.
10661         * progmodes/cc-awk.el: Replace calls to put-text-property to the
10662         more flexible c-put-char-property and c-clear-char-properties.
10663         Add the author's email address.
10665         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10667         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10668         closing "*/" of a block comment.
10670         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10671         subfunctions) so that it works at BOB and EOB.
10673         * progmodes/cc-cmds.el, cc-vars.el: More updating of
10674         c-beginning-of-statement, including new variable
10675         c-block-comment-start-regexp.
10677 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10679         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10680         symbols from `*-font-lock-extra-types' so that there's no need to
10681         use `regexp-opt' on those lists.
10683         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10684         `c-type-modifier-kwds' is empty.
10686         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10687         there are several strings on the same line.
10689         * progmodes/cc-engine.el (c-literal-limits): Remove the
10690         compatibility function for older emacsen.  `c-literal-limits-fast'
10691         has now taken the place of this function.
10693         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10694         with older emacsen: We now require `pps-extended-state'.
10696 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10698         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10699         which obviates the need to hack sentence-end.  This now handles
10700         escaped newlines in strings correctly.  Correct minor bugs in
10701         c-move-over-sentence and in c-beginning-of-statement.
10703         * progmodes/cc-cmds.el (c-beginning-of-statement (and
10704         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10705         that movement over macros and code are rigorously separated from
10706         eachother.  Correct a few incidental bugs.
10708         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10709         Improve its doc-string.  Improve the handling of certain specific cases.
10711 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10713         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10714         (c-guess-basic-syntax): Change the way class-level labels are
10715         recognized; they can now contain essentially any symbols.
10717         (c-opt-extra-label-key): New language variable to cope with the
10718         special protection label syntax in Objective-C.
10720         (c-opt-access-key): Remove; this is now handled better by
10721         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10723         (c-complex-decl-matchers): Update to handle that
10724         `c-opt-access-key' no longer exists.
10726         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10727         improved label recognition in `c-beginning-of-statement-1'.
10729         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10730         Recognize bitfields better.
10732         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10733         Remove some cruft and fixed a bug that could cause it to go to a
10734         position further down.
10736         * progmodes/cc-langs.el, cc-engine.el
10737         (c-beginning-of-statement-1): Improve detection of labels in
10738         declaration contexts.
10740         (c-beginning-of-decl-1): Use it.
10742         (c-nonlabel-token-key): New language constant and variable needed
10743         by `c-beginning-of-statement-1'.
10745         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
10746         manifested itself due to the correction in `c-forward-sexp'.
10748         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
10749         Make these behave as documented when used at the buffer limits.
10751         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
10752         (c-type-decl-end-used): Made this a language variable.
10754         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
10755         correctly when `combine-after-change-calls' is used together with
10756         temporary narrowings.
10758         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10759         Report labels correctly when the start point is immediately after the
10760         colon.
10762         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
10763         Remove since it isn't used anymore.
10765         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
10766         bracket arglists such as template parens in C++.
10768         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
10769         in the last check-in.  Some optimization.
10771         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
10772         where it could stop at the same level in a preceding sexp when
10773         PAREN-LEVEL is set.
10775         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
10776         text property lookup only when it's needed.
10778         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
10779         Change the policy for paren marked angle brackets to be more
10780         persistent; once marked they remain marked even when they're found
10781         to be unbalanced in the searched region.  This should keep the
10782         paren syntax around even when individual lines are refontified in
10783         multiline template arglists.
10785         (c-parse-and-markup-<>-arglists): New dynamically bound variable
10786         to control markup so that incorrect angle bracket arglists aren't
10787         marked in contexts where the correct value for
10788         `c-disallow-comma-in-<>-arglists' isn't known.
10790         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10791         argument has become `c-parse-and-markup-<>-arglists'.
10793         (c-remove-<>-arglist-properties): Remove - no longer used.
10795         (c-after-change-check-<>-operators): New function used on
10796         `after-change-functions' to avoid that "<" and ">" characters that
10797         are part of longer operators have paren syntax.
10799         (c-<>-multichar-token-regexp): New language variable used by
10800         `c-after-change-check-<>-operators'.
10802         (c-after-change): Call `c-after-change-check-<>-operators'.
10804         (c-font-lock-<>-arglists): Use the context properties set by
10805         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10806         correctly to avoid doing invalid markup.
10808         (c-font-lock-declarations): Remove code that undoes the invalid
10809         markup done by `c-font-lock-<>-arglists'.
10811         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10812         after `c-font-lock-declarations'.
10814         * progmodes/cc-engine.el (c-syntactic-skip-backward):
10815         Add paren-level feature.
10817         (c-guess-basic-syntax): Improve the anchor position for
10818         `template-args-cont' in nested template arglists.  There's still
10819         much to be desired in this area, though.
10821 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
10823         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10824         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10826 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
10828         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10829         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10831         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10832         it doesn't work no longer are supported.
10834         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10835         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10836         requires support for the syntax-table' text property, which rules
10837         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
10838         cruft associated with those versions.
10840         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10841         for the `syntax-table' text property, which rules out Emacs 19 and
10842         XEmacs < 21.4.  Removed various compatibility cruft associated
10843         with those versions.
10845         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10846         support for the `syntax-table' text property.
10848         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10849         variable and use an extra quoted face name instead.  All the
10850         emacsen flavors handle that correctly.
10852         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10853         (c-font-lock-declarators, c-font-lock-declarations)
10854         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10855         property to mark the items in in declarator lists to handle
10856         refontification inside multiline declarations better.
10858         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10859         construct like "a * b = c;" as a declaration.
10861 2005-12-08  Kim F. Storm  <storm@cua.dk>
10863         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10864         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
10865         select either meta, hyper, or super modifier for rectangle commands.
10866         (cua--rectangle-modifier-key): New defvar.
10867         (cua--M/H-key): Use it.  Remove special case for `space'.
10868         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10869         on X, to meta otherwise.  Always bind C-return to toggle
10870         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
10872         * emulation/cua-rect.el (cua-help-for-rectangle):
10873         Use cua--rectangle-modifier-key.  Handle super modifier too.
10874         (cua--init-rectangles): Always bind C-return to toggle rectangle.
10875         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10877         * ido.el: Move Acknowledgements and History after Commentary.
10878         Minor changes to Commentary.
10880         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10881         keymap if cua--prefix-override-timer is `shift'.
10882         (cua--shift-control-prefix): New function; emulate "type prefix
10883         key twice" functionality to handle shifted prefix key override.
10884         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10885         New commands.
10886         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10888 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
10890         * textmodes/org.el (org-insert-heading): Try to do items before
10891         headings.
10892         (org-agenda-mode): Quote `org-agenda-mode-hook'.
10893         (org-insert-item): New function.
10894         (org-renumber-ordered-list): Don't skip to higher level lists.
10896 2005-12-08  Juri Linkov  <juri@jurta.org>
10898         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10900         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10902         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10904         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10905         the constructed function name fun-1.
10907         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10908         because such links don't lead to parent documentation.
10910 2005-12-08  Kenichi Handa  <handa@m17n.org>
10912         * descr-text.el (describe-char): Use *Help-2* buffer if the
10913         current buffer is *Help*.  Call describe-text-properties while
10914         setting the original buffer.
10916 2005-12-07  Bill Wohler  <wohler@newt.com>
10918         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
10919         and causes problems with non-MH users (such as Gnus users).
10921 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
10923         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10924         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10925         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10926         command "info sources".  Move calls to GDB command "list".
10927         (gdb-find-file-hook): Just use gdb-source-file-list.
10928         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10929         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10930         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10931         (gdb-data-list-register-values-handler): Use correct trigger name.
10933 2005-12-07  Kim F. Storm  <storm@cua.dk>
10935         * ido.el (ido-completion-map): Rename from ido-mode-map.
10936         (ido-common-completion-map, ido-file-completion-map)
10937         (ido-file-dir-completion-map, ido-buffer-completion-map):
10938         Rename from ido-mode-....-map.
10939         (ido-init-completion-maps): Rename from ido-init-mode-maps.
10940         (ido-setup-completion-map): Rename from ido-define-mode-map.
10941         (ido-read-internal): Bind minibuffer-local-filename-completion-map
10942         to ido-completion-map.
10944 2005-12-07  Kenichi Handa  <handa@m17n.org>
10946         * international/mule-cmds.el
10947         (set-display-table-and-terminal-coding-system): If the coding
10948         system specified in `unibyte-display' property is different from
10949         the arg coding-system, don't setup standard-display-table.
10951 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10953         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10954         that comments end at \n, regardless of selective-display.
10956 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
10958         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10959         (gdb-version): New variables.
10960         (gdb-source-file-list, gdb-register-names)
10961         (gdb-changed-registers): New variables for use with GDB 6.4+.
10962         (gdb-ann3): Replace with...
10963         (gdb-init-1, gdb-init-2): ...two new functions.
10964         (gdba, gdb-prompt): Call gdb-init-1.
10965         (gdb-get-version): New function.  Call gdb-init-2 from here.
10966         (gud-watch): Make it work with mouse events too.
10967         (gdb-post-prompt): Don't add to queue until GDB version is known.
10968         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10969         (gdb-locals-mode): Use gdb-version.
10970         (gdb-memory-format-map, gdb-memory-unit-map)
10971         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10972         (gdb-locals-font-lock-keywords-1)
10973         (gdb-locals-font-lock-keywords-2): New variables.
10974         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10975         (gdb-set-gud-minor-mode-existing-buffers-1)
10976         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10977         (gdb-var-update-1, gdb-var-update-handler-1)
10978         (gdb-data-list-register-values-handler)
10979         (gdb-data-list-register-values-custom)
10980         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10981         (gdb-stack-list-locals-handler, gdb-get-register-names):
10982         New functions for use with GDB 6.4+.
10983         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10984         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10985         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10986         (gdb-stack-list-locals-regexp)
10987         (gdb-data-list-register-names-regexp): New regexps for use with
10988         GDB 6.4+.
10990 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10992         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10994 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
10996         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10997         prompts work for AUTH PLAIN.  Also reported by Steve Allan
10998         <seallan@verizon.net>.
11000 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11002         * frame.el (set-frame-parameter): Add doc string.
11004 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
11006         * textmodes/org.el (org-occur-highlights): New variable.
11007         (org-highlight-new-match, org-remove-occur-highlights): New functions.
11008         (org-highlight-sparse-tree-matches): New option.
11009         (org-do-occur): New function.
11010         (org-get-heading): Make it work also at beginning of line.
11011         (org-category-table): New variable.
11012         (org-get-category-table, org-get-category)
11013         (org-camel-to-words, org-link-search): New functions.
11014         (org-select-this-todo-keyword): New variable.
11015         (org-todo-list): New command.
11016         (org-shiftright, org-shiftleft): New commands.
11017         (org-agenda-todo): Add prefix argument.
11018         (org-show-hierarchy-above): New option.
11019         (org-show-todo-tree): Numerical prefix creates tree for specific
11020         TODO keyword.
11021         (org-outline-level): New function, to assign a level to plain
11022         lists items.
11023         (org-cycle-include-plain-lists): New option.
11024         (org-mode): Use `org-outline-level' as value of `outline-level'.
11025         (org-cycle): Temporarily switch `outline-regexp' if
11026         `org-cycle-include-plain-lists' is non-nil.
11027         (org-start-icalendar-file): Fix format bug.
11028         (org-agenda-get-day-entries): Create category table.
11029         (org-agenda-get-todos, org-agenda-get-timestamps)
11030         (org-agenda-get-deadlines, org-agenda-get-scheduled)
11031         (org-agenda-get-blocks): Use `org-get-category'.
11032         (org-context-in-file-links): Rename from
11033         `org-line-numbers-in-file-links'.
11035 2005-12-06  Romain Francoise  <romain@orebokech.com>
11037         * window.el (balance-windows): Delete extraneous third arg in call
11038         to `enlarge-window'.
11040 2005-12-06  Kenichi Handa  <handa@m17n.org>
11042         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11044 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
11046         * progmodes/gdb-ui.el (gdb-var-create-handler)
11047         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11048         (gdb-var-list-children-handler, gdb-var-update-handler):
11049         Current buffer is already gdb-partial-output-buffer, don't
11050         make it current again.
11052 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
11054         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11055         (list-buffers-noselect): Use it.
11057 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11059         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11060         (mail-yank-ignored-headers): Use regexp-opt.
11061         (mail-mode-map): Move initialization into declaration.
11062         (mail-sent-via): Remove unused shadowed var `to-line'.
11063         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11064         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11065         (mail-do-fcc): Use dolist and push.
11066         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11067         (mail-yank-ignored-headers): Don't autoload.
11069 2005-12-05  Kenichi Handa  <handa@m17n.org>
11071         * international/mule-cmds.el (set-language-info-internal): New fun.
11072         (set-language-info): Call set-language-info-internal to update
11073         language-info-alist.  If LANG-ENV is the current one, call
11074         set-language-environment to make INFO effective now.
11075         (set-language-info-alist): Likewise.
11076         (locale-language-names): With locale "en", use English
11077         lang. env. but set the default codings to iso-8859-1.
11079 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
11081         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11082         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11083         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11084         for plain strings.
11085         (gdb-frames-mode): Remove redundant call to font-lock-mode.
11086         (gdb-all-registers): Rename from toggle-gdb-all-registers.
11087         Create registers buffer if necessary.  Echo new state in minibuffer.
11088         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11090 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
11092         * info.el (Info-fontify-node): Match external links using
11093         non-directory part of filename.
11095 2005-12-04  Juri Linkov  <juri@jurta.org>
11097         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11098         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
11099         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11100         because there is no customization option for it.
11102         * font-lock.el (lisp-font-lock-keywords-1):
11103         Add define-global-minor-mode.
11105         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11107         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11108         properties on the constructed variable names.
11110         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11111         Put `definition-name' properties on the constructed function names
11112         next-sym and prev-sym.
11114         * emacs-lisp/find-func.el (find-function-regexp):
11115         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
11116         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
11117         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11118         and easy-menu-define.
11120         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11121         easy-mmode-define-global-mode and define-global-minor-mode.
11122         (lisp-imenu-generic-expression): Add define-global-minor-mode.
11124         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11125         instead of easy-mmode-define-global-mode.
11127         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11128         Use define-minor-mode instead of easy-mmode-define-minor-mode.
11130         * cus-edit.el (customize-group, customize-group-other-window):
11131         Filter out autoloaded options from the group completion list by
11132         using heuristics that autoloaded groups don't have `custom-autoload'
11133         property on their symbols (they have only `custom-loads').
11135         * simple.el (completion-setup-function): Put completions-common-part
11136         face on complete completion string too (i.e. completion string
11137         without completions-first-difference face).
11139         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11141 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
11143         * view.el (view-mode): Doc fix.
11145         * disp-table.el (standard-display-european): Add to the warning
11146         message a reference to the doc string.
11148         * play/yow.el (apropos-zippy): Call print-help-return-message,
11149         similar to other Help and Apropos commands.
11151         * help.el (print-help-return-message): If pop-up-frames is
11152         non-nil, set up help-return-method to delete the help window and,
11153         possibly, its frame as well, and don't display message about
11154         scrolling the help window.  Doc fix.
11155         (help-return-method): Doc fix.
11157 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
11159         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11160         whereby names of length one or names starting with a
11161         symbol-constituent character would not be returned.
11163 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11165         * subr.el (atomic-change-group): Add edebug and indentation spec.
11167 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11169         * completion.el (save-completions-file-name): Fix typo in last change.
11171 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11173         * info.el: Move back/forward history to the beginning of the tool bar.
11175 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
11177         * allout.el (eval-when-compile): Remove unnecessary load of cl.
11178         Add fset of allout-real-isearch-abort during compile to fix
11179         byte-compilation warnings.
11180         (allout-mode-p): Move definition of this macro above all uses, or
11181         byte compilation in barren emacs (eg, during emacs build) will
11182         lack the definition.
11183         (allout-mode): Move this variable above any uses, or byte
11184         compilation will fail.
11185         (allout-resolve-xref): Remove use of personal file-reference function.
11186         (allout-toggle-current-subtree-encryption): Do the current (ie,
11187         visible containing) topic, rather than nearest around point.  Doc fix.
11188         (allout-toggle-subtree-encryption): New function, workhorse that
11189         works on nearest topic containing point.
11190         (allout-encrypt-string): Signal requirement for newer version of pgg.
11191         (allout-resumptions): Doc fix.
11193 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
11195         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11197 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
11199         * textmodes/flyspell.el (flyspell-external-point-words):
11200         Consider a misspelling as found in the string search if: (a) misspelling
11201         and found string lengths match, or (b) misspelling is found as
11202         element in a boundary-chars separated longer string, or (c)
11203         ispell-program-name is really ispell and misspelling is found as
11204         part of a TeX string.  After successful match move beginning of
11205         search region to end of match.  Warn about not found misspellings
11206         once the process is done.
11207         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11209 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
11211         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11212         tool bar (removed inadvertently).
11214 2005-12-02  Juri Linkov  <juri@jurta.org>
11216         * log-view.el (log-view-diff): Clarify doc string.
11218 2005-12-01  Bill Wohler  <wohler@newt.com>
11220         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11221         triggers lm-verify errors.
11223 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
11225         * simple.el (transient-mark-mode, line-number-mode)
11226         (column-number-mode, size-indication-mode): Remove `:require nil'.
11228 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
11230         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11231         in the margin also.
11232         (gdb-breakpoints-mode-map): Use D instead of d for
11233         gdb-delete-breakpoint.
11234         (gdb-get-frame-number): Require a number to match on.
11235         (gdb-threads-mode-map): Add follow-link binding.
11237 2005-11-30  Jason Rumney  <jasonr@gnu.org>
11239         * isearch.el (isearch-mode-map): Avoid exiting search on
11240         language-change event.
11242 2005-11-30  Romain Francoise  <romain@orebokech.com>
11244         * speedbar.el (speedbar-default-position): New defcustom.
11245         (speedbar-frame-reposition-smartly): Use it.
11247         * dframe.el (dframe-reposition-frame-emacs): Fix position
11248         computation for `left' location.
11249         Update copyright year.
11251 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11253         * help.el (help-map): Move initialization into declaration.
11255         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11257         * help-fns.el (help-argument-name): Don't autoload.
11258         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11259         to be re-loaded when customizing the `help' group.
11261 2005-11-30  John Paul Wallington  <jpw@gnu.org>
11263         * help-fns.el (describe-function-1): Fill arglist output.
11265 2005-11-30  Kim F. Storm  <storm@cua.dk>
11267         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11268         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11269         after revert-buffer (or anything else which kills all local variables).
11271         * apropos.el (apropos-parse-pattern): Doc fix.
11272         Set apropos-regexp directly, rather than expecting callers to do so.
11273         (apropos-command, apropos, apropos-value, apropos-documentation):
11274         Simplify calls to apropos-parse-pattern.
11276 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
11278         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11279         (hi-lock-face-phrase-buffer): Use hi-yellow face.
11280         (hi-lock-write-interactive-patterns): Use comment-region.
11282         * longlines.el (longlines-mode): Add mail-setup-hook.
11284         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11286         * simple.el (sendmail-user-agent-compose, next-line):
11287         Conditionally use hard-newline.
11289 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11291         * international/latexenc.el (latex-inputenc-coding-alist):
11292         Reword doc string.
11294 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
11296         * help.el (describe-key-briefly, describe-key): Recognize default
11297         bindings.
11299 2005-11-29  Romain Francoise  <romain@orebokech.com>
11301         * view.el (view-inhibit-help-message): New defcustom.
11302         (view-mode-enter): Use it.
11304 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
11306         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11307         Preserve user position.
11309 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
11311         * font-lock.el: Throw error if facemenu is not loaded to prevent
11312         accidental change of loading order in loadup.el.  (Suggested by RMS.)
11314         * loadup.el: Add comment explaining why facemenu must be loaded
11315         before font-lock.
11317 2005-11-28  Jay Belanger  <belanger@truman.edu>
11319         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11320         (calc-dispatch-map): Add more keys for `calc-same-interface'.
11322         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11324         * calc/calc-embed.el (calc-do-embedded): Update help message.
11326         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11328 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11330         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11332         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11333         called-interactively-p.
11334         (elp-profilable-p): Rename from elp-not-profilable-p.
11335         Invert result and take into account macros and autoloaded functions.
11336         (elp-instrument-function): Update call.
11337         (elp-instrument-package): Update call.  Add completion.
11338         (elp-pack-number): Use match-string.
11339         (elp-results-jump-to-definition-by-mouse): Merge into
11340         elp-results-jump-to-definition and then remove.
11341         (elp-output-insert-symname): Make help echo text single-line.
11343         * replace.el (query-replace-map): Move initialization into declaration.
11344         (occur-engine): Use with-current-buffer.
11345         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11346         (occur-mode-mouse-goto): Replace with an alias.
11348 2005-11-28  Juri Linkov  <juri@jurta.org>
11350         * simple.el (quoted-insert): Let-bind input-method-function to nil.
11352         * term/w32-win.el: Bind [S-tab] to [backtab].
11354         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11355         `Info-find-file' to t.
11357         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11358         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11359         and same-window-regexps.
11360         (occur-next-error): Don't move point for arg 0.
11362 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
11364         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11366 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11368         * log-edit.el (log-edit-changelog-use-first): New var.
11369         (log-edit-changelog-ours-p): Use it.
11370         (log-edit-insert-changelog): Set it with new arg `use-first'.
11371         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11372         (log-edit-hook): Add them to the list of suggested options.
11374         * textmodes/flyspell.el (flyspell-last-buffer): New var.
11375         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11376         redundant work.
11377         (flyspell-mode-on): Use add-hook for after-change-functions.
11378         (flyspell-mode-off): Use remove-hook for after-change-functions.
11379         (flyspell-changes): Make it buffer-local.
11380         (flyspell-after-change-function): Make it non-interactive.  Use push.
11381         (flyspell-post-command-hook): Check input-pending-p while processing
11382         the potentially long list of buffer changes.
11384 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11386         * buff-menu.el (list-buffers-noselect): Display the selected
11387         frame's buffer list, not the global one.
11389 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
11391         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11392         that (list last-input-event) works as in interactive spec.
11394 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11396         * loadup.el ("facemenu"): Load facemenu before font-lock, because
11397         `facemenu-keymap' needs to be defined when font-lock is loaded.
11398         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11400 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11402         * completion.el: Remove useless leading * in defcustom docstrings.
11403         (save-completions-file-name): Use ~/.emacs.d if available.
11404         (completion-standard-syntax-table): Rename from
11405         cmpl-standard-syntax-table and fold initialization into declaration,
11406         thus removing cmpl-make-standard-completion-syntax-table.
11407         (completion-lisp-syntax-table, completion-c-syntax-table)
11408         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11409         (cmpl-saved-syntax, cmpl-saved-point): Remove.
11410         (symbol-under-point, symbol-before-point)
11411         (symbol-under-or-before-point, symbol-before-point-for-complete)
11412         (add-completions-from-c-buffer): Use with-syntax-table.
11413         (make-completion): Don't return a list of completion entries.
11414         Update callers.
11415         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11416         (completion-initialize): Rename from initialize-completions.
11417         (completion-find-file-hook): Rename from cmpl-find-file-hook.
11418         (kill-emacs-save-completions): Collect stats here.
11419         (save-completions-to-file, load-completions-from-file):
11420         Use with-current-buffer.
11421         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
11422         into a function.  Move all calls to toplevel.
11423         (completion-lisp-mode-hook): New fun.
11424         (completion-c-mode-hook, completion-setup-fortran-mode):
11425         Set the syntax-table here.  Use local-set-key.
11426         (completion-saved-bindings): New var.
11427         (dynamic-completion-mode): Make it into a proper minor mode.
11428         (load-completions-from-file): Remove unused var `num-uses'.
11430         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11431         constructor if it is explicitly overridden.
11433         * complete.el (PC-completion-as-file-name-predicate):
11434         Use minibuffer-completing-file-name.
11435         (partial-completion-mode): Use find-file-not-found-functions.
11436         (PC-lisp-complete-symbol): Use with-syntax-table.
11437         (PC-look-for-include-file): Remove dead setq.
11438         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11439         (PC-complete): Use with-current-buffer.
11441         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11442         escape single quotes.
11444 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11446         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11447         of `if' whose condition always returned nil.  Doc fix.
11449         * buff-menu.el (Buffer-menu-revert-function): Make the selected
11450         window's buffer the current buffer around the call to
11451         `list-buffers-noselect'.  This is necessary to mark that buffer
11452         with a `.' in the Buffer Menu when called from Lisp, for instance
11453         by Auto Revert Mode.
11455 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
11457         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11458         attaching to it.
11459         (gdb-pre-prompt): Make sure gdb-error is reset.
11461         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11462         with a child process, detect it.
11463         (gud-speedbar-buttons): Match regexp more carefully.
11465 2005-11-27  Richard M. Stallman  <rms@gnu.org>
11467         * mouse.el (mouse-drag-move-window-bottom):
11468         Use adjust-window-trailing-edge.
11470 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
11472         * simple.el (blink-matching-open): Ignore
11473         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11474         (blink-matching-paren-on-screen): Update docstring.
11476         * paren.el (show-paren-mode): No longer change
11477         `blink-matching-paren-on-screen'.
11479 2005-11-27  John Paul Wallington  <jpw@pobox.com>
11481         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11482         (gdb-threads-select, gdb-edit-register-value):
11483         Use `posn-set-point' instead of `mouse-set-point' because the
11484         latter is not fbound when configured without X.
11486 2005-11-27  Kim F. Storm  <storm@cua.dk>
11488         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11489         existing face when partially highlighting a TAB in a rectangle.
11491 2005-11-26  Kim F. Storm  <storm@cua.dk>
11493         * ido.el (ido-mode-map): Doc fix.
11494         (ido-mode-common-map, ido-mode-file-map)
11495         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11496         (ido-define-mode-map): Rewrite.  Select one of the new maps as
11497         parent for ido-mode-map instead of building from scratch.
11498         (ido-init-mode-maps): New defun to initialize new maps.
11499         (ido-mode): Call it.
11500         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11501         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11503 2005-11-26  John Paul Wallington  <jpw@pobox.com>
11505         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11506         `mouse-set-point' because the latter is not fbound when configured
11507         without X.
11509 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
11511         * files.el (file-relative-name): Doc fix.
11513 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11515         * progmodes/octave-inf.el (inferior-octave-startup): Force a
11516         non-empty string for secondary prompt PS2.
11518 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11520         * progmodes/compile.el (compilation-setup): Fix last change.
11522 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
11524         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11525         (gdb-mouse-toggle-breakpoint-margin)
11526         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11527         Add gdb-server-prefix to keep out of command history.
11528         (gdb-edit-register-value): New function.
11529         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11530         (gdb-info-registers-custom): Use above map.
11532 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
11534         * custom.el (enable-theme): Signal error if argument is not a
11535         theme.  Don't recalculate a face if it's not loaded yet.
11537         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11538         the `user' theme is in effect.
11540         * info.el (Info-on-current-buffer): Record actual filename in
11541         Info-current-file, instead of t, or a fake filename if a non-file
11542         buffer.  Make autoload.
11543         (Info-find-node, Info-revert-find-node): No need to check for
11544         Info-current-file nil.
11545         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11546         Info-current-file is now never `t'.
11547         (Info-fontify-node): Many simplifications due to Info-current-file
11548         always being valid.  Use Info-find-file to find node filename.
11550 2005-11-25  David Kastrup  <dak@gnu.org>
11552         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11553         new character, then delete" in order to preserve markers.
11555 2005-11-25  David Ponce  <david@dponce.com>
11557         * recentf.el (recentf-arrange-by-rule): Handle a special
11558         `auto-mode-alist'-like "strip suffix" rule.
11559         (recentf-build-mode-rules): Handle second level auto-mode entries.
11561 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11563         * viper-keym.el (viper-ESC-key): Use different values in terminal and
11564         window modes.
11566         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11567         jde-javadoc-checker-report-mode.
11569         * ediff-wind (ediff-make-wide-display): Slight simplification.
11571         * ediff.el (ediff-date): Change the date of last update.
11573 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
11575         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11576         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
11577         (hi-lock-mode): New global minor mode.
11578         (turn-on-hi-lock-if-enabled): New function.
11579         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11580         Change arguments to regexp and face instead of a font-lock pattern.
11581         Directly set face property, instead of refontifying.
11582         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11583         (hi-lock-find-patterns): Use line-number-at-pos.
11585         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
11586         arguments for hi-lock-set-pattern.
11587         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11588         Call font-lock-fontify-buffer.
11589         (hi-lock-find-file-hook, hi-lock-current-line)
11590         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11592         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11593         turned off.
11595         * progmodes/compile.el (compilation-setup): Don't fiddle with
11596         font-lock-defaults.
11598 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
11600         * progmodes/gdb-ui.el (gdb-var-create-handler)
11601         (gdb-var-list-children-handler): Find values for all variable
11602         objects.  gud-speedbar-buttons decides whether to display them.
11604 2005-11-24  Romain Francoise  <romain@orebokech.com>
11606         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11607         buffer name with a space.
11609 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
11611         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11612         `org-export-local-list-max-depth'.  Change default value to 3.
11613         (org-auto-renumber-ordered-lists)
11614         (org-plain-list-ordered-item-terminator): New options.
11615         (org-at-item-p, org-beginning-of-item, org-end-of-item)
11616         (org-get-indentation, org-get-string-indentation)
11617         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11618         New functions.
11619         (org-move-item-down, org-move-item-up): New commands.
11620         (org-export-as-html): New classes for CSS support.  Bug fix in
11621         regular expression detecting fixed-width regions.  Respect
11622         `org-local-list-ordered-item-terminator'.
11623         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11624         also a list item.
11625         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11626         New item moving functions.
11628 2005-11-24  Juri Linkov  <juri@jurta.org>
11630         * isearch.el (isearch-repeat): With empty search ring set
11631         `isearch-error' to the error string instead of signaling error
11632         with the function `error'.
11634 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11636         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11638 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
11640         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11641         and variable.
11642         (gdb-var-create-handler, gdb-var-list-children-handler):
11643         Don't match on "char **...".
11644         (gdb-var-update-handler): Find values for all variable objects.
11645         (gdb-info-frames-custom): Identify frames by leading "#".
11647         * progmodes/gud.el (gud-speedbar-menu-items): Add
11648         gdb-speedbar-auto-raise as radio button.
11649         (gud-speedbar-buttons): Raise speedbar if requested.
11650         Don't match on "char **...".
11651         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11652         Make it editable.
11654 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
11656         * info.el (Info-fontify-node): Handle the case where
11657         Info-current-file is t.
11659 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11661         * simple.el (blink-matching-open): Fix off-by-one in last change.
11663 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11665         * term/mac-win.el: Don't change default directory.
11667 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11669         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11670         buffers correctly.  (It used to throw an error in such buffers.)
11671         Make it ask for confirmation in group buffers and other Custom
11672         buffers containing more than one customization item.
11674 2005-11-22  John Paul Wallington  <jpw@gnu.org>
11676         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11677         property on mail and url overlays.
11678         (goto-address-at-point): Use `posn-set-point' instead of
11679         `mouse-set-point' because the latter is not fbound when configured
11680         without X.
11682 2005-11-22  Lars Hansen  <larsh@soem.dk>
11684         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11685         (ls-lisp-classify, ls-lisp-format): Delete call to
11686         ls-lisp-parse-symlink.
11687         (ls-lisp-handle-switches): Handle symlinks to directories as
11688         directories when ls-lisp-dirs-first in non-nil.
11690 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11692         * startup.el (command-line): Make sure that loaddefs.el is handled
11693         correctly in load-history.
11695 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
11697         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11698         (gdb-struct-string, gdb-array-string): New constants.
11699         (gdb-info-locals-handler): Use them.
11700         (gdb-reset): Reset gdb-var-list to nil.
11702 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11704         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11705         in patterns.
11707 2005-11-21  Juri Linkov  <juri@jurta.org>
11709         * custom.el (defcustom): Update link types in docstring.
11711 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
11713         * custom.el (defgroup): Add doc-string-elt info.
11715         * widget.el (define-widget): Don't use declare for the doc-string-elt.
11717 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11719         * newcomment.el (comment-enter-backward): Fix last fix.
11721         * simple.el (blink-matching-open):
11722         * paren.el (show-paren-function): Allow new paren-class info.
11724 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
11726         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
11727         handled automagically.
11729 2005-11-20  Andreas Schwab  <schwab@suse.de>
11731         * descr-text.el (describe-char): When copying overlays put them
11732         over the full char description instead of just the first character
11733         of it.
11735 2005-11-20  Juri Linkov  <juri@jurta.org>
11737         * simple.el (what-cursor-position):
11738         * descr-text.el (describe-char): Use Lisp-readable syntax
11739         for octal and hex.  Reorder decimal, octal and hex values.
11740         Remove excess whitespace in the output.  Use `=' in `column='
11741         like in `point=' and `Hscroll='.
11743         * international/mule-cmds.el (encoded-string-description):
11744         Use Lisp-readable syntax for hex.
11746 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11748         * newcomment.el (comment-enter-backward): Handle the case where the
11749         comment is closed by EOB.
11751 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11753         * longlines.el (longlines-before-revert-hook)
11754         (longlines-after-revert-hook): New functions.
11755         (longlines-mode): Turn off longlines temporarily when reverting.
11756         Add a message-setup-hook.
11757         (longlines-decode-buffer): New function.
11758         (longlines-wrap-line): Preserve marker positions.
11760 2005-11-19  Andreas Schwab  <schwab@suse.de>
11762         * emacs-lisp/shadow.el: Handle compressed files.
11764 2005-11-19  Romain Francoise  <romain@orebokech.com>
11766         * net/browse-url.el (browse-url-default-browser): Signal an error
11767         if no usable browser can be found, rather than try to load w3.
11769 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
11771         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
11772         replacing existing properties.
11773         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11774         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
11775         tty specs.
11776         (rcirc-server-prefix, rcirc-server): New faces.
11777         (rcirc-url-regexp): Generate with rx macro.
11778         (rcirc-last-server-message-time): New variable.
11779         (rcirc-filter): Record time of last message.
11780         (rcirc-keepalive): Kill processes that did not send a message
11781         since the last ping.
11782         (rcirc-mode): Give rcirc-topic a local binding here.
11784 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
11786         * subr.el (read-passwd): Fontify the prompt as we do with other
11787         prompts.
11789 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
11791         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11792         binding buffer-read-only to nil.
11794 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11796         * complete.el (partial-completion-mode):
11797         Mention completion-auto-help in the doc string.
11799         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
11800         more Lisp-ish way.
11802 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11804         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11805         digits, not 8, to avoid misalignment for files larger than 100MB.
11807 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
11809         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11810         Mention "keyboard shortcuts" in the help text.
11812 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11814         * startup.el (fancy-splash-default-action): Discard only
11815         mouse-down and succeeding mouse-up events in the splash screen
11816         window so that drag-n-drop event can be processed.
11818 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
11820         * longlines.el (longlines-mode): Add hacks for mail-mode and
11821         message-mode.
11823 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
11825         * textmodes/org.el (org-table-sort-lines): New command.
11826         (org-tbl-menu): Add entry for `org-table-sort-lines'.
11827         (org-add-file): Command removed, use `org-agenda-file-to-front'
11828         instead.
11829         (org-export-icalendar): Use `org-icalendar-combined-name'.
11830         (org-cycle-agenda-files, org-agenda-file-to-end)
11831         (org-agenda-file-to-front): New commands.
11832         (org-table-tab-jumps-over-hlines, org-export-html-style):
11833         New options.
11834         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11835         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11836         New functions.
11837         (org-fill-paragraph): Call `org-table-align' in tables.
11838         (org-mode): Call `org-set-autofill-regexps'.
11839         (org-export-as-html): Support for local handformatted lists.
11840         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
11841         (org-export-local-list-max-depth): New option.
11842         (org-html-expand): Use `org-html-protect'.
11844 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
11846         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11847         to "p".
11848         (gdb): Move definition of gud-pp to...
11850         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
11851         speedbar.
11852         (gdb-find-watch-expression): New function.
11854 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11856         * faces.el (face-attribute, set-face-attribute): Mention existence
11857         of `:ignore-defface' setting in docstring.
11859 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11861         * simple.el (completion-setup-function): Fix last change.
11863 2005-11-17  John Paul Wallington  <jpw@pobox.com>
11865         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11866         Use `posn-set-point' instead of `mouse-set-point' because the
11867         latter is not fbound when configured without X.
11869         * comint.el (comint-insert-input): Likewise.
11871 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11873         * simple.el (hard-newline): New variable.
11874         (sendmail-user-agent-compose, next-line): Use it.
11876         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11877         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11878         (mail-mail-reply-to, mail-mail-followup-to)
11879         (mail-position-on-field, mail-signature, mail-yank-original)
11880         (mail-attach-file): Likewise.
11882         * mail/mailheader.el (mail-header-format)
11883         (mail-header-format-function): Likewise.
11885         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11887 2005-11-17  Juri Linkov  <juri@jurta.org>
11889         * font-lock.el (font-lock-faces): Rename this defgroup from
11890         `font-lock-highlighting-faces'.
11891         (font-lock-comment-face, font-lock-comment-delimiter-face)
11892         (font-lock-string-face, font-lock-doc-face)
11893         (font-lock-keyword-face, font-lock-builtin-face)
11894         (font-lock-function-name-face, font-lock-variable-name-face)
11895         (font-lock-type-face, font-lock-constant-face)
11896         (font-lock-warning-face, font-lock-negation-char-face)
11897         (font-lock-preprocessor-face)
11898         (font-lock-regexp-grouping-backslash)
11899         (font-lock-regexp-grouping-construct): Rename :group from
11900         `font-lock-highlighting-faces' to `font-lock-faces'.
11902         * cus-edit.el (lisp, c, tex):
11903         * progmodes/ada-mode.el (ada):
11904         * progmodes/asm-mode.el (asm):
11905         * progmodes/cperl-mode.el (cperl-faces):
11906         * progmodes/cpp.el (cpp):
11907         * progmodes/dcl-mode.el (dcl):
11908         * progmodes/f90.el (f90):
11909         * progmodes/fortran.el (fortran):
11910         * progmodes/icon.el (icon):
11911         * progmodes/idlwave.el (idlwave-misc):
11912         * progmodes/m4-mode.el (m4):
11913         * progmodes/make-mode.el (makefile):
11914         * progmodes/meta-mode.el (meta-font):
11915         * progmodes/modula2.el (modula2):
11916         * progmodes/octave-mod.el (octave):
11917         * progmodes/pascal.el (pascal):
11918         * progmodes/perl-mode.el (perl):
11919         * progmodes/prolog.el (prolog):
11920         * progmodes/ps-mode.el (PostScript-edit):
11921         * progmodes/scheme.el (scheme):
11922         * progmodes/sh-script.el (sh-script):
11923         * progmodes/simula.el (simula):
11924         * progmodes/tcl.el (tcl):
11925         * textmodes/nroff-mode.el (nroff):
11926         * textmodes/reftex-vars.el (reftex-fontification-configurations):
11927         * textmodes/sgml-mode.el (sgml):
11928         * textmodes/texinfo.el (texinfo):
11929         Add :link (custom-group-link font-lock-faces) to defgroup.
11931         * hi-lock.el (hi-lock): Rename this defgroup from
11932         `hi-lock-interactive-text-highlighting'.  Change parent group from
11933         `faces' to `font-lock'.  Add link to the manual.
11934         (hi-lock-mode, hi-lock-file-patterns-range)
11935         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11936         `hi-lock-interactive-text-highlighting' to `hi-lock'.
11937         (hi-lock-faces): Add :group `faces'.
11939         * cus-edit.el (custom-variable-prompt): Clarify the code.
11941         * faces.el (face-read-string): Set the default value arg of
11942         completing-read.
11944 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
11946         * rfn-eshadow.el (file-name-shadow-properties)
11947         (file-name-shadow-tty-properties, file-name-shadow-mode):
11948         Remove autoloads, because the file is now preloaded.
11950 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11952         * printing.el (easy-menu-intern): Don't define.
11953         (pr-get-symbol): Use easy-menu-intern only if defined.
11955         * simple.el (blink-matching-open): Simplify a bit.
11956         (completion-setup-function): Fix the case of partial-completion-mode
11957         when the minibuffer's contents start with "-".
11958         Obey completion-base-size-function even when
11959         minibuffer-completing-file-name is non-nil.
11961 2005-11-16  Richard M. Stallman  <rms@gnu.org>
11963         * net/eudcb-ph.el (eudc-ph-open-session):
11964         Use set-process-query-on-exit-flag.
11966         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11968         * international/ucs-tables.el (ucs-set-table-for-input):
11969         Use make-local-variable, not make-variable-buffer-local.
11971         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11972         Improve warning message text.
11974         * savehist.el (savehist-save-hook): Add :group.
11976         * menu-bar.el (menu-bar-help-menu):
11977         Rename Find Extra Packages to External Packages.
11979         * cus-edit.el (Custom-reset-standard): Verify that
11980         :custom-standard-value prop exists before calling it.
11982         * apropos.el (apropos-calc-scores): Use apropos-pattern.
11984 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
11986         * wid-edit.el (color): Enclose %t in %{...%}.
11988         * cus-edit.el (face): Enclose %t in %{...%}.
11990 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
11992         * savehist.el (savehist-mode-hook): Re-add the var.
11993         (savehist-mode): Use it.
11995 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * textmodes/flyspell.el: Fix commenting convention.
11998         Remove unnecessary leading * in custom docstrings.
11999         (flyspell-emacs): Remove unused var.
12000         (flyspell-delete-region-overlays): Use remove-overlays.
12001         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12002         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12003         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12004         (flyspell-debug-signal-word-checked): Use with-current-buffer.
12005         (make-flyspell-overlay): Don't locally reuse a global name.
12006         (flyspell-highlight-incorrect-region)
12007         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12008         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12009         (flyspell-notify-misspell): Remove unused args `start' and `end'.
12010         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
12011         Wrap calls to accept-process-output inside with-local-quit since it's
12012         often called from a post-command-hook.
12013         (flyspell-correct-word, flyspell-auto-correct-word):
12014         Use ispell-send-string.
12015         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
12017         * calendar/diary-lib.el (diary-list-entries): Also hide the
12018         terminating newline.
12020 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
12022         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12023         window-system, to allow fonts on tty.
12025 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
12027         * progmodes/gud.el (gud-speedbar-item-info): New function.
12028         (gud-install-speedbar-variables): Use it to display data type
12029         of watch expression as a tooltip in speedbar.
12031 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
12033         * font-core.el (global-font-lock-mode): Add :version keyword,
12034         because default was changed.
12036         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12038         * startup.el (command-line): Use `custom-reevaluate-setting' for
12039         `file-name-shadow-mode'.
12041         * loadup.el: Preload rfn-eshadow.
12043         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12044         Add :version keyword.
12045         (file-name-shadow-properties, file-name-shadow-tty-properties)
12046         (file-name-shadow): Add :version keyword.
12048         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12049         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12050         in the custom-group property of the symbol frames and the fringe
12051         group got no link to its parent group frames.
12052         Doc fix.
12054 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12056         * progmodes/gud.el (gud-stop-subjob): New function.
12057         (gud-menu-map, gud-tool-bar-map): Use it.
12059 2005-11-16  Kim F. Storm  <storm@cua.dk>
12061         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12062         than kill it.
12063         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
12064         to a more useful/logical place.
12066 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12068         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12069         go buttons complementary.
12071 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12073         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12074         (rfn-eshadow-sifn-equal): New function.
12075         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12077 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12079         * viper-utils.el (viper-non-word-characters-reformed-vi):
12080         Quote `-' in string.
12082         * viper.el (viper-emacs-state-mode-list): Ensure that
12083         rcirc-mode buffers come up in Emacs state.
12085         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12086         operation.
12088 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
12090         * term.el (term-termcap-format): Fix typos.
12091         (term-down): Fix the negative argument case.
12093 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
12095         * progmodes/gdb-ui.el: Remove face-alias left over from change on
12096         2005-08-15.
12097         (gdb-ann3): New command gud-go.
12098         (menu): Accomodate gdb-mi.el.
12099         (gdb-assembler-custom): Make buffer of selected window current
12100         so that set-window-point works.
12102         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12103         buttons and include new ones.
12105 2005-11-16  Kim F. Storm  <storm@cua.dk>
12107         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12108         (gud-menu-map): Use it.
12110 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
12112         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12113         that works correctly for Custom and that does not override a user
12114         who disables it.
12116         * help-mode.el (help-make-xrefs, help-xref-on-pp)
12117         (help-xref-interned, help-follow): Make hyperlinks for variables
12118         that are unbound, but have a non-nil variable-documentation property.
12120         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12121         mode hook.  (It conflicted with defcustoms for some mode hooks.)
12122         Use the `variable-documentation' property to give the mode hook a
12123         docstring and expand that docstring.
12125 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
12127         * savehist.el (savehist-mode): Don't bother with
12128         `custom-set-minor-mode'.
12129         (savehist-coding-system): Check XEmacs version.
12130         (history-length): Declare also at run time.
12131         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
12132         Don't set the customize state.
12133         (savehist-minibuffer-hook): Special case for when
12134         minibuffer-history-variable is equal to t.
12136 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12138         * files.el (write-file): Refresh VC status.
12140         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12141         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12142         than fundamental-mode to see if the mode was set.
12144 2005-11-14  Romain Francoise  <romain@orebokech.com>
12146         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12147         dummy function in `eval-when-compile' to avoid compiler warning.
12148         Require `man' at compile time.
12150 2005-11-14  Jay Belanger  <belanger@truman.edu>
12152         * calc-alg.el (calcFunc-write-out-power): Rename it to
12153         calcFunc-powerexpand.
12154         (math-write-out-power): Rename it to math-powerexpand; have it
12155         handle negative exponents.
12156         (calc-writeoutpower): Rename it to calc-powerexpand.
12158         * calc-ext.el: Change calcFunc-writeoutpower and
12159         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12160         autoloads.
12161         Add calcFunc-ldiv to autoloads.
12163         * calc-arith.el (calcFunc-ldiv): New function.
12165         * calc.el (calc-left-divide): New function.
12167 2005-11-14  Juri Linkov  <juri@jurta.org>
12169         * cus-edit.el (custom-variable-prompt): Set the default value arg
12170         of completing-read.
12172         * cus-dep.el (custom-make-dependencies): Reverse the list of
12173         found dependencies.
12175 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
12177         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12178         Highlighting" entry, it is on by default now.
12179         (menu-bar-options-save): Do not save global-font-lock-mode.
12181 2005-11-13  Richard M. Stallman  <rms@gnu.org>
12183         * textmodes/flyspell.el (flyspell-large-region):
12184         Call flyspell-accept-buffer-local-defs.
12186 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
12188         * textmodes/flyspell.el (flyspell-notify-misspell):
12189         Fix misspelling of "Misspelling".
12190         (flyspell-process-localwords): New function.
12191         (flyspell-large-region): Call flyspell-process-localwords and
12192         flyspell-delete-region-overlays.
12193         (flyspell-delete-region-overlays): New function.
12194         (flyspell-delete-all-overlays): Call that.
12196 2005-11-13  Richard M. Stallman  <rms@gnu.org>
12198         * help.el (help-for-help-internal): Improve doc of C-h a.
12199         (describe-key): Improve prompt; doc fix.
12201 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12203         * vc-svn.el (vc-svn-registered): Catch all errors.
12205         * cus-dep.el (custom-make-dependencies): Typo.
12207 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
12209         * net/tramp-util.el (top): Fix compilation warning.
12211 2005-11-13  Kim F. Storm  <storm@cua.dk>
12213         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
12215 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
12217         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12218         (gud-speedbar-buttons): Match on "const char *" too.
12220         * progmodes/gdb-ui.el (gdb-var-create-handler)
12221         (gdb-var-list-children-handler): Match on "const char *" too.
12222         (gdb-var-evaluate-expression-handler): Match on empty string.
12223         (gdb-var-update-handler): Only call
12224         gdb-var-evaluate-expression-handler when required.
12226 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
12228         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12229         selected window.  This still doesn't work for speedbar.
12230         (gud-speedbar-buttons): Handle string expressions properly.
12232         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12233         (gdb-var-create-handler): Handle string expressions properly.
12234         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12235         Handle string expressions properly.  Move "type" field into regexp.
12237 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
12239         * bookmark.el (bookmark-maybe-message): New function to reduce
12240         code duplication: invokes `message' iff baud-rate is high enough.
12241         (bookmark-write-file): Use above instead of an inline conditional.
12242         (bookmark-load): Same.
12244 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
12246         * bookmark.el (bookmark-write-file): Don't visit the destination
12247         file, just write the data to it using write-region.  This is
12248         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12249         change to avoid visiting the file in the first place.
12251 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
12253         * hi-lock.el (hi-lock-mode): Set the default value of
12254         font-lock-defaults.
12256 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
12258         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12259         arg to `file-attributes'.
12260         (find-lisp-format): The UID and GID can now be strings.
12262 2005-11-12  Kim F. Storm  <storm@cua.dk>
12264         * help.el (help-map): Bind C-h d to apropos-documentation.
12266         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12267         when point is at end-of-buffer.
12269         * apropos.el (apropos-match-face): Doc fix.
12270         (apropos-sort-by-scores): Add new choice `verbose'.
12271         (apropos-documentation-sort-by-scores): New defcustom.
12272         (apropos-pattern): Now contains the pattern entered by the user.
12273         (apropos-pattern-quoted): New defvar.
12274         (apropos-regexp): New defvar, containing the regexp corresponding
12275         to apropos-pattern.
12276         (apropos-all-words-regexp): Rename from apropos-all-regexp.
12277         (apropos-read-pattern): New defun.  Use it to read pattern arg in
12278         interactive calls; returns list of words for a word list, and
12279         string for a regexp.
12280         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
12281         parses a list of words or regexp as returned by apropos-read-pattern.
12282         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12283         (apropos-score-doc): Return a very high score if the string
12284         entered by the user matches literally.
12285         (apropos-variable): Doc fix.  Use apropos-read-pattern.
12286         (apropos-command): Doc fix.  Use apropos-read-pattern and
12287         apropos-parse-pattern.  Call apropos-print with nosubst=t.
12288         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
12289         apropos-parse-pattern.
12290         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
12291         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
12292         apropos-documentation-sort-by-scores.  Call apropos-print with
12293         nosubst=t.
12294         (apropos-documentation-internal): Pass doc string through
12295         substitute-key-definition before adding text properties.
12296         Highlight substring matching literal user input if possible.
12297         (apropos-documentation-check-doc-file): Remove locals beg and end.
12298         Fix calculation of score (as added twice).  Pass doc string through
12299         substitute-key-definition before adding text properties.
12300         (apropos-documentation-check-elc-file): Pass doc string through
12301         substitute-key-definition before adding text properties.
12302         Highlight substring matching literal user input if possible.
12303         (apropos-print): Add new arg NOSUBST; if set, command and variable
12304         doc strings have already been passed through substitute-key-definition.
12305         Add code to handle apropos-accumulator items without score element
12306         for backwards compatibility (e.g. with woman package).
12307         Only show scores if apropos-sort-by-scores is `verbose'.
12309 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12311         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12312         Add jka-compr-load-suffixes to load-suffixes.
12314         * jka-compr.el: Require jka-cmpr-hook.
12315         (jka-compr-info-compress-message, jka-compr-info-compress-program)
12316         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12317         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12318         (jka-compr-info-can-append, jka-compr-info-strip-extension)
12319         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12320         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
12321         (jka-compr-uninstall): Remove entries from
12322         jka-compr-added-to-file-coding-system-alist after they are used.
12323         (jka-compr-error): Remove unused var `curbuf'.
12324         (jka-compr-file-local-copy): Remove unused var `notfound'.
12326 2005-11-10  Romain Francoise  <romain@orebokech.com>
12328         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12330 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
12332         * progmodes/gud.el (gud-menu-map): Move parentheses.
12333         (gdb): New command gud-pv.
12335 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12337         * tar-mode.el: Remove spurious or unnecessary leading stars
12338         in docstrings.
12339         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12340         (tar-parse-octal-integer-safe): Use mapc.
12341         (tar-header-block-summarize): Remove unused var `ck'.
12342         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12343         cleared before.  Obey default-enable-multibyte-characters.
12344         Use mapconcat.  Simplify setting of tar-header-offset.
12345         (tar-mode-map): Move initialization inside delcaration.
12346         (tar-flag-deleted): Use `abs'.
12347         (tar-expunge-internal): Remove unused var `line'.
12348         (tar-expunge-internal): Don't hardcode point-min==1.
12349         (tar-expunge): Widen while doing set-buffer-multibyte.
12350         (tar-rename-entry): Use file-name-coding-system.
12351         (tar-alter-one-field): Don't hardcode point-min==1.
12352         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12353         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
12355 2005-11-10  Masatake YAMATO  <jet@gyve.org>
12357         * add-log.el (add-log-current-defun): Handle class::method
12358         notation of c++.  Fix incorrect comment.
12360 2005-11-10  Alan Mackenzie  <acm@muc.de>
12362         * help-fns.el (describe-variable): Make C-h v work when a variable
12363         has variable documentation yet is unbound.
12365 2005-11-10  Masatake YAMATO  <jet@gyve.org>
12367         * man.el (Man-highlight-references): Set an empty
12368         string to `Man-arguments' if it is nil.
12369         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12371 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12373         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12374         commenting conventions.
12376         * cus-dep.el (custom-make-dependencies): Simplify.
12377         Better follow the commenting conventions.
12379 2005-11-09  Richard M. Stallman  <rms@gnu.org>
12381         * apropos.el (apropos-pattern): Rename from apropos-regexp.
12382         (apropos-orig-pattern): Rename from apropos-orig-regexp.
12383         All uses changed.
12384         (apropos-rewrite-regexp): Doc fix.
12385         (apropos-variable, apropos-command, apropos, apropos-value):
12386         Change prompt; carry through the argument renaming.
12388 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
12390         * find-lisp.el: Require dired.
12391         (find-lisp-find-dired-internal): Do not call
12392         `abbreviate-file-name' on DIR.
12394 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
12396         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12398 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
12400         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12401         when using the speedbar.
12402         (gdb): New command gud-pp.
12403         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12405 2005-11-09  Juri Linkov  <juri@jurta.org>
12407         * replace.el (occur-excluded-properties): New defcustom.
12408         (occur-1, occur-engine, occur-accumulate-lines): Use it.
12410 2005-11-08  Jay Belanger  <belanger@truman.edu>
12412         * calc/calc-units.el (math-convert-units): Replace any composite
12413         unit by its definition.
12415 2005-11-08  Lars Hansen  <larsh@soem.dk>
12417         * emacs-lisp/autoload.el (update-directory-autoloads):
12418         Add obsolete function alias.
12420 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12422         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12423         comment-indent-function.
12424         (lisp-comment-indent): Replace by an alias for comment-indent-default.
12426         * reveal.el (reveal-post-command): Rework the handling of
12427         reveal-open-spots, so as to be more reliable.  There were several
12428         tricky corner cases where an open spot might be lost, or where
12429         a closed spot might end up on the list of open spots.
12430         Only reveal text that's ellipsised.
12432 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
12434         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12436 2005-11-07  John Paul Wallington  <jpw@gnu.org>
12438         * ibuffer.el (ibuffer): Search iconified frames too when
12439         getting Ibuffer buffer's window.
12441 2005-11-06  Richard M. Stallman  <rms@gnu.org>
12443         * progmodes/compile.el (compilation-internal-error-properties):
12444         save-excursion around the computation of MARKER.
12446 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
12448         * textmodes/flyspell.el (flyspell-external-point-words):
12449         flyspell-get-word returns a list, not just a string.
12451 2005-11-06  John Paul Wallington  <jpw@pobox.com>
12453         * ibuffer.el (ibuffer): Search all visible frames when getting
12454         Ibuffer buffer's window.
12456 2005-11-07  Masatake YAMATO  <jet@gyve.org>
12458         * man.el (Man-reference-regexp): Accept spaces between
12459         `Man-name-regexp' and `Man-section-regexp'.
12460         (Man-apropos-regexp): New variable.
12461         (Man-abstract-xref-man-page): Use value for `Man-target-string'
12462         if available.
12463         (Man-highlight-references, Man-highlight-references0):
12464         Handle the case when `Man-arguments' includes "-k".
12465         (Man-highlight-references0): Rename the argument `TARGET-POS' to
12466         `TARGET'. `TARGET' can be a number, function or nil.
12468 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
12470         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12471         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12472         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12473         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12474         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12475         (gdb-send-item): Use buffer-local-value and simplify.
12477 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
12479         * startup.el (command-line): Use `custom-reevaluate-setting' for
12480         `global-font-lock-mode'.
12482         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12483         by default, except in batch mode or when the -D option is given.
12485         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12486         specified keyword args on to `define-minor-mode'.  Update docstring.
12488 2005-11-05  Romain Francoise  <romain@orebokech.com>
12490         * replace.el (occur-engine): Add marker at end of line, too.
12492 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12494         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12495         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12496         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12497         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12498         argument to all these routines, so the passphrase can be managed
12499         externally and passed in to the system.
12500         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12501         pgg-add-passphrase-to-cache function.
12503         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12504         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12505         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12506         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12507         argument to all these routines, so the passphrase can be managed
12508         externally and passed in to the system.
12509         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12510         function.
12512 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
12514         * font-lock.el: Don't deal with font-lock-face-attributes here,
12515         move the code ...
12517         * startup.el (command-line): ... here.  Use face-spec-set instead
12518         of custom-declare-face.
12520         * faces.el (face-spec-set): Reset the face if spec is not nil.
12522 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * newcomment.el (comment-region-internal): Box more tightly in the
12525         common case where there's no TAB in the boxed text.
12527 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12529         * info.el (info-tool-bar-map): Use images prev-node, next-node and
12530         up-node.
12532 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
12534         * newsticker.el: Commentary updated.  Code formatting changed.
12535         (newsticker-version): Change to "1.9".
12536         (newsticker, newsticker-feed): Doc fix.
12537         (newsticker-url-list): Doc fix.  Add option "Weekly".
12538         (newsticker-retrieval-interval): Add option "Weekly".
12539         (newsticker-headline-processing): Doc fix.
12540         (newsticker-auto-mark-filter): Remove.
12541         (newsticker-auto-mark-filter-list): New.
12542         (newsticker-layout, newsticker-sort-method): Doc fix.
12543         (newsticker-hide-old-items-in-newsticker-buffer)
12544         (newsticker-heading-format, newsticker-item-format)
12545         (newsticker-desc-format): Doc fix.
12546         (newsticker-show-all-rss-elements): Remove.
12547         (newsticker-show-all-news-elements): New.
12548         (newsticker-faces, newsticker-ticker): Doc fix.
12549         (remove-from-invisibility-spec): Code formatting.
12550         (newsticker--process-ids): New.
12551         (newsticker-mode): Doc fix.
12552         (newsticker-mode): Change mode-line-format.
12553         (newsticker-start): Remove debug output.
12554         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
12555         (newsticker-w3m-show-inline-images): Code formatting.
12556         (newsticker-next-item): Call `force-mode-line-update'.
12557         (newsticker-previous-item): Call `force-mode-line-update'.
12558         (newsticker-next-feed): Call `force-mode-line-update'.
12559         (newsticker-previous-feed): Call `force-mode-line-update'.
12560         (newsticker-mark-all-items-at-point-as-read): Code formatting.
12561         (newsticker-show-old-items): Do not show descs.
12562         (newsticker-hide-entry): Hide too much.
12563         (newsticker-hide-entry, newsticker-show-entry)
12564         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12565         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12566         (newsticker-toggle-auto-narrow-to-item): Code formatting.
12567         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12568         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12569         (newsticker-get-news): Call `force-mode-line-update'.
12570         Collect process ids.
12571         (newsticker--sentinel): Change coding system handling.
12572         Move image retrieval to new functions newsticker--get-logo-url-*.
12573         Move feed parsing to new functions newsticker--parse-*.
12574         Update list of process ids.
12575         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12576         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12577         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12578         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12579         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12580         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12581         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12582         (newsticker--decode-coding-string): Remove.
12583         (newsticker--decode-numeric-entities): Check input.  Format code.
12584         (newsticker--remove-whitespace): Check input.
12585         (newsticker--do-forget-preformatted): Doc fix.
12586         (newsticker--decode-rfc822-date): Allow for missing time.
12587         (newsticker--update-process-ids): New.
12588         (newsticker--image-sentinel): Change comment.
12589         (newsticker--image-read): Change error message.
12590         (newsticker--imenu-goto): Doc fix.  Show headline title.
12591         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12592         (newsticker--buffer-do-insert-text): Clean whitespace in
12593         html-rendered headline title.  Code formatting.
12594         Call `newsticker--buffer-print-extra-elements'.
12595         (newsticker--buffer-print-extra-element): Remove.
12596         (newsticker--buffer-print-extra-elements): New.
12597         (newsticker--buffer-do-print-extra-element): New.
12598         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
12599         large sizes.
12600         (newsticker--run-auto-mark-filter)
12601         (newsticker--do-run-auto-mark-filter):
12602         Use `newsticker-auto-mark-filter-list'.
12604 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
12606         * net/rcirc.el: Use split-string OMIT-NULLS argument.
12607         (rcirc-print): Force redisplay before running hooks.  Do long
12608         buffer truncation after making new text read-only.  Deal with nil
12609         text when decoding strings.  If TARGET is nil, use either the
12610         currently selected buffer, if it is an rcirc buffer and of the
12611         same process or the process buffer.
12612         (rcirc-mode): Remove header-line.  Recompute short buffer names.
12613         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12614         (rcirc-short-buffer-name): Add variable.
12615         (rcirc-kill-buffer-hook): Recompute short buffer names.
12616         Remove nick from private channel.
12617         (rcirc-send-input): Send command text to current-buffer.
12618         Don't clear overlay arrow here.
12619         (rcirc-short-buffer-name): Return a short buffer name.
12620         (rcirc-update-short-buffer-names, rcirc-abbreviate)
12621         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12622         buffer-name abbreviations.
12623         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12624         Do not touch nick-table when killing a parted channel.
12625         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12626         Clear arrow from current buffer if it is now hidden.
12627         (rcirc-current-buffer): Add variable.
12628         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12629         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12630         Remove -face from names.
12631         (rcirc-update-activity-string): Print "DND" when globally ignoring
12632         activity.
12633         (rcirc-ignore-buffer-activity-flag): Rename from
12634         rcirc-ignore-channel-activity.
12635         (rcirc-ignore-all-activity-flag): Doc fix.
12636         (rcirc-channels): Remove variable.
12637         (rcirc-kill-buffer-hook):
12638         (rcirc-get-buffer-create): Add nick to private channel.
12639         (rcirc-multiline-edit-submit): Remove tabs.
12640         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12641         folded.
12642         (rcirc-remove-nick-channel): Bug fix.
12643         (rcirc-toggle-ignore-buffer-activity): Rename from
12644         rcirc-toggle-ignore-channel-activity.
12645         (rcirc-record-activity): Add buffers to the front of the list.
12646         (rcirc-update-activity): Remove killed buffers from list.
12647         (rcirc-process-server-response-1): Remove last argument if it is
12648         null before calling handler.
12649         (rcirc): Add "rcirc" defcustom prefix.
12650         (rcirc-prompt): Simplify default prompt.
12651         Use custom-initialize-default.
12652         (rcirc-private-chats): Remove variable.
12653         (rcirc-prompt): Change initialization.
12654         (rcirc-version): Remove function.
12655         (rcirc-id-string): Add constant.
12656         (rcirc-last-buffer): Remove variable.
12657         (rcirc-buffer-alist): Add variable.
12658         (rcirc-connect): Update variable setup.
12659         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12660         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12661         default.
12662         (rcirc-handler-generic): Trigger activity.
12663         (rcirc-send-message): Create the buffor of the target.
12664         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12665         (rcirc-get-buffer): Just return nil if there is no matching buffer.
12666         (rcirc-multiline-edit-cancel): Remove function.
12667         (rcirc-set-last-buffer): Remove function.
12668         (rcirc-get-any-buffer): Add function.
12669         (rcirc-join-channels): Don't print /join text.
12670         (rcirc-toggle-ignore-channel-activity): Add and update echo area
12671         messages.
12672         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12673         (rcirc-handler-NOTICE): Recognize CTCP responses.
12674         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12675         constructing TOPIC string for buffers we are not JOINed.
12676         (rcirc-handler-CTCP-response): Add handler.
12677         (rcirc-multiline-edit-submit): Restore the window-configuration
12678         before adjusting point.
12679         (rcirc): Add customization group.
12680         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12681         (rcirc-user-full-name, rcirc-startup-channels-alist)
12682         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12683         (rcirc-ignore-all-activity-flag, rcirc-time-format)
12684         (rcirc-input-ring-size, rcirc-read-only-flag)
12685         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12686         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12687         Change defvar to defcustom.
12688         (rcirc-update-prompt): Add optional ALL arg, which will update
12689         prompts in all rcirc buffers.  Regexp quote replacement text.
12690         (rcirc-fill-column): Accept frame-width as a value.
12691         (rcirc-set-changed): Add function.
12692         (rcirc-next-active-buffer): Write more meaningful messages.
12693         (rcirc-faces): Add customization group.
12694         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12695         (rcirc-nick-in-message-face, rcirc-prompt-face)
12696         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12697         (with-rcirc-process-buffer): Move before first usage.
12698         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12699         (rcirc-debug-flag): Rename from `rcirc-log-p'.
12700         (rcirc-debug): Rename from `rcirc-log'.
12701         (rcirc-format-response-string): Do not print `-' chars for a
12702         NOTICE with no sender.  Simplify output of server responses.
12704 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12706         (rcirc-browse-url-map, rcirc-browse-url-at-point)
12707         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12708         Make urls mouse and RET clickable.
12710 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
12712         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12714 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
12716         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12717         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12718         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12719         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12720         argument to all these routines, so the passphrase can be managed
12721         externally and passed in to the system.
12722         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12723         pgg-add-passphrase-to-cache function.
12725         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12726         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12727         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12728         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12729         argument to all these routines, so the passphrase can be managed
12730         externally and passed in to the system.
12731         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12732         function.
12734 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
12736         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12737         from goto-address-url-regexp.
12739 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
12741         * textmodes/org.el (org-read-date, org-goto-calendar)
12742         (org-recenter-calendar, org-agenda-goto-calendar):
12743         Temporarily clear `calendar-move-hook'.
12745 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
12747         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
12748         merging.
12750         * ediff-util.el (ediff-previous-difference): Don't skip regions that
12751         have merge clashes.
12753 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12755         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12756         Undo previous change.
12758         * startup.el (command-line): Use `custom-reevaluate-setting' for
12759         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
12760         tty-register-default-colors on Mac.
12762 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12764         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
12765         (gdb-buffer-type): Make it automatically buffer local...
12766         (gdb-get-create-buffer): ...and set it accordingly.
12767         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
12768         actually work.
12770 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
12772         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
12773         not red.
12775 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
12777         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
12778         case GUD buffer is not visible.
12779         (gdb-goto-breakpoint): Try to force display in source buffer.
12780         (gdb-frame-gdb-buffer): Copy other similar functions.
12781         (gdb-restore-windows): Don't display source if not asked for.
12782         (gdb-assembler-buffer-name): Don't capitalise.
12784 2005-11-03  Richard M. Stallman  <rms@gnu.org>
12786         * wid-edit.el (key-sequence): New widget type.
12788         * simple.el (set-mark-command-repeat-pop): New variable.
12789         (set-mark-command): Only interpret plan C-@ after a pop as a pop
12790         if set-mark-command-repeat-pop is true.
12792         * info.el (Info-fontify-node): Don't display extra "see" if there
12793         already is one here.
12795         * mouse.el: Fix special handling of DEL after dragging a region:
12796         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12797         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
12799         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12801         * textmodes/ispell.el (ispell-command-loop): Change `i' description
12802         not to assume it pertains to an affix.
12804         * textmodes/flyspell.el (flyspell-post-command-hook):
12805         Bind deactivate-mark to prevent deactivation.
12807 2005-11-03  Lars Hansen  <larsh@soem.dk>
12809         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12810         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12811         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12813 2005-11-03  Romain Francoise  <romain@orebokech.com>
12815         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
12816         Update copyright years.
12818 2005-11-03  Sam Steingold  <sds@gnu.org>
12820         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12821         Use system-type instead of window-system because window-system is not
12822         correctly defined during loadup.
12824 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
12826         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12827         (xml-parse-tag): Join strings separated by a comment properly.
12829 2005-11-02  Andreas Schwab  <schwab@suse.de>
12831         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12833 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12835         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12836         (byte-optimize-pure-func): Quote the eval'd value.
12838         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12839         Rename from perl-font-lock-syntactic-face-function.
12840         Change the calling convention so it can be used as a font-lock MATCHER.
12841         Do the parse-partial-sexp loop outselves.
12842         (perl-font-lock-syntactic-keywords): Use it.
12843         (perl-mode): Don't set font-lock-syntactic-face-function any more.
12845 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
12847         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12848         disassembly buffer too.
12849         (gdb-exited): Remove overlay arrows when execution has finished.
12850         (gdb-info-frames-custom, gdb-info-threads-custom)
12851         (gdb-info-registers-custom): Don't add inappropriate text
12852         properties if inferior is not active.
12854 2005-11-02  Glenn Morris  <rgm@gnu.org>
12856         * progmodes/fortran.el (fortran-blink-match):
12857         Use `blink-matching-delay'.
12859 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
12861         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12863 2005-11-02  Lars Hansen  <larsh@soem.dk>
12865         * net/tramp.el (tramp-action-out-of-band): Handle scp message
12866         "Permission denied".
12868 2005-11-01  Richard M. Stallman  <rms@gnu.org>
12870         * textmodes/flyspell.el (flyspell-external-point-words):
12871         Pass nil to flyspell-get-word.
12873 2005-11-02  Kim F. Storm  <storm@cua.dk>
12875         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12876         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12878 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12880         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12881         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12882         (calendar-mouse-print-dates): Add optional `event' argument.
12883         Update interactive-spec.
12884         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12885         Use `calendar-event-to-date' instead of `event'.
12887 2005-11-02  Masatake YAMATO  <jet@gyve.org>
12889         * progmodes/ld-script.el (ld-script-builtins):
12890         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12891         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12892         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12894 2005-11-01  Romain Francoise  <romain@orebokech.com>
12896         * vc-sccs.el: Update copyright year.
12897         * ezimage.el: Likewise.
12899 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
12901         * info.el (Info-fontify-node): Use `string-width' for fontifying
12902         underlined titles.
12904 2005-11-01  Juri Linkov  <juri@jurta.org>
12906         * info.el (Info-fontify-node): Downcase node header keywords Node,
12907         Prev, Next, Up before comparison.
12908         (Info-history): Insert absolute directory name, and put invisible
12909         property on it.
12911 2005-11-01  Juri Linkov  <juri@jurta.org>
12913         * info.el (Info-file-supports-index-cookies): New variable.
12914         (Info-find-node-2): Check makeinfo version for index cookie support.
12915         (Info-index-nodes): Search for nodes with index cookies only when
12916         Info-file-supports-index-cookies is t.  Otherwise, search nodes
12917         with "Index" in the node name.
12918         (Info-index-node): Search index cookie in the current node only when
12919         Info-file-supports-index-cookies is t.  Otherwise, check the word
12920         "Index" in the node name.
12921         (Info-find-emacs-command-nodes): Remove code that searches nodes
12922         with "Index" node name in the top menu.
12924 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12926         * progmodes/scheme.el (scheme-mode-variables): Use the default
12927         comment-indent-function.
12929         * faces.el (face-attribute): Handle the case where a face inherits from
12930         a non-existent face.
12932         * simple.el (eval-expression-print-format): Use lisp-readable syntax
12933         for octal and hexa output, and merge the char into the paren.
12934         (kill-new): Use push.
12935         (copy-to-buffer): Use with-current-buffer.
12936         (completion-setup-function): Move code in loop to remove redundancy.
12937         (minibuffer-local-must-match-map): Don't add bindings that duplicate
12938         those inherited from minibuffer-local-completion-map.
12940         * savehist.el (savehist-mode) <defcustom>:
12941         Use custom-set-minor-mode if available.
12942         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12943         and emit a message if applicable.
12945 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
12947         * savehist.el: Sync up to version 19.
12948         (savehist-mode): New minor mode.
12949         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12950         (savehist-length): Remove (use history-length instead).
12951         (savehist-file-modes): Rename from savehist-modes.
12952         (savehist-save-hook, savehist-loaded): New vars.
12953         (savehist-load): Use savehist-mode.  Try to smooth up transition from
12954         old format to new format.
12955         (savehist-install): Allow savehist-autosave-interval to be nil.
12956         (savehist-save): Run the new hook.  Be more careful to only trim the
12957         history variables.
12958         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
12959         (savehist-printable): Print into a buffer rather than char-by-char.
12961 2005-11-01  John Wiegley  <johnw@newartisans.com>
12963         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12964         toggle-ignore keybinding (C-a).  The author said it had been
12965         disabled much earlier due to a possible incompatibility, but after
12966         many months of usage I have encountered no problems (and it is a
12967         rather useful option, especially for switching to " *temp*").
12969         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12970         support for OS/X's AddressBook, by calling out to the open source
12971         program "contacts" (installable through Fink).
12973         * net/eudc.el (eudc-expand-inline): If the
12974         `eudc-multiple-match-handling-method' is set to `all', delete the
12975         query string before inserting the query result.
12977         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12978         flag, to prevent Eshell from using the system ls when
12979         `eshell-ls-insert-directory' is in used.
12980         (eshell-ls-insert-directory): Disable font-lock in directory
12981         buffer so that Eshell's own fontification is seen.  This broke
12982         recently due to changes in font-lock, so this goes back to version
12983         21 behavior.
12985 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
12987         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12988         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12989         (gdb-many-windows): Doc fix.
12991 2005-10-31  Romain Francoise  <romain@orebokech.com>
12993         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12995 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12997         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12998         that global-font-lock-mode can be enabled by default.
13000         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13001         (font-lock-add-keywords, font-lock-remove-keywords)
13002         (font-lock-fontify-buffer): Remove autoload cookies.
13004         * jit-lock.el (jit-lock-register): Likewise.
13006         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13008 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
13010         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13011         intact if there is no gud-comint-buffer.
13013 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
13015         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13016         old prompt comint-prompt-read-only is t and GDB commands are
13017         issued from tool bar etc.
13019 2005-10-31  Masatake YAMATO  <jet@gyve.org>
13021         * vc.el (vc-directory-exclusion-list): Add "{arch}".
13023 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13025         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13026         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13028 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
13030         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13031         starting at beginning of line.  Fontification is messed up when
13032         `open-paren-in-column-0-is-defun-start' set to t.
13033         Reported by John Paul Wallington <jpw@pobox.com>.
13035 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
13037         * comint.el (comint-send-input): Call `comint-update-fence' when
13038         `comint-process-echoes' and `comint-prompt-read-only' are both
13039         non-nil, to avoid leftover read-only newline.
13041 2005-10-30  Richard M. Stallman  <rms@gnu.org>
13043         * textmodes/flyspell.el (flyspell-external-point-words):
13044         Detect when WORD can't be checked properly because
13045         flyspell-get-word finds just part of it, and move on.
13047         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13048         boundarychar for Polish.
13049         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13050         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13052 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
13054         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13055         (gdb-registers-font-lock-keywords): Delete.
13056         (gdb-registers-mode): Don't fontify.
13057         (gdb-info-registers-custom): Use text properties instead as, in
13058         future, changed register values will use font-lock-warning-face.
13059         (gdb-local-font-lock-keywords): Rename to...
13060         (gdb-locals-font-lock-keywords): ...for consistency.
13062 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
13064         * vc.el (vc-switch-backend): Better error message if the buffer is
13065         not visiting a file under version control.
13067         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13069 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
13071         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13072         ~/.emacs.d/.emacs.
13074 2005-10-29  Richard M. Stallman  <rms@gnu.org>
13076         * replace.el (occur-mode-mouse-goto): Always go to other window.
13077         (occur-mode-goto-occurrence): Always switch in same window.
13079         * simple.el (undo): Display message at end, not at start.
13081         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13082         New arg REUSE-CELL.
13083         (cancel-timer-internal): New function.
13084         (timer-event-handler): Use cancel-timer-internal,
13085         and pass the cell it returns to timer-activate...
13087         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13088         (jit-lock-deferred-fontify, jit-lock-context-fontify)
13089         (jit-lock-after-change): Test memory-full.
13091 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13093         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13094         part of the decoded armor to find the key-identifier.
13095         (pgg-gpg-lookup-key-owner): New function to return the
13096         human-readable identifier of a key owner.
13097         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13098         key itself.
13099         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13100         the key value) if we have a key and can match it against a secret
13101         key.  Also, added a note pointing out fact that the prompt only
13102         indicates the first matching key.
13104         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13105         pgg-decrypt-region.
13106         (pgg-pending-timers): A new hash for tracking the passphrase cache
13107         timers, so that new ones supercede old ones.
13108         (pgg-add-passphrase-to-cache): Rename from
13109         `pgg-add-passphrase-cache' to reduce confusion (all callers
13110         changed).  Modified to cancel old timers when new ones are added.
13111         (pgg-remove-passphrase-from-cache): Rename from
13112         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13113         changed).  Modified to cancel old timers when their keys are
13114         removed from the cache.
13115         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13116         XEmacs, an indirection to delete-itimer.
13117         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13118         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13119         users can only check cache without risk of prompting.  Correct bug in
13120         notruncate behavior.
13121         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13122         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13123         Add informative docstrings.
13124         (pgg-decrypt): Convey provided passphrase in subordinate call to
13125         pgg-decrypt-region.
13127         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13128         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13129         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13130         `passphrase' argument, so the passphrase can be managed externally
13131         and then passed in to the system.
13133         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13134         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13135         so the passphrase cache can be used reliably with identifiers
13136         besides a pgp packet's key id.
13138         * pgg-gpg.el (pgg-pgp-encrypt-region)
13139         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13140         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13141         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13142         argument to all these routines, so the passphrase can be managed
13143         externally and passed in to the system.
13145         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13146         `notruncate' argument, so the passphrase cache can be used
13147         reliably with identifiers besides a pgp packet's key id.
13149 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
13151         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13152         symmetric encryption.
13153         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13154         encrypted session key.
13155         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13156         message ask for the passphrase in a proper way.
13158         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13159         New user commands for symmetric encryption.
13161 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
13163         * textmodes/conf-mode.el (conf-assignment-sign)
13164         (conf-assignment-regexp): Fix docstrings.
13165         (conf-mode-initialize): New function.
13166         (conf-mode): Remove optional args.  Use delay-mode-hooks to
13167         recognize recursive calls.
13168         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13169         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13170         (conf-xdefaults-mode): Use define-derived-mode and
13171         conf-mode-initialize.
13173 2005-10-29  Romain Francoise  <romain@orebokech.com>
13175         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13177 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
13179         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13180         part of the decoded armor to find the key-identifier.
13181         (pgg-gpg-lookup-key-owner): New function to return the
13182         human-readable identifier of a key owner.
13183         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13184         key itself.
13185         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13186         the key value) if we have a key and can match it against a secret
13187         key.  Also, added a note pointing out fact that the prompt only
13188         indicates the first matching key.
13190         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13191         pgg-decrypt-region.
13192         (pgg-pending-timers): A new hash for tracking the passphrase cache
13193         timers, so that new ones supercede old ones.
13194         (pgg-add-passphrase-to-cache): Rename from
13195         `pgg-add-passphrase-cache' to reduce confusion (all callers
13196         changed).  Modified to cancel old timers when new ones are added.
13197         (pgg-remove-passphrase-from-cache): Rename from
13198         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13199         changed).  Modified to cancel old timers when their keys are
13200         removed from the cache.
13201         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13202         XEmacs, an indirection to delete-itimer.
13203         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13204         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13205         users can only check cache without risk of prompting.  Correct bug in
13206         notruncate behavior.
13207         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13208         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13209         Add informative docstrings.
13210         (pgg-decrypt): Convey provided passphrase in subordinate call to
13211         pgg-decrypt-region.
13213 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13215         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13216         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13217         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13218         `passphrase' argument, so the passphrase can be managed externally
13219         and then passed in to the system.
13221         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13222         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13223         so the passphrase cache can be used reliably with identifiers
13224         besides a pgp packet's key id.
13226         * pgg-gpg.el (pgg-pgp-encrypt-region)
13227         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13228         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13229         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13230         argument to all these routines, so the passphrase can be managed
13231         externally and passed in to the system.
13233         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13234         `notruncate' argument, so the passphrase cache can be used
13235         reliably with identifiers besides a pgp packet's key id.
13237 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
13239         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13240         symmetric encryption.
13241         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13242         encrypted session key.
13243         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13244         message ask for the passphrase in a proper way.
13246         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13247         New user commands for symmetric encryption.
13249 2005-10-28  Bill Wohler  <wohler@newt.com>
13251         * help-mode.el (help-url): New button type.  Calls browse-url.
13252         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13253         Similar to Info nodes: URL `url'.
13254         (help-make-xrefs): Create help-url buttons for
13255         help-xref-url-regexp matches.
13257 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
13259         * tool-bar.el (tool-bar-add-item-from-menu)
13260         (tool-bar-local-item-from-menu): Fix doc strings.
13262 2005-10-28  Romain Francoise  <romain@orebokech.com>
13264         * ldefs-boot.el: Update.
13266         * subr.el (locate-library): Move from help-fns.el.
13267         * help-fns.el (locate-library): Move to subr.el.
13269 2005-10-28  Richard M. Stallman  <rms@gnu.org>
13271         * net/tramp.el (tramp-completion-mode): defvar moved up.
13273         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13275         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13277         * files.el (find-file-noselect): Use %d to format large file size.
13279         * bindings.el (mode-line-format): Add %e.
13281         * loadup.el ("facemenu"): Load unconditionally.
13282         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13283         ("x-dnd"): Load, when appropriate.
13285         * startup.el (command-line): Call before-init-hook earlier.
13286         Warn about some bad characters in -u user name.
13288         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13289         (flyspell-external-point-words): Error if misspelled word is not found.
13290         Set flyspell-large-region-beg at end of word.
13292 2005-10-28  Andreas Schwab  <schwab@suse.de>
13294         * view.el (View-revert-buffer-scroll-page-forward):
13295         Use view-page-size-default.
13297 2005-10-28  Juri Linkov  <juri@jurta.org>
13299         * international/quail.el (quail-get-current-str): Translate last
13300         raw character for deterministic input methods.
13302 2005-10-27  Jay Belanger  <belanger@truman.edu>
13304         * calc/calc-ext.el: Add functions to autoloads.
13305         (math-identity-matrix-p, math-ident-row-p): New functions.
13307         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13308         multiplication by an identity matrix; don't turn multiplication by
13309         an inverse matrix into division.
13310         (math-div-symbol-fancy): Replace division by matrices with
13311         multiplication by inverse.
13313         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13315         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13316         (calc-writeoutpower): New functions.
13318 2005-10-27  Romain Francoise  <romain@orebokech.com>
13320         * replace.el (occur-engine): Include colon in mouse-face highlight.
13322         * dired-x.el: Change Maintainer field.
13324 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
13326         * longlines.el (longlines-mode): Bind after-change-functions to
13327         nil during initial decoding and final encoding.
13329 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13331         * term.el (term-emulate-terminal, term-handle-colors-array)
13332         (term-handle-ansi-escape): Specify the terminfo capabilities
13333         implemented.
13335 2005-10-26  Richard M. Stallman  <rms@gnu.org>
13337         * info.el (Info-fontify-node): Fix detection of sentence-break
13338         before *Note.
13340 2005-10-26  Romain Francoise  <romain@orebokech.com>
13342         * smerge-mode.el: Add `tools' to file keywords.
13344 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
13346         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13347         when the fringe is not available.
13349         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13350         (def-gdb-auto-update-trigger): Simplify construction.
13351         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13352         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13353         defined explicitly.
13354         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13355         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13356         defined explicitly.
13357         (gdb-info-locals-custom): Remove as it's a no-op.
13359 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
13361         * longlines.el (longlines-mode): Remove narrowing before
13362         performing the initial decoding or final encoding.
13364 2005-10-25  Romain Francoise  <romain@orebokech.com>
13366         * emacs-lisp/find-func.el (find-library-name): Also strip
13367         extension if library name ends in .el, to take advantage of
13368         `find-library-suffixes'.
13370 2005-10-25  Richard M. Stallman  <rms@gnu.org>
13372         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13374 2005-10-25  Juri Linkov  <juri@jurta.org>
13376         * textmodes/texinfo.el (texinfo-mode): Change charset of one
13377         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13379 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13381         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13382         (blackbox-redefine-key): Add argument `map'.
13384         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13385         regions when moving the jit-lock-context-unfontify-pos boundary.
13387 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13389         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13391 2005-10-25  Masatake YAMATO  <jet@gyve.org>
13393         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13395 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
13397         * play/blackbox.el (blackbox-redefine-key): New function.
13398         (blackbox-mode-map): Use it to remap existing bindings for cursor
13399         motion instead of binding literal keys.
13401 2005-10-25  Glenn Morris  <rgm@gnu.org>
13403         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13404         diary does not end in a newline.  Do not assume a blank line at
13405         the start of the diary file.
13407 2005-10-25  Kenichi Handa  <handa@m17n.org>
13409         * international/quail.el (quail-translate-key): If the input
13410         method is deterministic and failed to handle the last key, restart
13411         the key handling loop from an appropriate key.
13413 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
13415         * vc.el (vc-dired-mode): Extend comment for binding of
13416         `directory-listing-before-filename-regexp'.
13418 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13420         * textmodes/texinfo.el (texinfo-mode):
13421         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13422         not to unnecessarily expose emacs-mule's internal char codes.
13424 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
13426         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13427         Display hand pointer and help-echo on disabled icon too.
13428         (gdb-mouse-until): New function.
13429         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13431 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
13433         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13434         with 2005-10-23 change to doctor.el.
13436         * finder.el (finder-mode-map): Add follow-link binding.
13438 2005-10-25  Kim F. Storm  <storm@cua.dk>
13440         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13441         to gdb-mouse-toggle-breakpoint-fringe.
13442         (gdb-mouse-toggle-breakpoint-margin): Rename from
13443         gdb-mouse-toggle-breakpoint.  Fix doc.
13444         (gdb-mouse-toggle-breakpoint-fringe): New defun.
13445         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
13446         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13447         string properties also for fringe breakpoint bitmaps.
13449 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
13451         * textmodes/org.el (org-start-icalendar-file): Fix format form.
13453 2005-10-25  Masatake YAMATO  <jet@gyve.org>
13455         * simple.el (completion-common-substring):
13456         Use `completion-common-substring' prior to `completion-base-size'.
13458 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
13460         * savehist.el: Require CL while compiling.
13461         (savehist-history-variables): Remove.
13462         (savehist-save-minibuffer-history, savehist-additional-variables)
13463         (savehist-minibuffer-history-variables): New vars.
13464         (savehist-save): Use them.
13465         (savehist-uninstall, savehist-minibuffer-hook): New funs.
13466         (savehist-install): New fun, extracted from savehist-load.
13467         (savehist-load): Use them.
13469 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13471         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13472         a dummy doc-string-elt property.
13473         (defalias, defvaralias, define-category): Add a docstring property.
13475         * image.el (defimage):
13476         * widget.el (define-widget):
13477         * custom.el (defface, defcustom): Add `doc-string' declaration.
13479         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13480         (defadvice): Add `doc-string' declaration.
13482         * emacs-lisp/byte-run.el (macro-declaration-function):
13483         Handle `doc-string' declarations.
13484         (define-obsolete-function-alias, define-obsolete-variable-alias):
13485         Add `doc-string' declaration.
13487 2005-10-24  Kenichi Handa  <handa@m17n.org>
13489         * international/utf-7.el (utf-7): Add autoload cookie.
13491         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13493 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13495         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13496         list of directories passed to batch-update-autoloads.  Add "." to
13497         the list of the echoed directories.
13499         * pgg-def.el:
13500         * pgg-gpg.el:
13501         * pgg-parse.el:
13502         * pgg-pgp.el:
13503         * pgg-pgp5.el:
13504         * pgg.el: Moved here from the gnus subdirectory.
13506 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
13508         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13509         in case comint-prompt-read-only is set to t.
13511         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13512         in case comint-prompt-read-only is set to t.
13514 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
13516         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13517         Now a string.
13518         (icalendar-import-format): Handle CLASS, STATUS, URL.
13519         Rename `subject' to `summary'.
13520         (icalendar-import-format-summary): Rename from
13521         `icalendar-import-format-subject'.
13522         (icalendar-import-format-url, icalendar-import-format-status)
13523         (icalendar-import-format-class): New variables.
13524         (icalendar--rris): Take variable argument list.
13525         (icalendar--datestring-to-isodate): Remove unnecessary
13526         calendar-style check when converting dates with explicit month names.
13527         (icalendar-export-region): Change return type of conversion
13528         subroutines.  Bury current buffer unless error occurred.
13529         (icalendar--convert-to-ical)
13530         (icalendar--parse-summary-and-rest): New functions.
13531         (icalendar--convert-ordinary-to-ical)
13532         (icalendar--convert-weekly-to-ical)
13533         (icalendar--convert-yearly-to-ical)
13534         (icalendar--convert-block-to-ical)
13535         (icalendar--convert-cyclic-to-ical)
13536         (icalendar--convert-anniversary-to-ical): Change return type.
13537         Strip trailing blanks from subject.
13538         (icalendar--convert-sexp-to-ical): Change return type.
13539         Strip trailing blanks from subject.  Handle simple sexp
13540         entries as generated by icalendar.el.
13541         (icalendar--convert-float-to-ical)
13542         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13543         (icalendar-import-file): Doc fix.
13544         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13545         Correct call to icalendar--rris.
13546         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
13547         `summary'.
13548         (icalendar--add-diary-entry): Rename `subject' to `summary'.
13550 2005-10-24  Romain Francoise  <romain@orebokech.com>
13552         * server.el (server-sentinel): Set query-on-exit flag to nil on
13553         new client processes (it isn't inherited from the server process).
13555         * replace.el (occur-engine): Rearrange text properties.
13557 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13559         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13560         case-fold-search is nil.
13561         (debug-help-follow): Use help-xref-interned directly.
13563 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13565         * thumbs.el (thumbs-image-type): Add .pbm.
13567 2005-10-23  Richard M. Stallman  <rms@gnu.org>
13569         * faces.el (inhibit-face-set-after-frame-default): New variable.
13570         (set-face-attribute): Bind it.
13571         (face-set-after-frame-default): Test it.
13573         * help-fns.el (describe-simplify-lib-file-name): New function.
13574         (describe-function-1, describe-variable): Use it.
13576         * faces.el (describe-face): Use describe-simplify-lib-file-name.
13578         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13579         Eliminate nil as possible value.
13580         (tooltip-hide-delay): Reduce internal-border-width.
13582         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13583         (menu-bar-file-menu) <new-file>: Likewise.
13585         * simple.el (line-move-finish): Ignore fields computing LINE-END.
13587         * international/mule.el (load-with-code-conversion):
13588         Pass full file name to `eval-buffer' unless preloading.
13590         * textmodes/flyspell.el (flyspell-large-region):
13591         Call ispell-check-version.
13593         * textmodes/ispell.el (ispell-local-dictionary-overridden):
13594         Fix the make-variable-buffer-local call that was supposed
13595         to be for this variable.
13596         (ispell-aspell-supports-utf8): Doc fix.
13597         (ispell-find-aspell-dictionaries): Preserve elements of
13598         ispell-dictionary-alist for dictionaries that aspell doesn't report.
13599         (ispell-aspell-find-dictionary): Return nil on error.
13601         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13602         (doctor-symptoms): Likewise.
13604         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13606 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13608         * cus-edit.el (custom-button, custom-button-pressed): New vars.
13609         (custom-raised-buttons): Add :set spec.
13610         (custom-button-unraised, custom-button-pressed-unraised):
13611         New faces, so that custom-raised-buttons actually does something.
13612         (custom-mode): Use custom-button and custom-button-pressed.
13614         * wid-edit.el (widget-specify-button): Don't ignore
13615         widget-mouse-face on graphic terminals.
13616         (widget-move-and-invoke): Cleanup.
13618 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
13620         * whitespace.el (whitespace-cleanup): Doc fix.
13622 2005-10-23  Romain Francoise  <romain@orebokech.com>
13624         * emulation/viper.el (viper-set-hooks): Quote forms passed to
13625         `eval-after-load' to avoid evaluating their result.
13627 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
13629         * files.el (directory-listing-before-filename-regexp):
13630         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
13632         * dired.el (dired-move-to-filename-regexp): Remove.
13633         All occurences replaced by `directory-listing-before-filename-regexp'.
13635         * dired-x.el, locate.el, vc.el:
13636         Replace `dired-move-to-filename-regexp' by
13637         `directory-listing-before-filename-regexp'.  In vc.el it is
13638         overwritten locally; maybe this can be handled in files.el too.
13640         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
13641         replaced by `directory-listing-before-filename-regexp'.
13643 2005-10-23  Andreas Schwab  <schwab@suse.de>
13645         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13646         and eval-next-after-load.
13648 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
13650         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13651         exist, create it.
13653 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
13655         * allout.el: Remove autoloads for mailcrypt and crypt++.
13656         Require pgg, pgg-gpg during compilation.
13657         (allout-version): Increment version number to 2.1, and use a literal
13658         rather than RCS Id.
13659         (allout-default-encryption-scheme): Remove.
13660         (allout-passphrase-verifier-handling)
13661         (allout-passphrase-verifier-string)
13662         (allout-file-passphrase-verifier-string)
13663         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13664         (allout-passphrase-hint-handling): Rename and simplify.
13665         (allout-init): Use `find-file-hook' if available, otherwise
13666         `find-file-hooks'.
13667         (allout-mode): Use `write-file-functions' if available, otherwise
13668         `local-write-file-hooks' and, instead of making auto-save-hook
13669         buffer local, make the write-file-hook activity contingent to
13670         allout-mode.
13671         (allout-mode): Use key-binding substitution in the docstring.
13672         (allout-kill-line): Spell-out kill ring data structure mutation
13673         instead of using byte-compiler-complaint-provoking `pop'.
13674         (allout-insert-listified): Use `insert' rather than `insert-string'
13675         (allout-toggle-current-subtree-encryption): Update docstring, adjust
13676         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13677         (allout-encrypt-string): Totally revamped vis new underlying
13678         encryption facilities.
13679         (allout-mc-activate-passwd): Remove.
13680         (allout-obtain-passphrase): New, more or less replaces
13681         allout-mc-activate-passwd.
13682         (allout-encrypted-key-info): More or less replaces
13683         allout-encrypted-text-type.
13684         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13685         (my-mark-marker): Use `(featurep 'xemacs)'.
13687 2005-10-23  Lars Hansen  <larsh@soem.dk>
13689         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13690         (byte-compile-file-form-defmumble, byte-compile-defun)
13691         (byte-compile-defmacro): Use it.
13692         (byte-compile-form): Don't call byte-compile-set-symbol-position
13693         when a byte-compile handler is called.
13695 2005-10-22  Romain Francoise  <romain@orebokech.com>
13697         * savehist.el (savehist-history-variables): Add `grep-find-history'.
13699         * subr.el (eval-after-load): Convert library name to an absolute
13700         file name using locate-library, since load-history no longer has
13701         library names in it.
13703 2005-10-22  Richard M. Stallman  <rms@gnu.org>
13705         * files.el (make-temp-file): Move from subr.el.
13706         * subr.el (make-temp-file): Move to files.el.
13708         * window.el (get-buffer-window-list): Move from subr.el.
13709         * subr.el (get-buffer-window-list): Move to window.el.
13711         * image.el (image-load-path): Use eval-at-startup to initialize.
13713         * subr.el (eval-at-startup): New macro.
13715         * subr.el: Much rearrangement of functions and division
13716         into pages.  No code changes.
13718 2005-10-22  Kenichi Handa  <handa@m17n.org>
13720         * tar-mode.el (tar-extract): Be sure to call
13721         find-operation-coding-system if set-auto-coding doesn't find a
13722         coding system.
13724 2005-10-22  Kim F. Storm  <storm@cua.dk>
13726         * image.el (image-type-header-regexps): Rename from image-type-regexps.
13727         Change users.
13728         (image-type-file-name-regexps): New defconst.
13729         (image-type-from-data): Simplify loop.
13730         (image-type-from-buffer): New defun.
13731         (image-type-from-file-header): Use it instead of image-type-from-data.
13732         Use image-search-load-path instead of only looking in data-directory.
13733         (image-type-from-file-name): New defun.
13734         (image-search-load-path): Change `pathname' to `filename'.
13735         Make PATH arg optional, default to image-load-path.
13737 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13739         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13741         * textmodes/paragraphs.el (sentence-end-base): New variable.
13742         (sentence-end): Use sentence-end-base.
13744 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13746         * font-lock.el (font-lock-default-fontify-region): Check the multiline
13747         property independently from the font-lock-multiline variable.
13749 2005-10-21  Richard M. Stallman  <rms@gnu.org>
13751         * emacs-lisp/find-func.el (find-library-name): Doc fix.
13753         * startup.el (command-line): Convert library names
13754         in `load-history' to absolute file names.
13756         * subr.el (symbol-file): Doc fix.
13758         * loadhist.el (file-loadhist-lookup): Call locate-library
13759         instead of find-library-name.  Don't try converting
13760         abs file names to library names, since load-history no longer
13761         has library names in it.
13762         (file-dependents, file-provides, file-requires): Doc fixes.
13764 2005-10-21  Juri Linkov  <juri@jurta.org>
13766         * progmodes/etags.el (tags-table-mode): New function.
13767         (tags-verify-table): Replace initialize-new-tags-table with
13768         tags-table-mode.
13770         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
13771         default value.
13772         (desktop-modes-not-to-save): Add tags-table-mode to the
13773         default value.
13775         * info.el (Info-index-next): Add total number of index
13776         alternatives to the message.
13778         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
13779         backward only space (instead of space and period) before looking
13780         at sentence end.
13782         * simple.el (set-variable): Use user-variable-p instead of symbolp.
13783         Add the old variable value as 4th default-value arg of read-string.
13785 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13787         * cus-face.el (custom-declare-face): Make face from X resources
13788         also on Mac.
13790         * disp-table.el (standard-display-g1, standard-display-graphic):
13791         Refuse to use string glyphs also on Mac.
13792         (standard-display-european): Don't set terminal coding system also
13793         on Mac.
13795         * frame.el (display-screens): Use x-display-screens also on Mac.
13797 2005-10-21  Romain Francoise  <romain@orebokech.com>
13799         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
13801 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13803         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13804         and $? into sexps.
13806         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13807         warning face on open-paren-in-column-0.
13809         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13810         boundary case.  Fix typo.
13811         Suggested by Martin Rudalics <rudalics@gmx.at>.
13813 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
13815         * textmodes/org.el (org-combined-agenda-icalendar-file)
13816         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13817         (org-export-icalendar-this-file)
13818         (org-export-icalendar-all-agenda-files)
13819         (org-export-icalendar-combine-agenda-files): New commands.
13820         (org-export-icalendar, org-print-icalendar-entries)
13821         (org-start-icalendar-file, org-finish-icalendar-file)
13822         (org-ical-ts-to-string): New functions.
13823         (org-read-date, org-goto-calendar)
13824         (org-agenda-goto-calendar): Inhibit displaying diary entries by
13825         call to `calendar'.
13826         (orgtbl-setup): Remove the :keys arguments from the menu description.
13827         (org-after-save-iCalendar-file-hook): New variable.
13829 2005-10-21  Kenichi Handa  <handa@m17n.org>
13831         * language/vietnamese.el (tcvn-5712): Make it an alias of
13832         vietnamese-tcvn coding-system.
13834 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
13836         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13837         group id is given.
13839 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13841         * progmodes/sh-script.el (sh-escaped-line-re): New var.
13842         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13843         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13844         whose line is either continued or ends with a comment.
13846 2005-10-20  Romain Francoise  <romain@orebokech.com>
13848         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13850         * replace.el (occur-engine): Add follow-link property.
13852         * font-core.el (font-lock-mode): Doc fix.
13854 2005-10-20  Richard M. Stallman  <rms@gnu.org>
13856         * net/rcirc.el: New file.
13858 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
13860         * term.el (term-term-name): Initialize to "eterm-color".
13862 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
13864         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13865         for encryption functionality.
13866         Move allout customization subgroup from `editing' to `outlines' group.
13867         Fix commentary keywords to legitimate ones.
13868         Update author info (using my current email address, obscurified).
13869         (allout-encrypt-string, allout-encryption-produce-work-buffer)
13870         (allout-encrypted-topic-p, allout-encrypted-text-type)
13871         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13872         (allout-situate-encryption-key-verifier)
13873         (allout-get-encryption-key-verifier, allout-verify-key)
13874         (allout-next-topic-pending-encryption)
13875         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13876         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13877         (outline-key-verifier-handling, outline-key-hint-handling)
13878         (outline-encrypt-unencrypted-on-saves): New defcustoms.
13879         (allout-file-key-verifier-string, allout-encryption-scheme)
13880         (allout-key-verifier-string, allout-key-hint-string)
13881         (allout-after-save-decrypt): New variables.
13882         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13883         (allout-after-saves-handler): New hook functions.
13884         (allout-post-command-business): Do allout-after-save-decrypt.
13885         (allout-enable-file-variable-adjustment): Custom var to enable
13886         mechanism for adding and adjusting settings of Emacs file variables.
13887         (allout-adjust-file-variable, allout-file-vars-section-data):
13888         New functions, implement the mechanism.
13889         (outlineify-sticky): Use the file vars mechanism.
13890         (allout-inhibit-protection, allout-during-write-cue)
13891         (allout-override-protect, allout-before-change-protect): Remove.
13892         (allout-flag-region, allout-open-topic): Adjust read-only text.
13893         (allout-open-line-not-read-only): Add to facilitate read-only
13894         text based protection.
13895         (allout-kill-line): Revise to adjust read-only text, clue the
13896         user about the inhibition.
13897         (allout-unprotected): Use unwind-protect.
13898         (allout-shift-in, allout-shift-out): Disallow manually shifting a
13899         topic deeper than the offspring depth of the previous topic -
13900         avoiding confusing "containment discontinuities".
13901         (allout-reindent-bodies): Fix retention of body relative hanging
13902         indent during promotion of collapsed bodies.
13903         (allout-open-topic): Make it easy to open new topic with same
13904         bullet as current topic - topic creation functions provided with
13905         any universal argument provokes now prompt for bullet, defaulting
13906         to the bullet of the previous topic.
13907         (allout-plain-bullets-string, allout-distinctive-bullets-string):
13908         Plain bullet alternates `.' period and `,' comma only.  All other
13909         bullets are relegated to special status (but customizable).
13910         (allout-end-of-entry): Rename from allout-end-of-current-entry
13911         since it actually operates w.r.t. most immediately containing
13912         entry, visible or not.
13913         (allout-hide-current-entry, allout-show-current-entry): Use the
13914         revised version.
13915         (allout-old-expose-topic): Solidify deprecation.
13916         (allout-end-of-subtree): Add so we can span concealed as well
13917         as visible topics.
13918         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13919         (allout-end-of-current-heading): Tweak to just respect the first line.
13920         (allout-get-body-text): Add.
13921         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13922         when invoked interactively.
13923         (allout-up-current-level): Use `interactive-p'.
13924         (allout-mode, allout-init): Miscellaneous docstring and
13925         operational refinements, as well as hookups of new encryption stuff.
13926         (allout-beginning-of-current-entry): Now works as advertised.
13927         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13928         (allout-isearch-rectification): Refine condition for isearching.
13929         (allout-isearch-abort, allout-enwrap-isearch)
13930         (allout-flag-region, my-region-active-p): Relocate some macros.
13931         (allout-title): Fallback title is (buffer-name), not
13932         non-existing (current-buffer-name).
13933         (subst-char-in-string): Define if absent (for some XEmacs versions).
13935 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
13937         * mail/sendmail.el (mail-setup-hook, mail-aliases)
13938         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13939         (mail-citation-prefix-regexp, mail-signature-file)
13940         (mail-default-headers, mail-bury-selects-summary)
13941         (mail-send-nonascii): Add autoload cookies.
13943 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13945         * frame.el (blink-cursor-mode): Add `mac' to the list of
13946         window-system's that support blinking cursor.
13948 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13950         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13952 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
13954         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13955         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13956         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13958 2005-10-20  Kim F. Storm  <storm@cua.dk>
13960         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13961         (ido-set-current-directory): Don't add / after final @.
13962         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13963         Explicitly handle ange-ftp completion oddities.
13964         (ido-make-file-list): Don't rotate list at tramp root to avoid
13965         triggering tramp file handler for expand-file-name via get-file-buffer.
13967 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13969         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13971 2005-10-19  Jay Belanger  <belanger@truman.edu>
13973         * calc/calc-units.el (math-standard-units): Add units, adjust
13974         symbols and update values.
13975         (math-unit-prefixes): Add more prefixes.
13977 2005-10-19  Romain Francoise  <romain@orebokech.com>
13979         * bookmark.el (bookmark-menu-heading): New face.
13980         (bookmark-bmenu-list): Use it.
13981         Don't fiddle with `baud-rate' at top-level.
13983 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
13985         * image.el (create-image, find-image): Mention max-image-size in
13986         docstring.
13988 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13990         * savehist.el (savehist-load): Revert to checking XEmacs.
13992         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13993         Various docstring and line-width fixups.
13994         (conf-mode): Use cond.
13995         Set font-lock-defaults.  Don't set comment-use-syntax.
13997 2005-10-18  David Ponce  <david@dponce.com>
13999         * tree-widget.el (tree-widget-button-click): New function.
14000         (tree-widget-button-keymap): Use it.
14002 2005-10-18  Romain Francoise  <romain@orebokech.com>
14004         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14005         (bookmark-bmenu-hide-filenames): Add follow-link property.
14006         Improve help-echo text.
14008         * ffap.el (find-file-at-point): Doc fix.
14010 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14012         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14014 2005-10-18  Masatake YAMATO  <jet@gyve.org>
14016         Install to the CVS repository what I forgot to install in my
14017         2005-10-16 changes.
14019         * progmodes/python.el (python-complete-symbol): Pass the common
14020         prefix substring of completion to `display-completion-list'.
14022         * textmodes/org.el (org-complete): Ditto.
14024 2005-10-18  Masatake YAMATO  <jet@gyve.org>
14026         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14028         * woman.el (WoMan-xref-man-page): New button type derived
14029         from `Man-abstract-xref-man-page'.
14030         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14032         * man.el (Man-abstract-xref-man-page): New button type.
14033         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14034         (Man-highlight-references): Add new optional argument `xref-man-type'.
14036 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
14038         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14040 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14042         * cus-edit.el (Custom-move-and-invoke): Delete.
14043         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14045         * wid-edit.el (widget-move-and-invoke): New function, from
14046         Custom-move-and-invoke.
14048 2005-10-17  Bill Wohler  <wohler@newt.com>
14050         Move all remaining images from lisp/toolbar to etc/images, move
14051         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
14052         the low resolution images in their own directory (low-color).
14054         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14055         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14056         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14057         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14058         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14059         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14060         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14062         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14063         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14064         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14065         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14066         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14067         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14068         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14069         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14070         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14071         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14072         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14073         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14074         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14075         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14076         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14078         To conform with convention, replace the underscore (_) in the
14079         following image names with dash (-) or (/) as appropriate.
14081         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14082         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14083         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14084         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14085         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14086         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14087         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14088         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14089         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14090         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14091         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14092         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14093         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14094         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14095         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14097         * info.el (info-tool-bar-map): Replace underscores in image names
14098         with dashes.
14100         * makefile.w32-in (WINS): Remove toolbar.
14102         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14104         * tool-bar.el: Move to lisp from toolbar.  Now that
14105         toolbar is empty, it should be deleted when folks run "cvs up -P".
14107 2005-10-18  Jay Belanger  <belanger@truman.edu>
14109         * calc/calc-store.el (calc-store-into): Get the proper variable name
14110         to display in message.
14112 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
14114         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14115         expressions display in speedbar for all buffers when debugging.
14116         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14118         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14119         (speedbar-insert-button, speedbar-make-button):
14120         Use add-text-properties.
14121         (speedbar-update-localized-contents)
14122         (speedbar-update-directory-contents)
14123         (speedbar-update-special-contents): Use dolist.
14124         (speedbar-buffer-easymenu-definition): Add a menu separator.
14126 2005-10-17  Jason Rumney  <jasonr@gnu.org>
14128         * makefile.w32-in: Use $(lisp) consistently.
14129         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14130         for shell specific generation of mh-autoloads.
14132 2005-10-17  Richard M. Stallman  <rms@gnu.org>
14134         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14136 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14138         * jit-lock.el (jit-lock-fontify-now):
14139         Move jit-lock-context-unfontify-pos to avoid wasted work.
14141 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
14143         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
14144         `tramp-completion-mode' for checking if we are in completion mode.
14145         (tramp-completion-handle-file-name-all-completions): Reorder code
14146         in order to complete for file names only in case there are no
14147         method/user/host completions.  This is necessary for cooperation
14148         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
14150 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
14152         * longlines.el (longlines-search-forward)
14153         (longlines-search-backward): Match any number of spaces.
14155 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
14157         * diff-mode.el (diff-mode): Doc fix.
14159 2005-10-16  David Reitter  <david.reitter@gmail.com>
14161         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14162         as default on darwin and windows systems.
14164 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14166         * arc-mode.el (archive-zip-extract): Doc fix.
14168 2005-10-16  Romain Francoise  <romain@orebokech.com>
14170         * mouse.el (mouse-1-click-follows-link): Doc fix.
14172 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14174         * savehist.el: Don't require CL at runtime.
14175         (savehist-xemacs): Remove.
14176         (savehist-coding-system): Use utf-8 if present, regardless of religion.
14177         (savehist-no-conversion): Use (featurep 'xemacs).
14178         (savehist-load): Check existence of start-itimer rather than XEmacs.
14179         Use an idle timer.
14180         (savehist-process-for-saving): Replace use of CL funs `subseq' and
14181         `delete-if-not'.
14183 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
14185         * savehist.el: Newer version.
14186         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14187         (savehist-last-checksum, savehist-no-conversion): New vars.
14188         (savehist-autosave, savehist-process-for-saving, savehist-printable):
14189         New functions.
14190         (savehist-load, savehist-save): Use them.
14191         (savehist-delimit): Remove.
14193 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14195         * progmodes/compile.el (compilation-goto-locus): Display the
14196         compilation buffer first and the source buffer second, in case they're
14197         in overlapping frames.  Don't raise the compilation frame if it was the
14198         selected window upon entry.  Pass the `other-window' arg to
14199         pop-to-buffer.
14201         * info.el (Info-fontify-node): Use dolist.
14202         Change add-text-properties to put-text-property.
14204 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14206         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14207         bound of search.
14209 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14211         * dabbrev.el (dabbrev-completion): Pass the common
14212         prefix substring of completion to `display-completion-list'.
14214         * filecache.el (file-cache-minibuffer-complete)
14215         (file-cache-complete): Ditto.
14217         * tempo.el (tempo-display-completions): Ditto.
14219         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14221         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14223         * eshell/em-hist.el (eshell-list-history): Ditto.
14225         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14227         * mail/mailalias.el (mail-complete): Ditto.
14229         * progmodes/etags.el (complete-tag): Ditto.
14231         * progmodes/make-mode.el (makefile-complete): Ditto.
14233         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14235         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14237         * progmodes/pascal.el (pascal-complete-word)
14238         (pascal-show-completions): Ditto.
14240         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14242         * simple.el (completion-common-substring): New variable.
14243         (completion-setup-function): Use `completion-common-substring'
14244         to put faces.
14246 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14248         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14249         (x-get-selection, mac-select-convert-to-string): Convert from/to
14250         UTF-16 clipboard data as in native byte order, no BOM.
14252 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
14254         * progmodes/gud.el (gud-tool-bar-map): Rename the images
14255         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14256         (gud-sentinel): Use speedbar-frame to check for speedbar.
14258 2005-10-15  Richard M. Stallman  <rms@gnu.org>
14260         * savehist.el: New file.
14262 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
14264         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14265         Fix bug in \bf fontification.
14267 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14269         * pcvs.el (cvs-edit-log-files): New var.
14270         (cvs-mode-edit-log): New arg `file'.
14271         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14272         Instead force the use of the original file and nothing else.
14273         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14274         the cvs-minor-wrap-function is set.
14275         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14277 2005-10-14  Bill Wohler  <wohler@newt.com>
14279         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14280         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14281         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14282         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14283         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14284         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14285         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14286         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14287         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14288         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14289         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14290         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14291         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14292         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14293         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14295         * progmodes/gud.el (gud-tool-bar-map): Rename the images
14296         appropriately (for example, gud-break to gud/break).
14298 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
14300         * longlines.el (longlinges-search-function)
14301         (longlines-search-forward, longlines-search-backward): New functions.
14302         (longlines-mode): Set isearch-search-fun-function to
14303         longlinges-search-function.
14305         * mouse.el (mouse-drag-region-1): Handle the case where a
14306         double-click event is bound to an arbitrary function.
14308 2005-10-14  David Ponce  <david@dponce.com>
14310         * recentf.el (recentf-track-opened-file)
14311         (recentf-track-closed-file, recentf-update-menu)
14312         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14313         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14314         mouse-1-click-follows-link.
14316 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14318         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14319         Gnome file-manager.png.  Suggested by
14320         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14322         * toolbar/README: Add diropen.xpm.
14324 2005-10-13  Bill Wohler  <wohler@newt.com>
14326         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14327         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
14329 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14331         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14332         Don't waste the byte-compiler's time on constant data.
14334 2005-10-13  Kenichi Handa  <handa@m17n.org>
14336         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14337         byte with `escape-glyph' face.
14339         * international/fontset.el (ccl-encode-unicode-font):
14340         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14341         Handle the case that ucs-mule-to-mule-unicode translates a character to
14342         ASCII (usually for IPA characters).
14344 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14346         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14347         Don't hide the underline of titles if font-lock-mode is disabled.
14349 2005-10-12  Bill Wohler  <wohler@newt.com>
14351         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
14352         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14353         files in MH-E-SRC have been updated.
14354         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14356 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14358         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14359         (mixal-mode-syntax-table): Add \n as end-comment.
14360         (mixal-operation-codes-alist): Immediately initialize to full value.
14361         (mixal-add-operation-code): Remove.
14362         (mixal-describe-operation-code): Make the arg non-optional.
14363         Use the interactive spec instead.
14364         Use mixal-operation-codes-alist rather than mixal-operation-codes.
14365         (mixal-font-lock-keywords): Don't highlight comments here any more.
14366         (mixal-font-lock-syntactic-keywords): New var.
14367         (mixal-mode): Use it.  Fix comment-start-skip.
14369 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14371         * startup.el (command-line-x-option-alist): -nb => -nbi
14373 2005-10-12  Kim F. Storm  <storm@cua.dk>
14375         * startup.el (fancy-splash-default-action): Discard mouse click in
14376         the splash screen window, as it has no sensible meaning in the
14377         next window to be selected.  Fixes error reported by Jan D.
14379 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14381         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14383 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14385         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14386         Try to fix up minor layout issues like indentation, line break, etc...
14387         (mixal-mode-syntax-table): Don't try to specify comment syntax,
14388         because it doesn't work.
14389         (mixal-operation-codes): Add some more codes.
14390         (mixal-font-lock-keywords): Process comments here.
14391         (mixal-mode): mixasm no longer needs -g option.
14393 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14395         * progmodes/sh-script.el (sh-tmp-file):
14396         Use mktemp -t.  Finish support for es and rc shells.
14398 2005-10-11  Jay Belanger  <belanger@truman.edu>
14400         * calc/calcalg2.el (calc-integral): With an argument, compute the
14401         definite integral.
14403 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
14405         * mouse.el (mouse-drag-region-1): Don't try to catch a
14406         double-click when doing follow-link (it's overridden anyway).
14408 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
14410         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14411         (autoload-print-form-outbuf): Add docstring.
14413 2005-10-11  Juri Linkov  <juri@jurta.org>
14415         * info.el (Info-mode-menu): Delete menu item "Edit".
14416         (Info-mode): Delete description of Info-edit from docstring,
14417         and rearrange descriptions of Info commands in the order
14418         they are documented in the Info manual.
14420 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14422         * calendar/appt.el (appt-check): Use diary-selective-display var.
14424 2005-10-10  Richard M. Stallman  <rms@gnu.org>
14426         * net/newsticker.el (newsticker-start, newsticker-show-news):
14427         Add autoload cookies.
14429 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
14431         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14433 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
14435         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14437 2005-10-10  Jay Belanger  <belanger@truman.edu>
14439         * calc/calc-arith.el (math-check-known-scalarp)
14440         (math-check-known-matrixp): Check the values of arguments that are
14441         variables.
14442         (math-check-known-square-matrixp): New function.
14443         (math-known-square-matrixp): Use math-check-known-square-matrixp.
14444         (math-super-types): Add sqmatrix type.
14446         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14447         mode name `square' to `sqmatrix'.
14449         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14450         mode name `square' to `sqmatrix'.
14452 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14454         * progmodes/etags.el (select-tags-table-mode): Don't use
14455         selective-display.
14456         (tags-select-tags-table): Pass `button' to the action function.
14457         (select-tags-table): Place the side-info on button properties rather
14458         than in hidden text.  Abbreviate file names.
14459         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14460         (select-tags-table-select): Add `button' argument.
14461         Get side-info from the button property rather than from hidden text.
14463 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
14465         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14466         (gud-speedbar-buttons): Preserve point if possible.
14467         (gud-sentinel): Restore previous speedbar display type.
14469         * progmodes/gdb-ui.el (gdba): Improve diagram.
14470         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14471         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14472         Call get-buffer-window once.
14474 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14476         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14477         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14478         (pascal-indent-command): Remove unused var `ind'.
14479         (pascal-indent-case): Remove unused var `oldpos'.
14480         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14481         since it's now used as a proper minor mode map.
14482         (pascal-outline): Rename to pascal-outline-mode.
14483         (pascal-outline-mode): Use define-minor-mode.
14484         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14485         selective-display.
14487 2005-10-10  Andreas Schwab  <schwab@suse.de>
14489         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14490         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
14492         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14493         outside source directory.
14495 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
14497         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14498         C-x' as a prefix.
14499         (orgtbl-mode-map): Full keymap instead of sparse, because all
14500         `self-insert-command' keys are redefined in this map.
14501         (org-export-as-html): Specify charset for HTML file, by taking it
14502         from the coding system.
14504 2005-10-10  Kenichi Handa  <handa@m17n.org>
14506         * textmodes/flyspell.el (flyspell-check-word-p):
14507         If unread-command-events is non-empty, don't call sit-for.
14509 2005-10-09  Richard M. Stallman  <rms@gnu.org>
14511         * font-lock.el (font-lock-syntactic-keywords)
14512         (font-lock-keywords): Doc fixes.
14514         * textmodes/flyspell.el (flyspell-external-point-words):
14515         Simplify logic, and don't try to check for consecutive appearances
14516         of one incorrect word.
14518 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
14520         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14521         separator.
14523         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14524         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14525         (gud-expansion-speedbar-buttons): New function.
14526         (gud-speedbar-buttons): Check for gud-comint-buffer.
14528 2005-10-09  Bill Wohler  <wohler@newt.com>
14530         * Makefile.in (updates): Add mh-loaddefs dependency.
14532 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
14534         * speedbar.el (speedbar-file-key-map): Fix typo.
14536 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14538         * cus-start.el (line-spacing): Add custom spec.
14540 2005-10-09  Romain Francoise  <romain@orebokech.com>
14542         * textmodes/ispell.el (ispell-check-version): Fix last change.
14544 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14546         * term/x-win.el: Remove -i, --icon-type from comment.
14548         * startup.el (command-line-x-option-alist): Remove options -i,
14549         -itype, --icon-type, added -nb, --no-bitmap-icon
14551 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
14553         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14554         instead of :active.
14556 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14558         * textmodes/ispell.el (ispell-check-version):
14559         Ignore hyphen, and all that follows, in aspell's version text.
14561 2005-10-08  Jay Belanger  <belanger@truman.edu>
14563         * calc/calc-arith.el (math-known-square-matrixp): New function.
14564         (math-pow-fancy): Check for matrices before distributing exponent
14565         across products.
14567         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14568         fullscreen keypad.  Suggested by Luc Teirlinck.
14569         (calc-keypad-show-input): Add space for formatting.
14571         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14572         Add square matrix option.
14574         * calc/calc-poly.el (math-expand-term): Check for matrices instead
14575         of checking calc-matrix-mode when deciding how to expand.
14577         * calc/calc.el (calc-set-mode-line): Add square matrix option.
14579 2005-10-08  Lars Hansen  <larsh@soem.dk>
14581         * net/tramp.el (tramp-perl-directory-files-and-attributes):
14582         Add error handling.
14583         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14585 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
14587         Sync with Tramp 2.0.51.
14589         * net/tramp.el (tramp-handle-set-visited-file-modtime)
14590         (tramp-handle-insert-file-contents, tramp-handle-write-region):
14591         Insert special handling for `last-coding-system-used', again
14592         it still seems to be necessary (unlike stated before).
14593         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14594         (tramp-password-prompt-regexp): There might be other words before
14595         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14596         (tramp-chunksize): Improve docstring.
14597         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14598         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
14599         Christian Joergensen <bugs@razor.dk>.
14601 2005-10-07  Glenn Morris  <rgm@gnu.org>
14603         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14604         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14605         precision'.
14607 2005-10-07  Romain Francoise  <romain@orebokech.com>
14609         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14610         (ibuffer-do-shell-command-pipe-replace)
14611         (ibuffer-do-shell-command-file, ibuffer-do-eval)
14612         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14613         (ibuffer-do-revert, ibuffer-do-replace-regexp)
14614         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14615         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14616         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14617         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14618         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14619         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14620         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14621         Autoload file sans suffix.
14623         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14625 2005-10-07  David Ponce  <david@dponce.com>
14627         * recentf.el (recentf-menu-open-all-flag): New option.
14628         (recentf-digit-shortcut-command-name): New function.
14629         (recentf--shortcuts-keymap): New variable.
14630         (recentf-menu-shortcuts): New variable.
14631         (recentf-make-menu-items): Initialize it.  Replace the "More..."
14632         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14633         (recentf-menu-value-shortcut): New function.
14634         (recentf-make-menu-item): Use it.  No more in-lined.
14635         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14636         (recentf-open-most-recent-file): Rename from
14637         `recentf-open-file-with-key'.  Don't depend on key binding.
14638         (recentf-mode-map): New variable.
14639         (recentf-mode): Use it.
14641 2005-10-06  Bill Wohler  <wohler@newt.com>
14643         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
14645         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14646         (MH-E-SRC): New.  Used by mh-autoloads.
14647         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
14648         files in MH-E-SRC have been updated.
14649         (compile, recompile, bootstrap): Depend on mh-autoloads.
14651 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
14653         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14654         gud-break and gud-remove icons when the fringe is not available.
14656         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14657         Typo.
14659 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
14661         * play/zone.el (zone): Wrap body with save-window-excursion.
14663 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14665         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14666         Use the new `list-only' arg to diary-list-entries.
14668         * calendar/diary-lib.el: Use overlays rather than selective-display.
14669         (diary-selective-display): New var.
14670         (diary-header-line-format): Use it.
14671         (diary-list-entries): Add argument `list-only'.
14672         Put the buffer in diary-mode.  Don't add \^M at beg and end.
14673         Replace \^M by invisible overlays.
14674         (diary-unhide-everything): Replace \^M by invisible overlays.
14675         (print-diary-entries): Look for overlays rather than \^M.
14676         Add a space to the temp buffer name.
14677         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14678         Put the buffer in diary-mode.
14679         (list-sexp-diary-entries): Replace \^M by invisible overlays.
14680         (diary-anniversary): Make the year arg optional.
14681         (diary-time-regexp): New const.
14682         (diary-font-lock-keywords): Use it to accept a few more time formats.
14684         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14686 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
14688         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14689         Fix bug introduced 2005-07-03: Use (car (last ...))
14690         to faithfully reproduce replaced artist-last.
14691         (artist-set-arrow-points-for-poly): Likewise.
14692         Suggested by Johan Bockg\e,Ae\e(Brd.
14694 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
14696         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14697         * wid-edit.el (widget):
14698         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14699         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14701 2005-10-06  Kenichi Handa  <handa@m17n.org>
14703         * international/mule-cmds.el (set-language-environment):
14704         Fix setting up of case-table for unibyte mode.
14706         * simple.el (what-cursor-position): If the character is displayed
14707         by some `display' text property, show that.  Don't use
14708         single-key-description for eight-bit characters in multibyte mode.
14710 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
14712         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14713         (gdb-ann3): Set it.
14714         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14715         (gdb-info-frames-custom): Use inverse-video for first five
14716         characters of selected frame only.
14717         (gdb-get-frame-number): Select frame even when point is on frame
14718         number.
14720 2005-10-06  Masatake YAMATO  <jet@gyve.org>
14722         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14723         Put `font-lock-function-name-face'.
14724         (gdb-info-frames-custom): Put `font-lock-function-name-face'
14725         and `font-lock-variable-name-face'
14726         (gdb-registers-font-lock-keywords): New font lock keywords definition.
14727         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14728         (gdb-memory-font-lock-keywords): New font lock keywords definition.
14729         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14730         (gdb-local-font-lock-keywords): New font lock keywords definition.
14731         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14732         (gdb-threads-font-lock-keywords): New font lock keywords definition.
14733         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14735 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
14737         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14738         (ediff-merge-region-is-non-clash-to-skip): Previously called
14739         ediff-merge-region-is-non-clash.
14741         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14742         Use insert-buffer-substring.
14744         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
14745         selecting files to patch.  Also bug fixes.
14747         * ediff-util.el (ediff-setup): Bug fix.
14748         (ediff-next-difference): Never skip clashes that differ in white
14749         space only.
14751         * ediff-wind.el (ediff-setup-control-frame)
14752         (ediff-destroy-control-frame): Check the menubar feature.
14754         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
14755         (viper-refresh-mode-line): Use make-local-variable to localize
14756         some vars instead of make-variable-buffer-local.  Suggested by
14757         Stefan Monnier.
14759         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
14760         (viper-restore-cursor-type, viper-set-insert-cursor-type):
14761         Use make-local-variable instead of make-variable-buffer-local.
14762         Suggested by Stefan Monnier.
14764         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
14765         (viper-comint-mode-hook): Use make-local-variable on
14766         require-final-newline.
14767         (viper-non-hook-settings): Don't use make-variable-buffer-local.
14769 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14771         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
14772         also the second char of a comment-start sequence.
14773         (scheme-sexp-comment-syntax-table): New var.
14774         (lambda, define): Set their scheme-doc-string-elt property.
14775         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
14776         Use lisp-font-lock-syntactic-face-function now that it properly
14777         handles |...| symbols.
14778         (scheme-mode-variables): Set lisp-doc-string-elt-property,
14779         parse-sexp-lookup-properties and font-lock-extra-managed-props.
14781         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14782         bit from # to |.
14783         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14785         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14786         (lisp-doc-string-elt-property): New var.
14787         (lisp-font-lock-syntactic-face-function): Use it.
14788         Rewrite to recognize docstrings even for forms not at toplevel.
14790         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14791         annotation on the | part of #| rather than on the # part.
14792         (scheme-font-lock-syntactic-face-function): New function, to
14793         distinguish strings from |...| symbols.
14794         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
14795         syntax-table so that #|...|# is properly highlighted.
14797         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14798         Don't mark as docstring the 3rd elem of an unknown toplevel form.
14800 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14803         and C-e.
14805         * emacs-lisp/eldoc.el: Move comments into docstrings.
14806         (eldoc-message-commands): Initialize in its declaration.
14807         Add move-beginning-of-line and move-end-of-line.
14808         (eldoc-add-command, eldoc-add-command-completions)
14809         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14811         * outline.el (outline-mark-subtree): Activate the mark.
14813         * calendar/appt.el (appt-time-regexp): New var.
14814         (appt-add, appt-make-list): Use it.
14815         (appt-convert-time): Clean up.
14817         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14818         Don't set any syntax-table property here.
14819         (tex-font-lock-verb): New function.  Do it here.
14820         (tex-font-lock-syntactic-keywords): Use it.
14822 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14824         * wid-edit.el (widget-file-complete): Get the widget start point
14825         the right way.  Default directory to `/' if file has none.
14827         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14829         * textmodes/flyspell.el (flyspell-mode-on):
14830         Call ispell-maybe-find-aspell-dictionaries.
14832         * textmodes/ispell.el (ispell-word, ispell-region):
14833         Call ispell-maybe-find-aspell-dictionaries.
14834         (ispell-accept-buffer-local-defs):
14835         Don't call ispell-maybe-find-aspell-dictionaries
14837 2005-10-04  Richard M. Stallman  <rms@gnu.org>
14839         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14841 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
14843         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14844         instead of `fboundp' in order to allow for anonymous functions.
14846 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
14848         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14849         case the user clicks on the link while another window is selected.
14850         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14852         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14853         functionality.
14854         (dframe-help-echo): Save point in case mouse tracking is off.
14856 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
14858         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14860 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14862         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14863         not change the global value of those vars.
14865         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14866         make-local-variable which we do not need any more.
14868 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
14870         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14871         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14872         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14873         (speedbar-path-line): Define obsolete aliases.
14874         (speedbar-line-directory): Doc fix.
14876         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14877         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14878         instead of speedbar-line-path.
14880 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14882         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14883         to nil if dropping on a window.  Handle dropping on a minibuffer window
14884         like dropping on a non-window part of Emacs.
14886 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14888         * net/ange-ftp.el: Use with-current-buffer.
14889         (ange-ftp-insert-directory): Do not follow symlinks any more.
14891         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14892         Remove interactive spec.
14894 2005-10-03  Kim F. Storm  <storm@cua.dk>
14896         * ido.el (ido-mode): Use custom-initialize-set.
14898 2005-10-02  Richard M. Stallman  <rms@gnu.org>
14900         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14901         Use insert-buffer-substring.
14903         * net/tramp.el: Pacify byte compiler warnings in pacification code.
14904         (tramp-handle-file-local-copy): Use insert-buffer-substring.
14906 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14908         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14909         in last change.
14910         (ange-ftp-insert-directory): Fix up the search for the case where
14911         `file' is absolute.
14913 2005-10-02  Romain Francoise  <romain@orebokech.com>
14915         * progmodes/compile.el (compile-goto-error): Delete extra paren.
14917 2005-10-02  Andreas Schwab  <schwab@suse.de>
14919         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14920         directory component in the session info.
14922 2005-10-01  Richard M. Stallman  <rms@gnu.org>
14924         * comint.el (comint-redirect-subvert-readonly): Doc fix.
14926         * simple.el (next-error-internal): New function.
14928         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14929         (compilation-start): Pass new arg to compilation-buffer-name.
14930         (compile-goto-error): Use next-error-internal.
14932 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14934         * speedbar.el: Remove RCS tag.
14935         (speedbar-check-read-only): Handle non-existent files.
14937         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14939         * info.el (Info-speedbar-hierarchy-buttons)
14940         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14942 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14944         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14945         Do not match newline.
14946         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14947         (bibtex-summary): Remove unnecessary save-excursion.
14948         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14950 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14952         * term/mac-win.el: Add charset info for "iso10646-1".
14953         Modify default fontset to use ATSUI-compatible fonts for some charsets
14954         if available.
14956 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
14958         * speedbar.el: Re-apply arch tag.
14959         (speedbar-version): Rename to version 1.0.  Suggested by Eric
14960         M. Ludlam.
14961         Reapply two changes from Emacs CVS' version of speedbar lost
14962         during the merge:
14963         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14964         (speedbar-frame-parameters): Improve customize type.
14966 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14968         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14969         (ange-ftp-file-directory-p): Fix the symlink case.
14970         (ange-ftp-insert-directory): When listing a single file, get a list of
14971         the parent buffer and extract the relevant line.  Inspired from a patch
14972         by Katsumi Yamaoka <yamaoka@jpl.org>.
14973         (ange-ftp-file-name-sans-versions): Simplify.
14975 2005-09-30  Bill Wohler  <wohler@newt.com>
14977         Move MH-E image files from toolbar and mail directories into
14978         etc/images.
14980         * mail/reply2.*: Move to etc/images/mail/reply*.
14982         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14983         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14984         etc/images.
14986         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14987         * toolbar/reply*: Move to etc/images/mail.
14989         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14991 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
14993         * speedbar.el: New version 1.0pre3.
14995         Frame management code (including timer, and mouse click specifics)
14996         moved to dframe.el:
14997         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
14998         (speedbar-timer): Removed.  Use dframe-timer.
14999         (speedbar-close-frame): Removed.  Use dframe-close-frame.
15000         (speedbar-activity-change-focus-flag): Removed.  Use
15001         dframe-activity-change-focus-flag.
15002         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
15003         dframe-update-speed.
15005         (speedbar-current-frame): New macro.  Use this instead of the
15006         variable speedbar-frame.
15008         (speedbar-use-images, speedbar-expand-image-button-alist)
15009         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15011         (speedbar-find-image-on-load-path): Removed.  Replaced by
15012         defezimage in ezimage.el.
15013         (speedbar-expand-image-button-alist): Removed.  Replaced by
15014         ezimage-expand-image-button-alist in ezimage.el.
15016         (speedbar-ignored-directory-regexp)
15017         (speedbar-add-ignored-directory-regexp)
15018         (speedbar-ignored-directory-expressions)
15019         (speedbar-line-directory, speedbar-buffers-line-directory)
15020         (speedbar-directory-line, speedbar-buffers-line-directory):
15021         Renamed, replacing `path' with `directory'.
15023         (speedbar-create-directory, speedbar-expand-line-descendants)
15024         (speedbar-toggle-line-expansion)
15025         (speedbar-contract-line-descendants): New commands.
15027         (speedbar-query-confirmation-method, speedbar-select-frame-method)
15028         (speedbar-use-tool-tips-flag): New options.
15030         (speedbar-check-read-only, speedbar-require-version)
15031         (speedbar-insert-separator, speedbar-buffers-tail-notes)
15032         (speedbar-handle-delete-frame, speedbar-try-completion)
15033         (speedbar-update-localized-contents): New functions.
15035         (speedbar-incompatible-version, speedbar-ro-to-do-point)
15036         (speedbar-object-read-only-indicator): New variables.
15038         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15039         New hooks.
15041         (speedbar-separator-face): New face.
15043         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15044         (speedbar-ignored-modes): Add fundamental-mode.
15045         (speedbar-directory-unshown-regexp): Add . directories.
15047         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15048         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15049         `]' for full expand/close.
15050         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15052         (speedbar-check-vc): Support hidden files.
15053         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15054         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
15055         state is nil, it is not checked out.
15057         (speedbar-line-text, speedbar-line-token): Support expand buttons
15058         with no text.
15059         (speedbar-refresh): Universal argument acts as power-click.
15060         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15061         that buffer to get variable values.
15063         And many other bugfixes.
15065         * dframe.el, ezimage.el, sb-image.el: New files.
15067         * sb-*.xpm: Remove files.  New image files installed into
15068         etc/images/ezimage.
15070 2005-09-30  Kenichi Handa  <handa@m17n.org>
15072         * ps-mule.el (ps-mule-show-warning): If a character is in
15073         ps-print-translation-table, don't treat it as non-printable.
15075 2005-09-30  David Ponce  <david@dponce.com>
15077         * tree-widget.el (tree-widget-themes-load-path): New variable.
15078         (tree-widget-themes-directory): Doc fix.
15079         (tree-widget-image-formats) [Emacs]: Doc fix.
15080         (tree-widget--locate-sub-directory): New function.
15081         (tree-widget-themes-directory): Use it.
15083         * recentf.el (recentf-filename-handlers): Rename from
15084         `recentf-filename-handler'.  Allow a list of functions.
15085         (recentf-menu-items-for-commands): Fix :help strings.
15086         (recentf-apply-filename-handlers): New function.
15087         (recentf-expand-file-name): Use it.
15088         (recentf-cleanup): Remove duplicates too.
15090 2005-09-29  Juri Linkov  <juri@jurta.org>
15092         * faces.el: Rearrange face definitions to be in the same order as
15093         their face descriptions in "(emacs)Standard Faces".
15095         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15097         * tooltip.el (tooltip): Add group `basic-faces'.
15099         * buff-menu.el (Buffer-menu-buffer): Remove group
15100         `font-lock-highlighting-faces'.
15102         * progmodes/compile.el (compilation-error, compilation-warning)
15103         (compilation-info, compilation-line-number, compilation-column-number):
15104         Change group from `font-lock-highlighting-faces' to `compilation'.
15106         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15107         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15108         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15109         (vhdl-font-lock-reserved-words-face)
15110         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15111         `font-lock-highlighting-faces'.
15113         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15115 2005-09-28  Kim F. Storm  <storm@cua.dk>
15117         * emulation/cua-base.el: Set CUA move property on additional commands:
15118         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15119         forward-sexp, backward-sexp, forward-list, backward-list.
15121 2005-09-28  Romain Francoise  <romain@orebokech.com>
15123         * comint.el (comint-show-output): Really set point at the
15124         beginning of the output when not using `comint-use-prompt-regexp'.
15126 2005-09-27  Jay Belanger  <belanger@truman.edu>
15128         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15129         in TeX mode.
15131 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
15133         * textmodes/org.el (org-table-sum): Fix format string.
15135         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15136         Quote face names.
15138 2005-09-26  Romain Francoise  <romain@orebokech.com>
15140         * isearch.el (isearch-forward-regexp): Close doc string.
15142 2005-09-25  Richard M. Stallman  <rms@gnu.org>
15144         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15146         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15148         * progmodes/compile.el (compilation-error-properties):
15149         When getting the file from the previous error message,
15150         correctly decode the new data format.
15152         * progmodes/cc-cmds.el (c-electric-paren):
15153         Call old-blink-paren only for close-paren.
15155 2005-09-24  Andreas Schwab  <schwab@suse.de>
15157         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15158         condition.
15160 2005-09-25  Romain Francoise  <romain@orebokech.com>
15162         * dired-aux.el (dired-copy-file-recursive):
15163         * dired.el (dired-delete-file):
15164         * ediff-mult.el (ediff-dir-diff-copy-file):
15165         * ediff-util.el (ediff-test-save-region):
15166         * forms.el (forms-mode):
15167         * ido.el (ido-file-internal, ido-delete-file-at-head):
15168         * log-edit.el (log-edit-done):
15169         * ses.el (ses-yank-resize):
15170         * play/gomoku.el (gomoku-human-plays, gomoku)
15171         (gomoku-human-resigns, gomoku-prompt-for-other-game)
15172         (gomoku-offer-a-draw):
15173         * play/landmark.el (lm-human-resigns, lm):
15174         * net/eudcb-ldap.el (eudc-ldap-check-base):
15175         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15176         * progmodes/ebrowse.el (ebrowse-find-pattern):
15177         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15178         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15179         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15181         * vc.el (vc-delete-file):
15182         * play/gomoku.el (gomoku-terminate-game, gomoku)
15183         (gomoku-prompt-for-move, gomoku-human-takes-back):
15184         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15185         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15187 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
15189         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15190         color rxvt terminals by using the code xterm.el used to use before
15191         2005-04-09 in order to match the colors used by rxvt.
15193 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15195         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15196         colors rxvt-unicode terminals by using the same code as xterm.el.
15198 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15200         * textmodes/tex-mode.el (tex-font-lock-append-prop)
15201         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15202         new symbol used for the tex-verbatim face.
15204 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15206         * woman.el (woman-file-name):
15207         * wid-edit.el (widget-file-prompt-value)
15208         (widget-coding-system-prompt-value):
15209         * w32-fns.el (set-w32-system-coding-system):
15210         * vc.el (vc-version-diff, vc-annotate):
15211         * textmodes/reftex-auc.el (reftex-arg-cite)
15212         (reftex-arg-index-tag):
15213         * textmodes/refer.el (refer-get-bib-files):
15214         * textmodes/artist.el (artist-figlet-choose-font):
15215         * terminal.el (terminal-emulator):
15216         * replace.el (occur-read-primary-args):
15217         * rect.el (string-rectangle, string-insert-rectangle):
15218         * ps-print.el (ps-print-preprint):
15219         * progmodes/pascal.el (pascal-goto-defun):
15220         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15221         * progmodes/compile.el (compilation-find-file):
15222         * printing.el (pr-interactive-n-up):
15223         * play/animate.el (animate-birthday-present):
15224         * net/rcompile.el (remote-compile):
15225         * man.el (man, Man-goto-section, Man-follow-manual-reference):
15226         * mail/rmailsum.el (rmail-summary-search-backward)
15227         (rmail-summary-search):
15228         * mail/rmailout.el (rmail-output-read-rmail-file-name)
15229         (rmail-output-read-file-name):
15230         * mail/rmail.el (rmail-search, rmail-search-backwards):
15231         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15232         * locate.el (locate):
15233         * international/quail.el (quail-show-keyboard-layout):
15234         * international/mule.el (set-buffer-file-coding-system)
15235         (revert-buffer-with-coding-system, set-file-name-coding-system)
15236         (set-terminal-coding-system, set-keyboard-coding-system)
15237         (set-next-selection-coding-system):
15238         * international/mule-diag.el (describe-coding-system)
15239         (describe-font, describe-fontset):
15240         * international/mule-cmds.el (universal-coding-system-argument)
15241         (search-unencodable-char, describe-input-method)
15242         (set-language-environment, describe-language-environment):
15243         * international/codepage.el (codepage-setup):
15244         * international/code-pages.el (codepage-setup):
15245         * info.el (Info-search, Info-follow-reference)
15246         (Info-search-backward):
15247         * emacs-lisp/advice.el (ad-read-advised-function)
15248         (ad-read-advice-class, ad-clear-cache, ad-activate)
15249         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15250         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15251         (ad-read-regexp):
15252         * ediff-util.el (ediff-toggle-regexp-match):
15253         * ediff-ptch.el (ediff-prompt-for-patch-file):
15254         * dired-aux.el (dired-diff):
15255         * diff.el (diff):
15256         * cus-edit.el (custom-variable-prompt):
15257         * calendar/timeclock.el (timeclock-ask-for-project):
15258         * calc/calcalg3.el (calc-get-fit-variables):
15259         * calc/calc-store.el (calc-edit-variable)
15260         (calc-permanent-variable):
15261         * vc-mcvs.el (vc-mcvs-register):
15262         * shadowfile.el (shadow-define-literal-group):
15263         * woman.el (woman-file-name):
15264         * vc.el (vc-version-diff, vc-merge):
15265         * textmodes/reftex-index.el (reftex-index-complete-tag):
15266         * format.el (format-decode-buffer, format-decode-region):
15267         * emulation/viper-cmd.el (viper-read-string-with-history):
15268         * emacs-lisp/debug.el (cancel-debug-on-entry):
15269         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15270         * ediff.el (ediff-merge-revisions)
15271         (ediff-merge-revisions-with-ancestor, ediff-revision):
15272         * completion.el (interactive-completion-string-reader):
15273         * calc/calc-prog.el (calc-user-define-formula):
15274         Follow convention for reading with the minibuffer.
15276 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
15278         * progmodes/python.el (python-describe-symbol): Add globals() and
15279         locals() to the arguments of emacs.ehelp.
15281 2005-09-24  Magnus Henoch  <mange@freemail.hu>
15283         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15284         New function, code extracted from ispell-valid-dictionary-list.
15285         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15286         Call it.
15288 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
15290         * subr.el (version-regexp-alist): Extend valid syntax for version
15291         strings: allow any of the characters -,_,+ to separate the
15292         alpha/beta/rc part from the version part.  Doc fix.
15293         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
15295 2005-09-23  David Reitter  <david.reitter@gmail.com>
15297         * mail/mailclient.el: New file.
15299 2005-09-23  Richard M. Stallman  <rms@gnu.org>
15301         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15302         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15303         Doc fixes.
15305         * progmodes/cc-mode.el (c-font-lock-init):
15306         Specify font-lock-lines-before.
15308 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15310         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15311         whole conflict.
15313 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
15315         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15316         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
15317         of `remap' feature when available.  Additional key bindings for
15318         better tty support.
15319         (org-mode-restart, org-force-self-insert): New commands.
15320         (org-time-stamp-inactive): New command.
15321         (org-remap): New function.
15322         (org-table-auto-blank-field, org-level-color-stars-only): New options.
15323         (org-enable-fixed-width-editor): Move to `org-structure'
15324         customization group.
15325         (org-self-insert-command, orgtbl-self-insert-command): Modify to
15326         blank field after field motion commands.
15328 2005-09-23  Kenichi Handa  <handa@m17n.org>
15330         * international/mule-cmds.el (set-language-environment):
15331         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15332         have to call utf-translate-cjk-load-tables.
15334 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15336         * mouse.el (mouse-move-drag-overlay): Fix last change.
15338 2005-09-22  David Ponce  <david@dponce.com>
15340         * tree-widget.el (tree-widget-value-create): Fix previous change.
15342 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
15344         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15346 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15348         * mouse.el (mouse-move-drag-overlay): New function.
15349         (mouse-drag-region-1): Use it.
15350         Try to simplify a bit the state handling.  Handle clicks on links
15351         inside intangible areas.
15352         (mouse-save-then-kill): Minor simplification.
15353         (mouse-secondary-overlay): Make it always non-nil instead of
15354         recreating it each time.
15355         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15356         (mouse-kill-secondary, mouse-secondary-save-then-kill):
15357         Simplify accordingly.
15359 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
15361         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15363 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
15365         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15366         (ediff-file-name-sans-prefix): Treat nil as an empty string.
15367         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15368         to patch.
15370         * ediff-util.el: Use insert-buffer-substring.
15372         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15374         * emulation/viper-cmd.el (viper-change-state): Don't move over the
15375         field boundaries in the minibuffer.
15376         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15377         (viper-minibuffer-post-command-hook): New hook.
15378         (viper-line): Don't move cursor at bolp.
15380         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15382         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15383         avoid compiler warnings.
15385         * emulation/viper-macs.el (ex-map): Better messages.
15387         * emulation/viper-utils.el (viper-beginning-of-field): New function.
15389         * emulation/viper.el: Replace make-variable-buffer-local with
15390         viper-make-variable-buffer-local everywhere, to avoid warnings.
15392 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15394         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15395         Delete unused var `old-selected-window'.
15396         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15397         (mouse-drag-secondary): Delete unused var `start-frame'.
15399 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15401         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15403 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15405         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15406         Re-indent within 80 columns.  Use inhibit-read-only.
15408 2005-09-19  Romain Francoise  <romain@orebokech.com>
15410         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15412 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15414         * font-lock.el (font-lock-default-fontify-region): Don't add a line
15415         unconditionally, since the after-change-function already did it.
15417 2005-09-19  Miles Bader  <miles@gnu.org>
15419         * net/newsticker.el: Get rid of CVS keyword.
15421 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
15423         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15424         The prompt is formatted later.
15426 2005-09-19  David Ponce  <david@dponce.com>
15428         * tree-widget.el (tree-widget-value-create): Save the converted
15429         tree :node widget.
15431 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
15433         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15434         variable `message'.
15436 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
15438         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15439         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
15440         <slawomir.nowaczyk.847@student.lu.se>.
15442 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
15444         * image.el (image-load-path): Use symbol `data-directory' instead
15445         of its value, for backward compatibility with packages that bind
15446         it during `find-image'.  Suggested by Katsumi Yamaoka.
15447         (image-search-load-path): Handle symbols whose values are strings.
15449 2005-09-18  Romain Francoise  <romain@orebokech.com>
15451         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15452         with-current-buffer form in save-excursion.
15454 2005-09-18  Deepak Goel  <deego@gnufans.org>
15456         * apropos.el (apropos-command): Fix `message' call: first arg
15457         should be a format spec.  In this and all other cases that appear
15458         below and elsewhere in the source code, I made a change only when
15459         two conditions were satisfied: [1] I can think of a possibility
15460         that the arguments would cause an error, for example, the code in
15461         question relies on external variables such as filenames.  [2] I
15462         was sure that the arg to `message' could not have been nil in the code.
15464         * textmodes/tildify.el (tildify-region): Ditto.
15466         * textmodes/reftex-index.el (reftex-index-change-entry)
15467         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15468         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15469         * textmodes/org.el (org-complete, org-deadline, org-schedule)
15470         (org-priority, org-table-sum):
15471         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15472         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15473         (flyspell-word, flyspell-display-next-corrections):
15474         * textmodes/bibtex.el (bibtex-print-help-message):
15475         * textmodes/artist.el (artist-key-set-point-poly):
15476         * term/mac-win.el (mac-services-insert-text):
15477         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15478         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15479         (vhdl-port-paste-testbench, vhdl-compose-new-component)
15480         (vhdl-compose-configuration):
15481         * progmodes/sh-script.el (sh-blink, sh-show-indent)
15482         (sh-set-indent, sh-learn-line-indent):
15483         * progmodes/ps-mode.el (ps-mode-target-column):
15484         * progmodes/idlwave.el (idlwave-make-tags)
15485         (idlwave-scan-library-catalogs):
15486         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15487         * progmodes/gud.el (gud-jdb-analyze-source):
15488         * progmodes/flymake.el (flymake-log):
15489         * progmodes/ebnf2ps.el (ebnf-generate-region):
15490         * progmodes/cmacexp.el (c-macro-expansion):
15491         * progmodes/ada-xref.el (ada-treat-cmd-string):
15492         * progmodes/ada-mode.el (ada-create-case-exception-substring)
15493         (ada-justified-indent-current, ada-batch-reformat):
15494         * play/zone.el (zone):
15495         * play/landmark.el (lm-move):
15496         * play/decipher.el (decipher-show-alphabet):
15497         * net/newsticker.el (newsticker--display-jump)
15498         (newsticker--display-scroll):
15499         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15500         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15501         * mail/feedmail.el (feedmail-dump-message-to-queue):
15502         * eshell/esh-proc.el (eshell-remove-process-entry):
15503         * emulation/ws-mode.el (ws-last-error):
15504         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15505         (viper-record-kbd-macro):
15506         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15507         * emacs-lisp/lisp-mnt.el (lm-report-bug):
15508         * emacs-lisp/find-func.el (find-function-noselect):
15509         * calendar/timeclock.el (timeclock-status-string)
15510         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15511         (timeclock-when-to-leave-string):
15512         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15513         * calc/calc-units.el (calc-enter-units-table):
15514         * calc/calc-mode.el (calc-mode-record-mode):
15515         * woman.el (woman-mini-help):
15516         * wdired.el (wdired-change-to-wdired-mode):
15517         * vc.el (vc-retrieve-snapshot):
15518         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15519         * startup.el (display-startup-echo-area-message):
15520         * simple.el (set-goal-column):
15521         * ses.el (ses-command-hook, ses-recalculate-cell):
15522         * server.el (server-process-filter):
15523         * printing.el (pr-interface-txt-print, pr-interface-printify)
15524         (pr-interface-ps):
15525         * pcvs.el (cvs-help):
15526         * log-edit.el (log-edit, log-edit-mode-help):
15527         * iswitchb.el (iswitchb-possible-new-buffer):
15528         * isearch.el (isearch-edit-string):
15529         * image-mode.el (image-mode, image-minor-mode):
15530         * ibuf-macs.el (define-ibuffer-filter):
15531         * hi-lock.el (hi-lock-find-patterns):
15532         * files.el (toggle-read-only):
15533         * ediff-util.el (ediff-copy-diff)
15534         (ediff-write-merge-buffer-and-maybe-kill):
15535         * echistory.el (Electric-history-undefined):
15536         * dnd.el (dnd-insert-text):
15537         * dired-aux.el (dired-query):
15538         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15539         * bookmark.el (bookmark-bmenu-locate):
15540         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15541         Fix `message' calls to ensure first arg is a format string.
15542         The change was made only when these two conditions were satisfied:
15543         [1] when there is a possibility that the arguments would cause an error
15544         for example, if the code in question relies on external variables
15545         such as filenames, and
15546         [2] if the arg to `message' could not have been nil in the code.
15548         * pcomplete.el (pcomplete--help): Fix `message' format spec.
15549         Not having a %s would be weird, though not technically wrong.
15551 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15553         * term/mac-win.el (mac-add-charset-info): Doc fix.
15555 2005-09-17  Romain Francoise  <romain@orebokech.com>
15557         * shell.el (shell-resync-dirs): Handle echoing processes more
15558         reliably.  Don't insert resync command if `comint-process-echoes'
15559         is non-nil.
15561 2005-09-17  Magnus Henoch  <mange@freemail.hu>
15563         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15564         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15565         aspell versions >= 0.60.
15566         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15567         only if ispell-aspell-supports-utf8 is non-nil.
15569 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15571         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15572         buffer-local value to lisp-indent-function.
15574 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
15576         * progmodes/glasses.el (glasses-make-readable): If
15577         glasses-separator differs from underscore, put appropriate
15578         overlays over underscore characters.
15579         (glasses-convert-to-unreadable): If glasses-separator differs from
15580         underscore, try to convert glasses-separator characters to
15581         underscores.
15583 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15585         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15586         Use with-syntax-table and dolist.
15588 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
15590         * textmodes/reftex-auc.el:
15591         * textmodes/reftex-cite.el:
15592         * textmodes/reftex-dcr.el:
15593         * textmodes/reftex-global.el:
15594         * textmodes/reftex-parse.el:
15595         * textmodes/reftex-ref.el:
15596         * textmodes/reftex-sel.el:
15597         * textmodes/reftex-toc.el:
15598         * textmodes/reftex-vars.el:
15599         * textmodes/reftex.el: Small changes to remove compiler warnings.
15601         * textmodes/reftex-index.el: Likewise.
15602         (reftex-query-index-phrase): More efficient use of markers.
15604 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15606         * image.el (image-load-path): New variable.
15607         (image-search-load-path): New function.
15608         (find-image): Search for images in `image-load-path'.
15610 2005-09-15  Richard M. Stallman  <rms@gnu.org>
15612         * follow.el: Change Maintainer field.
15614 2005-09-15  David Ponce  <david@dponce.com>
15616         * recentf.el (recentf-save-file-modes): New option.
15617         (recentf-save-list): Use it.
15619 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
15621         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15622         (mode-line-mule-info, mode-line-modified): Move bindings from
15623         mouse-3 to mouse-1.
15625 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
15627         * simple.el (sendmail-user-agent-compose): Revert last change.
15629 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15631         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15632         Use with-current-buffer.
15633         (ange-ftp-gwp-start): Remove unused var `gw-user'.
15634         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15635         (ange-ftp-insert-directory): Remove unused var `short'.
15636         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15638         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15639         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15641         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15642         (check-calendar-holidays, diary-list-entries): Autoload.
15643         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15644         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15646         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15647         which mistakenly removed a call to display-buffer.
15649 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
15651         * obsolete/iso-insert.el: Move to obsolete/ from international/.
15653 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
15655         * progmodes/hideshow.el
15656         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15657         (hs-allow-nesting): New user var.
15658         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15659         (hs-hide-block-at-point): When nesting allowed,
15660         if there is already an overlay in place, delete it.
15661         (hs-safety-is-job-n): Delete func; remove call sites.
15662         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15663         (hs-overlay-at): New func.
15664         (hs-already-hidden-p, hs-show-block): Use it.
15665         (hs-hide-all): Don't pre-clean if nesting allowed.
15666         (hs-show-all): Temporarily disallow
15667         nesting around call to `hs-discard-overlays'.
15669 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
15671         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15672         Delete unused local var.
15674 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
15676         * help-fns.el (describe-categories): "?\ " -> "?\s".
15677         (help-do-arg-highlight): Recognize also ARG-n, as in
15678         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
15680         * international/codepage.el (dos-unsupported-char-glyph):
15681         * net/newsticker.el (tool-bar-map, w3-mode-map)
15682         (w3m-minor-mode-map):
15683         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15684         (ent-alist):
15685         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15687 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
15689         * custom.el (custom-push-theme): Handle the case where a symbol is
15690         bound but face properties have not yet been assigned.
15692         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15693         Fix behavior if noerase is `t' and there is no mail buffer.
15695         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15696         if `continue' is nil, rather than signal an error.
15698 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15700         * font-lock.el (font-lock-keywords): Add autoload.
15702         * help-fns.el (describe-variable): Rearrange to put source link
15703         in a predictable place.
15705         * net/newsticker.el: New file.
15707 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15709         * calendar/calendar.el (calendar-for-loop): Add edebug info.
15710         (calendar-basic-setup): Use the new nil arg.
15711         (number-of-diary-entries): Move to diary-lib.el.
15713         * calendar/diary-lib.el: Use with-current-buffer, match-string.
15714         (diary-list-entries): Use with-syntax-table and dolist.
15715         Rename from list-diary-entries.
15716         Use number-of-diary-entries if `number' is nil.
15717         (diary, diary-view-entries): Use this new name and new nil arg value.
15718         (number-of-diary-entries): Move from calendar.el.
15719         (diary-unhide-everything): New function.
15720         (include-other-diary-files, fancy-diary-display)
15721         (diary-show-all-entries, make-diary-entry): Use it.
15722         (diary-mail-entries): Use buffer-string.
15723         (mark-diary-entries): Fix long standing paren typo.
15724         (diary-sexp-entry): Use count-lines.
15725         (make-diary-entry): Avoid `previous-line'.
15726         (diary-mode-map): New var.
15727         (diary-mode): Redraw cal after saving.  Setup header-line.
15728         (fancy-diary-display-mode): Use local-set-key.
15730         * startup.el (command-line): Try calling various terminal-init-foo-bar
15731         functions by stripping hyphenated suffixes from $TERM.
15733         * files.el (normal-mode): Check boundness of font-lock-keywords.
15735 2005-09-12  Richard M. Stallman  <rms@gnu.org>
15737         * progmodes/compile.el: Don't decide a file's directory
15738         until the user actually tries to go there.
15739         (compilation-next-error-function):
15740         Pass compilation-find-file the directory from the file-struct.
15741         (compilation-internal-error-properties): Separate local FILE-STRUCT
15742         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
15743         (compilation-find-file): Arg DIR renamed to DIRECTORY.
15744         Expand it, and if nil, use default-directory.
15745         (compilation-get-file-structure): Don't mix specified directory
15746         with default directory.  Put specified directory into
15747         file-struct.  Don't make the file name absolute.
15749         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15750         (compile-command): Add autoload.
15751         (compilation-disable-input): Add autoload.
15753 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
15755         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
15756         strings of the variables it can override.
15757         (time-stamp): New (as yet undocumented) time-stamp-format escapes
15758         %Q and %q, for fully-qualified domain name and unqualified host name.
15760 2005-09-11  Kim F. Storm  <storm@cua.dk>
15762         * emacs-lisp/authors.el (authors-aliases): Update list.
15763         (authors-fixed-entries): Update mldrag.el entry.
15765 2005-09-10  Alan Mackenzie  <acm@muc.de>
15767         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
15768         from the region narrowed to.
15770 2005-09-10  Magnus Henoch  <mange@freemail.hu>
15772         * textmodes/ispell.el (ispell-check-version): Signal an error if
15773         aspell version is less than 0.60.
15775 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
15777         * progmodes/octave-inf.el (inferior-octave-startup):
15778         Resync current dir at the end.
15780 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
15782         * woman.el (woman-topic-at-point-default):
15783         Rename to woman-use-topic-at-point-default.
15784         (woman-topic-at-point): Rename to woman-use-topic-at-point.
15785         (woman-file-name): Reflect renames above.  Automatically use the
15786         word at point as topic if woman-use-topic-at-point is non-nil.
15787         Otherwise offer it as default but don't insert it in the
15788         minibuffer.  Also use `test-completion' instead of `assoc' as
15789         suggested by Stefan Monnier.
15791 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
15793         * vc.el (vc-directory, vc-update-change-log): Throw an error on
15794         the attempt to do it over Tramp.  This is not yet supported.
15796 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
15798         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15799         (menu-bar-non-minibuffer-window-p): New functions.
15800         ("Split Window", "Save As..."): Use them.
15801         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15802         ("Print Buffer", "Truncate Long Lines in this Buffer"):
15803         Use menu-bar-menu-frame-live-and-visible-p.
15804         ("Save Buffer", "Insert File", "Open Directory...")
15805         ("Open File...", "Visit New File..."):
15806         Use menu-bar-non-minibuffer-window-p.
15807         (kill-this-buffer-enabled-p, dired <menu-enable>):
15808         Use menu-bar-non-minibuffer-window-p.
15810 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15812         * cus-start.el (all): Don't complain about fringe-related
15813         built-ins if fringes are not supported.  Ditto about
15814         selection-related built-ins.  Fix the test for GTK-related built-ins.
15816         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15817         ("Postscript Print Buffer", "Print Region", "Save As...")
15818         ("Save", "Insert File...", "Open Directory...")
15819         ("Open File...", "Visit New File..."")
15820         ("Truncate Long Lines in this Buffer"): Don't look at
15821         menu-updating-frame if this display does not support multiple frames.
15823 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15825         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15827 2005-09-09  Emilio Lopes  <eclig@gmx.net>
15829         * woman.el: Format- and whitespace-related changes.
15831 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
15833         * woman.el: Fix my email address.
15835 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15837         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15838         (sh-mode): Locally set skeleton-pair-default-alist.
15840         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15842         * progmodes/flymake.el: Require `compile' unconditionally.
15844         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15846         * woman.el (woman-file-name): Provide a default, not initial input.
15848         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15850         * font-lock.el (font-lock-support-mode): Doc fix.
15852         * descr-text.el (describe-property-list): Handle non-symbol prop names.
15854 2005-09-08  Richard M. Stallman  <rms@gnu.org>
15856         * simple.el (blink-matching-open): Get rid of text props from
15857         the string shown in echo area.  Don't permanently set point.
15858         Some rearrangements.
15860 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15862         * recentf.el (recentf-filename-handler): Add custom choice
15863         `abbreviate-file-name'.
15865         * msb.el (msb--very-many-menus): Fix typo.
15867         * disp-table.el (standard-display-european): Don't set
15868         enable-multibyte-characters to nil.
15870 2005-09-08  David Ponce  <david@dponce.com>
15872         * recentf.el (recentf-show-file-shortcuts-flag): New option.
15873         (recentf-expand-file-name): Doc fix.
15874         (recentf-dialog-mode-map): Define digit shortcuts.
15875         (recentf--files-with-key): New variable.
15876         (recentf-show-digit-shortcut-filter): New function.
15877         (recentf-open-files-items): New function.
15878         (recentf-open-files): Use it.
15879         (recentf-open-file-with-key): New command.
15881 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
15883         * buff-menu.el (Buffer-menu-sort-by-column): New function.
15884         Suggested by Kim F. Storm.
15885         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15886         (Buffer-menu-make-sort-button): Use global keymap.
15888 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
15890         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15891         (Man-getpage-in-background-advice): Remove defadvice; it isn't
15892         necessary any longer with the remapped command.
15893         (Man-bgproc-sentinel-advice): Remove defadvice which counts
15894         formatting time only.
15896         * net/tramp.el (tramp-action-password)
15897         (tramp-multi-action-password): Compile the password prompt from
15898         `method', `user' and `host'.  Sometimes it isn't obvious which
15899         password to enter, for example with remote files offered by
15900         recentf.el, or with multiple steps.  Suggested by Robert Marshall
15901         <robert@chezmarshall.freeserve.co.uk>.
15903 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15905         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15906         Fix regexp for when "s///" is at the beginning of line.
15908 2005-09-07  Jay Belanger  <belanger@truman.edu>
15910         * calc/calc-poly.el (math-expand-term): Multiply out any powers
15911         when in matrix mode.
15913 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15915         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15916         non-anonymous functions.
15918 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
15920         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15921         when using a header line.  Otherwise, use mouse-1-click-follows-link.
15923         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15924         can't be moved; don't signal an error.
15926 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
15928         * cus-theme.el (custom-theme-write-faces): Save the current face
15929         spec, not the defface spec.
15931         * custom.el (custom-known-themes): Clarify meaning of "standard".
15932         (custom-push-theme): Save old values in the standard theme.
15933         (disable-theme): Correct typo.
15934         (custom-face-theme-value) Deleted unused function.
15935         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15937 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15939         * progmodes/compile.el (compilation-goto-locus): Take into account
15940         iconified frames when determining whether the buffer is
15941         already visible.
15942         Don't reset window height if the window already existed.
15944 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
15946         * custom.el (load-theme): Rename from require-theme.
15947         Add interactive spec.
15948         (enable-theme): Rename from custom-enable-theme.
15949         Add interactive spec.
15950         (disable-theme): Rename from custom-disable-theme.
15951         Add interactive spec.
15952         (custom-make-theme-feature): Doc fix.
15953         (custom-theme-directory): Doc fix.
15954         (provide-theme): Call enable-theme.
15956 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15958         * obsolete/lazy-lock.el (lazy-lock-mode):
15959         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15960         font-lock-mode if it's off.  Print a warning instead.
15962         * progmodes/compile.el (compilation-start): Ignore errors if the
15963         process died before we get to send-eof.
15965         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15966         Undo last change.  Enclosing the result in quotes broke things on Unix
15967         since tex-send-command passes it through shell-quote-argument.
15968         (tex-send-command): Pass `file' through convert-standard-filename
15969         when possible.
15970         (tex-uptodate-p): Handle the case where TeX hasn't put additional
15971         info in a transcript.
15973 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
15975         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15976         fix compilation warning.  Reorder the key definitions to group
15977         together keys emitted by the current version of xterm.
15979         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15980         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15981         Reorder predicates to correct min-color usage.
15983 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
15985         * longlines.el (longlines-mode): Inhibit read-only when encoding.
15986         Kill local variables when longlines-mode is turned off.
15988 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15990         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15992         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15994         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15996         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15997         (font-lock-lines-before): Change default to being inactive.
15998         (font-lock-default-fontify-region): Obey font-lock-lines-before.
15999         (font-lock-after-change-function): Don't handle f-l-lines-before here.
16001 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
16003         * net/tramp.el (tramp-handle-make-auto-save-file-name):
16004         Deactivate temporarily advice if active (not needed for Emacs 22,
16005         but for backwards compatibility).
16006         (tramp-exists-file-name-handler): Rewrite.  First implementation
16007         was too simple.
16008         (tramp-advice-make-auto-save-file-name):
16009         Call `tramp-handle-make-auto-save-file-name' (again, just for
16010         backwards compatibility).
16012 2005-08-31  Reto Zimmermann  <reto@gnu.org>
16014         * progmodes/vhdl-mode.el
16015         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16016         (vhdl-end-p): Fix indentation bug "else" after "-- when".
16017         (vhdl-set-default-project): New function (easier setting of default).
16018         (vhdl-port-copy): Handle extended identifiers for generics.
16019         (vhdl-compiler-alist): Better description for error message regexp.
16020         (vhdl-make): Query for target, use previous as default.
16021         (vhdl-port-copy): Fix port copy for port names starting with "signal".
16022         (vhdl-font-lock-keywords-2): Fix fontification for record
16023         el. assign.
16024         (vhdl-speedbar-make-subpack-line): Add package body link.
16025         (vhdl-generate-makefile-1): Not include itself as dependency.
16026         (vhdl-font-lock-init): Highlight c-preprocessor directives.
16027         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16028         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16029         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16030         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16031         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16032         (vhdl-import-project): Add string argument for `error'.
16033         (vhdl-compose-configuration)
16034         (vhdl-compose-configuration-architecture): Add configuration
16035         declaration generation.
16036         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16037         (vhdl-trailer-re): Add "record" keyword (better indentation).
16038         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16039         "[^ \t-\"]+".
16040         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16041         (vhdl-testbench-entity-file-name)
16042         (vhdl-testbench-architecture-file-name): Allow separate
16043         customization of testbench file names.
16044         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16045         (vhdl-get-visible-signals): Allow newline within alias declaration.
16046         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16047         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16048         (member-ignore-case): Alias for missing function in XEmacs.
16049         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16050         (vhdl-update-sensitivity-list): Ignore case on read signals.
16051         (vhdl-replace-string): Adjust case only for file names.
16052         (vhdl-update-sensitivity-list): Fix search for read signals.
16053         (vhdl-update-sensitivity-list): Exclude formal parameters.
16054         (vhdl-get-visible-signals): Include aliases of signals.
16055         (vhdl-get-visible-signals): Fix signal name searching.
16056         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16057         (vhdl-fixup-whitespace-region): Fix for character
16058         literals (e.g. `:').
16060 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16062         * ansi-color.el (comint-last-output-start):
16063         * bs.el (font-lock-verbose):
16064         * diff-mode.el (add-log-buffer-file-name-function):
16065         * dired-x.el (vm-folder-directory):
16066         * faces.el (help-xref-stack-item):
16067         * files.el (font-lock-keywords):
16068         * find-lisp.el (dired-buffers, dired-subdir-alist):
16069         * ido.el (cua-inhibit-cua-keys):
16070         * log-view.el (cvs-minor-wrap-function):
16071         * outline.el (font-lock-warning-face):
16072         * simple.el (compilation-current-error):
16073         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16074         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16075         * tooltip.el (comint-prompt-regexp):
16076         * w32-fns.el (explicit-shell-file-name):
16077         * term/mac-win.el (mac-charset-info-alist)
16078         (mac-services-selection, mac-system-script-code):
16079         * term/tty-colors.el (msdos-color-values):
16080         * term/w32-win.el (xlfd-regexp-registry-subnum):
16081         * term/x-win.el (x-keysym-table, x-selection-timeout)
16082         (x-session-id, x-session-previous-id):
16083         * textmodes/ispell.el (mail-yank-prefix):
16084         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16085         * textmodes/org.el (calc-embedded-close-formula)
16086         (calc-embedded-open-formula)
16087         (font-lock-unfontify-region-function):
16088         * textmodes/reftex-global.el (isearch-next-buffer-function)
16089         (TeX-master):
16090         * textmodes/reftex.el (font-lock-keywords):
16091         * textmodes/tex-mode.el (font-lock-comment-face)
16092         (font-lock-doc-face):
16093         * textmodes/texinfo.el (outline-heading-alist):
16094         Add defvars.
16096         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16097         (artist-spray-chars, artist-mode-init, artist-replace-string)
16098         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16099         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16100         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16102         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16103         (conf-align-assignments): "?\ " -> "?\s".
16105         * textmodes/reftex-index.el (TeX-master): Add defvar.
16106         (reftex-index-phrases-marker): Move up defvar.
16108         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16109         (reftex-toc-include-labels-indicator)
16110         (reftex-toc-include-index-indicator)
16111         (reftex-toc-max-level-indicator): Move up declarations.
16113         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16114         of args to `tramp-run-real-handler', even if it's empty in this case.
16116 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16118         * dired.el (dired-move-to-filename-regexp): Add date format for
16119         Mac OS X 10.3 in East Asian locales.
16121 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
16123         * files.el (make-auto-save-file-name): Add file name handler call
16124         if applicable.
16126         * net/tramp.el (tramp-file-name-handler-alist)
16127         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16128         (tramp-handle-make-auto-save-file-name): Rename from
16129         `tramp-make-auto-save-file-name'.
16130         (tramp-exists-file-name-handler): New defun.
16131         (tramp-advice-make-auto-save-file-name): Make defadvice only when
16132         `make-auto-save-file-name' is not a magic file name operation.
16134 2005-08-30  Richard M. Stallman  <rms@gnu.org>
16136         * files.el (risky-local-variable-p):
16137         Match `-predicates' and `-commands.
16139         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16140         (custom-save-all): Visit the file if necessary;
16141         kill the buffer if we created it.
16142         (custom-save-delete): Don't visit file or kill buffer here.
16144 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
16146         * textmodes/org.el (org-special-keyword): New face.
16147         (org-table-copy-down, org-table-eval-formula)
16148         (org-table-recalculate, org-init-section-numbers):
16149         Use `string-to-number' instead of `string-to-int'.
16150         (org-get-location): Use `insert-buffer-substring' instead of
16151         `insert-buffer'.
16152         (org-modify-diary-entry-string): New function.
16153         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16154         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16155         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16156         active region.
16157         (org-export-as-html): Handle QUOTE keyword.
16158         (org-quote-string): New option.
16159         (org-bookmark-jump-unhide): New function, used for
16160         `bookmark-after-jump-hook'.
16161         (org-diary-default-entry): Apply only when not called through
16162         `org-agenda'.
16164 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
16166         * net/eudc.el (mode-popup-menu):
16167         * play/handwrite.el (ps-printer-name, ps-lpr-command):
16168         * progmodes/ada-mode.el (compile-auto-highlight)
16169         (skeleton-further-elements):
16170         * progmodes/autoconf.el (font-lock-syntactic-keywords):
16171         * progmodes/cmacexp.el (msdos-shells):
16172         * progmodes/compile.el (font-lock-extra-managed-props)
16173         (font-lock-keywords, font-lock-maximum-size)
16174         (font-lock-support-mode):
16175         * progmodes/grep.el (font-lock-lines-before):
16176         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16177         * progmodes/mixal-mode.el (compile-command):
16178         * progmodes/perl-mode.el (font-lock-comment-face)
16179         (font-lock-doc-face, font-lock-string-face):
16180         * progmodes/prolog.el (comint-prompt-regexp):
16181         * progmodes/sh-script.el (font-lock-comment-face)
16182         (font-lock-set-defaults, font-lock-string-face):
16183         * progmodes/sql.el (font-lock-keyword-face)
16184         (font-lock-set-defaults, font-lock-string-face):
16185         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16186         (itimer-version, lazy-lock-defer-contextually)
16187         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16188         Add defvars.
16190         * progmodes/cperl-mode.el (cperl-electric-lbrace)
16191         (cperl-electric-keyword, cperl-electric-pod)
16192         (cperl-electric-backspace, cperl-forward-re)
16193         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16194         (vc-rcs-header, vc-sccs-header): Add defvars.
16196         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16197         (font-lock-syntactic-keywords, gud-find-expr-function):
16198         Add defvars.
16200         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16201         (gdb-frame-parameters): Declare before use.
16203         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16204         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16205         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16206         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16208         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16209         (idlwave-help-with-source): Use `insert-buffer-substring', not
16210         `insert-buffer'.
16212 2005-08-29  Juri Linkov  <juri@jurta.org>
16214         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16215         Put outline-back-to-heading function call inside save-excursion.
16217 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
16219         * man.el (Man-init-defvars, Man-translate-references)
16220         (Man-support-local-filenames, Man-highlight-references):
16221         * progmodes/sql.el (sql-interactive-mode):
16222         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16224         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16225         (compilation-mode-font-lock-keywords): Add defvars.
16226         (checkdoc-interactive-loop): "?\ " -> "?\s".
16228         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16229         (font-lock-doc-face, font-lock-string-face)
16230         (font-lock-keywords-case-fold-search): Add defvars.
16231         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16233         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16234         Don't pass X and Y (they are ignored anyway).
16235         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16236         (mouse-delete-window): Make arguments optional.
16238         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16239         (caesar-translate-table, minor-modes, news-buffer-save)
16240         (news-group-name, news-minor-modes): Add defvars.
16242         * emacs-lisp/lselect.el (mouse-highlight-priority)
16243         (x-lost-selection-functions, zmacs-regions):
16244         * emacs-lisp/pp.el (font-lock-verbose):
16245         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16246         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16247         (ses-mode-map):
16248         * emacs-lisp/tcover-unsafep.el (safe-functions):
16249         * international/mule-cmds.el (mac-system-coding-system)
16250         (mac-system-locale):
16251         * language/ethio-util.el (rmail-current-message)
16252         (rmail-message-vector):
16253         * language/thai-util.el (thai-auto-composition-mode):
16254         * mail/metamail.el (rmail-current-message, rmail-message-vector):
16255         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16256         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16257         (vm-primary-inbox, vm-spool-files):
16258         * mail/rmail.el (deleted-head, font-lock-fontified)
16259         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16260         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16261         (total-messages):
16262         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16263         (rmail-summary-mode-map):
16264         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16265         (rmail-last-label, rmail-last-multi-labels)
16266         (rmail-summary-vector, rmail-total-messages):
16267         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16268         * mail/rmailsum.el (msgnum):
16269         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16270         (rmail-current-message):
16271         * obsolete/fast-lock.el (font-lock-face-list):
16272         * obsolete/rnewspost.el (mail-reply-buffer):
16273         * obsolete/scribe.el (compile-command):
16274         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16276 2005-08-28  John Paul Wallington  <jpw@gnu.org>
16278         * ibuf-ext.el (ibuffer-auto-update-changed):
16279         Use `frame-or-buffer-changed-p' to check whether we need to update.
16280         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16281         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
16282         as a `frame-or-buffer-changed-p' state vector instead.
16284 2005-08-27  Romain Francoise  <romain@orebokech.com>
16286         * textmodes/makeinfo.el (makeinfo-compile):
16287         Use `compilation-start'.  Set `next-error-function' according to
16288         `disable-errors'.
16289         (makeinfo-next-error): New function.
16290         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16291         (makeinfo-buffer): Likewise.
16293         * progmodes/compile.el (compilation-start): Add autoload cookie.
16295         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16296         * textmodes/sgml-mode.el: Likewise.
16297         * progmodes/python.el: Likewise.
16299 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
16301         * simple.el (blink-matching-paren-distance): Document the meaning
16302         of nil value, and allow to customize to nil.
16304         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16305         command.com, not command.exe.
16307 2005-08-26  John Wiegley  <johnw@newartisans.com>
16309         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16310         code around a bit so that an extraneous nil argument is not added
16311         to a command when no args are given.
16313         * eshell/esh-arg.el (eshell-parse-double-quote): If a
16314         double-quoted argument resolves to nil, return it as an empty
16315         string rather than as nil.  This made it impossible to pass "" to
16316         a shell script as a null string argument.
16318 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16320         * outline.el (outline-invent-heading): New fun.
16321         (outline-promote, outline-demote): Use it.
16322         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16323         (outline-end-of-subtree): Remove unused var `opoint'.
16325 2005-08-26  David Reitter  <david.reitter@gmail.com>
16327         * menu-bar.el (truncate-lines, write-file, print-buffer)
16328         (ps-print-buffer-faces, ps-print-buffer, split-window):
16329         Disable menu items when the frame they refer to is invisible, or when
16330         they refer to a buffer and the minibuffer is selected.
16332 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
16334         * progmodes/flymake.el (flymake-highlight-err-lines):
16335         Use save-excursion around flymake-highlight-line to preserve point.
16337 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
16339         * progmodes/octave-mod.el: Change Author and Maintainer address.
16340         (octave-maintainer-address): Change Kurt's email address.
16341         * progmodes/octave-inf.el: Change Author and Maintainer address.
16342         * progmodes/octave-hlp.el: Change Author and Maintainer address.
16344 2005-08-26  Kim F. Storm  <storm@cua.dk>
16346         * subr.el (version-list-<, version-list-<=, version-list-=):
16347         Rename from integer-list-*.
16348         (version-list-not-zero): Likewise.  Fix while loop.
16349         (version=): Use version-list-= instead of string-equal.
16351 2005-08-26  Richard M. Stallman  <rms@gnu.org>
16353         * outline.el (outline-promote): Try shortening the heading.
16354         As last resort, read the heading to use.
16355         (outline-demote): As last resort, read the heading to use.
16357 2005-08-26  Romain Francoise  <romain@orebokech.com>
16359         * progmodes/compile.el (compilation-start): Doc fix.
16361         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16362         (antlr-font-lock-additional-keywords): Fix reference to
16363         `antlr-font-lock-literal-regexp' erroneously changed during the
16364         mass face rename.
16365         (antlr-run-tool): Use `compilation-start'.
16367         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16368         instead of the obsolete `compile-internal'.
16370 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
16372         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16373         (number, original-date):
16374         * calendar/cal-china.el (date):
16375         * calendar/cal-coptic.el (date):
16376         * calendar/cal-french.el (date):
16377         * calendar/cal-hebrew.el (date, entry, number, original-date):
16378         * calendar/cal-islam.el (date, number, original-date):
16379         * calendar/cal-iso.el (date):
16380         * calendar/cal-julian.el (date):
16381         * calendar/cal-mayan.el (date):
16382         * calendar/cal-menu.el (date, event):
16383         * calendar/cal-persia.el (date):
16384         * calendar/lunar.el (date):
16385         * calendar/solar.el (date): Add defvars.
16387         * emerge.el:
16388         * ibuffer.el:
16389         * info-xref.el:
16390         * obsolete/bg-mouse.el:
16391         * obsolete/sun-curs.el:
16392         * obsolete/swedish.el: Move the `defvar's to the top level.
16394         * smerge-mode.el (smerge-refined-change): Add :group.
16396 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16398         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16399         (smerge-keep-n): Remove props.
16400         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16401         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16402         now that it's done in smerge-keep-n.
16403         (smerge-refined-change): New face.
16404         (smerge-refine-chopup-region, smerge-refine-highlight-change)
16405         (smerge-refine): New funs.
16406         (smerge-basic-map): Bind smerge-refine.
16408 2005-08-25  Juri Linkov  <juri@jurta.org>
16410         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16411         compilation-process-setup-function and compilation-disable-input
16412         in grep-mode instead of let-bindings in grep.
16414         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16415         Delete "Automatic File De/compression" (auto-compression-mode).
16417 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
16419         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16420         Silence warning about non-existent variable.
16422 2005-08-25  Richard M. Stallman  <rms@gnu.org>
16424         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16425         Rename "Describe Key" to "Describe Key or Mouse Operation".
16427         * mail/mailalias.el (build-mail-aliases): Delete comments
16428         from the contents before processing them.
16430         * isearch.el (isearch-edit-string): Erase the Search prompt
16431         if user enters an empty string and there is no default.
16433         * comint.el (comint-file-name-prefix): Add autoload.
16435 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
16437         * subr.el (play-sound): Rearrange to avoid warning.
16439 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
16441         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16442         New hook.
16443         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16445 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16447         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16449         * custom.el (custom-theme-set-variables): Sort minor modes last.
16451 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16453         * subr.el (version-separator, version-regexp-alist): New vars used by
16454         version comparison funs.
16455         (integer-list-<, integer-list-=, integer-list-<=)
16456         (integer-list-not-zero): New funs for integer list comparison.
16457         (version-to-list, version=, version<, version<=): New funs for version
16458         comparison.
16460 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
16462         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16463         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16464         time to silence the byte-compiler.
16466         * ibuffer.el (ibuffer-compile-make-eliding-form)
16467         (ibuffer-check-formats): Use `with-no-warnings' to hide references
16468         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16469         so it's silly to get warnings for it).
16470         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16471         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16472         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16473         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16474         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16475         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16476         Defvar at compile time.
16477         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16478         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16479         Declare them before use.
16481         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16482         (info-xref-good, info-xref-bad): Defvar at compile time.
16484         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16485         Use `let*' instead of `let'.
16487         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16488         (*mouse-y*, menu, char): Defvar at compile time.
16489         (sc::menu): Declare it before use.
16490         (sc::pack-one-line): Use `let', not `let*'.
16492         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16493         (mail-send-hook): Defvar at compile time.
16495         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16496         Defvar at compile time.
16498         * term/sun-mouse.el (current-global-mousemap)
16499         (current-local-mousemap): Declare them before use.
16501 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
16503         * bookmark.el (bookmark-after-jump-hook): New hook.
16504         (bookmark-jump): Run `bookmark-after-jump-hook'.
16506 2005-08-23  Juri Linkov  <juri@jurta.org>
16508         * faces.el (minibuffer-prompt): Doc fix.
16510 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
16512         * progmodes/xscheme.el: Trivial changes to silence warnings.
16513         (xscheme-previous-mode, xscheme-previous-process-state):
16514         Add defvars.
16515         (xscheme-last-input-end, xscheme-process-command-line)
16516         (xscheme-process-name, xscheme-buffer-name)
16517         (xscheme-expressions-ring-max, xscheme-expressions-ring)
16518         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16519         (xscheme-control-g-synchronization-p)
16520         (xscheme-control-g-disabled-p, xscheme-string-receiver)
16521         (default-xscheme-runlight, xscheme-runlight)
16522         (xscheme-runlight-string, xscheme-process-filter-state)
16523         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16524         Move to beginning of file.
16525         (scheme-interaction-mode-commands-alist)
16526         (scheme-interaction-mode-map, scheme-debugger-mode-map):
16527         Declare them before use.  Note: the initialization code for the
16528         variables has not been moved because it uses functions that reference
16529         the variables.
16530         (xscheme-control-g-message-string, xscheme-process-filter-alist)
16531         (xscheme-prompt-for-expression-map): Declare them before use.
16532         (scheme-debugger-mode-commands): "?\ " -> "?\s".
16534 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
16536         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16538 2005-08-22  Juri Linkov  <juri@jurta.org>
16540         * faces.el (set-face-underline): Delete this duplicate function
16541         and make an obsolete alias to set-face-underline-p.
16542         (set-face-underline-p): Use docstring of set-face-underline.
16543         (describe-face): Create hyperlink to parent face.
16545         * info.el (Info-insert-dir): Use save-excursion around
16546         insert-buffer-substring.
16547         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16548         (Info-escape-percent): Delete function.
16549         (Info-fontify-node): Replace Info-escape-percent by
16550         replace-regexp-in-string with REP arg set to lambda that
16551         duplicates `%' and preserves text properties.
16553         * progmodes/compile.el (compilation-disable-input): Doc fix.
16554         (define-compilation-mode): Doc fix and refill.
16555         (kill-compilation): Use `mode-name' in the error message.
16556         (compilation-find-file): Use `compilation-error' in the
16557         read-file-name's prompt.
16559 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16561         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16562         (smerge-auto-leave): Make undo re-enable the mode.
16563         (debug-ignored-errors): Add the user-error of impossible resolution.
16564         (smerge-resolve): Move things around a bit, in preparation for later.
16565         (smerge-diff): Don't fail if the buffer has no associated file.
16566         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16567         (smerge-conflict-overlay): New function.
16568         (smerge-match-conflict): Don't add text properties here.
16569         (smerge-find-conflict): Instead, add an overlay here.
16570         Also check for the case where we're inside a conflict already, so as to
16571         obviate the need for font-lock-multiline, which is unbearably slow with
16572         large conflicts and ciomplex font-lock patterns.
16573         (smerge-remove-props): Remove overlay rather than text-properties.
16574         (smerge-mode): Don't set font-lock-multiline.
16575         Remove overlays when turned off.
16577 2005-08-21  Kim F. Storm  <storm@cua.dk>
16579         * ido.el (ido-ignore-item-p): Use save-match-data.
16580         Bind case-fold-search to ido-case-fold locally.
16582 2005-08-20  Richard M. Stallman  <rms@gnu.org>
16584         * files.el (normal-mode): If font lock is on, turn it off and on.
16586         * subr.el (replace-regexp-in-string): Doc fix.
16588         * startup.el (command-line-1): Don't suppress startup screen
16589         due to existing processes.
16591         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16593         * progmodes/compile.el (compilation-disable-input): Default to nil.
16595 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16597         * progmodes/compile.el (compilation-disable-input): New defcustom.
16598         (compilation-start): If compilation-disable-input is non-nil, send
16599         EOF to the compilation process.
16601 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
16603         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16604         Run the argument of tex-shell-cd-command through
16605         convert-standard-filename, to get the correct style of slashes on
16606         Windows, and enclose the result in quotes, in case the file name
16607         includes whitespace or other special characters.
16609 2005-08-19  Andreas Schwab  <schwab@suse.de>
16611         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16612         process.
16614 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
16616         * cus-start.el (minibuffer-prompt-properties): Correct typo.
16618 2005-08-18  Kim F. Storm  <storm@cua.dk>
16620         * scroll-lock.el: Fix errors due to incorrect line wrapping.
16622 2005-08-18  Richard M. Stallman  <rms@gnu.org>
16624         * scroll-lock.el: New file.
16626 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
16628         * dired.el (dired-move-to-end-of-filename):
16629         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16631 2005-08-18  Kim F. Storm  <storm@cua.dk>
16633         * ido.el (ido-everywhere): Fix defcustom :set function to disable
16634         rather than toggle mode when custom value is nil.
16635         (ido-everywhere): Fix defun doc string.
16637 2005-08-17  Richard M. Stallman  <rms@gnu.org>
16639         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16640         as tag instead of "Inviolable".
16642 2005-08-17  Kim F. Storm  <storm@cua.dk>
16644         * windmove.el (windmove-coordinates-of-position): Remove.
16645         (windmove-coordinates-of-window-position): Remove.
16646         (windmove-reference-loc): Use posn-at-point instead.
16648         * subr.el (insert-for-yank-1): Doc fix.
16650         * ido.el (ido-enter-matching-directory): Rename from
16651         ido-enter-single-matching-directory.  Change `slash' choice to
16652         `only'.  Add `first' choice.
16653         (ido-exhibit): Adapt to above changes.
16655 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
16657         * Makefile.in: Expand comment about building loaddefs.el.
16659 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
16661         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16662         Comment use of defadvice.
16664         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16666 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
16668         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16669         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16670         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16671         * progmodes/idlw-shell.el, progmodes/ld-script.el,
16672         * progmodes/which-func.el, ruler-mode.el, strokes.el,
16673         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16674         for backward compatibility for faces that did not appear in the
16675         previous Emacs release.
16677         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16679 2005-08-15  Kim F. Storm  <storm@cua.dk>
16681         * emulation/cua-base.el (cua-delete-region): Return t if
16682         deleted region was non-empty.
16683         (cua-replace-region): Inhibit overwrite-mode for
16684         self-insert-command if replaced region was non-empty.
16685         (cua--explicit-region-start, cua--status-string): Make them
16686         buffer-local at top-level...
16687         (cua-mode): ...rather than when mode is enabled.
16689 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
16691         * progmodes/vhdl-mode.el (vhdl-emacs-21):
16692         Set t for Emacs 21, 22, and so on.
16694 2005-08-15  David Ponce  <david@dponce.com>
16696         * tree-widget.el: Update Commentary header.
16697         (tree-widget-theme): Doc fix.
16698         (tree-widget-space-width): New option.
16699         (tree-widget-image-properties): Look up in the default theme too.
16700         (tree-widget--cursors): Only for images with arrow pointer shape.
16701         (tree-widget-lookup-image): Pointer shape is hand by default.
16702         (tree-widget-icon): Rename generic icon widget from
16703         `tree-widget-control'.
16704         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16705         derive from `tree-widget-icon'.
16706         (tree-widget-handle): Improve default look and feel of the text
16707         representation.
16708         (tree-widget): Rename :*-control properties to :*-icon properties.
16709         Add :action and :help-echo properties.
16710         (tree-widget-after-toggle-functions): Move.
16711         (tree-widget-close-node, tree-widget-open-node): Remove.
16712         (tree-widget-before-create-icon-functions): New hook.
16713         (tree-widget-value-create): Update to allow customization of icons
16714         and nodes at run-time via that new hook.
16715         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16716         (tree-widget-icon-action, tree-widget-icon-help-echo)
16717         (tree-widget-action, tree-widget-help-echo): New functions.
16719 2005-08-15  Kim F. Storm  <storm@cua.dk>
16721         * ido.el (ido-buffer-internal): Use with-no-warnings.
16722         (ido-make-merged-file-list): Use while-no-input.
16724 2005-08-15  Richard M. Stallman  <rms@gnu.org>
16726         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16727         (flyspell-large-region): Fix doc and custom type.
16729 2005-08-14  Richard M. Stallman  <rms@gnu.org>
16731         * files.el (interpreter-mode-alist): Doc fix.
16733         * mail/rmail.el (rmail-nonignored-headers): New variable.
16734         (rmail-clear-headers): Use it.
16735         (rmail-reply): Better handling of mail-followup-to header.
16737         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16738         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
16739         don't try to refer to executable-font-lock-keywords.
16740         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16741         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16742         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16743         (sh-mode): Set comment-start-skip, local-abbrev-table,
16744         imenu-case-fold-search.
16745         (sh-set-shell): Don't set them here.
16746         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
16747         Don't cache the results in the original alist; don't ever modify
16748         that alist.
16750         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
16752         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
16753         empty.
16755 2005-08-15  Andreas Schwab  <schwab@suse.de>
16757         * desktop.el: Put autoload cookie at risky-local-variable declarations.
16759         * dired.el, info.el, mail/rmail.el: Revert last change.
16761 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
16763         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
16764         modification in `eval-after-load' form.
16765         * info.el: Likewise.
16766         * mail/rmail.el: Likewise.
16768 2005-08-14  Juri Linkov  <juri@jurta.org>
16770         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16771         Remove highlighting of "Compilation started".  Highlight only
16772         the word "finished" in "Compilation finished".  Add highlighting
16773         of "interrupt", "killed", "terminated" and the exit code.
16774         (compilation-start): Add newline after header.  Use exactly the
16775         same time stamp format as the finishing message.
16776         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
16778         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
16779         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
16780         Add highlighting of "interrupt", "killed", "terminated".
16782         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16783         enabled and the current command is self-insert-command, call it
16784         explicitly with overwrite-mode bound to nil, to not allow it
16785         to delete the character after the selected region.
16787 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
16789         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16790         move-end-of-line, end-of-line, and beginning-of-line to the list
16791         of commands after which the echo area is updated.
16793 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
16795         * cus-edit.el (custom-save-all, custom-save-delete):
16796         Bind recentf-exclude to exclude custom-file.
16798 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
16800         * mail/rmailsum.el (rmail-summary-end-of-message): New command
16801         to go to the bottom of the mail message.  Added to
16802         `rmail-summary-mode-map' with key "/".
16803         (rmail-summary-show-message): New (internal) function for use by
16804         both `rmail-summary-beginning/end-of-message'.
16805         (rmail-summary-beginning-of-message): Change to use
16806         rmail-summary-show-message.
16808         * mail/rmail.el (rmail-end-of-message): New command to go to the
16809         end of the current message.  Added to `rmail-mode-map' with key "/".
16810         (rmail-beginning-of-message): Fix to work as documented.
16811         (rmail-mode): Change documentation.
16813         * progmodes/compile.el (compilation-start): Add the line
16814         "Compilation started" with compilation start time.
16815         (compilation-mode-font-lock-keywords): Add `started' to keywords.
16817 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
16819         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16820         of menu items.
16822 2005-08-11  Richard M. Stallman  <rms@gnu.org>
16824         * simple.el (pop-global-mark): Reverse test of widen-automatically.
16826         * battery.el (battery-status-function): Don't use ignore-errors.
16828 2005-08-11  Lute Kamstra  <lute@gnu.org>
16830         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16831         define-obsolete-variable-alias.
16833 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16835         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16836         (ange-ftp-send-cmd): Revert last change, and expand
16837         the comment explaining the problem.
16839 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
16841         * ldefs-boot.el: Update.
16843         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16844         item to "Time, Load and Mail".  Change help echo text.
16846         * time.el (display-time-use-mail-icon, display-time-format)
16847         (display-time-string-forms): Shorten first line of docstrings.
16849 2005-08-10  Lars Hansen  <larsh@soem.dk>
16851         * desktop.el (desktop-buffer-mode-handlers):
16852         Make non-customizable.  Add autoload cookie.  Change initial value to
16853         nil; add elements in respective modules instead.  Fix doc string.
16854         (desktop-load-file): New function.
16855         (desktop-minor-mode-handlers): New autoloaded variable.
16856         (desktop-create-buffer): Call minor mode handlers.
16857         Use desktop-load-file to load major and minor mode modules prior to
16858         checking for a handler.
16859         (desktop-save): Don't add nil to desktop-minor-modes for minor
16860         modes with nil function in desktop-minor-mode-table.  Don't delete
16861         desktop file before rewriting it.
16862         (desktop-locals-to-save): Add autoload cookie.  Don't make
16863         automatically buffer-local.  Add variables column-number-mode,
16864         size-indication-mode, indent-tabs-mode,
16865         indicate-buffer-boundaries, indicate-empty-lines and
16866         show-trailing-whitespace.
16867         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16868         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
16869         (desktop-clear-preserve-buffers-regexp): Delete.
16870         (desktop-clear-preserve-buffers): Update initial value and docstring.
16871         (desktop-save-buffer): Fix doc string.
16873         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16874         (hilit-chg-desktop-restore): New function.
16875         (highlight-changes-mode): Add highlight-changes-mode to
16876         desktop-locals-to-save.
16878         * dired.el: Add handler to desktop-buffer-mode-handlers.
16879         (dired-restore-desktop-buffer): Remove autoload cookie.
16880         (dired-mode): Add autoload cookie.
16882         * info.el: Add handler to desktop-buffer-mode-handlers.
16883         (Info-restore-desktop-buffer): Remove autoload cookie.
16884         (Info-mode): Add autoload cookie.
16886         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16887         (mh-restore-desktop-buffer): Remove autoload cookie.
16888         (mh-folder-mode): Add autoload cookie.
16890         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16891         (rmail-restore-desktop-buffer): Remove autoload cookie.
16893 2005-08-11  Masatake YAMATO  <jet@gyve.org>
16895         * hexl.el (hexl-address-region):
16896         (hexl-ascii-region, hexl-font-lock-keywords):
16897         (hexl-highlight-line-range): Use the term "region"
16898         instead of "area" for consistency with the other symbols
16899         defined in hexl.el.
16901 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
16903         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16904         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16905         out by Juri Linkov).  Add `display-battery-mode'.
16907 2005-08-09  Juri Linkov  <juri@jurta.org>
16909         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16910         Remove `-text' from face variable names.
16911         (compilation-error-file-name, compilation-warning-file-name)
16912         (compilation-info-file-name): Delete faces.
16913         (compilation-line-number, compilation-column-number):
16914         Remove face underlining.
16915         (compilation-message-face): Set to `underline' value by default.
16916         (compilation-error-face, compilation-warning-face)
16917         (compilation-info-face): Remove `-file-name' from face names.
16918         (compilation-error-text-face, compilation-warning-text-face)
16919         (compilation-info-text-face): Delete face variables.
16920         (compilation-text-face): Delete function.
16922         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16923         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16924         (grep-error-face): Set to `compilation-error' instead of
16925         `compilation-error-face' (which is redefined to `grep-hit-face' in
16926         grep buffers).
16927         (grep-mode-font-lock-keywords): Remove `-text' from face variable
16928         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
16930         * dired-aux.el (dired-do-query-replace-regexp):
16931         Use `query-replace-read-args'.
16933         * replace.el (query-replace-read-from, query-replace-read-to)
16934         (query-replace-read-args): Rename arg `string' to `prompt'.
16936         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16938 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
16940         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16941         uploading files.
16942         (ange-ftp-canonize-filename): Handle file names beginning with ~
16943         correctly.
16945 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
16947         * textmodes/fill.el (canonically-space-region)
16948         (fill-context-prefix, fill-french-nobreak-p)
16949         (fill-delete-newlines, fill-comment-paragraph)
16950         (justify-current-line): "?\ " -> "?\s".
16952 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
16954         * textmodes/fill.el (fill-nonuniform-paragraphs):
16955         Improve argument/docstring consistency.
16957 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16959         * textmodes/ispell.el (ispell-word): More fboundp checks.
16961         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16962         (find-file-noselect-1): Call it here, only if RAWFILE.
16963         (normal-mode): Always set some major mode.
16964         (save-some-buffers-action-alist): Change some explanation strings.
16965         (file-name-non-special): In the `quote' method, use unwind-protect.
16967 2005-08-09  Magnus Henoch  <mange@freemail.hu>
16969         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16970         (ispell-have-aspell-dictionaries): New variable.
16971         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16972         (ispell-get-aspell-config-value): New function.
16973         (ispell-aspell-find-dictionary): New function.
16974         (ispell-aspell-add-aliases): New function.
16975         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16976         appropriate.  Don't look for ispell dictionaries if we use aspell.
16977         (ispell-menu-map): Don't build a submenu of dictionaries.
16979 2005-08-09  Richard M. Stallman  <rms@gnu.org>
16981         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16982         (sql-read-passwd): Use read-passwd.
16984         * progmodes/idlw-toolbar.el (idlwave-toolbar)
16985         (idlwave-toolbar-is-possible): Add defvars.
16987         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16988         Avoid warnings.
16990         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16991         (idlwave-system-class-info, idlwave-executive-commands-alist):
16992         Use defvar.
16994         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16996         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16997         Avoid warnings.
16999         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17000         and content-type: headers.
17002         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17004         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17005         and rename some of them to be more self-explanatory.
17007         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17009         * startup.el (command-line-1): Implement -scriptload.
17011         * replace.el (occur-engine): Initial *Occur* output not undoable.
17013         * menu-bar.el (menu-bar-file-menu): Rename some menu items
17014         and improve help strings.
17016         * isearch.el (isearch-repeat): When changing direction,
17017         mark search successful.
17019         * ediff-init.el: Use (featurep 'xemacs).
17021         * comint.el (send-invisible): Identify buffer, if not selected.
17023         * align.el: Delete autoload for c-guess-basic-syntax.
17025 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
17027         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17028         Improve argument/docstring consistency.  Doc fixes.
17029         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17030         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17031         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17032         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17033         (r2bv-organization, r2bv-pages, r2bv-primary-author)
17034         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17035         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17036         Defvar at compile time.
17038 2005-08-09  Juri Linkov  <juri@jurta.org>
17040         * info.el: Replace `info' with upper-case `Info' where appropriate.
17041         (info-title-1, info-title-2, info-title-3, info-title-4)
17042         (info-menu-header): Move up face definitions.
17043         (info-menu-star): Rename from `info-menu-5'.
17044         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17045         (Info-fontify-visited-nodes): Fix docstring.
17046         (Info-hide-note-references): Fix docstring.
17047         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17048         menu items in the same way as on cross-references.
17049         (info-apropos): Fix sorting order and formatting to be like in the
17050         stand-alone Info browser.  Display error messages for 1 sec.
17051         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
17052         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17053         from the menu bar.
17054         (Info-insert-dir): Restore point after calling
17055         `insert-buffer-substring'.
17057 2005-08-08  Richard M. Stallman  <rms@gnu.org>
17059         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17060         (recompute-lucid-menubar): Add defvars.
17062         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17064         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17066         * net/net-utils.el (run-dig): Rename from `dig'.
17068         * play/gametree.el (gametree-mode): Use make-local-variable,
17069         not make-variable-buffer-local.
17071         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17073         * ansi-color.el (ansi-color-make-extent)
17074         (ansi-color-set-extent-face): Use fboundp, not functionp.
17076         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17077         not make-variable-buffer-local.
17079         * bookmark.el (Info-current-file): Add defvar.
17080         (bookmark-jump-noselect): Use with-no-warnings.
17082         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17084         * ebuff-menu.el (Helper-return-blurb): Add defvar.
17086         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17088         * find-file.el (ada-procedure-start-regexp)
17089         (ada-package-start-regexp): Add defvars.
17091         * info.el (Info-insert-dir): Use insert-buffer-substring.
17093         * xml.el (xml-att-def-re): Add defvar.
17095         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17096         calling convention.
17098         * subr.el (while-no-input): Return t if there is input.
17100 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
17102         * cus-start.el (all): Add `overflow-newline-into-fringe'.
17104 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
17106         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17107         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17109 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
17111         * cmuscheme.el (scheme-start-file): Replace reference to
17112         `user-emacs-directory' by "~/.emacs.d/".
17114 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
17116         * info.el (Info-dir-remove-duplicates): Avoid case folding
17117         in loop; instead, keep downcased strings for comparison.
17118         Suggested by Helmut Eller.
17120 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
17122         Sync with Tramp 2.0.50.
17124         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17125         XEmacs case; not necessary anymore.
17126         (tramp-user-regexp): Allow "@" as part of user name.
17127         (tramp-handle-set-visited-file-modtime)
17128         (tramp-handle-insert-file-contents)
17129         (tramp-handle-write-region): No special handling for
17130         `last-coding-system-used, because this is done in
17131         `tramp-accept-process-output' now.
17132         (tramp-accept-process-output): New defun.
17133         (tramp-process-one-action, tramp-process-one-multi-action)
17134         (tramp-wait-for-regexp, tramp-wait-for-output)
17135         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
17136         Howells <dhowells@redhat.com>.
17137         (clear-visited-file-modtime): Defadvice removed.  The check for
17138         unset buffer's modtime does not need to be based on
17139         `tramp-buffer-file-attributes'.  Suggested by RMS.
17140         (tramp-message): Insert "\n" if not being at beginning of line.
17141         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17142         sequence with same logic.
17143         (tramp-completion-handle-expand-file-name): Discard call of
17144         `tramp-drop-volume-letter'.  It is not necessary, and there have
17145         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17146         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17147         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17148         should always be visible.
17149         (tramp-handle-insert-directory, tramp-setup-complete)
17150         (tramp-set-process-query-on-exit-flag)
17151         (tramp-append-tramp-buffers): Pacify byte-compiler.
17152         (tramp-bug): Delete non-existing variables from list.
17153         Apply `tramp-load-report-modules' as pre-hook.
17154         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17155         `shell-prompt-pattern' because of non-7bit characters.
17156         Reported by Sebastian Luque <sluque@mun.ca>.
17157         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17158         (tramp-match-string-list): Remove function.
17159         (tramp-wait-for-regexp): Remove call of that function.
17160         Suggested by Kim F. Storm <storm@cua.dk>.
17161         (tramp-set-auto-save-file-modes): Use octal integer code #o600
17162         instead of octal character code ?\600.  The latter resulted in a
17163         syntax error with XEmacs.
17165         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17166         XEmacs case; not necessary anymore.
17167         (tramp-smb-handle-write-region): No special handling for
17168         `last-coding-system-used, because this is done in
17169         `tramp-accept-process-output' now.
17170         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17172 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
17174         * wid-edit.el (widget-choice-value-create):
17175         Unconditionally respect user choice.  Set :explicit-choice back to nil
17176         when no longer needed.
17177         (widget-choice-action): Unconditionally respect user choice.
17178         Eliminate :explicit-choice-value.
17180         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17182         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17183         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17184         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17185         running new function `toggle-indicate-empty-lines'.
17186         Rename "Customize" item to "Customize fringe".
17187         Rename "Indicators" item to "Buffer boundaries" and change help echo.
17188         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17189         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17190         Delete "Empty lines only" item.
17191         (menu-bar-showhide-fringe-ind-customize): New function.
17192         (menu-bar-showhide-fringe-ind-mixed)
17193         (menu-bar-showhide-fringe-ind-box)
17194         (menu-bar-showhide-fringe-ind-right)
17195         (menu-bar-showhide-fringe-ind-left)
17196         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17197         instead of `fringe-indicators'.
17199 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
17201         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17202         Change the date of last update.
17204 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
17206         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17207         (viper-exec-yank, viper-put-back): Don't display modification msg
17208         if in the minibuffer.
17210         * viper-init.el (viper-replace-overlay-cursor-color)
17211         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17212         Make variables frame local.
17214         * viper-util.el (viper-append-filter-alist): Use append instead of
17215         nconc.
17217         * viper.el (viper-vi-state-mode-list)
17218         (viper-emacs-state-mode-list): Move help-mode and
17219         completion-list-mode from the first list to the second.
17220         (viper-mode): Docstring.
17221         (viper-go-away, viper-non-hook-settings): Don't localize
17222         minor-mode-alist in newer Emacsen.  Add advice to
17223         set-cursor-color.  Don't bind "\C-c\\".
17225 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
17227         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17228         (scheme-macro-expand-command): New user options.
17229         (scheme-trace-procedure, scheme-expand-current-form): New commands.
17230         (scheme-form-at-point, scheme-start-file)
17231         (scheme-interactively-start-process): New functions.
17232         (scheme-get-process): New function, extracted from `scheme-proc'.
17233         (run-scheme): Call `scheme-start-file' to get start file, and pass
17234         it to `make-comint'.
17235         (switch-to-scheme, scheme-proc):
17236         Call `scheme-interactively-start-process' if no Scheme buffer/process
17237         is available.
17239 2005-08-06  Juri Linkov  <juri@jurta.org>
17241         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17242         Use `compilation-text-face', `compilation-info-text-face' and
17243         `compilation-error-text-face' instead of `font-lock-keyword-face'.
17244         (compilation-error): New face.
17245         (compilation-error-file-name): Inherit from
17246         `compilation-error' instead of `font-lock-warning-face'.
17247         (compilation-warning-file-name): Inherit from
17248         `compilation-warning' instead of `font-lock-warning-face'.
17249         (compilation-info, compilation-error-file-name)
17250         (compilation-warning-file-name, compilation-info-file-name)
17251         (compilation-line-number, compilation-column-number): Doc fix.
17252         (compilation-error-text-face, compilation-warning-text-face)
17253         (compilation-info-text-face): New face variables.
17254         (compilation-line-face, compilation-column-face)
17255         (compilation-enter-directory-face)
17256         (compilation-leave-directory-face): Doc fix.
17257         (compilation-text-face): New function.
17259         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17260         instead of 1 to display binary file names as info file links.
17261         (grep-error-face): Use `compilation-error-face' instead of
17262         `font-lock-keyword-face'.
17263         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17264         and `compilation-warning-text-face' instead of
17265         `font-lock-keyword-face'.  Use `compilation-error-text-face'
17266         instead of `grep-error-face'.
17268 2005-08-05  Kenichi Handa  <handa@m17n.org>
17270         * international/code-pages.el: Add autoload cookies for all coding
17271         systems.
17273 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
17275         * cus-start.el (all): Put undo.c where it alphabetically belongs.
17277 2005-08-04  Juri Linkov  <juri@jurta.org>
17279         * progmodes/compile.el (compilation-mode-map):
17280         * progmodes/grep.el (grep-mode-map):
17281         Bind TAB to `compilation-next-error' and [backtab] to
17282         `compilation-previous-error'.
17284         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17285         matching line numbers, column numbers and their ranges with regexp
17286         matching only line numbers.
17287         (grep-context-face): New face variable.
17288         (grep-mode-font-lock-keywords): Use it.
17290         * faces.el (read-face-name): Delete duplicate faces.
17292 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
17294         * thumbs.el (thumbs-find-image): Don't make variables
17295         automatically buffer local.
17296         (thumbs-current-tmp-filename, thumbs-current-image-filename)
17297         (thumbs-image-num): Make automatically buffer local.
17298         (thumbs-show-thumbs-list): Use `make-local-variable', not
17299         `make-variable-buffer-local'.
17300         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17302         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17303         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17304         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17305         (bother, bye, canyou, chatlst, continue, deathlst, describe)
17306         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17307         (feelings-about, foullst, found, hello, history, howareyoulst)
17308         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17309         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17310         (neglst, obj, object, owner, please, problems, qlist)
17311         (random-adjective, relation, remlst, repetitive-shortness)
17312         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17313         (shortlst, something, sportslst, stallmanlst, states, subj)
17314         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17315         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17316         Defvar at compile time.
17318         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17319         not `make-variable-buffer-local'.
17321 2005-08-02  Kim F. Storm  <storm@cua.dk>
17323         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17324         rectangle overlay in selected window.
17326 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
17328         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17329         instead of display group.  Make `indicate-buffer-boundaries'
17330         customizable through Custom.
17332 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
17334         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17335         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17336         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17337         (gdb-put-string): Fix typos in docstrings.
17339 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
17341         Update copyright notices of files in progmodes directory for
17342         release of Emacs 22.1.
17344         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17346         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17347         Don't barf if the GUD buffer has been killed.
17349 2005-08-01  Kim F. Storm  <storm@cua.dk>
17351         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17353 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17355         * simple.el (next-error-follow-minor-mode):
17356         make-variable-buffer-local -> make-local-variable.
17358         * emacs-lisp/cl-extra.el: Require CL also when compiling.
17360         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17361         (byte-compile-form-make-variable-buffer-local): New functions to warn
17362         about misuses of make-variable-buffer-local where make-local-variable
17363         was meant.
17365 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
17367         * bs.el (bs-attributes-list): Doc fix.
17368         (bs): Update url-link.
17370         * desktop.el (desktop-save-buffer): Fix typos in docstring.
17371         (desktop-load-default): Simplify.
17373         * ibuffer.el (ibuffer-columnize-and-insert-list)
17374         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17375         (ibuffer-unmark-all, ibuffer-toggle-marks)
17376         (ibuffer-unmark-forward, ibuffer-unmark-backward)
17377         (ibuffer-compile-make-format-form, ibuffer-format-column)
17378         (ibuffer-current-buffers-with-marks)
17379         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17380         (ibuffer): Doc fix.
17381         (ibuffer-mode): Fix typo in docstring.
17382         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17383         with `define-obsolete-variable-alias'.
17384         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
17386 2005-07-29  Kenichi Handa  <handa@m17n.org>
17388         * international/mule-cmds.el (select-message-coding-system):
17389         Be sure to use LF for end-of-line.  If no coding system is decided,
17390         return iso-8859-1-unix.
17392 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17394         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17395         (ange-ftp-pending-error-line): New vars.
17396         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17397         to handle the non-fatal no-route-to-host messages.
17398         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17400 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
17402         * isearch.el (isearch-mode-map, isearch-other-meta-char)
17403         (isearch-quote-char, isearch-printing-char)
17404         (isearch-text-char-description): "?\ " -> "?\s".
17405         (isearch-lazy-highlight-cleanup)
17406         (isearch-lazy-highlight-initial-delay)
17407         (isearch-lazy-highlight-interval)
17408         (isearch-lazy-highlight-max-at-a-time)
17409         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17410         Declare with define-obsolete-*-alias macros.
17411         (isearch-forward): Fix typo in docstring.
17412         (search-invisible, search-ring-yank-pointer)
17413         (regexp-search-ring-yank-pointer): Doc fixes.
17415         * recentf.el (recentf-menu-append-commands-p): Declare with
17416         `define-obsolete-variable-alias'.
17417         (recentf-max-saved-items, recentf-menu-filter)
17418         (recentf-arrange-by-rule-subfilter): Doc fixes.
17419         (recentf-menu-append-commands-flag)
17420         (recentf-initialize-file-name-history, recentf-expand-file-name)
17421         (recentf-clear-data): Fix typos in docstrings.
17423 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
17425         * progmodes/gdb-ui.el: Smarten comments.
17426         (gdb-info-breakpoints-custom): Use nowarn when finding file.
17428 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
17430         * term/apollo.el (terminal-init-apollo): New function containing
17431         all former top level forms in the file.
17432         * term/bobcat.el (terminal-init-bobcat):
17433         * term/cygwin.el (terminal-init-cygwin):
17434         * term/iris-ansi.el (terminal-init-iris-ansi):
17435         * term/linux.el (terminal-init-linux):
17436         * term/news.el (terminal-init-news):
17437         * term/rxvt.el (terminal-init-rxvt):
17438         * term/sun.el (terminal-init-sun):
17439         * term/tvi970.el (terminal-init-tvi970):
17440         * term/vt100.el (terminal-init-vt100):
17441         * term/vt102.el (terminal-init-vt102):
17442         * term/vt125.el (terminal-init-vt125):
17443         * term/vt200.el (terminal-init-vt200):
17444         * term/vt201.el (terminal-init-vt201):
17445         * term/vt220.el (terminal-init-vt220):
17446         * term/vt240.el (terminal-init-vt240):
17447         * term/vt300.el (terminal-init-vt300):
17448         * term/vt320.el (terminal-init-vt320):
17449         * term/vt400.el (terminal-init-vt400):
17450         * term/vt420.el (terminal-init-vt420):
17451         * term/wyse50.el (terminal-init-wyse50):
17452         * term/xterm.el (terminal-init-xterm): Likewise.
17454         * term/README: Describe the terminal-init-* functionality.
17456         * startup.el (command-line): After loading the terminal initialization
17457         file call the corresponding terminal initialization function.
17459 2005-07-27  Kenichi Handa  <handa@m17n.org>
17461         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17462         negative.
17464         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17465         (ps-mule-composition-prologue): Fix for the case that
17466         RelativeCompose is false.
17468 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17470         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17472         * descr-text.el (describe-char): Handle the case where the list of
17473         chars is displayed in a separate frame.
17474         Be a bit more discriminating when looking for the char.
17476 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
17478         * bookmark.el (bookmark-automatically-show-annotations)
17479         (bookmark-read-annotation-text-func): Doc fixes.
17480         (bookmark-save): Improve argument/docstring consistency.
17481         (bookmark-get-bookmark, bookmark-get-bookmark-record)
17482         (bookmark-alist-from-buffer)
17483         (bookmark-upgrade-file-format-from-0)
17484         (bookmark-grok-file-format-version)
17485         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17486         (bookmark-read-annotation-mode)
17487         (bookmark-insert-current-bookmark, bookmark-jump)
17488         (bookmark-exit-hook): Fix typos in docstrings.
17489         (bookmark-exit-hooks): Define as obsolete alias.
17490         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17491         not `bookmark-exit-hooks'.  Fix docstring.
17492         (bookmark-bmenu-select): "?\ " -> "?\s".
17494 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
17496         * startup.el (command-line): Fix typo.
17498 2005-07-24  Richard M. Stallman  <rms@gnu.org>
17500         * tooltip.el (tooltip-mode): Test emacs-basic-display,
17501         not emacs-quick-startup.
17503 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
17505         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17506         (reb-next-match, reb-show-subexp): Use `with-selected-window'
17507         instead of `reb-with-current-window'.
17508         (reb-prev-match): Likewise.  Also, don't move left if the search
17509         was unsuccessful.
17510         (reb-initialize-buffer): New function.
17511         (re-builder, reb-change-syntax): Use it.
17513         * man.el (Man-goto-page): Make second argument NOERROR optional.
17515 2005-07-23  Richard M. Stallman  <rms@gnu.org>
17517         * man.el (Man-bgproc-sentinel): Check here for failure to find
17518         any man page in the output, and report the error here.
17519         (Man-arguments): Make it permanent local.
17520         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
17521         (Man-mode): Pass t for NOERROR.
17523         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17524         (grep-mode-font-lock-keywords):
17525         Don't use compilation-...-face for messages that are not file names.
17527         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17528         Don't use compilation-...-face for messages that are not file names.
17530 2005-07-22  Juri Linkov  <juri@jurta.org>
17532         * startup.el (normal-splash-screen): Update menu name.
17534         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17536 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
17538         * term/xterm.el: Load term/rxvt if the terminal is actually an
17539         rxvt terminal.
17540         (xterm-rxvt-set-background-mode): Remove, not used anymore.
17542         * term/rxvt.el (function-key-map): Use substitute-key-definition
17543         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
17545         * term/cygwin.el: New file.
17547 2005-07-22  Kim F. Storm  <storm@cua.dk>
17549         * image-file.el (insert-image-file, image-file-yank-handler):
17550         Fix last change to maintain a (unique) yank-handler on yanked images.
17552 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
17554         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17555         of the file size (as in "177B" for 177 bytes).  This happens with
17556         "ls -lh" on FreeBSD.
17558 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
17560         * hilit-chg.el (highlight-changes-global-initial-state)
17561         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17562         (hilit-chg-fixup, highlight-changes-mode):
17563         Fix typos in docstrings.
17564         (highlight-changes-global-modes, highlight-changes-rotate-faces):
17565         Doc fixes.
17567 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
17569         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17570         mode function using `eval-after-load'.
17572 2005-07-21  Kim F. Storm  <storm@cua.dk>
17574         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17575         included when reporting an emacs crash, and tell about the DEBUG file.
17577         * image-file.el (insert-image-file): Add yank-handler.
17578         (image-file-yank-handler): Yank handler to make unique copies of
17579         images when they are yanked into a buffer next to each other.
17581 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
17583         * comint.el (comint-use-prompt-regexp, comint-send-input)
17584         (comint-source-default, comint-extract-string)
17585         (comint-get-source, comint-word, comint-completion)
17586         (comint-source, comint-prompt-read-only, comint-update-fence):
17587         Fix typos in docstrings.
17588         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17589         Declare with define-obsolete-*-alias macros.
17590         (comint-previous-matching-input-from-input)
17591         (comint-next-matching-input-from-input)
17592         (comint-previous-matching-input, comint-next-matching-input)
17593         (comint-forward-matching-input):
17594         Improve argument/docstring consistency.
17596         * desktop.el (desktop-clear-preserve-buffers-regexp):
17597         Also preserve the *server* buffer.
17599         * simple.el (clone-indirect-buffer): Doc fix.
17600         (fixup-whitespace, just-one-space)
17601         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17602         (next-error, next-error-highlight)
17603         (next-error-highlight-no-select, next-error-last-buffer)
17604         (next-error-buffer-p, next-error-find-buffer, next-error)
17605         (previous-error, next-error-no-select, previous-error-no-select)
17606         (open-line, split-line, minibuffer-prompt-width, kill-new)
17607         (binary-overwrite-mode): Fix typos in docstrings.
17608         (set-fill-column): Fix typo in message.
17610         * skeleton.el (skeleton-proxy-new): Doc fix.
17612         * strokes.el (strokes-load-hook): Doc fix.
17613         (strokes-grid-resolution, strokes-get-grid-position)
17614         (strokes-renormalize-to-grid, strokes-read-stroke)
17615         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17616         (strokes-global-map): Fix typos in docstrings.
17617         (strokes-help): Doc fix.  Fix help message and pass it through
17618         `substitute-command-keys'.
17620         * tempo.el (tempo-insert-prompt, tempo-interactive)
17621         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17622         (tempo-insert-string-functions, tempo-local-tags)
17623         (tempo-define-template, tempo-insert-template)
17624         (tempo-insert-prompt-compat, tempo-is-user-element)
17625         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17626         Fix typos in docstrings.
17628         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17629         (vcursor-key-bindings, vcursor-use-vcursor-map)
17630         (vcursor-find-window, vcursor-scroll-down)
17631         (vcursor-disable, vcursor-beginning-of-buffer)
17632         (vcursor-end-of-buffer): Fix typos in docstrings.
17633         (vcursor-relative-move, vcursor-get-char-count):
17634         Improve argument/docstring consistency.
17636         * version.el: "?\ " -> "?\s".
17638         * wid-edit.el (widget-default-create, widget-after-change)
17639         (widget-default-format-handler, widget-checklist-add-item)
17640         (widget-radio-add-item, widget-choose, widget-specify-secret)
17641         (widget-field-value-create, widget-field-value-get)
17642         (widget-editable-list-format-handler)
17643         (widget-editable-list-entry-create, widget-group-value-create)
17644         (widget-documentation-link-add)
17645         (widget-documentation-string-value-create): "?\ " -> "?\s".
17646         (widget-convert-text): Doc fix.
17647         (widget-narrow-to-field, widget-field-find)
17648         (widget-url-link-action, widget-emacs-library-link-action)
17649         (widget-color-notify): Fix typos in docstrings.
17651         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17652         (x-select-text, set-w32-system-coding-system)
17653         (w32-add-charset-info): Fix typos in docstrings.
17655         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17656         (cua-enable-cua-keys, cua-use-hyper-key)
17657         (cua-virtual-rectangle-edges): Fix typos in docstrings.
17658         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17660         * net/tramp.el (tramp-handle-load): Fix typo in error message.
17662         * emacs-lisp/re-builder.el (regexp-builder): Declare with
17663         `defalias' instead of faking it.
17665         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17666         (eshell-ls-missing, eshell-ls-dired-initial-args)
17667         (eshell-ls-use-in-dired): Fix typos in docstrings.
17669 2005-07-20  Kim F. Storm  <storm@cua.dk>
17671         * emulation/cua-base.el (cua-mode): Improve doc string.
17673 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
17675         * abbrev.el (expand-region-abbrevs): Doc fix.
17676         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17677         Improve argument/docstring consistency.
17679         * arc-mode.el (archive-get-descr, archive-alternate-display):
17680         Doc fixes.
17681         (archive-l-e): Improve argument/docstring consistency.
17682         (archive-tmpdir, archive-unixdate, archive-unixtime)
17683         (archive-chmod-entry): Fix typos in docstrings.
17684         (archive-unflag, archive-unflag-backwards)
17685         (archive-unmark-all-files): "?\ " -> "?\s".
17687         * buff-menu.el (Buffer-menu-unmark): Doc fix.
17688         (Buffer-menu-not-modified, Buffer-menu-execute)
17689         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17690         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17692         * composite.el (compose-string, encode-composition-rule)
17693         (compose-last-chars): Fix typos in docstrings.
17695         * desktop.el (desktop-enable, desktop-basefilename):
17696         Declare with `define-obsolete-variable-alias'.
17697         (desktop-internal-v2s): Don't quote keywords.
17698         (desktop-clear): "?\ " -> "?\s".
17700         * dired.el (dired-align-file, dired-flag-backup-files)
17701         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17702         (dired-listing-switches, dired-ls-F-marks-symlinks)
17703         (dired-dwim-target, dired-load-hook, dired-mode-hook)
17704         (dired-directory, dired-faces, dired, dired-revert)
17705         (dired-mode, dired-summary, dired-view-file)
17706         (dired-copy-filename-as-kill, dired-delete-file)
17707         (dired-no-confirm, dired-unmark-all-marks)
17708         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17709         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17710         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17711         Fix typos in message strings.
17713         * dired-x.el (virtual-dired): Declare with `defalias'.
17714         (dired-mark-unmarked-files, dired-local-variables-file)
17715         (dired-omit-here-always): Doc fix.
17716         (dired-omit-mode, dired-find-subdir)
17717         (dired-enable-local-variables, dired-clean-up-buffers-too)
17718         (dired-extra-startup, dired-mark-extension, dired-jump)
17719         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17720         (dired-smart-shell-command, dired-guess-shell-alist-user)
17721         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17722         (dired-x-bind-find-file, dired-x-submit-report):
17723         Fix typos in docstrings.
17724         (dired-mark-unmarked-files): "?\ " -> "?\s".
17726         * dirtrack.el (dirtrack-list): Fix typos in docstring.
17728         * faces.el (describe-face): "?\ " -> "?\s".
17729         (read-all-face-attributes, read-face-font, modify-face)
17730         (face-attr-construct, italic): Fix typos in docstrings.
17731         (frame-update-face-colors): Declare with
17732         `define-obsolete-function-alias'.
17734         * files.el (find-file-noselect, recode-file-name): Doc fixes.
17735         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17736         (magic-mode-alist, buffer-file-numbers-unique)
17737         (write-file-functions, get-free-disk-space):
17738         Fix typos in docstrings.
17739         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17740         (write-contents-hooks, write-file-hooks):
17741         Declare with `define-obsolete-variable-alias'.
17743         * forms-d2.el (arch-rj): Fix typo in docstrings.
17744         (arch-tocol): Likewise.  "?\ " -> "?\s".
17746         * frame.el (set-frame-font, cursor-in-non-selected-windows):
17747         Fix typo in docstring.
17748         (set-screen-width, set-screen-height): Delete redundant info in
17749         doctrings.
17750         (new-frame, screen-height, screen-width): Declare with
17751         `define-obsolete-function-alias'.
17752         (delete-frame-hook, blink-cursor): Declare with
17753         `define-obsolete-variable-alias'.
17755         * paths.el (prune-directory-list): Fix typos in docstring.
17757         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
17758         (cvs-prefix-get): Fix typos in docstrings.
17760         * ps-print.el (ps-extend-face-list, ps-extend-face)
17761         (ps-print-background-image): Fix typos in docstrings.
17762         (ps-default-fg, ps-default-bg): Doc fixes.
17764         * s-region.el (s-region-bind): Doc fix.
17765         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
17767         * textmodes/org.el (org-table-formula-substitute-names)
17768         (org-table-get-vertical-vector): Doc fixes.
17769         (org-table-recalculate): Remove unused argument to `message'.
17771 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
17773         * textmodes/org.el (org-table-column-names)
17774         (org-table-column-name-regexp)
17775         (org-table-named-field-locations): New variables.
17776         (org-archive-subtree): Protect `this-command' when calling
17777         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
17778         the kill buffer.
17779         (org-complete): Remove fixed-formula completion.
17780         (org-edit-formulas-map): New variable.
17781         (org-table-edit-formulas): New command.
17782         (org-finish-edit-formulas, org-abort-edit-formulas)
17783         (org-show-variable, org-table-get-vertical-vector): New functions.
17784         (org-table-maybe-eval-formula): Handle `:=' fields.
17785         (org-table-get-stored-formulas, org-table-store-formulas)
17786         (org-table-get-formula, org-table-modify-formulas)
17787         (org-table-replace-in-formulas): Handle named field formulas.
17788         (org-table-get-specials): Store locations of named fields.
17790 2005-07-19  Juri Linkov  <juri@jurta.org>
17792         * progmodes/grep.el (grep-regexp-alist)
17793         (grep-mode-font-lock-keywords, grep-process-setup):
17794         Use default GNU grep match color "01;31m" instead of "01;41m".
17795         (grep-regexp-alist, grep-mode-font-lock-keywords):
17796         Use `\\[[0-9]*m' instead of `\\[00m'.
17797         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17798         sgr_start where its handling is more important.  Use the real
17799         length of sgr_start instead of constant 8.
17800         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17801         specially.  Delete all remaining escape sequences.
17802         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17803         (grep-regexp-alist): Make hyperlink only for binary file name
17804         instead of the whole line.
17805         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17806         (grep-mode): Add autoload.
17808         * emacs-lisp/find-func.el (find-function-regexp):
17809         Add `define-compilation-mode'.
17811 2005-07-19  Juri Linkov  <juri@jurta.org>
17813         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17814         (compare-windows-sync-string-size, compare-windows-recenter)
17815         (compare-windows-highlight, compare-windows): Add version 22.1.
17816         (compare-windows) <defface>: Inherit from lazy-highlight instead
17817         of duplicating its default value.
17819         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17820         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17822         * descr-text.el (describe-char): Create link buttons for `charset'
17823         and `code point'.  Add the current input method name with a link
17824         button to `to input' field.  Print face names of display table
17825         characters in `The display table entry is displayed by' section
17826         instead of printing face-id in the `display' field.
17827         Guess hardcoded faces and create a link button for them.
17828         Skip empty fields when calculating max-width.
17829         Treat `widget-create' specially while inserting strings from the
17830         collected field list.
17831         (describe-char-after): Made obsolete in version 22.1, not 21.5.
17833         * diff-mode.el (diff-file-header): Change foreground color from
17834         yellow to green on light backgrounds.
17835         (diff-context): Inherit from `shadow' only for color/grayscale
17836         with more than 88 colors.
17837         (diff-indicator-removed, diff-indicator-added)
17838         (diff-indicator-changed): New faces.
17839         (diff-font-lock-keywords): Use new faces.  Regroup rules.
17840         Add "^---$" for `normal' diff format.  Fontify `#' lines with
17841         font-lock-comment-delimiter-face and font-lock-comment-face.
17842         Add `#' to ^[^...] in the rule for `diff-context-face'.
17844         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17845         a button-like box.  Inherit from `highlight' on low colors.
17846         (shadow): Use shades of gray only for color/grayscale with
17847         more than 88 colors.  Use green for light backgrounds with
17848         8 colors, and yellow for dark backgrounds with 8 colors.
17850         * font-lock.el (font-lock-regexp-grouping-backslash):
17851         Don't inherit from escape-glyph (use bold for all cases).
17853         * info.el (info-xref-visited): Use light foreground color `violet'
17854         for dark backgrounds instead of dark color `magenta3'.
17855         (info-title-1): Use `yellow' color for dark backgrounds.
17857         * isearch.el (isearch): Use not-too-dark magenta3 instead of
17858         too-light magenta2.
17860         * replace.el (match): Use slightly more light RoyalBlue3 instead
17861         of dark RoyalBlue4.
17863         * wid-edit.el (widget-inactive): Inherit from `shadow'.
17865 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
17867         * novice.el (disabled-command-hook): Declare it with
17868         `define-obsolete-variable-alias'.
17870         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17871         (desktop-buffer-misc-functions, desktop-buffer-handlers)
17872         (desktop-load-default): Add release to obsolescence info.
17873         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17874         (desktop-append-buffer-args, desktop-read):
17875         Fix typos in docstrings.
17876         (desktop-kill): Fix typo in message.
17877         (desktop-save): Doc fix.
17879 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17881         * viper-cmd.el (viper-escape-to-state): Bug fix.
17882         (viper-envelop-ESC-key): Change the definition of fast
17883         keysequence so it'll work with keyboard macros.
17885         * ediff.el (ediff-patch-buffer): Change the docstring.
17887 2005-07-19  Kenichi Handa  <handa@m17n.org>
17889         * international/mule-cmds.el (select-safe-coding-system): Try to
17890         use an auto-coding (if any) before anything else.  If the found
17891         auto-coding is invalid, show a warning message.
17893         * international/mule.el (find-auto-coding): New function created
17894         by modifying the body of set-auto-coding.
17895         (set-auto-coding): Use find-auto-coding to find a coding.
17897 2005-07-18  Richard M. Stallman  <rms@gnu.org>
17899         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17900         not isearch-mode-end-hook-error.
17901         (allout-before-change-protect): Fix error message.
17903 2005-07-18  Juri Linkov  <juri@jurta.org>
17905         * allout.el (allout-mode):
17906         * calculator.el (calculator-copy):
17907         * custom.el (custom-known-themes):
17908         * dired.el (dired-desktop-buffer-misc-data)
17909         (dired-restore-desktop-buffer):
17910         * dired-x.el (dired-omit-marker-char):
17911         * files.el (basic-save-buffer):
17912         * font-core.el (font-lock-mode):
17913         * calendar/calendar.el (calendar-goto-hebrew-date)
17914         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17915         (calendar-goto-persian-date):
17916         * language/ethio-util.el (ethio-sera-to-fidel-region):
17917         * textmodes/picture.el (picture-mode):
17918         Delete duplicate duplicate words.
17920 2005-07-18  Juri Linkov  <juri@jurta.org>
17922         * isearch.el (isearch-mode-map): Remove key bindings for regexp
17923         chars * ? } |.
17924         (isearch-fallback): Don't call `isearch-process-search-char'.
17925         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17926         (isearch-process-search-char): Call `isearch-fallback' for regexp
17927         chars * ? } |.
17928         (isearch-return-char): Make obsolete with `make-obsolete' instead
17929         of simply documenting it as obsolete in the docstring.
17930         (isearch-fallback): Refill docstring.
17932         * international/isearch-x.el
17933         (isearch-process-search-multibyte-characters): Remove unneeded
17934         `concat'.  Add intermediate values to `junk-hist' instead of
17935         `minibuffer-history'.  Test the length of `str'.
17937 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
17939         * allout.el (allout-resolve-xref): Fix typos in error strings.
17940         (allout-before-change-protect): Remove unneeded `concat'.
17942         * array.el (array-mode, array-reconfigure-rows)
17943         (untabify-backward): Fix typos in docstrings.
17944         (array-reconfigure-rows): Use `insert-buffer-substring', not
17945         `insert-buffer'.
17947         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17948         * progmodes/ada-mode.el (ada-make-body):
17949         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17951         * dired.el (dired-log):
17952         * tar-mode.el (tar-subfile-save-buffer):
17953         * play/zone.el (zone-pgm-stress-destress):
17954         Use `insert-buffer-substring', not `insert-buffer'.
17956 2005-07-17  Simon Josefsson  <jas@extundo.com>
17958         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17960 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
17962         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17963         Add plain auth method.
17964         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17966 2005-07-17  Kim F. Storm  <storm@cua.dk>
17968         * ido.el (dired-other-window): Add ido property.
17970 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
17972         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17973         Fix typo in docstring.
17974         (byte-compile-interactive-only-functions): Add `insert-buffer' and
17975         `insert-file-literally'.
17977         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17978         info and delete redundant message.  Doc fix.
17979         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17980         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17982 2005-07-16  Richard M. Stallman  <rms@gnu.org>
17984         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17985         (byte-compile-and): Use byte-compile-and-recursion.
17986         (byte-compile-or-recursion): New function.
17987         (byte-compile-or): Use that.
17988         (byte-compile-if): Guard the else-clause too.
17989         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17991         * isearch.el (isearch-mode-end-hook-quit): New variable.
17992         (isearch-done): Bind it.
17993         (isearch-mode-end-hook): Doc fix.
17995         * allout.el (allout-isearch-did-quit): Variable deleted.
17996         (allout-real-isearch-abort): Function name no longer used.
17997         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17998         (allout-isearch-rectification): isearch-mode always exists.
17999         Don't set allout-isearch-did-quit.
18000         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18001         allout-isearch-did-quit.
18002         (allout-enwrap-isearch): Just add the hook.
18003         (allout-isearch-abort): Function deleted.
18004         (allout-pre-command-business): Avoid warning.
18006         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18007         Correctly avoid warnings.
18008         (pascal-outline): Likewise.
18010         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18012         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18014         * play/tetris.el (tetris-mode): Avoid warning.
18016         * play/snake.el (snake-mode): Avoid warning.
18018         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18019         (gamegrid-set-display-table): Avoid warning.
18020         (gamegrid-set-timer): Likewise.
18021         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18022         (gamegrid-add-score-with-update-game-score-1): Take FILE
18023         as argument.
18024         (gamegrid-add-score-with-update-game-score): Pass that argument.
18025         Rename have-shared-game-dir to gamegrid-shared-game-dir.
18027         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18029         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18030         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18032         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18033         and insert-file.
18035         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18036         (sc-ask): Avoid warnings.
18038         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18039         (eshell-hist-initialize): Use that var the natural way.
18041         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18043         * emacs-lisp/re-builder.el (reb-cook-regexp):
18044         Avoid warning calling lre-compile-string.
18045         (reb-color-display-p): Avoid warning.
18047         * calculator.el (calculator-last-input): Guard uses
18048         of event-key and key-press-event-p.
18049         (event-key, key-press-event-p): Delete definitions.
18051         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18052         (find-gc-source-directory, find-gc-subrs-callers)
18053         (find-gc-noreturn-list, find-gc-source-files)
18054         (find-gc-subrs-called): Vars renamed and defvar'd.
18056         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18057         (checkdoc-overlay-put, checkdoc-delete-overlay)
18058         (checkdoc-overlay-start, checkdoc-overlay-end)
18059         (checkdoc-mode-line-update, checkdoc-char=):
18060         Define such that compiler knows they are defined.
18061         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
18062         (checkdoc-read-event): Delete.  Use read-event directly.
18064         * whitespace.el (whitespace-make-overlay)
18065         (whitespace-overlay-put, whitespace-delete-overlay)
18066         (whitespace-overlay-start, whitespace-overlay-end):
18067         Define such that compiler knows they are defined.
18068         (whitespace): Move conditional inside.
18070         * tempo.el (tempo-insert-template): Suppress warning.
18072         * ediff-diff.el (longlines-mode): Add defvar.
18074 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
18076         * server.el: Bind "C-x #" in a way that works even if C-x is
18077         redefined to a command key, not a prefix key.
18079 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
18081         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18082         cl-make-type-test till execution time.
18084 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
18086         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18087         arg ARG and use it.
18089 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
18091         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18093 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
18095         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18096         a defcustom with two :set or :type keywords.
18098 2005-07-15  Richard M. Stallman  <rms@gnu.org>
18100         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18101         Don't give ^M comment-end syntax.
18103 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
18105         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18106         Don't consider gdbmi (gdb-mi.el has its own update functions).
18107         (gdb-var-delete): Make it work for gdbmi as well.
18108         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18110         * progmodes/gud.el (etags, sdb): Only require etags when needed.
18111         (gud-speedbar-menu-items): Correct logic for enabling items.
18113 2005-07-15  Kim F. Storm  <storm@cua.dk>
18115         * ido.el: Fix commentary.
18116         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18117         Use with-no-warnings around ffap-guesser.
18118         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18119         Let bind minibuffer-completing-file-name to t.
18121 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
18123         * startup.el (site-run-file, keyboard-type): Doc fixes.
18124         (command-line): Check for "--basic-display" argument; also for
18125         "--quick", not "--bare-bones" (which was renamed).
18126         (fancy-splash-text): Add missing item "Getting New Versions".
18127         (normal-splash-screen): Fix typos and improve consistency with
18128         `fancy-splash-text'.  Update copyright year.
18130         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18131         valid binding for `help-char'.
18133         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18135 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
18137         * term.el (term-mode): Disable cua-mode for term buffers.
18139 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
18141         * add-log.el (add-log-mailing-address, change-log-merge):
18142         Doc fixes.
18143         (change-log-get-method-definition): Fix typo in docstring.
18145 2005-07-14  Kim F. Storm  <storm@cua.dk>
18147         * emulation/cua-base.el:
18148         (cua--pre-command-handler-1, cua--pre-command-handler)
18149         (cua--post-command-handler-1, cua--post-command-handler):
18150         Split in two.  Check (buffer local) value of cua-mode.
18151         (cua-selection-mode): New command.
18153 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
18155         * custom.el (custom-initialize-safe-set)
18156         (custom-initialize-safe-default): Doc fixes.
18158         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18159         and simplify :init-value again.
18161         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18162         and simplify :init-value again.  Delete autoload.
18164         * startup.el (command-line): Use `custom-reevaluate-setting' again
18165         for tooltip-mode.
18167         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18168         a defcustom with two :initialize keywords.
18170 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
18172         * allout.el (my-mark-marker, allout-isearch-prior-pos)
18173         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18174         (allout-post-command-business, allout-flag-region)
18175         (isearch-reenable-font-lock, allout-yank)
18176         (allout-insert-latex-header, allout-insert-latex-trailer)
18177         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18178         (allout-latex-verb-quote): Fix typos in docstrings.
18179         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18180         (allout-unprotected, allout-prefix-data):
18181         Improve argument/docstring consistency.
18182         (allout-chart-subtree): Fix argument spec.
18183         (allout-open-topic): Rename `use_sib_bullet' argument to
18184         `use-sib-bullet'.  Doc fix.
18186         * whitespace.el (whitespace-check-buffer-leading)
18187         (whitespace-check-buffer-trailing)
18188         (whitespace-check-buffer-indent)
18189         (whitespace-check-buffer-spacetab)
18190         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18191         (whitespace-check-leading-whitespace)
18192         (whitespace-check-trailing-whitespace)
18193         (whitespace-check-spacetab-whitespace)
18194         (whitespace-check-indent-whitespace)
18195         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18196         (whitespace-modes): Fix typos in docstrings.
18197         (defgroup, defcustom): Doc fixes.
18199         * winner.el (winner-mode, winner-boring-buffers)
18200         (winner-pending-undo-ring): Doc fixes.
18201         (winner-ring): Remove unneeded `progn'.
18202         (winner-equal): `defsubst' it.
18203         (winner-redo): Fix message.
18205 2005-07-13  Kim F. Storm  <storm@cua.dk>
18207         * simple.el (line-move-1): Always use vertical-motion to
18208         do the last (or only) line move to ensure some movement.
18209         Undo 2005-06-23 change--don't check for overlays.
18211 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18213         * term/mac-win.el (ccl-encode-mac-roman-font)
18214         (ccl-encode-mac-centraleurroman-font)
18215         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18216         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18217         Change charset-id boundary of dimension to ?\xef.
18218         (mac-char-fontspec-list): New constant.
18219         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
18220         argument.  Nil uses itself as family in font-spec.  Previous
18221         behavior for nil is now provided by non-nil non-string argument.
18222         All callers changed.  Add font-specs for Mac fonts to
18223         "fontset-default" unless iso8859-1 fonts are installed.
18225 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18227         * progmodes/sh-script.el (sh-get-indent-info): Only indent
18228         a continuation line if the \ is preceded by SPC or TAB.
18229         (sh-get-indent-info): Simplify.
18230         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18231         Use with-current-buffer.
18233         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18234         when the matched text is empty.
18236 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
18238         * startup.el (command-line): Revert to previous handling of
18239         tooltip-mode.  Explain in comment why the complexity is needed.
18241         * tooltip.el (tooltip-mode): Revert to previous implementation of
18242         its defcustom.
18244         * frame.el (blink-cursor-mode): Revert to previous implementation
18245         of its defcustom.  Update comment.
18247 2005-07-12  Lars Hansen  <larsh@soem.dk>
18249         * desktop.el: Update e-mail address.
18251 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18253         * term/mac-win.el (mac-services-mail-selection)
18254         (mac-services-mail-to): New functions.
18255         (mac-application-menu-map): Bind them.
18257 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
18259         * progmodes/gdb-ui.el: Add note about buffering with Windows.
18261 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
18263         * custom.el (custom-reevaluate-setting): Doc fix.
18265 2005-07-11  Jay Belanger  <belanger@truman.edu>
18267         * calc/calc.el (calc-embedded-announce-formula-alist)
18268         (calc-embedded-open-close-plain-alist)
18269         (calc-embedded-open-close-mode-alist): Add checks for additional
18270         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18272 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
18274         * custom.el (custom-enable-theme): Don't add theme to
18275         `custom-enabled-themes' with `push' because there is no
18276         setf-method for `delq'.
18278 2005-07-11  Richard M. Stallman  <rms@gnu.org>
18280         * custom.el (custom-declare-variable): Doc fix.
18282         * dired-aux.el (dired-compare-directories): Remove "." and ".."
18283         from the alists.
18285         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18286         Do nothing if edebug-active.
18288         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18289         (edebug-display): Do it here instead.
18291 2005-07-10  Richard M. Stallman  <rms@gnu.org>
18293         * cus-face.el (custom-theme-set-faces): Make it work.
18294         (custom-reset-faces): Doc fix.
18295         (custom-theme-reset-internal-face, custom-theme-face-value):
18296         Functions deleted.
18298         * custom.el (custom-push-theme): Maintain list of the settings
18299         of a given theme in its theme-settings property.
18300         Maintain position of old settings in the theme-value
18301         or theme-face property.
18302         (custom-enabled-themes): New variable.
18303         (custom-theme-enabled-p): New function.
18304         (provide-theme): Update custom-enabled-themes.
18305         Disable and reenable the `user' theme.
18306         (require-theme): Doc fix.
18307         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18308         (custom-theme-value, custom-theme-variable-value): Likewise.
18309         (custom-theme-reset-internal): Likewise.
18310         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18311         (custom-enable-theme, custom-disable-theme): New functions.
18312         (custom-variable-theme-value, custom-face-theme-value): Likewise.
18313         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18314         (custom-theme-reset-variables): Simplify.
18315         (deftheme, custom-declare-theme, custom-make-theme-feature):
18316         Definitions moved.
18318 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
18320         * longlines.el (longlines-show-region)
18321         (longlines-unshow-hard-newlines): Recognize hard newlines by
18322         non-nil hard property, instead of t.
18324 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
18326         * viper-cmd.el (viper--key-maps): New variable.
18327         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18328         emulation-mode-map-alists.
18329         (viper-envelop-ESC-key): Use viper-subseq.
18330         (viper-search-forward/backward/next): Disable debug-on-error.
18332         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18333         (viper-ESC-key): New defcustoms.
18335         * viper-macs.el (ex-map-read-args): Use viper-subseq.
18337         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18338         (viper-subseq): Copy of subseq from cl.el.
18340         * viper.el (viper-go-away, viper-set-hooks): Use
18341         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18343         * viper-mous.el (viper-current-frame-saved): Use defvar.
18345         * viper-init.el: Get rid of -face in face names.
18347         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18348         Make it work with longlines mode
18350         * ediff-mult.el (ediff-meta-mode-hook): New variable.
18352         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18354         * ediff-init.el: Get rid of -face in face names.
18356 2005-07-10  Richard M. Stallman  <rms@gnu.org>
18358         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18359         and with-timeout-unsuspend.
18361         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18362         and with-timeout-unsuspend.
18364         * emacs-lisp/timer.el (with-timeout-timers): New variable.
18365         (with-timeout): Bind that variable to record timers.
18366         (with-timeout-suspend, with-timeout-unsuspend): New functions.
18368         * emacs-lisp/debug.el (debug-help-follow): New function.
18369         (debugger-mode-map): Use that instead of help-follow.
18370         (debugger-setup-buffer): Use eval-buffer-list
18371         to handle eval-buffer frames.
18373 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
18375         * timezone.el (timezone-parse-date): Change first regexp
18376         so it will not mistakenly match dates with no time zone.
18378 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
18380         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18382 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
18384         * custom.el (custom-initialize-safe-set)
18385         (custom-initialize-safe-default): New functions.
18387         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18388         and simplify :init-value.
18390         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18391         and simplify :init-value.  Delete obsolete comment.
18393         * startup.el (command-line): Use `custom-reevaluate-setting' to
18394         handle `tooltip-mode'.  Delete obsolete comment.
18396         * files.el (set-visited-file-name): Avoid calling
18397         `file-name-nondirectory' with a nil argument.
18399 2005-07-09  Richard M. Stallman  <rms@gnu.org>
18401         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18402         was called with nil for the buffer, handle the read position right.
18403         Handle read position for eval-region, too.
18405 2005-07-09  Juri Linkov  <juri@jurta.org>
18407         * fringe.el (fringe-mode): Add period in docstring.
18408         (fringe-query-style): Build prompt depending on `all-frames' arg.
18410         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18411         to not create links to unrelated functions in the Help buffer.
18413         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18414         Doc fix.
18416         * simple.el (next-error-hook): New variable.
18417         (next-error): Use it.  Doc fix.
18419         * textmodes/ispell.el (ispell-command-loop): Add current
18420         dictionary name and program name to mode-line-format.
18421         (ispell-region, ispell-process-line): Add current dictionary name
18422         and program name to messages.
18424 2005-07-08  Jay Belanger  <belanger@truman.edu>
18426         * calc/calc.el (calc-embedded-announce-formula-alist)
18427         (calc-embedded-open-close-formula-alist)
18428         (calc-embedded-open-close-word-alist)
18429         (calc-embedded-open-close-plain-alist)
18430         (calc-embedded-open-close-new-formula-alist)
18431         (calc-embedded-open-close-mode-alist)
18432         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18433         (calc-embedded-mode-hook): New variables.
18435         * calc/calc-embed.el (calc-embedded-firsttime)
18436         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18437         New variables.
18438         (calc-do-embedded): Use calc-embedded-firsttime,
18439         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18440         determine whether or not to run hooks.
18441         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18442         calc-embedded-firsttime-formula appropriately.
18443         Set calc-embedded delimiter variables according to mode.
18445 2005-07-08  Richard M. Stallman  <rms@gnu.org>
18447         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18448         Check for "emacs", etc., as entire symbol, not just as word.
18449         (checkdoc-file-comments-engine): Use regexp-quote on FN.
18451         * files.el (set-visited-file-name): Report the error
18452         for "empty filename" earlier.
18453         (kill-some-buffers): Ignore buffers already dead.
18455         * fringe.el (fringe-mode): Doc fix.
18457         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18458         Check for (featurep 'xemacs) and turn off warnings in what it guards.
18459         Use unwind-protect to ensure byte-compile-unresolved-functions
18460         is updated.
18462         * whitespace.el (whitespace-buffer-leading-cleanup):
18463         Simplify w/ skip-chars-forward.
18464         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18466         * mail/rmail.el (rmail-only-expunge): Fix paren error.
18467         Unconditionally try to leave point at the same old place.
18469 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
18471         * comint.el (comint-postoutput-scroll-to-bottom)
18472         (comint-show-maximum-output): Take scroll-margin into consideration.
18474 2005-07-08  Kim F. Storm  <storm@cua.dk>
18476         * ido.el (ido-use-filename-at-point): New choice `guess'.
18477         (ido-file-internal): Try ffap-guesser if selected.
18479         * ido.el (ido-before-fallback-functions): New hook.
18480         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18481         (ido-read-file-name): Run it.
18483 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18485         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18486         strings rather than a list of symbols to the completion function.
18488 2005-07-07  Jay Belanger  <belanger@truman.edu>
18490         * calc/calc-units.el (math-apply-units): Change the places in
18491         which units are simplified.
18493 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
18495         * cus-edit.el (customize-option, customize-option-other-window):
18496         Make them handle aliases.
18498         * custom.el (custom-variable-p): Make it recursively follow
18499         aliases.  Mention that in the docstring.
18501 2005-07-07  Richard M. Stallman  <rms@gnu.org>
18503         * cus-start.el (exec-path): Use `directory' instead of `file'.
18504         Fix tag for nil.
18506 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18508         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18509         when called non-interactively.  Doc fix.
18511 2005-07-07  Lute Kamstra  <lute@gnu.org>
18513         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18514         new address as well.
18516 2005-07-07  Kenichi Handa  <handa@m17n.org>
18518         * international/mule.el (make-coding-system):
18519         Describe `ascii-incompatible' property in the docstring.
18520         (set-file-name-coding-system): Signal an error if coding-system is
18521         ascii-incompatible.
18522         (set-keyboard-coding-system): Likewise.
18524         * international/mule-cmds.el (set-default-coding-systems):
18525         Don't set default-file-name-coding-system and
18526         default-keyboard-coding-system if coding-system is ASCII-incompatible.
18528         * international/utf-16.el: Declare that all UTF-16-based coding
18529         systems are ASCII-incompatible.
18531 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
18533         * progmodes/gud.el: Require font-lock for displaying errors.
18534         Used by gdb-ui.el.
18536 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
18538         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18539         values for the pattern lists which are `read'able but not
18540         `append'able (like symbols).
18542 2005-07-06  Richard M. Stallman  <rms@gnu.org>
18544         * progmodes/flymake.el (flymake-float-time): Instead of
18545         with-no-warnings, test for xemacs.
18546         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18547         to avoid warning.
18549 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
18551         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18553 2005-07-05  Lute Kamstra  <lute@gnu.org>
18555         * battery.el: Add support for Darwin (with much debugging help
18556         from Samuel Lauber <sam124@operamail.com>).
18557         (battery-status-function, battery-echo-area-format)
18558         (battery-mode-line-format): Add support for pmset on Darwin.
18559         (battery-load-low, battery-load-critical): New user options.
18560         (battery-pmset): New function.
18562 2005-07-05  Lute Kamstra  <lute@gnu.org>
18564         Update FSF's address in GPL notices.
18566         * textmodes/page-ext.el: Update FSF's address.
18568 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18570         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18571         filling from using prefix when filling a single-line docstring.
18573         * progmodes/flymake.el: Remove useless eval-when-compile.
18575         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18577 2005-07-04  Richard M. Stallman  <rms@gnu.org>
18579         * textmodes/org.el (org-file-apps-defaults-gnu):
18580         Rename from org-file-apps-defaults-linux.
18581         (org-default-apps): Don't test system-type for `linux'.
18582         (org-file-apps): Doc fix.
18584 2005-07-04  David Ponce  <david@dponce.com>
18586         * tree-widget.el: Improve header Commentary section.
18587         (tree-widget) [defgroup]
18588         (tree-widget-image-enable, tree-widget-themes-directory)
18589         (tree-widget-theme, tree-widget-image-properties-emacs)
18590         (tree-widget-image-properties-xemacs, tree-widget-create-image)
18591         (tree-widget-image-formats, tree-widget-control)
18592         (tree-widget-empty-control, tree-widget-leaf-control
18593         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18594         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18595         (tree-widget-keep, tree-widget-after-toggle-functions)
18596         (tree-widget-open-node, tree-widget-close-node): Doc fix.
18597         (tree-widget-open-control, tree-widget-close-control): Fix doc and
18598         :help-echo message.
18599         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
18600         (tree-widget-image-properties): Doc fix.  Clearer implementation.
18601         (tree-widget--cursors): New constant.
18602         (tree-widget-lookup-image): New function split from
18603         `tree-widget-find-image'.  Clearer implementation.
18604         (tree-widget-find-image): Use it.
18605         (tree-widget-button-keymap): Use `set-keymap-parent'.
18606         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18607         Define the sub-widgets here.
18608         (tree-widget-node): Check that :node is not a tree-widget.
18609         (tree-widget-get-super, tree-widget-open-control)
18610         (tree-widget-close-control, tree-widget-empty-control)
18611         (tree-widget-leaf-control, tree-widget-guide)
18612         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18613         (tree-widget-no-handle, tree-widget-value-delete)
18614         (tree-widget-map): Remove.
18615         (tree-widget-children-value-save): Doc fix.  Simplified.
18616         (tree-widget-value-create): Update according to previous changes.
18618 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
18620         * textmodes/org.el: Leading space replaced by TABS.
18621         (org-recalc-marks, org-table-rotate-recalc-marks)
18622         (org-table-get-specials): Treat "^" and "_" marks.
18623         (org-table-justify-field-maybe): Optional argument NEW.
18624         (org-table-eval-formula): Parsing of the format simplified.
18625         New modes C,I.  Honor the %= parameter in the current table.
18626         Avoid unnecessary re-align by using the NEW argument to
18627         `org-table-justify-field-maybe'.
18628         (org-calc-default-modes): Default for date-format mimicks org-mode.
18629         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18631 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
18633         * cus-face.el (custom-theme-set-faces): Make it handle face
18634         aliases whose alias declarations are pre- or autoloaded.
18636 2005-07-04  Juri Linkov  <juri@jurta.org>
18638         * faces.el (read-face-name): Put the code for getting a face name
18639         from the buffer before adding the faces from the `face' property.
18640         Use `completing-read-multiple' instead of `completing-read'.
18641         Require `crm'.  Add default value and post-process the returned
18642         list of faces.
18644         * emacs-lisp/crm.el (crm-find-current-element)
18645         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18647         * emacs-lisp/lisp-mode.el (eval-defun-1):
18648         * emacs-lisp/edebug.el (edebug-eval-defun):
18649         Remove unnecessary quotes.
18651 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18653         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18654         (prolog-indent-level): Fix typo in docstring.
18656         * info.el (Info-history, Info-history-forward)
18657         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18659         * add-log.el (add-change-log-entry):
18660         * comint.el (comint-dynamic-list-input-ring)
18661         (comint-dynamic-list-completions):
18662         * dabbrev.el (dabbrev-expand):
18663         * delim-col.el (delimit-columns-rectangle-line):
18664         * diff-mode.el (diff-context->unified, diff-reverse-direction)
18665         (diff-unified->context):
18666         * ediff-init.el (ediff-abbrev-jobname):
18667         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18668         (ediff-replace-session-activity-marker-in-meta-buffer):
18669         * info.el (Info-summary):
18670         * lpr.el (printify-region):
18671         * printing.el (pr-create-interface):
18672         * ps-print.el (ps-print-quote):
18673         * ses.el (ses-column-widths, ses-print-cell)
18674         (ses-adjust-print-width, ses-center):
18675         * shell.el (shell-file-name-quote-list):
18676         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18677         (strokes-fill-current-buffer-with-whitespace)
18678         (strokes-xpm-for-stroke, strokes-list-strokes)
18679         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18680         * term.el (term-dynamic-list-input-ring)
18681         (term-dynamic-list-completions):
18682         * calc/calc.el (math-format-stack-value):
18683         * emacs-lisp/edebug.el (edebug-display-freq-count):
18684         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18685         (delphi-new-comment-line):
18686         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18687         * progmodes/executable.el (executable-set-magic):
18688         * progmodes/python.el (inferior-python-mode):
18689         * progmodes/scheme.el (scheme-mode-syntax-table):
18690         * progmodes/sh-script.el (sh-maybe-here-document):
18691         * progmodes/sql.el (sql-copy-column):
18692         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18693         * textmodes/bibtex.el (bibtex-mode):
18694         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18695         (sgml-auto-attributes):
18696         * textmodes/table.el (table-insert, table-shorten-cell)
18697         (table--generate-source-scan-lines, table-delete-row)
18698         (*table--cell-delete-char, table--spacify-frame)
18699         (table--horizontally-shift-above-and-below)
18700         (table--cell-insert-char, table--cell-blank-str)
18701         (table--fill-region-strictly):
18702         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18703         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18705         * add-log.el (change-log):
18706         * apropos.el (apropos):
18707         * comint.el (comint-completion, comint-source):
18708         * dabbrev.el (dabbrev):
18709         * delim-col.el (columns):
18710         * diff-mode.el (diff-mode):
18711         * ediff.el (ediff):
18712         * ediff-diff.el (ediff-diff):
18713         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18714         * ediff-mult.el (ediff-mult):
18715         * ediff-ptch.el (ediff-ptch):
18716         * ediff-wind.el (ediff-window):
18717         * facemenu.el (facemenu):
18718         * indent.el (indent):
18719         * info.el (info):
18720         * jka-cmpr-hook.el (compression, jka-compr):
18721         * lpr.el (lpr):
18722         * outline.el (outlines):
18723         * pcmpl-cvs.el (pcmpl-cvs):
18724         * pcmpl-rpm.el (pcmpl-rpm):
18725         * printing.el (printing):
18726         * ps-print.el (postscript, ps-print, ps-print-horizontal)
18727         (ps-print-vertical, ps-print-headers, ps-print-font)
18728         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18729         (ps-print-background, ps-print-printer, ps-print-page)
18730         (ps-print-miscellany):
18731         * ses.el (ses):
18732         * shell.el (shell, shell-directories, shell-faces):
18733         * startup.el (initialization):
18734         * strokes.el (strokes):
18735         * term.el (term):
18736         * uniquify.el (uniquify):
18737         * w32-vars.el (w32):
18738         * calc/calc.el (calc):
18739         * emacs-lisp/bytecomp.el (bytecomp):
18740         * emacs-lisp/cl-indent.el (lisp-indent):
18741         * emacs-lisp/edebug.el (edebug):
18742         * emacs-lisp/elp.el (elp):
18743         * emacs-lisp/testcover.el (testcover):
18744         * emacs-lisp/trace.el (trace):
18745         * emulation/viper-ex.el (viper-ex):
18746         * emulation/viper-mous.el (viper-mouse):
18747         * mail/mailalias.el (mailalias):
18748         * mail/supercite.el (supercite, supercite-frames)
18749         (supercite-attr, supercite-cite, supercite-hooks):
18750         * net/rcompile.el (remote-compile):
18751         * net/rlogin.el (rlogin):
18752         * obsolete/ooutline.el (outlines):
18753         * progmodes/delphi.el (delphi):
18754         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
18755         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
18756         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
18757         (ebnf-optimization):
18758         * progmodes/etags.el (etags):
18759         * progmodes/executable.el (executable):
18760         * progmodes/idlwave.el (idlwave):
18761         * progmodes/pascal.el (pascal):
18762         * progmodes/prolog.el (prolog):
18763         * progmodes/python.el (python):
18764         * progmodes/scheme.el (scheme):
18765         * progmodes/sh-script.el (sh, sh-script):
18766         * progmodes/sql.el (SQL):
18767         * progmodes/tcl.el (tcl):
18768         * textmodes/bibtex.el (bibtex, bibtex-autokey):
18769         * textmodes/enriched.el (enriched):
18770         * textmodes/makeinfo.el (makeinfo):
18771         * textmodes/sgml-mode.el (sgml):
18772         * textmodes/table.el (table-hooks):
18773         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
18774         * textmodes/texinfo.el (texinfo):
18775         * textmodes/two-column.el (two-column):
18776         Finish `defgroup' description with period.
18778         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
18779         * eshell/esh-var.el (eshell-var):
18780         * progmodes/vhdl-mode.el (vhdl-testbench):
18781         * textmodes/org.el (org): Fix typos in docstrings.
18783         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18784         consistency.
18786         * progmodes/flymake.el (flymake-find-file): Remove.
18787         (flymake-float-time): Use `with-no-warnings'.
18788         (flymake-check-start-time, flymake-check-was-interrupted)
18789         (flymake-err-info, flymake-is-running, flymake-last-change-time)
18790         (flymake-new-err-info): `defvar' at compile time.
18792 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
18794         * replace.el (occur-hook): Doc fix.
18795         (occur-1): Don't call `occur-hook' if there are no matches.
18797 2005-07-03  Richard M. Stallman  <rms@gnu.org>
18799         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18800         global-map, save the same map.
18801         (global-map): Don't alter it at top level.
18802         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18803         Then alter it here instead.
18804         (tpu-edt-off): Set global-map to the saved one.
18806         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18807         All references simplified.
18808         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
18809         (zmacs-regions): Add defvar.
18810         (repeat-complex-command-map): Everything about that deleted.
18812         * textmodes/artist.el (artist-key-is-drawing)
18813         (artist-key-endpoint1, artist-key-poly-point-list)
18814         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18815         (artist-key-compl-table, artist-rb-save-data)
18816         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18817         Don't put them in eval-when-compile.
18818         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18820         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18821         Use with-no-warnings.
18823         * net/browse-url.el (dos-windows-version): Add defvar.
18825         * mail/supercite.el (filladapt-prefix-table): Add defvar.
18827         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18828         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18829         (rmail-new-summary-line-count): Rename from new-summary-line-count.
18830         Add defvar.
18831         (rmail-summary-beginning-of-message): Use with-no-warnings.
18832         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18834         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18835         Use with-no-warnings.
18837         * emulation/vi.el (vi-mark-region): Use c-mark-function.
18838         (c-mark-function): Add point-moving-unit property.
18839         (vi-goto-line): Use with-no-warnings.
18841         * emulation/edt.el (edt-last-copied-word): Add defvar.
18842         (zmacs-region-stays): Likewise.
18843         (edt-mark-section-wisely): Use c-mark-function for C.
18844         Use makr-defun for Fortran.
18845         (time-string): defvar deleted.
18846         (edt-display-the-time): Don't set time-string.
18848         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18850         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18851         Don't warn when name is not constant
18852         or for defining the group `emacs'.
18854         * tooltip.el (gud-tooltip-mode): Add defvar.
18856         * startup.el (default-frame-background-mode): Add defvar.
18858         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18860         * info.el (tool-bar-map): Add defvar.
18862         * dired.el (dnd-protocol-alist): Add defvar.
18864         * dired-aux.el (dired-query): Display question with answer, when
18865         the user answers.
18867         * custom.el (custom-add-option): Doc fix.
18869         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18871 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
18873         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18874         bogus name from the last change.
18876 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
18878         * custom.el (custom-declare-variable): Fix typos in comment.
18879         (custom-known-themes): Doc fix.
18880         (custom-theme-directory): New defcustom.
18881         (require-theme): Make it check `custom-theme-directory'.
18883         * cus-theme.el (custom-new-theme-mode): New function.
18884         (custom-theme-name, custom-theme-variables, custom-theme-faces)
18885         (custom-theme-description): Add compiler defvars.
18886         (customize-create-theme): Add doc to the "*New Custom Theme*"
18887         buffer.  Use `custom-new-theme-mode'.
18888         (custom-theme-write): Put the created buffer in emacs-lisp-mode
18889         and save it to the `custom-theme-directory'.  Make this the
18890         default directory of the buffer.
18892 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
18894         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18895         Fix unbalanced parentheses.
18897 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18899         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18900         into flymake-mode and delegate to flymake-mode.
18902         * find-file.el (ff-which-function-are-we-in): Clean up.
18904 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
18906         * replace.el (occur-rename-buffer): Fix docstring.
18908         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18909         (edt-last-copied-word, edt-learn-macro-count)
18910         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18911         (edt-rect-start-point, edt-user-global-map, rect-start-point)
18912         (time-string, zmacs-region-stays):
18913         * emulation/edt-mapper.el (edt-save-function-key-map)
18914         (EDT-key-name): `defvar' to silence the byte-compiler.
18916 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
18918         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18919         font-lock-regexp-backslash.  Doc fix.
18920         (font-lock-regexp-backslash-grouping-construct): Rename from
18921         font-lock-regexp-backslash-construct.  Doc fix.
18922         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18923         grouping constructs.
18925 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
18927         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18928         updating all the prerequisites.
18930 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
18932         * textmodes/org.el (org-agenda-start-on-weekday)
18933         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18934         (org-agenda-use-time-grid, org-archive-location)
18935         (org-allow-space-in-links, org-usenet-links-prefer-google)
18936         (org-enable-table-editor, org-export-default-language)
18937         (org-export-html-show-new-buffer, org-fill-paragraph)
18938         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18939         (org-goto-quit, org-occur, org-eval-in-calendar)
18940         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18941         (org-agenda-diary-entry, org-remember-help)
18942         (org-table-convert-region, org-at-table-p)
18943         (org-table-move-row-down, org-table-move-row-up)
18944         (org-table-copy-region, org-table-toggle-vline-visibility)
18945         (org-table-get-stored-formulas, org-table-get-specials)
18946         (org-recalc-commands, org-table-eval-formula)
18947         (org-table-formula-substitute-names, orgtbl-make-binding)
18948         (org-format-org-table-html, org-format-table-table-html)
18949         (org-format-table-table-html-using-table-generate-source)
18950         (org-customize): Fix typos in docstrings.
18951         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18952         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18953         (org-back-to-heading): Doc fixes.
18954         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18955         (org-agenda-change-all-lines, org-get-header):
18956         Improve argument/docstring consistency.
18957         (orgtbl-error): Fix error message.
18959         * progmodes/flymake.el (flymake-find-possible-master-files)
18960         (flymake-master-file-compare, flymake-get-line-err-count)
18961         (flymake-highlight-line, flymake-gui-warnings-enabled):
18962         Fix typos in docstrings.
18963         (flymake-parse-line, flymake-get-project-include-dirs-function)
18964         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18965         Doc fixes.
18966         (flymake-get-project-include-dirs-function)
18967         (flymake-make-err-menu-data):
18968         Improve argument/docstring consistency.
18970 2005-07-01  Lute Kamstra  <lute@gnu.org>
18972         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18973         Catch errors with ignore-errors.  Use temporary buffer.
18974         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
18976         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18977         background color faces.
18978         (facemenu-set-foreground, facemenu-set-background):
18979         Use facemenu-set-face-from-menu.
18980         (facemenu-set-face-from-menu): Treat face names that start with
18981         "fg:" or "bg:" as special.
18982         (facemenu-add-new-color): Don't create faces.  Simplify.
18984 2005-06-30  Richard M. Stallman  <rms@gnu.org>
18986         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18987         (crm-find-current-element): Likewise.
18989 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18991         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18993 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18995         * arc-mode.el (archive-extract): Make it work as a mouse binding.
18996         (archive-mouse-extract): Make it an obsolete alias.
18997         (archive-mode-map): Don't use archive-mouse-extract any more.
18998         (archive-mode, archive-extract): write-contents-hooks ->
18999         write-contents-functions.
19000         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19001         first arg.
19002         (archive-rename-entry): Update the call.
19003         (archive-zip-summarize): Remove unused var `method'.
19004         (archive-lzh-summarize): Remove unused var `creator'.
19006         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19007         dedicated frame upon exit.
19009         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19010         (archive-zip-extract, archive-zip-expunge)
19011         (archive-zip-update, archive-zip-update-case): Use executable-find.
19012         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19013         Use restore-buffer-modified-p.
19014         (archive-extract, archive-add-new-member, archive-write-file-member):
19015         Use with-current-buffer.
19016         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19018 2005-06-30  Andreas Schwab  <schwab@suse.de>
19020         * progmodes/gud.el (gud-filter): Remove unneeded progn.
19022 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19024         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19026 2005-06-30  Juri Linkov  <juri@jurta.org>
19028         * faces.el (vertical-border): Inherit from mode-line-inactive
19029         only on tty.
19031 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
19033         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19034         example, -NLINES in the `occur' docstring).
19036         * replace.el (occur-1): When no matches are found, do not set the
19037         `buffer-read-only' and modified flags for the occur buffer,
19038         because it is deleted.
19040         * emulation/cua-base.el (cua-check-pending-input)
19041         (cua-repeat-replace-region, cua-mode, cua-debug)
19042         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19043         Fix typos in docstrings.
19045         * emulation/cua-gmrk.el (cua-toggle-global-mark)
19046         (cua-cut-region-to-global-mark)
19047         (cua--cut-rectangle-to-global-mark):
19048         Remove period from end of messages.
19050         * emulation/cua-rect.el (cua-do-rectangle-padding):
19051         Remove period from end of messages.
19052         (cua--rectangle-seq-format): Fix typo in docstring.
19053         (cua-sequence-rectangle, cua-fill-char-rectangle):
19054         Improve argument/docstring consistency.
19056 2005-06-29  Juri Linkov  <juri@jurta.org>
19058         * faces.el (default-frame-background-mode): New internal variable.
19059         (frame-set-background-mode): Use it.
19061         * startup.el (normal-top-level): Set default-frame-background-mode
19062         instead of frame-background-mode.  Before setting it, test for its
19063         nil value.  Remove tests for frame-background-mode and frame
19064         parameter `reverse'.  Add test for "unspecified-fg".
19066         * term/xterm.el (xterm-rxvt-set-background-mode):
19067         * term/rxvt.el (rxvt-set-background-mode):
19068         Set default-frame-background-mode instead of frame-background-mode.
19070 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
19072         * simple.el (set-variable): Warn about obsolete user variables.
19074         * imenu.el (imenu--completion-buffer):
19075         * mouse.el (mouse-buffer-menu-alist):
19076         * msb.el (msb-invisible-buffer-p):
19077         * calendar/diary-lib.el (diary-header-line-format):
19078         * emacs-lisp/pp.el (pp-buffer):
19079         * progmodes/cperl-mode.el (cperl-do-auto-fill):
19080         * textmodes/picture.el (picture-replace-match):
19081         Change space constants followed by a sexp to "?\s ".
19083         * play/decipher.el (decipher-loop-with-breaks):
19084         * textmodes/texinfo.el (texinfo-insert-@item): Change space
19085         constants "protected" from end of line by a comment to "?\s".
19087 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19089         * font-lock.el (save-buffer-state): Use `declare'.
19091         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19092         reset the syntax-table to cperl-mode-syntax-table.
19093         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19094         "foo_print_bar" is not matched as a reserved keyword.
19096 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
19098         * textmodes/org.el (orgtbl-setup): New function, for delayed
19099         setup for the orgtbl commands.
19100         (org-calc-default-modes): New option.
19101         (orgtbl-make-binding): Use `defun' to get better help display.
19102         (org-diary): Call `org-compile-prefix-format'.
19103         (org-table-formula-substitute-names): New function.
19104         (org-agenda-day-view, org-agenda-week-view): New commands.
19105         (org-agenda-toggle-week-view): Command removed.
19106         (org-tbl-menu): Split off from org-org-menu.
19107         (org-mode): Move removal of outline-mode menus to here.
19108         (org-table-formula-debug): New option.
19109         (org-table-insert-row): Keep first field if just "#" or "*".
19110         (org-mode): Paragraph regexps fixed.
19111         (org-table-recalculate-regexp): New constant.
19112         (org-table-justify-field-maybe): Avoid replace if not necessary.
19113         (org-copy-special, org-cut-special): Use `call-interactively'.
19114         (org-table-copy-region): Take region from `interactive' call.
19115         (org-trim): Return string even if no match.
19116         (org-formula): New face.
19117         (org-set-font-lock-defaults): No longer highlight "FIXME".
19118         But highlight formula-related fields in table.
19119         (org-table-p): Use regexp, not fontification.
19120         (org-table-align): Handle white space at end of line.
19121         (org-table-formula-evaluate-inline): New option.
19122         (org-mode): Auto-wrapping in comment lines turned off.
19123         (org-table-copy-down): Evaluate only in copied field, not in
19124         destination.
19125         (org-table-current-formula): Variable removed.
19126         (org-table-store-formulas, org-table-get-stored-formulas)
19127         (org-table-modify-formulas, org-table-replace-in-formulas)
19128         (org-table-maybe-eval-formula): New functions.
19129         (org-table-get-formula): Modify to use stored formulas.
19130         (org-table-insert-column, org-table-delete-column)
19131         (org-table-move-column): Call `org-table-modify-formulas'.
19132         (org-complete): Add completion for keyword formulas.
19133         (orgtbl-mode): Pull orgtbl-mode-map to start of
19134         minor-mode-map-alist.
19136 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19138         * progmodes/python.el (python-check): Require `compile' before
19139         modifying its variables.
19141         * newcomment.el (comment-indent-default): Don't get fooled by an early
19142         end of buffer.
19144 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19146         * ps-print.el (ps-print-version): Fix version number.
19148 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
19150         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19152 2005-06-28  Richard M. Stallman  <rms@gnu.org>
19154         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19155         (flyspell-local-mouse-map): Declaration deleted.
19156         (flyspell-mouse-map): Bind only mouse-2.
19157         (flyspell-mode-map): Don't test flyspell-use-local-map.
19158         (flyspell-overlay-keymap-property-name): Var deleted.
19159         (flyspell-mode-on): Don't make local bindings for
19160         flyspell-mouse-map and flyspell-mode-map.
19161         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19163         * textmodes/ispell.el (ispell-word): Do not ignore short words.
19165         * progmodes/compile.el (compilation-next-error-function):
19166         Don't switch buffers; operate on the current buffer.
19168         * progmodes/compile.el (compilation-error-file-name)
19169         (compilation-warning-file-name, compilation-info-file-name)
19170         (compilation-line-number, compilation-column-number): New faces.
19171         (compilation-error-face, compilation-warning-face)
19172         (compilation-info-face, compilation-line-face)
19173         (compilation-column-face): Use them.
19175         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19177         * comint.el (comint-password-prompt-regexp): Accept ", try again".
19179         * bindings.el (global-map): Bind insertchar and its variants.
19181 2005-06-27  Richard M. Stallman  <rms@gnu.org>
19183         * textmodes/artist.el (artist-text-overwrite)
19184         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19186 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19188         * ps-print.el: It was not working the page selection for printing.
19189         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19190         (ps-print-version): New version 6.6.7.
19191         (ps-end-sheet): New fun.
19192         (ps-header-sheet, ps-end-job): Call it.
19194 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
19196         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19198 2005-06-27  Lute Kamstra  <lute@gnu.org>
19200         * facemenu.el (facemenu-unlisted-faces): Add foreground and
19201         background color faces.
19202         (facemenu-get-face): Delete function.
19203         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19204         (facemenu-add-new-color): Make second argument mandatory.
19205         Create the appropriate face and return it.  Simplify.
19206         (facemenu-set-foreground, facemenu-set-background): Don't check if
19207         color is defined.  Use return value of facemenu-add-new-color.
19209 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
19211         * progmodes/gud.el (gud-filter): Add missing argument to
19212         with-selected-window.
19214 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19216         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19217         a :require to the defcustom.
19219         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19220         defcustoms corresponding to minor modes.
19222 2005-06-26  David Ponce  <david@dponce.com>
19224         * recentf.el: Require tree-widget instead of wid-edit.
19225         (recentf-filename-handler): Fix widget :type.
19226         (recentf-cancel-dialog, recentf-open-more-files)
19227         (recentf-open-files-action): Doc fix.
19228         (recentf-dialog-goto-first): New function.
19229         (recentf-dialog-mode-map): Set parent keymap first.
19230         (recentf-dialog-mode): Define with define-derived-mode.
19231         Don't display continuation lines in dialogs.
19232         (recentf-edit-list): Rename from recentf-edit-selected-items.
19233         (recentf-edit-list-select): Rename from recentf-edit-list-action.
19234         Simplify.
19235         (recentf-edit-list-validate): New function.
19236         (recentf-edit-list): Update accordingly.
19237         (recentf-open-files-item-shift): Remove.
19238         (recentf-open-files-item): Convert menu elements into tree and
19239         link widgets.  Don't create the widgets.
19240         (recentf-open-files): Update accordingly.
19241         (recentf-save-list): Untabify.
19243 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
19245         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19246         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
19247         partially contained in the active region.  Do not take active
19248         region into account when called from Lisp, unless INTERACTIVE arg
19249         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
19250         avoid trouble with fields.  Make marker point nowhere when no
19251         longer used.  Always return nil.  Doc fix.
19252         (flush-lines): Add INTERACTIVE arg.  Do not take active region
19253         into account when called from Lisp, unless INTERACTIVE arg is
19254         non-nil.  Use `forward-line' instead of `beginning-of-line' to
19255         avoid trouble with fields.  Make marker point nowhere when no
19256         longer used.  Always return nil.  Doc fix.
19257         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
19258         interchangeable.  Do not take active region into account when
19259         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
19260         message in echo area when called from Lisp, unless INTERACTIVE arg
19261         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
19262         Return the number of matches.  Doc fix.
19263         (occur): Doc fix.
19264         (perform-replace): Make comment follow double space convention for
19265         the sake of `outline-minor-mode'.
19267         * faces.el (facep): Doc fix.
19269 2005-06-25  Richard M. Stallman  <rms@gnu.org>
19271         * facemenu.el (facemenu-enable-faces-p): New function.
19272         (facemenu-background-menu, facemenu-foreground-menu)
19273         (facemenu-face-menu): Add menu-enable property.
19275         * jka-compr.el (jka-compr-insert-file-contents):
19276         Special handling if cannot find the uncompression program.
19278         * cus-face.el (custom-face-attributes): Add autoload.
19280         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19281         Bind comment-indent-function locally.
19283         * window.el (save-selected-window): Use save-current-buffer.
19285         * subr.el (with-selected-window): Use save-current-buffer.
19287         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19288         and with-current-buffer.
19290 2005-06-24  Richard M. Stallman  <rms@gnu.org>
19292         * simple.el (line-move-1): Fix previous change.
19294 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19296         * replace.el (occur-1): Set `buffer-read-only' and the
19297         buffer-modified flag before running `occur-hook' to protect
19298         against unintentional buffer switches that can lead to data loss.
19300 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
19302         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19303         (gud-gdb-marker-filter): Use font-lock-warning-face for any
19304         initial error.
19306         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19307         after fresh input.
19308         (gdb-var-create-handler): Put name of expression in quotes.
19310 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
19312         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19313         elements of RING in order, and without bogus nil elements.
19315 2005-06-23  Richard M. Stallman  <rms@gnu.org>
19317         * simple.el (set-variable): Args renamed; doc fix.
19318         (line-move-1): When there are overlays around, use vertical-motion.
19320         * faces.el (escape-glyph): Use brown against light background.
19321         (nobreak-space): Rename from no-break-space.
19322         Fix previous change.
19324         * dired-aux.el (dired-do-copy): Fix arg prompt.
19326         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19328 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19330         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19331         rather than "Distributor".
19333 2005-06-23  Lute Kamstra  <lute@gnu.org>
19335         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19336         (debug-on-entry): Use it.  New interactive declaration that uses
19337         function-called-at-point.
19339 2005-06-23  Kim F. Storm  <storm@cua.dk>
19341         * subr.el (save-match-data): Add comment about using evaporate arg
19342         to set-match-data.
19344 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
19346         * cus-edit.el (customize-face)
19347         (customize-face-other-window): Handle face aliases.
19349         * faces.el (face-documentation, set-face-attribute)
19350         (face-spec-set): Handle face aliases.
19352 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
19354         * help-mode.el (help-make-xrefs): If a symbol representing a face
19355         name is not followed by the word "face", it could still be a
19356         function or variable name, so don't bypass other checks.
19358 2005-06-22  Juri Linkov  <juri@jurta.org>
19360         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19361         Replace aliased functions with calls where second arg `inherit' is t.
19363 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
19365         * progmodes/gdb-ui.el (gdb-error): New variable.
19366         (gdb-error): New function.
19367         (gdb-annotation-rules): Act on error-begin and error annotations.
19368         (gdb-concat-output): Use font-lock-warning-face for errors.
19370 2005-06-22  Miles Bader  <miles@gnu.org>
19372         * bindings.el (propertized-buffer-identification): Use renamed
19373         `Buffer-menu-buffer' face.
19375         * faces.el (vertical-border): Rename from `vertical-divider'.
19376         (escape-glyph): Change dark-background color back to `cyan'.
19378 2005-06-21  Juri Linkov  <juri@jurta.org>
19380         * faces.el (face-user-default-spec): Try getting `customized-face'
19381         prior to `saved-face'.
19382         (frame-background-mode): Refill docstring.
19384         * emacs-lisp/lisp-mode.el (eval-defun-1):
19385         * emacs-lisp/edebug.el (edebug-eval-defun):
19386         Set `saved-face' temporarily to nil before calling form.
19387         Set `customized-face' to the new spec after that.
19389 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19391         * subr.el (1value, lambda, key-substitution-in-progress):
19392         Doc fixes.
19394         * autoinsert.el (auto-insert-alist):
19395         * ses.el (ses-call-printer):
19396         * subr.el (noreturn):
19397         * emacs-lisp/lisp.el (check-parens):
19398         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19399         * net/browse-url.el (browse-url-mosaic):
19400         * progmodes/cc-defs.el (c-safe-scan-lists):
19401         * progmodes/ebnf-abn.el (ebnf-abn-lex):
19402         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19403         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19404         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19405         * progmodes/ebnf-iso.el (ebnf-iso-lex):
19406         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19408 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19410         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19412 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
19414         * calendar/appt.el (appt-make-list): Activate the package, if
19415         not already active (for backwards compatibility).
19417 2005-06-20  Kim F. Storm  <storm@cua.dk>
19419         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
19421 2005-06-20  Miles Bader  <miles@gnu.org>
19423         * faces.el (vertical-divider): New face.
19425 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
19427         * simple.el (kill-whole-line): Doc fix.
19428         (next-error-buffer-p, next-error-find-buffer)
19429         (clone-indirect-buffer): Fix typos in docstrings.
19430         (comment-line-break-function): Doc fix: don't say variable
19431         is automatically buffer-local (it isn't).
19433 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
19435         * net/tramp-ftp.el (top):
19436         * net/tramp-smb.el (top):
19437         * net/tramp-util.el (top):
19438         * net/tramp-uu.el (top):
19439         * net/tramp-vc.el (top):
19440         * net/tramp.el (top): Revert copyright years back to original
19441         ones.  Tramp has a life outside GNU Emacs.
19443 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
19445         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19447 2005-06-18  Juri Linkov  <juri@jurta.org>
19449         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19450         end of first regexp to limit the match to the position between
19451         line number and source line with same separator character as used
19452         between file name and line number.  In the second regexp limit
19453         mouse-face area to file name and line number by adding new group
19454         for them and referring it in HYPERLINK arg.
19455         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19456         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19457         previous line where grep markers may be already removed.
19459 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
19461         * progmodes/ps-mode.el: Update version and maintainer's email address.
19463 2005-06-18  Steve Youngs  <steve@xemacs.org>
19465         * net/browse-url.el (browse-url-browser-function)
19466         (browse-url-default-browser): Add firefox.
19467         (browse-url-firefox-program, browse-url-firefox-arguments)
19468         (browse-url-firefox-startup-arguments)
19469         (browse-url-firefox-new-window-is-tab): New defcustoms.
19470         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19472 2005-06-17  Richard M. Stallman  <rms@gnu.org>
19474         * startup.el (command-line): Warn if specified user name has
19475         no home directory.
19477         * term.el (term-get-old-input, term-input-filter, term-input-sender)
19478         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19480         * longlines.el (longlines-mode, longlines-show-hard-newlines):
19481         Doc fixes.
19483         * faces.el (underline): Try bold if terminal doesn't support underline.
19485         * mail/sendmail.el (mail-setup-with-from): New variable.
19486         (mail-insert-from-field): New function.
19487         (sendmail-send-it): Call it.
19488         (mail-setup): Optionally call it here.
19490         * term/linux.el: Call tty-no-underline.
19492 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
19494         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19496 2005-06-17  Miles Bader  <miles@gnu.org>
19498         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19499         (ediff-current-diff-C, ediff-current-diff-Ancestor)
19500         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19501         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19502         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19503         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19504         Remove "-face" suffix from face names.
19505         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19506         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19507         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19508         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19509         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19510         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19511         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19512         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19513         New backward-compatibility aliases for renamed faces.
19514         (ediff-current-diff-face-A, ediff-current-diff-face-B)
19515         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19516         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19517         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19518         (ediff-even-diff-face-A, ediff-even-diff-face-B)
19519         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19520         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19521         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19522         Use renamed ediff faces.
19524         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19525         Remove "-face" suffix from face names.
19526         (eshell-test-ok-face, eshell-test-failed-face):
19527         New backward-compatibility aliases for renamed faces.
19528         (eshell-run-test): Use renamed eshell-test faces.
19530         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19531         face name.
19532         (eshell-prompt-face): New backward-compatibility alias for renamed
19533         face.
19534         (eshell-emit-prompt): Use renamed eshell-prompt face.
19536         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19537         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19538         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19539         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19540         Remove "-face" suffix from face names.
19541         (eshell-ls-directory-face, eshell-ls-symlink-face)
19542         (eshell-ls-executable-face, eshell-ls-readonly-face)
19543         (eshell-ls-unreadable-face, eshell-ls-special-face)
19544         (eshell-ls-missing-face, eshell-ls-archive-face)
19545         (eshell-ls-backup-face, eshell-ls-product-face)
19546         (eshell-ls-clutter-face):
19547         New backward-compatibility aliases for renamed faces.
19548         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19550         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19551         Remove "-face" suffix from face name.
19552         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19553         instead of literal face.
19555 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
19557         * emacs-lisp/warnings.el (display-warning, lwarn)
19558         (warning-minimum-log-level): Doc fixes.
19559         (warning-minimum-level, warning-minimum-log-level):
19560         Add :debug to :type choices.
19562         * progmodes/ada-mode.el (ada-format-paramlist)
19563         (ada-get-indent-case, ada-check-matching-start)
19564         (ada-check-defun-name, ada-goto-matching-decl-start)
19565         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19566         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19567         (ada-make-subprogram-body): Follow error conventions.
19568         (ada-case-exception-file, ada-indent-comment-as-code)
19569         (ada-indent-handle-comment-special, ada-indent-renames)
19570         (ada-indent-return, ada-search-directories-internal)
19571         (ada-tab-policy, ada-case-exception-substring)
19572         (ada-other-file-alist, ada-matching-start-re)
19573         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19574         (ada-imenu-generic-expression, ada-compile-goto-error)
19575         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19576         (ada-popup-menu, ada-add-extensions, ada-mode)
19577         (ada-region-selected, ada-create-case-exception)
19578         (ada-create-case-exception-substring, ada-after-keyword-p)
19579         (ada-activate-keys-for-case, ada-adjust-case-region)
19580         (ada-adjust-case-buffer, ada-format-paramlist)
19581         (ada-scan-paramlist, ada-insert-paramlist)
19582         (ada-indent-newline-indent)
19583         (ada-indent-newline-indent-conditional)
19584         (ada-justified-indent-current, ada-goto-previous-word)
19585         (ada-indent-current, ada-get-indent-open-paren)
19586         (ada-get-indent-paramlist, ada-get-indent-end)
19587         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19588         (ada-get-indent-block-start, ada-get-indent-subprog)
19589         (ada-get-indent-noindent, ada-get-indent-label)
19590         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19591         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19592         (ada-goto-stmt-end, ada-goto-next-word)
19593         (ada-check-matching-start, ada-check-defun-name)
19594         (ada-goto-matching-decl-start, ada-goto-matching-start)
19595         (ada-goto-matching-end, ada-search-ignore-string-comment)
19596         (ada-in-decl-p, ada-looking-at-semi-or)
19597         (ada-looking-at-semi-private, ada-in-paramlist-p)
19598         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19599         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19600         (ada-next-procedure, ada-previous-procedure, ada-next-package)
19601         (ada-previous-package, ada-create-menu)
19602         (ada-fill-comment-paragraph-justify)
19603         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19604         (ada-other-file-name, ada-last-which-function-line)
19605         (ada-last-which-function-subprog, ada-which-function)
19606         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19607         (ada-gen-treat-proc, ada-check-emacs-version)
19608         (ada-continuation-indent, ada-align-region-separate):
19609         Fix typos in docstrings.
19610         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19612 2005-06-16  Lute Kamstra  <lute@gnu.org>
19614         * simple.el (fundamental-mode): Run after-change-major-mode-hook
19615         conditionally.
19617 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19619         * comint.el (comint-replace-by-expanded-filename)
19620         (comint-prompt-regexp, comint-delimiter-argument-list)
19621         (comint-preinput-scroll-to-bottom):
19622         * info.el (Info-hide-cookies-node):
19623         * ls-lisp.el (ls-lisp-classify):
19624         * find-file.el (ff-search-directories, ff-special-constructs)
19625         (ff-find-other-file):
19626         * font-lock.el (font-lock-keywords):
19627         * shell.el (shell-prompt-pattern)
19628         (shell-dynamic-complete-functions, shell-mode)
19629         (shell-delimiter-argument-list):
19630         * term.el (term-replace-by-expanded-filename)
19631         (term-prompt-regexp, term-delimiter-argument-list):
19632         * woman.el (woman-ignore, woman0-if):
19633         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19634         * emacs-lisp/elint.el (elint-init-env):
19635         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19636         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19637         * language/ethio-util.el (ethio-tilde-escape)
19638         (ethio-use-three-dot-question):
19639         * net/zone-mode.el (zone-mode-load-time-setup):
19640         * progmodes/cc-align.el (c-lineup-argcont):
19641         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19642         * progmodes/cperl-mode.el (cperl-set-style-back):
19643         * progmodes/inf-lisp.el (inferior-lisp-prompt):
19644         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19645         Fix spellings in docstrings.
19647         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19648         * progmodes/modula2.el (m2-for): Fix spellings.
19650         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19652         * simple.el (undo-more): Don't use `format' on `error' arguments.
19653         Improve argument/docstring consistency.
19654         (pending-undo-list): Doc fix.
19656         * smerge-mode.el (smerge-ensure-match):
19657         * emulation/vip.el (vip-ex):
19658         * net/zone-mode.el (zone-mode-update-serial):
19659         * progmodes/idlwave.el (idlwave-complete):
19660         * progmodes/vhdl-mode.el (vhdl-visit-file)
19661         (vhdl-compose-wire-components):
19662         Don't use `format' on `error' arguments.
19664         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19665         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19666         (tooltip-help-tips): Fix typos in docstrings.
19668 2005-06-16  David Ponce  <david@dponce.com>
19670         * tree-widget.el (tree-widget-value-create): Simplify last change.
19672 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
19674         * ido.el (ido-incomplete-regexp): New variable.
19675         (ido-set-matches-1): Handle invalid-regexp error and set
19676         ido-incomplete-regexp.
19677         (ido-incomplete-regexp): New face.
19678         (ido-completions): Use it.
19679         (ido-complete, ido-exit-minibuffer, ido-completions):
19680         Handle incomplete regexps.
19681         (ido-completions): Add check for complete match when entering a regexp.
19683 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19685         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19687 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19689         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19690         by field delimiters.
19692 2005-06-15  David Ponce  <david@dponce.com>
19694         * tree-widget.el: eval-and-compile inlined functions so they will
19695         be available at run-time too.
19696         (tree-widget-super-format-handler)
19697         (tree-widget-format-handler): Remove.
19698         (tree-widget-value-create): Handle the :indent property.
19700 2005-06-15  Miles Bader  <miles@gnu.org>
19702         * progmodes/which-func.el (which-func): Only inherit
19703         `font-lock-function-name-face' when that makes sense against the
19704         default mode-line face, otherwise set the face color explicitly.
19706         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19707         faces instead of (non-existent) variables.
19709 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19711         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19712         (iswitchb-get-matched-buffers): Likewise.  Simplify.
19714 2005-06-14  Miles Bader  <miles@gnu.org>
19716         * progmodes/ld-script.el (ld-script-location-counter):
19717         Remove "-face" suffix from face name.
19718         (ld-script-location-counter-face):
19719         New backward-compatibility alias for renamed face.
19720         (ld-script-location-counter-face): Use renamed face.
19722         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19723         (cperl-hash): Remove "-face" suffix from face names.
19724         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19725         New backward-compatibility aliases for renamed faces.
19726         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19727         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19729         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19730         name.
19731         (which-func-face): New backward-compatibility alias for renamed face.
19732         (which-func-format): Use renamed which-func face.
19734         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19735         (vhdl-function, vhdl-directive, vhdl-reserved-word)
19736         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19737         names.
19738         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19739         (vhdl-speedbar-configuration, vhdl-speedbar-package)
19740         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19741         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19742         (vhdl-speedbar-architecture-selected)
19743         (vhdl-speedbar-configuration-selected)
19744         (vhdl-speedbar-package-selected)
19745         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
19746         names.
19747         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
19748         Use renamed faces.
19749         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
19750         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
19751         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
19752         Use renamed faces.
19753         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
19754         names.
19755         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
19756         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
19757         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
19758         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
19759         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
19760         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
19762         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
19763         face name.
19764         (sh-heredoc-face): New backward-compatibility alias for renamed face.
19765         (sh-heredoc-face): Use renamed sh-heredoc face.
19767         * progmodes/idlw-help.el (idlwave-help-link):
19768         Remove "-face" suffix from face name.
19769         (idlwave-help-link-face):
19770         New backward-compatibility alias for renamed face.
19771         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
19773         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
19774         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
19775         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
19776         New backward-compatibility aliases for renamed faces.
19777         (idlwave-shell-disabled-breakpoint-face)
19778         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
19780         * progmodes/flymake.el (flymake-errline, flymake-warnline):
19781         Remove "-face" suffix from face names.
19782         (flymake-errline-face, flymake-warnline-face):
19783         New backward-compatibility aliases for renamed faces.
19784         (flymake-highlight-line): Use renamed flymake faces.
19786         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19787         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19788         (ebrowse-member-class, ebrowse-progress):
19789         Remove "-face" suffix from face names.
19790         (ebrowse-tree-mark-face, ebrowse-root-class-face)
19791         (ebrowse-file-name-face, ebrowse-default-face)
19792         (ebrowse-member-attribute-face, ebrowse-member-class-face)
19793         (ebrowse-progress-face):
19794         New backward-compatibility aliases for renamed faces.
19795         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19796         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19797         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19798         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19800         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19801         antlr-syntax)
19802         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19803         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19804         names.
19805         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19806         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19807         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19808         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19809         backward-compatibility aliases for renamed faces.
19810         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19811         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19812         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19813         remove "font-lock-".  Use renamed antlr-mode faces.
19814         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
19815         literal face-names with face variable references.
19817         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19818         face name.
19819         (Buffer-menu-buffer-face): New backward-compatibility alias for
19820         renamed face.
19821         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19823 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
19825         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19826         Eliminate "-face" suffix.
19827         (makefile-targets): Inherit from font-lock-function-name-face and
19828         eliminate "-face" suffix.
19829         (makefile-shell): Remove attributes and eliminate "-face" suffix.
19830         (makefile-*-font-lock-keywords): Append makefile-targets in rule
19831         actions, instead of prepending, to make it less visible.
19832         (makefile-previous-dependency, makefile-match-dependency):
19833         Don't match a target on a continuation line.
19835         * files.el (auto-mode-alist): Put Makefile in gmake mode.
19837 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
19839         * progmodes/gdb-ui.el (menu): Re-order menu items.
19840         (gdb-tooltip-print): Respect tooltip-use-echo-area.
19842         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19843         Define in tooltip.el.
19844         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19845         (gud-tooltip-tips): Respect tooltip-use-echo-area and
19846         gud-tooltip-echo-area.
19848         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19849         backward compatibility and make obsolete.
19850         (tooltip-help-tips): Use tooltip-use-echo-area.
19851         (tooltip-show-help-function): Rename to...
19852         (tooltip-show-help): ...this, because it is a function.
19853         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19855 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
19857         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19858         (edebug-print-length, edebug-print-level, edebug-print-circle)
19859         (edebug-modify-breakpoint, edebug-eval-last-sexp)
19860         (edebug-eval-print-last-sexp): Doc fixes.
19862 2005-06-14  Kim F. Storm  <storm@cua.dk>
19864         * ido.el (ido-mode): Make a new keymap every time we enable ido,
19865         as the coverage buffer/file/both may change.
19867 2005-06-14  Lute Kamstra  <lute@gnu.org>
19869         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19870         and run-mode-hooks.  Simplify.
19872         * mail/rmailedit.el (rmail-edit-mode):
19873         * progmodes/octave-inf.el (inferior-octave-mode):
19874         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19876         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19877         and run-mode-hooks.
19878         (recentf-edit-list, recentf-open-files): Don't call
19879         kill-all-local-variables directly.
19881         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19883 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19885         * emacs-lisp/byte-run.el (make-obsolete)
19886         (define-obsolete-function-alias): Rename arguments FUNCTION and
19887         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19888         (make-obsolete-variable, define-obsolete-variable-alias):
19889         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19890         respectively.
19892         * isearchb.el (isearchb-activate):
19893         * pcvs.el (cvs-mode):
19894         * ses.el (ses-load):
19895         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19896         * net/tramp.el (tramp-find-file-exists-command)
19897         (tramp-find-shell):
19898         * progmodes/ada-mode.el (ada-create-case-exception)
19899         (ada-create-case-exception-substring, ada-make-subprogram-body):
19900         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19901         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19902         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19903         * textmodes/org.el (org-promote, org-evaluate-time-range)
19904         (org-agenda-next-date-line, org-agenda-previous-date-line)
19905         (org-agenda-error, org-open-at-point, org-table-move-row)
19906         (org-format-table-table-html-using-table-generate-source)
19907         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19908         * textmodes/reftex.el (reftex-access-scan-info):
19909         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19910         (reftex-toc-promote-prepare): Follow error conventions.
19912         * diff-mode.el (diff-mode): Fix typo in docstring.
19914         * forms.el (forms--intuit-from-file): Fix reference to
19915         `forms-number-of-fields' in error message.
19916         (forms-print): Fix quoting in error message.
19918         * forms.el (forms-mode):
19919         * emulation/vi.el (vi-goto-insert-state):
19920         * progmodes/flymake.el (flymake-new-err-info)
19921         (flymake-start-syntax-check-for-current-buffer)
19922         (flymake-simple-cleanup):
19923         * eshell/esh-var.el (eshell/export):
19924         * progmodes/gud.el (xdb):
19925         * textmodes/flyspell.el (flyspell-incorrect-hook)
19926         (flyspell-maybe-correct-transposition)
19927         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19929 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
19931         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19932         minibuffer prompt.
19934 2005-06-13  Kim F. Storm  <storm@cua.dk>
19936         * subr.el (add-to-ordered-list): New defun.
19938         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19939         add cua--keymap-alist to emulation-mode-map-alists.
19941 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19943         * subr.el (complete-in-turn): New macro.
19944         (dynamic-completion-table, lazy-completion-table): Add debug info.
19946         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19947         in preference to face aliases.
19949         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19950         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19951         Remove unused vars `start' and `firstline'.
19952         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19953         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19955 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
19957         * cus-start.el (all): Don't complain about missing GTK-related
19958         variables, unless either `gtk' is boundp or this isn't a
19959         `windows-nt' build.
19961 2005-06-13  Lute Kamstra  <lute@gnu.org>
19963         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19964         run-mode-hooks.
19966         * ediff-mult.el (ediff-meta-mode):
19967         * ediff-util.el (ediff-mode): Use run-mode-hooks.
19969         * ledit.el (ledit-mode): Use delay-mode-hooks.
19971         * woman.el (woman-mode-line-format): Delete constant.
19972         (woman-mode-map): Initialize it properly.
19973         (woman-mode): Set mode-class property to special.
19974         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
19975         Set major-mode and mode-name.  Don't set mode-line-format directly.
19976         (Man-getpage-in-background): Don't reference woman-mode-line-format.
19978         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19979         string argument obsolete.
19981 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
19983         * textmodes/org.el (org-CUA-compatible): New option.
19984         (org-disputed-keys): New variable.
19985         (org-key): New function.
19986         (orgtbl-make-binding): Add docstring to the created function.
19987         (org-mode): Set paragraph start/separate regexps.
19988         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19989         (org-archive-location, org-archive-mark-done)
19990         (org-archive-stamp-time): New options.
19991         (org-archive-subtree): New command.
19992         (org-fill-paragraph): New function.
19993         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19994         (org-fake-empty-table-line): Function removed.
19995         (org-format-org-table-html): Do not create empty table lines at
19996         separator lines.  Improved table header treatment.
19997         (org-link-format): New option.
19998         (org-make-link): New function.
19999         (org-insert-link, org-store-link): Use org-make-link.
20000         (org-open-file): Quote file name for shell command, to allow
20001         spaces in file names.
20002         (org-link-regexp): Fix bug with mailto link.
20003         (org-link-maybe-angles-regexp, org-protected-link-regexp):
20004         New constants.
20005         (org-export-as-html): Deal with the optional angles around a link.
20006         Better treatment of file: links.
20007         (org-open-at-point): Replace @{ and @} with < and >.
20008         (org-run-mode-hooks): Function removed.
20009         (org-agenda-mode): No longer use `org-run-mode-hooks'.
20011 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
20013         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20014         MI command -data-list-register-values.
20015         (gdb-post-prompt): Indent properly.
20017 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
20019         * hilit-chg.el (highlight-changes-colors): Rename from
20020         `highlight-changes-colours'.
20021         (highlight-changes-colours): Keep as obsolete alias.
20022         (highlight-changes-face-list): Doc fix.
20023         (hilit-chg-make-list): Use `highlight-changes-colors'.
20025 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
20027         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20028         defun-prompt-regexp.
20030 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
20032         * loadup.el: Don't say we are dumping under 2 names on windows-nt
20033         and cygwin.
20035         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20036         Don't use an old loaddefs.el, as in Makefile.in.
20038 2005-06-12  Lute Kamstra  <lute@gnu.org>
20040         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20042         * man.el (Man-mode-map): Initialize it properly.
20043         (Man-mode): Set mode-class property to special.
20045         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20047 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
20049         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20050         A newline is needed in the docstring there.
20052         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20053         Doc fixes.
20055 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20057         * printing.el: Doc fix.  The menubar is no more changed when printing
20058         is loaded, it only changes when pr-menu-bind or pr-update-menus is
20059         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
20060         (pr-version): New version number (6.8.4).
20061         (pr-menu-bind): New command.
20062         (pr-update-menus): Docstring and code fix.
20063         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20064         Docstring fix.
20065         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20066         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20068 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
20070         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20071         "Returns" to "return", document useful return values, etc.
20073 2005-06-11  Alan Mackenzie  <acm@muc.de>
20075         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20076         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20077         (adaptive-file-function): Minor amendment to doc-string.
20079 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20081         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20082         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20083         Fix :type--it is `integer', not `string'.
20085         * faces.el (modeline-highlight): Rename from (the erroneous)
20086         `modeline-higilight'.
20088 2005-06-11  Lute Kamstra  <lute@gnu.org>
20090         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20091         lisp-interaction-mode-map but make it the parent.
20092         (edebug-eval-mode): Use define-derived-mode.
20094 2005-06-11  Andreas Schwab  <schwab@suse.de>
20096         * bindings.el: Add binding of `ESC functionkey' for every
20097         `M-functionkey'.
20098         * hexl.el (hexl-mode-map): Likewise.
20100 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
20102         * progmodes/compile.el (compilation-error-regexp-alist-alist)
20103         [msft]: update regexp for newer msft compilers.
20105 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
20107         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20108         ATTLIST portions of included DTDs.
20109         (xml-parse-dtd): Eliminate use of inefficient match-data.
20111 2005-06-10  Miles Bader  <miles@gnu.org>
20113         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20114         (mpuz-text): Remove "-face" suffix from face names.
20115         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20116         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20117         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20119         * play/gomoku.el (gomoku-O, gomoku-X):
20120         Remove "-face" suffix from face names.
20121         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20122         New backward-compatibility aliases for renamed faces.
20123         (gomoku-font-lock-keywords): Use renamed gomoku faces.
20125 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
20127         * thumbs.el: Fixes for changes of 2005-06-09.
20128         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20129         as a directory.
20130         (thumbs-thumbname): Remove directory separator from format string;
20131         `thumbs-thumbsdir' now returns a valid directory name.
20132         (thumbs-temp-dir): New defsubst.
20133         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20134         Use it.
20136         * cus-edit.el (minibuffer):
20137         * files.el (make-backup-file-name-function):
20138         * filesets.el (filesets-external-viewers):
20139         * hilit-chg.el (highlight-changes-colours)
20140         (highlight-changes-face-list, highlight-changes-rotate-faces):
20141         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20142         * kmacro.el (kmacro-call-macro):
20143         * log-edit.el (log-edit-changelog-full-paragraphs):
20144         * mouse.el (mouse-1-click-follows-link):
20145         * skeleton.el (skeleton-autowrap):
20146         * subr.el (insert-for-yank-1):
20147         * tempo.el (tempo-insert-region):
20148         * terminal.el (terminal-emulator):
20149         * time.el (display-time-mail-face):
20150         * vc.el (vc-annotate):
20151         * vcursor.el (vcursor-copy-line):
20152         * woman.el (woman-bold-headings, woman-ignore)
20153         (woman-default-faces, woman-monochrome-faces):
20154         * calendar/todo-mode.el (todo-insert-threshold):
20155         * emulation/pc-select.el (pc-select-selection-keys-only)
20156         (pc-selection-mode):
20157         * emulation/vip.el (vip-find-char-forward):
20158         * emulation/viper-cmd.el (viper-find-char-forward):
20159         * international/mule-cmds.el
20160         (select-safe-coding-system-accept-default-p)
20161         (input-method-exit-on-invalid-key):
20162         * international/mule-diag.el (describe-coding-system):
20163         * international/ucs-tables.el (unify-8859-on-encoding-mode):
20164         * net/browse-url.el (browse-url-xterm-program):
20165         * obsolete/lazy-lock.el (lazy-lock-mode):
20166         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20167         (cperl-mode):
20168         * progmodes/cpp.el (cpp-face-light-name-list)
20169         (cpp-face-dark-name-list):
20170         * progmodes/delphi.el (delphi-newline-always-indents):
20171         Fix spellings in docstrings.
20173         * ido.el (ido-mode, ido-file-extensions-order)
20174         (ido-default-file-method, ido-default-buffer-method)
20175         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20176         (ido-decorations, ido-read-file-name-as-directory-commands)
20177         (ido-read-file-name-non-ido, ido-work-directory-list)
20178         (ido-ignore-item-temp-list, ido-current-directory)
20179         (ido-magic-forward-char, ido-enter-find-file)
20180         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20181         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20183 2005-06-10  Lute Kamstra  <lute@gnu.org>
20185         * play/dunnet.el (dun-mode): Use define-derived-mode.
20186         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
20187         obsolete alias.
20189         * play/doctor.el (doctor-mode-map): Remove defvar.
20190         (doctor-mode): Use define-derived-mode.
20192         * mail/mspools.el (mspools-mode):
20193         * net/eudc-hotlist.el (eudc-hotlist-mode):
20194         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20196 2005-06-10  Miles Bader  <miles@gnu.org>
20198         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20199         Remove "-face" suffix from face names.
20200         (flyspell-incorrect-face, flyspell-duplicate-face):
20201         New backward-compatibility aliases for renamed faces.
20202         (flyspell-mode-on, make-flyspell-overlay)
20203         (flyspell-highlight-incorrect-region)
20204         (flyspell-highlight-duplicate-region)
20205         (flyspell-display-next-corrections)
20206         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20208         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20209         from face name.
20210         (texinfo-heading-face): New backward-compatibility alias for
20211         renamed face.
20212         (texinfo-heading-face): Use renamed texinfo-heading face.
20214         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20215         suffix from face names.
20216         (tex-math-face, tex-verbatim-face):
20217         New backward-compatibility aliases for renamed faces.
20218         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20219         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20220         literal face name.
20222         * textmodes/table.el (table-cell): Remove "-face" suffix from face
20223         name.
20224         (table-cell-face): New backward-compatibility alias for renamed face.
20225         (table--put-cell-face-property, table--update-cell-face):
20226         Use renamed table-cell face.
20228         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20229         from face name.
20230         (sgml-namespace-face): New backward-compatibility alias for
20231         renamed face.
20232         (sgml-namespace-face): Use renamed sgml-namespace face.
20234         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20235         (org-level-4, org-level-5, org-level-6, org-level-7)
20236         (org-level-8, org-warning, org-headline-done)
20237         (org-deadline-announce, org-scheduled-today)
20238         (org-scheduled-previously, org-link, org-done, org-table)
20239         (org-time-grid): Remove "-face" suffix from face names.
20240         (org-level-1-face, org-level-2-face, org-level-3-face)
20241         (org-level-4-face, org-level-5-face, org-level-6-face)
20242         (org-level-7-face, org-level-8-face, org-warning-face)
20243         (org-headline-done-face, org-deadline-announce-face)
20244         (org-scheduled-today-face, org-scheduled-previously-face)
20245         (org-link-face, org-done-face, org-table-face)
20246         (org-time-grid-face):
20247         New backward-compatibility aliases for renamed faces.
20248         (org-level-faces, org-set-font-lock-defaults, org-timeline)
20249         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20250         (org-agenda-get-timestamps, org-agenda-get-scheduled)
20251         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20253         * emulation/viper-init.el (viper-search, viper-replace-overlay)
20254         (viper-minibuffer-emacs, viper-minibuffer-insert)
20255         (viper-minibuffer-vi): Remove "-face" suffix from face names.
20256         (viper-search-face, viper-replace-overlay-face)
20257         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20258         (viper-minibuffer-vi-face):
20259         New backward-compatibility aliases for renamed faces.
20260         (viper-search-face, viper-replace-overlay-face)
20261         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20262         (viper-minibuffer-vi-face): Use renamed viper faces.
20264         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20265         Remove "-face" suffix from face names.
20266         (testcover-nohits-face, testcover-1value-face):
20267         New backward-compatibility aliases for renamed faces.
20268         (testcover-mark): Use renamed testcover faces.
20270         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20271         face name.
20272         (diary-button-face): New backward-compatibility alias for renamed face.
20273         (diary-entry): Use renamed diary-button face.
20275         * calendar/calendar.el (diary, calendar-today, holiday)
20276         (mark-visible-calendar-date): Remove "-face" suffix from face names.
20277         (diary-face, calendar-today-face, holiday-face):
20278         New backward-compatibility aliases for renamed faces.
20279         (eval-after-load "facemenu", diary-entry-marker)
20280         (calendar-today-marker, calendar-holiday-marker, diary-face):
20281         Use renamed calendar faces.
20283         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20284         (compare-windows-face): New backward-compatibility alias for
20285         renamed face.
20286         (compare-windows-highlight): Use renamed compare-windows face.
20288         * strokes.el (strokes-char): Remove "-face" suffix from face name.
20289         (strokes-char-face): New backward-compatibility alias for renamed face.
20290         (strokes-encode-buffer): Use renamed strokes-char face.
20292         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20293         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20294         Remove "-face" suffix from face names.
20295         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20296         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20297         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20298         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20299         Use renamed pcvs faces.
20300         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20301         * pcvs-defs.el (cvs-mode-map): Likewise.
20302         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20304         * info.el (info-title-1, info-title-2, info-title-3)
20305         (info-title-4): Remove "-face" suffix from and downcase face names.
20306         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20307         (Info-title-4-face):
20308         New backward-compatibility aliases for renamed faces.
20309         (Info-fontify-node): Use renamed info faces.
20311         * hilit-chg.el (highlight-changes, highlight-changes-delete):
20312         Remove "-face" suffix from face names.
20313         (highlight-changes-face, highlight-changes-delete-face):
20314         New backward-compatibility aliases for renamed faces.
20315         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20316         (hilit-chg-make-list): Use renamed highlight-changes faces.
20318         * generic-x.el (show-tabs-tab, show-tabs-space):
20319         Remove "-face" suffix from face names.
20320         (show-tabs-tab-face, show-tabs-space-face):
20321         New backward-compatibility aliases for renamed faces.
20322         (show-tabs-generic-mode-font-lock-defaults-1)
20323         (show-tabs-generic-mode-font-lock-defaults-2):
20324         Use renamed show-tabs faces.
20326         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20327         (smerge-markers): Remove "-face" suffix from face names.
20328         (smerge-mine-face, smerge-other-face, smerge-base-face)
20329         (smerge-markers-face):
20330         New backward-compatibility aliases for renamed faces.
20331         (smerge-mine-face, smerge-other-face, smerge-base-face)
20332         (smerge-markers-face): Use renamed smerge faces.
20334         * log-view.el (log-view-file, log-view-message): Remove "-face"
20335         suffix from face names.
20336         (log-view-file-face, log-view-message-face):
20337         New backward-compatibility aliases for renamed faces.
20338         (log-view-file-face, log-view-message-face): Use renamed log-view
20339         faces.
20341         * paren.el (show-paren-match, show-paren-mismatch):
20342         Remove "-face" suffix from face names.
20343         (show-paren-match-face, show-paren-mismatch-face):
20344         New backward-compatibility aliases for renamed faces.
20345         (show-paren-function): Use renamed show-paren faces.
20347         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20348         (ruler-mode-margins, ruler-mode-fringes)
20349         (ruler-mode-column-number, ruler-mode-fill-column)
20350         (ruler-mode-comment-column, ruler-mode-goal-column)
20351         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20352         suffix from face names.
20353         (ruler-mode-default-face, ruler-mode-pad-face)
20354         (ruler-mode-margins-face, ruler-mode-fringes-face)
20355         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20356         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20357         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20358         New backward-compatibility aliases for renamed faces.
20359         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20360         (ruler-mode-column-number, ruler-mode-fill-column)
20361         (ruler-mode-comment-column, ruler-mode-goal-column)
20362         (ruler-mode-tab-stop, ruler-mode-current-column)
20363         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20364         faces.
20366         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20367         face name.
20368         (whitespace-highlight-the-space): Use renamed face.
20369         (whitespace-highlight-face): New backward-compatibility alias for
20370         renamed face.
20372         * woman.el (woman-italic, woman-bold, woman-unknown)
20373         (woman-addition, woman-symbol-face):
20374         Remove "-face" suffix from face names.
20375         (woman-italic-face, woman-bold-face, woman-unknown-face)
20376         (woman-addition-face):
20377         New backward-compatibility aliases for renamed faces.
20378         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20379         (woman-decode-region, woman-replace-match)
20380         (woman-display-extended-fonts, woman-special-characters)
20381         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20382         Use renamed woman faces.
20384         * longlines.el (longlines-visible-face): Face removed.
20386         * diff-mode.el (diff-header, diff-file-header, diff-index)
20387         (diff-hunk-header, diff-removed, diff-added, diff-changed)
20388         (diff-function, diff-context, diff-nonexistent): Remove "-face"
20389         suffix from face names.
20390         (diff-header-face, diff-file-header-face, diff-index-face)
20391         (diff-hunk-header-face, diff-removed-face, diff-added-face)
20392         (diff-changed-face, diff-function-face, diff-context-face)
20393         (diff-nonexistent-face): New backward-compatibility aliases for
20394         renamed faces.
20395         (diff-header-face, diff-file-header-face)
20396         (diff-index, diff-index-face, diff-hunk-header)
20397         (diff-hunk-header-face, diff-removed, diff-removed-face)
20398         (diff-added, diff-added-face, diff-changed-face, diff-function)
20399         (diff-function-face, diff-context-face, diff-nonexistent)
20400         (diff-nonexistent-face): Use renamed diff-mode faces.
20402         * progmodes/compile.el (compilation-warning-face)
20403         (compilation-info-face): Remove "-face" suffix from face names.
20404         (compilation-warning-face, compilation-info-face):
20405         New backward-compatibility aliases for renamed faces.
20406         (compilation-warning-face, compilation-info-face):
20407         Use renamed compilation faces.
20409         * add-log.el (change-log-date, change-log-name)
20410         (change-log-email, change-log-file, change-log-list)
20411         (change-log-conditionals, change-log-function)
20412         (change-log-acknowledgement): Remove "-face" suffix from face names.
20413         (change-log-date-face, change-log-name-face)
20414         (change-log-email-face, change-log-file-face)
20415         (change-log-list-face, change-log-conditionals-face)
20416         (change-log-function-face, change-log-acknowledgement-face):
20417         New backward-compatibility aliases for renamed faces.
20418         (change-log-font-lock-keywords): Use renamed change-log faces.
20420         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20421         (custom-set, custom-changed, custom-saved, custom-button)
20422         (custom-button-pressed, custom-documentation, custom-state)
20423         (custom-comment, custom-comment-tag, custom-variable-tag)
20424         (custom-variable-button, custom-face-tag, custom-group-tag-1)
20425         (custom-group-tag): Remove "-face" suffix from face names.
20426         (custom-magic-alist, custom-magic-value-create)
20427         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20428         (custom-invalid-face, custom-rogue-face, custom-modified-face)
20429         (custom-set-face, custom-changed-face, custom-saved-face)
20430         (custom-button-face, custom-button-pressed-face)
20431         (custom-documentation-face, custom-state-face)
20432         (custom-comment-face, custom-comment-tag-face)
20433         (custom-variable-tag-face, custom-variable-button-face)
20434         (custom-face-tag-face, custom-group-tag-face-1)
20435         (custom-group-tag-face):
20436         New backward-compatibility aliases for renamed faces.
20438         * wid-edit.el (widget-documentation, widget-button)
20439         (widget-field, widget-single-line-field, widget-inactive)
20440         (widget-button-pressed): "-face" suffix removed from face names.
20441         (widget-documentation-face, widget-button-face)
20442         (widget-field-face, widget-single-line-field-face)
20443         (widget-inactive-face, widget-button-pressed-face):
20444         New backward-compatibility aliases for renamed faces.
20445         (widget-documentation-face, widget-button-face)
20446         (widget-button-pressed-face, widget-specify-field)
20447         (widget-specify-inactive): Use renamed widget faces.
20449 2005-06-10  Kenichi Handa  <handa@m17n.org>
20451         * term/x-win.el (x-clipboard-yank): Remove condition-case
20452         wrapping.
20454 2005-06-11  Kenichi Handa  <handa@m17n.org>
20456         * add-log.el (change-log-font-lock-keywords): Make the regexp for
20457         date lines stricter.
20459 2005-06-10  Zhang Wei  <id.brep@gmail.com>
20461         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20462         of x-get-selection.
20464 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
20466         * comint.el (comint-mode, comint-snapshot-last-prompt):
20467         * frame.el (frame-current-scroll-bars):
20468         * term.el (term-mode, term-check-proc, term-input-sender)
20469         (term-simple-send, term-extract-string, term-word)
20470         (term-match-partial-filename):
20471         * window.el (window-current-scroll-bars):
20472         * emulation/cua-base.el (cua-normal-cursor-color)
20473         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20474         (cua-global-mark-cursor-color):
20475         * mail/undigest.el (rmail-forward-separator-regex):
20476         Fix typos in docstrings.
20478         * comint.el (comint-check-proc, make-comint-in-buffer)
20479         (comint-source-default): Doc fixes.
20481         * term.el (term-send-string): Improve argument/docstring consistency.
20483 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
20485         * comint.el (comint-send-input): Bind `inhibit-read-only' around
20486         call to `delete-region'.
20487         (comint-mode-hook): Do not enable Font Lock by default.
20489 2005-06-09  Lute Kamstra  <lute@gnu.org>
20491         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20492         could be void.
20494 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20496         * emacs-lisp/debug.el (debugger-will-be-back): New var.
20497         (debug): Use it.
20498         (debugger-step-through, debugger-continue, debugger-jump)
20499         (debugger-return-value): Set it when needed.
20500         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20501         Use inhibit-read-only.
20503 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
20505         * window.el (shrink-window-if-larger-than-buffer)
20506         (window-size-fixed): Fix typo in docstring.
20508         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
20509         thumbnails directory on loading.
20510         (thumbs-conversion-program): Use `eq' to check the system type,
20511         not `equal'.
20512         (thumbs-temp-dir): Initialize to `temporary-file-directory',
20513         not "/tmp".  Fix docstring.
20514         (thumbs-thumbsdir): New function to return the thumbnails
20515         directory, creating it if needed.
20516         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20517         (thumbs-temp-file): Delete variable and make it into a function.
20518         (thumbs-resize-image, thumbs-modify-image): Use it.
20519         (thumbs-kill-buffer): Simplify.
20520         (thumbs-gensym): Defalias or duplicate CL `gensym'.
20521         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20522         docstrings.
20524 2005-06-09  Kim F. Storm  <storm@cua.dk>
20526         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20527         set-match-data to free markers in match-data.
20529         * replace.el (replace-match-data): Pass RESEAT arg `t' to
20530         match-data to unchain markers in match-data.
20532 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20534         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20535         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
20536         unnecessary now.
20538 2005-06-08  Richard M. Stallman  <rms@gnu.org>
20540         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20541         give the variable a doc string that doesn't say don't set it directly.
20543         * textmodes/ispell.el (ispell-check-version):
20544         Use match-string-no-properties.
20545         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20546         (ispell-buffer-local-words): Likewise.
20548         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20549         except on terminals with enough colors to really display it.
20550         (makefile-dependency-regex): Delete spurious `bb'.
20552         * faces.el (escape-glyph): Use blue once again in last case.
20553         (no-break-space): Redefine so that it isn't invisible on a tty.
20555 2005-06-08  Kim F. Storm  <storm@cua.dk>
20557         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20558         also when reading directory name.
20560 2005-06-08  Lute Kamstra  <lute@gnu.org>
20562         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20563         (flyspell-mode-line-string): Remove autoload cookie.
20564         (flyspell-mode): Remove defvar.
20566 2005-06-07  Lute Kamstra  <lute@gnu.org>
20568         * textmodes/org.el (org-run-mode-hooks): New function.
20569         (org-agenda-mode): Use it.
20571 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
20573         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20575 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20577         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20579 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
20581         * font-lock.el (font-lock-add-keywords): Doc fix.
20583 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20585         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20586         (tex-compile-default): In the absence of any history, use the order in
20587         tex-compile-alist to choose the preferred command.
20588         (tex-compile-commands): Reorder a bit.
20590         * textmodes/flyspell.el (flyspell-auto-correct-binding)
20591         (flyspell-incorrect-face, flyspell-duplicate-face):
20592         Use (X)Emacs-agnostic code.
20593         (flyspell-mode-map): Don't overwrite at each load.  Remove code
20594         redundant with the subsequent add-minor-mode.  Merge Emacs and
20595         XEmacs code.
20596         (flyspell-word): Minor simplification.
20597         (flyspell-math-tex-command-p): Quieten the byte-compiler.
20598         (flyspell-external-point-words): Remove unused vars `size' and `start'.
20599         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20600         Merge the corresponding Emacs code.
20601         (flyspell-correct-word, flyspell-xemacs-popup):
20602         Use flyspell-do-correct.
20604         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20605         a dedicated window.
20607         * international/latexenc.el (latexenc-find-file-coding-system):
20608         Undo part of last patch, to turn off a compiler warning.
20610 2005-06-06  Juri Linkov  <juri@jurta.org>
20612         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20613         Rename `tmm-inactive-face' to `tmm-inactive'.
20615 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
20617         * iswitchb.el: Rename faces.
20619 2005-06-06  Kim F. Storm  <storm@cua.dk>
20621         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20622         (cua-global-mark): Remove -face suffix from face names.
20624         * emulation/cua-gmrk.el (cua--init-global-mark):
20625         Remove cua-global-mark face setup.
20627 2005-06-06  Richard M. Stallman  <rms@gnu.org>
20629         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20630         just like other allowed characters.
20631         (makefile-match-dependency): Exclude leading and training whitespace
20632         from the range of regexp subexp 1.
20633         (makefile-macroassign-regex): Don't try to match the body,
20634         just the name of the macro being defined.
20636         * info.el (Info-read-node-name-2): New function.
20637         (Info-read-node-name-1): Use that.
20638         Add a completion-base-size-function property.
20640         * simple.el (completion-setup-function): Look for
20641         completion-base-size-function property of minibuffer-completion-table.
20643         * files.el (locate-file-completion): Doc fix.
20645         * printing.el: Don't call pr-update-menus; user must do that.
20647         * emacs-lisp/debug.el (debugger-window): New variable.
20648         (debug): Use debugger-window if it is set and still alive.
20649         Record debugger-window for next entry.
20651         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20653 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
20655         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20656         (hack-one-local-variable, hack-local-variables)
20657         (hack-local-variables-prop-line): Pass that arg.
20659 2005-06-06  Kim F. Storm  <storm@cua.dk>
20661         * ido.el (ido-first-match, ido-only-match, ido-subdir)
20662         (ido-indicator): Remove -face suffix from face names.
20664 2005-06-06  Juri Linkov  <juri@jurta.org>
20666         * font-lock.el (font-lock-regexp-backslash)
20667         (font-lock-regexp-backslash-construct): New faces.
20668         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
20669         after `('.  Add `while-no-input' to control structures.
20671         * faces.el (no-break-space, shadow): New faces.
20672         (escape-glyph): Use less loud colors pink2 and red4.
20674         * diff-mode.el (diff-context-face)
20675         * dired.el (dired-ignored)
20676         * rfn-eshadow.el (file-name-shadow)
20677         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20679         * info.el (Info-title-1-face): Use green instead of yellow because
20680         bold yellow is not readable on light backgrounds.
20682         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20683         before selecting the desired mode to not spend time fontifying
20684         old contents.
20686 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
20688         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20689         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20691         * ps-print.el (ps-default-fg, ps-default-bg):
20692         Fix typos in docstrings.
20694         * isearchb.el (isearchb): Don't pass a spurious second argument to
20695         `iswitchb-completions'.
20697 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
20699         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20700         to preserve point.
20701         (gdb-find-file-hook): Add doc string.
20703         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20704         C dereferenced pointer expression.
20705         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
20707         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20709         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20710         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20711         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20712         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20713         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20714         Make background transparent.
20716 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20718         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
20719         (font-lock-remove-keywords): Doc fix.
20720         (font-lock-mode-major-mode): Compiler defvar.
20721         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20723         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20724         (font-lock-mode): Update `font-lock-mode-major-mode'.
20725         (font-lock-set-defaults): Compiler defvar.
20726         (font-lock-default-function): Take `font-lock-mode-major-mode'
20727         into account.
20729         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20730         keep track of which major mode it enabled the minor mode for.
20731         Use find-file-hook again.  Update docstring.
20733         * simple.el (eval-expression-print-level)
20734         (eval-expression-print-length, eval-expression-debug-on-error):
20735         Doc fixes.
20737 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
20739         * iswitchb.el (iswitchb-single-match-face)
20740         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20741         (iswitchb-invalid-regexp-face): New faces.
20742         (iswitchb-completions): Use them.
20743         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20744         now marked as an obsolete alias.
20745         (iswitchb-read-buffer): Remove check for bound font variables.
20746         (iswitchb-invalid-regexp): New free variable.
20747         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
20748         set iswitchb-invalid-regexp.
20749         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
20750         invalid regexps.
20751         (iswitchb-completions): Add check for complete match when entering
20752         a regexp.
20753         (iswitchb-completions): Remove require-match argument.
20754         (iswitchb-exhibit): Fix caller.
20755         (iswitchb-common-match-inserted): New variable.
20756         (iswitchb-complete, iswitchb-completion-help): Use it.
20758 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
20760         * url-http.el (url-http-chunked-encoding-after-change-function):
20761         Use `url-http-debug' instead of `message'.
20763 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
20765         * url-http.el (url-http-parse-headers): Pass redirected URL as a
20766         callback argument.
20768 2005-06-04  Kim F. Storm  <storm@cua.dk>
20770         * simple.el (line-move): Only call sit-for when moving backwards.
20772         * ido.el (ido-make-merged-file-list-1): New defun split from
20773         ido-make-merged-file-list.
20774         (ido-make-merged-file-list): Bind throw-on-input around call to
20775         ido-make-merged-file-list-1.  Return input-pending-p if
20776         interrupted by more input available.
20777         (ido-read-internal): Handle input-pending-p return value from
20778         ido-make-merged-file-list.
20780 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20782         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20783         compatibility code.
20785         * international/latexenc.el (latexenc-find-file-coding-system):
20786         Don't inherit the EOL part of the coding-system from the
20787         tex-main buffer.  Fit within 80 columns.
20789 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
20791         * tmm.el (tmm-inactive-face): New face.
20792         (tmm-remove-inactive-mouse-face): New function.
20793         (tmm-prompt, tmm-add-one-shortcut)
20794         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20795         but not selectable.
20797 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
20799         * faces.el (face-equal): Improve argument/docstring consistency.
20801 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
20803         * progmodes/make-mode.el (makefile-targets-face)
20804         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20805         (makefile-bsdmake-dependency-regex)
20806         (makefile-makepp-rule-action-regex)
20807         (makefile-bsdmake-rule-action-regex): New constants.
20808         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20810         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20811         Allow (...) within `...' for makepp messages.
20813 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
20815         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20817         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20818         "." files are deleted from all file lists before comparison.
20820         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20821         (viper-ESC-key): Made them customizable.
20823         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20825 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
20827         * autorevert.el (auto-revert-buffers): Use save-match-data.
20829 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20831         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20832         menu items with a nil command binding.
20834 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
20836         * emacs-lisp/cl-macs.el (defsetf):
20837         Improve argument/docstring consistency.
20839         * faces.el (list-faces-display): Improve the formatting by
20840         computing the maximum length required for any face-name (reworked
20841         patch of 1999-01-11, accidentally deleted on 1999-07-21).
20842         (internal-find-face): Remove redundant info in docstring.
20844 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
20846         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20847         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20848         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20849         (gdb-assembler-custom): Improve regexps.
20850         (def-gdb-auto-update-handler): Use window point to preserve point.
20852 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20854         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20856 2005-05-31  Jay Belanger  <belanger@truman.edu>
20858         * calc/calc-embed.el (calc-embedded-word): Change argument passed
20859         to calc-embedded.
20860         (calc-embedded-make-info): Have plain prefix argument select
20861         entire line.
20863 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
20865         * faces.el (list-faces-display): Signal error if passed a regexp
20866         that matches no face name.
20868         * simple.el (filter-buffer-substring): Fix typo in docstring.
20870 2005-05-31  Richard M. Stallman  <rms@gnu.org>
20872         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20873         (vhdl-emacs-21): Doc fix.
20874         (vhdl-mode): Unconditionally set comment-padding.
20875         (vhdl-fixup-whitespace-region): Insert spaces only where
20876         there are none.
20877         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20879 2005-05-30  John Wiegley  <johnw@newartisans.com>
20881         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20882         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20883         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20884         `directory-sep-char' to ?/, and all uses of `string-to-int' to
20885         `string-to-number'.
20887 2005-05-30  Jay Belanger  <belanger@truman.edu>
20889         * calc/calc.el (calc-bug-address): Fix docstring.
20890         (calc-window-hook, calc-trail-window-hook): New variables.
20891         (calc-trail-display): Restore use of calc-trail-window-hook.
20892         (calc): Restore use of calc-window-hook.
20894 2005-05-31  Masatake YAMATO  <jet@gyve.org>
20896         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20898         * help-fns.el (help-C-file-name): Add autoload mark for
20899         `find-function-noselect'.
20901 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20903         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20904         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20906 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20908         * calendar/diary-lib.el (mark-included-diary-files): Only kill
20909         included diary buffer if it was not already being visited.
20910         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20912         * calendar/icalendar.el (top-level): Do not require appt.
20914         * mail/supercite.el (sc-select-attribution): Only use a list
20915         element from sc-attrib-selection-list if it returns a string.
20916         Reported by Davide G. M. Salvetti <salve@debian.org>.
20918 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
20920         * thumbs.el (thumbs-thumbname): The resulting thumbname now
20921         includes a hash value to improve its uniqueness, and has a ".jpg"
20922         extension.  Also, it is now a valid filename on all systems.
20923         (thumbs-make-thumb): Use `let', not `let*'.
20924         (thumbs-show-thumbs-list): Check for JPEG availability.
20926 2005-05-30  Richard M. Stallman  <rms@gnu.org>
20928         * filesets.el (filesets-menu-ensure-use-cached):
20929         Prevent warning when emacs-version>= is undefined.
20931         * printing.el (pr-interactive-n-up): Use string-to-number.
20933         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20935         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20936         Warn only when name to be defined is quoted.
20938 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
20940         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20941         Make regexp more robust.
20942         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20943         Force regeneration of disassembly.
20945 2005-05-29  Jay Belanger  <belanger@truman.edu>
20947         * calc/calc.el (calc-user-invocation): Check if
20948         calc-invocation-macro is non-nil.
20950 2005-05-29  Juri Linkov  <juri@jurta.org>
20952         * add-log.el (change-log-font-lock-keywords):
20953         Add `+' to e-mail regexp to accept mail address with keywords.
20955         * man.el (Man-name-regexp): Add `:' to accept qualified names.
20957 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
20959         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20961         * ielm.el (inferior-emacs-lisp-mode): Ditto.
20963 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20965         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20966         Undo the change that moves to end of the current word.
20968 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
20970         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20971         Throw error when count <= 0 to ensure input is a number.
20972         (gdb-read-memory-custom): Pick up address from buffer.
20973         (gdb-memory-mode): Allow user to increment and decrement
20974         memory address from header line.
20976 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20978         * flyspell.el (flyspell-version): Function deleted.
20979         (flyspell-auto-correct-previous-hook): Doc fix.
20981         * jit-lock.el (jit-lock-function, jit-lock-after-change):
20982         Do nothing if memory is full.
20984         * font-lock.el (font-lock-fontify-syntactically-region):
20985         Pass t for GREEDY to looking-back.
20987         * saveplace.el (save-place-alist-to-file): Write the file
20988         using write-region.
20990         * subr.el (looking-back): New argument GREEDY.
20992         * progmodes/compile.el (compilation-start): Set the mode
20993         before inserting the initial text.
20995         * progmodes/which-func.el (which-func-update-1): Turn the mode
20996         off in case of error by setting which-func-mode.
20998 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
21000         * flyspell.el (flyspell-auto-correct-previous-word):
21001         Narrow down to what's on the screen, and recenter overlays
21002         at the end of the next word.
21004 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
21006         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21007         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21008         (flyspell-abbrev-p): Default to nil.
21009         (flyspell-use-global-abbrev-table-p): Doc fix.
21010         (flyspell-large-region): Allow nil as value.
21011         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21013         (mail-mode-flyspell-verify): More robust handling
21014         of `mail-header-separator'.  More efficient signature detection.
21015         Allow for regexp metacharacters in message-header-separator.
21016         Adding `To' not to be checked in mail-mode-flyspell-verify.
21018         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21019         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21020         Bind flyspell-auto-correct-binding.
21021         Bind C-. and C-, .
21022         (flyspell-mode-map): Likewise.
21023         (flyspell-mode): Doc fix.
21024         (flyspell-accept-buffer-local-defs): Preserve current buffer.
21025         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21026         (flyspell-word-cache-result): New var, always local.
21027         (flyspell-check-pre-word-p): Doc fix.
21028         (flyspell-check-changed-word-p): Handle spc like newline.
21029         (flyspell-post-command-hook): Set flyspell-word-cache-result.
21030         (flyspell-word-search-backward, flyspell-word-search-forward):
21031         New functions.
21032         (flyspell-word): Return t if nothing to check.
21033         When parsing TeX code, check for after } or \.
21034         Use flyspell-word-search-backward to find previous word.
21035         Return nil if duplicated word.
21036         For word already checked, return same value as last time.
21037         Set flyspell-word-cache-result after checking.
21038         Don't clobber the return value.
21039         (flyspell-get-word): Major rewrite.
21040         (flyspell-external-point-words): New locals pword, pcount.
21041         Fix size used in progress message.
21042         Find the proper corresponding word in flyspell-large-region-buffer.
21043         (flyspell-region): Check for flyspell-large-region = nil.
21044         (flyspell-highlight-incorrect-region): Clean up overlays in region.
21045         (flyspell-auto-correct-word): Check that WORD is a cons.
21046         (flyspell-correct-word): Likewise.
21048 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
21050         * progmodes/make-mode.el (makefile-rule-action-regex)
21051         (makefile-macroassign-regex, makefile-makepp-mode)
21052         (makefile-bsdmake-mode): Continuation lines may be empty.
21053         Reported by Joshua Varner.
21054         (makefile-makepp-font-lock-keywords): Add $(stem).
21056 2005-05-28  Karl Berry  <karl@gnu.org>
21058         * textmodes/tex-mode.el: Now that tex-send-command calls
21059         shell-quote-argument (2005-03-31 change), remove all calls to
21060         shell-quote-argument; they all end up invoking tex-send-command.
21061         The double quoting loses on filenames with non-safe characters,
21062         such as "@".  Reported by Frederik Fouvry.
21064 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
21066         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21067         about preserving point.
21069 2005-05-27  Jay Belanger  <belanger@truman.edu>
21071         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21072         Info-goto-node.
21074         * calc/calc-embed.el (calc-embed-arg): New variable.
21075         (calc-do-embedded-activate, calc-embedded-activate-formula)
21076         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21077         variable by new variable.
21078         (calc-embedded-make-info): Replace undeclared variable by new
21079         variable.  When selecting region with positive prefix
21080         argument, use end of previous line instead of beginning of line.
21082         * calc/calc-aent.el (calc-arg-values): Declare it.
21084         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21085         Declare them.
21087         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21089         * calc/calc.el (calc-alg-map): Declare it.
21091         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21093 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
21095         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21096         (gdb-registers-buffer, toggle-gdb-all-registers):
21097         Toggle display of floating point registers.
21098         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21100         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
21101         (toggle-gud-tooltip-dereference):
21102         Rename from gud-toggle-tooltip-dereference.
21104 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21106         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21108 2005-05-27  Jay Belanger  <belanger@truman.edu>
21110         * calc/calc-prog.el (calc-kbd-report): Remove.
21111         (calc-kbd-query): Rewrite.
21113 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
21115         * image.el (image-library-alist): Move to image.c.
21116         (image-type-available-p): Doc fix.
21118 2005-05-27  Lute Kamstra  <lute@gnu.org>
21120         * calc/calc.el (calc):
21121         * outline.el (outline-1, outline-2, outline-3, outline-4)
21122         (outline-5, outline-6, outline-7, outline-8):
21123         * textmodes/dns-mode.el (dns-mode):
21124         * textmodes/sgml-mode.el (sgml-namespace-face):
21125         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21126         (tex-verbatim-face, tex-use-reftex):
21127         * textmodes/texinfo.el (texinfo-heading-face):
21128         Specify customization group.
21130         * longlines.el: Don't require easy-mmode.
21131         (longlines-visible-face): Specify customization group.
21133 2005-05-27  Kenichi Handa  <handa@m17n.org>
21135         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21136         encoding table of windows-1251.
21138         * international/ucs-tables.el (ucs-set-table-for-input):
21139         If translation-table-for-input of a coding system is a symbol, get
21140         its translation-table property.
21142         * international/code-pages.el: Don't register a coding system into
21143         non-iso-charset-alist more than once.
21144         (cp-make-coding-system): Likewise.
21146 2005-05-26  John Wiegley  <johnw@newartisans.com>
21148         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21149         `eshell-resume-eval' is wrapped in a list, it indicates that the
21150         command was run asynchronously.  In that case, unwrap the value
21151         before checking the delimiter value.
21153         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21154         character before a space at the end of a line is \, assume the space
21155         is part of the last argument rather than a final argument separator.
21157         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21158         is in use, and the target is `t' or `nil' (which are the most common
21159         values), don't assume that the symbol target is a buffer.
21161 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21163         * calendar/calendar.el (calendar-mode-line-format):
21164         Use mode-line-highlight as mouse-face.
21166         * time.el (display-time-string-forms, display-time-update):
21167         Use mode-line-highlight as mouse-face.
21169 2005-05-26  Jay Belanger  <belanger@truman.edu>
21171         * calc/calc.el (calc-language-alist): Remove extra defvar.
21173 2005-05-26  Lute Kamstra  <lute@gnu.org>
21175         * arc-mode.el (archive-mode):
21176         * bookmark.el (bookmark-read-annotation-mode)
21177         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21178         * bs.el (bs-mode):
21179         * calc/calc-yank.el (calc-edit-mode):
21180         * calc/calc.el (calc-mode, calc-trail-mode):
21181         * calculator.el (calculator-mode):
21182         * chistory.el (command-history-mode):
21183         * comint.el:
21184         * cus-edit.el (custom-mode):
21185         * descr-text.el (describe-text-mode):
21186         * ebuff-menu.el (Electric-buffer-menu-mode):
21187         * ediff-util.el (ediff-mode):
21188         * emacs-lisp/re-builder.el (reb-mode):
21189         * emulation/vi.el (vi-mode-setup):
21190         * emulation/ws-mode.el (wordstar-mode):
21191         * eshell/esh-mode.el (eshell-mode):
21192         * forms.el (forms-mode):
21193         * help-mode.el (help-mode):
21194         * hexl.el (hexl-mode):
21195         * ibuffer.el (ibuffer-mode):
21196         * ielm.el (inferior-emacs-lisp-mode):
21197         * info.el (Info-mode, Info-edit-mode):
21198         * international/swedish.el:
21199         * ledit.el (ledit-from-lisp-mode):
21200         * locate.el (locate-mode):
21201         * mail/rmail.el (rmail-mode):
21202         * mail/rmailedit.el (rmail-edit-mode):
21203         * mail/rmailsum.el (rmail-summary-mode):
21204         * mail/supercite.el (sc-electric-mode):
21205         * net/eudc.el (eudc-mode):
21206         * net/quickurl.el (quickurl-list-mode):
21207         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21208         * obsolete/ooutline.el (outline-mode):
21209         * obsolete/options.el (Edit-options-mode):
21210         * obsolete/rnews.el (news-mode):
21211         * obsolete/rnewspost.el (news-reply-mode):
21212         * play/5x5.el (5x5-mode):
21213         * play/decipher.el (decipher-mode, decipher-stats-mode):
21214         * play/gomoku.el (gomoku-mode):
21215         * play/snake.el (snake-mode):
21216         * play/solitaire.el (solitaire-mode):
21217         * play/tetris.el (tetris-mode):
21218         * progmodes/ada-mode.el (ada-mode):
21219         * progmodes/antlr-mode.el (antlr-mode):
21220         * progmodes/autoconf.el (autoconf-mode):
21221         * progmodes/dcl-mode.el (dcl-mode):
21222         * progmodes/delphi.el (delphi-mode):
21223         * progmodes/ebrowse.el (ebrowse-tree-mode)
21224         (ebrowse-electric-list-mode, ebrowse-member-mode)
21225         (ebrowse-electric-position-mode):
21226         * progmodes/f90.el (f90-mode):
21227         * progmodes/fortran.el (fortran-mode):
21228         * progmodes/icon.el (icon-mode):
21229         * progmodes/idlw-help.el (idlwave-help-mode):
21230         * progmodes/idlw-shell.el (idlwave-shell-mode):
21231         * progmodes/idlwave.el (idlwave-mode):
21232         * progmodes/inf-lisp.el (inferior-lisp-mode):
21233         * progmodes/m4-mode.el (m4-mode):
21234         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21235         * progmodes/modula2.el (modula-2-mode):
21236         * progmodes/octave-inf.el (inferior-octave-mode):
21237         * progmodes/octave-mod.el (octave-mode):
21238         * progmodes/pascal.el (pascal-mode):
21239         * progmodes/sh-script.el (sh-mode):
21240         * progmodes/sql.el (sql-mode, sql-interactive-mode):
21241         * progmodes/vhdl-mode.el (vhdl-mode):
21242         * progmodes/xscheme.el (scheme-interaction-mode):
21243         * replace.el (occur-mode):
21244         * ses.el (ses-mode):
21245         * simple.el (completion-list-mode):
21246         * skeleton.el:
21247         * speedbar.el (speedbar-mode):
21248         * term.el (term-mode):
21249         * terminal.el (terminal-edit-mode):
21250         * textmodes/reftex-index.el (reftex-index-mode)
21251         (reftex-index-phrases-mode):
21252         * textmodes/reftex-sel.el (reftex-select-label-mode)
21253         (reftex-select-bib-mode):
21254         * textmodes/reftex-toc.el (reftex-toc-mode):
21255         * wdired.el (wdired-change-to-wdired-mode):
21256         * wid-browse.el (widget-browse-mode):
21257         Use run-mode-hooks.
21259         * array.el (array-mode):
21260         * calendar/todo-mode.el (todo-mode):
21261         * man.el (Man-mode):
21262         * play/landmark.el (lm-mode):
21263         * play/mpuz.el (mpuz-mode):
21264         Use kill-all-local-variables and run-mode-hooks.
21266         * subr.el (delay-mode-hooks): Specify indentation.
21268 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
21270         * xml.el (xml-substitute-special): Don't die for undefined xml
21271         entities.
21273 2005-05-26  Jay Belanger  <belanger@truman.edu>
21275         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21276         of nil.
21278 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
21280         * progmodes/gdb-ui.el (gdb-frame-address):
21281         Rename from gdb-current-address.
21282         (gdb-previous-frame-address): Rename from gdb-previous-address.
21283         (gdb-selected-frame): Rename from gdb-current-frame.
21284         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21285         (gdb-frame-number): Rename from gdb-current-stack-level.
21286         (gdb-ann3): Match new mode-name for disassembly buffer.
21287         Extend initialization of variables.
21288         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21289         (gdb-memory-mode): Use mouse-face in header line.
21290         (gdb-assembler-buffer-name): Call it disassembly and give frame
21291         in mode line.
21292         (gdb-source-spec-regexp, gdb-assembler-custom)
21293         (gdb-invalidate-assembler, gdb-frame-handler):
21294         Make robust to leading zeroes in address format.
21296 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
21298         * textmodes/org.el (org-mode): Use `define-derived-mode' to
21299         define `org-mode'.
21300         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21302 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21304         * log-edit.el (log-edit-changelog-entries): Distinguish between
21305         filenames like xfns.c and fns.c.
21307 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
21309         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21310         point after reverting.
21311         (Buffer-menu-make-sort-button): Handle the case where
21312         `Buffer-menu-use-header-line' is nil.
21314 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
21316         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21317         New funcs.  In minibuffer-local-completion-map bind `]', `/'
21318         and `:' to them.
21320 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21322         * startup.el (normal-top-level): Allow modification of load-path while
21323         we're iterating over it.
21325 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
21327         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21328         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21329         (thumbs-resize-interactive, thumbs-insert-image)
21330         (thumbs-insert-thumb, thumbs-dired-show-marked)
21331         (thumbs-find-image-at-point, thumbs-delete-images)
21332         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21333         (thumbs-increment-image-size, thumbs-decrement-image-size):
21334         Fix typos in docstrings.
21336 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
21338         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21339         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21340         (cperl-mode): Use them.
21342 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
21344         * window.el (quit-window, shrink-window-if-larger-than-buffer):
21345         Doc fixes.
21347 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
21349         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21350         Bind C-d to gdb-inferior-io-eof.
21352         * dired.el (dired-dnd-popup-notice): Use message-box.
21354 2005-05-23  Masatake YAMATO  <jet@gyve.org>
21356         * bindings.el (mode-line-major-mode-keymap):
21357         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21359         * faces.el (mode-line-highlight): New face.
21361         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21362         as mouse-face.
21364         * bindings.el (top-level, help-echo, mode-line-modified)
21365         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21366         as mouse-face.
21368 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
21370         * progmodes/cc-engine.el (c-guess-basic-syntax):
21371         Remove spurious call to `zerop'.
21373         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21375 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
21377         CC Mode update to 5.30.10:
21379         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21380         could go past the limit in decoration level 2, thereby causing
21381         errors during interactive fontification.
21383         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21384         the file is evaluated interactively.
21386         * cc-engine.el (c-guess-basic-syntax): Handle operator
21387         declarations somewhat better in C++.
21389         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21390         make use of `run-mode-hooks' which has been added in Emacs 21.1.
21391         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21392         (awk-mode): Use it.
21393         (make-local-hook): Suppress warning about obsoleteness.
21395         * cc-engine.el, cc-align.el, cc-cmds.el
21396         (c-append-backslashes-forward, c-delete-backslashes-forward)
21397         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21398         Compensate for return value from `forward-line' when it has moved
21399         but not to a different line due to eob.
21401         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21402         `objc-method-intro' and `objc-method-args-cont'.
21404 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
21406         CC Mode update to 5.30.10:
21408         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21409         in the copyright statement.  Incidentally, change "along with GNU
21410         Emacs" to "along with this program" where it occurs.
21412         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21413         so that it is interactive, hence can be found by M-x awk-mode
21414         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
21415         <gmorris+emacs@ast.cam.ac.uk>.
21417         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21418         Mode's regexps.
21420 2005-05-23  Kevin Ryde  <user42@zip.com.au>
21422         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21423         c-parse-state, to avoid a lisp error (on bad code).
21425 2005-05-23  Lute Kamstra  <lute@gnu.org>
21427         * subr.el (font-lock-defaults): Remove defvar as it's already
21428         defined in font-core.el.
21430         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21432 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
21434         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21435         more general and work when GDB variable "print pretty" is on,
21436         as with Emacs, for example.
21438 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
21440         * font-core.el: Update comment.
21442         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21443         Use `after-change-major-mode-hook' instead of `find-file-hook'.
21445         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21447 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
21449         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21450         and `yank-handler' in the doc strings.
21452 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21454         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
21456 2005-05-22  Richard M. Stallman  <rms@gnu.org>
21458         * help.el (describe-key): Move print-help-return-message call
21459         out of conditional.
21461         * progmodes/etags.el (list-tags): Use with-no-warnings.
21463         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21464         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21465         (starttls-extra-args, starttls-extra-arguments): Add defvars.
21467         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21469         * language/viet-util.el (viet-viscii-nonascii-translation-table):
21470         Add defvar.
21472         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21473         Use defvar, not defconst.
21475         * hexl.el (hexl-follow-line): Use with-no-warnings.
21477         * emulation/tpu-extras.el: Use write-file-functions instead of
21478         write-file-hooks.
21480         * dired.el (dired-font-lock-keywords): Fontify files with junk
21481         extensions even if marked by -F.
21483 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
21485         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21486         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21487         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21488         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21489         (concatenate, list-length, get*, getf, cl-remprop):
21490         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21491         (etypecase, progv, lexical-let, lexical-let*)
21492         (multiple-value-bind, multiple-value-setq, shiftf):
21493         Improve argument/docstring consistency.
21495         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21497 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
21499         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21500         doesn't exist.
21502         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
21503         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21505 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
21507         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21508         already deleted variables: auto-fill-hook, blink-paren-hook,
21509         lisp-indent-hook, inhibit-local-variables, unread-command-event,
21510         suspend-hooks, comment-indent-hook, meta-flag,
21511         before-change-function, after-change-function,
21512         font-lock-doc-string-face.
21514 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
21516         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21518 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
21520         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21521         rmail-dont-reply-to.
21523 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21525         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21526         literal blank when splitting new-header-values.
21528 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
21530         * calendar/cal-menu.el (cal-menu-update): Add separator as a
21531         string so that tmm doesn't create a completion entry for it.
21533         * textmodes/table.el (table-disable-menu): Ditto.
21535 2005-05-21  Richard M. Stallman  <rms@gnu.org>
21537         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21539         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21541         * net/rcompile.el (remote-compile): Use compilation-start.
21543         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21545 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
21547         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21548         Default to makefile-bsdmake-mode on BSD systems.
21550         * imenu.el (imenu-generic-expression, imenu--generic-function'):
21551         REGEXP may also be a search function now.  The part of doc-string
21552         for describing the structure was 95% identical to that of
21553         `imenu--generic-function'.  Unify it there.
21555         * progmodes/make-mode.el (makefile-imenu-generic-expression):
21556         Use function to find dependencies, because regexp alone is so complex,
21557         it easily goes into an endless loop.
21558         (makefile-makepp-mode): Also add submenu for Perl functions
21559         defined in the makefile.
21560         (makefile-bsdmake-mode): Special imenu-generic-expression no
21561         longer needed, due to function call.
21562         (makefile-match-dependency): Take BOUND into account when checking
21563         if we're through.
21565 2005-05-20  Jay Belanger  <belanger@truman.edu>
21567         * calc/calc-units.el (calc-invalidate-units-table):
21568         Use inhibit-read-only.
21569         (math-build-units-table-buffer): Use view-mode.
21571 2005-05-20  David Kastrup  <dak@gnu.org>
21573         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21574         easy-menu-add is not a nop on Emacs; and clarify when to call it.
21576 2005-05-20  Lute Kamstra  <lute@gnu.org>
21578         * diff-mode.el (diff-header-face, diff-file-header-face)
21579         (diff-index-face, diff-hunk-header-face, diff-removed-face)
21580         (diff-added-face, diff-changed-face, diff-function-face)
21581         (diff-context-face, diff-nonexistent-face): Put them in the
21582         diff-mode customization group.
21584 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21586         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21588         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21590         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21591         Minor regexp-optimization.
21593 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
21595         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21596         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21597         (org-agenda-add-time-grid-maybe): New function.
21598         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21599         (org-table-create): `dotimes' instead of `mapcar'.
21600         (org-xor): Simplify implementation.
21601         (org-agenda): `inhibit-redisplay' turned on.
21602         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21603         a consistent line after a state change.
21604         (org-agenda-remove-times-when-in-prefix): New option.
21605         (org-prefix-has-time): New variable.
21606         (org-parse-time-string): Optional argument NODEFAULT.
21607         (org-format-agenda-item): Parse items for time-of-day
21608         specifications and move these into the prefix if possible.
21609         (org-agenda-priority): Get current heading, not previous heading
21610         during agenda remote editing.
21612 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
21614         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21615         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21616         (remove-duplicates, delete-duplicates, substitute)
21617         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21618         (nsubstitute-if-not, find, find-if, find-if-not, position)
21619         (position-if, position-if-not, count, count-if, count-if-not)
21620         (mismatch, search, sort*, stable-sort, merge, member*)
21621         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21622         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21623         (intersection, nintersection, set-difference, nset-difference)
21624         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21625         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21626         (nsublis, tree-equal): Improve argument/docstring consistency.
21628         * subr.el (send-string, send-region): Remove obsolescence declaration.
21629         (window-dot, set-window-dot, read-input, show-buffer)
21630         (eval-current-buffer, string-to-int):
21631         Add release number to obsolescence declarations.
21633 2005-05-19  Kim F. Storm  <storm@cua.dk>
21635         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21636         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21638 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
21640         * faces.el (list-faces-display): Make back button respect optional
21641         regexp arg.
21643 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
21645         * calculator.el (calculator-radix-grouping-mode)
21646         (calculator-radix-grouping-digits, calculator-displayer)
21647         (calculator-radix-grouping-separator, calculator-copy-displayer):
21648         * dabbrev.el (dabbrev-search-these-buffers-only):
21649         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21650         (diff-advance-after-apply-hunk, diff-mode-hook)
21651         (diff-minor-mode-prefix):
21652         * imenu.el (imenu-use-popup-menu):
21653         * jit-lock.el (jit-lock-context-time):
21654         * newcomment.el (comment-fill-column, comment-column)
21655         (comment-style, comment-padding, comment-multi-line)
21656         (comment-empty-lines, comment-auto-fill-only-comments):
21657         * reveal.el (reveal-around-mark):
21658         * uniquify.el (uniquify-buffer-name-style)
21659         (uniquify-after-kill-buffer-p)
21660         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21661         (uniquify-min-dir-content, uniquify-separator)
21662         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21663         * w32-vars.el (w32-fixed-font-alist):
21664         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21665         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21666         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21667         * progmodes/perl-mode.el (perl-indent-level)
21668         (perl-continued-statement-offset, perl-continued-brace-offset)
21669         (perl-brace-offset, perl-brace-imaginary-offset)
21670         (perl-label-offset, perl-indent-continued-arguments)
21671         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21672         * progmodes/tcl.el (tcl-indent-level)
21673         (tcl-continued-indent-level, tcl-auto-newline)
21674         (tcl-tab-always-indent, tcl-electric-hash-style)
21675         (tcl-help-directory-list, tcl-use-smart-word-finder)
21676         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21677         (inferior-tcl-source-command):
21678         * textmodes/fill.el (enable-kinsoku):
21679         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21680         * textmodes/table.el (table-yank-handler):
21681         Specify missing group (and type, if simple) in defcustom.
21683 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
21685         * progmodes/compile.el (compilation-finish-function): Fix defvar.
21687 2005-05-19  Richard M. Stallman  <rms@gnu.org>
21689         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21691         * subr.el (event-basic-type): Don't get an error.
21692         (left-fringe-p): Function deleted.
21694         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21695         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21697         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21698         in recursive copy.
21700         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21702         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21704         * emacs-lisp/bytecomp.el
21705         (byte-compile-file-form-custom-declare-variable):
21706         Call byte-compile-nogroup-warn if appropriate.
21708         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21709         (compilation-set-window): Don't call left-fringe-p; do it directly.
21711 2005-05-19  Jay Belanger  <belanger@truman.edu>
21713         * calc/calc-graph.el (calc-graph-format-data): Make sure
21714         var-PlotRejects is bound before trying to check its value.
21716 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
21718         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21719         definition of this variable from reftex-global.el to reftex.el,
21720         because it is needed in the menu.
21722 2005-05-19  Lute Kamstra  <lute@gnu.org>
21724         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21725         years are fixed.  Don't insert a space after a dash.
21727 2005-05-19  Kim F. Storm  <storm@cua.dk>
21729         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21731 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
21733         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21734         strings, because (eq ... ?\\) is fairly frequent.
21736         * progmodes/make-mode.el (makefile-add-this-line-targets):
21737         Simplify and integrate into `makefile-pickup-targets'.
21738         (makefile-add-this-line-macro): Simplify and integrate into
21739         `makefile-pickup-macros.
21740         (makefile-pickup-filenames-as-targets): Simplify.
21741         (makefile-previous-dependency, makefile-match-dependency):
21742         Don't stumble over `::'.
21744 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
21746         * subr.el (post-command-idle-hook, post-command-idle-delay):
21747         Remove obsoletion of post-command-idle-hook and
21748         post-command-idle-delay.
21750         * faces.el (list-faces-display): Provide button when describe-face
21751         is called to take user back to the list of faces.
21753         * help-fns.el (describe-variable): Remove hyperlinks in a
21754         variable's value as these are quite frequently inappropriate.
21756         * follow.el (follow-submit-feedback, follow-mode):
21757         Remove references to post-command-idle-hook.
21759 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
21761         * progmodes/make-mode.el (makefile-previous-dependency)
21762         (makefile-match-dependency): Check for := (and in bsd mode also
21763         !=) to give a better result, even when font-lock is not on.
21765 2005-05-18  Jay Belanger  <belanger@truman.edu>
21767         * calc/calc-help.el (calc-s-prefix-help):
21768         Add `calc-copy-special-constant' to help string.
21770 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
21772         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21774 2005-05-18  Jay Belanger  <belanger@truman.edu>
21776         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
21777         in linear factors are in proper order.
21779 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
21781         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21782         Support for jurabib.
21784         * textmodes/reftex.el (featurep): Define aliases for overlay
21785         commands, for XEmacs compatibility, and use these aliases in
21786         overlay initializations.
21787         (reftex-highlight): Use `reftex-move-overlay'.
21788         (reftex-unhighlight): Use `reftex-delete-overlay'.
21789         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
21790         (reftex-access-search-path): Use `reftex-uniquify' instead of
21791         `reftex-uniq'
21793         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21794         `before-string' property modification enables for Emacs as well.
21795         (reftex-select-item): Use `reftex-delete-overlay'.
21796         (reftex-select-mark): Use `reftex-make-overlay' and
21797         `reftex-overlay-put'.
21798         (reftex-select-unmark): Use `reftex-delete-overlay' and
21799         `reftex-overlay-put'.
21801 2005-05-18  Lute Kamstra  <lute@gnu.org>
21803         * emacs-lisp/lisp.el (check-parens): Fix docstring.
21805 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
21807         * add-log.el (add-change-log-entry):
21808         * array.el (array-make-template, array-reconfigure-rows)
21809         (array-init-max-row, array-init-max-column)
21810         (array-init-columns-per-line, array-init-field-width):
21811         * replace.el (replace-match-maybe-edit, perform-replace):
21812         * textmodes/spell.el (spell-region):
21813         Replace `read-input' by `read-string'.
21815         * forms.el (forms-mode):
21816         * finder.el (finder-compile-keywords):
21817         * shadowfile.el (shadow-read-files):
21818         Replace `eval-current-buffer' by `eval-buffer'.
21820         * terminal.el (te-pass-through):
21821         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21822         (ange-ftp-raw-send-cmd):
21823         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21824         (send-process-next-char, telnet-initial-filter, telnet):
21825         Replace `send-string' by `process-send-string'.
21827         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21828         (prolog-consult-region): Replace `send-string' by
21829         `process-send-string'; replace `send-region' by `process-send-region'.
21831         * progmodes/delphi.el (delphi-log-msg):
21832         Replace `set-window-dot' by `set-window-point'.
21834         * subr.el (window-dot, set-window-dot, read-input, send-string)
21835         (send-region, show-buffer, eval-current-buffer):
21836         Make really obsolete, as the comment says.
21838 2005-05-17  Kim F. Storm  <storm@cua.dk>
21840         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21841         (cua--init-keymaps): Bind C-return instead of S-return to set
21842         rectangle mark.
21844         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21845         instead of S-return to toggle/clear rectangle mark.
21847 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
21849         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21850         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21851         Also fontify plain strings assigned to variables, mostly so that a
21852         colon has a face and is thus not taken as a dependency separator.
21853         (makefile-previous-dependency): Inline the new matcher, because it
21854         is too complex to work in both directions.
21855         (makefile-match-dependency): Eliminate `backward' arg (see above).
21856         Completely reimplemented so as to not sometimes go into an endless
21857         loop.  It should also be more efficient, because first it only
21858         searches for `:', instead of applying the very complex regexp.
21859         (makefile-mode): Cancel `font-lock-support-mode', because blocks
21860         to be fontified in one piece can be too long for JIT.
21861         Makefiles are never *that* big.
21863 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
21865         * dired.el (dired-mode): Simplify.
21867 2005-05-17  Lute Kamstra  <lute@gnu.org>
21869         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21870         defcustom for the mode hook variable.
21872         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21873         Emacs Lisp Reference Manual.
21875 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
21877         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21878         (evenp, list*):
21879         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21880         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21882         * net/tramp-smb.el (tramp-smb-open-connection):
21883         Pass `tramp-chunksize' as fifth (required) argument.
21885 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
21887         * font-lock.el (lisp-font-lock-keywords-1):
21888         Set `font-lock-negation-char-face' for [^...] char group.
21889         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21891         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21892         a var, and refine it to mask one more level of nested vars.
21893         (makefile-rule-action-regex): Turn it into a var, and refine it so
21894         it recognizes backslashed continuation lines as belonging to the
21895         same command.
21896         (makefile-macroassign-regex): Refine it so it recognizes
21897         backslashed continuation lines as belonging to the same command.
21898         (makefile-var-use-regex): Don't look at the next char, because it
21899         might be the same one to be skipped by the initial [^$], leading
21900         to an overlooked variable use.
21901         (makefile-make-font-lock-keywords): Remove two parameters, which
21902         are now variables that some of the modes set locally.
21903         Handle dependency and rule action matching through functions, because
21904         regexps alone match too often.  Dependency matching now comes
21905         last, so it can check, whether a colon already matched something else.
21906         (makefile-mode): Inform that font-lock improves makefile parsing
21907         capabilities.
21908         (makefile-match-dependency, makefile-match-action): New functions.
21910 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
21912         * emacs-lisp/cl-extra.el (equalp): Doc fix.
21914         * align.el (align-regexp):
21915         * ansi-color.el (ansi-color-get-face):
21916         * array.el (array-reconfigure-rows, array-init-max-row)
21917         (array-init-max-column, array-init-columns-per-line)
21918         (array-init-field-width):
21919         * dired-aux.el (dired-trample-file-versions):
21920         * dired-x.el (dired-mark-sexp):
21921         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21922         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21923         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21924         * faces.el (face-read-integer):
21925         * files.el (backup-extract-version, insert-directory):
21926         * hexl.el (hexl-insert-decimal-char):
21927         * server.el (server-process-filter):
21928         * shell.el (shell-extract-num):
21929         * startup.el (command-line-1):
21930         * term.el (term-command-hook):
21931         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21932         (time-stamp-do-number):
21933         * time.el (display-time-update):
21934         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21935         (timezone-fix-time):
21936         * vms-patch.el (vms-suspend-resume-hook):
21937         * calendar/appt.el (appt-convert-time):
21938         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21939         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21940         * calendar/cal-islam.el (mark-islamic-diary-entries):
21941         * calendar/calendar.el (calendar-cursor-to-date)
21942         (calendar-star-date):
21943         * calendar/diary-lib.el (diary-attrtype-convert)
21944         (mark-diary-entries, diary-entry-time):
21945         * calendar/solar.el (solar-get-number):
21946         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21947         * emacs-lisp/re-builder.el (reb-display-subexp):
21948         * emulation/edt.el (edt-set-scroll-margins):
21949         * emulation/tpu-extras.el (tpu-set-scroll-margins):
21950         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21951         (vip-get-ex-count):
21952         * emulation/viper-ex.el (viper-get-ex-token)
21953         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21954         * international/fontset.el (fontset-plain-name):
21955         * mail/feedmail.el (feedmail-look-at-queue-directory):
21956         * mail/mailalias.el (mail-get-names):
21957         * mail/rmail.el (rmail-convert-to-babyl-format):
21958         * mail/rmailsum.el (rmail-make-basic-summary-line)
21959         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21960         (rmail-summary-goto-msg):
21961         * mail/smtpmail.el (smtpmail-read-response):
21962         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21963         (ange-ftp-vms-add-file-entry):
21964         * play/gametree.el (gametree-looking-at-ply)
21965         (gametree-current-branch-score):
21966         * progmodes/ada-xref.el (ada-prj-find-prj-file)
21967         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21968         * progmodes/cperl-mode.el (condition-case):
21969         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21970         (ebrowse-set-member-buffer-column-width)
21971         (ebrowse-select-1st-to-9nth):
21972         * progmodes/etags.el (etags-snarf-tag):
21973         * progmodes/flymake.el (flymake-parse-line):
21974         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21975         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21976         (idlwave-shell-menu-def):
21977         * progmodes/ps-mode.el (ps-run-goto-error):
21978         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21979         (vhdl-speedbar-contract-level):
21980         * term/mac-win.el (x-handle-numeric-switch):
21981         * term/sun-mouse.el (sun-get-frame-data):
21982         * term/w32-win.el (x-handle-numeric-switch):
21983         * term/x-win.el (x-handle-numeric-switch):
21984         * textmodes/ispell.el (ispell-parse-output):
21985         * textmodes/nroff-mode.el (nroff-outline-level):
21986         * textmodes/reftex-cite.el (reftex-bib-sort-year)
21987         (reftex-bib-sort-year-reverse, reftex-format-citation):
21988         * textmodes/reftex-parse.el (reftex-init-section-numbers)
21989         (reftex-section-number):
21990         * textmodes/texinfmt.el (texinfo-paragraphindent):
21991         Replace `string-to-int' by `string-to-number'.
21993         * international/latexenc.el: Add page marker to force the "Local
21994         Variables:" string out of the last page.
21996 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
21998         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21999         tooltip-change-major-mode.
22000         (gud-tooltip-print-command): Remove case where gud-minor-mode
22001         is gdb ("--fullname").
22002         (gud-tooltip-tips): Turn GUD tooltips off for this case and
22003         explain to user.
22005 2005-05-16  Jay Belanger  <belanger@truman.edu>
22007         * calc/calc-store.el (calc-copy-special-constant): New function.
22009         * calc/calc-ext.el (calc-init-extensions): Add binding for
22010         `calc-copy-special-constant'.
22012         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22013         for the `calc-copy-special-constant' command.
22015 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
22017         * subr.el (left-fringe-p): New function.
22019         * progmodes/compile.el (compilation-setup): Set local value of
22020         overlay-arrow-string to "" always.
22021         (compilation-set-window): Left fringe then don't scroll.
22022         No left fringe then no arrow and scroll message to top.
22023         (compilation-context-lines): Adjust doc string accordingly.
22025 2005-05-16  Kim F. Storm  <storm@cua.dk>
22027         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22028         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22029         (ido-wide-find-dir-or-delete-dir): New command for M-d.
22030         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
22031         (ido-read-file-name): Handle commands with ido property value
22032         equal to find-file as reading a file name, to allow C-d to enter dired.
22033         (ibuffer-find-file): Add ido property with value find-file.
22035 2005-05-15  Kim F. Storm  <storm@cua.dk>
22037         * subr.el (open-network-stream-nowait): Remove.
22038         (open-network-stream-server): Remove.
22040 2005-05-15  Richard M. Stallman  <rms@gnu.org>
22042         * faces.el (describe-face): Output a definition link button.
22044         * help-mode.el (help-face-def): New button type.
22046         * emacs-lisp/copyright.el (copyright-fix-years):
22047         Match properly if the first year is 2-digit.
22048         Don't mess up the whitespace after the years by filling.
22050         * dired-aux.el (dired-mark-confirm):
22051         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22053         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22054         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22055         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22057         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22058         Set font-lock-comment-start-skip.
22060         * font-lock.el (font-lock-comment-start-skip): New variable.
22061         (font-lock-comment-end-skip): New variable.
22062         (font-lock-fontify-syntactically-region): Use them if non-nil.
22064 2005-05-15  Jay Belanger  <belanger@truman.edu>
22066         * calc/calc-store.el (calc-store-value): Return a string rather
22067         than display it as a message.
22068         Use calc-var-name for variable name.
22069         (calc-store-into): Add the result of calc-store-value to message.
22070         (calc-copy-variable): Add a message.
22071         (calc-store-exchange): Improve error messages.
22072         (calc-store-binary, calc-store-map): Don't reset the values of
22073         special constants.
22075 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
22077         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22078         manual to docstring.
22080         * files.el (hack-local-variables-confirm): Add STRING argument.
22081         Make the function handle non file visiting buffers correctly.
22082         (hack-local-variables-prop-line, hack-local-variables)
22083         (hack-one-local-variable): Use STRING arg of
22084         `hack-local-variables-confirm'.
22086 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
22088         Sync with Tramp 2.0.49.
22090         * net/tramp.el (tramp-handle-dired-call-process)
22091         (tramp-handle-insert-directory):`insert-buffer' cannot be used
22092         because the contents of the Tramp buffer is changed before
22093         insertion (`expand-file' and alike).
22094         (tramp-handle-insert-directory): If `localname' has an empty
22095         nondirectory name, it must not be quoted.
22096         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
22097         variable `tramp-chunksize'.  Change callees.
22098         (tramp-open-connection-setup-interactive-shell): Check remote host
22099         for buggy `send-process-string' implementation.
22100         Set `tramp-chunksize' if found.  Reported by Michael Kifer
22101         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22102         (tramp-handle-shell-command): `insert-buffer' cannot be used
22103         because the contents of the Tramp buffer is changed before
22104         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22105         <frederic.bothamy@free.fr>.
22106         (tramp-set-auto-save): Actions should be done for Tramp file name
22107         handler only.  Ange-FTP has its own auto-save mechanism.
22108         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22109         (tramp-set-auto-save-file-modes): Set file modes of
22110         `buffer-auto-save-file-name' to ?\600 as fallback solution.
22111         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22112         (tramp-bug): Remove obsolete variable.
22113         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
22114         for presence of `mml-mode'.  Make it running for older Emacsen as well.
22116 2005-05-14  John Paul Wallington  <jpw@pobox.com>
22118         * ibuf-ext.el (define-ibuffer-filter filename):
22119         If `dired-directory' is a list, use its car.
22121 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
22123         * ibuffer.el (define-ibuffer-column filename):
22124         If `dired-directory' is a list, use its car.
22126 2005-05-14  Richard M. Stallman  <rms@gnu.org>
22128         * subr.el (symbol-file): Doc fix.
22130         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22131         (byte-compile-form): Call byte-compile-nogroup-warn.
22132         (byte-compile-warning-types): Doc fix.
22134         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22136         * progmodes/cc-engine.el (c-literal-faces):
22137         Add font-lock-comment-delimiter-face.
22139         * net/net-utils.el (dig): Use with-no-warnings.
22141         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22142         (sc-recite-frame-alist, sc-default-cite-frame)
22143         (sc-default-uncite-frame, sc-default-recite-frame)
22144         (sc-attrib-selection-list, sc-rewrite-header-list):
22145         Mark as risky-local-variable.
22147         * international/ogonek.el (ogonek-jak, ogonek-how):
22148         Don't use beginning-of-buffer.
22150         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22152         * calendar/solar.el (solar-data-list): Move definition up.
22154         * dnd.el (dnd-protocol-alist): Add autoload.
22156         * progmodes/sh-script.el: Many doc usage fixes.
22157         (sh-indent-after-do): Change default to match common styles.
22159 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
22161         * files.el (interpreter-mode-alist)
22162         (auto-mode-interpreter-regexp): Doc fixes.
22164 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
22166         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22168         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22170 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22172         * dired.el (dired-mode): make-variable-buffer-local =>
22173         make-local-variable.
22175 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22177         * term/mac-win.el (mac-select-convert-to-string): Try coding
22178         systems in mac-script-code-coding-systems if specified one cannot
22179         encode string for `com.apple.traditional-mac-plain-text'.
22181 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
22183         * progmodes/make-mode.el (makefile-targets-face)
22184         (makefile-shell-face, makefile-makepp-perl-face): New faces.
22185         (makefile-dependency-regex): Fix it to not make the colon in
22186         $(var:a=b) special.
22187         (makefile-rule-action-regex): New regexp for highlighting embedded
22188         Shell strings.
22189         (makefile-macroassign-regex): Handle != for highlighting as
22190         embedded Shell strings.
22191         (makefile-var-use-regex): New const.
22192         (makefile-statements, makefile-automake-statements)
22193         (makefile-gmake-statements, makefile-makepp-statements)
22194         (makefile-bsdmake-statements): New consts.
22195         (makefile-make-font-lock-keywords): New function.
22196         (makefile-automake-font-lock-keywords)
22197         (makefile-gmake-font-lock-keywords)
22198         (makefile-makepp-font-lock-keywords)
22199         (makefile-bsdmake-font-lock-keywords): New consts.
22200         (makefile-mode-map): Add switchers between the various submodes.
22201         (makefile-mode): Document the availability of the variants.
22202         (makefile-automake-mode, makefile-gmake-mode)
22203         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22205         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22206         new variants of makefile-mode.
22208 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22210         * font-lock.el (font-lock-comment-delimiter-face): Fix up
22211         the inheritance.
22213 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
22215         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22216         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22218         * files.el (normal-mode): Extend the scope of the
22219         `enable-local-variables' binding to include the `set-auto-mode' call.
22220         (magic-mode-alist): Doc fix.
22222 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22224         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22225         font-lock-comment-face rather than copying its setting.
22227 2005-05-12  Andreas Schwab  <schwab@suse.de>
22229         * eshell/esh-mode.el (eshell-send-input): Doc fix.
22231 2005-05-12  Lute Kamstra  <lute@gnu.org>
22233         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22234         defcustom for the mode hook variable.  Delete the last argument.
22235         * generic-x.el: Fix callers of define-generic-mode.
22236         (generic-x-modes): Delete group.
22237         (show-tabs-tab-face, show-tabs-space-face): Put them in the
22238         generic-x customization group.
22240 2005-05-12  Kim F. Storm  <storm@cua.dk>
22242         * font-lock.el (font-lock-negation-char-face): Default to "off".
22244         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22245         font-lock-negation-char-face to ! in !=.
22247 2005-05-12  Masatake YAMATO  <jet@gyve.org>
22249         * add-log.el (find-change-log): Fix typos in the docstring
22250         of function.
22252 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22254         * international/latexenc.el (latexenc-find-file-coding-system):
22255         Avoid `re-search-forward' when looking for input encoding because
22256         of speed and safety.  Better regular expressions for recognizing
22257         input encoding.  Limit a search for TeX-master/tex-main-file to
22258         the local variable section.
22260 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
22262         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22263         syntax of $ to "'" (quote).
22265 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
22267         * dnd.el (dnd-protocol-alist): Improve custom type.
22269         * dired.el (dired-dnd-protocol-alist): New variable.
22270         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
22271         `dired-mode-hook' to the end.
22273 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22275         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22276         comment-end if comment-start-skip is not set.
22277         Obey the font-lock-comment-delimiter-face variables.
22279 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22281         * files.el (executable-find): Move from executable.el.  Use
22282         locate-file.
22283         * progmodes/executable.el (executable-find): Move to files.el.
22285         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22286         when trying to ensure forward progress.
22288 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
22290         * mouse-sel.el (mouse-sel-follow-link-p): New function.
22291         (mouse-select, mouse-select-internal, mouse-extend-internal):
22292         Use it to implement mouse-1-click-follows-link functionality.
22294 2005-05-11  Richard M. Stallman  <rms@gnu.org>
22296         * font-lock.el (font-lock-fontify-syntactically-region):
22297         Use font-lock-comment-delimiter-face for comment delimiters.
22299 2005-05-10  Jay Belanger  <belanger@truman.edu>
22301         * calc/calc-help.el (calc-m-prefix-help): Add mention of
22302         preserving embedded modes.
22304 2005-05-10  Richard M. Stallman  <rms@gnu.org>
22306         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22308         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22309         Move from ada-stmt.el.
22310         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22312         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22313         Move to ada-mode.el.
22314         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22316         * cus-edit.el (custom-file): Call file-chase-links.
22318         * files.el (read-directory-name): Fix previous change.
22319         (hack-local-variables-confirm): New function.
22320         (hack-local-variables-prop-line, hack-local-variables)
22321         (hack-one-local-variable): Use it.
22323 2005-05-10  Lute Kamstra  <lute@gnu.org>
22325         * font-lock.el (font-lock-keywords-alist)
22326         (font-lock-removed-keywords-alist): Clarify docstrings.
22328 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
22330         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22331         (gdb-source-info): Check for preprocessor info.
22332         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
22333         a macro for a function.
22334         (gdb-info-breakpoints-custom): Try to find file again if not already
22335         found (user might have used GDB dir command).
22336         (gdb-get-location): Update gdb-location-alist correctly for change
22337         to gdb-info-breakpoints-custom.
22339         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22340         (gud-tooltip-print-command): Add gdbmi case.
22341         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22342         preprocessor info.
22344 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
22346         * startup.el (fancy-splash-insert): Fix typo in doc string.
22348 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
22350         * obsolete/float.el (string-to-float):
22351         * obsolete/hilit19.el (hilit-add-pattern):
22352         * obsolete/rnews.el (news-parse-range, news-select-message)
22353         (news-get-pruned-list-of-files): Replace `string-to-int' by
22354         `string-to-number'.
22356         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22357         `find-file-not-found-hooks'; use `add-hook'.
22358         (uncompress-while-visiting): Set `write-file-functions', not
22359         `write-file-hooks'; use `add-hook'.
22361 2005-05-09  Kim F. Storm  <storm@cua.dk>
22363         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22364         (cua-paste): Handle clipboard action.
22365         (cua--init-keymaps): Remap clipboard-kill-region and
22366         clipboard-kill-ring-save.
22368 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
22370         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22371         Improve commentary.
22373         * simple.el (next-error-overlay-arrow-position): Revert the change
22374         made on 2005-04-30.
22376 2005-05-07  Jay Belanger  <belanger@truman.edu>
22378         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22379         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22380         `calc-sel-reselect'.
22382         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22383         Calc is in embedded mode.
22385 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
22387         * progmodes/compile.el (compilation-setup):
22388         Set overlay-arrow-string to an empty string on text terminals.
22390         * textmodes/ispell.el (ispell-program-name): Try looking for
22391         "aspell" along exec-path, and if found, use it as the default
22392         speller program.
22394 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
22396         * international/mule.el (sgml-xml-auto-coding-function):
22397         Recognize encoding='FOO' in single quotes as well as in double quotes.
22399 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22401         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22402         as well as `interactive', so that defmacro* would recognize
22403         `declare' forms.
22405 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
22407         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22408         Explain more about the LIGHTER arg's usage in the doc string.
22409         Add commentary to clarify what the code does.  Fix the regexp that
22410         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
22411         since it could have characters special to regular expressions.
22413 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22415         * replace.el (occur-1): Bind inhibit-read-only so that
22416         erase-buffer doesn't barf on read-only text properties (likewise
22417         for add-text-properties in occur-engine).  Mark buffer as unmodified.
22418         (occur-engine): Don't set buffer-read-only here.
22420 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22422         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22423         list-buffers-directory.  This caused the *cvs-commit* buffer to be
22424         sometimes mistakenly reused as a *cvs* buffer.
22426 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
22428         * tooltip.el: Move code for GUD tooltips into gud.el.
22429         (require): CL no longer needed to compile case.
22430         (tooltip-mode): Do not toggle functions for GUD tooltips.
22431         (tooltip-gud-tips-p): Remove.  Replace with minor mode
22432         gud-tooltip-mode in gud.el.
22433         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22434         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22435         tooltip-gud prefix with gud-tooltip and obsolete.
22436         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22437         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22438         (tooltip-mouse-motion): Mouse movement functions/variable.
22439         Rename in gud.el by adding gud prefix.
22440         (tooltip-gud-original-filter, tooltip-gud-dereference)
22441         (tooltip-gud-event, tooltip-toggle-gud-tips)
22442         (tooltip-gud-process-output, tooltip-gud-print-command)
22443         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
22444         gud.el by replacing tooltip-gud prefix with gud-tooltip.
22445         (gdb-tooltip-print): Move to gdb-ui.el.
22447         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22448         (require): CL needed to compile case.
22449         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22450         tooltip-gud-tips-p.  Make it a minor-mode.
22451         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22452         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22453         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22454         (gud-tooltip-change-major-mode)
22455         (gud-tooltip-activate-mouse-motions-if-enabled)
22456         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22457         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22458         (gud-tooltip-original-filter, gud-tooltip-dereference)
22459         (gud-tooltip-event, tooltip-toggle-gud-tips)
22460         (gud-tooltip-process-output, gud-tooltip-print-command)
22461         (gud-tooltip-tips): Move from tooltip.el.
22463         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22464         (gdb-cpp-define-alist-flags): Doc fix.
22465         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22466         gud-tooltip-mode is t.
22468 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22470         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22471         evaporate if their text is deleted.
22472         (goto-address-at-point): Make it work as a mouse binding as well.
22473         (goto-address-at-mouse): Obsolete it.  Update users.
22475 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22477         * calendar/appt.el (top-level): No longer activate on load.
22479 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
22481         * calendar/cal-bahai.el (mark-bahai-diary-entries):
22482         * net/webjump.el (webjump):
22483         * progmodes/idlw-help.el (idlwave-do-context-help1)
22484         (idlwave-highlight-linked-completions):
22485         * textmodes/po.el (po-find-file-coding-system-guts):
22486         Replace `assoc-ignore-case' by `assoc-string'.
22488 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
22490         * files.el (locate-file): Doc fix.
22492         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22493         Remove the redundant test for ms-dos.
22495         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22496         look for the preprocessor with exec-suffixes.  If not found in
22497         standard places, look in exec-path.  Remove most of the tests that
22498         used system-type.
22500         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22502         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22504         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22505         file-name clash with jka-compr.el on 8+3 filesystems.
22507 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22509         * term/mac-win.el: Don't define or bind scroll bar functions if
22510         x-toolkit-scroll-bars is t.
22511         (x-select-text, x-get-selection-value): Clear
22512         x-last-selected-text-clipboard if x-select-enable-clipboard is
22513         nil.
22514         (PRIMARY): Put mac-scrap-name property.
22515         (mac-select-convert-to-file-url): New function.
22516         (public.file-url): New selection target type.  Add to
22517         selection-converter-alist.
22518         (x-get-selection, x-selection-value): Handle it.
22519         (x-cut-buffer-or-selection-value): New alias.
22521 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22523         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22524         entry to avoid calling bibtex-find-entry with arg global
22525         being t.  Remove arg key.
22526         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22527         (bibtex-copy-summary-as-kill): Change accordingly.
22529 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22531         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22532         (org-agenda-date-later): Use with-current-buffer.
22534 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
22536         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22537         (define-obsolete-variable-alias): Doc Fixes.
22539 2005-05-06  Kim F. Storm  <storm@cua.dk>
22541         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
22542         vertical-motion when selective-display is active.
22544         * ido.el (ido-setup-hook): New hook.
22545         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22546         (ido-input-stack): New var.
22547         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
22548         ido-next-work-file binding to M-O.
22549         Bind M-f to ido-wide-find-file-or-pop-dir.
22550         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22551         (ido-read-internal): Run ido-setup-hook.
22552         Catch quit in read-file-name and read-string to cancel edit.
22553         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22554         Automatically pop-all when completing a directory name (RET).
22555         (ido-file-internal): Add with-no-warnings around ffap and dired code.
22556         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22557         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22558         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22559         New functions for M-b/M-f to move among the directory components.
22560         (ido-make-merged-file-list): Catch quit to cancel merge.
22561         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22562         (ido-completion-help): No warnings for ido-completion-buffer-full.
22564 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
22566         * font-lock.el (font-lock-negation-char-face): New face and variable.
22567         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22568         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22569         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22570         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22572 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
22574         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22575         Fix typo in docstring.
22577         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22578         (ebrowse-print-statistics-line)
22579         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22581         * term/w32-win.el (image-library-alist): Add additional name for
22582         Xpm library.
22584 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
22586         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22587         use gcc instead of cpp.
22589         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22590         (gdb-create-define-alist): Use it.
22591         (gdb-cpp-define-alist-program): Update for MS-DOS.
22593 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
22595         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22597 2005-05-04  Richard M. Stallman  <rms@gnu.org>
22599         * help.el (describe-key): No error when UNTRANSLATED is nil.
22601         * simple.el (line-move-1): Fix previous change to signal errors
22602         appropriately.
22604 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
22606         * calendar/icalendar.el (icalendar-version): Now at 0.12.
22607         (icalendar-duration-correction): Remove.
22608         (icalendar--get-event-properties): Split result at commas.
22609         (icalendar--decode-isoduration): New optional argument
22610         DURATION-CORRECTION.
22611         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22612         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22613         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22614         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22615         (icalendar--convert-anniversary-to-ical): New functions, extracted
22616         from icalendar-export-region, with bug fixes.
22617         (icalendar-export-region): Use the above functions.
22618         (icalendar-import-buffer): Check before saving diary file.
22619         (icalendar--convert-recurring-to-diary)
22620         (icalendar--convert-non-recurring-all-day-to-diary)
22621         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22622         extracted from icalendar--convert-ical-to-diary, with bug fixes.
22623         (icalendar--convert-ical-to-diary): Use the above functions.
22625 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
22627         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22628         Remove these recent additions.
22629         (c-mode): Restore to before 2005-04-28.
22631         * progmodes/cc-vars.el (cc-define-list-program): Remove this
22632         recent addition.
22634         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22635         (gdb-define-alist): New variables.
22636         (gdb-create-define-alist): New function.
22637         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22638         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22639         with string-to-number.
22640         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
22642         * progmodes/gud.el: Replace string-to-int with string-to-number.
22643         (gud-find-file): Handle gdb-define-alist.
22645         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22647 2005-05-02  Jay Belanger  <belanger@truman.edu>
22649         * calc/calc-aent.el (math-read-token):
22650         * calc/calc-bin.el (calc-word-size):
22651         * calc/calc-ext.el (calc-read-number-fancy):
22652         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22653         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22654         * calc/calc-frac.el (calc-over-notation):
22655         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22656         (calc-graph-num-points, calc-graph-init):
22657         * calc/calc-prog.el (calc-read-parse-table-part)
22658         (calc-edit-macro-repeats):
22659         * calc/calc-yank.el (calc-do-grab-rectangle):
22660         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22661         Replace `string-to-int' by `string-to-number'.
22663 2005-05-02  Kim F. Storm  <storm@cua.dk>
22665         * kmacro.el: Use executing-kbd-macro-index variable.
22667 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
22669         * net/rlogin.el (rlogin-parse-words): Delete func.
22670         (rlogin): Use split-string, not rlogin-parse-words.
22671         Also, if there are option-like elements in the parsed args,
22672         take the host to be the first arg immediately following them.
22673         Suggested by Michael Mauger.
22675 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22677         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22679 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22681         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22682         (cc-mode-cpp-program): Rename to cc-define-list-program and
22683         move to cc-vars.el.
22685         * progmodes/cc-vars.el (cc-define-list-program):
22686         Change to "gcc -E -dM -".  Make customizable.
22688 2005-05-02  Kim F. Storm  <storm@cua.dk>
22690         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22692 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
22694         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22696         * international/mule-util.el (truncate-string): Remove alias and
22697         obsolete declaration.
22699         * international/mule-cmds.el (update-iso-coding-systems):
22700         Remove alias and obsolete declaration.
22702         * international/mule.el (coding-system-parent): Remove alias and
22703         obsolete declaration.
22705         * subr.el (define-function, sref): Remove aliases and obsolete
22706         declarations.
22707         (chars-in-region): Remove obsolete declaration.
22709 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22711         * info.el (Info-mode): Set widen-automatically to nil, locally.
22713         * simple.el (widen-automatically): New variable.
22714         (pop-global-mark): Obey widen-automatically.
22716 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
22718         * term/xterm.el (function-key-map): Call substitute-key-definition
22719         before the keymap size is increased by a lot of define-key calls.
22721 2005-05-01  Richard M. Stallman  <rms@gnu.org>
22723         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22724         Rename ARG to ELEMENT.  Doc fix.
22726 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22728         * allout.el (allout-exposure): Remove macro and obsolete declaration.
22729         Remove references to allout-exposure/change to allout-new-exposure.
22731         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22732         bytecode symbols.
22734         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22735         (compiled-function-p, focus-frame, unfocus-frame):
22736         Remove aliases and obsolete declarations.
22737         Back out inadvertent changes from previous commit.
22739 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
22741         * files.el (require-final-newline): Make Custom tags consistent
22742         with mode-require-final-newline.
22743         (mode-require-final-newline): Doc fix.
22745 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22747         * international/latexenc.el (latexenc-find-file-coding-system):
22748         Fix regular expressions.
22750 2005-05-01  David Kastrup  <dak@gnu.org>
22752         * international/latexenc.el (latexenc-find-file-coding-system):
22753         Fix regular expressions.
22755 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
22757         * subr.el (string-to-int): Make obsolete.
22759 2005-04-30  Richard M. Stallman  <rms@gnu.org>
22761         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
22763         * loadup.el: load jka-comp-hook.
22765         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
22766         (jka-compr-handler): Add autoload.  `put' calls moved
22767         to jka-comp-hook.el.
22768         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
22769         (jka-compr-inhibit): Autoload.
22771         * jka-comp-hook.el: New file.
22772         Enable the mode by default.
22774         * files.el (backup-buffer-copy): Use copy-file instead
22775         of write-region, and put back the 'excl.
22777 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
22779         * progmodes/flymake.el (flymake-split-string)
22780         (flymake-split-string, flymake-log, flymake-pid-to-names)
22781         (flymake-reg-names, flymake-get-source-buffer-name)
22782         (flymake-unreg-names, flymake-add-line-err-info)
22783         (flymake-add-err-info): Clarify docstrings.
22784         (flymake-popup-menu, flymake-make-emacs-menu)
22785         (flymake-make-xemacs-menu): Add docstrings.
22786         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22787         Set variables directly throughout.
22789 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
22791         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22792         exists.  Initialize cc-define-alist.
22793         (c-mode): Add cc-create-define-alist locally to after-save-hook.
22794         If there is no file (Macroexpansion) don't create an alist.
22796 2005-04-29  Sam Steingold  <sds@gnu.org>
22798         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22799         (cc-create-define-alist): Use it instead of the hard-coded string.
22801 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22803         * international/mule-conf.el (file-coding-system-alist): Fix regexp
22804         for latexenc.
22806 2005-04-29  Lute Kamstra  <lute@gnu.org>
22808         * emacs-lisp/generic.el: Improve commentary section.
22809         (define-generic-mode): Improve docstring.
22811 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
22813         * textmodes/org.el (many places): Change to quiet the byte compiler.
22814         (org-prefix-format-compiled): New variable.
22815         (org-compile-prefix-format): New function.
22816         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22817         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22818         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22819         (org-get-entries-from-diary): Use `org-get-time-of-day' for
22820         consistency with entries from `org-mode' files.
22821         (org-get-time-of-day): Fix bug with partial matches early in a line.
22822         (org-non-link-chars): New constant.
22823         (org-link-regexp): Respect `org-non-link-chars'.
22824         (org-agenda-day-view): Remove command.
22825         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22826         (org-follow-bbdb-link, org-store-link): Search also company field.
22827         (org-highlight-overlay): New variable.
22828         (org-highlight, org-unhighlight): New functions.
22829         (org-agenda-mode): Add pre-command-hook to remove highlight.
22830         (org-evaluate-time-range): Behavior depends upon whether time stamp
22831         contains a time or not.
22832         (org-show-subtree, org-show-entry): New functions.
22833         (org-agenda-cleanup-fancy-diary): Remove empty lines.
22835 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
22837         * comint.el (comint-output-filter-functions): Add autoload cookie.
22839 2005-04-28  Kim F. Storm  <storm@cua.dk>
22841         * ido.el (ido-everywhere): Fix last change.
22843 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
22845         * international/latexenc.el: New file.
22846         * international/mule-conf.el (file-coding-system-alist): For .tex,
22847         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22849 2005-04-28  Lute Kamstra  <lute@gnu.org>
22851         * font-lock.el (font-lock-add-keywords)
22852         (font-lock-remove-keywords): Clarify docstring.
22853         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22854         Don't start docstrings with a `*'.
22855         (font-lock-update-removed-keyword-alist): Give it a docstring.
22857         * generic-x.el: Update commentary section.
22858         Only require font-lock when compiling.
22859         Define all modes conditionally.
22860         Place all generic modes in the generic-x-modes customization group.
22861         (generic-x-modes): New customization group.
22862         (generic-default-modes, generic-mswindows-modes)
22863         (generic-unix-modes, generic-other-modes): New constants.
22864         (generic-define-mswindows-modes, generic-define-unix-modes):
22865         Update docstrings.  Make them obsolete.
22866         (generic-extras-enable-list): New default value.  Update docstring.
22867         Improve :type.  Change :set function.
22868         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22869         Fix docstring.
22871         * emacs-lisp/generic.el (generic-mode-internal):
22872         Simplify font-lock-defaults.
22873         (define-generic-mode): Fix docstring.
22875 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22877         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22878         font-lock-face property to highlight matches.
22880 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
22882         * progmodes/cc-mode.el (cc-create-define-alist): New function.
22883         (cc-define-alist): New variable.
22884         (c-mode): Make it local and initialize it.
22886         * progmodes/gdb-ui.el (gdb-active-process): New variable.
22887         (gdb-exited): New function.
22888         (gdb-annotation-rules): Use it.
22889         (gdb-starting): Set gdb-active-process to t.
22890         (gdb-stopping): Amend doc string.
22891         (gdb-reset): Set gdb-active-process to nil.
22893         * tooltip.el (tooltip-gud-tips): Show the associated #define
22894         directives when a C program under GDB is not executing.
22896 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22898         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22899         font-lock-fontify-syntactic-keywords.
22901         * font-lock.el (font-lock-default-fontify-region): Don't force
22902         parse-sexp-lookup-properties to nil.
22904 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22906         * man.el (man-mode-syntax-table): Set up `:' to have
22907         word-constituent syntax.
22909 2005-04-27  Lute Kamstra  <lute@gnu.org>
22911         * novice.el (disable-command): Don't add spurious newlines to the
22912         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
22914 2005-04-26  Jay Belanger  <belanger@truman.edu>
22916         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22917         than one window before deleting window.
22919 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
22921         * shell.el (shell-prompt-pattern): Doc fix.
22922         (shell-mode): Set paragraph-separate buffer locally to "\\'".
22924         * comint.el (comint-prompt-regexp, comint-get-old-input)
22925         (comint-use-prompt-regexp)
22926         (comint-use-prompt-regexp-instead-of-fields)
22927         (comint-replace-by-expanded-history, comint-send-input)
22928         (comint-output-filter, comint-get-old-input-default)
22929         (comint-line-beginning-position, comint-bol, comint-show-output)
22930         (comint-backward-matching-input, comint-forward-matching-input)
22931         (comint-next-prompt, comint-previous-prompt):
22932         Rename `comint-use-prompt-regexp-instead-of-fields' to
22933         `comint-use-prompt-regexp'.  Keep old name as alias and declare
22934         obsolete.
22935         (comint-use-prompt-regexp): Shorten first line of doc string.
22937         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22938         Set paragraph-separate buffer locally to "\\'".
22940         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22941         Adapt to above name change.
22943         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22944         (smbclient-prompt-regexp): Ditto.
22946         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22948 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
22950         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22951         gdb-location-list.
22952         Break lines that are over 80 characters wide.
22954 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22956         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22957         New fun and var, to preserve compatibility.
22959         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22961 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
22963         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22964         name to file-newer-than-file-p.
22966 2005-04-26  Richard M. Stallman  <rms@gnu.org>
22968         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22970         * progmodes/python.el (python-mode):
22971         Use new name eldoc-documentation-function.
22973         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22975         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22976         (eldoc-documentation-function):
22977         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
22979 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
22981         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22983 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
22985         * term/xterm.el (function-key-map): Fix strings for
22986         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
22987         {C,S,A,C-S}-{f1-f12}.
22989 2005-04-26  Kenichi Handa  <handa@m17n.org>
22991         * international/mule-cmds.el (select-safe-coding-system):
22992         Fix previous change.
22994 2005-04-26  Lute Kamstra  <lute@gnu.org>
22996         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22998         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22999         (font-lock-comment-delimiter-face): Ditto.
23001         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23003 2005-04-25  Jay Belanger  <belanger@truman.edu>
23005         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23006         to t while inserting information; use help-mode.
23008 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
23010         * term.el (ansi-term-color-vector): Use the xterm colors.
23011         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
23013 2005-04-25  Lute Kamstra  <lute@gnu.org>
23015         * font-core.el (font-lock-defaults): Fix docstring.
23017         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23019 2005-04-25  Kenichi Handa  <handa@m17n.org>
23021         * international/mule-cmds.el (select-safe-coding-system):
23022         Don't check consistency with coding: spec, etc if raw-text or
23023         no-conversion was found to be safe.
23025 2005-04-24  Richard M. Stallman  <rms@gnu.org>
23027         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23028         citation markers at start of each line.
23030         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23031         citation markers at start of each line.
23033         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23035         * files.el (mode-require-final-newline): Fix previous change.
23036         (require-final-newline): Fix type label.
23038 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
23040         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23041         statement in buffer (broken by 2004-11-24 change).
23043 2005-04-24  Kim F. Storm  <storm@cua.dk>
23045         * ido.el (ido-everywhere): Save and restore old read-buffer-function
23046         and read-file-name-function values.  Don't overwrite existing
23047         non-nil values if ido-mode is enabled without ido-everywhere.
23049 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
23051         * files.el (mode-require-final-newline): Minor doc fix.
23053 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
23055         * subr.el (syntax-after): Doc fix.
23056         (syntax-class): If argument is nil, return nil.  Mask off upper 16
23057         bits, not 8 bits.
23059         * files.el (mode-require-final-newline): Doc fix.
23060         (backup-buffer-copy): Fix last change.
23062 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23064         * term/mac-win.el: Require select.  Set selection-coding-system to
23065         mac-system-coding-system.  Call menu-bar-enable-clipboard.
23066         (x-last-selected-text-clipboard, x-last-selected-text-primary)
23067         (x-select-enable-clipboard): New variables.
23068         (x-select-text, x-get-selection, x-selection-value)
23069         (x-get-selection-value, mac-select-convert-to-string)
23070         (mac-services-open-file, mac-services-open-selection)
23071         (mac-services-insert-text): New functions.
23072         (CLIPBOARD, FIND): Put mac-scrap-name property.
23073         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23074         (public.tiff): Put mac-ostype property.
23075         (selection-converter-alist): Add entries for them.
23076         (mac-application-menu-map): New keymap.
23077         (interprogram-cut-function, interprogram-paste-function): Set to
23078         x-select-text and x-get-selection-value, respectively.
23079         (split-window-keep-point): Set to t.
23081 2005-04-23  Richard M. Stallman  <rms@gnu.org>
23083         * files.el (read-directory-name): Always pass non-nil
23084         DEFAULT-FILENAME arg to read-file-name.
23085         (backup-buffer-copy, basic-save-buffer-2): Take care against
23086         writing thru an unexpected existing symlink.
23087         (revert-buffer): In indirect buffer, revert the base buffer.
23088         (magic-mode-alist): Doc fix.
23089         (buffer-stale-function): Doc fix.
23090         (minibuffer-with-setup-hook): Avoid warning.
23091         (mode-require-final-newline): Doc and custom fix.
23093         * follow.el (follow-end-of-buffer): Use with-no-warnings.
23095         * font-lock.el (font-lock-comment-face): On terminals with few colors,
23096         use the default appearance.
23097         (font-lock-comment-delimiter-face): New face, new variable.
23099         * imenu.el (imenu--generic-function): The official position of a
23100         definition is the start of the line that BEG is in.
23102         * midnight.el (midnight-timer): Move defvar up.
23104         * mouse.el (mouse-drag-region-1): Delete some debugging code.
23106         * saveplace.el (save-place-to-alist): Use with-no-warnings.
23108         * startup.el (command-line): Use with-no-warnings.
23110         * window.el (window-size-fixed): New defvar.
23112         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23114         * mail/rmail.el (rmail-font-lock-keywords):
23115         Use font-lock-comment-delimiter-face.
23117         * mail/sendmail.el (mail-font-lock-keywords):
23118         Use font-lock-comment-delimiter-face.
23120         * progmodes/compile.el (next-error-highlight-timer): New defvar.
23122 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
23124         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23125         Specify t for LAXMATCH when matching directories.
23126         Save match data around compilation-compat-error-properties form.
23128 2005-04-23  David Kastrup  <dak@gnu.org>
23130         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23131         Mention that the autoloaded aliases should be kept for AUCTeX.
23133 2005-04-23  Andreas Schwab  <schwab@suse.de>
23135         * isearch.el (isearch-forward): Doc fix.
23137 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
23139         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23140         (jit-lock-stealth-nice): Change default value to 0.5.
23142 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23144         * abbrev.el (write-abbrev-file): Write table entries in
23145         alphabetical order by table name.
23147 2005-04-22  Kim F. Storm  <storm@cua.dk>
23149         * ido.el (ido-read-internal): Fix `list' completion.
23151 2005-04-22  Kenichi Handa  <handa@m17n.org>
23153         * recentf.el (recentf-save-file-coding-system): New variable.
23154         (recentf-save-list): Encode the file by
23155         recentf-save-file-coding-system and add coding: tag.
23157 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
23159         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23161 2005-04-21  Lute Kamstra  <lute@gnu.org>
23163         * loadhist.el (unload-feature): Don't remove a function from hooks
23164         if it is about to be restored to an autoload .  Remove functions
23165         that will become unbound from auto-mode-alist.  Simplify the code.
23167         * subr.el (assq-delete-all): New implementation that is linear,
23168         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
23169         (rassq-delete-all): New function.
23171         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23172         Add size-indication-mode.
23174 2005-04-21  Kenichi Handa  <handa@m17n.org>
23176         * international/mule-cmds.el: Add autoload for widget-value in
23177         eval-when-compile.
23179 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
23181         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23182         Add tooltip-mode.
23184         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23186 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
23188         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23189         (inferior-lisp-filter-regexp, inferior-lisp-program)
23190         (inferior-lisp-load-command, inferior-lisp-prompt)
23191         (inferior-lisp-mode-hook, lisp-source-modes)
23192         (inferior-lisp-load-hook): defvar->defcustom.
23193         (inferior-lisp-program, inferior-lisp-prompt)
23194         (inferior-lisp-load-hook): Doc fixes.
23195         (inferior-lisp-install-letter-bindings): Small change in
23196         introductory comment.
23198 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
23200         * vc.el (vc-annotate-color-map): Change some colors so that text
23201         using them as foreground is readable on both white and black
23202         backgrounds.
23204 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23206         * international/mule-conf.el (translation-table-for-input):
23207         Remove redundant declaration.
23209 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
23211         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23213         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23214         (tooltip-toggle-gud-tips): New function.
23216 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23218         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23219         right angle brackets.
23221 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
23223         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23225 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23227         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23228         Remove.  Update callers to use expand-file-name instead.
23230         * subr.el (syntax-class): New function.
23232         * simple.el (blink-matching-open): Use it.
23234         * paren.el (show-paren-function): Use it to recognize parens that are
23235         also used in 2-char comment markers.
23237 2005-04-19  Lute Kamstra  <lute@gnu.org>
23239         * loadhist.el (unload-feature): Update for new format of
23240         load-history.  Simplify the code.
23242 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23244         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23245         (mac-add-charset-info): New function.  Initialize variable
23246         mac-charset-info-alist using it.
23247         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23248         for translation.
23249         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23250         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23251         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23252         New CCL programs.
23254 2005-04-19  Kim F. Storm  <storm@cua.dk>
23256         * simple.el (next-buffer, prev-buffer, next-error)
23257         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23258         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23260         * bindings.el (next-buffer, prev-buffer, next-error)
23261         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23262         (clone-indirect-buffer-other-window): Move bindings from simple.el.
23263         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23264         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23266 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23268         * isearch.el (isearch-edit-string): Make the search-ring available for
23269         minibuffer history commands.
23270         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23271         the default history commands now work just as well.
23272         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23274 2005-04-18  Kim F. Storm  <storm@cua.dk>
23276         * emulation/cua-base.el (cua--pre-command-handler): Add more
23277         elaborate check for shift modifier on non-window systems.
23279 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
23281         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23283 2005-04-18  Kim F. Storm  <storm@cua.dk>
23285         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23286         and make it optional.  Don't test tooltip-gud-echo-area here.
23287         (tooltip-gud-process-output, gdb-tooltip-print):
23288         Pass tooltip-gud-echo-area to tooltip-show.
23289         (tooltip-help-tips): Remove second optional arg to tooltip-show.
23291 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23293         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23294         `display-graphic-p' may not be bound yet.
23296 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
23298         * startup.el (command-line): No longer enable Xterm Mouse mode by
23299         default in terminals compatible with xterm.
23301         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23303 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
23305         * tooltip.el (tooltip-gud-echo-area): Rename from
23306         tooltip-use-echo-area.
23307         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23308         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23309         area independently of where help tooltips are displayed.
23311 2005-04-17  David Kastrup  <dak@gnu.org>
23313         * cus-theme.el (custom-theme-write-variables): Quote variables
23314         where necessary.
23316 2005-04-17  Richard M. Stallman  <rms@gnu.org>
23318         * simple.el (yank-excluded-properties): Add follow-link to value.
23320         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23322         * startup.el (fancy-splash-max-time): Just 30 seconds.
23323         (fancy-splash-delay): Just 7.
23324         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23326         * loadhist.el (unload-feature): Update for new format of load-history.
23327         Simplify the code.
23329         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23330         (rmail-font-lock-keywords): Don't fontify the text of a citation.
23332         * mail/sendmail.el (mail-font-lock-keywords):
23333         Don't fontify subject text.
23334         Don't fontify the text of a citation.
23336 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
23338         * comint.el (comint-output-filter): Run comint-output-filter-functions
23339         with point where the user had it.
23341 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23343         * international/ucs-tables.el (ucs-set-table-for-input):
23344         Disable when using unify-on-decoding.
23346 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
23348         * emulation/cua-base.el (cua-global-mark-face): Add special case
23349         for displays supporting a high number of colors.
23351 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
23353         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23355 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
23357         * filesets.el (filesets-add-buffer): If user supplies a name of a
23358         non-existing fileset, create a new fileset.
23360 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
23362         * textmodes/org.el (org-up-heading-all): Fix bug with
23363         `outline-up-heading-all'.
23365 2005-04-16  Andreas Schwab  <schwab@suse.de>
23367         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23368         /etc/permissions.d/* and /etc/aliases.d/*.
23370 2005-04-16  Kenichi Handa  <handa@m17n.org>
23372         * international/code-pages.el (cp-make-coding-system):
23373         Set `translation-table-for-input' property value to the symbol
23374         ucs-mule-to-mule-unicode, not to that value.
23375         (pt154): Escape guillemet by `\'.
23377 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
23379         * loadup.el: Load tooltip if x-show-tip is fboundp.
23381         * startup.el (command-line): Add comment.
23383         * tooltip.el (tooltip-mode): Specify correct standard value for
23384         Custom in init-value.
23386 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
23388         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23389         possible.
23391 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
23393         * textmodes/org.el (org-agenda-date-prompt): Rename from
23394         `org-agenda-date-today'.
23395         (org-evaluate-time-range): Insert at point instead of directly
23396         after time range.
23397         (org-first-headline-recenter, org-subtree-end-visible-p)
23398         (org-optimize-window-after-visibility-change): New functions
23399         (org-agenda-post-command-hook): Don't allow point at end of line,
23400         to make sure it always hits the text properties.
23401         (org-agenda-next-date-line, org-agenda-previous-date-line):
23402         New commands.
23403         (org-set-regexps-and-options): Category may contain white space.
23404         (org-agenda-get-deadlines, org-agenda-get-scheduled):
23405         Improve marker positions.
23406         (org-agenda-new-marker): Argument POS made optional.
23407         (org-agenda-get-timestamps): Deadlines which are done are listed
23408         in org-done-face now.
23409         (org-agenda-get-todos, org-agenda-get-timestamps)
23410         (org-agenda-get-deadlines, org-agenda-get-scheduled):
23411         Set `undone-face' and `done-face' properties.
23412         (org-last-todo-state-is-todo): New variable.
23413         (org-todo): Set `org-last-todo-state-is-todo'.
23414         (org-agenda-todo): Change face according to
23415         `org-last-todo-state-is-todo'.  And change other lines referring to
23416         the same entry.
23417         (org-calendar-goto-agenda): New command.
23418         (org-calendar-to-agenda-key): New option.
23419         (org-startup-folded): New allowed value `content'.
23420         (org-set-regexps-and-options): Accept new value `content' for
23421         `org-startup-folded'.
23422         (org-get-current-options): Handle new value `content' for
23423         `org-startup-folded'.
23424         (org-insert-todo-heading): New command.
23425         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23426         interactively in empty file and option
23427         `org-insert-mode-line-in-empty-file' has been set.
23428         (org-agenda-todo, org-agenda-priority): Modify to use
23429         `org-agenda-change-all-lines'.
23430         (org-warning-face): Change color on dark background
23432 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23434         * international/mule-cmds.el (set-locale-environment): On Mac OS,
23435         use preferences AppleLocale and AppleLanguages, and variable
23436         mac-system-locale for default locale.  On Mac OS Classic, use
23437         mac-system-coding-system for default coding systems.
23439         * term/mac-win.el: Don't set file-name-coding-system.
23440         Decode variables system-name, emacs-build-system, user-login-name, and
23441         user-full-name by mac-system-coding-system on Mac OS Classic.
23442         (mac-system-coding-system): New variable.
23444 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
23446         * startup.el (command-line): Handle `xterm-mouse-mode' before
23447         reading init file.
23449         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23451 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
23453         * progmodes/sh-script.el (sh-here-document-word): Make it a
23454         defcustom.  Doc fix.
23455         (sh-add): Bash uses $(( )) for arithmetic.
23456         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23457         (sh-maybe-here-document): Remove quotes and leading whitespace
23458         from heredoc word when closing.  Indent heredoc with tabs if word
23459         starts with "-".
23461 2005-04-13  Richard M. Stallman  <rms@gnu.org>
23463         * simple.el (undo): Fix previous change.
23465         * custom.el (defface): Doc fix.
23467 2005-04-13  Lute Kamstra  <lute@gnu.org>
23469         * Makefile.in (DONTCOMPILE): Remove list.
23470         (compile, compile-always): Don't use DONTCOMPILE.
23471         (update-authors): Load the library in which batch-update-authors
23472         is defined.
23473         * makefile.w32-in (DONTCOMPILE): Remove list.
23474         (compile, compile-always): Fix comments.
23475         (update-authors): Load the library in which batch-update-authors
23476         is defined.
23478         * generic-x.el (generic-mode-ini-file-find-file-hook):
23479         Rename to ini-generic-mode-find-file-hook.
23480         Keep generic-mode-ini-file-find-file-hook as an alias.
23481         (ini-generic-mode-find-file-hook): Rename from
23482         generic-mode-ini-file-find-file-hook.  Fix docstring.
23483         (ini-generic-mode): Docstring change.
23484         (bat-generic-mode-run-as-comint): Silence the byte compiler.
23486         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23487         called from lisp.
23489         * generic.el: Move to the emacs-lisp subdir.
23491 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
23493         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23494         and C-S- function and cursor motion keys.
23496 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
23498         * startup.el (command-line): Enable Xterm Mouse mode by default.
23499         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23500         for Custom.  No longer show "Mouse" in mode line when enabled.
23501         Doc fix.
23503 2005-04-12  Kim F. Storm  <storm@cua.dk>
23505         * emulation/cua-base.el (cua-rectangle-face)
23506         (cua-rectangle-noselect-face): Define face attributes here.
23508         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23510 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23512         * startup.el (command-line): Turn off blinking cursor if
23513         cursorBlink in resources is off or false.
23515 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23517         * term/mac-win.el (dnd): Require dnd.
23518         (mac-drag-n-drop): Call dnd-handle-one-url.
23519         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23520         (kTextEncodingISOLatin2): Remove constants.
23521         (mac-script-code-coding-systems): New constant.
23522         (mac-handle-language-change): New function.
23523         (special-event-map): Bind it to `language-change' event.
23524         (mac-centraleurroman, mac-cyrillic): New coding systems.
23525         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23526         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23527         and mac-cyrillic-encoder to encode-mac-centraleurroman and
23528         encode-mac-cyrillic, respectively.
23530 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23532         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23533         Don't set overlay-arrow-string to "=>" as this is done
23534         globally in C now.
23536 2005-04-12  Lute Kamstra  <lute@gnu.org>
23538         * generic-x.el (rc-generic-mode, rul-generic-mode):
23539         Fix auto-mode-alist entries.
23540         (etc-fstab-generic-mode): Tweak fontification.
23542         * generic.el (generic-make-keywords-list): Fix docstring.
23543         (generic-mode-internal): Simplify generic-font-lock-keywords.
23545 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23547         * whitespace.el (whitespace-buffer-leading)
23548         (whitespace-buffer-trailing): Revert the incorrect test inversion.
23549         However, fix the highlight area for the leading and
23550         trailing whitespaces to show space.
23552 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
23554         * whitespace.el (whitespace-version): Bump to 3.5
23556         (whitespace-buffer-leading, whitespace-buffer-trailing):
23557         Invert sense of the test to highlight the whitespace.
23559 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23561         * progmodes/gud.el (gud-display-line): GUD uses its own
23562         overlay arrow now so don't set overlay-arrow-string.
23563         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23565 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
23567         * term.el (term-ansi-current-bold, term-ansi-current-underline)
23568         (term-ansi-current-reverse, term-ansi-current-invisible)
23569         (term-ansi-face-already-done): Change to boolean.
23570         (term-reset-terminal, term-handle-colors-array): Handle the above
23571         vars accordingly.
23572         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23573         (term-emulate-terminal): Use the new name.
23575         * faces.el (secondary-selection): Use yellow1, not yellow.
23576         (trailing-whitespace): Use red1, not red.
23578 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23580         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23581         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23582         (dired-dnd-handle-file): Call dnd-get-local-file-uri
23584         * cus-edit.el (dnd): New group.
23586         * term/w32-win.el (dnd): Require dnd
23587         (w32-drag-n-drop): Call dnd-handle-one-url.
23589         * x-dnd.el: Require dnd.
23590         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23591         Call dnd-handle-one-url.
23592         (x-dnd-types-alist, x-dnd-insert-utf8-text)
23593         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23594         to dnd-insert-text.
23595         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23596         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23597         (x-dnd-get-local-file-name, x-dnd-open-local-file)
23598         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23600         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23602 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23604         * wdired.el: Doc fixes.
23605         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23606         (wdired-use-dired-vertical-movement): Rename from
23607         wdired-always-move-to-filename-beginning.
23608         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23609         (wdired-change-to-wdired-mode): Change mode name.
23610         (wdired-newline): Delete.
23612 2005-04-11  Richard M. Stallman  <rms@gnu.org>
23614         * whitespace.el (whitespace-highlight-the-space):
23615         Don't call whitespace-unhighlight-the-space here.
23617         * simple.el (undo): Record t in undo-equiv-table
23618         for the redo record made by an undo-in-region.
23620 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
23622         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23623         (gdb-frame-inferior-io-buffer): New Functions to control
23624         display of separate IO buffer.
23625         (menu): Add them to menu-bar.
23626         (gdb-display-buffer): Check for buffer another frame.
23627         Protect GUD buffer.
23628         (gdb-setup-windows): Create IO buffer if not already there.
23629         (gdb-memory-mode): Remove purecopy noops.
23631 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23633         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23634         and pass to self-insert-command.
23636 2005-04-11  Lute Kamstra  <lute@gnu.org>
23638         * generic.el: Commentary section cleanup.
23639         (generic): Delete.
23640         (generic-use-find-file-hook, generic-lines-to-scan)
23641         (generic-find-file-regexp, generic-ignore-files-regexp)
23642         (default-generic-mode, generic-mode-find-file-hook)
23643         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23644         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
23645         (generic-use-find-file-hook, generic-lines-to-scan)
23646         (generic-find-file-regexp, generic-ignore-files-regexp)
23647         (default-generic-mode, generic-mode-find-file-hook)
23648         (generic-mode-ini-file-find-file-hook): Move from generic.el.
23650 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
23652         * bookmark.el (bookmark-write-file): Catch errors writing file.
23653         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23655 2005-04-10  Richard M. Stallman  <rms@gnu.org>
23657         * startup.el (fancy-splash-tail): Update copyright year.
23658         (command-line): Split part of -Q into -D.
23659         (emacs-basic-display): New defvar.
23660         (fancy-splash-text): Correct name of menu item.
23662         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23664         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23665         lines in one node.
23667         * comint.el (comint-send-input): New arg ARTIFICIAL.
23668         Callers in this file changed.
23670         * abbrev.el (define-abbrevs): Read system abbrevs properly.
23672         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23674 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
23676         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
23677         `ldap-search-internal'.
23679 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23681         * files.el (set-auto-mode-1): Use line-end-position.
23683         * international/latin-1.el:
23684         * international/latin-2.el:
23685         * international/latin-3.el:
23686         * international/latin-4.el:
23687         * international/latin-5.el:
23688         * international/latin-8.el:
23689         * international/latin-9.el: Give punctuation syntax to NBSP.
23691         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23692         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23693         Use char-classes to accept non-ascii letters, accepted in some recent
23694         bibtex implementations.
23696 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
23698         * custom.el (custom-set-minor-mode): Any non-nil value for the
23699         variable should enable the mode when set through Custom.
23701 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23703         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23704         TAB binding so tab-always-indent is obeyed.
23705         (vhdl-minibuffer-local-map): Move initialization into declaration.
23706         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23707         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23708         (vhdl-hooked-abbrev): Avoid test for XEmacs.
23709         (vhdl-current-line): Use line-beginning-position.
23710         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23711         with-output-to-temp-buffer, so the current position can be recorded.
23713 2005-04-10  Masatake YAMATO  <jet@gyve.org>
23715         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23716         Add regexp for gcov.
23718 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23720         * calendar/time-date.el (time-to-seconds, seconds-to-time)
23721         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23722         syntax which Emacs 20 doesn't support.
23724 2005-04-09  Richard M. Stallman  <rms@gnu.org>
23726         * help.el (describe-key-briefly, describe-key):
23727         Replace strings as event types with "(any string)".
23729 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
23731         * arc-mode.el (archive-mode-map): Move initialization into
23732         the declaration.  Override *all* bindings of `undo'.
23733         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23735 2005-04-09  Jay Belanger  <belanger@truman.edu>
23737         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23739 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
23741         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23742         (xterm-register-default-colors): Update color values computation
23743         to match xterm-200.
23745 2005-04-09  Kenichi Handa  <handa@m17n.org>
23747         * international/code-pages.el (iso-latin-7): Fix the map.
23749 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
23751         * emacs-lisp/lisp.el (defun-prompt-regexp)
23752         (parens-require-spaces, buffer-end, end-of-defun)
23753         (insert-parentheses): Doc fixes.
23755 2005-04-08  Kim F. Storm  <storm@cua.dk>
23757         * comint.el (comint-highlight-prompt): Fix face spec.
23758         * hi-lock.el (hi-green): Likewise.
23760 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23762         * cus-edit.el (custom-modified-face):
23763         * comint.el (comint-highlight-input): Fix previous changes.
23764         * term.el (term-handle-ansi-escape): Add a comment.
23766 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23768         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
23769         in the buffer and in whitespace-highlighted-space.
23770         (whitespace-unhighlight-the-space): Simplify.
23771         (whitespace-buffer): Simplify.
23773 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
23775         * textmodes/table.el (table-cell-face): Add special case for
23776         displays supporting a high number of colors.
23777         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23778         (vhdl-font-lock-reserved-words-face)
23779         (vhdl-speedbar-architecture-face)
23780         (vhdl-speedbar-instantiation-face)
23781         (vhdl-speedbar-architecture-selected-face)
23782         (vhdl-speedbar-instantiation-selected-face): Likewise.
23783         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23784         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23785         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23786         (ebrowse-root-class-face, ebrowse-member-attribute-face)
23787         (ebrowse-progress-face): Likewise.
23788         * progmodes/compile.el (compilation-info-face): Likewise.
23789         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23790         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23791         * calendar/calendar.el (diary-face): Likewise.
23792         * woman.el (woman-italic-face, woman-bold-face)
23793         (woman-unknown-face): Likewise.
23794         * wid-edit.el (widget-button-pressed-face): Likewise.
23795         * whitespace.el (whitespace-highlight-face): Likewise.
23796         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23797         * pcvs-info.el (cvs-marked-face): Likewise.
23798         * info.el (info-xref): Likewise.
23799         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23800         * hilit-chg.el (highlight-changes-face)
23801         (highlight-changes-delete-face): Likewise.
23802         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23803         (hi-red-b): Likewise.
23804         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23805         * font-lock.el (font-lock-keyword-face)
23806         (font-lock-function-name-face, font-lock-warning-face): Likewise.
23807         * cus-edit.el (custom-invalid-face, custom-modified-face)
23808         (custom-set-face, custom-changed-face, custom-variable-tag-face)
23809         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23810         * comint.el (comint-highlight-prompt): Likewise.
23812 2005-04-08  Lute Kamstra  <lute@gnu.org>
23814         * font-lock.el (font-lock-keywords): Docstring fixes.
23816 2005-04-08  Kenichi Handa  <handa@m17n.org>
23818         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23819         chars are more than a limit, print " and more..." at the tail.
23821 2005-04-08  Kim F. Storm  <storm@cua.dk>
23823         * emacs-lisp/authors.el (authors-aliases): Update list.
23824         (authors-ignored-files): New list.
23825         (authors-fixed-entries): Fix typo.
23826         (authors-renamed-files-alist): Update list.
23827         (authors-add): Check authors-ignored-files.
23829 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
23831         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23832         optional, to ensure backward compatibility.
23834 2005-04-08  Stephen Eglen  <stephen@gnu.org>
23836         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23838 2005-04-08  Kim F. Storm  <storm@cua.dk>
23840         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23842         * mouse.el (mouse-on-link-p): Doc fix.
23844 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
23846         * ielm.el (ielm-prompt-read-only): Doc fix.
23848         * comint.el (comint-prompt-read-only): Doc fix.
23850 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
23852         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23853         ensure dired always handles wildcards passed to ffap.
23854         (find-file-at-point): Use it.
23855         (ffap-dired-wildcards): Doc fix.
23857 2005-04-07  Juri Linkov  <juri@jurta.org>
23859         * simple.el (next-error-overlay-arrow-position): New defvar.
23860         Put "=>" on its property `overlay-arrow-string'.  Add it to
23861         `overlay-arrow-variable-list'.
23863         * progmodes/compile.el (compilation-setup):
23864         Set `next-error-overlay-arrow-position' to nil.  Also set it to
23865         nil in the local hook `kill-buffer-hook'.  Make local variable
23866         `overlay-arrow-string' and set it to "=>".
23867         (compilation-goto-locus): Set BOL position to
23868         `next-error-overlay-arrow-position' instead of
23869         `overlay-arrow-position'.
23871         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23872         locally instead of adding it to the global hook.
23873         (Info-kill-buffer): Move up.
23875 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
23877         * term/xterm.el (xterm-standard-colors): Update color values from
23878         xterm-200.
23880 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23882         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23884         * fast-lock.el:
23885         * lazy-lock.el: Move them to the obsolete subdir.
23887 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23889         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23890         (wdired-add-replace-advice): Remove.
23891         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23893 2005-04-06  Kim F. Storm  <storm@cua.dk>
23895         * startup.el (command-line): Add --bare-bones alias for -Q.
23897 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23899         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23900         create the startup fontset if a font specification ends with
23901         `mac-roman'.
23903 2005-04-06  Lute Kamstra  <lute@gnu.org>
23905         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23906         change.
23908         * emacs-lisp/copyright.el (copyright-update-year): Replace the
23909         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
23911 2005-04-05  Lute Kamstra  <lute@gnu.org>
23913         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23914         (define-generic-mode): Ditto.  Fix debug declaration.
23916         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23917         Put them in the generic-x group.
23919         * calendar/timeclock.el (timeclock): Doc fix.
23921         * generic.el (define-generic-mode): Don't use custom-current-group.
23922         Document default :group value.
23923         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23924         (define-global-minor-mode): Don't use custom-current-group.
23926 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
23928         * startup.el (command-line-1): Display startup-echo-area-message
23929         when fancy splash screen is in use.
23931         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23932         (sh-escaped-newline): New face.
23933         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23934         newline, and use sh-escaped-newline face.
23936         * progmodes/tcl.el (tcl-escaped-newline): New face.
23937         (tcl-builtin-list): New variable.
23938         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23939         newlines.  Fix keywords subexpression number.
23941 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
23943         * textmodes/org.el (org-diary-default-entry): Fix call to
23944         `add-to-diary-entry'.
23946 2005-04-05  Kim F. Storm  <storm@cua.dk>
23948         * ediff-init.el: Use (featurep 'xemacs).
23950 2005-04-05  David Ponce  <david@dponce.com>
23952         * cus-edit.el (face): Derive from symbol widget.  Display sample
23953         of the current face on the fly.
23954         (widget-face-sample-face-get, widget-face-notify): New functions.
23955         (widget-face-value-create): Remove.
23957         * wid-edit.el (widget-field-end): Temporarily remove field
23958         narrowing before to call `get-char-property'.
23960 2005-04-04  Jay Belanger  <belanger@truman.edu>
23962         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23963         (math-read-subscripts): New variable.
23964         (math-read-preprocess-string): Process subscripts.
23966 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
23968         * comint.el (comint-prompt-read-only): Doc fix.
23970         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23971         `-1'.  Doc fix.
23973 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
23975         * textmodes/org.el (org-insert-mode-line-in-empty-file):
23976         Change default value to nil.
23978 2005-04-04  Lute Kamstra  <lute@gnu.org>
23980         * autorevert.el (auto-revert-mode): Specify :group.
23981         * battery.el (display-battery-mode): Specify :group.
23982         * diff-mode.el (diff-minor-mode): Specify :group.
23983         * font-core.el (font-lock-mode): Specify :group.
23984         * hl-line.el (hl-line-mode): Specify :group.
23985         * iimage.el (iimage): New customization group.
23986         (iimage-mode): Specify :group.
23987         * longlines.el (longlines-mode): Specify :group.
23988         * master.el: Don't require easy-mmode.
23989         (master): New customization group.
23990         (master-mode): Specify :group.
23991         * msb.el (msb-mode): Specify :group.
23992         * reveal.el (reveal-mode): Specify :group.
23993         * simple.el (next-error-follow-minor-mode): Specify :group.
23994         * smerge-mode.el (smerge-mode): Specify :group.
23995         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23996         * emulation/cua-base.el (cua-mode): Specify :group.
23997         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23998         * language/thai-util.el (thai-auto-composition-mode)
23999         (thai-word-mode): Specify :group.
24000         * mail/supercite.el (sc-minor-mode): Specify :group.
24001         * progmodes/cwarn.el (cwarn-mode): Specify :group.
24002         * progmodes/flymake.el (flymake-mode): Specify :group.
24003         * progmodes/glasses.el (glasses-mode): Specify :group.
24004         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24005         * textmodes/enriched.el (enriched-mode): Specify :group.
24006         * textmodes/refill.el (refill-mode): Specify :group.
24008         * add-log.el (change-log-font-lock-keywords): Names in
24009         parenthesized lists can contain spaces.
24011 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
24013         * startup.el (fancy-splash-text): Shorten default text of
24014         "Emacs Tutorial" line.  Also, if the current language env
24015         indicates an available tutorial file other than TUTORIAL,
24016         extract its title and append it to the line in parentheses.
24017         (fancy-splash-insert): If arg is a thunk, funcall it.
24019 2005-04-04  Jay Belanger  <belanger@truman.edu>
24021         * calc.el (calc-language-alist): Add tags to customization type.
24023 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
24025         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24026         Doc fix.
24028 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
24030         * add-log.el (change-log-font-lock-keywords): The manual
24031         describing a Change Log entry, says: (...) "Aside from these
24032         header lines, every line in the change log starts with a space or
24033         a tab.".  The font-lock was not highlighting lines started with
24034         spaces, added support for it.
24036 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24038         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24039         (bibtex-generate-url-list): Update docstring accordingly.  Put the
24040         complex example in the docstring.
24041         (bibtex-font-lock-url): Use pop.
24043 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24045         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24047         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24049 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
24051         * filesets.el (filesets-set-default): Doc fix.
24053 2005-04-03  Lute Kamstra  <lute@gnu.org>
24055         * generic.el (define-generic-mode): Add argument to specify
24056         keywords for defcustom.
24057         (default-generic-mode): Specify :group.
24059         * generic-x.el: Specify :group for all generic modes.
24061         * desktop.el (desktop-no-desktop-file-hook)
24062         (desktop-after-read-hook): Doc fix.
24064 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
24066         * simple.el (visible-mode): Use explicit :group keyword.
24067         This changes the group of `visible-mode-hook' from paren-blinking
24068         to editing-basics.
24070 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
24072         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
24073         mailbox specifications as well as URLs.
24074         (rmail-insert-inbox-text): Remove unused conditional branches.
24076 2005-04-01  Jay Belanger  <belanger@truman.edu>
24078         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24079         (calc-gnuplot-print-command): Move definitions to calc.el.
24081         * calc/calc-embed.el (calc-embedded-announce-formula)
24082         (calc-embedded-open-formula, calc-embedded-close-formula)
24083         (calc-embedded-open-word, calc-embedded-close-word)
24084         (calc-embedded-open-plain, calc-embedded-close-plain)
24085         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24086         (calc-embedded-open-mode, calc-embedded-close-mode):
24087         Move definitions to calc.el.
24089         * calc/calc.el (calc-settings-file, calc-language-alist):
24090         Make customizable.
24091         (calc-embedded-announce-formula, calc-embedded-open-formula)
24092         (calc-embedded-close-formula, calc-embedded-open-word)
24093         (calc-embedded-close-word, calc-embedded-open-plain)
24094         (calc-embedded-close-plain, calc-embedded-open-new-formula)
24095         (calc-embedded-close-new-formula, calc-embedded-open-mode)
24096         (calc-embedded-close-mode, calc-gnuplot-name)
24097         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24098         from other files and make customizable.
24100 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24102         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24103         Use buffer-live-p.
24104         (cvs-mode-run): Don't call cvs-update-header here.
24105         (cvs-run-process): Call cvs-update-header.
24106         Use process properties for cvs-postprocess and cvs-buffer so that
24107         the sentinel can behave better if the temp buffer is killed.
24108         Use a pipe rather than a tty, to better handle unexpected prompts.
24109         (cvs-sentinel): Rewrite.  Call cvs-update-header.
24111 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
24113         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24114         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
24116 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24118         * generic.el (define-generic-mode): Add indentation rule.
24120 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
24122         * files.el (mode-require-final-newline): Make Custom correctly
24123         report a nil value and allow to set it to nil via Custom.
24124         Doc fix.
24126 2005-04-01  Kenichi Handa  <handa@m17n.org>
24128         * international/characters.el: Enable the correct case setting for
24129         dotless-i and dotted-I.
24131 2005-04-01  Kim F. Storm  <storm@cua.dk>
24133         * ido.el (ido-file-internal): Fall back to non-ido command if
24134         initial directory is on slow ftp (or tramp) host.
24136 2005-03-31  Richard M. Stallman  <rms@gnu.org>
24138         * emacs-lisp/autoload.el (make-autoload):
24139         Handle define-global-minor-mode.
24141         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24142         Rename from easy-mmode-define-global-mode.
24143         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24145         * progmodes/scheme.el (scheme-mode-syntax-table):
24146         Update syntax of | and # for two-character comment syntax.
24148 2005-03-31  Lute Kamstra  <lute@gnu.org>
24150         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24151         (define-minor-mode): Call custom-current-group at load-time.
24153         * generic.el (define-generic-mode): Add debug declaration.
24154         Add defcustom for the mode hook.
24155         (generic-mode-internal): Use run-mode-hooks.
24157 2005-03-31  Kim F. Storm  <storm@cua.dk>
24159         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24160         (mouse-fixup-help-message): New defun called by show_help_echo
24161         to fixup mouse-2 prefix in help messages when applicable.
24163         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24165 2005-03-31  Kenichi Handa  <handa@m17n.org>
24167         * language/thai-word.el (thai-find-word-ends): Pay attention to
24168         the case that we reach the end of buffer.
24170         * textmodes/fill.el (fill-text-properties-at): New function.
24171         (fill-newline): Use fill-text-properties-at instead of
24172         text-properties-at.
24174 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
24176         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24177         not comint-quote-filename.
24179 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
24181         * help-fns.el (help-with-tutorial): Revert last change.
24183 2005-03-31  Kim F. Storm  <storm@cua.dk>
24185         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24187 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24189         * calendar/cal-china.el: Update reference to "Calendrical
24190         Calculations" book; there's a new edition.
24191         * calendar/cal-coptic.el: Likewise.
24192         * calendar/cal-french.el: Likewise.
24193         * calendar/cal-hebrew.el: Likewise.
24194         * calendar/cal-islam.el: Likewise.
24195         * calendar/cal-iso.el: Likewise.
24196         * calendar/cal-julian.el: Likewise.
24197         * calendar/cal-mayan.el: Likewise.
24198         * calendar/cal-persia.el: Likewise.
24199         * calendar/calendar.el: Likewise.
24200         * calendar/holidays.el: Likewise.
24201         * calendar/lunar.el: Likewise.
24202         * calendar/solar.el: Likewise.
24204         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24205         white space from doc string.
24207 2005-03-30  Jay Belanger  <belanger@truman.edu>
24209         * calc/calc-help.el (calc-full-help): Remove email address.
24211 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
24213         * help-fns.el (help-with-tutorial): Delete title line.
24215 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24217         * calendar/cal-x.el (calendar-one-frame-setup)
24218         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24219         rather than `symbol' for set-window-dedicated-p.
24221         * calendar/appt.el (appt-buffer-name): Make it a constant.
24222         (appt-add): Doc fix.
24224         * filesets.el (filesets-menu-path, filesets-menu-before)
24225         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
24226         (filesets-menu-cache-file): Use directory ~/.emacs.d.
24227         (filesets-add-submenu): Delete and use add-submenu instead.
24229 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
24231         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24232         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24233         (org-diary-default-entry): New function.
24234         (org-get-entries-from-diary): Better parsing of diary entries.
24235         (org-agenda-check-no-diary): New function.
24236         ("diary-lib"): Advice to function `add-to-diary-list', to allow
24237         linking to diary entries.
24238         (org-agenda-execute-calendar-command): New function.
24239         (org-agenda): Improve visible section in window.
24240         Use `org-fit-agenda-window'.
24241         (org-fit-agenda-window): New option.
24242         (org-move-subtree-down): Better handling of empty lines
24243         at end of subtree.
24244         (org-cycle): Numeric prefix is interpreted now as show-subtree N
24245         levels up.
24246         (org-fontify-done-headline): New option.
24247         (org-headline-done-face): New face.
24248         (org-set-font-lock-defaults): Use `org-headline-done-face'.
24249         (org-table-copy-down): Rename from `org-table-copy-from-above'.
24250         When current field is non-empty, it is copied to next row.
24251         (org-table-copy-from-above): Fix bug which made it
24252         impossible to copy fields containing only a single non-white character.
24254 2005-03-30  Kim F. Storm  <storm@cua.dk>
24256         * kmacro.el (kmacro-end-macro): Isearch may store this command
24257         into the macro -- so ignore it when executing keyboard macro.
24259 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
24261         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24263 2005-03-29  Kenichi Handa  <handa@m17n.org>
24265         * language/thai.el ("Thai"): Set setup-function and exit-function
24266         for Thai language environment.
24268         * language/thai-util.el: Require thai-word.
24269         (thai-word-mode-map): New variable.
24270         (thai-word-mode): New minor mode.
24271         (setup-thai-language-environment-internal): New function.
24272         (exit-thai-language-environment-internal): New function.
24274         * language/thai-word.el (thai-word-table): Declare it by defvar,
24275         use dolist to initialize it.
24276         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24277         (thai-fill-find-break-point): New functions.
24279 2005-03-29  Richard M. Stallman  <rms@gnu.org>
24281         * simple.el (idle-update-delay): Move definition up.
24282         (set-mark): Doc fix.
24284 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
24286         * longlines.el: New file.
24288         * simple.el (buffer-substring-filters): New variable.
24289         (filter-buffer-substring): New function.
24290         (kill-region, copy-region-as-kill): Use it.
24292         * register.el (copy-to-register, append-to-register)
24293         (prepend-to-register): Use filter-buffer-substring.
24295 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
24297         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24298         (gud-filter-pending-text): Move in front of gdb.
24299         (gud-overlay-arrow-position): New variable.
24300         (gud-sentinel, gud-display-line): Use it in place of
24301         overlay-arrow-position.
24303 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
24305         * progmodes/fortran.el (fortran-if-indent): Doc fix.
24306         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24307         (fortran-font-lock-keywords-4): New variable.
24308         (fortran-blocks-re, fortran-end-block-re)
24309         (fortran-start-block-re): New constants, for hideshow.
24310         (hs-special-modes-alist): Add a Fortran entry.
24311         (fortran-mode-map): Bind fortran-end-of-block,
24312         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24313         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
24314         (fortran-looking-at-if-then, fortran-end-of-block)
24315         (fortran-beginning-of-block): New functions, for hideshow.
24317         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24318         Doc fix.  Tweak regexp.
24319         (f90-beginning-of-block): Push mark first.
24321 2005-03-29  Jay Belanger  <belanger@truman.edu>
24323         * calc/calc.el: Update copyright date.
24324         (calc-version): Increase to 2.1.
24325         (calc-version-date): Remove.
24327         * calc/calc-help.el: Update copyright date.
24328         (calc-full-help): Remove reference to calc-version-date.
24329         Update copyright date.
24331 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24333         * vc.el (vc-do-command): Use a pipe for async processes, so password
24334         prompts don't show up at places where the user can't reply.
24336 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
24338         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24339         on the file name we pass to the inferior shell.
24341 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24343         * progmodes/which-func.el (which-function): Be robust in the face of an
24344         imenu--make-index-alist failure.
24346 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24348         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24350         * progmodes/python.el (python-preoutput-filter): Fix last change.
24352 2005-03-29  Lute Kamstra  <lute@gnu.org>
24354         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24355         functions and compiled macros.
24356         (debug-convert-byte-code): Handle macros too.
24357         (debug-on-entry-1): Don't signal an error when trying to clear a
24358         function that is not set to debug on entry.
24360 2005-03-29  Jay Belanger  <belanger@truman.edu>
24362         * calc/calc-lang.el: Add functions to math-function-table
24363         properties of tex and math.
24365 2005-03-29  Kenichi Handa  <handa@m17n.org>
24367         * ps-mule.el (ps-mule-plot-string): Translate characters by
24368         ps-print-translation-table.
24369         (ps-mule-begin-job): Call find-charset-region/string with
24370         ps-print-translation-table.
24371         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24373         * ps-print.el (ps-print-translation-table): New variable.
24374         (ps-plot-region): Translate characters by ps-print-translation-table.
24376 2005-03-29  Juri Linkov  <juri@jurta.org>
24378         * simple.el (next-error-highlight-timer): New variable.
24380         * progmodes/compile.el (compilation-goto-locus):
24381         Use `next-error-highlight-timer' instead of `sit-for'.
24383 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24385         * mail/supercite.el (sc-mail-field): Use assoc-string.
24386         (sc-get-address): Simplify regexps.
24388         * files.el (minibuffer-with-setup-hook): New macro.
24389         (find-file-read-args): Use it to avoid let-binding
24390         minibuffer-with-setup-hook (which breaks turning on/off
24391         file-name-shadow-mode while in the prompt).
24393         * complete.el (PC-read-include-file-name-internal):
24394         Use test-completion.
24396 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
24398         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24400 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24402         * window.el (window-buffer-height): Use count-screen-lines.
24404         * progmodes/python.el (python-preoutput-leftover): New var.
24405         (python-preoutput-filter): Use it.
24406         (python-send-receive): Loop until all the result has been received.
24408 2005-03-28  Juri Linkov  <juri@jurta.org>
24410         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24412         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24413         "Recover Crashed Session".
24414         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24415         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24416         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24417         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24418         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24419         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24420         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24421         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24423         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24424         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24425         Ediff Sessions", "Toggle use of separate control buffer frame",
24426         "Use separate frame for Ediff control buffer".
24428         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24429         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24430         "Rename Bookmark", "Delete Bookmark".
24432         * info.el (Info-mode-menu): Remove ellipsis from "Index".
24433         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24434         Add `:active Info-index-alternatives' to "Next Matching Item".
24436         * wdired.el (wdired-change-to-wdired-mode):
24437         Mention `wdired-abort-changes' key in the initial message.
24439         * international/mule.el (auto-coding-alist): Associate non-ascii
24440         image filename extensions with `no-conversion'.
24442 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24444         * international/iso-acc.el:
24445         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24447 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
24449         * textmodes/sgml-mode.el (html-mode): Doc update.
24451         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24453 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
24455         * term.el (term-move-columns): Fix face after extending a line.
24456         (term-insert-spaces): Likewise.
24457         (term-reset-terminal): Fix off by one error.
24459 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24461         * international/mule.el (auto-coding-alist): Add .xpi files.
24463         * files.el (auto-mode-alist): Add .xpi files.
24465 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
24467         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24469 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
24471         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24473 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
24475         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24476         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
24478         * calendar/cal-move.el (calendar-beginning-of-year): Move the
24479         cursor to Jan 1 when needed.
24480         (calendar-end-of-year): Fix -/+ typo.
24481         Reported by Chong Yidong <cyd@stupidchicken.com>.
24483 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24485         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24487         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24488         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
24490 2005-03-25  Richard M. Stallman  <rms@gnu.org>
24492         * filesets.el (filesets-init): Add autoload.
24494         * mail/mailalias.el (mail-directory): Doc fix.
24496 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24498         * mail/mailalias.el (mail-directory-process): Do nothing if
24499         mail-directory-process is an atom.
24500         (mail-get-names): Ignore mail-directory-names if it is an atom.
24501         (mail-directory-process defvar): Doc fix.
24502         (mail-names): Doc fix.
24504 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
24506         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24508 2005-03-26  Kenichi Handa  <handa@m17n.org>
24510         * international/mule-util.el (detect-coding-with-priority):
24511         Call update-coding-systems-internal before detect-coding-region.
24513 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
24515         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24516         (gdb-frames-mode-map): Add follow-link property.
24518 2005-03-25  Jay Belanger  <belanger@truman.edu>
24520         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24521         for variables.
24523 2005-03-25  Juri Linkov  <juri@jurta.org>
24525         * image-mode.el: Optimize image filename extension regexps in
24526         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
24527         in `auto-mode-alist'.
24528         (image-mode): Add `image-toggle-display-text' to local hook
24529         `change-major-mode-hook'.  Display the image as an image by
24530         default.  Set `cursor-type' and `truncate-lines' if the image
24531         is already displayed.  Take into account the current mode (image
24532         or text) in message.
24533         (image-minor-mode): New minor mode.
24534         (image-mode-maybe, image-toggle-display-text): New functions.
24535         (image-toggle-display): Use called-interactively-p.
24536         Let-bind `inhibit-read-only' to t.
24538         * image-mode.el (image-minor-mode): Set `cursor-type' and
24539         `truncate-lines' if the image is already displayed.  Add turning
24540         image-minor-mode off to `change-major-mode-hook'.  Add message.
24541         Call `image-toggle-display-text' after turning image-minor-mode off.
24543 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24545         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24546         Terminal.app, use utf-8.
24547         (set-display-table-and-terminal-coding-system): Add coding-system arg.
24548         (set-locale-environment): Use it.
24550         * term/xterm.el: Undo last change, better done in mule-cmds.el.
24552         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24554         * progmodes/python.el (python-close-block-statement-p)
24555         (python-outdent-p, python-current-defun): Use symbol-end.
24557 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
24559         * files.el (save-some-buffers): Doc fix.
24561 2005-03-25  Werner Lemberg  <wl@gnu.org>
24563         * complete.el, thumbs.el: Replace `legal' with `valid'.
24564         * calendar/calendar.el: Replace `legal' with `valid'.
24565         * emacs-lisp/advice.el: Replace `legal' with `valid'.
24566         * mail/supercite.el: Replace `legal' with `valid'.
24567         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24568         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24569         Replace `legal' with `valid'.
24570         * textmodes/reftex-vars.el, textmodes/reftex.el:
24571         Replace `legal' with `valid'.
24573 2005-03-25  Werner Lemberg  <wl@gnu.org>
24575         * calc/calc-forms.el, calc/calc-sel.el
24576         * midnight.el, vc-cvs.el
24577         * emacs-lisp/cl-macs.el
24578         * emulation/vip.el
24579         * eshell/esh-io.el, eshell/esh-var.el
24580         * mail/supercite.el
24581         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24582         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24583         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24584         * progmodes/sh-script.el, progmodes/xscheme.el
24585         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24586         * textmodes/reftex-index.el, textmodes/reftex-parse.el
24587         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24588         * textmodes/reftex.el, textmodes/org.el:
24589         Replace `illegal' with `invalid'.
24591 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24593         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24594         (flymake-find-buildfile, flymake-find-possible-master-files)
24595         (flymake-check-include, flymake-parse-line): Replace loops over the
24596         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24598         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24599         Substitute file-name-as-directory in the rest of the file.
24600         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24601         (flymake-replace-region): Remove unused arg `buffer'.
24602         (flymake-check-patch-master-file-buffer): Update calls to it.
24603         (flymake-add-err-info): Remove unused var `count'.
24604         (flymake-mode): Use define-minor-mode.
24606         * progmodes/flymake.el: Use with-current-buffer.
24607         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24608         flymake-replace-regexp-in-string, flymake-line-beginning-position)
24609         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24610         Avoid testing for `xemacs'.
24611         (flymake-nop): Move.
24612         (flymake-region-has-flymake-overlays): Return the computed value.
24613         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24614         Remove unused var `endline'.
24615         (flymake-get-line-count): Remove unused function.
24616         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24618         * emulation/vi.el:
24619         * generic.el:
24620         * hilit-chg.el (global-highlight-changes):
24621         * hi-lock.el (hi-lock-mode):
24622         * follow.el: find-file-hooks -> find-file-hook.
24624         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24626 2005-03-24  Juri Linkov  <juri@jurta.org>
24628         * dired.el (dired-mode-map): Add menu item "Compare directories"
24629         for dired-compare-directories.
24631         * dired-aux.el (dired-compare-directories): Add autoload cookie.
24632         Doc fix.  Replace `read-file-name' with `read-directory-name'.
24634 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24636         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24638 2005-03-24  Jay Belanger  <belanger@truman.edu>
24640         * calc/calc-embed.el (calc-embedded-mode-change): Save all
24641         relevant mode settings in calc-embedded-original-modes when modes
24642         are permanently changed.
24644 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24646         * autoinsert.el: find-file-hooks -> find-file-hook.
24648 2005-03-24  Lute Kamstra  <lute@gnu.org>
24650         * generic.el (generic-font-lock-defaults): Make it obsolete.
24651         (generic-font-lock-keywords): New variable to replace
24652         generic-font-lock-defaults.
24653         (generic-mode-set-font-lock): Delete it.
24654         (generic-mode-internal): Don't call generic-mode-set-font-lock.
24655         (generic-bracket-support): Add docstring.
24657         * generic-x.el: Rename generic-font-lock-defaults to
24658         generic-font-lock-keywords throughout.
24659         (mailagent-rules-setup-function): Delete it.
24660         (mailagent-rules-generic-mode): Use anonymous function instead.
24661         (show-tabs-generic-mode-font-lock-defaults-1)
24662         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24663         Quote faces.
24664         (show-tabs-tab-face, show-tabs-space-face): Specify background,
24665         not foreground.
24667         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24668         Recognize define-generic-mode.
24670 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24672         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24673         if there's no completion table.
24675 2005-03-23  Miles Bader  <miles@gnu.org>
24677         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24678         Remove tty-specific variants, as they're no longer needed.
24680 2005-03-23  Lute Kamstra  <lute@gnu.org>
24682         * generic-x.el: Code cleanup: make args constant whenever possible.
24683         (installshield-statement-keyword-list)
24684         (installshield-system-functions-list)
24685         (installshield-system-variables-list, installshield-types-list)
24686         (installshield-funarg-constants-list): Make them constants.
24688         * generic.el (generic-make-keywords-list): Add autoload cookie.
24690         * calendar/time-date.el: Add comment on time value formats.
24691         Don't require parse-time.
24692         (with-decoded-time-value): New macro.
24693         (encode-time-value): New function.
24694         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24695         (days-to-time): Return a valid time value when arg is huge.
24696         (time-since): Use time-subtract.
24697         (time-to-number-of-days): Use time-to-seconds.
24699 2005-03-23  David Ponce  <david@dponce.com>
24701         * recentf.el (recentf-keep): New option.
24702         (recentf-menu-action): Default to `find-file'.
24703         (recentf-keep-non-readable-files-flag)
24704         (recentf-keep-non-readable-files-p)
24705         (recentf-file-readable-p, recentf-find-file)
24706         (recentf-cleanup-remote): Remove.
24707         (recentf-include-p): More robust.
24708         (recentf-keep-p): New function.
24709         (recentf-remove-if-non-kept): Rename from
24710         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
24711         All callers updated.
24712         (recentf-menu-items-for-commands): Fix help string.
24713         (recentf-track-closed-file): Update.  Doc fix.
24714         (recentf-cleanup): Update.  Count removed files.  Doc fix.
24716 2005-03-23  Kim F. Storm  <storm@cua.dk>
24718         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24719         Don't inherit from fringe face (now happens automatically).
24721 2005-03-22  Kim F. Storm  <storm@cua.dk>
24723         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24724         position values.
24726 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24728         * menu-bar.el (showhide-date-time): Remove.
24729         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24730         (menu-bar-make-mm-toggle): Simplify.
24732 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24734         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24735         Accept qualified variable and function names.
24737 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
24739         * bindings.el (completion-ignored-extensions):
24740         Remove ".lis" for `vax-vms'.
24742 2005-03-22  Andreas Schwab  <schwab@suse.de>
24744         * generic-x.el: Revert last change.
24745         * ldefs-boot.el: Update.
24747 2005-03-22  Jay Belanger  <belanger@truman.edu>
24749         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
24750         (calc-embedded-save-original-modes)
24751         (calc-embedded-restore-original-modes): New functions.
24752         (calc-do-embedded): Save original modes when entering embedded mode
24753         and restore when leaving embedded mode.
24754         (calc-embedded-modes-change): Change the value of
24755         calc-embedded-original-modes to reflect permanent changes.
24757 2005-03-22  Lute Kamstra  <lute@gnu.org>
24759         * generic-x.el: Require generic again.
24761 2005-03-22  Miles Bader  <miles@gnu.org>
24763         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24764         Tweak details to look good on both ttys and bitmap displays, light
24765         or dark background, etc.
24767 2005-03-21  Kim F. Storm  <storm@cua.dk>
24769         * tooltip.el (tooltip-show-help-function): Check car and cdr of
24770         mouse position.
24772 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24774         * icomplete.el: Don't forcibly turn on the mode upon load.
24775         (icomplete-mode): Use define-minor-mode.
24776         (icomplete-eoinput): Default to nil.
24777         (icomplete-minibuffer-setup): Remove autoload.
24778         (icomplete-tidy): Simplify.
24779         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
24780         in the initial state or if the user has modified the field.
24781         Fix handling of icomplete-max-delay-chars.
24782         Remove code that handles the oddball case where
24783         minibuffer-completion-table is an integer.
24784         Wrap icomplete-completions in while-no-input in case building
24785         completions takes more time than expected.
24786         (icomplete-completions): Simplify.
24788 2005-03-21  Richard M. Stallman  <rms@gnu.org>
24790         * jka-compr.el (jka-compr-really-do-compress):
24791         Make variable buffer-local.
24793         * image-mode.el: Handle .xpm files too.
24794         (image-toggle-display): Preserve modification flag.
24796         * help.el (where-is): Don't mention aliases with no key bindings.
24798 2005-03-21  Lute Kamstra  <lute@gnu.org>
24800         * generic.el: Fix commentary section.  Don't require cl for
24801         compilation.
24802         (generic-mode-list): Add autoload cookie.
24803         (generic-use-find-file-hook, generic-lines-to-scan)
24804         (generic-find-file-regexp, generic-ignore-files-regexp)
24805         (generic-mode, generic-mode-find-file-hook)
24806         (generic-mode-ini-file-find-file-hook): Fix docstrings.
24807         (define-generic-mode): Make it a defmacro.  Fix docstring.
24808         (generic-mode-internal): Code cleanup.  Add autoload cookie.
24809         (generic-mode-set-comments): Code cleanup.
24810         * generic-x.el: Don't prevent compilation.  Don't require generic.
24811         Follow coding conventions.  Minor code cleanup.
24812         (etc-fstab-generic-mode): Add some keywords.
24813         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24814         define-generic-mode like a function declaration.
24816 2005-03-21  Jay Belanger  <belanger@truman.edu>
24818         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24819         changing modes.
24821 2005-03-21  Sam Steingold  <sds@gnu.org>
24823         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24825 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
24827         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24828         Add underscore to "f$ lexicals" regexp.
24830 2005-03-20  Juri Linkov  <juri@jurta.org>
24832         * subr.el (progress-reporter-do-update): When `min-value' is equal
24833         to `max-value', set `percentage' to 0 and prevent division by zero.
24835 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
24837         Sync with Tramp 2.0.48.
24839         * net/tramp.el (all): Change all addresses to .gnu.org.
24840         (tramp-append-tramp-buffers): New defun.
24841         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24842         Catch `dont-send' signal.
24843         (tramp-set-auto-save-file-modes): Set always permissions, because
24844         there might be an old auto-saved file belonging to another
24845         original file.  This could be a security threat.  Reported by
24846         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24847         Check for Emacs 21.3.50 removed.
24849         * net/tramp-smb.el (all): Remove debug construct for
24850         `with-parsed-tramp-file-name'.
24851         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24852         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24853         No error message if DIRECTORY or FILENAME doesn't exist.
24854         (tramp-smb-open-connection): Check existence of
24855         `tramp-smb-program'.
24857 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24859         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24860         Properly handle the case where the `m' or `s' command's argument is not
24861         yet terminated.
24862         (perl-indent-new-calculate): New function.
24863         (perl-indent-line): Use it.
24865 2005-03-20  Miles Bader  <miles@gnu.org>
24867         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24868         in text-mode too.  Change to new face names.
24869         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24870         Add `:weight bold' attribute.
24871         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24873 2005-03-19  Juri Linkov  <juri@jurta.org>
24875         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
24877         * international/mule.el (auto-coding-alist): Sync with
24878         `auto-mode-alist' by adding upper case archive file extensions
24879         and adding ear/war to jar extension.
24881 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
24883         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24884         running, restart it.
24886 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
24888         * finder.el (finder-current-item): Throw an error on an empty line.
24890         * man.el (Man-follow-manual-reference): If current-word returns
24891         nil, use "".
24893 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
24895         * simple.el (goto-line): Doc fix.
24897 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
24899         * files.el (save-buffer): Doc fix.
24901 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
24903         * recentf.el (recentf-cleanup-remote): New variable.
24904         (recentf-cleanup): Use it to conditionally check availability of
24905         remote files.
24907 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
24909         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24910         function names.
24912 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24914         * language/thai-word.el: New file.
24916 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
24918         * files.el (backup-buffer): If the file's directory is not
24919         writable, use copy instead of move to backup the file.
24921 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
24923         * obsolete/keyswap.el: Moved to obsolete/ from term/.
24925 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24927         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24928         Use functionp instead of symbolp and fboundp.  Reported by Drkm
24929         <darkman_spam@yahoo.fr>.
24930         (ps-print-version): New version 6.6.6.
24932 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
24934         * textmodes/table.el (table--line-column-position): New idiom.
24935         (table--row-column-insertion-point-p): New function to test
24936         validity of row and column insertion operation at a location.
24937         (table-global-menu, table-cell-menu): Use above functions for
24938         deterministic test operation.
24939         (table--editable-cell-p): Behave in deterministic fashion.
24941 2005-03-18  Juri Linkov  <juri@jurta.org>
24943         * isearch.el (isearch-lazy-highlight-new-loop):
24944         Make arguments beg and end optional.
24945         (isearch-update): Remove optional arguments nil from
24946         isearch-lazy-highlight-new-loop.
24947         (isearch-lazy-highlight-search): Let-bind case-fold-search to
24948         isearch-lazy-highlight-case-fold-search instead of
24949         isearch-case-fold-search, and let-bind isearch-regexp to
24950         isearch-lazy-highlight-regexp.
24951         Use isearch-lazy-highlight-last-string instead of isearch-string.
24953         * replace.el (perform-replace): Remove bindings of global
24954         variables isearch-string, isearch-regexp, isearch-case-fold-search.
24955         Add three new arguments to `replace-highlight'.
24956         (replace-highlight): Add arguments string, regexp, case-fold.
24957         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24958         to allow isearch-lazy-highlight-new-loop to use these values
24959         to set corresponding isearch-lazy-highlight-* internal
24960         variables whose values lazy highlighting will use regardless of
24961         changes to global variables isearch-string, isearch-regexp,
24962         isearch-case-fold-search during lazy highlighting loop.
24963         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24964         to `lazy-highlight-cleanup'.
24966         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24967         (ispell-highlight-face): Set default face to `isearch' when
24968         lazy highlighting is enabled.
24969         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24970         priority to 1.  Add lazy highlighting.
24971         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24972         from `isearch-dehighlight'.
24974 2005-03-18  David Ponce  <david@dponce.com>
24976         * files.el (hack-local-variables): Do a case-insensitive search
24977         for End.
24979 2005-03-18  Juri Linkov  <juri@jurta.org>
24981         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24982         `isearch-lazy-highlight-cleanup', add alias to old name and
24983         declare obsolete.  Add release numbers to other obsolete vars.
24984         (isearch-done, isearch-lazy-highlight-new-loop):
24985         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24986         (lazy-highlight-cleanup) <variable>: Doc fix.
24987         (isearch-lazy-highlight-update): Rename obsolete
24988         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24990 2005-03-18  Kenichi Handa  <handa@m17n.org>
24992         * language/thai-util.el: Fix categorization of Thai characters in
24993         thai-category-table.
24994         (thai-composition-pattern): Adjust it for the above change.
24995         (thai-self-insert-command, thai-compose-syllable): New functions.
24996         (thai-compose-region): Use thai-compose-syllable.
24997         (thai-compose-string): Likewise.
24998         (thai-composition-function): Likewise.
24999         (thai-auto-composition): New function.
25000         (thai-auto-composition-mode): New minor mode.
25002         * language/thai.el: Fix patterns to be registered in
25003         composition-function-table.
25005         * international/quail.el (quail-input-method): Locally bind
25006         inhibit-modification-hooks to t.
25008 2005-03-17  Richard M. Stallman  <rms@gnu.org>
25010         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25011         (perl-mode): Use run-mode-hooks.
25013         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25014         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25015         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25017         * mail/sendmail.el (sendmail-send-it): Reenable the code
25018         to compute resend-to-address and use it.
25020         * tar-mode.el (tar-mode): Turn off undo unconditionally.
25022         * image-mode.el: New file.
25024         * image.el (insert-sliced-image): Add autoload cookie.
25026         * font-lock.el (font-lock-lines-before): New user option.
25027         (font-lock-after-change-function): Obey it.
25029         * bindings.el (esc-map): Make M-g a prefix.
25030         Bind M-g g and M-g M-g to goto-line.
25032         * faces.el (face-id): Doc fix.
25034 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25036         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25037         (rmail-show-message): Use rmail-unknown-mail-followup-to.
25038         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25040         * mail/sendmail.el (mail-yank-ignored-headers)
25041         (mail-font-lock-keywords, mail-mode-fill-paragraph):
25042         Add Mail-Followup-To and Mail-Reply-To headers.
25043         (mail-citation-hook): Add autoload cookie.
25044         (mail-mode): Doc fix.
25045         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25046         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25047         (mail-mode-fill-paragraph): Handle those headers.
25048         (mail-mailing-lists): New variable.
25049         (mail-mail-reply-to, mail-mail-followup-to): New functions.
25051 2005-03-17  Juri Linkov  <juri@jurta.org>
25053         * isearch.el (isearch-fallback): Check for `(car previous)'
25054         before calling `isearch-other-end-state'.
25056 2005-03-17  Kim F. Storm  <storm@cua.dk>
25058         * simple.el (move-beginning-of-line): Move to beginning of buffer
25059         line, as well as beginning of screen line.
25061 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
25063         * calendar/diary-lib.el (mark-diary-entries): Use new optional
25064         argument REDRAW rather than calendar-redrawing variable.
25065         * calendar/calendar.el (calendar-redrawing): Delete.
25066         (redraw-calendar): Do not bind calendar-redrawing.
25068 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
25070         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25071         diary-file buffer.
25073 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25075         * help.el (describe-mode): Allow a :minor-mode-function property to
25076         specify a different minor mode toggle function than the variable.
25077         * simple.el (auto-fill-function):
25078         * subr.el (add-minor-mode): Use it.
25080 2005-03-16  Kenichi Handa  <handa@m17n.org>
25082         * language/ethio-util.el (sera-being-called-by-w3): New variable.
25083         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25084         (ethio-fidel-to-sera-buffer): Likewise.
25086 2005-03-16  Juri Linkov  <juri@jurta.org>
25088         * emacs-lisp/find-func.el (find-function-regexp):
25089         Add defun-emitting macro `menu-bar-make-toggle'.
25091         * isearch.el: Put `isearch-scroll' property to
25092         `split-window-horizontally'.
25094         * info.el: Update error messages for `debug-ignored-errors'.
25095         (Info-isearch-search): Doc fix.
25096         (Info-find-node): Move up code to go into info buffer before
25097         recording the node to the history.
25098         (Info-fontify-node): Fontify titles only if the next line
25099         has two or more `*', `=', `-', `.'.
25100         Display "go to this node" for empty (match-string 3).
25102 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25104         * term/mac-win.el: Add mouse pointer shape constants.
25106 2005-03-15  Kim F. Storm  <storm@cua.dk>
25108         * simple.el (move-beginning-of-line): Use vertical-motion.
25110 2005-03-15  Juri Linkov  <juri@jurta.org>
25112         * isearch.el (isearch-error): New variable.
25113         (isearch-invalid-regexp, isearch-within-brackets): Remove.
25114         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25115         (isearch-within-brackets-state): Remove.
25116         (isearch-case-fold-search-state, isearch-pop-fun-state):
25117         Decrease frame index.
25118         (isearch-mode, isearch-top-state, isearch-push-state)
25119         (isearch-edit-string, isearch-abort, isearch-search-and-update)
25120         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25121         (isearch-search, isearch-lazy-highlight-new-loop):
25122         Replace `isearch-invalid-regexp' with `isearch-error'.
25123         Remove `isearch-within-brackets'.
25124         (isearch-search): Add `search-failed' handler to `condition-case'.
25125         (isearch-lazy-highlight-search): Add `condition-case' to catch
25126         errors and allow `isearch-lazy-highlight-update' to try
25127         highlighting from the beginning of the window.
25128         (isearch-repeat): Move up code to set isearch-wrapped to t
25129         before calling isearch-wrap-function.
25131         * info.el (Info-isearch-initial-node): New internal variable.
25132         (Info-search): Signal an error in isearch mode when search leaves
25133         the initial node.  Signal an error when `bound' is non-nil and
25134         nothing was found in the current subfile.
25135         (Info-isearch-search): Remove `condition-case'.
25136         (Info-isearch-wrap): Don't wrap when search failed during leaving
25137         the initial node.  If `Info-isearch-search' is nil, wrap around
25138         the current node.
25139         (Info-isearch-start): New fun.
25140         (Info-mode): Add buffer-local hook `Info-isearch-start' to
25141         `isearch-mode-hook'.
25143 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25145         * simple.el (normal-erase-is-backspace): Set default to t if
25146         running on Mac.
25148         * term/mac-win.el (function-key-map): Sync with x-win.el.
25150 2005-03-15  Kenichi Handa  <handa@m17n.org>
25152         * international/mule-cmds.el (locale-language-names): Modify the
25153         format of elements and add more entries.
25154         (locale-preferred-coding-systems): Add more entries.
25155         (set-locale-environment): Adjust for the change of
25156         locale-language-names.
25158 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25160         * pcvs.el (smerge-ediff): Remove bogus autoload.
25162 2005-03-14  Lute Kamstra  <lute@gnu.org>
25164         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25165         Ignore a `*' at the beginning of a line.
25167         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25168         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25169         subr.el.
25170         (dont-compile, eval-when-compile, eval-and-compile): Use declare
25171         to specify indentation.
25173         * generic.el (define-generic-mode): Let generic-mode-list be a
25174         list of strings; test membership with equal.
25176 2005-03-14  Kim F. Storm  <storm@cua.dk>
25178         * simple.el (next-line, previous-line): Add optional try-vscroll
25179         arg to recognize interactive use.  Pass it on to line-move.
25180         (line-move): Don't perform auto-window-vscroll when defining or
25181         executing keyboard macro to ensure consistent behavior.
25183 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25185         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25187 2005-03-13  Lute Kamstra  <lute@gnu.org>
25189         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25190         debugger-setup-buffer so that backtrace marks the frames set to
25191         debug-on-exit and we don't have to do it manually.  Set an extra
25192         debug-on-exit for macro's.
25193         (debugger-setup-buffer): Don't mark the top frame manually.
25195 2005-03-12  Lute Kamstra  <lute@gnu.org>
25197         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25198         lisp-indent-function throughout.
25199         (with-no-warnings): Set lisp-indent-function property.
25201 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
25203         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25204         Add entry for backslash.
25206 2005-03-12  Juri Linkov  <juri@jurta.org>
25208         * info.el (Info-search): Four fixes for backward search.
25210 2005-03-11  Jay Belanger  <belanger@truman.edu>
25212         * calc/calc.el (calc-language-alist): New variable.
25213         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25214         (calc-embedded-find-modes): Use calc-language-alist instead of
25215         calc-embedded-language-alist.
25217 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25219         * calendar/calendar.el (calendar-redrawing): New internal
25220         variable.
25221         (redraw-calendar): Remove bogus save-excursion from previous
25222         change.  Bind calendar-redrawing to t for mark-diary-entries.
25223         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25224         calendar if that is why we were called.
25226 2005-03-11  Kenichi Handa  <handa@m17n.org>
25228         * international/mule.el (make-coding-system): Set property
25229         coding-system-define-form to nil.
25230         (define-coding-system-alias): Likewise.
25232 2005-03-11  Kenichi Handa  <handa@m17n.org>
25234         These changes are suggested by Dave Love <fx@gnu.org>.
25236         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25237         coding: tag.
25238         (adaptive-fill-regexp): Add more bullets.
25239         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25240         regexps.
25242 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25244         * help.el (describe-mode): Properly handle non-trivial lighters.
25245         Don't ignore minor modes that are not listed in minor-mode-list.
25247         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25248         feature ON when the user requests to turn it OFF.
25250 2005-03-10  Lute Kamstra  <lute@gnu.org>
25252         * emacs-lisp/debug.el (debug-entry-code): Delete it.
25253         (implement-debug-on-entry): New function to replace debug-entry-code.
25254         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
25255         second argument as the 2005-03-07 change makes it obsolete.
25256         (debug-on-entry, cancel-debug-on-entry): Update call to
25257         debug-on-entry-1.
25258         (debug, debugger-setup-buffer): Comment update.
25259         (debugger-frame-number): Update to work with implement-debug-on-entry.
25261 2005-03-10  Jay Belanger  <belanger@truman.edu>
25263         * calc/calc-embed.el (math-ms-args): Declare it.
25264         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25265         math-ms-args.
25266         (calc-embedded-subst): Use math-multi-subst-rec to substitute
25267         variables.
25269 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
25271         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25272         Use message-box.
25274         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25275         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25276         (tooltip-gud-tips): Simplify.
25277         (tooltip-gud-tips-p): Remove superfluous :set.
25278         (tooltip-gud-modes): Add fortran-mode.
25279         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25281         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25283 2005-03-09  Kim F. Storm  <storm@cua.dk>
25285         * play/animate.el (animate-place-char): Use forward-line instead
25286         of next-line to improve performance.
25288 2005-03-09  Simon Josefsson  <jas@extundo.com>
25290         * net/browse-url.el (browse-url-default-browser): Doc fix.
25292 2005-03-09  Miles Bader  <miles@gnu.org>
25294         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25295         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25297 2005-03-09  Kenichi Handa  <handa@m17n.org>
25299         * international/latin-1.el: Set case and syntax for 255 only if
25300         set-case-syntax-set-multibyte is nil.
25302         * textmodes/ispell.el (ispell-insert-word): New function.
25303         (ispell-word): Use ispell-insert-word to insert a new word.
25304         (ispell-process-line): Likewise.
25305         (ispell-complete-word): Likewise.
25307 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
25309         * calendar/calendar.el (redraw-calendar): Preserve point.
25310         Reported by Matt Hodges <MPHodges@member.fsf.org>.
25311         (calendar-week-start-day): Move after definition of
25312         redraw-calendar.  Delete buffer test, since redraw-calendar has
25313         that now.
25315         * calendar/diary-lib.el (mark-diary-entries): Only call
25316         redraw-calendar in the first of any recursive calls.
25317         Reported by Alan Shutko <ats@acm.org>.
25319 2005-03-08  Juri Linkov  <juri@jurta.org>
25321         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25322         (html-horizontal-rule, html-line, html-image, html-checkboxes)
25323         (html-radio-buttons): Add a space before the trailing `/>' where
25324         sgml-xml-mode is non-nil.
25325         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25326         the subsequent tag of the empty XML tag.
25327         (html-href-anchor): Don't set initial input to "http:".
25328         (html-image): Ask for the image URL and set point inside alt="".
25329         (html-name-anchor): Duplicate the name in the `id' attribute when
25330         sgml-xml-mode is non-nil.
25331         (html-paragraph): Remove \n before <p>.
25332         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25333         instead of `checked' when sgml-xml-mode is non-nil.
25335         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25336         Remove 1 space before #RRGGBB to not truncate it on terminal
25337         windows w/o fringes.  Remove 1 space between bg and fg examples
25338         to get more space.
25339         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25340         avoid byte-compile warnings.
25342         * image-file.el (image-file-handler): Put `safe-magic' property to
25343         `image-file-handler'.
25345         * info.el (Info-isearch-search): Emulate word search in
25346         isearching through multiple Info nodes with Info-search.
25347         (Info-isearch-wrap): Allow isearch-word.
25349 2005-03-08  Lute Kamstra  <lute@gnu.org>
25351         * emacs-lisp/debug.el (debugger-step-through): Make sure that
25352         stepping into the debugger's code is not possible.
25353         (debugger-jumping-flag): Docstring update.
25355 2005-03-08  Jay Belanger  <belanger@truman.edu>
25357         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25358         embedded mode begins.
25359         (calc-embedded-language-alist): New variable.
25360         (calc-embedded-find-modes): Use calc-embedded-language-alist to
25361         set default language mode.
25363 2005-03-08  Kenichi Handa  <handa@m17n.org>
25365         * international/ccl.el (define-ccl-program): Fix docstring about
25366         extra 256 bytes assured for the output buffer.
25368         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25369         Fix BUFFER_MAGNIFICATION to 2.
25370         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25372 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
25374         * align.el (align-rules-list): Added an alignment rule for CSS
25375         declarations (applies to css-mode and html-mode buffers).
25377 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25379         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25381 2005-03-07  Kim F. Storm  <storm@cua.dk>
25383         * simple.el (move-beginning-of-line): New command.
25385         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25387         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25389         * emulation/cua-base.el: Put CUA move property on move-end-of-line
25390         and move-beginning-of-line.
25392         * apropos.el (apropos-print): Omit command from M-x ... RET.
25394 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
25396         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25397         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25399 2005-03-06  Richard M. Stallman  <rms@gnu.org>
25401         * bindings.el (esc-map): Bind M-g to goto-line.
25403         * facemenu.el (global-map): Bind M-o, not M-g.
25405 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25407         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25408         "Open Directory" as for "Open File".
25410 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
25412         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25413         (push-mark-command): Run activate-mark-hook.
25415 2005-03-06  Richard M. Stallman  <rms@gnu.org>
25417         * help-mode.el (help-mode-finish): Don't alter the element
25418         in view-return-to-alist if there already is one.
25420         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25421         make sure the current buffer is the expected one.
25423         * novice.el (disabled-command-function): Output in *Disabled Command*.
25424         Explicitly ignore non-keyboard events, and explicitly handle C-g.
25426         * textmodes/flyspell.el (flyspell-large-region):
25427         Pass args differently for aspell.
25429         * files.el (mode-require-final-newline): Doc fix.
25431 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
25433         * progmodes/which-func.el (which-function):
25434         Specify NOERROR when calling imenu--make-index-alist.
25436 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25438         * simple.el (normal-erase-is-backspace): Define default value.
25440         * custom.el (custom-theme-set-variables): Remove unused var
25441         `immediate'.
25442         (custom-reevaluate-setting): Simple function to handle variables
25443         that are defined before their default value can really be
25444         computed.
25446         * startup.el (command-line): Use it for temporary-file-directory,
25447         small-emporary-file-directory, auto-save-file-name-transforms,
25448         blink-cursor-mode, and normal-erase-is-backspace.
25450         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25451         progress, even with buggy anchored keywords.
25453 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
25455         * simple.el (goto-line): Remove unbalanced final parenthesis.
25457 2005-03-05  Richard M. Stallman  <rms@gnu.org>
25459         * simple.el (goto-line): Use a number at point as the default.
25460         With C-u as arg, switch buffers.
25462 2005-03-05  Juri Linkov  <juri@jurta.org>
25464         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25465         with `no-blinking-cursor'.
25467         * startup.el (no-blinking-cursor): New defvar.
25468         (command-line): Add `--no-blinking-cursor' to longopts.
25469         Set `no-blinking-cursor' to t for command line arguments
25470         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
25471         with `no-blinking-cursor' in the condition for calling
25472         `blink-cursor-mode'.
25474 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
25476         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25477         (menu-bar-options-save): Add blink-cursor-mode.
25478         (menu-bar-options-menu): Add blink-cursor-mode.
25480 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
25482         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25483         (icalendar-export-file, icalendar-export-region)
25484         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25485         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25487 2005-03-04  Lute Kamstra  <lute@gnu.org>
25489         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25490         (debug-function-list): Ditto.
25492 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
25494         * textmodes/texinfmt.el (texinfo-append-refill):
25495         Redefine the types of line to which @refill
25496         is not appended by replacing a search for `@refill\\|@bye' with
25497         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
25498         itemize@refill' bug and the unfilled long lines bug.
25499         (texinfmt-version): Update number and date.
25501 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
25503         * international/code-pages.el (windows-1250, windows-125[2-8])
25504         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25506 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25508         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25509         bound yet.
25511 2005-03-02  Romain Francoise  <romain@orebokech.com>
25513         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25514         buffer after removing limits.
25515         (ibuffer-pop-filter): Ditto.
25516         Update copyright.
25518 2005-03-02  Miles Bader  <miles@gnu.org>
25520         * button.el (make-text-button): If the user doesn't specify a
25521         type, use the default.  Rewrite to use `add-text-properties' and
25522         plist functions.
25524 2005-03-01  Lute Kamstra  <lute@gnu.org>
25526         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25527         (debugger-jumping-flag): New var.
25528         (debug-entry-code): Use it.
25529         (debugger-jump): Use debugger-jumping-flag and add
25530         debugger-reenable to post-command-hook.
25531         (debugger-reenable): Use debugger-jumping-flag and remove itself
25532         from post-command-hook.
25533         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25534         debugger-reenable.
25536 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
25538         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25539         inclusion of "itemize\\|", which may be unnecessary, is certainly
25540         inelegant, and stops refilling in itemize lists when formatting
25541         Japanese Texinfo files to Info.
25542         Update copyright to 2005.
25544 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
25546         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25547         of an error if GDB can't find the source file.
25549 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
25551         * calendar/calendar.el (redraw-calendar): Work from any buffer,
25552         not just the calendar.
25554         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25555         first.
25556         (diary-redraw-calendar): New function.
25557         (make-diary-entry): Add diary-redraw-calendar to local
25558         write-contents-functions.  Turn off selective display before
25559         inserting in diary.
25561 2005-03-01  Kim F. Storm  <storm@cua.dk>
25563         * emacs-lisp/copyright.el (copyright-fix-years): New command.
25565 2005-03-01  Lute Kamstra  <lute@gnu.org>
25567         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25568         that debug-entry-code can be safely removed from a function while
25569         this code is being evaluated.  Revert the 2005-02-27 change as the
25570         new implementation no longer requires it.  Make sure that a
25571         function body containing just a string is not mistaken for a docstring.
25572         (debug): Skip one more frame in case of debug on entry.
25573         (debugger-setup-buffer): Delete one more frame line in case of
25574         debug on entry.
25575         (debugger-frame-number): Update to use the new text introduced by
25576         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
25578 2005-02-28  Kim F. Storm  <storm@cua.dk>
25580         * double.el (double-translate-key): Call force-window-update after
25581         read-event to avoid crash in redisplay.
25583 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25585         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25586         (debug): Use it.  Move the inhibit-trace earlier.
25587         (debug-entry-code): New const.
25588         (debug-on-entry-1): Use it.
25590 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
25592         * international/utf-16.el (ccl-encode-mule-utf-16le):
25593         Fix BUFFER_MAGNIFICATION to 2.
25594         (ccl-encode-mule-utf-16be): Likewise.
25596 2005-02-28  Kenichi Handa  <handa@m17n.org>
25598         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25599         Fix BUFFER_MAGNIFICATION to 4.
25600         (ccl-encode-mule-utf-16be-with-signature): Likewise.
25602 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
25604         * speedbar.el (speedbar-update-flag): Doc fix.
25605         (speedbar-show-info-under-mouse): Give set-mouse-position the right
25606         argument.
25608 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25610         * reveal.el (reveal-post-command): Don't try to reveal overlays which
25611         have a non-nil `invisible' property but are actually visible.
25613         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25614         for perldoc sections.
25615         (perl-outline-regexp, perl-outline-level): New var and function.
25616         (perl-mode): Use them.
25618 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
25620         * calendar/diary-lib.el (diary-remind): Discard any mark portion
25621         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25623 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
25625         * cus-edit.el: Comment change.
25626         (custom-buffer-create-internal): Slightly reword text at top of
25627         Custom buffers.  Mention there that saving an option edits the
25628         init file.  Add link to Emacs manual node on `custom-file'.
25629         (custom-magic-alist): Rewrite individual State messages to use
25630         capitalized keywords.  Doc fix.
25632 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
25634         * calendar/calendar.el (calendar-buffer): Move above
25635         calendar-week-start-day.
25636         (calendar-week-start-day): Doc fix.  Add :set function.
25637         (calendar-minimum-window-height): New variable.
25638         (generate-calendar-window): Only resize window if selected-window
25639         is displaying the calendar buffer.  Use new variable
25640         calendar-minimum-window-height.
25641         (generate-calendar): Reword error message.
25642         (calendar-mode-map): Bind DEL to scroll-other-window-down.
25644 2005-02-27  Andreas Schwab  <schwab@suse.de>
25646         * vc.el (vc-do-command): Don't run command asynchronously when
25647         operating in a remote directory.
25649         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25650         change from sync with Tramp 2.0.47.
25652 2005-02-27  Richard M. Stallman  <rms@gnu.org>
25654         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25656         * textmodes/flyspell.el (flyspell-mode-on):
25657         Call ispell-change-dictionary only if necessary.
25659         * emacs-lisp/re-builder.el (regexp-builder): New function.
25661         * register.el (describe-register-1): Explicitly handle
25662         yank-excluded-properties = t.
25664         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25665         (custom-magic-alist): Change the status descriptions again.
25666         (face widget-type): Total rewrite based on `restricted-sexp'
25667         to eliminate the confusing double hiding levels.
25669         * emacs-lisp/debug.el (debug-on-entry-1):
25670         If function body is empty, add nil as body form.
25672 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25674         * emacs-lisp/trace.el (inhibit-trace): New var.
25675         (trace-make-advice): Use it.
25677         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25679 2005-02-26  Kim F. Storm  <storm@cua.dk>
25681         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25682         (mouse-on-link-p, mouse-drag-region-1): Use it.
25684 2005-02-25  Lute Kamstra  <lute@gnu.org>
25686         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25688 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
25690         * frame.el (blink-cursor-mode): Add :group keyword.
25692 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
25694         * calendar/icalendar.el (icalendar--decode-isodatetime):
25695         New optional argument DAY-SHIFT.
25696         (icalendar-export-region): Fix coding-system-for-write.
25697         (icalendar--convert-ical-to-diary): Shift end-day of all-day
25698         events by one.
25700 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25702         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25704 2005-02-24  Kim F. Storm  <storm@cua.dk>
25706         * international/iso-acc.el (iso-accents-compose): Fix crash
25707         during redisplay.  Call force-window-update after read-event
25708         and delete-region to signal that window is not accurate.
25710 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25712         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25713         Remove unused and inexistent var `inhibit-trace'.
25714         (debugger-mode): Use run-mode-hooks.
25715         (debugger-list-functions): Add buttons; setup xref stack.
25717 2005-02-23  Richard M. Stallman  <rms@gnu.org>
25719         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25720         appointment says it was explicitly made.
25721         (appt-add): Set the 3rd element.
25722         (appt-make-list): Preserve explicit appointments.
25724         * subr.el (find-tag-default): Catch errors in forward-sexp.
25726 2005-02-23  Juri Linkov  <juri@jurta.org>
25728         * info.el (Info-isearch-search): New defcustom.
25729         (Info-isearch-search): Call the default isearch function
25730         when Info-isearch-search is nil.
25731         (Info-isearch-wrap): Use variable Info-isearch-search.
25733 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
25735         * cus-edit.el: Comment change.
25737 2005-02-22  Kim F. Storm  <storm@cua.dk>
25739         * progmodes/hideif.el (hide-ifdef-use-define-alist):
25740         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
25742 2005-02-22  Simon Josefsson  <jas@extundo.com>
25744         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
25745         New variable.
25746         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
25747         Oskarsson" <myrkraverk@users.sourceforget.net>.
25749 2005-02-22  Kim F. Storm  <storm@cua.dk>
25751         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
25752         check that window of that event is the selected window.
25753         (mouse-drag-region-1): Compare mouse event window to selected
25754         window before setting point.
25756         * tooltip.el (tooltip-show-help-function): Pass event to
25757         mouse-on-link-p so it can check selected window.
25759 2005-02-22  Kenichi Handa  <handa@m17n.org>
25761         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
25762         (ps-mule-show-warning): New function.
25763         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
25764         characters are found.
25766         * ps-print.el (ps-header-footer-string): Return a list of header
25767         and footer strings.
25769 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
25771         * pcvs.el (cvs-retrieve-revision): Fix thinko.
25773 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25775         * frame.el (blink-cursor-mode): Use define-minor-mode.
25777         * term/mac-win.el (function-key-map): Use char-names more consistently.
25778         (file-name-coding-system): Only set it for MacOS-9.  The other case is
25779         already handled in mule-cmds.el (where it also works when mac-win.el
25780         is not used).
25782 2005-02-21  Kenichi Handa  <handa@m17n.org>
25784         * international/mule.el (ctext-pre-write-conversion): Always use
25785         " *code-converting-work*" buffer for work.
25787         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25789 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
25791         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25793 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
25795         * ses.el (undo-more): Restore defadvice, but only the part that
25796         allows changes outside the restricted area of the buffer.
25798 2005-02-20  Kim F. Storm  <storm@cua.dk>
25800         * simple.el (line-move): Add fourth optional arg try-vscroll which
25801         must be set to perform auto-window-vscroll.
25802         When moving backwards and doing auto-window-vscroll, automatically
25803         vscroll to the last part of lines which are taller than the window.
25804         (next-line, previous-line): Set try-vscroll arg on line-move.
25806 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
25808         * replace.el (query-replace, query-replace-regexp)
25809         (replace-string, replace-regexp): When operating on region, make
25810         the minibuffer prompt say so.
25812         * isearch.el (isearch-forward): Document isearch-query-replace and
25813         isearch-query-replace-regexp keybindings.
25815 2005-02-19  Jay Belanger  <belanger@truman.edu>
25817         * calc/calc-aent.el (math-read-token): Add local variable.
25819         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25820         (calc-edit-top): Move declaration to earlier in file.
25821         (calc-edit-macro-repeats): Add local variables.
25823         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25824         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25825         calcFunc-tanh.
25826         Adjust integration rule for calcFunc-tan.
25828 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25830         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25831         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25832         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25833         (viper-skip-separators): Bug fix.
25834         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25835         particular major mode.
25836         (viper-del-backward-char-in-replace): Don't put deleted char on the
25837         kill ring.
25839         * viper-ex.el (viper-color-display-p): New function.
25840         (viper-has-face-support-p): Use viper-color-display-p.
25842         * viper-keym.el (viper-gnus-modifier-map): New keymap.
25844         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25846         * viper-util.el (viper-glob-unix-files): Fix shell status check.
25847         (viper-file-remote-p): Make equivalent to file-remote-p.
25849         * viper.el (viper-major-mode-modifier-list):
25850         Use viper-gnus-modifier-map.
25852 2005-02-19  David Kastrup  <dak@gnu.org>
25854         * subr.el (subregexp-context-p): Fix garbled doc string by adding
25855         quoting.
25857 2005-02-19  Jay Belanger  <belanger@truman.edu>
25859         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25860         Remove extra definitions.
25861         (calc-coth): New function.
25862         (calcFunc-cot): Fix `let'.
25864 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
25866         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25867         the reasons we use "type pc" in these faces.
25869         * button.el (button): Ditto.
25871 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
25873         * replace.el (query-replace-read-from): Set the value of
25874         query-replace-from-history-variable to handle the case of an empty
25875         string entered to accept the suggested default.
25877         * net/tramp.el (tramp-file-name-for-operation):
25878         Use dired-call-process instead of dired-call-process-command.
25880 2005-02-19  Jay Belanger  <belanger@truman.edu>
25882         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25883         (math-div-non-trig): New variables.
25884         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25885         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25886         (math-combine-prod, math-div-symb-fancy): Add simplifications for
25887         trig expressions.
25889 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
25891         * progmodes/gdb-ui.el (gdb-var-update-handler)
25892         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25893         for watch expressions,
25894         (gdb-var-create-handler): Don't set speedbar-update-flag.
25895         (gdb-post-prompt): Simplify test for speedbar.
25897 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25899         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25900         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25901         we use the syntax table of the correct buffer.
25902         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25903         Felix Gatzemeier.
25905         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25906         (ediff-file-remote-p): Make synonymous with file-remote-p.
25907         In all deffaces ediff-*-face-*, use min-colors.
25909         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25910         ediff-recurse-to-subdirectories.
25911         (ediff-mark-if-equal): Check that the arguments are strings, use
25912         ediff-same-contents (after to Felix Gatzemeier).
25914         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25915         nil.
25917 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25919         * log-view.el (log-view-message-re): Fix up Subversion regexp.
25921 2005-02-18  David Kastrup  <dak@gnu.org>
25923         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25924         use `mark-active' when defined.
25926 2005-02-18  Kenichi Handa  <handa@m17n.org>
25928         * ps-print.el (ps-font-info-database): New entry
25929         ZapfChancery-MediumItalic with correct font name.  Fix font name
25930         of the entry Zapf-Chancery-MediumItalic.
25932 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
25934         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25936 2005-02-16  Kim F. Storm  <storm@cua.dk>
25938         * ido.el (ido-fallback-command): Pass user input to fallback command.
25940 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
25942         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25943         (gdb-find-file-hook): Add server prefix.
25945 2005-02-16  Richard M. Stallman  <rms@gnu.org>
25947         * replace.el (perform-replace): Pass new args to replace-highlight.
25948         (replace-highlight): Take region args,
25949         and pass them to isearch-lazy-highlight-new-loop.
25951         * novice.el (disabled-command-hook): Autoload the defalias
25952         and the make-obsolete-variable call.
25954         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25956         * isearch.el (isearch-lazy-highlight-start-limit)
25957         (isearch-lazy-highlight-end-limit): New variables limit
25958         the region for highlighting.
25959         (isearch-lazy-highlight-new-loop): New args BEG and END.
25960         (isearch-lazy-highlight-search): Use the new vars.
25961         (isearch-lazy-highlight-update): Likewise.
25963         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25965         * cus-start.el (all): Use default-boundp.
25967 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
25969         * menu-bar.el (menu-bar-select-frame): Handle current frame.
25971 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
25973         * autorevert.el (auto-revert-stop-on-user-input)
25974         (auto-revert-verbose): Doc fixes.
25976 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
25978         * international/mule-cmds.el (set-locale-environment): Remove call
25979         to set-selection-coding-system on Windows.
25981 2005-02-15  Jay Belanger  <belanger@truman.edu>
25983         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25984         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25985         calcFunc-coth.
25986         (math-simplify-sqrt): Add simplifications.
25988         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25989         to list.
25991         * calc/calc-ext.el: Add functions to autoloads.
25993         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25994         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25995         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25996         (math-csc-raw, math-cot-raw): New functions.
25998         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26000         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26001         the variable name in a message.
26003         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26004         calcFunc-csc, calcFunc-cot.
26006         * calc/calcalg2.el: Add derivative and integration rules for
26007         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26008         calcFunc-csch, calcFunc-coth.
26009         (math-do-integral-methods): Add to checks for when to use
26010         substitutions.
26012         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26014 2005-02-15  Lute Kamstra  <lute@gnu.org>
26016         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26017         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
26018         <monnier@iro.umontreal.ca>
26019         (lisp-outline-level): Improve efficiency.  Suggested by David
26020         Kastrup <dak@gnu.org>.
26022 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
26024         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26025         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26026         (gdb-set-gud-minor-mode-existing-buffers): New functions.
26027         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
26028         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26030 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
26032         * cus-start.el (all): Comment change.
26034 2005-02-14  Lute Kamstra  <lute@gnu.org>
26036         * cus-start.el (all): Check if symbol is void.
26038 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
26040         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26041         optional argument to \cite.
26043 2005-02-14  Richard M. Stallman  <rms@gnu.org>
26045         * cus-edit.el (custom-buffer-create-internal): Update help message.
26046         (custom-magic-alist): Update help messages.
26048         * cus-start.el (all): Allow a var to specify a standard value.
26050 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
26052         * custom.el (custom-theme-set-variables): Handle variable aliases.
26054         * frame.el (blink-cursor-timer): Doc fix.
26055         (blink-cursor): Make it an alias for `blink-cursor-mode' and
26056         declare obsolete.
26057         (blink-cursor-mode): Define with defcustom and use correct
26058         standard expression in that defcustom.
26059         * startup.el (command-line): Adapt to above changes in frame.el.
26061 2005-02-11  Lute Kamstra  <lute@gnu.org>
26063         * apropos.el (apropos-score-doc): Prevent division by zero.
26065 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
26067         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26068         (icalendar--get-event-property-attributes)
26069         (icalendar--get-event-properties)
26070         (icalendar--datetime-to-diary-date): New functions.
26071         (icalendar--split-value): Doc fix.
26072         (icalendar--datetime-to-noneuropean-date)
26073         (icalendar--datetime-to-european-date): New optional argument
26074         SEPARATOR.  Return result as a string instead of a list.
26075         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26076         (icalendar--convert-string-for-export): Rename arg S to STRING.
26077         (icalendar-export-region): Doc fix.  Change name of error buffer.
26078         Save output buffer.
26079         (icalendar-import-file): Add blank at end of prompt.
26080         (icalendar-import-buffer): Doc fix.  Do not switch to error
26081         buffer.  Indicate status in return value.
26082         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
26083         buffer.  Save output buffer.  Handle exception from recurrence
26084         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
26085         events.  Fix problems with weekly all-day events.
26087 2005-02-10  Richard M. Stallman  <rms@gnu.org>
26089         * simple.el (eval-expression-print-format):
26090         Avoid warning about edebug-active.
26092         * help.el (help-for-help-internal): Rename from help-for-help.
26093         (help-for-help): Define with defalias.
26095         * font-core.el (font-lock-default-function): Use with-no-warnings.
26097         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26099         * custom.el (defface): Doc fix.
26101 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
26103         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26104         width 0" to prevent word wrapping problems.
26106 2005-02-09  Kim F. Storm  <storm@cua.dk>
26108         * ido.el (ido-file-extensions-order): New defcustom.
26109         (ido-file-extension-lessp, ido-file-extension-aux)
26110         (ido-file-extension-order): New advanced file ordering.
26111         (ido-file-lessp): New simple file ordering.
26112         (ido-sort-list): Remove.
26113         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26114         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26116 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
26118         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26119         that some versions of grep produce.
26120         (grep-mode-font-lock-keywords): Likewise.
26122 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
26124         * progmodes/gdb-ui.el (gdb-location-list): New variable.
26125         (gdb-cdir): Delete.
26126         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26127         (gdb-source-info): Treat case when source file is in another
26128         directory properly.
26129         (gdb-get-location): New function.
26131 2005-02-07  Jay Belanger  <belanger@truman.edu>
26133         * calc/calc-prog.el (calc-write-parse-table-part)
26134         (calc-fix-token-name): Fix a check for language type.
26136         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26138 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
26140         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26141         as directory not writable.
26143 2005-02-07  Kim F. Storm  <storm@cua.dk>
26145         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26146         (cua--standard-movement-commands): Remove list.
26147         Instead, set CUA property value to move for movement commands.
26148         (cua-movement-commands): Remove.  Users must set CUA prop instead.
26149         (cua--pre-command-handler): Check CUA property.
26150         (cua--init-keymaps): Don't remap undo commands.
26151         (cua-mode): Don't call cua--rectangle-on-off.
26153         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26154         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26155         (cua--rect-undo-set-point): New var.
26156         (cua--rectangle-undo-boundary): Setup undo apply entry.
26157         (cua--rect-undo-handler): New function for rectangle undo.
26158         (cua--rect-start-position, cua--rect-end-position): Add.
26159         (cua--rectangle-post-command): Call cua--rectangle-set-corners
26160         for restored rectangle.  Set point if cua--rect-undo-set-point.
26162 2005-02-06  Jay Belanger  <belanger@truman.edu>
26164         * calc/calc-lang.el (calc-tex-language): Display more information
26165         in messages.
26167         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26168         in TeX mode.
26170 2005-02-06  Richard M. Stallman  <rms@gnu.org>
26172         * emacs-lisp/lisp.el (buffer-end): Doc fix.
26174 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
26176         * net/ldap.el (ldap-search-internal): Support attributes with
26177         optional descriptions separated by a semi-colon, as in
26178         "userCertificate;binary".
26180 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
26182         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26183         isn't a cons (i.e. the version is 0).
26185 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
26187         * help.el (help-for-help): Doc fix.
26189 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
26191         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
26192         GDB-Windows on the menu-bar as this works better.
26194 2005-02-04  Jay Belanger  <belanger@truman.edu>
26196         * calc/calc-embed.el (calc-embedded-update): Don't put in
26197         unnecessary newlines.  Adjust the end of formula marker.
26199         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26200         (math-latex-parse-two-args): New function.
26202 2005-02-03  Lute Kamstra  <lute@gnu.org>
26204         * help-fns.el (help-with-tutorial): Make sure that users cannot
26205         remove the entire text of the tutorial by means of `undo'.
26207 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26209         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26210         in recent changes, where the ispell process was repeatedly
26211         killed & restarted.
26213         * international/mule-cmds.el (set-locale-environment): Set file-name
26214         coding system to utf-8 on Darwin systems.
26215         (set-default-coding-systems): Don't set default-file-name-coding-system
26216         on Darwin systems.
26218 2005-02-03  Richard M. Stallman  <rms@gnu.org>
26220         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26222 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
26224         * faces.el (list-faces-display): Add optional argument.
26226 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26228         * font-core.el (font-lock-default-function): Handle the rare case where
26229         only font-lock-keywords is set.
26231 2005-02-02  Kenichi Handa  <handa@m17n.org>
26233         * international/characters.el: Cancel previous change for
26234         I-WITH-DOT-ABOVE and DOTLESS-i.
26236         * international/latin-5.el: Cancel previous change.
26238 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
26240         * progmodes/gud.el: Correction to syntax in gud-menu-map.
26242 2005-02-02  Kenichi Handa  <handa@m17n.org>
26244         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26245         DOTLESS-i.
26247         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26248         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26250         * case-table.el (get-upcase-table): New function.
26251         (copy-case-table): Copy upcaes table too if non-nil.
26252         (set-case-syntax-delims): Maintain upcase table too.
26253         (set-case-syntax-pair): Likewise.
26254         (set-upcase-syntax, set-downcase-syntax): New functions.
26255         (set-case-syntax): Maintain upcase table too.
26257 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
26259         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26261         * progmodes/gud.el (gud-goto-info): New function.
26262         (gud-tool-bar-map): Use correct icon.
26264 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
26266         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26267         When delegating, order args in the funcall correctly.
26269 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
26271         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26273 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
26275         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26276         buffer not visiting a file.
26278 2005-01-31  Jay Belanger  <belanger@truman.edu>
26280         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26281         bound on the line with the formula.
26283 2005-01-31  Kim F. Storm  <storm@cua.dk>
26285         * ses.el (ses-create-cell-variable-range)
26286         (ses-destroy-cell-variable-range, ses-reset-header-string)
26287         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26288         (ses-insert-row): Fix format of apply undo entries.
26290 2005-01-31  Jay Belanger  <belanger@truman.edu>
26292         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26293         parts.
26295         * calc/calc-embed.el (calc-embedded-open-formula)
26296         (calc-embedded-close-formula): Ignore matrix environments.
26298         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26299         TeX mode.
26301         * calc/calc-lang.el (math-function-table, math-oper-table)
26302         (math-variable-table): Adjust the LaTeX portions.
26304         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26305         (math-latex-ignore-words): New constant.
26307 2005-01-31  Richard M. Stallman  <rms@gnu.org>
26309         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26310         (ispell-local-dictionary): Doc fix.
26311         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26312         Don't reinitialize at run time.  Don't defcustom.
26313         All uses changed to append ispell-local-dictionary-alist,
26314         or check it first.
26315         (ispell-current-dictionary): New variable for dictionary in use.
26316         (ispell-dictionary): Now used only for global default.
26317         (ispell-start-process): Set ispell-current-dictionary,
26318         not ispell-dictionary.
26319         (ispell-change-dictionary): Use this only for setting
26320         user preferences.
26321         (ispell-internal-change-dictionary): New function
26322         to change the current dictionary in use.
26323         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26324         Use ispell-current-dictionary.
26325         Handle ispell-local-dictionary-overridden.
26326         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26328 2005-01-31  Jay Belanger  <belanger@truman.edu>
26330         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26332         * calc/calc-ext.el: Add calc-latex-language to autoloads.
26333         (calc-mode-map): Add calc-latex-language.
26335         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26336         (math-latex-print-frac): New functions.
26337         (math-oper-table, math-function-table, math-variable-table)
26338         (math-complex-format, math-input-filter): Add latex properties.
26339         (calc-set-language): Set math-expr-special-function-mapping.
26341         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26342         (calc-write-parse-table-part): Add LaTeX support.
26344         * calc/calc.el (calc-language): Adjust docstring.
26345         (calc-set-mode-line): Add LaTeX support.
26346         (math-expr-special-function-mapping): New variable.
26347         (math-tex-ignore-words): Add to list.
26349         * calc/calccomp.el (math-compose-expr, math-compose-rows):
26350         Add LaTeX support.
26351         (math-compose-expr): Add support for special functions.
26353         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26355 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
26357         * progmodes/gdb-ui.el (gdb-memory-address)
26358         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26359         (gdb-memory-mode-map, gdb-memory-format-keymap)
26360         (gdb-memory-format-menu, gdb-memory-unit-keymap)
26361         (gdb-memory-unit-menu): New variables for a buffer
26362         that lets the user examine program memory.
26363         (gdb-memory-set-address, gdb-memory-set-repeat-count)
26364         (gdb-memory-format-binary, gdb-memory-format-octal)
26365         (gdb-memory-format-unsigned, gdb-memory-format-signed)
26366         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26367         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26368         (gdb-memory-unit-word, gdb-memory-unit-halfword)
26369         (gdb-memory-unit-byte, gdb-memory-unit-menu)
26370         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26371         (gdb-memory-mode, gdb-memory-buffer-name)
26372         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26373         New functions for above buffer.
26375 2005-01-30  Richard M. Stallman  <rms@gnu.org>
26377         * cus-edit.el (custom-bury-buffer): Function deleted.
26378         (custom-buffer-done-function): Option deleted.
26379         (custom-buffer-done-kill): New replacement option.
26380         (Custom-buffer-done): Call quit-window.
26381         (custom-buffer-create-internal): Update for above changes.
26383 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
26385         * simple.el (undo-ask-before-discard): New var.
26386         (undo-outer-limit-truncate): Implement it.
26387         (undo-extra-outer-limit): Doc update.
26389 2005-01-29  Richard M. Stallman  <rms@gnu.org>
26391         * ses.el (undo-more): Delete defadvice.
26392         (ses-begin-change): Doc fix.
26394         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26395         instead of rebinding C-x u and C-_.
26397         * files.el (normal-backup-enable-predicate): Return nil for files
26398         in /tmp, regardless of temporary-file-directory.
26400         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26402         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26403         (open-rectangle, delete-whitespace-rectangle-line)
26404         (clear-rectangle-line): If FILL, pass t instead of FILL
26405         for move-to-column's 2nd arg.
26407         * simple.el (undo): Fix the test for continuing a series of undos.
26408         (undo-more): Set pending-undo-list to t when we reach end.
26409         (pending-undo-list): Move up defvar.
26411         * wid-edit.el (widget-button-click):
26412         Shorten the range of the track-mouse binding.
26414         * comint.el (comint-insert-input): Undo previous changes;
26415         use last-input-event in interactive spec.
26417 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
26419         * progmodes/compile.el (compilation-start): Bind buffer-read-only
26420         to nil before invoking call-process.  Reset buffer's modified flag
26421         after fontifying it in the no-async branch.
26423         * wid-edit.el (widget-specify-button): If mouse pointer shape
26424         cannot be changed, use mouse face instead.
26426 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
26428         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26429         (gdb-goto-breakpoint): Make breakpoint handling work on template
26430         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
26431         (gdb-assembler-custom): Update to recognize breakpoint information
26432         added on 2005-01-19.
26434 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26436         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26437         (dsssl-mode): Use define-derived-mode.
26438         (scheme-mode-initialize): Remove.
26439         (scheme-mode): Use run-mode-hooks.
26441         * cus-edit.el (customize-group-other-window)
26442         (custom-buffer-create-other-window): Don't override special-display-*.
26443         (custom-mode-map): Make it dense.
26445         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26446         sets the default value.
26448 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
26450         * descr-text.el: Add more keywords.
26452 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26454         * speedbar.el: Avoid unnecessary use of locate-library.
26456         * international/mule-cmds.el (standard-display-european-internal):
26457         Don't fiddle with latin-1 non-break space any more since it's now
26458         special cased in the C code.
26459         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26461 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
26463         * cus-start.el (all): Add `undo-outer-limit'.
26465 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26467         * textmodes/bibtex.el (bibtex-format-entry):
26468         Use `bibtex-empty-field-re' only on the text of fields, not on entire
26469         field lines.
26470         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26471         not on part of a buffer.
26473 2005-01-25  Lute Kamstra  <lute@gnu.org>
26475         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26476         nonempty field text strings like "{letters\\macro{}more letters}".
26477         Clarify docstring.
26478         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26479         (bibtex-entry-offset, bibtex-parse-association)
26480         (bibtex-parse-field-name): Fix typos in docstrings.
26481         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26483 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
26485         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26486         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26487         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26488         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26490         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26491         isearch minor mode.
26493 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
26495         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26497 2005-01-24  Lute Kamstra  <lute@gnu.org>
26499         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26500         CASECHARS and NOT-CASECHARS regular expressions of the
26501         "nederlands" and "nederlands8" dictionaries to prevent a "Range
26502         striding over charsets" error.
26504 2005-01-24  Jay Belanger  <belanger@truman.edu>
26506         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26507         display variable name.
26509 2005-01-24  Kenichi Handa  <handa@m17n.org>
26511         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26512         Fix setting of the element of encoded-kbd-iso2022-invocations.
26514 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
26516         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26517         (gdb-threads-select): Change to also accept mouse events.
26518         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26519         (gdb-threads-mouse-select): Delete.
26521 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
26523         * files.el (insert-directory): Take care of empty directory,
26524         listed without -a switch.
26526 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26528         * textmodes/refill.el (refill-post-command-function):
26529         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26530         to the list of functions that we should be careful not to undo.
26531         (refill-late-fill-paragraph-function): Remove.
26532         (refill-saved-state): New var.
26533         (refill-mode): Use it to save fill-paragraph-function.
26534         Save also the value of auto-fill-function.
26536         * term/w32-win.el: Simplify code.
26538 2005-01-23  Kim F. Storm  <storm@cua.dk>
26540         * simple.el (line-move): Adapt to new return value from
26541         pos-visible-in-window-p.
26543         * simple.el (line-move): Fix last change.  Check partial
26544         visibility at point rather than at window-start.
26546 2005-01-22  Jason Rumney  <jasonr@gnu.org>
26548         * term/w32-win.el (xw-defined-colors): Remove debug-message.
26550 2005-01-22  David Kastrup  <dak@gnu.org>
26552         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26554 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
26556         * type-break.el (type-break-mode): Add a test for
26557         type-break-file-name being non-nil.
26559 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
26561         * net/eudc.el (top level): Call (message "") via progn, so that
26562         eudc-options-file is loaded.
26564 2005-01-22  Kim F. Storm  <storm@cua.dk>
26566         * simple.el (line-move-1): Rename from line-move.
26567         (line-move): New function that adjusts vscroll for partially
26568         visible rows, and calls line-move-1 otherwise.
26570 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
26572         * pcomplete.el: Define pcomplete-read-event instead of read-event,
26573         since it's not a complete read-event implementation
26575 2005-01-20  Jay Belanger  <belanger@truman.edu>
26577         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26578         for called function.
26580 2005-01-20  Steven Tamm  <steventamm@mac.com>
26582         * term/mac-win.el (process-connection-type): Remove.
26583         Controlled now by s/darwin.h:PTY_ITERATION.
26585 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26587         * window.el (handle-select-window): Don't switch window when we're
26588         in the minibuffer.
26590 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
26592         * subr.el (dotimes-with-progress-reporter): New macro.
26594         * ses.el (ses-dotimes-msg): Remove macro.
26595         Use `dotimes-with-progress-reporter' instead.
26597 2005-01-19  Steven Tamm  <steventamm@mac.com>
26599         * term/mac-win.el (process-connection-type): Use new
26600         operating-system-release variable to use ptys on Darwin 7 (OS X
26601         10.3) when using carbon build.
26603 2005-01-19  Jay Belanger  <belanger@truman.edu>
26605         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26606         flags if the last command was a tab or M-tab.
26608         * calc/calc-prog.el (calc-user-define-edit): Put original formula
26609         in formula editing buffer.
26611 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26613         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26614         breakpoint image symbol in margin.
26616 2005-01-19  Jay Belanger  <belanger@truman.edu>
26618         * calc/calc-prog.el (calc-execute-kbd-macro):
26619         Ignore calc-keep-arg-flag.
26621 2005-01-19  Kenichi Handa  <handa@m17n.org>
26623         * textmodes/ispell.el (ispell-looking-at): New function.
26624         (ispell-process-line): Use ispell-looking-at to compare the ispell
26625         output and the buffer contents.
26627 2005-01-18  Jay Belanger  <belanger@truman.edu>
26629         * calc/calc.el (calc-display-raw): Fix docstring.
26631 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26633         * simple.el (blink-matching-open): Strip extra info from syntax.
26635         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26636         funny chars in the end-of-here-doc marker.
26638 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
26640         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26641         that enable/disabled state of breakpoints is shown correctly in
26642         fringe and on ttys.
26643         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26644         Add breakpoint information as text properties.
26645         (gdb-mouse-toggle-breakpoint):
26646         Rename to gdb-mouse-set-clear-breakpoint.
26647         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
26648         breakpoints in the margin.
26649         (gdb-remove-strings): Simplify.
26651 2005-01-17  Jay Belanger  <belanger@truman.edu>
26653         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26654         erasing buffer.
26656 2005-01-17  Richard M. Stallman  <rms@gnu.org>
26658         * progmodes/grep.el (grep-find): Copy from `grep' the condition
26659         for calling grep-compute-defaults.
26661         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26662         if buffer is empty.
26664         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26666 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26668         * hilit-chg.el (highlight-changes-mode): Don't autoload.
26670         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26671         non-preloaded variables.
26673 2005-01-17  Steven Tamm  <steventamm@mac.com>
26675         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26676         tex-shell cause to force interactivity when using pipes.
26678 2005-01-17  Kim F. Storm  <storm@cua.dk>
26680         * simple.el (just-one-space): Make arg optional.
26682 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
26684         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26685         posn-at-x-y to t to access left-margin.
26687 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
26689         Sync with Tramp 2.0.47.
26691         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26692         catching keep-date problems in cp/scp operations.
26693         (tramp-handle-copy-file): Don't call `set-file-modes'
26694         unconditionally.  Specialized functions should know better what is
26695         necessary.  This improves performance a little bit, and the
26696         functions could catch errors with `cp -p' and `scp -p'.
26697         (tramp-do-copy-or-rename-file-via-buffer)
26698         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26699         when appropriate.
26700         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26701         Call `set-file-modes' when appropriate.
26702         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
26703         Johnsson <isak@hypergene.com>
26704         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26705         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
26706         <joakim@verona.se>
26707         (tramp-file-name-for-operation): Mark `shell-command' as magic for
26708         Emacs only.
26710         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
26711         `find-file-hooks' and `dired-mode-hook'.
26712         (tramp-minor-mode-map): Respective map.  Add remapping for
26713         `compile' and `recompile'.
26714         (tramp-remap-command, tramp-recompile): New defuns.
26715         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26716         in buffer "*Compilation*".  Call the commands asynchronously.
26718         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26719         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26720         `shell-command', because it isn't magic in XEmacs.  Reported by
26721         Adrian Aichner <adrian@xemacs.org>.
26723         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26724         `substitute-in-file-name.
26725         (tramp-smb-handle-substitute-in-file-name): New defun.
26726         (tramp-smb-advice-PC-do-completion): Delete advice.
26728 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
26730         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26731         Fix error in deleting region.
26733 2005-01-15  Richard M. Stallman  <rms@gnu.org>
26735         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26736         In non-temp buffer, switch syntax table temporarily.
26738         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26740         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26742         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26744         * imenu.el (imenu--split-menu): Copy menulist before sorting.
26745         (imenu--generic-function): Use START, not BEG, as pos of definition.
26747         * simple.el (just-one-space): Argument specifies number of spaces.
26749         * simple.el (eval-expression-print-format): Avoid warning
26750         about edebug-active.
26752 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
26754         * progmodes/sh-script.el: Code copied from make-mode.el
26755         with small changes,
26756         (sh-mode-map): Bind C-c C-\.
26757         (sh-backslash-column, sh-backslash-align): New variables.
26758         (sh-backslash-region, sh-append-backslash): New functions.
26760 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26762         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
26763         (rmail-pop-password, rmail-pop-password-required): Move to
26764         rmail-obsolete group.
26765         (rmail-set-pop-password): Rename to rmail-set-remote-password.
26766         All callers updated.
26767         (rmail-get-pop-password): Rename to rmail-get-remote-password.
26768         Take an argument specifying whether it is POP or IMAP mailbox we
26769         are using.  All callers updated.
26770         (rmail-pop-password-error): Rename to
26771         rmail-remote-password-error.  Added mailutils-specific error message.
26772         (rmail-movemail-search-path)
26773         (rmail-movemail-variant-in-use): New variables.
26774         (rmail-remote-password, rmail-remote-password-required):
26775         New customization variables.
26776         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
26777         (rmail-parse-url): New function.
26778         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
26779         with GNU mailutils movemail.
26781 2005-01-15  Kevin Ryde  <user42@zip.com.au>
26783         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26784         suffix to space, $ or '$, to correctly position point when going
26785         to @table style constants like DBL_MAX.
26787 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
26789         * type-break.el (type-break-mode, type-break-file-time)
26790         (type-break-file-keystroke-count, type-break-choose-file):
26791         Don't store data in or load data from the file if type-break-file-name
26792         is nil.
26793         (type-break-file-name): Doc update as per the above.
26795 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
26797         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26798         lookup-key might return nil; handle that.
26800 2005-01-15  Alan Mackenzie  <acm@muc.de>
26802         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26803         rather than the element found, thus enabling the tree to be setcar'd.
26805 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26807         * textmodes/org.el (org-show-following-heading): New option.
26808         (org-show-hierarchy-above): Use `org-show-following-heading'.
26809         (org-cycle): Documentation fix.
26811         * textmodes/org.el (orgtbl-optimized): New option
26812         (orgtbl-mode): New command, a minor mode.
26813         (orgtbl-mode-map): New variable.
26814         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26815         (orgtbl-error, orgtbl-self-insert-command)
26816         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26818         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26819         a local variable in each org-mode buffer.
26821         * textmodes/org.el (org-set-regexps-and-options): Rename from
26822         `org-set-regexps'.  Added checking for STARTUP keyword.
26823         (org-get-current-options): Add STARTUP options.
26824         (org-table-insert-row): Make mode intelligent about when
26825         realignment is needed.
26826         (org-self-insert-command, org-delete-backward-char, org-delete-char):
26827         New commands.
26828         (org-enable-table-editor): New default value `optimized'.
26829         (org-table-blank-field): Support blanking regions if active.
26831 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
26833         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26834         if the year is not given.
26836         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26837         Add new escapes %m and %M, fixed bug with %F by adding
26838         save-match-data.
26839         (reftex-reference): Remove ?. from list of spaces.
26840         (reftex-label-info): Add automatic label prefix recognition.
26842         * textmodes/reftex-index.el (reftex-index-next-phrase):
26843         Add slave parameter to call of `reftex-index-this-phrase'.
26844         (reftex-index-this-phrase): New optional argument.
26845         (reftex-index-region-phrases): Add slave parameter to call of
26846         `reftex-index-this-phrase'.
26847         (reftex-display-index): New argument redo.
26848         (reftex-index-rescan): Add `redo' to arguments of
26849         `reftex-display-index'.
26850         (reftex-index-Rescan, reftex-index-revert)
26851         (reftex-index-switch-index-tag): Add `redo' to arguments of
26852         `reftex-display-index'.
26853         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26854         indexing.  Fix bug with matching is there is a quote before or
26855         after the word.
26857         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26858         Fix bug when collecting citation keys in lines with comments.
26859         (reftex-citation): Prefix argument no longer rescans the document,
26860         but forces prompting for optional arguments of cite macros.
26861         (reftex-do-citation): Prompting for optional arguments implemented.
26863         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26864         Add optional arguments to most cite commands.
26865         (reftex-cite-cleanup-optional-args): New option
26866         (reftex-cite-prompt-optional-args): New option.
26867         (reftex-trust-label-prefix): New option.
26869         * textmodes/reftex-toc.el (reftex-toc-find-section):
26870         Add push-mark before changing the position in the buffer.
26872         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26873         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26875 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
26877         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26878         more carefully.
26880 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26882         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26883         (sgml-mode): Use it.
26884         (sgml-get-context): Better keep track of implicitly closed tags.
26886 2005-01-13  Kenichi Handa  <handa@m17n.org>
26888         * textmodes/ispell.el: These changes are to fix misalignment error
26889         caused by equivalent characters of different Emacs charsets.
26890         (ispell-unified-chars-table): New variable.
26891         (ispell-get-decoded-string): New function.
26892         (ispell-get-casechars, ispell-get-not-casechars)
26893         (ispell-get-otherchars): Call ispell-get-decoded-string.
26895 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26897         * custom.el (custom-declare-variable): Just put symbol instead
26898         of (defvar . symbol) in `current-load-list'.
26900 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
26902         * emacs-lisp/elint.el: Fixed typo in Commentary section.
26904 2005-01-12  Jay Belanger  <belanger@truman.edu>
26906         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26907         to create a Calc summary.
26909 2005-01-12  Kim F. Storm  <storm@cua.dk>
26911         * mouse.el (mouse-on-link-p): Change functionality and doc
26912         string to comply with latest description in lisp ref.
26914 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
26916         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26917         Enable mouse clicks on mode-line, header-line and margin.
26918         (event-type): Give mouse event symbols an `event-kind' property
26919         with value `mouse-click'.
26921 2005-01-12  Juri Linkov  <juri@jurta.org>
26923         * facemenu.el (list-colors-display): Add new arg buffer-name.
26924         Use it.  Fix docstring.  Replace code for identifying duplicate
26925         colors by the name with call to `list-colors-duplicates' which
26926         identifies duplicate colors by the value unless the color
26927         is one of special Windows colors.  Set truncate-lines to t.
26928         Print sorted duplicate color names on each line.  Indent to 22
26929         \(the longest color name in rgb.txt) instead of 20.  Optimize.
26930         (list-colors-duplicates): New function.
26931         (facemenu-color-name-equal): Delete function.
26933         * facemenu.el (list-colors-print): New function created from code
26934         in list-colors-display.  Print #RRGGBB at the window right edge.
26935         (list-colors-display): When temp-buffer-show-function is not
26936         defined, call list-colors-print from temp-buffer-show-hook
26937         to get the right value of window-width in list-colors-print
26938         after the buffer is displayed.
26940         * simple.el (pop-mark): Move deactivate-mark out of conditional
26941         part to deactivate the active mark regardless of the state of the
26942         mark ring.
26944         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26945         variables line in desktop files.
26947 2005-01-12  Juri Linkov  <juri@jurta.org>
26949         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26950         Bring together isearch highlight related options.
26951         (lazy-highlight): Replace group `replace' by `matching'.
26952         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26953         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26954         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26955         and declare them obsolete.
26956         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26957         (isearch-faces): Remove defgroup.
26958         (isearch-overlay, isearch-highlight, isearch-dehighlight):
26959         Move isearch highlighting code closer to lazy highlighting code.
26961         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26962         (query-replace-highlight, query-replace-lazy-highlight)
26963         (query-replace): Move definitions to the beginning of the file.
26965 2005-01-11  Juri Linkov  <juri@jurta.org>
26967         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26968         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26969         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26971         * info.el (Info-history-forward): New variable.
26972         (Info-select-node): Reset Info-history-forward to nil.
26973         (Info-last): Turn into defalias.
26974         (Info-history-back): Rename from Info-last.
26975         Add current node to Info-history-forward.
26976         (Info-history-forward): New fun.
26977         (Info-mode-map): Replace Info-last by Info-history-back.
26978         Bind Info-history-forward to "r".
26979         (Info-mode-menu): Replace Info-last by Info-history-back.
26980         Fix menu item text.  Add menu item for Info-history-forward.
26981         (info-tool-bar-map): Replace Info-last by Info-history-back.
26982         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
26983         for Info-history-forward.
26984         (Info-mode): Replace Info-last by Info-history-back in docstring.
26985         Add local variable Info-history-forward.
26986         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26988 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26990         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26991         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26992         Ignore select-window events rather than fiddle with
26993         mouse-autoselect-window.
26995 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
26997         * type-break.el (type-break-mode): Fix previous change.
26999 2005-01-10  Jay Belanger  <belanger@truman.edu>
27001         * calc/calc-ext.el (calc-reset): Reset when inside embedded
27002         calculator; only reset when point is inside a calculator.
27003         Don't adjust the window height if the window takes up the whole height
27004         of the frame.
27006 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
27008         * ebuff-menu.el (Electric-buffer-menu-mode):
27009         Preserve value of buffer-local var header-line-format.
27011 2005-01-09  Jay Belanger  <belanger@truman.edu>
27013         * calc/calc.el (calc-mode-var-list-restore-saved-values):
27014         Make sure settings file exists before accessing it.
27016         * calc/calc-embed.el (calc-embedded-subst):
27017         Replace math-multi-subst-rec, which is only supposed to be called
27018         by math-multi-subst, by math-multi-subst.
27020 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
27022         * vc.el (vc-allow-async-revert): New user option.
27023         (vc-disable-async-diff): New internal variable.
27024         (vc-revert-buffer): Use them to disable asynchronous diff.
27026         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27027         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27028         asynchronously if vc-disable-async-diff is t.
27030 2005-01-09  Jay Belanger  <belanger@truman.edu>
27032         * calc/calc.el (defcalcmodevar): New macro.
27033         (calc-mode-var-list-restore-default-values)
27034         (calc-mode-var-list-restore-saved-values): New functions.
27035         (calc-mode-var-list): Use defcalcmodevar to define it.
27036         (calc-always-load-extensions, calc-line-numbering)
27037         (calc-line-breaking, calc-display-just, calc-display-origin)
27038         (calc-number-radix, calc-leading-zeros, calc-group-digits)
27039         (calc-group-char, calc-point-char, calc-frac-format)
27040         (calc-prefer-frac, calc-hms-format, calc-date-format)
27041         (calc-float-format, calc-full-float-format, calc-complex-format)
27042         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27043         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27044         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27045         (calc-matrix-brackets, calc-language, calc-language-option)
27046         (calc-left-label, calc-right-label, calc-word-size)
27047         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27048         (calc-display-raw, calc-internal-prec, calc-angle-mode)
27049         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27050         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27051         (calc-window-height, calc-display-trail, calc-show-selections)
27052         (calc-use-selections, calc-assoc-selections)
27053         (calc-display-working-message, calc-auto-why, calc-timing)
27054         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27055         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27056         (calc-gnuplot-default-device, calc-gnuplot-default-output)
27057         (calc-gnuplot-print-device, calc-gnuplot-print-output)
27058         (calc-gnuplot-geometry, calc-graph-default-resolution)
27059         (calc-graph-default-resolution-3d, calc-invocation-macro)
27060         (calc-show-banner): Use defcalcmodevar to declare them and set
27061         their default values.
27063         * calc/calc-ext.el (calc-reset): Restore saved values of variables
27064         instead of default values (but restore default values if there is
27065         an argument of 0).
27067 2005-01-09  David Kastrup  <dak@gnu.org>
27069         * desktop.el (desktop-restore-eager): Fix typo in type.
27071 2005-01-08  Richard M. Stallman  <rms@gnu.org>
27073         * cus-edit.el (customize): Delete :link.
27075 2005-01-08  Jay Belanger  <belanger@truman.edu>
27077         * calc/calc.el (calc-mode): Remove the extension from the
27078         `calc-settings-file' file name when loading it.
27080 2005-01-08  Kim F. Storm  <storm@cua.dk>
27082         * info.el (Info-mode-map, Info-next-link-keymap)
27083         (Info-prev-link-keymap, Info-up-link-keymap):
27084         Map follow-link to mouse-face.
27085         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27087 2005-01-08  Jay Belanger  <belanger@truman.edu>
27089         * calc/calc.el (calc-settings-file): Change default value.
27090         Suggested by cgw in a comment in calc-mode.el.
27092         * calc/calc-mode.el (calc-settings-file-name):
27093         Compare calc-settings-file to user-init-file instead of ~/.emacs.
27094         Replace ~/.emacs in a prompt by calc-settings-file.
27096 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
27098         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27099         (desktop-lazy-idle-delay): New customizable variables.
27100         (desktop-buffer-args-list): New variable.
27101         (desktop-append-buffer-args): New function.
27102         (desktop-save): Call desktop-append-buffer-args for some buffers.
27103         (desktop-lazy-create-buffer): New function.
27104         (desktop-idle-create-buffers): New function.
27105         (desktop-read): Add message about buffers to restore lazily.
27106         (desktop-lazy-abort): New command.
27107         (desktop-clear): Call desktop-lazy-abort.
27108         (desktop-lazy-complete): New command.
27110 2005-01-06  Richard M. Stallman  <rms@gnu.org>
27112         * emacs-lisp/find-func.el (find-face-definition):
27113         Rename from find-face.
27115 2005-01-06  Kim F. Storm  <storm@cua.dk>
27117         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27119         * man.el (Man-xref-man-page, Man-xref-header-file)
27120         (Man-xref-normal-file): Add follow-link property.
27122 2005-01-06  Jay Belanger  <belanger@truman.edu>
27124         * calc/calc-units.el: Make sure the proper macro definitions are
27125         available when compiling.
27127 2005-01-06  Juri Linkov  <juri@jurta.org>
27129         * isearch.el (isearch-lazy-highlight-update):
27130         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27132 2005-01-06  Miles Bader  <miles@gnu.org>
27134         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27135         (isearch-lazy-highlight-face): Use new name.
27137 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27139         * uniquify.el (uniquify-rationalize-file-buffer-names):
27140         Re-add an interactive spec.
27141         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27142         to the same name.
27144         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27145         (isearch-update, isearch-done): Adjust calls accordingly.
27147 2005-01-05  Richard M. Stallman  <rms@gnu.org>
27149         * custom.el (custom-set-variables, custom-theme-set-variables):
27150         Clarify documentation.
27152         * emacs-lisp/find-func.el (find-variable)
27153         (find-variable-other-window, find-variable-other-frame):
27154         Fix the TYPE args to find-function-read and find-function-do-it.
27155         (find-function): Doc fix.
27156         (find-function-at-point): Replace function-at-point alias.
27158 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27160         * cus-face.el (custom-declare-face):
27161         Record defface in current-load-list.
27163         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27165         * emacs-lisp/find-func.el: Doc fixes.
27166         (find-face-regexp): New variable.
27167         (find-function-regexp-alist): New variable.
27168         (find-function-C-source): Third arg is now TYPE.
27169         (find-function-search-for-symbol): Handle general TYPE.
27170         (find-function-read, find-function-do-it): Handle general TYPE.
27171         (find-definition-noselect, find-face): New functions.
27172         (function-at-point): Alias deleted.
27174 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27176         * battery.el (display-battery-mode): Rename from display-battery.
27177         Handle the case where it gets turned off.
27179 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27181         * cus-edit.el (customize): Make :link point to user doc.
27183         * man.el (Man-fontify-manpage): Turn off undo generation.
27185         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27187 2005-01-04  Andreas Schwab  <schwab@suse.de>
27189         * files.el (insert-directory): Only look for error lines in
27190         inserted text.  Don't move too far after processing --dired markers.
27192 2005-01-04  Richard M. Stallman  <rms@gnu.org>
27194         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27195         Don't expand if the character is @, period, dash, etc.
27196         (define-mail-abbrev): Quote names that contain problem characters.
27198 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
27200         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27202 2005-01-03  Richard M. Stallman  <rms@gnu.org>
27204         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27205         (query-replace-highlight, query-replace-lazy-highlight)
27206         (query-replace): Definitions moved up.  Doc fix.
27208 2005-01-03  Richard M. Stallman  <rms@gnu.org>
27210         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27211         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27212         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27213         (lazy-highlight-face): Rename from isearch-lazy-...
27214         Change all references to them.
27216 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
27218         * cus-edit.el (custom-file): Doc fix for defcustom.
27219         (custom-file): The function no longer sets the variable
27220         `custom-file' to its return value.
27222         * startup.el (command-line): No longer load `custom-file'.
27224 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
27226         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27228         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27229         Don't confuse module-prefixed identifiers for labels.
27230         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27232 2005-01-02  Richard M. Stallman  <rms@gnu.org>
27234         * files.el (basic-save-buffer-1): Fix previous change.
27236         * loadhist.el (file-loadhist-lookup): New function.
27237         (file-provides, file-requires): Use it.
27239         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27240         instead of calculating the right size.
27242 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
27244         * vc-svn.el (vc-svn-diff): Stay local if possible.
27246 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27248         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27250         * files.el (hack-local-variables): Fix last change.
27252 2005-01-02  Jay Belanger  <belanger@truman.edu>
27254         * calc/calc-yank.el (calc-edit-top): New variable.
27255         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27256         object.  Change header properties.
27257         (calc-edit-finish, calc-edit-finish-stack-object)
27258         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27259         edited object.
27260         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27261         for the beginning of the edited object.
27262         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27263         for the beginning of the edited object.
27264         * calc/calc-prog.el (calc-edit-macro-finish-edit)
27265         (calc-finish-formula-edit, calc-macro-repeats)
27266         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27267         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27268         beginning of the edited object.
27269         (calc-user-define-edit): Change the header for editing macros.
27270         Remove unnecessary variable.
27272 2005-01-01  Jay Belanger  <belanger@truman.edu>
27274         * calc/calc-yank.el (calc-edit-mode): Change default header.
27275         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27276         * calc/calc-store.el (calc-edit-variable): Change title to match new
27277         header.
27278         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27279         mode to match new header.
27280         (calc-user-define-edit): Change titles to include names of commands.
27281         (calc-finish-formula-edit): Adjust to handle new header.
27282         (calc-finish-macro-edit): Remove.
27283         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27284         (calc-edit-macro-command, calc-edit-macro-command-type)
27285         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27286         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27287         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27288         (calc-edit-macro-finish-edit): New functions.
27289         (calc-user-define-edit): Use new functions to edit named calc macros.
27291 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
27293         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27295         * ses.el (copy-region-as-kill): Deactivate mark.
27297 2005-01-01  Richard M. Stallman  <rms@gnu.org>
27299         * replace.el (occur-1): If the output buffer is also an input,
27300         don't kill it, rename it.
27302         * faces.el (set-face-background, set-face-foreground): Doc fix.
27304         * cus-face.el (custom-face-attributes): Fix :help-echo strings
27305         for :foreground and :background.
27307         * dired.el (dired-view-command-alist): Variable deleted.
27308         (dired-view-file, dired-mouse-find-file-other-window):
27309         Delete the code to use it.
27311 2005-01-01  Kim F. Storm  <storm@cua.dk>
27313         * image.el (insert-sliced-image): Use t for line-height property.
27315 See ChangeLog.11 for earlier changes.
27317 ;; Local Variables:
27318 ;; coding: iso-2022-7bit
27319 ;; End:
27321     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27322   Copying and distribution of this file, with or without modification,
27323   are permitted provided the copyright notice and this notice are preserved.
27325 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1